@font-face {
    font-family: 'balooregular';
    src: url('fonts/baloo-regular-webfont.woff2') format('woff2'),
        url('fonts/baloo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'carrois_gothicregular';
    src: url('fonts/carroisgothic-regular-webfont.woff2') format('woff2'),
        url('fonts/carroisgothic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;º
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

#espaciado {
    height: 100px;
    position: relative;
}

#rayas_menu {
    position: absolute;
    z-index: 21;
    right: 15px;
    top: 30px;
    display: none;
}

#menu {
    height: 100px;
    background-color: #f1f2f2;
    width: 100%;
    position: fixed;
    z-index: 100;
}

#menu_mobil_links {
    width: 100%;
    background-color: #ed1c24;
    z-index: 200;
    position: fixed;
    display: none;
    height: 100vh;
}


#logo {
    position: relative;
    top: 13px;
    width: 200px;
    z-index: 20;
}

#logo_real {
    height: 75px;
}

#menu_spacer {
    width: 950px;
    text-align: left;
    position: relative;
    height: 100px;

}

#links_menu {
    width: 100%;
    position: absolute;
    top: 38px;
    right: 0px;
    text-align: right;
    display: inherit;
    z-index: 2;
}

.menu {
    color: #414042;
    font-family: 'balooregular', Arial;
    font-size: 16px;
    text-decoration: none;

    transition: all .04s ease-in-out;

    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}

.menu:hover {
    color: #ed1c24;
}

.menu_nada {
    color: #414042;
    font-family: 'balooregular', Arial;
    font-size: 16px;
    text-decoration: none;
    margin-left: 6px;
    margin-right: 6px;
}

.menu_over {
    font-family: 'balooregular', Arial;
    font-size: 16px;
    text-decoration: none;

    transition: all .04s ease-in-out;

    margin-left: 6px;
    margin-right: 6px;

    color: #ed1c24;
}

.menu_mobil {
    color: #ffff;
    font-family: 'balooregular', Arial;
    font-size: 30px;
    text-decoration: none;

    transition: all .04s ease-in-out;

    cursor: pointer;
}

.menu_mobil:hover {
    text-align: underline;
}



.menu_mobil_over {
    color: #ffff;
    font-family: 'balooregular', Arial;
    font-size: 30px;
    text-decoration: none;

    transition: all .04s ease-in-out;

    text-align: underline;
}

#fotos_slideshow {

    position: relative;

    width: 100%;
    height: 40vw;
    overflow: hidden;

}

#slideshow {
    height: 40vw;
    position: relative;
}

#slideshow_bolas {
    width: 100%;
    padding-top: 0px;
    z-index: 2;
    height: auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.bola {
    height: 15px;
}


#home_enlaces {
    position: relative;
    background-color: #ed1c24;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
}

#div_spacer {
    width: 950px;
    text-align: left;
    position: relative;
    height: auto;

}


.iconos_home {
    width: 316px;
    height: 210px;
    text-align: center;
    display: inline;
    float: left;
    position: relative;
}

.white_tittle {
    color: #ffffff;
    font-family: 'balooregular', Arial;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.red_tittle {
    color: #ed1c24;
    font-family: 'balooregular', Arial;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    line-height: 26px;
}

.iconos_home_foto {
    height: 157px;
    -webkit-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.37);
}

.boton_blanco {
    background-color: #ffffff;
    color: #000;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 18px 6px 18px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: -14px;
    position: relative;
    border: 0px;
}

.boton_gris {
    background-color: #414042;
    color: #fff;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 18px 6px 18px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    top: -14px;
    position: relative;
    border: 0px;
}

#contacto {
    background-color: #f1f2f2;
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
}

.contacto_div1 {
    position: relative;
    display: inline;
    float: left;
    height: auto;
    width: 50%;
}

.contacto_div2 {
    position: relative;
    display: inline;
    float: left;
    height: auto;
    width: 50%;
}

