
/*theme*/
/* html element 62.5% font-size for REM use */

/* ----------- *\
RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong{
    font-weight:bold;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    word-wrap: break-word;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font:400 16px/1.2 "AmorSansPro", "Open Sans", sans-serif;
    color:#414042;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
    clear: both;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#CE1657;
    text-decoration:none;
}
a:hover {
    color:#CE1657;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"]{
    border:1px solid #f6f6f6;
    padding:6px 12px;
    font-size:16px;
    border-radius: 20px;
    width: 100%;
    background: #f6f6f6;

}

input[type="button"],
input[type="submit"],
button,
.button{

    color:#fff !important;
    background: url("../assets/bg-button.png") bottom center no-repeat;
    background-size: cover !important;
    padding:15px 25px 20px 25px;
    font-size: 16px;
    display: inline-block;
    transition: all 300ms;
    font-weight: bold;
    border:none;
    min-width: 200px;
    max-width: 100%;
    text-align: center;



}

.button.big{
    font-size:20px;
    padding:auto;

}

.button.xl{
    font-size:32px;
}


button:focus{
    outline: 0 !important;
}





.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover{

    color:#fff;
    text-decoration: underline;

}



input:focus {
    outline:0;

}

p{
    margin-bottom:1.3em !important;

}

h1,h2,h3,h4,h5,h6{
    font-weight: bolder;
    font-family: "bree", "Open Sans", sans-serif !important;


}

h1{
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6{
    font-size: 16px;
}


#page{

    overflow-x: hidden;
}



/*** HEADER ****/
#site-header {
    width: 100%;

    color:#fff;
    font-size: 14px !important;
    font-family: "Open Sans" !important;

}

#site-header .logo{
    max-width: 200px;
}

#site-header .header {

}



#site-header a{
    color:#fff;
}

.header{
    font-size:20px;
    font-weight: bold;
    border-bottom:5px solid #CE1657;
}


.header .logo{

    background: #fff;
}



/*** END HEADER ***/

/**** FOOTER ***/

#site-footer{
    background: #fff;
    font-size:14px;


}






#site-footer .wrap-sub-footer{
    background: #CE1657;
    background-size: contain;
    color:#fff;
    padding-top: 30px;


}

#site-footer .wrap-sub-footer a{
    color:#fff;
}

#site-footer .second-row:before{
    position:absolute;


}

#site-footer {
    color:#CE1657;
}


#site-footer > div{
    padding:10px 0;
}

#site-footer img{
    vertical-align: baseline;
}


#site-footer .logo{
    padding-bottom:20px;
}



.nav{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.footer-nav li{
    padding:10px 0px;
    position: relative;
}



.first-row .footer-nav li{
    padding:10px;
}



.first-row .footer-nav li:last-of-type:after{
    display:none;
}

.first-row .footer-nav li li:after{
    display: none;
}

.first-row .footer-nav li a{
    color:#CE1657;
}


#site-footer .social li{

    padding: 0px 5px;
}

#site-footer .social li a{
    color:#b50055;
    font-size: 22px;
}


#site-footer .copy{

    margin-top:20px;

}

#site-footer .copy .content{
    border-top:2px solid rgba(255,255,255,0.4);
    padding-top:25px;
}



/**** END FOOTER ***/
.blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);

    text-align: center;
}
.blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}

/*** CONTENT ***/


.slider{
    height: 420px;
    overflow: hidden;
    width: 100%;
    max-width:1024px;
    margin:0 auto;


}

.slider .container{
    max-width: 100% !important;
}

.slide{

    height: 420px;
    background-size: cover;
    position:relative;
    background-color:#f0ad4e;
    width: 100%;
}
.slide-comercio{
    background: url("../assets/Banner_Comercio.jpg") left center no-repeat;

}

.slide-servicio{
    background: url("../assets/Banner_Servicio.jpg") left center no-repeat;

}

.slide-participacion{
    background: url("../assets/Banner_Participacion.jpg") left center no-repeat;

}

.slide-responsabilidad{
    background: url("../assets/Banner_Resp.jpg") left center no-repeat;

}

.slide-produccion{
    background: url("../assets/Banner_Produccion.jpg") left center no-repeat;

}



.slide .content{
    height: 420px;
}

.slide h2,
.slide h3{
    color:#CE1657;
    margin:0;
}


.slide h3{
    font-size:38px;
}

.slide h2{
    font-size:52px;

}




#main-content{
    font-size:20px;
}



.cliente{
    padding:30px 0 30px;
}

.cliente h3{
    color:#CE1657;


}
.cliente .actions a{
    color:#414042;
    display: inline-block;

}
.cliente .actions img{
    width: 24px;

}

.cliente .actions svg{
    color:#CE1657
}



@media (max-width: 320px){

}


@media (max-width: 480px){


    .slider,
    .slide,
    .slide .content{
        height: 100vw;

    }
    .slide{

        background-size: cover;

    }

    .slide-comercio{
        background-image: url("../assets/MOVILCOMERCIO.jpg");
    }

    .slide-servicio{
        background-image: url("../assets/MOVILSERVICIO.jpg");
    }

    .slide-participacion{
        background-image: url("../assets/MOVILPARTICIPACION.jpg");
    }

    .slide-responsabilidad{
        background-image: url("../assets/MOVILRESPONSABILIDAD.jpg");
    }

    .slide-produccion{
        background-image: url("../assets/MOVILPRODUCCION.jpg");
    }



    #main-content{
        font-size:18px;
    }

    #main-content ol li::before {

        font-size: 20px;
    }

    .slide h3{
        font-size:20px;
        padding-bottom:10px;
    }

    .slide h2{
        font-size:30px;
    }

}

@media (max-width: 980px){

    #slide {
        height: auto !important;
        padding-bottom:30px;
    }
    #slide .big{
        font-size: 28px;
    }

    #slide .image-premio{
        width: 70px;
    }

    #slide .button{
        font-size:18px !important;
    }


}


@media (min-width: 1200px) {
    .container {
        max-width: 1024px !important;
    }
}



/*** SLICK **/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{

}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{

    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
}
.slick-prev:before
{
    content: '←';
}

.slick-next
{
    right: 10px;
}

.slick-next:before
{
    content: '→';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    right: 10px;

    top:50%;
    display: block;
    padding: 0;

    margin: 0;
    list-style: none;
    text-align: center;

    transform: translateY(-50%);
}
.slick-dots li
{
    position: relative;

    display: block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    margin-bottom:4px;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;


    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 25px;
    line-height: 25px;

    position: absolute;
    top: 0;
    left: 0;
    padding:0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .45;
    background: white;



}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: white;
}

.mfp-wrap{
    max-height: 100vh !important;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after{
    right: 0;
    left:unset;
}