html, body {
    margin: 0px !important;
}

.splash-screen{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FCFCFC;
    z-index: 99999;
    color: #FF0080;
    text-align: center;
    line-height: 90vh;
}

.c-gris{
    color: #7D7E83;
}
a:link, a:visited, a:active {
    text-decoration:none !important;
}

@keyframes fadeIn {
    to{
        opacity: 1;
    }
}

.fade-in{
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;

}

.dtabla{
    display:table;
}

.dtablacell{
    display:table-cell;
    vertical-align:middle;
}

.contenedor-logo-preload{
    margin: 0 auto;
    width: 370px;
    height: 230px;
}
.logo{
    /*width: 250px;
    height: 150px;*/
    width: 370px;
    height: 230px;
    background: url("../../img/web/logo-yaniv.svg") no-repeat center;
}

.show-social{
    visibility: hidden;
}

.sociales-m{
    margin: 0 auto;
    width: 90px;
    display: none;
}

.sociales{
    position:fixed;
    right: 25px;
    top:  7%;
    width: 40px;
    height:90px;
    margin-top:-40px;
    margin-left:-17px;
    z-index: 100;
}

.face-icon{ width:40px; height:40px; background:url("../../img/web/facebook.svg") no-repeat;}
.insta-icon{ margin-top: 10px; width:40px; height:40px; background:url("../../img/web/instagram.svg") no-repeat;}

/*Init Loader*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.3s infinite ease-in-out;
}
.loader {
    color: #ff0080;
    font-size: 10px;
    /*margin: 80px auto;*/
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/*End Loader*/

/*Adding background for the slides
	* --------------------------------------- */

