body{
  margin:0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

@font-face {
    font-family: "Quicksand";
    src: url("../fuente/Quicksand/Quicksand-VariableFont_wght.ttf");
  }

  .navbar-nav a{
    
        font-size: 16px;
        font-family: "Quicksand";
        
    }

 
.navbar-light .navbar-brand{
    color: rgb(255, 255, 255);
    font-size: 25px;

    letter-spacing:2px;
    
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
    
    
}

.navbar-light .navbar-nav .nav-link {
color: rgb(255, 255, 255); 
text-align: center;

}

.navbar-nav{
    text-align: center;
    
    
}

.nav-link{

    padding: .2rem 1rem;
}

/*Estado del color de la latra en el menu---aqui se mantien el color blanco*/

.nav-link.active, .nav-link:focus, .nav-link.active, .nav-link:hover{
    color: rgba(72, 145, 193, 0.726) !important; 
    text-decoration-line: underline;
}

@media only screen and (max-width:767px){
    .navbar-nav.ml-auto{
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.navbar-toggler{
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: rgb(72, 145, 193);
   
}
 
.banner{
      position: relative;
      width: 100%;
      height: 100vh;
      background-size: cover;
      background-position: center;
      transition: all .3s ease-in-out;
      background-image: url(../img/fondo.jpg);
      animation: banner 28s infinite linear;
  }

  .banner-content{      
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      color: rgb(255, 255, 255);
      background-color: rgba(0, 0, 0, 0.6);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .banner-content h1{
      margin: 0;
      padding: 0;
      padding-bottom: 30px;
      font-size: 40px;
      text-align: center;
  }

  .banner-content a{
      text-decoration: none;
      color: rgb(255, 255, 255);
      padding: 5px 20px;
      border: 2px solid #ffffff;
      text-transform: uppercase;
      transition: all .3s ease-in-out;
  }

  .banner-content a:hover{
background-color: rgba(71, 88, 94, 0.459);
color: rgb(255, 255, 255);
  }

  @keyframes banner{
      0%{
        background-image: url(../img/fondo.jpg); 
      }
      25%{
        background-image: url(../img/fondo.jpg);
      }

      26%{
        background-image: url(../img/fondo.jpg); 
      }
      50%{
        background-image: url(../img/fondo.jpg);
      }
      51%{
        background-image: url(../img/5.jpg); 
      }
      75%{
        background-image: url(../img/5.jpg);
      }
      76%{
        background-image: url(../img/5.jpg); 
      }
      99%{
        background-image: url(../img/5.jpg);
      }
  }

 /*Contenido Principal*/
.contenedor-card{
 position: relative;
 top: -120px;
 bottom: 0x;
 left: 0px;
 right: 0;
 padding: 0;
 margin: 80px 0px 0 5%;
 font-family: "Quicksand";
 width: 90%;
}

.informationn{
  /*position: relative;
  bottom: 60px;  se reemplazo por el margin*/
  margin:   -70px  0  60px 0;
  width: 100%;
  height: auto;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

.box{
  width: 40%;
  border-radius: 5%;
  margin: 10px;
  box-sizing: border-box;
  font-family: "Quicksand";
}

.box h1{
  color: rgb(72, 145, 193);
  text-align: center;
  font-weight: bold;
}

.box h3{
  color: rgb(129, 127, 127);
  text-align: center;
  font-weight: bold;
}

.box p{
  color: rgb(255, 255, 255);
  text-align: center;
  
}

.box img{
  width: 100%;
  margin-top: 8%;
  box-shadow: 0 0 30px rgb(72, 145, 193);
}

/*responsive de informationn*/
@media screen and (max-width:1200px)
{
  .box{ width: 60%;
  }
}

@media screen and (max-width:600px)
{
  .box{width: 90%;
  }
}
 /*Fin de contenido Principal*/

 /*Inicio de portafolio de servicios*/

 .information2{
 
  text-align: center;
 }

 .information2 h1{
  font-family: "Quicksand";
  font-weight: bold;
  color: rgb(0, 0, 0);
 }

 .information2 h3{
  font-family: "Quicksand";
  font-weight: bold;
  color: rgb(124, 120, 120);
 }

/*Inicio portafolio de servicios - Cards*/
  .general{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .contenedor{
    position: relative;
    width: 1000px;
    display: flex;
    justify-content:space-around;
    padding: 50px 00px 50px 0px ;
    flex-wrap: wrap;
    margin: 20px;
  }

  .contenedor .card{
    /*position: relative;*/
    height: 320px;
    background:rgb(20, 45, 92);;
    display: flex;
    width: 30%;
    margin: 30px 0;
  }

  .contenedor .card .imagen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(20, 45, 92);
    box-shadow: 0 0 30px rgb(72, 145, 193);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out ;
  }

  .contenedor .card:hover .imagen{
    width: 110px;
    height: 110px;
    left: -110px;
    top: calc(50% - 75px);
    transition: 0.5s ease-in-out;
  }

  .contenedor .card .imagen:before{
    content: attr(data-text);
    position: absolute;
    bottom: -220px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3.5em;
    color: rgba(255, 255, 255, 0.103);
    font-weight: 700;
  }

  .contenedor .card:hover .imagen img{
    max-width: 100px;
    opacity: 0.5;
    transition: 0.5s ease-in-out ;
  }

  .contenedor .card:hover .imagen img{
  max-width: 75px;
    }

  .contenedor .card  .contenido{
    padding: 35px -1px 0 35px;
    text-align: center;
    margin:  auto;
    color: #ffffff;
    font-family: "Quicksand";
  }

  .contenedor .card  .contenido h3{
    margin-bottom:5px;
    font-size: 24px;
    font-family: "Quicksand";
    font-weight: bold;
  }

  .contenedor .card  .contenido a{

    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background: rgb(72, 145, 193);
    text-decoration: none;
    box-shadow: 0 0 30px rgb(72, 145, 193);
    border-radius: 40px;
    color: rgb(255, 255, 255);
    font-weight: 500;
  }

  @media (max-width:992px)
  {
    .contenedor{
      width: 100%;
      flex-direction: column;
      align-items: center;
    }

    .contenedor .card{
      width: 400px;
    }
  }

  @media (max-width:768px)
  {
      .contenedor .card
        {
           max-width: 300px;
          flex-direction: column;
          height: auto;
        }
      .contenedor .card .imagen
        {
         position: relative ;
        }
        .contenedor .card .imagen,
        .contenedor .card:hover .imagen
        {
          width: 100%;
          height: 200px;
          left: 0;
        }
        .contenedor .card .imagen img,
        .contenedor .card:hover .imagen img
        {
          max-width: 100px;
        } 
        .contenedor .card .contenido
        {
          position: relative;
          width: 100%;
        }

       /* .Tienda #posicion
        {
          position: relative;
          width: 100%;
          text-align: right;
          margin-bottom:200px;
        }*/
  }

  
/*Inicio de footer*/

  /*Formulario*/
.contacto{
 
  width: 100%;
  height: auto;
  background: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  font-family: "Quicksand";

}

.contacto1{
   border-radius: 5%;
  margin: 10px;
  box-sizing: border-box;
  font-family: "Quicksand";
}

.contacto1 form{

  width: 350px;
  margin: auto;
  background: rgba(5, 205, 240, 0.3);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 7px;
}

.contacto1 h2{
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-size: 30px;
  margin-bottom:20px;
}

.contacto1 p{
  color: #ffffff;
  text-align: center;
}

.contacto1 input, textarea{
  width: 100%;
  margin-bottom: 20px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
}

.contacto1 textarea{
min-height: 100px;
max-height: 100px;
max-width: 100%;
}

#boton_enviar{
  background: rgb(72, 145, 193);
  box-shadow: 0 0 30px rgb(20, 45, 92);
  border-radius: 0  0 30% 30% ;
  color: #ffffff;
  padding: 20px;
}

#boton_enviar:hover{
  cursor: pointer;
  background: rgb(17, 67, 160);
}

/*Contacto*/

.contacto2{
 margin: 100px;
 color: #ffffff;

}

.redes-sociales ul{
  margin: 0;
  list-style-type: none;
  font-size: 1em;
}

.redes-sociales li {
  display: inline-block;
  padding: 5px;
}

.redes-sociales a {
  position: relative;
  right: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-size: 40px;
}

.redes-sociales a:hover{
  color: rgba(5, 205, 240, 0.3);;
  transform: rotate(10deg);
  
  
}

.derechos-reservados1 {
  top: auto;
  padding: 1em;
  text-align: center;
  background: rgb(7, 35, 54);
  color: rgb(203, 208, 216);
  
}

.social {
  position: fixed;
  z-index: 1;
  bottom: 40px;
  right: 10px;
}
/*Fin de footer*/



/*Animacion de scroll*/

@keyframes mover{

  0%{
    transform: translateY(100%) ;
  }
}


.zoom{
  transition: 1.5s ease;
   -moz-transition: 1.5s ease; /* Firefox */
   -webkit-transition: 1.5s ease; /* Chrome - Safari */
   -o-transition: 1.5s ease; /* Opera */
}
.zoom:hover{
  transform: scale(t-align: right2);
  -moz-transform: scale(2); /* Firefox */
  -webkit-transform: scale(2); /* Chrome - Safari */
  -o-transform: scale(2); /* Opera */
  -ms-transform: scale(2); /* IE9 */
}


/*Prueba*/

.Tienda{

  display: inline-block;
  margin-top: 2px;
  padding: 5px 10px;
  background: rgb(72, 145, 193);
  text-decoration: none;
  box-shadow: 0 0 30px rgb(72, 145, 193);
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}





