:root {
    --primario: #71b100;
    --secundario: #e08709;
}

@font-face {

font-family: Avenir;

src: url('../fonts/Avenir Book.ttf'), url('../fonts/Avenir Light.ttf'), url('../fonts/Avenir Light.ttf');

}

@font-face {

font-family: Avenir-Black;

src: url('../fonts/Avenir Black/Avenir Black.ttf');

}

@font-face {

font-family: Avenir-Heavy;

src: url('../fonts/Avenir Heavy/Avenir Heavy.ttf');

}

.bg-success {
  background-color: #fff!important;
}

#img-logo{
  max-width: 200px;
}

@media (min-width: 768px) {
  .barra.bg-success{
    background-color: #fff!important;
  }
  .header{
    position: relative;
  }
  .header .barra{
    width: 100%;
  }
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 300;
}

.navbar-brand span {
  font-weight: 900;
}

.navbar-dark .navbar-nav .nav-link{
  text-transform: uppercase;
  color:#ffffff;
  font-size: .8rem;
}

.navbar-nav li{
  padding: 0 20px;
  font-family: 'Avenir', sans-serif;
  color: #212661;
  letter-spacing: 2px;
  margin: auto 0;
}

.navbar-nav li i{
  line-height: 40px;
  color: #202645;
  font-size: 1.4rem;
  /* padding: 0 30px; */
}

.dropdown-menu {
  background-color: #71b100;
}

.dropdown-menu .dropdown-item{
  color: #ffffff;
  text-transform: uppercase;
}

.dropdown-menu .dropdown-item:hover{
  background-color: #e08709;
}

#menuPrincipal .navbar-nav .nav-item .nav-link{
  color: #202645;
}

#principal {
  background-image: url("../img/fondo-main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'Avenir', sans-serif;
  color: white;
}

#principal .cont-img{
  padding-top: 5rem;
  padding-bottom: 2rem;

}

#principal .cont-img::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 88, 139, 0.5);
  z-index: 1;
}

#principal .cont-img .row{
  position: relative;
  z-index: 2;
}

#principal h1{
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 3px;
}

#principal p{
  font-size: 1.3rem;
  letter-spacing: 3px;
}

#principal .logos-stores{
  margin: 20px auto 0;
  text-align: center;
}
#principal .logos-stores img{
  max-width: 180px;
  margin: 0 15px;
}

#segunda {
  background-color: #0077b5;
}

#segunda h3{
  color: #fff;
  font-family: 'Avenir', sans-serif;
  margin-bottom: 0;
  letter-spacing: 3px;
}

#segunda h2{
  color: #fff;
  font-family: 'Avenir-Black', sans-serif;
  letter-spacing: 3px;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 25px;
}
#segunda p{
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
#third {
  background-image: url("../img/background-woman.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'Avenir', sans-serif;
  color: white;
}

@media (max-width: 400px) {
    #third {
        background-image: none;
    }
}

@media (max-width: 800px) {
    #third {
        background-image: none;
    }
}



#third .column-royalblue h2{
  font-family: 'Avenir-Black', sans-serif;
  color: #202645;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

#third p{
  font-family: 'Avenir', sans-serif;
  color: #202645;
  text-align: left;
  letter-spacing: 2px;
  margin: 20px 0;
}

#third ul li{
  font-family: 'Avenir', sans-serif;
  color: #202645;
  text-align: left;
  letter-spacing: 2px;
}
#third ul {
  padding: 0 0 20px 20px;
}

#third .column-royalblue{
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 2rem;
  padding-right: 2rem;

}

#third .column-royalblue img{
  margin: 0 auto 20px;
  display: block;
}

#third .column-royalblue ul.ul-segunda{
  padding-bottom: 0;
}

#third .column-royalblue ul li span{
  font-size: 0.7rem;
  text-align: right;
  display: block;
}
#third .column-royalblue .button-blue:hover{

  background-color: #202645;
}
#third .column-royalblue .button-blue:hover a{
  color: white!important;
}

#third .column-img img{
  margin-top: -48px;
}
.t-white-lg{
  padding: 15px 15px 0;
  margin-bottom: 0;
  font-size: 4rem;
  letter-spacing: 10px;
}

