/* Fonts */
@font-face {
    font-family: "Fixture-Black";
    src: url(../fonts/Fixture-Black.ttf);
}
@font-face {
    font-family: "Fixture-Expanded-Bold";
    src: url(../fonts/Fixture-Expanded-Bold.ttf);
}
@font-face {
    font-family: "Fixture-Expanded-Regular";
    src: url(../fonts/Fixture-Expanded-Regular.ttf)
}
@font-face {
    font-family: "Fixture-Regular";
    src: url(../fonts/Fixture-Regular.ttf);
}
/* Fonts */
/* Global */
section,header{
    overflow: hidden;
}
/* Global */
/*------------ header----------- */
header{
    position: fixed !important;
    width: 100%;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
}
nav{
    background-color: white;
}
.navbar .img-logo{
    width: 16%;
    padding-top: 0.5%;
    padding-left: 5%;
    padding-bottom: 1%;
}
nav ul li a.active{
    color:#DDE274 !important;
}
nav ul li a{
    font-size: 1.3vw;
    color: #0f2542 !important;
    font-family: "Fixture-Expanded-Bold";
}
nav ul li a:hover{
    color:#DDE274 !important;
}
.navbar-toggler:focus{
    color:#DDE274 !important;
}
.navbar-toggler:focus{
    box-shadow: 0 0 0 0.05rem !important;
}
.navbar-toggler{
    padding: 0% !important;
    font-size: 0.15rem !important;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem !important;
        padding-left: 0.7rem !important;
    }
}
@media (max-width:991px){
    .navbar .img-logo{
        width: 20%;
    }
    nav ul li a{
        padding-left: 0 !important;
        font-size: 16px;
    }
    
    .navbar-nav{
        padding-left: 5% !important;
    }
    nav{
        padding-bottom: 0 !important;
    }
    .navbar-toggler-icon {
        width: 6vw!important;
        height: auto !important;
        vertical-align: super !important;
    }
}
@media (max-width:300px) {
    .navbar-toggler {
        padding-top: 0!important;
    }
    nav{
        padding: 0 !important;
    }
    nav ul li a{
        font-size: 10px;
    }
}
/*----------- header -----------------*/
/* Banner */
.banner .carousel-item{
    position: relative;
}
.text-banner-1{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35vw;
    height: 20vw;
    margin: auto;
    right: 0;
    left: 0;
}
.btn-banner{
    text-align: center;
}
.btn-banner .btn{
    font-family: "Fixture-Expanded-Bold";
    font-size: 2vw;
    background-color: #DDE274;
    border-radius: 0%;
    padding: 0 1% 0.5% 1%;
    margin-top: 4%;
}
.btn-banner .btn:hover{
    background-color: #EDECE0;
}
.banner .img-elemento-1{
    position: absolute;
    left: 3%;
    top: 15%;
    width: 20vw;
}
.banner .img-elemento-2{
    position: absolute;
    left: 5%;
    bottom: 3%;
    width: 15vw;
}
.banner .img-elemento-3{
    position: absolute;
    right: 23%;
    top: 6%;
    width: 20vw;
}
.banner .img-elemento-4{
    position: absolute;
    right: 8%;
    top: 15%;
    width: 2.5vw;
}
.banner .img-elemento-5{
    position: absolute;
    right: -5%;
    bottom: 5%;
    width: 20vw;
}
.text-banner-2{
    position: absolute;
    top: 24vw;
    bottom: 0;
    left: 4vw;
    width: 50vw;
    height: auto;
}
.text-banner-2 .img-1{
    width: 58%;
}
.text-banner-2 .img-2{
    width: 100%;
}
.text-banner-3{
    position: absolute;
    right: 28vw;
    bottom: 1vw;
    width: 15%;
}
.img-cirujana{
    position: absolute;
    right: 0vw;
    bottom: 0vw;
    width: 38%;
}
.carousel-control-next {
    right:6vw !important;
}
.carousel-control-prev {
    left:6vw !important;
}
@media (max-width:520px){
    .carousel-control-next {
        right: 0px !important;
    }
    .carousel-control-prev {
        left: 0px !important;
    }
}
/* Banner */
/* Nosotros */

