@font-face {
    font-family: 'league_spartanbold';
    src: url('font/leaguespartan-bold.woff2') format('woff2'),
    url('font/leaguespartan-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'denseregular';
    src: url('font/dense-regular.woff2') format('woff2'),
    url('font/dense-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'vera_humana_95bold';
    src: url('font/verahb__.woff2') format('woff2'),
    url('font/verahb__.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'vera_humana_95bolditalic';
    src: url('font/verahbi_.woff2') format('woff2'),
    url('font/verahbi_.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'vera_humana_95italic';
    src: url('font/verahi__.woff2') format('woff2'),
    url('font/verahi__.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vera_humana_95regular';
    src: url('font/verah___.woff2') format('woff2'),
    url('font/verah___.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    padding: 0;
}

#main {
    width: 100%;
    min-width: 300px;
    background: white;
}

p { /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.fixed-bg {
    background-image: url(images/header.jpg);
    position: fixed;
    z-index: -1;
    width: 100%;
    background-size: cover;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
}

h1 {
    font-size: 3em;
    color: #2d2c2a;
}

button {
  /*  margin-top: 20px !important;*/
    background-color: #3c3c3c;
    color: white;
    text-shadow: 0;
    border-radius: 8px;
    padding: 10px;
    border: 0; /*font-family: 'Titillium Web', sans-serif;font-weight: 400;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#enviarForm {
    width: 100%;
}

button:hover {
    background-color: #3597ac;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}

.invisible {
    visibility: inherit !important;
}

#img-parallax {
    transform: translateZ(0);
}

a#telefonoEmpresa {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-left: 10px;
}

.glyphicon-earphone:before {
    content: "\e182";
    font-family: 'Glyphicons Halflings';
}

#close_x_politicas {
    float: right;
    position: relative;
    right: -28px;
    top: -38px;
    font-size: 18px;
    color: red;
    font-weight: 900;
    cursor: pointer;
}

.politicas {
    display: none;
    position: fixed;
    top: 15%;
    z-index: 24;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    border-radius: 15px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}

/* NAVBAR */
.custom-header_2 {
    background-color: white;
    box-shadow: 0 1px 3px #3c3c3c;
    z-index: 3;
    width: 100%;
}

.custom-header_2 .logo {
    text-align: center;
}

.custom-header_2 .logo img {
    max-height: 90px;
    padding: 10px;
}

.custom-header_2 .logo a img {
    max-height: 82px;
}

.custom-header_2 .logo p { /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 5px;
    text-decoration: none;
}

.custom-header_2 .contact {
    text-align: left;
}

.custom-header_2 .contact p { /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    display: block;
    color: #2d2c2a;
    opacity: 0.8;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
    float: right;
    padding-left: 10px;
}

.custom-header_2 .contact span { /*border-right:solid 3px black;*/
    padding-right: 10px;
    height: 15px;
    font-size: 25px;
}

/* HEADERS */
.custom-banner, .custom-banner_2, .custom-banner_3 {
    position: relative;
    overflow: hidden; /*background: no-repeat center top;*/
    min-height: 550px; /*background-size: cover;*/
}

.custom-banner .custom-text, .custom-banner_2 .custom-text, .custom-banner_3 .custom-text {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    min-height: 600px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.27);
}

.custom-banner .custom-text .text, .custom-banner_2 .custom-text .text, .custom-banner_3 .custom-text .text {
    text-align: center;
    text-shadow: 2px 2px 10px #000;
}

.custom-banner .custom-text .text h1, .custom-banner_2 .custom-text .text h1, .custom-banner_3 .custom-text .text h1 {
    color: white;
    font-size: 3.5em;
    margin: 0 0 20px 0; /*font-family: 'Titillium Web', sans-serif;font-weight:700;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.custom-banner .custom-text .text h2, .custom-banner_2 .custom-text .text h2, .custom-banner_3 .custom-text .text h2 {
    margin: 0 0 20px 0;
    color: white;
    font-size: 30px; /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Oswald', serif;
}

.custom-banner .custom-form, .custom-banner_2 .custom-form, .custom-banner_3 .custom-form {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin: 0 auto;
    max-width: 415px;
    min-width: 240px;
    margin-bottom: 2em;
}

.custom-banner .custom-form h4, .custom-banner_2 .custom-form h4, .custom-banner_3 .custom-form h4 { /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    margin: 0 0 20px;
    font-size: 1.65em;
    text-align: center;
    text-transform: uppercase;
}

.custom-banner .custom-form form, .custom-banner_2 .custom-form form, .custom-banner_3 .custom-form form {
    margin: 0;
}

.custom-banner .custom-form form input, .custom-banner_2 .custom-form form input, .custom-banner_3 .custom-form form input {
    height: 30px;
    font-size: 14px !important;
}

.custom-banner .custom-form form textarea, .custom-banner_2 .custom-form form textarea, .custom-banner_3 .custom-form form textarea {
    font-size: 14px !important;
}

.custom-banner .wrapper, .custom-banner_2 .wrapper, .custom-banner_3 .wrapper {
    width: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 3rem 0 0;
    position: relative;
}

.custom-banner_2 {
    min-height: 300px;
}

.custom-banner_2 .custom-text {
    min-height: 300px;
}

.custom-banner_3 .wrapper {
    padding-top: 30px;
}

.custom-banner_3 .text {
    padding-top: 30px;
}

/* HEADLINES */
#headline3, #headline3_2, #headline3_3, #headline3_4 {
    padding: 10px;
    color: white;
}

#headline3 h3, #headline3_2 h3, #headline3_3 h3, #headline3_4 h3 {
    text-align: center;
    margin: 15px;
}

/* 1 */
#headline3 {
    background-color: #efefef;
    color: #2d2c2a;
}

/* 2 */
#headline3_2 {
    background-color: #2b2b2b;
}

#headline3_2 h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

/* 3 */
#headline3_3 {
    background-color: #49db8a;
}

#headline3_3 h3 { /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

/* 4 */
#headline3_4 {
    background-color: #f4a703;
    color: #2b2312;
}

#headline3_4 h3 { /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Oswald', serif;
}