.t-royalblue-lg{
  color: #202645;
  padding: 25px 15px;
  margin-bottom: 0;
  font-size: 4rem;
  letter-spacing: 10px;
}

.caja-azul{
  background-color: #0077b5;
  border-radius: 20px;
  padding: 1rem 2.3rem;
  letter-spacing: 2px;
}

.caja-azul h3{
  font-family: 'Avenir', sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.caja-azul p{
  text-align: center;
}

.caja-azul .forma-icono{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.3rem 0;
}

.caja-azul .forma-icono img{
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.caja-azul .forma-icono h5{
  font-family: 'Avenir-Book',sans-serif;
}

.caja-azul .forma-icono p {
  text-align: left;
}

.caja-transparent .forma-icono{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.3rem 0;
}

.caja-transparent .forma-icono img.imagen-1{
  width: 100px;
  margin-right: 30px;
  margin-left: 30px;
}

.caja-transparent .forma-icono img.imagen-2{
  width: 83px;
  margin-right: 40px;
  margin-left: 40px;
}

.caja-transparent .forma-icono img.imagen-3{
  width: 83px;
  margin-right: 40px;
  margin-left: 60px;
}

.caja-transparent .forma-icono h5{
  font-family: 'Avenir-Book',sans-serif;
  text-align: center;
  color: #202645;
  font-weight: bold;
  letter-spacing: 2px;
}

.caja-transparent .forma-icono p {
  text-align: center;
  color: #202645;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

#fourth {
  background-image: url("../img/fondoazul1.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-blue-light{
  background-color: #cae4f0;
  font-family: 'Avenir', sans-serif;
  padding: 30px 40px 30px 80px;
}

.box-blue-light h4{
  font-weight: bold;
  color:#0077b5;
  margin-bottom: 0;
}

#fourth h4{
  font-weight: bold;
  color:#0077b5;
  margin-bottom: 0;
  font-family: 'Avenir', sans-serif;
  letter-spacing: 3px;
  font-size: 2rem;
  margin-left: 1.5rem;
}

.fourth-caja{
  padding: 4rem 0 0 5rem;
}

.box-blue-light h2{
  color: #202645;
  font-family: 'Avenir', sans-serif;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}

#fourth .fourth-caja h2 {
  color: #202645;
  font-family: 'Avenir', sans-serif;
  margin-bottom: 0rem;
  letter-spacing: 3px;
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
}

#fourth .fourth-caja span{
  color: #202645;
  font-family: 'Avenir', sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.row-cajas{

}

.grupo-iconos2 {
  display: flex;
  padding: 0;
  align-items: center;
  margin: 10px 0;
}

.grupo-iconos2 h5{
  font-weight: bold;
  color: #202645 !important;
  font-family: 'Avenir', sans-serif;
}

.dispositivo-diagonal{
  width: 100%;
}

.box-white{
  background-color: #fff;
  max-width: 450px;
  margin: 1.5rem auto;
  padding: 1rem 1rem;
}

.dispositivo-dedos{
  width: calc(100% + 5rem);
  margin-right: -5rem;
  z-index: 10;
  position: relative;
}

#fourth p{
  letter-spacing: 1px;
  color: #202645;
  font-size: 1rem;
}

#fourth h5{
  font-size: 0.9rem;
  color: #000;
  letter-spacing: 1px;
  margin: 0;
}

.subtitulo-blue{
    color: #202645;
}

#fifth .caja-azul{
  background-color: #0077b5;
  margin-top: 110px;
}



#fifth .caja-white{
  background-color: #fff;
  margin: 0 25px;
  position: relative;
  padding: 8rem 0 3rem;
  min-height: 1181px;
}

#fifth .caja-white .caja-marca{
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: -130px;
}

.caja-label{
  display: flex;
  flex-direction: column;
  width: 260px;
  text-align: center;
  margin: 0 auto;
  height: 230px;
  border-radius: 0 0 130px 130px;
  transition: all 1s ease;
}