.bg-nosotros{
    background-image: url(../images/bg-nosotros-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 7.2%;
    padding-bottom: 2%;
}
.nosotros h2,.nosotros h1{
    font-family: "Fixture-Expanded-Bold";
    font-size: 2.5vw;
    padding-top: 5%;
    padding-bottom: 5%;
}
.nosotros h3{
    font-family: "Fixture-Expanded-Bold";
    font-size: 1.6vw;
    color: #ffff;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}
.nosotros p{
    font-family: "Fixture-Expanded-Regular";
    font-size: 1.2vw;
    color: #ffff;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.img-elemento-7{
    width: 4vw !important;
    padding: 0px 6px 0 6px !important;
}
.img-elemento-8 {
    align-self: end;
}
.img-elemento-8 img{
    width: 15vw !important;
    position: relative;
    top: 8.5vw;
}
@media (max-width:991px){
    .bg-nosotros{
        background-size: cover;
    }
    .nosotros h2, .nosotros h1{
        font-size: 3.5vw;
    }
    .nosotros h3 {
        font-size: 2vw;
    }
    .nosotros p{
        font-size: 1.5vw;
    }
}
@media (max-width:575px){
    .bg-nosotros{
        background-size: cover;
    }
    .nosotros h2,.nosotros h1{
        font-size: 5vw;
    }
    .nosotros h3 {
        font-size: 4vw;
    }
    .nosotros p{
        font-size: 2.78vw;
    }
}
@media (max-width:500px){
    .img-elemento-7{
        width: 5vw !important;
        padding: 2px 4px 0 2px !important;
    }
}
/* Nosotros */
/* Productos */
.productos{
    padding-bottom: 4%;
    background-color: #EDECE0;
}
.bg-img-productos{
    background-image: url(../images/productos/bg-productos.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5% 2% 30% 2%;
}
.producto-content{
    display: contents;
}
.producto{
    text-align: center;
    width: 32%;
    cursor: pointer;
    padding-top: 4%;
}
.productos h2{
    color: #ffff;
    padding-bottom: 2%;
    font-family: "Fixture-Expanded-Bold";
    font-size: 2.5vw;
}
.productos h3{
    color: #ffff;
    padding: 0% 15% 4% 15%;
    font-family: "Fixture-Expanded-Bold";
    font-size: 1.5vw;
}
.productos h3 span{
    font-family: "Fixture-Expanded-Regular";
}
.producto img{
   width: 52%; 
}
.producto a:hover p{
    color: #0f2542 !important;
}
.producto p{
    font-family: "Fixture-Expanded-Bold";
    color: #1744D6 !important;
    font-size: 1.5vw;
}
.producto a{
    text-decoration: none;
}
@media(max-width:991px){
    .producto{
        width: 50%;
    }
    .productos h2{
        font-size: 3.5vw;
    }
    .productos h3{
        font-size: 2.5vw;
        padding: 0% 5% 0% 5%;
    }
    .productos p{
        font-size: 16px;
    }
}
@media(max-width:575px){
    .productos h2{
        font-size: 5vw;
    }
    .productos h3{
        font-size: 3vw;
        padding: 0% 4% 0% 4%;
    }
}
/* Productos */
/* Beneficios y experiencias */
.beneficios{
    padding-top: 12%;
    padding-bottom: 15%;
    background-image: url(../images/bg-caja.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.titulo-beneficios h2{
    padding-top: 4%;
    margin-bottom: 0%;
    font-size: 2.5vw;
    font-family: "Fixture-Expanded-Bold";
    color: #0f2542 !important;
}
.beneficios ul li{
    font-size: 1.5vw;
    font-family: "Fixture-Expanded-Regular";
    color: #ffff !important;
    margin-left: 15%;
    list-style: circle;
}

.experiencias{
    padding: 2% 4%;
    background-image: url(../images/bg-experiencias.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 10% !important;
}
.experiencias h2{
     padding-bottom: 4%;
    font-size: 2.5vw;
     font-family: "Fixture-Expanded-Bold";
     color: #ffff !important;
}
.experiencias h3{
    font-size: 2.5vw;
     font-family: "Fixture-Expanded-Bold";
     color: #ffff !important;
}
.experiencias p{
    font-size: 1.2vw;
    font-family: "Fixture-Expanded-Regular";
    color: #ffff !important;
}
.experiencias .btn{
    font-family: "Fixture-Black";
    font-size: 2.2vw;
    background-color: #DDE274;
    color: #0f2542 !important;
    padding: 2% 2%;
    border-radius: 20px;
    margin-top: 0%;
}
.experiencias .btn:hover{
    background-color: #EDECE0;
}
.list-distribuidores{
    display: inline-flex;
    justify-content: center;
}
.distribuidor{
    width: 30%;
    height: 30vw;
    padding: 2% 2%;
}
.elemento-9 img{
    width: 30px;
    float: left;
    position: relative;
    top: 50px;

}
@media(max-width:991px){
    .titulo-beneficios h2,.experiencias h2{
        font-size: 3.02vw;
    }
    .beneficios ul{
        padding-left: 0;
    }
    .beneficios ul li{
        font-size: 1.81vw;
    }
     .distribuidor{
         width: 50%;
         height: 40vw;
     } 
     .experiencias{
         background-size: cover;
     }
    .experiencias h3{
        font-size: 3.02vw;
    }
    .experiencias p{
        font-size: 1.81vw;
    }
    .experiencias .btn{
        font-size: 3vw;
    }
}
@media(max-width:575px){
    .list-distribuidores{
        display: block;
    }
    .titulo-beneficios h2,.experiencias h2{
        font-size: 5vw;
    }
    .experiencias h3{
        font-size: 4vw;
    }
    .beneficios ul{
        padding-left: 0;
        font-size: 3vw;
        margin-bottom: 0%;
    }
    .beneficios ul li{
        font-size: 2vw;
    }
    .experiencias p{
        font-size: 3vw;
    }
    .experiencias .btn{
        font-size: 4.5vw;
    }
    .distribuidor{
        width: 100%;
        height: 45vw;
    } 
}

/* Beneficios y experiencias */
/* Menudeo */
.menudeo{
    padding-top:4%;
}
.menudeo h2{
    font-size: 2.5vw;
    font-family: "Fixture-Expanded-Bold";

}
.menudeo h3{
    font-size: 2vw;
    font-family: "Fixture-Expanded-Regular";
}
.menudeo p{
    font-family: "Fixture-Expanded-Regular";
    text-decoration: none;
    color: black;
    font-size: 1.5vw;
}
.img-elemento-menudeo{
    width: 15%;
    padding-bottom: 2%;
}
.menudeo .img-compra{
    width: 90%;
}
.menudeo .btn{
    font-family: "Fixture-Expanded-Regular";
    margin-top: 4%;
    margin-bottom: 10%;
    border-radius: 30px;
    padding: 1.5% 15%;
    font-size: 1.5vW;
    align-self: center;
}
@media(max-width:991px){
    .menudeo h2,.menudeo h3{
        font-size: 3vw;
    }
    .menudeo p{
        font-size: 2vw;
    }
    .menudeo .img-compra{
        width: 100%;
    }
    .img-elemento-menudeo {
        width: 18%;
        padding-bottom: 5%;
    }
}
@media(max-width:575px){
    .menudeo h2,.menudeo h3{
        font-size: 5vw;
    }
    .menudeo p{
        font-size: 3vw;
    }
    .menudeo .btn{
        font-size: 3vw;
    }
    .img-elemento-menudeo {
        width:25%;
        padding-bottom: 5%;
    }
}

/* Menudeo */

/* Blog */
.blog{
    /* background-image: url(../images/bg-beneficios-2.png);
    background-repeat: no-repeat; */
    padding-top: 5%;
    padding-bottom: 5%;
    /* background-size: 59%; */
}
.titulo-blog h2{
    font-family: "Fixture-Expanded-Bold";
    font-size: 2.5vw;
    text-align: center;
    padding-top: 5%;
}
.blog h3{
    font-family: "Fixture-Expanded-Regular";
    font-size: 1.5vw;
    text-align: center;
}
.blog .blog-info{
    padding: 5% 2% 0% 7%;
}
.blog .blog-info img{
    margin: auto;
    width: 25%;
    display: block;
}
.blog .blog-info p{
    font-family: "Fixture-Expanded-Regular";
    font-size: 1.2vw;
    text-align: left;
}
.blog p span{
    font-family: "Fixture-Expanded-Bold";
}
@media(max-width:991px){
    .titulo-blog h2{
        font-size: 3vw;
    }
    .blog h3{
        font-size: 2.5vw;
    }        
    .blog .blog-info p{
        font-size: 2vw;
    }
    .blog .blog-info ul li p{
        margin-bottom: 1%;
    }

}
@media(max-width:575px){
    .titulo-blog h2{
        font-size: 5vw;
    }
    .blog h3{
        font-size: 4vw;
    }        
    .blog .blog-info p{
        font-size: 3vw;
    }

}
/* Blog */
/* Video */
#Video{
    background-color: #313449;
}
.video{
    width: 80%;
    height: 40vw;
}
/* Video */
/* Footer */
footer{
    background-color: #1744D6;
    position: relative;
    padding-bottom: 10%;
    padding-top: 2%;
}
footer h2{
    font-family: "Fixture-Expanded-Bold";
    font-size: 2vw;
    color: #ffff;
    padding-bottom: 5%;
    padding-top: 6%;
}
/* footer label{
    font-size: 16px;
    font-family: "Fixture-Expanded-Regular";
    color: #ffff;
}
footer textarea{
    height: 160px;
    border-radius: 20px !important;
}
footer input, footer select{
    border-radius: 20px !important;
}
.footer-form{
    padding: 2.5% 5% 5% 5% !important;
}
.footer-form .btn{
    background-color: #DDE274;
    color: #0f2542 !important;
    border-radius: 40px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    display: block;
    padding: 1.5% 12%;
    font-family: "Fixture-Expanded-Regular";
}
.footer-form .btn:hover{
    color: #ffff !important
} */
footer .img-elemento{
    width: 15%;
    position: absolute;
    top: 1.5vw;
    right: 0vw;
}
footer .img-mano{
    width: 25%;
    position: absolute;
    top: 0vw;
    right: 0;
    padding: 0 !important;
}
footer .logo-footer img{
    width: 50%;
}
.info-contacto{
    padding-left: 5%;
    padding-top: 5%;
}
.info-contacto h3{
    font-family: "Fixture-Expanded-Regular";
    font-size: 2vw;
    color:#ffff ;
    padding-bottom: 2%;
}
.info-contacto a{
    font-family: "Fixture-Expanded-Regular";
    font-size: 1.8vw;
    color:#ffff ;
    text-decoration: none;
}
.info-contacto a:hover{
    color: #DDE274 !important;
}
.info-contacto .btn{
    background-color: #DDE274;
    font-size: 20px;
    padding: 0.5em 1em;
    padding-top: 0.2em;
    margin-bottom: 0.5em;
}
.info-contacto .btn:hover{
    background-color: transparent;
    border: 1px solid #DDE274;
}
.icons-social{
    display: inline-flex;
    list-style: none;
    padding: 0;
}
.icons-social a{
    font-size: 2.5vw;
    color: #ffff;
}
.icons-social a:hover{
    color: #DDE274;
}
.icons-social li{
    width: 4vw;
    padding-top: 2%;
}
footer .img-elemento2{
    position: absolute;
    bottom: 3%;
}
footer .img-elemento2 img{
    width: 15%;;
    bottom: 25%;
    position: relative;

}
@media(max-width:767px){
    footer h2{
        font-size: 3.5vw;
    }
    .info-contacto{
        padding-left: 0%;
    }
    footer .logo-footer img{
        width: 30%;
    }
    .info-contacto h3{
        font-size: 4vw;
    }
    .info-contacto a{
        font-size: 3vw;
    }
    .icons-social a{
        font-size: 25px;
    }
    .icons-social li{
        width: 50px;
    }
    .footer-form {
        padding: 5% 10% 5% 10% !important;
    }
}
/* Footer */
/* estilo de mensaje enviado de correo */
/* Icono-whatsapp */
.icono-whatsapp{
    position: fixed;
    bottom: 145px;
    right: 20px;
    z-index: 10;
    width: 70px;
}

.icono-whatsapp:hover{
    opacity: 0.5;
}
/* Icono-whatsapp */
/* Scroll-top */
.scrollToTop {
    display: none;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 29px;
    text-align: center;
    z-index: 1005 !important;
    border-radius: 30px;
    /* color */
    background-color: #0f2542;
    color: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 65%);
}
@media(max-width:500px){
    .icono-whatsapp{
        width: 64px;
        right: 5px;
    }
    .scrollToTop{
        right: 5px;
    }
}
/* scroll-top */
/*
Correo pruebas---------
*/
div#negro{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0%;
    right: 0;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .5);
}

div#dialogo{
    position: fixed;
    top: 34%;
    width: 100%;
    height: auto;
    /* background-color: white; */
    border-radius: 3px;
    /* border: 1px solid #c3c3c3; */
    padding: 4%;
    z-index: 4;
}
.modal-center{
    background-color: white;
    border: 1px solid #c3c3c3;
    padding: 2%;
    width: 400px;
    margin: auto;
}
div#dialogo .img-modal img{
    margin: auto;
    display: block;
    width: 70px;
    height: auto;
    margin-bottom: 15px;
}
div#dialogo .text-modal{
    text-align: center !important;
}
div#dialogo .modal-header{
    border-bottom: none;
}
div#dialogo .modal-footer{
    border-top: none;
}
div#dialogo .text-modal h5{
	color: #003666;
    font-size: 17px;
    font-family: 'avenir-black,sans-serif';
}
div#dialogo .text-modal h6{
	color: #596D80;
    font-size: 15px;
    font-family:'avenir-medium,sans-serif';
}
div#dialogo .text-modal span{
    color: #596D80;
    font-size: 13px;
}
div#dialogo .text-modal a{
    color: #1477CC;
    font-size: 13px;
}
@media (max-width:420px){
    div#dialogo .img-modal img{
        width: 64px;
        padding-right: 45px;
    }
    .modal-center{
        width: 290px;
        padding: 3%;
    }
    div#dialogo .text-modal h5{
        font-size: 15px;
    }
    div#dialogo .text-modal h6{
        font-size: 12px;
    }
    div#dialogo .text-modal span{
        font-size: 11px;
    }
    div#dialogo .text-modal a{
        font-size: 10px;
    }
}
/* estilo de mensaje enviado de correo */