.texto_gris {
    color: #414042;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 18px;
    text-decoration: none;
}

.texto_gris a {
    color: #414042;
    text-decoration: none;
}

.texto_gris a:hover {

    text-decoration: underline;
}

.cajas {


    width: 100%;

    font-family: 'carrois_gothicregular', Arial;
    color: #414042;
    text-decoration: none;
    font-size: 16px;
    background-color: #f1f2f2;

    padding: 5px 10px 6px 10px;
    border: 0px solid;

    text-align: left;

    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */

    margin-bottom: 10px;

}

#bottom {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.texto_bottom {
    color: #414042;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 12px;
    text-decoration: none;
}

.texto_bottom_a {
    color: #414042;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 12px;
    text-decoration: none;
}

.texto_bottom_a:hover {
    text-decoration: underline;
}

.bottom_div1 {
    position: relative;
    display: inline;
    float: left;
    height: auto;
    width: 34%;
}

.bottom_div1>div {
    padding-top: 20px;
}

.bottom_div2 {
    position: relative;
    display: inline;
    float: left;
    height: auto;
    width: 66%;
    display: flex;
}

.bottom_div2_div1 {
    width: 50%;
    display: inline;
    float: right;
    position: relative;
    text-align: right;
    order: 2;
}

.bottom_div2_div2 {
    order: 1;
    width: 50%;
    display: inline;
    float: right;
    position: relative;
    text-align: right;
    padding-top: 17px;
}

#flecha_abajo {
    display: inline;
    position: relative;
    width: 100%;
    text-align: center;
    display: none;
    padding-top: 30px;
}

/*NOSOTROS*/

.column_division {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    font-size: 0px;
}

.column_division>div {
    height: auto;
    width: 100%;
    display: inline-block;
    font-size: 0px;
}

.column_division_foto {
    width: 50%;
    height: 350px;
    display: inline;
    float: left;
}

div.lazy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


.column_division_one {
    width: 50%;
    height: 350px;
    display: inline;
    float: left;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.column_division_two {
    width: 50%;
    height: 350px;
    display: inline;
    float: left;

    /* Firefox */
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;

    /* Safari and Chrome */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    /* W3C */
    display: box;
    box-pack: center;
    box-align: center;
}

.text_content {
    font-family: 'carrois_gothicregular', Arial;
    color: #414042;
    font-size: 18px;
}

.nosotros_cuadro_1 {
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    text-align: justify;
    display: table;
    margin: 0 auto;
}

.nosotros_cuadro_2 {
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
    text-align: justify;
    display: table;
    margin: 0 auto;
}

.valores {
    width: 237.5px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
    float: left;
    height: 150px;
}

.valores_tittle {
    color: #ed1c24;
    font-family: 'balooregular', Arial;
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

.valores_text {
    color: #ffffff;
    font-family: 'carrois_gothicregular', Arial;
    font-size: 14px;
    text-decoration: none;
}

#foto_total {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    width: 100%;
}

#reconocimientos {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

#reconocimientos_division {
    background-image: url('../images/nosotros/adorno_reconocimientos.png');
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 0px 5px;
    padding-left: 50px;
    box-sizing: border-box;
}

.space_tittles {
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

/*SUCURSALES*/

#sucursales {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.sucursal {
    width: 50%;
    height: 300px;
    display: inline;
    float: left;

    text-align: left;
    box-sizing: border-box;

}

/* SERVICIOS */
.servicios_spacers_1 {
    width: 53%;
    height: 280px;
    display: inline;
    float: left;

    text-align: left;
    box-sizing: border-box;

    padding-right: 60px;
    text-align: justify;

}

.servicios_spacers_2 {
    width: 47%;
    height: 280px;
    display: inline;
    float: left;

    text-align: left;
    box-sizing: border-box;

    text-align: justify;

}

#foto_servicios {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    width: 100%;
}

.icon_tittle {
    color: #000;
    font-family: 'balooregular', Arial;
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    line-height: 24px;
    text-decoration: none;
}