#fifth .caja-white:hover .caja-label{
  transform: scale(1.2);
}

.caja-detalle-1{
  background-color: #ffcb4a;
}

.caja-detalle-2{
  background-color: #b9b7b7;
}

.caja-detalle-3{
  background-color: #906e6e;
}

.caja-detalle-1 .caja-titulo,
.caja-detalle-2 .caja-titulo{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 30px auto 15px;
  color: #000;
  letter-spacing: 2px;
}

.caja-detalle-3 .caja-titulo{
  font-size: 1.8rem;
    font-weight: bold;
    margin: 30px auto 15px;
  color: #ffcb4a;
}

.caja-precio{
 font-size: 3.5rem;
 font-weight: bold;
 line-height: 45px;
 margin-bottom: 5px;
 font-family: 'Avenir-Black', sans-serif;
 letter-spacing: 3px;
}

.caja-detalle-3  .caja-precio{
  color: #ffcb4a;
}


.caja-subtitulo{
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.caja-detalle-3 .caja-subtitulo{
  color: #ffcb4a;
}

#fifth .caja-white h5{
  text-align: left;
  padding: 0 30px;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 20px;
}

#fifth .caja-white ul li{
  text-align: left;
  font-size: 1rem;
  font-family: 'Avenir', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  padding-right: 30px;
}

#fifth .caja-white .button-darkblue {
  margin-top: 30px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
}

#fifth .caja-white .button-darkblue:hover {
  background-color: #202645;
}

#fifth .subtitulo-royalblue{
  margin: 20px 0 20px;
  font-family: 'Avenir-Black',sans-serif;
  font-size: 2rem;
  letter-spacing: 4px;
}

#fifth .puntos-royalblue{
  margin: 0;
  font-family: 'Avenir-Black',sans-serif;
  letter-spacing: 2px;
  font-size: 1rem;
}

#fifth .button-darkblue.especial{
  margin: 3.3rem 0 2rem;
}

.button-darkblue.large{
  padding: 13px 40px !important;
  margin-right: 0px !important;
}

#fifth2{
  background-color: #20295f;
}

.img-titulo{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.img-titulo h5{
  font-family: 'Avenir',sans-serif;
  letter-spacing: 2px;
  color: white;
  margin: 20px 0 0 0;
  font-size: 1.5rem;
}

#fifth2 p{
  color:white;
  font-family: 'Avenir',sans-serif;
  letter-spacing: 2px;
}

.caja-lightblue{
  background-color: #d7e3ee;
  margin: 3.5rem 2.5rem;
  width: auto;
  margin-bottom: 5rem !important;
}

.caja-lightblue h2{
  font-size: 2rem;
  font-family: 'Avenir', sans-serif;
  letter-spacing: 2px;
  background-color: #202645;
  color: #fff;
  line-height: 70px;
}

.caja-row{
  padding-top: 50px;
  padding-bottom: 50px;
}

.caja-lightblue h3{
  font-size: 2.3rem;
  letter-spacing: 3px;
  font-family: 'Avenir', sans-serif;
  color: #202645;
  margin-bottom: 0;
  font-weight: bold;
}

.caja-lightblue p{
  letter-spacing: 1px;
  font-family: 'Avenir', sans-serif;
  color: #202645;
}

.box-arrow{
  padding: 20px 20px 20px 110px;
}

.triangulo {
  width: 0;
  height: 0;
  border-left: 100px solid #0077b5;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  position: absolute;
  left: -2rem;
  top: 0.5rem
}

.p-especial{
  font-size: 1.25rem;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 100px;
  font-family: 'Avenir', sans-serif;
}

.caja-lightblue h5{
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #202645;
  margin-left: 3rem;
  font-family: 'Avenir', sans-serif;
}

.caja-lightblue ul{
  padding-left: 5rem;
  font-family: 'Avenir', sans-serif;
    color: #202645;
}

.caja-lightblue .p-especial1 {
  font-size: 1.8rem;
  font-family: 'Avenir', sans-serif;
  color: #202645;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 2rem;
}

.caja-lightblue .p-especial2{
  font-family: 'Avenir', sans-serif;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  color: #202645;
}

