body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 200;
}

.red {
    background-color: red;
}

a { color: inherit;}
a:hover { text-decoration: none; color: inherit;}
a:active { text-decoration: none; color: inherit;}


.bgExtraDark{
    background-color: rgba(25,137,115,1);
}

.bgDark{
    background-color: rgba(180,206,190,1);
}

.bgLight{
    background-color: rgba(218,231,223,1);
}

.bgExtraLight{
    background-color: rgba(233,241,234,1);
}

.bgTransWhite {
    background-color: rgba(255,255,255,.4);
}

.bgTransDark {
    background-color: rgba(25,137,115,.7);
}

.bgTransBlue {
    background-color: rgba(0,169,173,.26);

}




.fBlack {
    color: rgba(0,0,0,1);
}

.fBlue {
    color: rgba(0,169,173,1);
}

.fWhite {
    color: rgba(255,255,255,1);
}

.fGreen {
    color: rgba(25,137,115,1);
}

.fGreenLight {
    color: rgba(137,177,164,1);
}

.fGrey {
    color: rgba(105,105,105,1);
}


.fOrange {
    color: rgba(230,113,56,1);
    color: rgb(191, 183, 158);
}


.fLato {
    font-family: 'Lato', sans-serif;
}

.fRoboto {
    font-family: 'Roboto', sans-serif;
}

.fPlay {
    font-family: 'Playfair Display', serif;
}


.fExtraLight {
    font-weight: 200;
}

.fLight {
    font-weight: 300;
}

.fNormal {
    font-weight: 400;
}

.fSemiBold {
    font-weight: 600;
}

.fBold {
    font-weight: 700;
}




.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f30 {
    font-size: 30px;
}

.f35 {
    font-size: 35px;
}

.f45 {
    font-size: 45px;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}

.lhNormal {
    line-height: normal;
}

.maxWidth350 {
    max-width: 350px;
    margin: 0 auto;
}

.maxWidth350 p {
    margin: 0 10%;
}

.minHeight90 {
    min-height: 90px;
}

.minHeight200 {
    min-height: 200px;
}
.fullWidth{
    width: 100%;
}

.bigBorder {
    padding: 10px;
}

h1 {
    color: rgba(25,137,115,1);
    position: relative;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 35px
}

h1.under:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    border-bottom: 3px solid rgba(25,137,115,1);
}

h1.under.fWhite:after {
    border-bottom: 3px solid rgba(255,255,255,1);
}

h1.under.fBlue:after {
    border-bottom: 3px solid rgba(0,169,173,1);
}






h1 small {
    font-size: 28px;
    font-weight: 400;
}


h2 {
    color: rgba(25,137,115,1);
    position: relative;
    padding-bottom: 25px;
    font-weight: 700;
}

h2.under:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    border-bottom: 3px solid rgba(25,137,115,1);
}

h2.under.fBlue:after {
    border-bottom: 3px solid rgba(0,169,173,1);
}

h3 {
    color: rgba(25,137,115,1);
    position: relative;
    padding-bottom: 20px;
    font-weight: 400;
}

h3.under:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    border-bottom: 3px solid rgba(25,137,115,1);
}

h3.under.fBlue:after {
    border-bottom: 3px solid rgba(0,169,173,1);
}


h4 {
    color: rgba(25,137,115,1);
    position: relative;
    padding-bottom: 20px;
    font-weight: 400;
}

h4.under:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    border-bottom: 3px solid rgba(25,137,115,1);
}

h4.under.fBlue:after {
    border-bottom: 3px solid rgba(0,169,173,1);
}



sup {
    line-height: 6px;
    font-size: 11px;
}



#menu {
    position: absolute;
}

#menu ul,
#menu ol {
    list-style: none;
}


#menu,
#menu a,
#menu span {
    color:rgba(255,255,255,0);
}

#menu.mm-menu_opened,
#menu.mm-menu_opened a,
#menu.mm-menu_opened span {
    color:rgba(255,255,255,1);
}








.topBar a.btLang {
    color: rgba(218,231,223,1);
    font-weight: 700;
    font-size: 13px;
}

.topBar a.btLang:hover,
.topBar a.btLang:active,
.topBar a.btLang:focus {
    color: rgba(218,231,223,1);
}


.topBar .dropdown-menu {
    /*
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     float: left;
     min-width: 100px;
     padding: 0 0 5px 0;
     margin: 10px 0 0;

    */
    font-weight: 700;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(218,231,223,1);
    background-clip: padding-box;
    border: 1px solid rgba(218,231,223,1);
    border-radius: 0;
}