/* PRODUCTS */

/* 1 */
#products {
    text-align: center;
}

#products h4 {
    color: #2d2c2a;
    font-size: 1.8em;
    padding: 2px 2px 2px 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

#products_section {
    margin-bottom: 0px;
    transform: translateZ(0);
}

#products_thumbnails {
    margin: 20px auto;
    max-width: 1170px;
}

.caption {
    background-color: white;
    min-height: 10px;
    max-height: 150px;
    max-width: 100%;
}

#products_thumbnails p {
    text-align: center;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: justify;
}

/* 2 */
#products_section_2 {
    width: 100%;
}

#products_section_2 #products {
    padding-left: 0;
}

#products_section_2 #products h4 {
    font-size: 2.8em; /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Oswald', sans-serif;
}

#products_section_2 #products p {
    text-align: center;
    color: #2d2c2a; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif; /*font-weight:300;*/
}

#products_section_2 #products_thumbnails {
    margin: 20px auto;
}

#products_section_2 #products_thumbnails .caption {
    width: 100%;
    min-height: 10px;
    min-width: 291.984px;
    max-width: 100%; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif; /*font-weight:300;*/
}

#products_section_2 #products_thumbnails .caption h4 {
    margin-top: 0;
    font-size: 2em;
    text-align: center;
    color: #2d2c2a; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#products_section_2 #products_thumbnails .caption p {
    padding-top: 10px;
    text-align: center;
    color: #2d2c2a;
    width: 100%;
}

#products_section_2 #products_thumbnails .thumbnail {
    border: none;
    box-shadow: none;
}

#products_section_2 #products_thumbnails .thumbnail img {
    max-height: 500px;
    padding: 5px;
    background-color: #e3e3e3;
    border-radius: 0;
}

