@font-face {
    font-family: 'Monthoers';
    src: url('Monthoers.ttf') format('truetype');
}

@font-face {
    font-family: 'Local Brewery Four';
    src: url('Local Brewery Four.ttf') format('truetype');
}


:root {
    --dark-text: #000000;
    --light-text: #ffffff;
    --light-gray: #f5f5f5;
    --dark-gray: #595A5C;
    --main-font: 'Montserrat', sans-serif;
    --sec-font: 'Monthoers', sans-serif;
}

.navbar-brand img.logo{
    height: 10vw;
    margin-top: 5%;
}

.vitalcan-natural-hero-box {
    height: 1500px;
    background-size: cover;
}

.borde-irregular{
    margin-top: -3px;
}

.img-bg-sec1 {
    top: -300px;
}

.custom-loader {
    margin-top: 15px;
    width: 200px;
    height: 15px;
    transform: skewX(-45deg);
    background: linear-gradient(#595a5c 0 0) left -30px top 0 / 30px 20px no-repeat #c79b6e;
    animation: ct3 1s infinite linear;
}

.webp .loader {
    background-image: url(../../images/bg-similkraft-header.png);
}

.webp .vitalcan-natural-hero-box {
    background-image: url(../../images/bg-similkraft-header.png);
}

.loader-mid {
    background-color: #c79b6e;
    transition-delay: .15s;
    z-index: 998;
}

.loader-outer .logo img{
    height: 75px;
}

.fixed-buttons{
    position: fixed;
    z-index: 9999999999;
    bottom: 12px;
    right: -300px;
    transition: 0.3s all;
}

.fixed-buttons.active{
    right: 12px;
}

.fixed-buttons-wrapper{
    display: inline-flex;
    align-items: center;
    width: 12vw;
    justify-content: space-evenly;
}

.fixed-button{
    padding: 10px;
    cursor: pointer;
    filter: drop-shadow(6px 6px 3px #00000075);
    transition: 0.3s all;
}

.fixed-button:hover{
    transform: scale(1.1);
}

.fixed-button.calcular img{
    width: 5vw;
}

.fixed-button.storelocator img{
    width: 4vw;
}

.vitalcan-natural-content {
    margin-top: 150px;
}

.vitalcan-natural-hero-content {
    top: 16%;
}

.badge-new{
    position: absolute;
    top: 0px;
    right: 17vw;
    width: 12vw;
    z-index: 10;
}

.vitalcan-natural-container img.logo{
    width: 27vw;
    margin: 4vw auto 0 auto;
}

.vitalcan-natural-hero-box{
    height: auto;
}

.vitalcan-natural-hero-content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-top: -4vw;
    text-align: center;
}

.vitalcan-natural-hero-content img.hero{
    width: 100%;
}

.vitalcan-natural-hero-box .claims-hero-wrapper{
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 45vw;
}

.vitalcan-natural-hero-box img.claims-hero{
    width: 100%;
}

.vitalcan-natural-hero-box .claims-space{
    background-color: #c7996e;
    width: 100%;
    height: 2vw;
}

.vitalcan-natural-content {
    margin-top: 0px;
}

.sec-1 .items-title h3 {
    color: #736a60;    
    text-transform: unset;
}

.sec-2 .aportes-title h2{
    color: #736a60;    
    text-transform: unset;
}

.item-natural-recipe .item-text h3 {
    text-transform: unset;
    color: #736a60;    
}

.item-natural-recipe .item-text p{
    font-family: 'Local Brewery Four', 'Monthoers';
    text-transform: unset;
    color: #c7996e;
    font-size: 2vw;    
}

.item-natural-recipe .item-img, .item-natural-recipe .item-text-content {
    margin-top: 100px;
    margin-bottom: 50px;
}

.item-natural-recipe .item-text-content{
    width: 40%;
}

.item-natural-recipe .item-img{
    width: 60%;
}

.item-natural-recipe.normal .item-img img{
    padding-left: 4vw;
}

.item-natural-recipe.flipped .item-img img{
    padding-right: 4vw;
}



.item-natural-recipe .item-text-content {
    margin-top: 100px;
    flex-direction: column;
}

.item-natural-recipe .item-text h3::after, .item-natural-recipe .item-text p::after {
    top: 0px;
}

.item-natural-recipe .item-text h3::after, .item-natural-recipe .item-text h3::before, .item-natural-recipe .item-text p::after {
    top: -2px;    
}

.item-natural-recipe .item-img .img-small{
    width: 70%;
}

.tablas-btn-wrapper {
    padding: 0px;
    text-align: center;
    margin: -2vw 0 2vw 0;
}

.tablas-btn-wrapper a{
    padding: 15px 40px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--light-text);
    background-color: #000;
    border-radius: 50px;
    text-decoration: none;
    transition: all .5s ease;
}

.tablas-btn-wrapper a:hover{
    filter: opacity(0.6);
}