.topBar .dropdown-item{
    padding: 5px 10px 0 10px;
    clear: both;
    color: rgba(25,137,115,1);
}

.topBar .dropdown-item:focus,
.topBar .dropdown-item:hover {
    color: rgba(218,231,223,1);
    text-decoration: none;
    background-color: rgba(25,137,115,1);
}

.topBarRight {
    border-right: 2px solid rgba(255,255,255,1);
    margin-right: 10px;
    padding-right: 10px;
    color: rgba(255,255,255,1);
}

.topBarRight a{
    margin: 0 5px;
    font-size: 16px;
}

.socialBar {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;

    flex-direction: row;
    align-items: center;

    margin-top: 15px;

}

.socialBar a{
    color: rgba(25,137,115,1);
    background-color: rgba(218,231,223,1);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.socialBar a:hover{
    color: rgba(25,137,115,1);
    background-color: rgba(255,255,255,1);
}



#headerBlockLogo {
    padding-top: 80px;
}



/* MEGAMENU */

.menu-large {
    position: static !important;
}



.dropdown:hover > .dropdown-menu {
    display: block;
}


.productsMenu .megamenu,
.activesMenu .megamenu,
.descubreMenu .megamenu {
    padding: 15px 15px;
    width: 80%;
    background-image: none; /*url(../img/fons_megamenu_productos.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.activesMenu .megamenu {
    padding: 15px 15px;
    width: 75%;
    background-image: url(../img/fons_megamenu_activos.png);
    background-position: 90% bottom;
    background-repeat: no-repeat;
}


.descubreMenu .megamenu {
    background-image: none;
}

.productsMenu .megamenu .vLines:before,
.activesMenu .megamenu .vLines:before,
.descubreMenu .megamenu .vLines:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(64,64,64,0.5);
}



.productsMenu .megamenu > div > li > ul,
.activesMenu .megamenu > div > li > ul,
.descubreMenu .megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

.productsMenu .megamenu > div > li > ul > li,
.activesMenu .megamenu > div > li > ul > li,
.descubreMenu .megamenu > div > li > ul > li {
    list-style: none;
}


.productsMenu .megamenu > div > li > ul > li > a,
.activesMenu .megamenu > div > li > ul > li > a,
.descubreMenu .megamenu > div > li > ul > li > a {
    display: block;
    padding: 1px 20px;
    clear: both;
    font-weight: 200;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.productsMenu .megamenu > div > li > ul > li > a:hover,
.productsMenu .megamenu > div > li > ul > li > a:focus,
.activesMenu .megamenu > div > li > ul > li > a:hover,
.activesMenu .megamenu > div > li > ul > li > a:focus,
.descubreMenu .megamenu > div > li > ul > li > a:hover,
.descubreMenu .megamenu > div > li > ul > li > a:focus  {
    text-decoration: none;
    color: rgba(0,0,0,1);
    background-color: transparent;
}

.productsMenu .megamenu.disabled > a,
.productsMenu .megamenu.disabled > a:hover,
.productsMenu .megamenu.disabled > a:focus,
.activesMenu .megamenu.disabled > a,
.activesMenu .megamenu.disabled > a:hover,
.activesMenu .megamenu.disabled > a:focus,
.descubreMenu .megamenu.disabled > a,
.descubreMenu .megamenu.disabled > a:hover,
.descubreMenu .megamenu.disabled > a:focus  {
    color: rgba(13,125,103,1);
}

.productsMenu .megamenu.disabled > a:hover,
.productsMenu .megamenu.disabled > a:focus,
.activesMenu .megamenu.disabled > a:hover,
.activesMenu .megamenu.disabled > a:focus,
.descubreMenu .megamenu.disabled > a:hover,
.descubreMenu .megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.productsMenu .megamenu .dropdown-header,
.activesMenu .megamenu .dropdown-header,
.descubreMenu .megamenu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    display: block;
    padding: 0 0 1rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    white-space: nowrap;
}

.productsMenu .megamenu .dropdown-header a,
.activesMenu .megamenu .dropdown-header a,
.descubreMenu .megamenu .dropdown-header a {
    font-size: 13px;
    font-weight: 400;
    color: rgba(64,64,64,1);
}

.productsMenu .megamenu .dropdown-header > a,
.activesMenu .megamenu .dropdown-header > a,
.descubreMenu .megamenu .dropdown-header > a {
    font-size: 14px;
    font-weight: 700;
    color: rgba(13,125,103,1);
}



.productsMenu .dropdown-menu.megamenu,
.activesMenu .dropdown-menu.megamenu,
.descubreMenu .dropdown-menu.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 75%;
    padding: 40px 35px;
    margin: -20px 0 0 0;
    font-weight: 700;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(218,231,223,1);
    background-clip: padding-box;
    border: 1px solid rgba(218,231,223,0);
    border-top: 7px solid rgba(255,255,255,1);
    border-left: 1px solid rgba(218,231,223,0);
    border-radius: 0;
    /*     border: 1px solid rgba(255,255,255,1); */
}