.caja-lightblue .p-especial3 {
  font-size: 1rem;
  font-family: 'Avenir', sans-serif;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}

.caja-lightblue .p-especial4{
  font-size: 1.25rem;
  letter-spacing: 3px;
  font-family: 'Avenir', sans-serif;
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}

.triangulo2{
  width: 0;
  height: 0;
  border-left: 50px solid #0077b5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: -1.5rem;
  transition: all 1s ease;
}

.caja-lightblue h5.product-title {
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: 2px;
  color: #202645;
  margin-left: 3rem;
  font-family: 'Avenir', sans-serif;
  margin: 0 0 20px 0;
}

.box-product img{
  width: 250px;
}

.box-product .button-darkblue{
  margin-left: 20px;
  margin-right: 0;
}

h5.title-black5{
  font-size: 1.5rem;
  font-family: 'Avenir-Black', sans-serif;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  margin: 15px auto;
  font-weight: bold;
  color: black;
}
#sixth {
  background-color: #0077b5;
}

#sixth .t-white{
  margin: 20px auto 20px;
  font-family: 'Avenir',sans-serif;
  font-size: 2rem;
  letter-spacing: 4px;
  text-align: center;
  color:#fff;
  font-weight: bold;
}

#sixth .p-white{
  font-family: 'Avenir',sans-serif;
  text-align: center;
  color:#fff;
  letter-spacing: 2px;
}

#sixth .caja-blanca{
  margin: 0 2rem;
  background-color: white;
  padding: 1rem;
  border-radius: 15px;
  text-align: center;
  position: relative;
  height: 340px;
}

#sixth .caja-blanca img{
  width: 100px;
}

#sixth .caja-blanca h4{
  font-family: 'Avenir-Black', sans-serif;
  margin-bottom: 20px;
}

#sixth .caja-blanca .button-darkblue {
  margin-top: 30px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -65px;
}
#sixth .caja-blanca p{
margin: 25px;
  font-size: 1.2rem;
  color: black;
  font-family: 'Avenir', sans-serif;
}
#sixth .box-blue-light h2 {
  margin-top: 1rem;
}

#sixth p{
  letter-spacing: 1px;
  color: #202645;
  font-size: 1rem;
}

#sixth .box-blue-light {
  background-color: #cae4f0;
  font-family: 'Avenir', sans-serif;
  padding: 30px 40px 30px 130px;
}

#sixth .form-check {
  padding: 0px;
  gap: 0px;
  display: flex;
}

#sixth .form-check input{
  margin: 0;
  border: none;
  padding: 13px 23px;
  width: 65%;
  font-size: 1.3rem;
  letter-spacing: 3px;
  text-align: center;
}
#sixth .form-check button{
  color: #fff;
  text-transform: uppercase;
  background-color: #202645;
  padding: 13px 23px;
  border: none;
  font-size: 1.3rem;
  margin: 0px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  width: 35%;
}

#sixth .form-check button:hover{
  color: #202645;
  background-color: #fff;
  cursor: pointer;
}

