@import "main.css";

.cambio-color {
    color: #ff6b00;
}

/*Seccion 1 Banner */
.banner-uno{
  background-image: url(../img/);
  background-position-x: center;
  background-position-y: top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 110px 60px 0px;
  height: 500px;
  width: 100%;
}

.container-banner1{
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo h5{
  font-size: 32px;
  font-weight: 600;
  color: #13065e;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.divider-naranja{
  width: 290px;
    height: 6px;
    background-color: #FF6900;
    border-radius: 2px;
}

.parraf-1{
  font-size: 16px;
  font-weight: 500;
  color: rgb(15, 3, 63);
}

.parraf-2{
  font-size: 16px;
  font-weight: 500;
  color: white;
}

/* Seccion 2 Info Contacto */

.seccion-contacto {
    width: 100%;
    display: flex;
    padding: 60px 30px;
}

.contenido-contacto {
    padding: 10px 90px 20px;
}

.formulario-contacto{
  padding: 20px 40px 50px;
  background: linear-gradient(180deg, #0266c4, #002A6F 74%);
  box-shadow: 0 35px 50px rgba(0, 0, 0, 0.30);
  border-radius: 12px;
}

.formulario-contacto h2{
  font-size: 1em;
  font-weight: 600;
  color: white;
}

.info-contacto {
    transform: translateY(-1em);
    width: 60%;
    padding-top: 30px;
}

.info-contacto p {
    text-align: justify;
}

.img-der {
    padding-left: 5em;
    width: 90%;
}

  .img-der img {
      width: 25px;
      height: auto;
  }

hr {
    border: 1px solid #ff6b00;
}

.contenedor-contacto {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    margin-top: -1em;
}

.input-contacto {
    margin-bottom: .5em;
}

.dato-contacto1 {
    padding-top: 1em;
}

.dato-result1 {
    position: absolute;
    top: -0.2em;
    left: 1em;
    z-index: -200;
}

.dato-result2 {
    position: absolute;
    left: 5em;
    bottom: 4.7em;
    z-index: -250;
}

.dato-result3 {
    position: absolute;
    right: -25em;
    top: 6.5em;
    z-index: -300;
}

input[type="text"] {
    width: 80%;
    padding: .8em 1em;
    border: solid 1px #02305d;
    border-radius: 10px;
}

#lar, #anc, #alt, #result {
    border: hidden;
    font-size: 1.6em;
    font-weight: 600;
    color: #02305d;
}

#result {
    margin-top: 0em;
    padding: 1px;
    z-index: -10;
}

.btn-calc {
    color: white;
    background-color: #ff6b00;
    padding: .5em 1em;
    border: none;
    border-radius: 0.5em;
    text-decoration: none;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s;
    cursor: pointer;
    margin-top: 8px;
}

.btn-calc:hover {    
    background: #f8a84d;
}

.info-abajo {
    margin-top: -9em;
    text-align: center;
}

@media all and (max-width:1227px){
    
    .seccion-contacto {
        display: flex;
        flex-direction: column;
    }
    .formulario-contacto {
        text-align: center;
        margin-bottom: 2em;
    }

    .dato-result1, .dato-result2, .dato-result3 {
        display: none;
    }
}

/* SECCIÓN NUEVO SOBREPESO */

.secc-video {
    transform: translateY(30px);
}

.sobrepesos-secc {
    display: flex;
}

.sobrep-hdr {
    text-align: center;
    top: 2em;
    margin: 1em 0 1em 0;
}

.sobrep-p {
    margin-bottom: 1.6em;
    align-self: center;
}

.peso-vol-btn {
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    width: 120px;
    height: auto;
    background: #07326b;
    border-radius: 10px;
    margin-right: 4em;
}

.peso-vol-btn:hover {
    color: #fff;
    background: #0068f0;
}

.video-sobrepesos {
    margin-left: 2em;
    /*float: right;*/
}

.sobrep-txts {
    margin-top: 3%;
    margin-left: 15%;
    float: left;
}