.productsMenu .dropdown-menu.megamenu{
    min-width: 99%;
}



#navbarDropdownMega .dropdown-header,
.overlayGlobal .dropdown-header {
    font-size: 14px;
    font-weight: 700;
    color: rgba(13,125,103,1);
    border-bottom: 2px solid rgba(13,125,103,1);
    display: block;
    padding: 1px 20px 1px 0;
    clear: both;
    line-height: 1.428571429;
    white-space: normal;
    margin-bottom: 15px;


}

#navbarDropdownMega  {
    font-size: 14px;
    color: rgba(13,125,103,1);
    font-weight: 200;
    margin: 0;
    /*box-shadow: 0 1px 5px 1px rgba(13,125,103,1);*/
}

.topFixedBar .btLang {
    line-height: 70px;
    display: inline-block;
    margin-top: -20px;
    margin-bottom: -20px;
}

#navbarDropdownMega  .countryLinks a,
.overlayGlobal .countryLinks a {
    padding: 2px;
    margin: 2px 0;
    display: inline-block;
}

#navbarDropdownMega  .countryLinks a:hover,
.overlayGlobal .countryLinks a:hover {
    background-color: white;
}


#navbarDropdownMega .overlayGlobalHeader,
#navbarDropdownMega .overlay__close {
    display: none !important;
}




.overlayGlobal{
    font-size: 14px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.7);
    overflow: hidden;
    z-index: 6000;
    display: none;
    color: rgba(13,125,103,1);
}

.overlayGlobal .overlay__content {
    font-size: 14px;
    width: 100%;
    max-width: calc(100vw - 40px);
    height: auto;
    max-height: calc(100vh - 40px);

    margin: 20vh auto auto auto;
    background-color: rgba(218,231,223,1);
    background-clip: padding-box;
    border: 1px solid rgba(218,231,223,1);
    border-radius: 0;
    /*overflow-y: auto;*/
    position: relative;
    color: rgba(13,125,103,1);
}


/*
.overlayGlobal .overlay__content .container {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

*/


#globalWrapper {
    padding: 50px;
}

.overlayGlobal .overlay__close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    padding: 0px 5px;
    border: 1px solid rgba(13,125,103,1);
    color: rgba(13,125,103,1);
    margin: 15px 15px 0px auto;
}


.globalResponsive {
    padding-top: 15px !important;
    border: none !important;
}

.globalResponsive:after {
    display:none !important;
}

.globalResponsive a {
    background: rgba(0,0,0,.2);
}

.mm-listitem>a, .mm-listitem>span {
    padding: 8px 10px 8px 20px;
}





@media (max-width: 992px) {


    .overlayGlobal > .container {
        max-width: 350px;
    }

    #globalWrapper {
        position: relative;
        height: 500px;
        padding: 0;
        max-height: calc(100vh - 160px);
    }

    #globalTopHeader {
        /* position: absolute; */
        /* top: 0; */
        height: 60px;
        margin: 10px 60px 10px 0;
        text-align: left;
    }

    #globalScrollableList{
        height: 418px;
        overflow-y: auto;
        /* margin-top: 100px; */
        /* margin-bottom: 100px; */
        overflow-x: hidden;
        display: block;
        margin-right: -15px;
        padding-right: 15px;
        max-height: calc(100vh - 230px);
    }

    .overlayGlobal .overlay__content {
        width: 100%;
        max-width: inherit;
        height: inherit;
        max-height: inherit;
        margin: 10vh auto auto auto;
    }

    .overlayGlobal .overlay__close {

        margin: 5px -10px 0px auto;
    }

    .overlayGlobal .overlay__content .row > div {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .overlayGlobal .overlay__content .row > div .countryLinks {
        column-count: 2;
    }

    .overlayGlobal .overlay__content .row > div .countryLinks .dropdown-header {
        column-span: all;
    }

}








.doubleColumn {
    column-count: 2;
}