.grupo-imagenes {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

.grupo-imagenes img:nth-child(2){
  max-height: 100px;
  margin-left: 50px;
}

.grupo-input{
  margin: 2.5rem 0;
}

.telefono{
  width: calc(100% + 2rem);
  margin-right: -110px;
  z-index: 10;
  position: relative;
}

.icono-caja-white{
  max-width: 25px;
  padding: 0;
  margin-right: 10px;
}

.grupo-iconos2 .icono-caja-white {
  max-width: 55px;
  padding: 0;
  margin-right: 10px;
}


.grupo-iconos{
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 1rem;
}

.doctor-box{
  width: 100%;
}

.box-royalblue{
  background-color: #202645;
}

.box-royalblue-big{
  background-color: #202645;
  font-family: 'Avenir Book', sans-serif;
  margin: 0 120px 0 40px;
}

.box-royalblue-big h4{
  color: white;
  letter-spacing: 3px;
  font-size: 1.5rem;
  padding: 10px 0;
}

.box-yellow {
  background-color: #ffcb4a;
}

.box-silver {
  background-color: #b9b7b7;
}

.box-bronze {
  background-color: #906e6e;
}

.box-price{
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.box-plan p{
  color: white;
  text-align: left;
  padding: 1.3rem 2rem 1.3rem 1rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.box-plan ul{
  color: white;
  text-align: left;
  padding: 0 160px 1rem 4rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.box-plan-info{
  position: relative;
}
.box-plan .button-yellow {
  color: #202645;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #ffcb4a;
  padding: 15px 0px;
  border: none;
  font-size: 1rem;
  margin-right: 0px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  bottom: 50px;
  right: -70px;
  width: 180px;
}

.box-plan .button-silver {
  color: #202645;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #b9b7b7;
  padding: 15px 0px;
  border: none;
  font-size: 1rem;
  margin-right: 0px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  bottom: 50px;
  right: -70px;
  width: 180px;
}

.box-plan .button-bronze {
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #906e6e;
  padding: 15px 0px;
  border: none;
  font-size: 1rem;
  margin-right: 0px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  position: absolute;
  bottom: 50px;
  right: -70px;
  width: 180px;
}

.box-plan .button-yellow a {
  color: #202645;
  text-decoration: none;
}

.box-plan .button-silver a {
  color: #202645;
  text-decoration: none;
}

.box-plan .button-bronze a {
  color: #fff;
  text-decoration: none;
}

.box-plan .button-yellow:hover {
  cursor: pointer;
}

.box-plan .button-silver:hover {
    cursor: pointer;
}

.box-plan .button-bronze:hover {
    cursor: pointer;
}


.box-prices{
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  transition: all 1s ease;
}

.box-prices1{
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
}
.box-prices2{
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-family: 'Avenir', sans-serif;
  line-height: 15px;
}
.box-yellow h5,
.box-silver h5,
.box-bronze h5{
  padding: 10px 0 10px;
  margin: 0;
  font-size: 1.5rem;
  display: inline-block;
  transition: all 1s ease;
}

.box-plan:hover .box-yellow h5,
.box-plan:hover .box-silver h5,
.box-plan:hover .box-bronze h5{
  font-size: 2rem;
}

.box-plan:hover .triangulo2{
  border-left: 60px solid #0077b5;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

.box-plan:hover .box-prices{
  margin: 20px 0;
}

.box-bronze h5 {
  color: white!important;
}
.box-bronze  .box-prices {
  color: white;
}
.box-plan .box-plan-info2 p {
  color: white;
  text-align: left;
  padding: 3rem 8rem 3rem 1rem;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.box-skyblue{
  background-color: #0077b5;
}

.box-royalblue,
.box-skyblue{
  color: #fff;
  font-family: 'Avenir Book', sans-serif;
  padding: 1rem !important;
  letter-spacing: 2px;
}

.box-royalblue h4,
.box-skyblue h4{
  font-size: 1.5rem;
  padding: 0px 0.5rem;
  margin-bottom: 20px;
}

.box-royalblue a,
.box-skyblue a{
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 1.5rem;
  margin-top: 1rem;
  position: relative;
  display: inline-block;
}
.box-royalblue a:hover,
.box-skyblue a:hover{
  cursor: pointer;
  color: #fff;
}

footer{
  padding-bottom: 1rem;
  background-color: #595959;
}

.caja-botones{
  margin-top: 3rem;
}

.button-principal{
  color: #202645;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #fff;
  padding: 13px 23px;
  border: none;
  font-size: 1rem;
  margin-right: 20px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.button-principal a{
  color: #202645;
  transition: all 1s ease;
}

.button-principal:hover a{
  color: #fff;
  text-decoration: none;
}


.button-principal:hover{
  background-color: #202645;
  cursor: pointer;
}

.button-secondary{
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 50px;
  border: solid 3px white;
  font-size: 1rem;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.button-secondary a{
  color: #fff;
}

.button-secondary:hover a{
  color: #fff;
  text-decoration: none;
}


.button-secondary:hover{
  background-color: #202645;
  border: solid 3px #202645;
  cursor: pointer;
}

.button-blue{
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #0077b5;
  padding: 13px 23px;
  border: none;
  font-size: 1rem;
  margin-right: 20px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.button-blue a{
  color: #fff;
  transition: all 1s ease;
}

.button-blue:hover a{
  color: #202645;
  text-decoration: none;
}


.button-blue:hover{
  background-color: #fff;
  cursor: pointer;
}

.button-darkblue{
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #202645;
  padding: 13px 23px;
  border: none;
  font-size: 1rem;
  margin-right: 20px;
  transition: all 1s ease;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.button-darkblue a{
  color: #fff;
  transition: all 1s ease;
}

.button-darkblue:hover a{
  color: #fff;
  text-decoration: none;
}

.button-darkblue:hover{
  background-color: #0077b5;
  cursor: pointer;
}

.columna-ultima{
 min-height: 717px;
}

.columna-ultima .gr-imgs{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.columna-ultima .gr-imgs img{
  width: 200px;
  margin: 0px auto;
  border-radius: 5px;
}

@media (max-width: 767px) {

  #menuPrincipal{
  text-align: center;
  }

  #principal h1 {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .barra .container-fluid{
    padding: 0;
  }

  .navbar{
    padding: 0;
  }

  .navbar-brand{
    padding: 0;
    margin: 1rem;
  }

  .navbar-dark .navbar-toggler {
    border: 3px solid rgb(202, 202, 202);
    border-color: rgb(202, 202, 202);
    margin: 1rem;
  }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(202, 202, 202)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        
    }

  .navbar-nav li {
  padding: 5px 20px;
  border-top: solid 1px #cdcdcd;
  }

  #menuPrincipal ul .nav-item a{
    transform: all 1s ease;
  }
  #menuPrincipal ul .nav-item:hover{
    background-color: #202645;
    cursor:pointer;
  }

  #menuPrincipal .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  }

  #menuPrincipal ul li.ultimo{
    display:none;
  }

  #principal p {
    text-align: justify;
  }

  .caja-botones {
    margin-top: 3rem;
    text-align: center;
    margin-bottom: 5rem;
  }

  .button-principal{
    margin-right: 0;
    margin-bottom: 25px;
  }

  img.dispositivo {
    vertical-align: middle;
    border-style: none;
    margin-bottom: 20px;
  }

  .caja-transparent {
    margin: 0 auto;
    display: inline-block;
  }

  .t-white-lg {
    font-size: 3.8rem;
    text-align: center;
  }

  #third {
  background-position: center center;
  }

  .columna-ultima {
  min-height: 400px;
  }

  .columna-ultima .gr-imgs {
    gap: 40px;
    margin-top: 90px;
  }

  .columna-ultima .gr-imgs img {
    width: 250px;
  }

  .caja-azul .forma-icono p {
    text-align: justify;
  }

  .caja-azul p {
    text-align: justify;
  }

  #segunda{
  text-align: center;
  }

  .dispositivo-dedos {
  width: 100%;
  margin-bottom: -1px;
  z-index: 10;
  position: relative;
  }

  .box-blue-light {
  background-color: #cae4f0;
  font-family: 'Avenir', sans-serif;
  padding: 30px 40px 30px 40px;
  margin-bottom: 10px;
  }

  .box-blue-light h2 {
  color: #202645;
  font-family: 'Avenir', sans-serif;
  margin-bottom: 1.3rem;
  letter-spacing: 3px;
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  }

  #fourth p {
  text-align: justify;
  }

  .grupo-imagenes {
  gap: 2rem;
  flex-direction: column;
  margin: 20px auto 40px;
  }

  .caja-label {
  display: flex;
  flex-direction: column;
  width: 230px;
  text-align: center;
  margin: 0 auto;
  height: 200px;
  border-radius: 0 0 115px 115px;
  transition: all 1s ease;
  }

  #fifth .caja-white .caja-marca {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -115px;
  }

  #fifth .caja-azul {
    background-color: #0077b5;
    margin-top: 75px;
  }

  .caja-detalle-1 .caja-titulo,
  .caja-detalle-2 .caja-titulo,
  .caja-detalle-3 .caja-titulo{
  font-size: 1.5rem;
  }

  .caja-precio {
  font-size: 3rem;
  line-height: 30px;
  }

  #fifth .caja-white {
    margin: 0 10px 130px 10px;
    padding: 7.5rem 0 3rem;
    min-height: 1100px;
  }

  #fifth .caja-white.caja-margen-0 {
    margin: 0 10px 0px 10px;
  }

  #fifth .caja-white:hover .caja-label{
    transform: scale(1.15);
  }

  #fifth .caja-white h5 {
  font-size: 1.7rem;
  }

  #fifth .caja-white ul li {
    font-size: 0.9rem;
    padding-right: 30px;
    text-align: justify;
  }

  #fifth .caja-white .button-darkblue {
    margin-left: -100px;
    width: 200px;
  }

  #fifth .p-long{
    display: none;
  }

  #fifth .p-short{
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;

  }

  #fifth .button-darkblue.especial {
    margin: 3rem 0 2rem;
  }

  #sixth .p-white {
    font-family: 'Avenir',sans-serif;
    text-align: justify;
    color: #fff;
    letter-spacing: 2px;
    margin: 10px 0 40px;
    padding: 0 1rem;
  }

  #sixth .t-white {
    padding: 0 1rem;
  }

  #sixth .caja-blanca {
    margin: 0 2rem 3rem 2rem;
  }

  #sixth .caja-blanca.tercera {
    margin: 0 2rem 3.5rem 2rem;
  }

  .telefono {
    width: 100%;
    margin-right: 0px;
    z-index: 10;
    position: relative;
  }

  #sixth .box-blue-light {
    padding: 30px 40px 30px 40px;
  }

  #sixth .form-check input {
    font-size: 1rem;
  }

  #sixth .form-check button {
    font-size: 1rem;
  }

  #sixth p {
    text-align: justify;
  }

  #sixth .caja-blanca p {
    text-align: center;
  }

}