.webp .sec-2 {
    background-image: url(../../images/bg-similkraft-footer.png);
    padding-top: 17vw;
    padding-bottom: 11vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.aportes-item {
    width: 20%;
}

.aportes-item::after {
    right: 0px !important;
    height: 150px;
}

.aportes-item .aportes-item-icon {    
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
}

.aportes-btn-wrapper {
    padding: 0px;
    text-align: center;
    margin: -2vw 0 2vw 0;
}

.aportes-item p {
    padding-right: 50px;
    font-size: 1rem;
}

.vitalcan-sec .sec-6{
    padding-top: 0;
    margin-top: -3vw;
}

section.video-section{
    display: flex; 
    flex-direction: row;
    width: 100%; 
    justify-content: space-evenly;
}

.video-container.main{
    width: 45%;
}

.item-natural-recipe.natural-recipe-cerdo .item-text h3 span {
    color: #a53449;
}

.item-natural-recipe.natural-recipe-salmon .item-text h3 span {
    color: #a53449;
}

.item-natural-recipe.natural-recipe-cordero .item-text h3 span {
    color: #a7512b;
}

.item-natural-recipe.natural-recipe-trucha .item-text h3 span {
    color: #b45230;
}

.item-natural-recipe.natural-recipe-carne .item-text h3 span {
    color: #6b2020;
}

.item-natural-recipe.natural-recipe-pollo .item-text h3 span {
    color: #8a5c63;
}

.item-natural-recipe.natural-recipe-merluza .item-text h3 span {
    color: #5c554c;
}


.natural-recipe-salmon .vitalcan-natural-container, 
.natural-recipe-trucha .vitalcan-natural-container, 
.natural-recipe-carne .vitalcan-natural-container, 
.natural-recipe-cerdo .vitalcan-natural-container,
.natural-recipe-cordero .vitalcan-natural-container,
.natural-recipe-merluza .vitalcan-natural-container,
.natural-recipe-pollo .vitalcan-natural-container {
    padding-top: 290px;
}

.natural-recipe-cerdo, 
.natural-recipe-cordero,
.natural-recipe-salmon,
.natural-recipe-trucha,
.natural-recipe-pollo,
.natural-recipe-merluza,
.natural-recipe-carne {
    background-repeat: no-repeat;
}

.sec-2 .aportes-title {
    margin-top: 125px;
    margin-bottom: 70px;
}

.aportes-items {
    margin-bottom: 125px;
}

.vitalcan-natural-hero-content .img-bajada.img-mobile{
    display: none;
}

@media screen and (max-width:550px){  
    .loader {
        width: 100vw;
        height: 100vh;        
    }

    .loader-outer .logo img {
        height: 12vw;
    }

    .vitalcan-natural-container img.logo {
        width: 75vw;
        margin: 4vw auto 0 auto;
    }

    .fixed-buttons.active {
        right: 2vw;
    }

    .fixed-buttons-wrapper {
        width: 56vw;        
    }

    .fixed-button.calcular img {
        width: 24vw;
    }

    .fixed-button.storelocator img {
        width: 18vw;
    }
    
    html footer{
        flex-direction: row !important;
        justify-content: space-between !important;
        padding-bottom: 36vw !important;
        height: 55vw !important;
    }

    .logo-footer img {
        width: 32vw !important;
    }

    .donde-comprar .donde-comprar-btn {    
        font-size: 4vw;
    }

    .badge-new {
        top: 0px;
        right: 4vw;
        width: 24vw;        
    }

    .natural-recipe-cerdo, .natural-recipe-cordero, .natural-recipe-salmon, .natural-recipe-trucha, .natural-recipe-pollo, .natural-recipe-merluza, .natural-recipe-carne {
        background-repeat: no-repeat;
        background-size: 200% !important;
    }

    .natural-recipe-salmon .vitalcan-natural-container, .natural-recipe-trucha .vitalcan-natural-container, .natural-recipe-carne .vitalcan-natural-container, .natural-recipe-cerdo .vitalcan-natural-container, .natural-recipe-cordero .vitalcan-natural-container, .natural-recipe-merluza .vitalcan-natural-container, .natural-recipe-pollo .vitalcan-natural-container {
        padding-top: 38vw;
    }

    .item-natural-recipe .item-text-content {
        margin-top: 25vw;
        flex-direction: column;
        width: 100%;
    }

    .item-natural-recipe .item-text h3 {
        font-size: 10vw;
    }

    .item-natural-recipe .item-text p {        
        font-size: 6vw;
    }

    .item-natural-recipe .item-details-img {
        margin-top: 9vw;
    }

    .item-natural-recipe .item-img, .item-natural-recipe .item-text-content {
        margin-top: 4vw;
        margin-bottom: 7vw;
    }

    .item-natural-recipe .item-img {
        width: 100%;
    }

    .item-natural-recipe.normal .item-img img {
        padding-left: 0;
    }

    .tablas-btn-wrapper a {    
        font-size: 3vw;
    }

    .tablas-btn-wrapper {
        margin: -2vw 0 12vw 0;
    }

    .vitalcan-natural-hero-content {
        margin-top: -31vw !important;
        width: 100% !important;
    }

    .vitalcan-natural-hero-box .claims-hero-wrapper {
        position: absolute;
        bottom: 7vw;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 99;
        width: 100%;
    }
    
    .vitalcan-natural-hero-box img.claims-hero {           
        height: 7vw;
    }

    .vitalcan-natural-hero-box .claims-space {
        height: 20vw;
        margin-top: -1vw;
    }

    .borde-irregular-wrapper {
        overflow-x: hidden;
    }

    .borde-irregular {
        margin-top: -19px;        
        width: 200%;
        max-width: unset !important;
    }

    .item-natural-recipe.flipped .flex.vitalcan-natural-container {
        flex-direction: column-reverse;
    }

    .webp .sec-2 {
        padding-top: 10vw;
        padding-bottom: 12vw;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .sec-2 .aportes-title {
        margin-top: 40vw;
        margin-bottom: 2vw;
    }

    .sec-2 .aportes-title h2 {        
        margin-bottom: 8vw;;
        font-size: 7vw;
    }

    .aportes-items {
        padding: 0 !important;   
        margin-top: 14vw !important;     
        margin-bottom: 18vw !important;
    }

    .aportes-item {
        width: 50%;
    }

    .aportes-item::after {
        display: none !important;
    }
}