/* ABOUT US */

/* 1 */
#about_us, #about_us_3 {
    text-align: center;
    background-color: #2d2c2a;
    color: #fff;
    padding: 30px;
}

#historia {
    line-height: 1.6;
    text-align: left;
}

#historia_header h4 {
    font-size: 2.5em;
    text-align: center; /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Oswald', serif;
}

#about_us #about_us_img {
    padding: 0;
    overflow: hidden;
}

#about_us #about_us_img img {
    width: 100%;
}

#about_us_2 {
    text-align: center;
    background-color: #2d2c2a;
    color: #fff;
    min-height: 320px;
}

#about_us_2 #historia {
    padding: 50px;
    text-align: center; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#about_us_2 #historia #historia_header h4 { /*font-family: 'Titillium Web', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

/* 3 */
#about_us_3 #historia {
    text-align: left;
}

#about_us_3 img {
    width: 100%;
}

#about_us_3 #historia_header {
    padding-top: 45px;
}

#about_us_3 #historia_header h4 {
    text-align: left;
}

/* MAP */
#map {
    height: 300px;
    margin-top: 10px;
}

#pac-input {
    margin: 10px;
    height: 30px;
    border-radius: 5px;
}

#direction {
    text-align: center;
    left: 0;
    padding-left: 0;
    margin-top: 20px;
}

#direction p {
    margin-left: 10px; /*text-align: left;*/
}

#contact {
    padding: 20px;
    width: 100%;
}

#contact h4 {
    font-size: 2em;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
}

#social-networks img {
	height: 35px;
    border-radius: 50px;
    margin: 10px;
    opacity: 0.8;
}


#contact img:hover {
    opacity: 1;
}

#social-networks {
    margin: 15px;
}

#contact_2 {
    padding: 20px;
    width: 100%;
}

#contact_2 #direction h4 {
    font-size: 2em;
    padding: 10px;
    text-align: center; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

#contact_2 #direction p {
    text-align: center; /*font-family:'Raleway',sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#contact_2 #direction #social-networks {
    width: 110px;
    margin: 0 auto;
}

#contact_2 #direction #social-networks a:first-child img {
    height: 35px;
    margin: 10px;
    opacity: 0.8;
    float: left;
}

#contact_2 #direction #social-networks a:last-child img {
    height: 35px;
    margin: 10px;
    opacity: 0.8;
    float: right;
}

#contact_2 #direction #social-networks a img:hover {
    opacity: 1;
}

#bloquecontenido img {
    width: 100% !important;
}

#wpp {
    width: 25px;
}

#about_us .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

.llamala {
    padding-left: 5% !important;
    padding-right: 5% !important;
    background-color: #f88122 !important;
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #f88122 0, #ed771a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ff4600 !important;
    margin-top: 4%;

}

.llamala2 {
    height: 25px;
    padding-top: 2px !important;
    margin-top: -10px;
}

.llamala2 p {
    color: #fff !important;
    font-size: 16px;
    display: inherit !important;

}

.textoformulario {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 300;
}

.calling .glyphicon-earphone {
    padding-top: 4px !important;
}

a#btncontact {
    float: left;
    margin-left: 25%;
}

.boton_modal {
    float: right;
}

.fijar2 {
    display: none;
    position: fixed;
    z-index: 10;
    top: 10%;
    background-color: #000;
    color: #fff;
    width: 85%;
    left: 7.5%;
    right: 7.5%;
    padding: 2%;
    padding-top: 0%;

}

.fijar2 #telefono {
    margin-bottom: 2%;
}

.fijar2 div#close_x {
    display: inherit;
    top: -16px;
    left: 101%;
    position: relative;
    z-index: 11;
    color: #fff;
    background-color: #ffaf0f;
    width: 35px;
    height: 35px;
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    padding-top: 4px;
    font-size: 20px;
    cursor: pointer;
}

/* FOOTER */
footer {
    background-color: #efefef;
    color: #2d2c2a;
    padding: 20px;
    bottom: 0;
}

