
@font-face {
    font-family: 'Shilling';
    src: url('./../fonts/shilling/UnileverShilling-Md.eot');
    src: url('./../fonts/shilling/UnileverShilling-Md.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/shilling/UnileverShilling-Md.woff2') format('woff2'),
         url('./../fonts/shilling/UnileverShilling-Md.woff') format('woff'),
         url('./../fonts/shilling/UnileverShilling-Md.ttf') format('truetype'),
         url('./../fonts/shilling/UnileverShilling-Md.svg#UnileverShilling-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shilling';
    src: url('./../fonts/shilling/UnileverShilling-It.eot');
    src: url('./../fonts/shilling/UnileverShilling-It.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/shilling/UnileverShilling-It.woff2') format('woff2'),
         url('./../fonts/shilling/UnileverShilling-It.woff') format('woff'),
         url('./../fonts/shilling/UnileverShilling-It.ttf') format('truetype'),
         url('./../fonts/shilling/UnileverShilling-It.svg#UnileverShilling-It') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Shilling';
    src: url('./../fonts/shilling/UnileverShilling.eot');
    src: url('./../fonts/shilling/UnileverShilling.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/shilling/UnileverShilling.woff2') format('woff2'),
         url('./../fonts/shilling/UnileverShilling.woff') format('woff'),
         url('./../fonts/shilling/UnileverShilling.ttf') format('truetype'),
         url('./../fonts/shilling/UnileverShilling.svg#UnileverShilling') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shilling';
    src: url('./../fonts/shilling/UnileverShilling-Bd.eot');
    src: url('./../fonts/shilling/UnileverShilling-Bd.eot?#iefix') format('embedded-opentype'),
         url('./../fonts/shilling/UnileverShilling-Bd.woff2') format('woff2'),
         url('./../fonts/shilling/UnileverShilling-Bd.woff') format('woff'),
         url('./../fonts/shilling/UnileverShilling-Bd.ttf') format('truetype'),
         url('./../fonts/shilling/UnileverShilling-Bd.svg#UnileverShilling-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*
BASIC
*/
 * {
    box-sizing: border-box;
 }
 
html, body {
    font-family: 'Shilling', Arial, Helvetica, sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

  
h1, h2, h3 {
    font-weight: 500;
    margin:0;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    color:#1F36B6;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.8rem;

}

h3 {
    font-size: 1.1em;
    color:#1F36B6;
    margin-bottom: 1.2rem;
}


p {
    margin:0;
    color:#73706E
}

span {
    font-weight: 500;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.icons_lib {
    display: none;
}


/*
PRELOADER
*/

.hidden {
    overflow: hidden;
}
.preloader_container {
    height: 100vh;
    background-color: #EAC8D7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#1F36B6;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


/*
MENU
*/

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5rem 1rem 5rem;
}

.nav-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-ul li a {
    display: inline-block;
    color: #1F36B6;
    font-weight: 500;
    margin-left: 2rem;
    font-size: 1em;
}

.hamburguer {
    background-color: transparent;
    color: #1F36B6;
    font-size: 30px;
    border: 0;
    cursor: pointer;
    display: none;
    padding: 0;
}

.hamburguer:focus {
    outline: none;
}


nav li> a {
    position: relative;
}
 nav li>a:before,
 nav li>a:after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    background-color: #FF7C7D;
  }

a:hover:before,
a:focus:before {
    visibility: visible;
    transform: scaleX(1);
}

a.nav-list{
    text-decoration: none; 
    color: gray;
}

#pagIndex #nav1, #pagSecond #nav2
{
    border-bottom: 3px solid #1F36B6;
}

/*
HEADER
*/

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    padding: 1rem 0 0 10rem;
    flex-basis: 10rem;
}

.bg_image1{
    background-image: url(./../images/Header-1@3x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
}

.header_logo {
    width: 100%;
    height: 30%;
    margin-bottom: 2rem;
}

.header_logo img{
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.header_claim p{
    color: white;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 1em;
   
}

.cta {
    display: flex;
    align-items: center;
    width: 340px;    
}

@media (max-width: 500px) {
    .cta {
        width: 240px;
    }
}

.cta_text{
    font-size: 1.3rem;
    color: white;
    background-color: #1F36B6;
    padding: 1rem 1rem;
    width: 80%;
    height: 71px;

    
}

.cta_icon {
    background-color: #1F36B6;
    margin-left: 0.2rem;
    height: 71px;
    width: 20%;
    display: flex;
    justify-content: center;

}

.cta_arrow {
    width: 18px;
    fill: white;
}


/*
DESCRIPTION
*/


.description {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    text-align: center;
}

.description_content {
    display: flex;
    flex-direction: row;
    width: 77%;
}

.description_article {
    margin-left: 4rem;
    width: 33%;
    margin-bottom: 4rem;
}

.description_article:first-child {
    margin-left: 0;
}

.description > p {
    text-align: center;
    font-size: 22px;
}


/*
EQUIPO
*/

.team_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: auto;
    display: none;
}

.team_content h2 {
    color: white;
}

.team_content p {
    color: white;
}

.team_foto {
    width: 100%;
    height: 100%;
}

.team_foto img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}


/*
PILARES
*/

.pilares {
    background-image: url(./../images/imagen-fondo-4@3x.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}

.pilares_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

.pilares article {
    display: flex;
    width: 45%;
    background-color: #8B44AF;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.pilares article:first-of-type {
    margin-left: 0;
}

.pilares article:nth-of-type(3) {
    margin-left: 0;
    margin-bottom: 0;
}

.pilares article:nth-of-type(4) {
    margin-bottom: 0;
}

.pilar_number {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 3rem;
    font-size: 5em;
    font-weight: 500;
    background-color: white;
    color: #8B44AF;
}

.pilar_content  {
    padding: 1.5rem;
}

.pilar_content p {
    color: white;
}

.pilares h2 {
    color: white;
}

.pilares h3 {
    color: white;
}

.mobile {
    display: none;
}

@media(max-width: 840px){
    .mobile {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        width: 85%;
    }

    .areas_content_description_articles{
        display: none !important;
    }

    .mobile-img{
        width:100%;
    }
}

@media(max-width: 500px){
    .mobile {
        width: 100%;
    }
}



/*
BRANDS
*/


.brands {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #EAC8D7;
    text-align: center;
    padding: 5rem 0;
    background-image: url(./../images/abejas.png),
                      url(./../images/birds.png);
    background-repeat: no-repeat;
    background-position: bottom 30px left -50px,
                          top 15px right -50px;
  
                         
}

.brands p{
    width: 60%;
} 


/*
CAROUSEL
*/

.carousel {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2.5rem 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
    padding-right: 1.5rem;
}


#brands p:last-child {
    margin-bottom: 0;
}

.carrousel_image_wrapper {
    width: 12%;
    margin-left:1rem; 
    margin-bottom: 1rem; 
}

.carrousel_image_wrapper img{
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(112,112,112,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(112,112,112,1);
    box-shadow: 0px 0px 3px 0px rgba(112,112,112,1);
}




.owl-nav {
    margin-top: 0!important;
}

.owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    left: 0;
    margin-top: -40px!important;
    margin-left: 70px!important;

}

.owl-prev:hover {
    outline: none;
    background: none!important;
    opacity: 0.8;
}


.owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    right: 0;
    margin-top: -40px!important;
    transform: rotate(180deg);
    margin-right: 70px!important;
}

.owl-next:hover {
    outline: none;
    background: none!important;
    opacity: 0.8;
    outline: none;
}



.claim_final {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    color: #FF7C7D;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em;
}

footer {
    display: flex;
    justify-content: center;
    padding: 1.6rem 0;
    background-color: #1F36B6;
    color: white;
}


/**
*	Scroll top button
*/
.scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: #1F36B6;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 10;
}
.scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.scroll:hover {
    background-color:#FF7C7D;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