.icon_tittle_rojo {
    color: #ed1c24;
    font-family: 'balooregular', Arial;
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    line-height: 24px;
    text-decoration: none;
}


.icon_servicios {
    width: 316.66px;
    height: 200px;
    text-align: center;
    position: relative;
    display: inline;
    float: left;
}

/*PRODUCTOS*/

#productos {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.icon_marca {
    width: 316.66px;
    height: 240px;
    text-align: center;
    position: relative;
    display: inline;
    float: left;
}

.logo_marca {
    height: 100px;
}

.icon_producto {
    width: 237.5px;
    height: 200px;
    text-align: center;
    position: relative;
    display: inline;
    float: left;
}

.logo_producto {
    height: 80px;
}

.foto_producto {
    width: 80%;
}

#div_spacer_producto {
    width: 950px;
    text-align: left;
    position: relative;
    height: auto;
    box-sizing: border-box;
}


@media screen and (max-width: 950px) {

    .foto_producto {
        width: 100%;
    }


    #div_spacer_producto {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .icon_tittle {
        font-size: 18px;
    }

    .icon_tittle_rojo {
        font-size: 18px;
    }

    .logo_marca {
        height: 60px;
    }

    .icon_servicios {
        width: 100%;
    }


    .icon_producto {
        width: 50%;
        height: 150px;
    }

    .logo_producto {
        height: 40px;
    }



    .boton_gris {
        font-size: 12px;
    }

    .boton_blanco {
        font-size: 12px;
    }

    .icon_marca {
        width: 100%;
        height: 220px;
    }

    .servicios_spacers_1 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        height: auto;
        padding-bottom: 40px;
    }

    .servicios_spacers_2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        height: auto;
        padding-bottom: 40px;
    }

    #foto_servicios {
        height: 300px;
    }

    .sucursal {
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }

    .space_tittles {
        padding-left: 20px;
        padding-right: 20px;
    }

    #reconocimientos_division {
        background-image: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    #foto_total {
        height: 300px;
    }

    .valores {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nosotros_cuadro_1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nosotros_cuadro_2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .column_division_foto {
        width: 100%;

    }

    .column_division_one {
        width: 100%;
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .column_division_two {
        width: 100%;
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #fotos_slideshow {
        height: 80vw;
    }

    #slideshow {
        height: 80vw;
    }

    #rayas_menu {
        display: inherit;
    }

    #flecha_abajo {
        display: inherit;
    }

    .bottom_div1 {
        width: 100%;
        text-align: center;
    }

    .bottom_div1>div {
        padding-top: 0px;
    }

    .bottom_div2 {
        width: 100%;
        text-align: center;
        display: inline;
    }

    .bottom_div2_div1 {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .bottom_div2_div2 {
        width: 100%;
        padding-top: 0px;
        text-align: center;
        padding-top: 10px;
    }


    .contacto_div1 {
        width: 100%;
    }

    .contacto_div2 {
        width: 100%;
    }

    #div_spacer {
        width: 100%;
    }

    .iconos_home {
        width: 100%;
        height: 250px;
    }

    #espaciado {
        height: 75px;
    }

    #menu {
        height: 75px;
    }

    #menu_spacer {
        height: 75px;
        text-align: center;
        width: 100%;
    }

    #logo {
        position: relative;
        top: 10px;
        width: 100%;
    }


    #logo_real {
        height: 55px;
    }

    #links_menu {
        display: none;
    }


}

.owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.owl-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid #414042 !important;
    margin: 0 5px !important;
}

.owl-dot.active {
    background-color: #414042 !important;
}

.item img {
    max-height: 600px !important;
    height: 700px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .item img {
        max-height: 500px !important;
    }
}

@media (max-width: 768px) {
    .item img {
        max-height: 400px !important;
    }
}

@media (max-width: 576px) {
    .item img {
        max-height: 300px !important;
    }
}