#footer_text {
    padding: 5px;
    margin-right: 15px;
    text-align: center;
}

#footer_text p {
    padding-right: 10px;
    color: #2d2c2a;
}

@media screen and (min-width: 480px) {
    .invitabaja {
        bottom: -95px !important;
    }

    .custom-header_2 .container {
        display: table;
        width: 100%;
    }

    .custom-header_2 .header_table {
        display: table-row;
    }

    .custom-header_2 .logo {
        text-align: left;
        display: inline;
        width: 50%;
        max-width: 150px;
    }

    .custom-header_2 .logo p {
        padding: 15px;
        display: inline
    }

    .custom-header_2 .contact {
        text-align: right;
        display: table-cell;
        width: 50%;
    }

    .custom-banner .custom_text .text h1, .custom-banner_3 .custom_text .text h1 {
        font-size: 60px;
    }

    .custom-banner .custom-form h4, .custom-banner_3 .custom-form h4 {
        font-size: 30px;
    }

    #products h4 {
        font-size: 3em;
    }
}

@media screen and (min-width: 992px) {
    .custom-header_2 .container {
        display: table;
        width: 1170px;
    }

    /* .custom-banner .wrapper, .custom-banner_3 .wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        padding: 0 20px;
    } */

    .custom-banner .custom-text .text, .custom-banner_3 .custom-text .text {
        text-align: left;
    }

    .custom-banner_2 .custom-text .text {
        width: 100%;
    }

    .custom-banner_2 .custom-text .text h1 {
        font-size: 60px;
    }

    #historia { /*margin-top:45px;*/
        text-align: center;
    }
}

#descripcionProducto {
    text-align: center;
    margin-bottom: 4rem;
}

#descripcionEmpresa {
    font-size: 18px;
}

div#bloque4 {
    padding: 50px 10px;
    padding-bottom: 0px;
}

div#bloqueblog {
    padding: 50px 10px;
    padding-bottom: 0
}

div#bloquecontenido {
    position: relative;
    padding: 120px 0;
}

#bloqueblog .thumbnail img {
    height: 250px;
    -o-object-position: top center;
    object-position: top center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    min-width: 100%;
}

div#contactanos {
    display: none;
    width: 100%;
    background-color: #d00c0c;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    text-align: center;
    height: 80px;
    position: fixed;
    padding-top: 18.5px;
    bottom: 0;
    z-index: 10;
}

div#close_x {
    display: none;
    top: 20px;
    left: 80%;
    position: relative;
    z-index: 11;
    color: #fff;
    background-color: #ffaf0f;
    width: 35px;
    height: 35px;
    border-radius: 24px;
    text-align: center;
    padding-top: 4px;
    font-size: 20px;
}

.arrow-right {
    display: none;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid white;
    position: fixed;
    left: 0;
    z-index: 13;
    bottom: 0;
}

.arrow-left {
    display: none;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid white;
    position: fixed;
    right: 0;
    z-index: 13;
    bottom: 0;
}

#telefono {
    margin-bottom: 5%;
}

.formula {
    display: none;
}

button#enviarForm {
	margin-top: 20px !important;
    box-shadow: 0px 42px 0px -24px #FFAF0F inset;
    background-color: #FF920D;
    background: #FF920D !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 100% !important;
    text-shadow: 2px 2px 2px rgba(90, 90, 90, 1);
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    display: table;
    margin-bottom: -20px;
}

@media screen and (max-width: 991px) {
    .thumbnail {
        display: inline-block !important;
    }

    .thumbnail .caption {
        margin-bottom: 2%;
    }

    #historia {
        margin-top: 10%;
    }
}

#about_us #about_us_img {
    padding-right: 5%;
}

#about_us #historia {
    padding-left: 5%;
}

#about_us_3 #about_us_img {
    padding-left: 5%;
}