/* Seccion Comentarios */
.comentarios{
  background-color: #ffe53b;
  background-image: linear-gradient(147deg, #f8c622 0%, #fd3838 74%);
  padding: 60px 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
}

.titulos{
  padding-bottom: 30px;
}

.head-title{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 10;
}

.main-text{
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.container{
  width: 1000px;
  position: relative;
  display: flex;
}

.container .card{
  position: relative;
  padding-right: 12px;
}

.container .card .face{
  width: 300px;
  height: 200px;
  transition: .4s;
}

.container .card .face.face1{
  position: relative;
  background: linear-gradient(180deg, #FFFFFF, #BFCCE0 74%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.container .card:hover .face.face1{
  transform: translateY(0);
  box-shadow: inset 0 0 60px whitesmoke,
              inset 20px 0 80px #FF6900,
              inset -20px 0 80px #0068f0,
              inset 20px 0 300px #ff6b00,
              inset -20px 0 300px #0068f0,
              0 0 50px #fff,
              -10px 0 80px #f8a84d,
              10px 0 80px #0068f0;
}

.container .card .face.face1 .contenido{
  opacity: .6;
  transition: 0.5s;
  text-align: center;
}

.container .card:hover .face.face1 .contenido{
  opacity: 1;
}

.container .card .face.face1 .contenido img{
  width: 4em;
  height: 4em;
  color: white;
  display: inline-block;
}

.container .card .face.face1 .contenido h3{
  font-size: 1em;
  color: #002A6F;
  text-align: center;
}

.container .card .face.face2{
  position: relative;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  transform: translateY(-100px);
}

.container .card:hover .face.face2{
  transform: translateY(0);
}

.container .card .face.face2 .contenido p{
  font-size: .8em;
  font-weight: 500;
  text-align: justify;
  margin: 0;
  padding: 0;
  color: #002A6F;
}

/*TEXT y VIDEO*/
.texto-video{
  padding: 60px 56px;
}

.contenido-video{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.evitar-sobrep-h{
  font-size: 32px;
  font-weight: 600;
  color: #002A6F;
  margin: 0 0 18px;
}

.n-pagues{
  font-size: 18px;
  font-weight: 500;
  color: #002A6F;
  margin-top: 35px;
}

.nos-tips{
  font-size: 18px;
  font-weight: 500;
  color: #002A6F;
}

  /* SERVS */

  .box-servs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
  }
  
  .img-servs {
    margin-left: 37%;
    margin-right: 2em;
  }
  
  .img-servs img {
    width: 5em;
    height: 5em;
  }

  .menu-servs {
    margin-top: 3em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .btn-servs {
    color: white;
    background: #07326b;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 2.3rem;
    cursor: pointer;
    transition: .3s;
  }
  
  .btn-servs:hover {
    background: #044dac;
  }

  .separador-hr {
    margin-top: 3em;
    margin-bottom: 3em;
    border: 1px solid #07326b; 
    width: 80%;
}

/* SVGS Y SIMBOLOS */

.img-simbs {
    margin-left: 36%;
    margin-bottom: 1em;
  }
  
  .img-simbs img {
    margin-right: 3em;
    width: 4em;
    height: 4em;
  }

.coment-horarios {

    margin-left: -20%;
    text-align: center;
}

@media all and (min-width:200px) and (max-width: 960px) {

    .box-servs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
  }

    .video-sobrepesos {
      position:relative;
      overflow:hidden;
      padding-bottom: 56.25%; /*panorámico*/
      margin-left: 0%;
      padding-top: 25px;
      height: 0;
  }
      .video-sobrepesos iframe{
        position:absolute;
        left:0;
        top:0;
        height:100%;
        width:100%;
      }

  
  .img-servs {
    margin-left: 2em;
    margin-right: 2em;
  }
  
    .img-servs img {
      width: 5em;
      height: 5em;
    }

  .menu-servs {
    margin-top: 3em;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .btn-servs {
    color: white;
    background: #07326b;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 2.3rem;
    cursor: pointer;
    transition: .3s;
  }
  
  .btn-servs:hover {
    background: #044dac;
  }

  .separador-hr {
    margin-top: 3em;
    margin-bottom: 3em;
    border: 1px solid #07326b; 
    width: 80%;
  }

}
        

/* HORARIOS */

.cont-horarios {
    display: flex;
}

.img-horarios {
    margin-left: 47%;
    margin-bottom: 1em;
  }
  
  .img-horarios img {
    margin-right: 3em;
    width: 4em;
    height: 4em;
  }

.coment-horarios {

    margin-left: -20%;
    text-align: center;
}


/* SOCIAL MEDIA ICONS */

.social-media {
    margin-left: 39%;
    display: inline-block;
    justify-content: space-between;
}

.social-container {  
    width: 100%;
    margin-left: 100%;
    list-style-type: none;
    text-align: left;
    padding: 0;
    float: right;
    text-align: center;
    text-decoration: none;
}

.social-container li i {
    text-decoration: none;
    list-style: none;
    width: 42px;
    height: 42px;
    display: block;
    border: 1px solid #aaa9ad;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 42px;
    color: #aaa9ad;
    font-size: 21px;
    
}

.icon-background1          {color: #000 }
.icon-background2          {color: #fff;}


a:hover .icon-background1  {color: #fff}
a:hover .icon-background2  {color: #000;}

.transparent-hr {
    border: none;
}

.sect-top {
  display:inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}


.img-top {
  float: right;
  width: 50%;
  margin-left: 3em;
  margin-right: 4em;
}

.par-text {
  color: #07326b;
}

/* Start: Video Responsive */
.video-responsive {
  overflow:hidden;
  padding-bottom:40px; /* Adecua este valor para controlar la altura del video */
  position:relative;
  width: 560;
  height: 315;
}
  .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }
/* End: Video Responsive */

@media all and (min-width: 200px) and (max-width: 900px) {

  .sect-top {
    display: flow-root;
    margin-right: 14%;
    text-align: center; 
    align-items: center;
  }

  .cont-comentario-cliente {
    font-size: 1em;
  }


  .img-top {
    margin-right: 2%;
    width: 80%;
  }

  .img-der {
      width: 85%;
  }

    .img-der img {
        width: 300%;
    }

  .n-pagues {
    font-size: 1.8em;
  }
  
  .evitar-sobrep-h {
    font-size: 1.6em;
    font-weight: 600;
  }
  
  .nos-tips {
    font-size: 1em;
  }

  .box-servs {
    display: flow-root;
    align-items: center;
    width: 75%;
  }

  .img-simbs {
    display: flow-root;
    margin-top: 30px;
    margin-left: 1%;
    margin-bottom: 1em;
  }
  
  .img-simbs img {
    margin: 0 40%;
    width: 3em;
    height: 3em;
  }
  
  .head-4-middle {
    text-align: center; 
    margin: 9px;
  }

  .par-text-secc-img {
    display: flow-root;
    margin: 9px;
    margin-bottom: 4em;
  }

  .par-text {
    display: flow-root;
    text-align: center; 
    margin: 10px;
  }

}