
/* PRODUCTOS */

#productos{
    position: relative; 
}
#productos:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    z-index: 1;
}
#productos .wrapper{
    position: relative;
    z-index: 2;
}
#productos .link-holder{
    margin-top: 40px;
}
#productos .link-holder .caption{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
}
#productos .link-holder .image{
    display: block;
    margin: 0 auto;
    width: 53px;
    height: 75px;
    background-color: #cf0030;
    background-size:105%;
}
#productos .carousel-list .owl-prev:before,
#productos .carousel-list .owl-next:before{
    border-color: #fff;
}

/* NUTRILATE */

#nutrilate{
    position: relative;
    text-align: center;
}
#nutrilate .image-btn{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#nutrilate.image:before{
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
#nutrilate .button{
    position: absolute;
    bottom: 60px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
#nutrilate .logo-nutrilate{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-150px;
    width:300px;
    background-size:cover;
}
#nutrilate .logo-nutrilate:before{
    content:"";
    display:block;
    height:0;
    padding-bottom:50%;
}

/* UNIVERSIDAD */

#universidad {
    position: relative;
    text-align: center;
}
#universidad .image-btn{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#universidad.image:before{
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}
#universidad .button{
    position: absolute;
    bottom: 45px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* CONTACTO */

#contacto{
    background: #e60036;
}
#contacto .item{
    margin-top: 30px;
}
#contacto .item:first-child{
    margin-top: 0;
}
#contacto .item .icon{
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 5em;
    /*color: #fff;*/
}
#contacto .item .title{
    display: inline-block;
}
#contacto .item .title + .text{
    margin-top: 10px;
}

#contacto .styled-form{
    margin-top: 15px;
}

/* PRE FOOTER */

#pre-footer .cols > .col{
    margin-top: 0;
}

/* Panini */

#pre-footer #panini{
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fcca0e;
    cursor: pointer;
    height: 230px;

    -webkit-transition: background 300ms ease-out;
    -moz-transition: background 300ms ease-out;
    transition: background 300ms ease-out;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#pre-footer #panini .title{
    color: #e60036;
}
#pre-footer #panini:hover{
    background: #ffed00;
}
#pre-footer #panini:hover .image{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
#pre-footer #panini .image{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 200px;
    position: relative;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
}
#pre-footer #panini .image:before{
    content: "";
    display: block;
    height: 100%;
    padding-bottom: 23%;
}

/* Compromiso */

#pre-footer #compromiso{
    cursor: pointer;
    height: 230px;

    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;


    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#pre-footer #panini a,
#pre-footer #compromiso a{
    display: block;
    width: 100%;
    height: 100%;
}
#pre-footer #panini .wrapper{
    max-width:570px;
}

#pre-footer #compromiso .title{
    display: block;
    max-width: 200px;


    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);

    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
}
#pre-footer #compromiso:hover{
    opacity: .9;
}
#pre-footer #compromiso:hover .title{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}


/* Feed */

#pre-footer #feed .feed-menu li{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    position: relative;
}
#pre-footer #feed .feed-menu a.Facebook:hover,
#pre-footer #feed .feed-menu a.Facebook:focus{
    background: #005baa;
}
#pre-footer #feed .feed-menu a.Twitter:hover,
#pre-footer #feed .feed-menu a.Twitter:focus{
    background: #5dbbf4;
}
#pre-footer #feed .feed-menu a.Youtube:hover,
#pre-footer #feed .feed-menu a.Youtube:focus{
    background: #ed1846;
}
#pre-footer #feed .feed-menu a.Instagram:hover,
#pre-footer #feed .feed-menu a.Instagram:focus{
    background: #ef3581;
}
#pre-footer #feed .feed-menu a.Linkedin:hover,
#pre-footer #feed .feed-menu a.Linkedin:focus{
    background: #1366aa;
}
#pre-footer #feed .feed-menu a.TikTok:hover,
#pre-footer #feed .feed-menu a.TikTok:focus{
    background: #000000;
}

#pre-footer #feed .feed-menu li a{
    display: block;
    padding: 15px 0;
    background: #c3c5c8;
    color: #fff;
    font-size: 3.5em;

    -webkit-transition: background 250ms ease-out;
    -moz-transition: background 250ms ease-out;
    transition: background 250ms ease-out;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}



@media (min-width:768px){

    #nutrilate.image:before,
    #universidad.image:before{
        padding-bottom: 75%;
    }


    /* PRE FOOTER */


    #pre-footer{
        position: relative;
    }
    #pre-footer .cols > .col{
        padding: 0;
    }

    #pre-footer #panini{
        height: 320px;
    }
    #pre-footer #compromiso{
        height: 320px;
    }


    #pre-footer #feed .feed-menu li a{
        padding: 30px 0;
    }

}

@media (min-width:980px){


    #nutrilate.image:before,
    #universidad.image:before{
        display: none;
    }

    #nutrilate,
    #universidad{
        height: calc(100vh - 100px);
        min-height:600px;
    }

    #nutrilate.image,
    #universidad.image{
        padding:0;
    }   
    
    #productos .link-holder{
        margin-top: 50px;
    }

    #productos .link-holder .image{
        display:inline-block;
        vertical-align: middle;
    }
    #productos .link-holder .caption{
        text-align: left;
        max-width: 400px;
        font-size: 2.6em;
        margin-left: 30px;
        margin-top: 0;
    }
    #productos .link-holder .caption:hover,
    #productos .link-holder .caption:focus{
        color: #ffed00;
    }



    /* CONTACTO */

    #contacto .cols{
        /*margin: 0 -80px;*/
    }

    #contacto .item .title + .text{
        font-size: 1.6em;
    }


    /* PRE FOOTER */

    #pre-footer{
        position: relative;
    }
    #pre-footer #panini{
        height:500px
    }
    #pre-footer #compromiso{
        height:500px
    }

    #pre-footer #feed .feed-menu li a{
        padding: 60px 0;
    }

}