#slide1{width:100%; height:100%;
    background-image: url("../../img/web/yaniv-slider1.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide2{
    background-image: url("../../img/web/yaniv-slider2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
}

#slide3{
    background-image: url("../../img/web/yaniv-slider3.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide4{
    background-image: url("../../img/web/yaniv-slider4.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
}

nav{
    top: 40px;
    margin: 0px;
    position: absolute;
    z-index: 100;
    padding: 0px;
    background: transparent;
    height: auto;
    width: 100%;
    text-align: center;
}

nav ul{
    padding: 0px;
    margin:  0px;
    overflow: scroll;
}

nav ul li{
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
}

nav ul li a{
    color: #7D7E83;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

li.active a, li:hover a{
    color: #FF0080;
    transition: .5s;
}


.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.store{
    z-index: 200;
    /*background: blue;*/
    position: absolute;
    width: 460px;
    height: 62px;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

.app{
    max-width: 220px;
    max-height: 62px;
    cursor: pointer;
}

.f-left{
    float: left;
}

.f-right{
    float: right;
}

.m-left20{
    margin-left: 20px;
}

.button-centrar {
    position: absolute;
    width: 160px;
    height: 75px;
    right: 50%;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.titulos{
    margin: 0 auto;
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    -webkit-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.09);
    box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.09);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #d9dada;
    background: #fff;
    margin-bottom: 10px;
}

.up-buttom{
    display: none;
    z-index: 1;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 75px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    background: url("../../img/web/up.svg") no-repeat center #FF0080;
}

.contentButtons {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 20px;
    position: fixed;
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    z-index: 1;
}

.red{
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    line-height: 25px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.16);
    background: url("../../img/web/chat.svg") no-repeat center #ffffff;
}

.botonesnl{
    right: 24px;
    width:40px;
    height:auto;
    display:none;
    bottom:150px;
    position: fixed;
}
.boton{

    width: 40px;
    height: 40px;
}

.logomnu{
    width: 200px;
    height: 130px;
    background: url("../../img/web/logo3.svg") no-repeat center;

    display: none;
}

.mt50{
    margin-top: 50px;
}

.mt100{
    margin-top: 0px;
}

.p-relative{
    position: relative;
}

.m-auto{
    margin: 0 auto;
}

.mnu{
    list-style: none;
    background: url("../../img/web/menu.svg") no-repeat center;
    width: 30px;
    height: 30px;
}

#check{
    display: none;
}

.checkbtn{
    color: #7D7E83;
    float: right;
    line-height: 30px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
}

.margen-centrar{
    position: absolute;
    left: 50%;
    top: 200px;
    /*top: 50%;*/
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    /*
    margin: 0 auto;
    margin-top: 50px;*/
}

.info-slide{
    /*font-family: Roboto, sans-serif;*/
    font-size: 40px;
    width: max-content;
    height: 53px;
    line-height: 53px;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
    margin: 0 auto;
    overflow:hidden;

}

.titulo-slide{

    float: left;
    text-align: center;
    text-transform: uppercase;
}

.list-texto{
    color: #FF0080;
    margin-top: 0;
    float: left;
    padding-left: 8px;
    text-transform: uppercase;
    text-align: left;
    list-style: none;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.texto-item {
    line-height: 53px;
    margin: 0;
}

.leyenda{
    width: auto;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    /*background: #68B318;
    color: #ffffff;*/

}

.text-selection{
    padding: 0px 10px;
    box-sizing: content-box;
    background: #58A424;
    color: #ffffff;
}

.color-oficial{
    color: #FF0080;
}

.color-texto{
    color: #7D7E83;
}

.b-gris{
    background: #FCFCFC !important;
}

.b-blanco{
    background: #ffffff !important;
}

.w-100 {
    width: 100% !important;
}

.w-0 {
    width: 0px !important;
}

.w-100px{
    width: 100px !important;
    float: left;
}
@keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

@-webkit-keyframes change {
    0%, 12.66%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%,62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%,79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%,95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

/*----Nosotros----*/
.content-nosotros{
    background: #FCFCFC;
    width: 100%;
    /*height: 875px;*/
    padding: 40px 0px;
}

.content-nosotros-info{
    /*background: #3b5998;*/
    position: relative;
    width: 950px;
    /*height: 510px;*/
    margin: 0 auto;
    /*top: 40px;*/
}

.title{
    color: #FF0080;
    width: 100%;
    /*height: 70px;*/
    font-size: 40px;
    text-align: center;
    margin: 20px 0px 40px;
    /*left: 50%;
    top: 120px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
}

.content-img-text{
    margin: 0 auto;
    /*height: 400px;*/
    width: max-content;
}

.img-nosotros{
    float: left;
    width: 300px;
    height: 400px;
    /*float: left;
    width: 40%;
    height: 100%;*/
}

.anime-left{
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    transition: .3s;
}

.anime-star-left{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.anime-right{
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transition: .3s;
}

.anime-star-right{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.text-nosotros{
    float: left;
    width: 605px;
    /*height: 400px;*/
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-left: 45px;
    margin-bottom: 30px;
    /*float: left;
    width: 60%;
    height: 100%;
    font-size: 15px;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;*/
}

/*----Tratamientos----*/
.content-tratamientos{
    background: #FCFCFC;
    margin: 0 auto;
    max-width: 990px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.content-tratamientos-info{
    /*background: #3b5998;*/
    position: relative;
    max-width: 990px;
    /*height: 1192px;*/
    /*height: calc(100% - 40px);*/
    margin: 0 auto;
    top: 40px;
}

.content-items{
    /*background: yellow;*/
    width: 990px;
    height: 330px;
}

.item{
    /*background: red;*/
    float: left;
    text-align: center;
    width: 330px;
    height: 100%;
    cursor: pointer;
}

.item-circle{
    margin: 0 auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
}

.item-circle:hover{
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.36);

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.item-titulo{
    /*background: blue;*/
    width: 100%;
    height: 39px;
    font-size: 28px;
    text-align: center;
    margin-top: 15px;
    line-height: 39px;
}

.mtop-46{
    margin-top: 46px;
}

/*----Productos----*/

.content-productos-flex{
    background: #FCFCFC;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.content-productos{
    background: #FCFCFC;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.content-productos-info{
    /*background: #3b5998;*/
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 40px);
    margin: 0 auto;
    top: 40px;
}

.content-productos-img-text{
    /*background: goldenrod;*/
    margin: 0 auto;
    height: 424px;
    width: fit-content;
}

.img-crema{
    float: left;
    width: 350px;
    height: inherit;
}

.text-productos{
    position: relative;
    float: left;
    width: 385px;
    height: inherit;
}

.texto-info{
    width: 100%;
    /*height: 78px;*/
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.img-sabila{
    position: absolute;
    width: 100%;
    height: 117px;
    bottom: 40px;
}

.img-plantas{
    float: left;
    width: 465px;
    height: inherit;
}

/*----Equipo----*/
.content-equipo{
    max-width: 1200px;
    /*height: 600px;*/
    /*overflow: hidden;*/
}

.title-equipo{
    /*background: #7a43b6;*/
    font-size: 40px;
    text-align: center;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.content-equipo-img-text2{
    /*background: #3b5998;*/
    width: 100%;
    max-width: 950px;
    max-height: 409px;
    height:auto;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.content-equipo-info{
    /*background: #3b5998;*/
    position: relative;
    width: 100%;
    max-width: 950px;
    height: calc(100% - 40px);
    margin: 0 auto;
    top: 40px;
}

.content-equipo-img-text{
    /*background: goldenrod;*/
    margin: 0 auto;
    height: fit-content;
    width: fit-content;
    overflow: hidden;
}

.img-fisioterapia{
    float: left;
    max-width: 300px;
    height: fit-content;
    overflow: hidden;
}

.text-equipo{
    float: left;
    max-width: 600px;
    height: 409px;
    margin-left: 50px;
    overflow: hidden;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/*----Pie----*/
.content-pie{
    width: 100%;
    height: 100px;
    /*background: url("../../img/web/logo2.svg") center left no-repeat;*/
    background-image: url("../../img/web/logo2.svg");
    -webkit-background-size: 15% 60%;
    -moz-background-size: 15% 60%;
    -o-background-size: 15% 60%;
    background-size: 15% 60%;
    background-position: left;
    background-repeat: no-repeat;
}

.loguito{
    display: none;
    width: 110px;
    height: 70px;
    margin: 0 auto;
}

.info{
    /*width: 252px;
    height: 35px;*/
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

hr{
    height: 1px;
    width: 110px;
    background-color: #FF0080;
    margin-top: 0px;
    border: 0;
}

.space{
    display: block;
    width: 100%;
    height: 50px;
}

.responsive {
    width: 100%;
    height: auto;
}


/*Empresarial*/

#slide1e{width:100%; height:100%;
    background-image: url("../../img/web/yaniv-slider1-empresarial.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.leyendae{
    max-width: 940px;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    /*background: #68B318;
    color: #ffffff;*/

}

.logoe{
    width: 370px;
    height: 230px;
    background: url("../../img/web/logo-yaniv.svg") no-repeat center;
    z-index: 2;
}

.margen-centrar2{
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    margin: auto;

}

.contenedor-info {

    position: absolute;
    max-width: 940px;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    z-index: 2;
}

.f-30{
    font-size: 30px !important;
}

.titulo-fuera{
    text-align: center;
    font-size: 30px;
    width: 100%;
}

#tituloEmpMovil{
    display: none;
}

#tituloMovil{
    display: none;
}

#tituloEmp{
    display: block;
}

#tituloWeb{
    display: block;
}

#leyendaWeb{
    display: block;
}

.leyenda-fuera {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

#leyendaWeb2{
    display: none;
}

.button-centrare {
    margin: 0 auto;
    width: 280px;
    height: 75px;
}

.content-flex{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px;
}



.cuadro-info{
    margin-top: 20px;
    width: 300px;
}

.icono{
    width: 100%;
    height: 40px;
    text-align: center;
}

.texto{
    margin: 20px 0px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

/*----Tienda----*/
.fondo-tienda{
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url("../../img/web/fondo-tienda.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0% 80% ;
}

.content-flex-productos{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px;
}

.content-product{
    margin: 20px;
    position: relative;
    width: 320px;
    /*height: 320px;*/
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
}

.product{
    width: 100%;
    height: 210px;
    text-align: center;
}

.wthasapp-icon{
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    background: url("../../img/web/whatsapp-product.svg") no-repeat center #ffffff;
}

.margen-centrar2{
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    margin: auto;

}

.img-responsive-product{
    max-height: 210px;
    max-width: 100%;
}

.description{
    margin-top: 20px;
    width: 100%;
    /*height: 50px;*/
    text-align: center;
}

.product-popup{
    margin: 0 auto;
    float: left;
    /*width: 320px;*/
    height: 320px;
    text-align: center;
}

.m-top-30{
    margin-top: 30px !important;
}

.info-popup{
    float: left;
    margin-left: 20px;
    max-width: 710px;
}

.info-popup{
    float: left;
    margin-left: 20px;
    width: 710px;
}

.title-popup{
    width: 100%;
}

.p-10{
    padding: 10px;
    box-sizing: border-box;
}

.titulos-tienda{
    width: 250px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
}

.h-cero{
    height: auto;
}

.wthasapp-icon-popup{
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    background: url("../../img/web/whatsapp-product.svg") no-repeat center #ffffff;
}

.m-top-product{
    margin-top: 50px;
}

.f-35{
    font-size: 35px;
}

.f-18{
    font-size: 18px;
}

.t-align-justify{
    text-align: justify;
}

.t-align-center{
    text-align: center;
}

/*++++*/
h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #06D85F;
    margin: 80px 0;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    padding: 20px;
    z-index: 100;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    /*width: 75%;*/
    max-width: 1090px;
    /*height: 586px;*/
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

/*flecha abajo*/
.arrow-down{
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url("../../img/web/arrow-down.svg") no-repeat;
}

@media (max-width:1199px){
    .img-crema{
        width: 320px;
    }
    .text-productos{
        width: 320px;
    }
    .img-plantas{
        width: 320px;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1130px) {
    .f-35{
        font-size: 25px;
    }

    .info-popup{
        max-width: 578px;
    }

}

@media (max-width:990px){
    .product-popup{
        float: none;
    }

    .info-popup{
        float: left;
        margin-left: 0px;
        width: 100%;
    }

    .content-tratamientos-info {
        width: 100%;
    }

    .m-top-product{
        margin-top: 20px;
    }

    .content-items {
        width: 660px;
        margin: 0 auto;
    }

}

@media (max-width:960px){
    .f-35{

        text-align: center;
    }
    /*----Nosotros----*/
    .content-nosotros{
        height: 840px;
    }

    .content-nosotros-info{
        width: inherit;
        height: calc(100% - 40px);
    }

    .title{
        /*height: 50px;*/
        font-size: 30px;
        /*margin-bottom: 20px;*/
    }

    .content-img-text{
        height: auto;
        width: 100%;
    }

    .img-nosotros{
        float: none;
        width: 220px;
        height: 320px;
        margin: 0 auto;
    }

    .text-nosotros{
        float: none;
        width: 100%;
        height: 100%;
        margin-left: 0px;
        padding: 20px;
        box-sizing: border-box;
    }

    /*----Productos----*/
    .img-plantas{
        display: none;
    }

    /*----Equipo----*/
    .content-equipo{
        /*height: 1090px;
        max-height: none;*/
    }

    .title-equipo{
        font-size: 30px;
    }

    .content-equipo-img-text2{
        height: auto;
        max-height: none;
        text-align: center;
        margin-top: 40px;
        text-align: center;
    }

    .img-fisioterapia{
        float: none;
    }

    .text-equipo{
        float: none;
        width: 100%;
        height: 100%;
        margin-right: 0px;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
    }
}


/*HAY UN PROBLE, AL PROBAR EL RESPONSIVE,
AL PARECER NO OBEDECE 960PX SINO A PARTIR DE 1057
TAL VEZ SEA PORQUE ESTA EN LOCAL CON
LARAVEL, HAY QUE PROBAR EN EL SERVIDOR,
QUIZÁS ALLÍ SE ARREGLE POR SER PRODUCCIÓN*/
/*Sección móvil*/
@media (max-width:659px) {

    #slide1e {
        background-image: url("../../img/web/yaniv-slider1-empresarial-movil.jpg");
    }

    .titulo-fuera {
        font-size: 19px;
    }

    #leyendaWeb2 {
        display: block;
    }

    #tituloEmpMovil {
        display: block;
    }

    #tituloMovil {
        display: block;
    }

    #tituloEmp {
        display: none;
    }

    #tituloWeb {
        display: none;
    }

    #leyendaWeb {
        display: none;
    }

    .leyenda-fuera {
        padding: 0px 20px;
        margin-top: 40px;
        font-size: 19px;
        text-align: justify;
    }

    #slide1 {
        background-image: url("../../img/web/yaniv-slider11.jpg");
        background-position: center;
    }

    #slide2 {
        /*background-image: url("../../img/web/yaniv-slider21.jpg");*/
        background-position: right;
    }

    #slide3 {
        background-image: url("../../img/web/yaniv-slider32.jpg");
        background-position: center;
    }

    #slide4 {
        background-image: url("../../img/web/yaniv-slider41.jpg");
        background-position: center;
    }

    .contenedor-logo-preload {
        width: 300px;
        height: 160px;
    }

    .logomnu {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .logo {
        /*width: 220px;
        height: 125px;*/
        width: 300px;
        height: 160px;
        background-size: 85%;
    }

    .margen-centrar {
        top: 180px;
    }

    .loader {
        font-size: 8px;
    }

    .checkbtn {
        display: block;
        margin-top: 20px;
        margin-right: 20px;
    }

    nav {
        top: 0px;
    }

    nav ul {
        position: fixed;
        background: #FF0080;
        width: 100%;
        height: 100%;
        left: -100%;
        text-align: center;
        transition: all .5s;
        z-index: -1;
    }

    nav ul li {
        display: block;
        margin: 30px 0;
        line-height: 30px;
    }

    nav ul li a {
        color: #fff;
        font-size: 20px;
    }

    li.active a, li:hover a {
        color: #ffffff;
        transition: .5s;
    }

    .mt100 {
        margin-top: 100px;
    }

    /*Acción para mostrar ú ocultar le menú*/
    #check:checked ~ ul {
        left: 0;
    }

    .info-slide {
        font-weight: bold;
        font-size: 19px;
        height: 33px;
        line-height: 33px;
    }

    .texto-item {
        line-height: 33px;
        margin: 0;
    }

    .leyenda {
        width: auto;
        font-size: 16px;
    }

    .space {
        display: none;
    }

    /*----Nosotros----*/
    .content-nosotros {
        height: 1066px;
    }

    .content-tratamientos-info {
        width: 100%;
    }

    .content-items {
        position: relative;
        top: 20px;
        width: 100%;
        height: auto;
    }

    .item {
        float: none;
        width: inherit;
        height: inherit;
        margin: 0px 0px 40px;
    }

    .item-circle {
        width: 200px;
        height: 200px;
    }

    .item-titulo {
        width: 100%;
        height: 39px;
        font-size: 20px;
    }

    /*----Productos----*/
    .content-productos {
        height: 670px;
    }

    .content-productos-img-text {
        height: max-content;
        width: 100%;
        /*position: relative;*/
        top: 20px;
    }

    .img-crema {
        float: none;
        width: 220px;
        height: 140px;
        margin: 0 auto;
    }

    .text-productos {
        float: none;
        width: 100%;
        margin: 30px 0px;
    }

    .texto-info {
        height: auto;
        font-size: 20px;
    }

    .img-sabila {
        position: relative;
        width: 220px;
        height: 60px;
        top: 12px;
        margin: 0 auto;
    }

    .img-plantas {
        float: none;
        width: 220px;
        display: block;
        margin: 0 auto;
    }

    /*----Equipo----*/
    .content-equipo {
        /*height: 1220px;*/
    }

    /*----Pie----*/
    .content-pie {
        height: 200px;
        background-image: none;
    }

    .loguito {
        display: block;
    }

    .info {
        margin-top: 20px;
    }

    .store {
        width: 150px;
        height: 106px;
        bottom: 0%;
    }

    .app {
        max-width: 150px;
        max-height: 43px;
    }

    .f-35 {
        font-size: 25px;
        text-align: center;
    }

    .f-left {
        /*float: none;*/
        margin-bottom: 10px;
    }

    .f-right {
        float: none;
    }

    #slide1e {
        background-position: right;
    }

    .logoe {
        width: 300px;
        height: 160px;
        background-size: 85%;
    }

    .margen-centrar2 {
        position: absolute;
        left: 50%;
        top: 180px;
        bottom: auto;
        /*top: 50%;*/
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 2;
        /*
        margin: 0 auto;
        margin-top: 50px;*/

    }

    .sociales {
        display: none;
    }

    .face-icon{
        float: left;
    }

    .insta-icon {
        float: left;
        margin-top: 0px;
        margin-left: 10px;
    }

    .show-social{
        visibility: visible;
    }

    .sociales-m{
        display: block;
    }
}