@media (min-width: 768px) {
  #fifth .p-long{
    display: block;
  }

  #fifth .p-short{
    display: none;
  }
}
@media (max-width: 767px) {
  #segunda h2 {
    font-size: 2rem;
  }

  #third .column-royalblue {
    text-align: center;
    padding-bottom: 20px;
  }

  #third .column-img img {
  margin-top: 0;
  margin-bottom: 20px;
  }

  .t-royalblue-lg {
  color: #202645;
  padding: 45px 15px 25px;
  margin-bottom: 0;
  font-size: 3rem;
  letter-spacing: 10px;
  text-align: center;
  }

  .dispositivo-diagonal {
    width: calc(100% - 30px);
  }

  .fourth-caja {
    padding: 0rem 2rem 2rem 2rem;
  }

  #fourth h4 {
    text-align: center;
  }

  .box-royalblue h4, .box-skyblue h4 {
    text-align: center;
  }

  .caja-lightblue h2 {
    font-size: 1.5rem;
    line-height: 35px;
    padding: 20px 10px;
  }

  .box-arrow {
    padding: 20px 30px 20px 80px;
  }

  .triangulo {
    width: 0;
    height: 0;
    border-left: 90px solid #0077b5;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    left: -2rem;
    top: 0.5rem;
  }

  .caja-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .caja-lightblue p {
    text-align: justify;
    margin-top: 20px;
  }

  .p-especial {
  margin-left: 0px;
  }

  .caja-lightblue h5 {
    margin-left: 0rem;
  }

  .caja-lightblue ul {
    padding-left: 2rem;
  }

  .box-royalblue-big {
    margin: 0px 20px 0 30px;
  }

  .box-price {
    flex-direction: column;
  }

  .box-yellow h5, .box-silver h5, .box-bronze h5 {
    padding: 10px 0 0px;
  }
  .box-prices {
    margin: 0 0 10px 0;
  }

  .box-plan .button-yellow
   {
        bottom: auto;
        right: auto;
        position: relative;
        display: block;
        margin: 0 auto 20px;
   }

  .box-plan .button-silver
  {
    bottom: auto;
    right: auto;
    position: relative;
    display: block;
    margin: 0 auto 20px;
  }

  .box-plan .button-bronze
  {
    bottom: auto;
    right: auto;
    position: relative;
    display: initial;
    margin: 0 auto 20px;
  }

  .box-plan ul {
    padding: 0 2rem 1rem 4rem;
  }

  .box-plan .box-plan-info2 p {
    padding: 1rem 3rem 1rem 3rem;
    margin-bottom: 1rem;
  }

  #fifth2 p {
    margin: 1rem 0 1.5rem;
  }

  .img-titulo {
    flex-direction: column;
  }

  .box-product img {
    width: 230px;
    margin-bottom: 20px;
  }

  .box-product .button-darkblue {
    display: block;
    margin: 0 auto 20px;
  }

  .caja-lightblue {
    margin-bottom: 2rem !important;
  }

  #principal .logos-stores img {
    margin: 10px 15px;
  }

  #principal .logos-stores {
    margin: 0px auto 0;
  }

  .box-royalblue-big h4 {
    padding: 10px;
  }

  .p-short p{
    text-align: center;
  }
}

