@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

html body{

    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background:  rgba(255,255,255,1);
}


.playground {

    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
 
  
  .balls {

    display: flex;
    position: relative;
    width: 150px;
    margin-top: 20px;
    
  }
  
  .ball {

    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 5px;
    left: 0;
    bottom: 0;
    animation: fadeIn 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    
  }
  
  .first {

    background: #eb6417;
    left: 0;
  }
  
  .second {

    background: #e07a27;
    left: 30px;
    animation-delay: 0.3s;
  }
  
  .third {

    background: #ee923c;
    left: 60px;
    animation-delay: 1s;
  }
  
  .fourth {

    background: #ffcf33da;
    left: 90px;
    animation-delay: 1.5s;
  }
  
  .fifth {

    background: #f0ec12ef;
    left: 120px;
    animation-delay: 2s;
  }
  
  @keyframes fadeIn {
    0% {
      left: 0;
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  




.banner{

    height:100px;
    text-align:center;
    background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 45%, rgb(247, 247, 247) 60%, rgb(247, 247, 247) 70%, rgb(248, 248, 248) 75%);
    padding-bottom: 20px;
    background-attachment: fixed;
}
.fas , .fa-bars{

  color: rgb(218, 218, 218);
}


 .fab{

    font-size: 16px;
    color: white;
    margin: 20px;
    
}

 .fab:hover{
    
  color: rgb(209, 209, 209) !important;
  transition-duration: 0.2s;
    
}

nav{
    
  background: rgb(67, 104, 129);
  background: -webkit-linear-gradient(59deg, rgb(107, 175, 209), rgb(18, 51, 70));
  background: linear-gradient(59deg, rgb(86, 140, 167), rgb(9, 50, 73));
    
}

.top-nav-collapse{

    background: rgba(255, 255, 255, 0.979) !important;
}


.navbar-toggler-icon{

    color:white !important;
}


.nombre{

    display:flex;
    font-size: 50px;
    margin-left:25px;
    
    
}

h1{

    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    font-weight: 100;
    letter-spacing: 0.2rem;
   /* color: rgb(66, 39, 4); */
   color: rgba(85, 68, 12, 0.877);
    }



a {

  font-family: 'Lato', sans-serif !important;
    
    font-weight: 100 !important;
    font-size: 14px !important;
    
}

a:hover{

    color: rgba(240, 240, 240, 0.959) !important;
}

.fotos{
   
    width: 100% !important;
}

.fotos .carousel-inner .carousel-item img{
}
  
  


.seccion-uno{

    text-align: center;
    margin-top: 2em auto;
   
}
h2{

    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem !important;
    font-weight: 500 !important;
    
    color: rgb(63, 97, 119);
    margin: 25px;
  }
 
p{

    font-size: 1rem;
    color: rgb(94, 94, 94);
    
}

.servicios{

  background-color: rgba(250, 250, 250, 0.959); 
}

.card{

    background-color: rgba(253, 253, 253, 0.959); 
    
    
}

h3{

    font-weight: 200;
    color: #2a5d6d;
    padding-top: 5px;
}

h4{
  font-family: 'Dancing Script', cursive;
  font-size: 2.2rem !important;
  font-weight: 300;
  color: #2a5d6d !important;
  padding-top: 5px;
}

h5{

  font-size: 1.5rem !important;
  font-weight: 400;
  color: #ffffff !important;
  padding-top: 5px;
}


hr{

    background-color: transparent;
}

.art{

  color:  rgba(13, 52, 70, 0.801);
  width: 20em;
  margin-right: 250px;
}

.fotos-item{
  height: 300px !important;
  width: 700px !important;
}





.card-group{

  display: grid;

  
}

.inner img{
  transition: all 0.5s ease;
}


.inner:hover img{

  
  box-shadow: 6px 4px 19px 0px rgba(92,92,92,1);
}

.arreglo{

  
  border-radius: 10px !important;
  transition: all 0.5s ease;
  
  
  
  
}

.arreglo:hover{

 box-shadow: 6px 4px 19px 0px rgba(92,92,92,1);
}

.fondo{
  
  background: rgb(255, 255, 255);
}

.carousel-item{
  width: 100%;
  max-height: 500px;
	overflow: hidden; 
}

.carousel-item img{
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: inherit !important;
  max-height: inherit !important;
  min-width: inherit !important;
  min-height: inherit !important;
}



.gapless:hover{

  transform: scale(1.2);
  z-index: 1000;
  transition: ease 0.8s;
  overflow: hidden;
  
 
}





.size{
  
  color: #4d879b !important;
  font-size: 2rem;

}





.subrayado:hover, .subrayado:focus, .subrayado:active {
    color: rgb(138, 82, 82);
    text-decoration: none;
}
.subrayado {
    font-family: Verdana, Tahoma, sans-serif;
    color: white !important;
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.subrayado {
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 12px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    color: rgba(230, 119, 28, 0.438);;
}

.subrayado::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
    width: 70%;
    background-color: rgba(252, 247, 247, 0.897);
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.3s,transform 0.6s ease-out;
}
.nsubrayado:active::before {
    background-color: rgba(124, 53, 53, 0.644);;
}
.subrayado:hover::before, .subrayado:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

h5{
  
    font-size: 20px;
}

.lista{

  font-size: 1rem;
  color: rgb(88, 88, 88);
    font-weight: 400;
    
}

.bg-info{

    opacity: 0.4 !important;
}

.short{

    width: 300px;
}

h4{

    font-size: 20px;
}

.newlist{

    list-style: none;
}

.contacto{
    
    margin-top: 50px;
   padding-bottom: 40px;
    background-color: rgba(248, 248, 248, 0.63);
}


.formulario{

    display: flex;
    flex-direction: column;
  
   
    }


.info{

  margin-top: 2rem;
}


.mails a {
  font-size: 1rem !important;
  color: rgb(94, 94, 94);
}

.mails a:hover {
  color: rgb(70, 70, 70) !important;
}


.fa-map-marker-alt{

  color: rgb(160, 20, 20) !important;
}

.fa-phone{

  color: rgb(12, 65, 12) !important;
}

.fa-envelope{

  color: rgb(48, 82, 104) !important;
}


.colors{

  background: rgb(15, 80, 117);
  height: 60%;
  width: 50%;
  transform: rotate(40deg);

}



/*FOOTER*/

footer {

  background: rgb(67, 104, 129);
  background: -webkit-linear-gradient(59deg, rgb(107, 175, 209), rgb(18, 51, 70));
  background: linear-gradient(59deg, rgb(86, 140, 167), rgb(9, 50, 73));
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
    

  }

  .h5footer{

    font-family: 'Cinzel', serif;
    color:white;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .p-footer{
    
    font-size: 11px;
    color: white;
  }

  .p-footer:hover{

    color: rgb(209, 209, 209) !important;
  }

  .villadelsol{

    display:flex;
    justify-content: center;
    align-items: center;
  }

  .work{
    font-size: 16px;
  }

  .work:hover{

    color: rgb(209, 209, 209) !important;
  }

  footer a{
    
    color: rgb(250, 250, 250);
    text-decoration: none;
    font-weight: 100 !important;
    transition-duration: 0.2s;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
  }
  
  
  footer a:hover {

    color: rgb(209, 209, 209) !important;
    text-decoration: none;
  }
  
 
   ul.social-network {

    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {

    display: inline;
    margin: 0 5px;
  }
  
  
  
  
  .social-network a.icoFacebook:hover i,
  .social-network a.icoinstagram:hover i {

    color: #fff;
  }
  
  
  
  .social-circle li a {

    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  
  .social-circle li i {

    margin: 0;
    line-height: 30px;
    text-align: center;
  }
  
  
  
  
  
  .ballsfooter {

    display: flex;
    position: relative;
    width: 150px;
    
  }
  
  .ballfooter {

    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 5px 0 0 10px;
    padding: 12px;
    left: 0;
    bottom: 0;
    
    
  }
  
  .firstfooter {

    background: #eb6417;
    left: 0;
  }
  
  .secondfooter {

    background: #e07a27;
    left: 30px;
    
  }
  
  .thirdfooter {

    background: #ee923c;
    left: 60px;
    
  }
  
  .fourthfooter {

    background: #ffcf33da;
    left: 90px;
    
  }
  
  .fifthfooter {

    background: #f0ec12ef;
    left: 120px;
   
  }

  .card-deck .card {
    min-width: 300px;
    margin: 12px;
   
    }

    .card-deck .card ul{
     list-style: none;
     text-align: center;
     padding: 0;
     
    }

   @media only screen and (max-height: 400px){}