.doubleColumn .dropdown-header {
    column-span: all;
}











@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu > li {
        margin-bottom: 30px;
    }
    .megamenu > li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}
/* END MEGAMENU*/


.carousel-indicators {
    bottom:-40px;
}

.carousel-indicators li {
    background-color: rgba(105,105,105,.5);
}

.carousel-indicators li.active {
    background-color: rgba(25,137,115,1);
}

.carousel-inner {
    margin-bottom:40px;
}




.dropifiedBlock .dropify-wrapper{
    /*background-color: rgba(233,241,234,1);*/
    background-color: rgba(218,231,223,1);
}


.navbar {
    padding: .5rem 0;
}


.menuPrincipal {
    margin: 0 ;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    z-index: 1000;
    font-weight: 200;
}


.menuPrincipal .dropdown-toggle::after {
    /*display: none;*/
}

.menuPrincipal > li > a {
    font-size: 17px;
    color: rgba(13,125,103,1);
    text-transform: uppercase;
    border-bottom: 4px solid rgba(255,255,255,1);
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: -10px;

}

.menuPrincipal > li > a.active,
.menuPrincipal > li > a:hover {
    border-bottom: 4px solid rgba(218,231,223,1);
}

.menuPrincipal .nav-item-spacer {
    width: 15px;
    font-size: 25px;
    text-align: center;
}












.familyBar {
    margin: 3rem 0 3rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.familyBar a{
    flex: 0 0 17%;
    align-content: center;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-size: 13px;
    color: rgba(64,64,64,1);
    margin-left: auto;
    margin-right: auto;
}

.familyBar a:hover{
    color: rgba(25,137,115,1);
}

.familyBar a img{
    padding-bottom: 20px;
    max-width: 100px;
}


.homeAds {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeAds div {
    min-height: 50px;
    flex: 0 0 50%;

}

footer {
    color: rgba(25,137,115,1);
    color: rgba(11,124,103,1);
    font-size: 16px;
}

footer .socialBar {
    justify-content: center;
}

footer .socialBar a{
    color: rgba(25,137,115,1);
    background-color: rgba(255,255,255,1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    margin-left: 5px;
}

.footer .socialBar a:hover{
    background-color: rgba(25,137,115,1);
    color: rgba(255,255,255,1);
}

.logoFooter {
    margin-bottom: 3rem;
    display: block;
}

footer h5 {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 1rem;
    font-weight: 700;
}

footer ul.nav li {
    float: none;
    width: 100%;
    padding-bottom: 5px;
}

footer ul.nav li a:hover{
    color: rgba(0,0,0,1);
}

footer .postLink img {
    margin-right: 10px;
    margin-top: 3px;
}

footer .postLink .title {
    display: table;
    padding-bottom: 10px;
    font-size: 15px;
}

footer .postLink .title span {
    display: block;
    color: rgba(255,255,255,1);
    font-size: 14px;
}

.copyright {
    font-size: 13px;
    font-weight: 700;
    color: rgba(64,64,64,1);
}

.copyright .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 100px;
    padding: 0 0 5px 0;
    margin: -5px 0 0;
    font-weight: 700;
    font-size: 13px;
    color: rgba(64,64,64,1);
    text-align: left;
    list-style: none;
    background-color: rgba(218,231,223,1);
    background-clip: padding-box;
    border: 1px solid rgba(218,231,223,1);
    border-radius: 0;
}


.copyright .dropdown-item{
    padding: 5px 10px 0 10px;
    clear: both;
    color: rgba(25,137,115,1);
}

.copyright .dropdown-item:focus,
.copyright .dropdown-item:hover {
    color: rgba(218,231,223,1);
    text-decoration: none;
    background-color: rgba(25,137,115,1);
}

.copyright span.vLine {
    font-size: 13px;
    font-weight: 700;
    padding-right: 8px;
}



.lightMenu .col {
    color: rgba(25,137,115,1);
    background-color: rgba(218,231,223,1);
    border-bottom: 7px solid rgba(218,231,223,1);
    margin: 0 1px;
    min-height: 65px;
    border-top: 2px solid #fff;
}

.lightMenu .col.active,
.lightMenu .col:hover {
    border-bottom: 7px solid rgba(25,137,115,1);
    background-color: rgba(180,206,190,1);
}

.lightMenu .col a{
    color: rgba(25,137,115,1);
    padding-bottom: 3px !important;
    padding-top: 10px !important;
    line-height: normal;
}

.lightMenu .col.active a,
.lightMenu .col:hover a{
    color: rgba(25,137,115,1);
}


.lightMenu .vertical {
    color: rgba(25,137,115,1);
    background-color: rgba(218,231,223,1);
    border-bottom: 7px solid rgba(218,231,223,1);
    margin: 0 1px 2px 0;
    min-height: 50px;
}

.lightMenu .vertical.active,
.lightMenu .vertical:hover {
    border-bottom: 7px solid rgba(25,137,115,1);
    background-color: rgba(180,206,190,1);
}

.lightMenu .vertical a{
    color: rgba(25,137,115,1);
    padding-bottom: 3px !important;
    padding-top: 10px !important;
    line-height: normal;
}

.lightMenu .vertical.active a,
.lightMenu .vertical:hover a{
    /* 	color: rgba(255,255,255,1); */
    color: rgba(25,137,115,1);
}


.bannerBlock {
    position: relative;
    /* 	min-height: 360px; */
}

.bannerBlock.blog {
    min-height: inherit;
}

img.circle {
    border-radius: 50%;
}

img.wFull {
    width: 100%;
    height: auto;
}

.overBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.overBottom .breadcrumb {
    background: transparent;
}

.breadcrumb-item {
    font-weight: 700;
    font-size: 12px;
    color: rgba(25,137,115,1);
}

.overBottom h2 {
    color: rgba(255,255,255,1);
    margin-bottom: 0;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bigBorder.videoWrapper iframe {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}


label {
    font-size: 18px;
    text-transform: uppercase;
}

label > span {
    font-size: 18px;
    text-transform: none;
}

label.form-check-label {
    text-transform: none;
}

label.form-check-label a {
    text-decoration: underline;
}


.btnSubmit {
    color: #fff;
    background-color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,1);
}

.btnSubmit:hover {
    background-color: rgba(180,206,190,1);
    border-color: rgba(180,206,190,1);
}


.swal-button.swal-button--confirm {
    background-color: rgba(180,206,190,1);
}

.swal-button.swal-button--confirm:hover {
    background-color: rgba(25,137,115,1);
}


#activmap-location {
    width: 100% !important;
}


.complexText35 {
    line-height: 35px;
}

.complexText25 {
    line-height: 25px;
}

.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #E8E8E8;
    width: 100%;
}

.nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
    border-bottom: 4px solid #E8E8E8;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
}


.nav-tabs .nav-link:hover  {
    color: rgba(0,0,0,1);
    background-color: #fff;
    border-bottom: 4px solid rgba(0,0,0,1);
    border-left: none;
    border-right: none;
    border-top:none;
    font-size: 16px;
    font-weight: 200;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
    background-color: #fff;
    border-bottom: 4px solid rgba(25,137,115,1);
    border-left: none;
    border-right: none;
    border-top:none;
    color: rgba(25,137,115,1);
    font-weight: 200;
    font-size: 16px;
}


.bgUses-1,
.bgUses-2,
.bgUses-3,
.bgUses-4 {
    border-right: 10px solid rgba(25,137,115,1);
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 30px;
    color: rgba(25,137,115,1);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(225,231,227,1);
}



.bgUses-2{
    background-color: rgba(199,214,206,1);
}

.bgUses-3{
    background-color: rgba(166,190,178,1);
}

.bgUses-4{
    border-right: 10px solid rgba(79,143,122,1);
    background-color: rgba(79,143,122,1);
    color: rgba(255,255,255,1);
}


.categoryBar {
    /* background-color: #dd712b;*/
    background-color: #bfb79e;
}

.categoryBar a {
    color: rgba(255,255,255,1);
    padding: 30px 15px;
    margin: 0 30px;
    display: inline-block;
}

.categoryBar a:hover,
.categoryBar a.active {
    color: rgba(0,0,0,1);
    background-color: rgba(255,255,255,.2);
}

/* INICI CATEGORYPARENT */

.categoryBar{
    background-color: rgba(191, 183, 158, 1);
}

.categoryBar .dropdown-toggle {
    display: block;
    margin: 0;
}

.categoryBar .dropdown-toggle:after {
    border: none;
}

.categoryBar .dropdown-item {
    padding: 4px 30px;
    clear: both;
    color: rgba(255,255,255,1);
    display: block;
    max-width:100%;
    text-align: center;
    margin-left:0;
    margin-right:0;
    font-weight: 200;
    white-space: normal;
    line-height: 1.2;
}