#about_us_3 #historia {
    padding-right: 5%;
}

div#bloque1 {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
    box-sizing: border-box;
}

div#bloque2 {
    position: relative;
}

/*div#bloque6 { background: #2a2a2a;}
div#bloque6 h4{color: #fff;}
div#bloque6 p {color: #fff;  }*/
div#bloquecontenido {
    position: relative;
    padding: 120px 0 40px;
    background: #fff;
}

div#bloquecontenido .custom-form {
    width: 300px;
    padding: 25px;
    background: #000000;
    color: #fff;
    margin-bottom: 6%;
    padding-bottom: 12%;
}

.new_form h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}

input.new_control {
    height: 32px;
    font-size: 14px;
}

.new_btn {
    float: right;
    box-shadow: 0px 42px 0px -24px #FFAF0F inset;
    background-color: #FF920D;
    background: #FF920D !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    width: 100% !important;
    text-shadow: 2px 2px 2px rgba(90, 90, 90, 1);

}

.fijar {
    position: fixed;
}

div#bloquecontenido h2 {
    text-transform: capitalize;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

div#bloquecontenido h2:before {
    content: '';
    background: #dedede;
    height: 1px;
    position: absolute;
    bottom: -10px;
    width: 90%;
}

/* @media (max-width: 480px) {
    div#bloque2 {
        position: relative;
        padding-top: 0px
    }
} */

.ocultar1 {
    background-color: white;
    position: relative;
}

.ocultar2 {
    position: relative;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    padding: 0px;
    font-size: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    position: fixed;
    bottom: 60px;
    right: 20px;
    border-radius: 50%;
    /*display: none;*/
}

/*# sourceMappingURL=site.css.map */

.invitabaja {
    position: absolute;
    bottom: inherit;
    left: 20px;
    right: auto;
    /*text-align: center;*/
    margin: auto;
    z-index: 2;
}

.invitabaja.top {
    top: 20px
}

.invitabaja.both {
    margin-bottom: -147px
}

.invitabaja div {
    color: #FFF;
    background: none repeat scroll 0 0 #d70000;
    border-radius: 50%;
    width: 134px;
    height: 133px;
    margin: 0 auto;
    text-align: center
}

.invitabaja p {
    padding: 34px 0 1px;
    font-family: gibsonregular;
    font-size: 16px;
    line-height: 18px
}

.invitabaja i {
    margin-right: 3px;
    background: #00a6c4;
    color: #fff;
    /*font-size: 2rem;*/
    font-weight: 600;
    padding: 12px;
    border-radius: 50%;
}

.invitabaja b {
    font-family: gibsonsemibold;
    font-weight: 400
}

.invitabaja .aleoItalic, .invitabaja-divider .aleoItalic {
    font-family: aleoitalic;
    font-size: 14px;
    padding: 43px 0 1px
}

.invitabaja .gibsonBold, .invitabaja-divider .gibsonBold {
    font-family: gibsonsemibold;
    font-size: 16px;
    line-height: 1;
    position: relative;
    text-transform: uppercase
}

.invitabaja p:after, .invitabaja-divider p:after {
    width: 12px;
    height: 16px;
    content: "";
    background: url('../../../../content/dam/tirerack/desktop/css_elements/images/home-icon-sprite.png') no-repeat scroll -15px -52px transparent;
    clear: both;
    display: block;
    margin: 7px auto 0
}

.invitabaja-divider {
    background: url("../../../../content/dam/tirerack/desktop/css_elements/images/learn-more-bg-img.png") no-repeat scroll bottom center;
    width: 530px;
    margin: 0 auto 110px auto;
    position: relative;
    padding: 0 40px;
    height: 85px
}

.invitabaja-divider p {
    font-family: gibsonsemibold;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    background: #d70000;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    display: inline-block;
    position: relative;
    left: 50%;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    width: 86px;
    padding: 40px 20px;
    margin-left: -63px;
    text-align: center
}