/* PRODUCT TEMPLATE */

#product,
#interior {
  background-image: url("../img/fondo-product.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'Avenir', sans-serif;
  color: #202645;
}

#product h1,
#interior h1{
  font-size: 2.8rem;
  letter-spacing: 3px;
}

#product h3,
#interior h3{
 letter-spacing: 3px;
 font-size: 2.8rem;
 padding-left: 5rem;
 margin-top: 30px;
 display: inline-block;
}
.tax{
  margin-left: 1rem;
}
#product p{
 margin-bottom: 0rem;
 padding: 0rem 8rem;
 letter-spacing: 2px;
}

#product ul{
  padding: 0 10rem;
}
#product .button-darkblue,
#interior .button-darkblue{
  margin: 0 auto !important;
  display: block;
}

#product img{
  width: 300px;
}

#product h4,
#interior h4{
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 3px;
}

#product .related-p span,
#interior .related-p span{
 display: block;
 margin: 0 auto;
 text-align: center;
}

#product h2,
#interior h2{
 font-size: 2rem;
 letter-spacing: 3px;
 padding: 0 1.3rem;
 display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.box-lightblue{
  padding: 2rem 2rem;
  background-color: #0077b5;
  margin: 0 1.3rem;
}

.box-lightblue p {
  margin-top: 1rem!important;
  margin-bottom: 0!important;
  padding: 0rem !important;
  letter-spacing: 2px!important;
  color: white;
}