.categoryBar .dropdown {
    width: calc((100% / 4) - 15px);
}
.categoryBar .dropdown-menu {
    width: 100%;
    background-color: rgba(191, 183, 158, .9);
    border: none;
    border-radius: 0;
    margin: 0 auto;
    left: 0 !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.categoryBar .dropdown-menu.show {
    left: 15px !important;
}


/* FI */



.blogSlider .blogSliderItem {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blogSlider .blogSliderItem img {
    max-width: 100%;
    height: auto;
}



.blogSliderItem.slick-slide {
    opacity: .5;
    position: relative;
}

.blogSliderItem .blogSliderCaption {
    background-color: rgba(221, 113, 43, 0.7);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity:0;
    padding: 20px 40px;
    color: rgba(255,255,255,1);
}

.blogSliderItem.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;

}

.blogSliderItem.slick-slide.slick-current.slick-active.slick-center .blogSliderCaption {
    opacity: 1;
}




.postDetail h3{
    /*color: rgba(230,113,56,1);*/
    color: rgba(25,137,115,1);
    color: rgb(191, 183, 158);
    padding-top: 1rem!important;
    font-weight: 400;
    font-family: 'Playfair Display', serif;

}

.postDetail h2{
    color: rgba(230,113,56,1);
    color: rgb(191, 183, 158);
    padding-top: 1rem!important;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.postDetail h3 strong,
.postDetail h2 strong  {
    font-weight: 400;
}

.postDetail li a,
.postDetail p a  {
    color: rgba(230,113,56,1);
    color: rgb(191, 183, 158);
}




.upperLine {
    border-top: 1px solid rgba(255,255,255,1);
    margin-top: 15px;
    padding-top: 15px;
}


.row.no-gutter.pxExtra [class*='col-']:not(:first-child):not(:last-child) {
    padding-right:30px;
    padding-left:30px;
}
.row.no-gutter.pxExtra [class*='col-']:first-child {
    padding-right:30px;
    padding-left:30px;
}
.row.no-gutter.pxExtra [class*='col-']:last-child {
    padding-right:30px;
    padding-left:30px;
}


.productsList a:hover {
    color: rgba(25,137,115,1);
}


.searchForm .form-control {
    border: none;
    border-bottom: 2px solid rgba(202,210,204,1);
    border-radius: 0;
    padding: 0;
    margin: 0;
}


.searchForm .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    padding: 0 10px 0 0;
    margin: 0;
}

.searchForm .btn-outline-success:not(:disabled):not(.disabled).active,
.searchForm .btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #28a745;
    background-color: transparent;
    border-color: transparent;
}



.ratio1x1 {
    position: relative;
}
.ratio1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.ratio1x1 > .imgRatio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-outline-blog {
    color: rgba(230,113,56,1) !important;
    color: rgb(191, 183, 158) !important;
    background-color: transparent;
    background-image: none;
    border-color: rgba(230,113,56,1);
    border-color: rgb(191, 183, 158);
    border-radius: 0;
    outline: 0;
}

.btn-outline-blog:hover,
.btn-outline-blog:active,
.btn-outline-blog:focus {
    color: rgba(255,255,255,1) !important;
    background-color: rgba(230,113,56,1);
    background-color: rgb(191, 183, 158);
    background-image: none;
    border-color: rgba(230,113,56,1);
    border-color: rgb(191, 183, 158);
    outline: 0;
}


.topFixedBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    /*     box-shadow: 0px 0px 8px white; */
}



.useItem {
    margin-top: 10px;
    display: block;
}

.useItem > p {
    margin-bottom:5px;
}


.paginador{
    margin-top:45px;
}
.paginador a{
    margin:5px 3px;
    padding:0;
    border-radius: 50%;
    vertical-align: top;
    line-height:25px;
    width:25px;
    height: 25px;
    display: inline-block;
    color: rgba(25,137,115,1);
}
.paginador i {
    line-height: 25px;
}

.paginador a:hover, .paginador a:hover i, .paginador a.active{
    background-color: rgba(25,137,115,1);
    color:#fff;
}


.floatingHands {
    position: absolute;
    top:0;
    left:0;
    width: 50%;
}



.timeline-Tweet-media {
    display: none !important;
}

/*
		overlay
	*/

.overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.7);
    overflow: hidden;
    z-index: 6000;
    display: none;
}
.overlay__close{
    cursor:pointer;
}
.overlay__content {
    width: 474px;
    max-width: calc(100vw - 40px);
    margin:30vh auto 0 auto;
    background-color: rgba(25,137,115,1);
    /* background-image: url(ref_bg.png); */
}
.interMessage{
    padding:32px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
}
.interButton{
    display: block;
    width:263px;
    max-width: 90%;
    padding:10px 0;
    border:1px solid rgba(255,255,255,1);
    margin:20px auto 0 auto;
    text-transform: uppercase;
    text-decoration: none;
}
.interButton:hover{
    text-decoration: none;
    background-color: #FFF;
    color: rgba(25,137,115,1);
}

.estudiosCientificos .dot {
    height: 105px;
    width: 105px;
    background-color: #dae7df;
    border-radius: 50%;
    display: inline-block;
    line-height:105px;
}
.estudiosCientificos .dermatologicamente {
    color:#595e5b;
}


#cajacookies {
    z-index: 100;
}
#cajacookies button {
    margin-top: 10px;
}
#cajacookies a {
    color: rgba(13,125,103,1);
    text-decoration: none;
}
#cajacookies a:hover {
    color: rgba(13,125,103,1);
    text-decoration: underline;
}


.footer {
    font-size: 14px;
}


.footer .columna1{
    width: 168px;
}

.footer .columna2{
    width: 168px;
}

.footer .columna3{
    width: 248px;
}

.footer .columna4{
    width: 300px;
}

.footer .columna5{
    width: 192px;
}




footer h5 {
    font-size: 16px;
    padding-bottom: 0.8rem;
}


.footer .textMini {
    font-size: 10px;
    line-height: 1.1;
    position: relative;
}

.footer #logoMtdFooter {
    width: 101px;

}

.footer .underTop:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 35px;
    border-bottom: 2px solid rgba(25,137,115,1);
}

footer .socialBar a {
    background-color: rgba(25,137,115,1);
    color: rgba(255,255,255,1);
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    margin-right: 5px;
    margin-left: 5px;
}
#newsletterFormInitial {
    position: relative;
    max-width: 100%;
}


#inputFieldMailIcon{
    position: absolute;
    top:2px;

}

.maxNewsletterWidth {
    width: 240px;
    max-width: 100%;

}
#newsletterStartingEmail {
    font-family: Lato;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #262626;
    padding: 2px 10px 2px 30px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: rgba(218,231,223,1);
    margin-bottom: 15px;
    width: 100%;
}

#newsletterStartingButton{
    display: block;
    /* width: 263px; */
    max-width: 90%;
    padding: 5px 25px;
    border: 1px solid rgba(255,255,255,1);
    /* margin: 20px auto 0 auto; */
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(25,137,115,1);
    color: rgba(255,255,255,1);
}
.newsletterStartingButton:hover{
    text-decoration: none;
    background-color: #FFF;
    color: rgba(25,137,115,1);
}

.overlayNewsletter{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.7);
    overflow: hidden;
    z-index: 6000;
    display: none;
}
.overlayNewsletter__close{
    cursor:pointer;
}
.overlayNewsletter__content {
    width: 800px;
    max-width: calc(100vw - 40px);
    margin:30vh auto 0 auto;
    background-color: rgba(218,231,223,1);
    /* background-image: url(ref_bg.png); */
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.overlayNewsletter .cornerClose {
    position: absolute;
    top: 25px;
    right: 25px;
}

.overlayNewsletterTitle {
    font-family: Lato;
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #4a7e6c;
}

.overlayNewsletterText {
    font-family: Lato;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #262626;
}

.overlayNewsletterText a {
    text-decoration: underline;
}

.overlayNewsletterFieldLabel {
    font-family: Lato;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #4a7e6c;
}

.overlayNewsletterFieldContent {
    font-family: Lato;
    font-weight: 500;
    text-decoration: underline;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    color: #4a7e6c;
    padding-bottom: 30px;
}

.overlayNewsletterButton{
    background-color: rgba(25,137,115,1);
    color: rgba(255,255,255,1);
    display: block;
    width:263px;
    max-width: 90%;
    padding:10px 0;
    border:1px solid rgba(255,255,255,1);
    margin:20px auto 0 auto;
    text-transform: uppercase;
    text-decoration: none;
}
.overlayNewsletterButton:hover{
    text-decoration: none;
    background-color: #FFF;
    color: rgba(25,137,115,1);
}
.overlayNewsletter__content .interMessage {
    padding: 60px 100px;
}

.overlayNewsletter__content .interResultSuccess,
.overlayNewsletter__content .interResultExists,
.overlayNewsletter__content .interResultPending,
.overlayNewsletter__content .interResultError {
    display: none;
    padding: 60px 100px;
}

.overlayNewsletter__content .interResultError .overlayNewsletterTitle {
    color: red;
}

#historyBlock {
    width: 1002px;
    margin: 0 auto;
}