.invitabaja-divider p:after {
    width: 12px;
    height: 16px;
    content: "";
    background: url('../../../../content/dam/tirerack/desktop/css_elements/images/home-icon-sprite.png') no-repeat scroll -15px -52px transparent;
    clear: both;
    display: block;
    margin: 7px auto 0
}


.abrechat {
    color: #fff;
    position: fixed;
    right: -30px;
    bottom: 50px;
    transform: rotate(-90deg);
    background: #00a6c4;
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px;
}

.chat {
    border: 2px solid #00a6c4;
    position: fixed;
    bottom: -5px;
    right: 45px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
}

.abrechat {
    color: #fff;
    position: fixed;
    right: -30px;
    bottom: 50px;
    transform: rotate(-90deg);
    background: #00a6c4;
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px;
}

.chat input[type="submit"] {
    background: #00a6c4;
    text-align: center;
    float: right;
    margin: 10px 0;
}

@media screen and (max-width: 991px) {
    thumbnail .caption {
        display: block;
        margin-bottom: inherit;
    }

    .fijar2 #telefono {
        margin-bottom: 5%;
    }

    .fijar2 {
        padding-bottom: 3%;
    }

    .formula {
        display: inherit;
        background-color: #bbb;
        width: 85%;
        display: block;
        margin: 0 auto;
        padding: 2%;
    }

    #map {
        width: 100%;
        height: 300px;
        top: 15px !important;
        margin-bottom: 15px;
    }

    .new_btn {
        float: right;

        border: none !important;
        font-size: 21px !important;
        margin-top: -2%;
    }

    input.new_control {
        height: 45px;
        font-size: 18px;
        margin-bottom: 2%;
    }

    div#close_x {
        display: inherit;
    }

    .fijar {
        display: none;
        bottom: 75px;
        z-index: 9;
    }

    .new_form {
        color: #fff
    }

    div#contactanos {
        display: inherit;
    }

    #pauta {
        display: none;
    }

    div#bloquecontenido .custom-form {
        width: 83%;
        padding-bottom: 5%;
    }

    .form-control {
        font-size: 17px !important;
    }

    .new_form h4 {
        color: #fff;

    }

    .arrow-right {
        display: inherit;
    }

    .arrow-left {
        display: inherit;
    }

    .llamala {
        float: inherit;
        margin-left: inherit;

    }

    .scrollToTop {
        bottom: 90px;
    }

    a.btn.btn-primary.boton_modal {
        margin-top: inherit;
    }
}

@media screen and (max-width: 925px) {
    div#close_x {
        right: 14%
    }
}

@media screen and (max-width: 860px) {
    .formula {
        padding-bottom: 4% !important;
    }

    div#close_x {
        left: 87%;
    }

    div#bloquecontenido .custom-form {
        width: 90%;
    }
}

@media screen and (max-width: 790px) {
    div#close_x {
        right: 8%
    }
}

@media screen and (max-width: 780px) {
    div#bloquecontenido .custom-form {
        width: 95%;
    }

    div#close_x {
        left: 92%;
    }
}

@media screen and (max-width: 730px) {
    div#close_x {
        right: 2%;
        bottom: 420px;
    }
}

@media screen and (max-width: 680px) {
    .thumbnail .caption {
        margin-bottom: 5%;
    }

    .thumbnail {
        border: none !important;
        border-radius: inherit !important;
        box-shadow: none !important;
    }

    div#close_x {
        right: 2%;
        bottom: 420px;
    }
}

@media screen and (max-width: 630px) {
    div#close_x {
        right: 3%;
        bottom: 414px;
    }

}