#product .box-lightblue img,
#interior .box-lightblue img{
  width: 100%;
}

#product .box-lightblue h3,
#interior .box-lightblue h3{
  padding: 0;
  margin: 0 0 1rem 0;
  letter-spacing: 3px;
  font-size: 1.8rem;
  color: white;
}

#product .box-lightblue ul,
#interior .box-lightblue ul {
  padding: 0px 3rem;
  margin-bottom: 2rem;
  color: white;
}

#interior p {
  margin-bottom: 0rem;
  padding: 0rem 4rem;
  letter-spacing: 2px;
  margin-top: 1rem;
}

#interior h1 {
 margin-bottom: 3rem;
}

#interior ul {
  padding: 0 8rem;
}

#interior img {
  width: 100%;
}

.interior-template{
  height: 100vh;
}

@media (max-width: 767px) {
  #product h1,
  #interior h1 {
    text-align: center;
  }

  #product .button-darkblue,
  #interior .button-darkblue  {
  margin: 2rem auto !important;
  display: block;
  }

  #product img,
  #interior img  {
  width: 300px;
  margin-bottom: 3rem;
  }

  #product h2,
  #interior h2 {
    margin-top: 1rem;
    text-align: center;
  }

  #product .box-lightblue h3,
  #interior .box-lightblue h3 {
    text-align: center;
    width: inherit;
  }

  .box-lightblue .button-principal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #interior p {
  padding: 0rem 1rem;
  }

  #interior ul {
  padding: 0 4rem;
  }

  .MenuText{
      font-size:20px
  }
}