.elipseWrapper {
    position: relative;
    text-align: center;
}

.elipseWhite, .elipseGreen {
    position: absolute;
    width: 150px;
    height: 150px;
    transform: translateX(-75px) translateY(-75px);
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,1);
    text-align: center;
    color: rgba(255,255,255,1);
    font-weight: 700;

    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.elipseGreen {
    background-color: rgba(144,190,180,.2);
    border: 2px solid rgba(144,190,180,1);
    color: rgba(98,149,153,1);
}

.elipseSmall {
    width: 120px;
    height: 120px;
    transform: translateX(-60px) translateY(-60px);
}

.elipseBig {
    width: 180px;
    height: 180px;
    transform: translateX(-90px) translateY(-90px);
}














/*
	RESPONSIVE
*/

@media (max-width: 768px) {

    .under {

    }

    .f35 {
        font-size: 28px;
    }


    h2 {
        padding-bottom: 20px;
    }



    .homeAds div {
        min-height: 50px;
        flex: 0 0 100%;
    }

    #headerBlockLogo {
        padding-bottom: 10px;
    }


    .familyBar a {
        flex: 0 0 calc(33% - 4px);
        align-content: center;
        text-align: center;
        padding: 0 10px 20px 10px;
        font-size: 14px;
        color: rgba(64,64,64,1);
        box-sizing: border-box;
    }


    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .columna1,
    footer .columna2,
    footer .columna3,
    footer .columna4 {
        text-align: center;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer .columna1 {
        width: 100%;
    }

    .footer .underTop:before {
        left: 50%;
        transform: translateX(-50%);
    }


    .overlayNewsletterFieldContent {
        padding-bottom: 30px;
    }

    .overlayNewsletter__content {
        margin: 30px auto 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .overlayNewsletter__content {
        width: 800px;
        max-width: calc(100vw - 40px);
        margin: 30px auto 0 auto;
        background-color: rgba(218,231,223,1);
        /* background-image: url(ref_bg.png); */
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

    .overlayNewsletter__content .interMessage,
    .overlayNewsletter__content .interResultSuccess,
    .overlayNewsletter__content .interResultExists,
    .overlayNewsletter__content .interResultPending,
    .overlayNewsletter__content .interResultError {
        padding: 60px 20px;
    }


    footer h5 {
        text-align: center !important;
    }

    footer a.postLink {
        display: block;
        width: 80%;
        clear: both;
        text-align: left;
        min-height: 100px;
        margin: 0 auto 15px auto;
    }


    footer a.postLink img {
        width: 100px;
        height: 100px;
    }

    .copyright,
    .copyright .text-left,
    .copyright .text-right,
    .copyright .list-inline-item {
        text-align: center !important;
    }

    .copyright .list-inline {
        margin-top: 20px;
    }

    .copyright .list-inline-item {
        display: block;
        margin: 10px auto;
    }

    .copyright .list-inline-item .vLine {
        display: none;
    }

    .topBar {
        padding-top: 0;
    }




    .topBar .dropdown {
        display:none;
    }

    .topBar .topBarRight {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .bannerBlock {
        position: relative;
        /* 	    min-height: 360px; */
    }

    .lightMenu .col {
        flex-basis: calc(50vw - 6px);
        min-height: 60px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .lightMenu {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .lightMenu .vertical  {
        width: calc(50% - 2px);
        display: inline-flex !important;
        text-align: center;
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .productName {
        padding-right: 0 !important;
    }


    .useCol {
        display: block;
        whidth: 100%;
    }

    .useCol .useNumberBlock {
        width: 100px !important;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .useCol .useTextBlock {
        width: calc(100% - 125px) !important;
        margin-left: 15px;
        display: inline-block;
        padding-right: 0 !important;
        padding-bottom: 10px;
    }

    img.autoCentered,
    .text-center img {
        margin-left: auto;
        margin-right: auto;
    }

    .categoryBar .dropdown {
        width: calc((100% / 2) - 15px);
    }

    .categoryBar a {
        padding: 10px 15px;
        margin: 0 30px;
        display: inline-block;
    }


}


@media (max-width: 575px) {
    .topBar .socialBar {
        max-width: 50vw;
        margin-top: 0;
    }

    .familyBar a {
        flex: 0 0 calc(50% - 4px);
    }


}