@media screen and (max-width: 580px) {
    .fijar2 div#close_x {

        left: 98%;
    }

    .fijar2 {
        padding-bottom: 5%;
    }

    .fijar2 #telefono {
        margin-bottom: 8%;
    }

    .scrollToTop {
        bottom: 60px;
    }

    div#contactanos {
        background-color: #d00c0c;
        height: 55px;
        padding-top: 6.5px;

    }

    div#bloquecontenido .custom-form {
        padding-bottom: 7%;
    }

    .formula {
        padding-top: 4% !important;
    }

    .arrow-right {
        border-left: 30px solid white;
    }

    .arrow-left {
        border-right: 30px solid white;
    }

    .new_form h4 {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size: 32px;
        text-align: center;
        margin-top: -9px;
    }

    #telefono {
        margin-bottom: 8%;
    }

    div#close_x {
        bottom: 445px;
    }

    div#bloquecontenido .custom-form {
        width: 95%;
    }

    input.new_control {
        height: 52px;
        font-size: 21px !important;
        margin-bottom: 4%;
    }

    .form-control {
        font-size: 14px !important;
    }

    .new_btn {
        width: 100% !important;
        margin-top: -4%;
    }

    .arrow-right {
        border-left: 24.5px solid white;
        width: 0;
        height: 0;
        border-top: 26.5px solid transparent;
        border-bottom: 26.5px solid transparent;
        position: fixed;
        left: 0;
        z-index: 13;
        bottom: 0;
    }

    .arrow-left {
        width: 0;
        height: 0;
        border-top: 26.5px solid transparent;
        border-bottom: 26.5px solid transparent;
        border-right: 24.5px solid white;
        position: fixed;
        right: 0;
        z-index: 13;
        bottom: 0;
    }


}

@media screen and (max-width: 500px) {
    div#close_x {
        left: 90%
    }

}

@media screen and (max-width: 479px) {
    .custom-header_2 .logo a img {
        max-width: 230px;
    }

    #ingresar {

        margin-top: 90% !important;
    }

    .custom-header_2 .contact span {

        font-size: 17px;
    }

    .custom-header_2 .logo {
        text-align: -webkit-left;
        float: left;
    }

    .custom-header_2 .contact {
        position: absolute;
        right: 0;
        top: 40%;
        background-color: #fff;
    }
}

@media screen and (max-width: 450px) {
    div#bloquecontenido .custom-form {
        padding-bottom: 10%;
    }

    .formula {
        padding: 3%;
        padding-top: 6% !important;
        padding-bottom: 10% !important;
    }

    div#close_x {
        bottom: 428px;
    }

    .custom-header_2 .logo a img {
        max-width: 180px;
    }
}

@media screen and (max-width: 400px) {
    div#close_x {
        left: 87%
    }

    .new_btn {
        font-size: 140% !important;
    }

    div#contactanos {
        font-size: 190%;
        padding-top: 9.5px;
    }

    .fijar2 {

        padding: 4%;
    }
}

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

    .custom-header_2 .logo a img {
        max-width: 145px;
    }
}
#img-form{
  display: none;
  margin: 0 auto;
}
@media screen and (max-width:600px){
  .text #tituloLanding{
    font-size: 1.8em!important;
    margin-bottom: 0!important;
  }
  .text #motivaEmpresa{
    font-size: 1.3em!important;
    margin-bottom: 0!important;
  }
  .img-form-cont{
      display:block;
      width: 250px;
      height: 90px;
      overflow: hidden;
      margin:0 auto;
  }
  #img-form{
    display: block;
    width: 100%;
  }
  .custom-banner .wrapper, .custom-banner_2 .wrapper, .custom-banner_3 .wrapper{
    padding:21px 0 0!important;
}
#img-parallax{
    height: 100%!important;
}
.custom-banner .custom-text .text h1 {
    font-size: 1.8em!important;
}
.custom-banner .custom-text .text h2 {
    font-size: 1.3em!important;
}
}
@media screen and (max-width: 342px) {
    .llamala {
        margin-top: 3%;
    }
    
    
}
#img-parallax .container-fluid{
    height: 100%!important;
}


/*START FIX IMAGE FORMULARY*/

/*END FIX IMAGE FORMULARY*/
