﻿
body {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #69696E;
    font-weight: 400;
}
#main-navbar {
    display: block;
}
.nav_bar {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: none;
    margin-bottom: 0;
    padding: 12px;
    height: 88px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.transparente {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    color: #fff;
}
.navbar-collapse {
    background-color: #fff !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.1) !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}
.btn-nav {
    pointer-events: none;
    color: #ffffff;
    margin-right: 0;
    opacity: 1 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: Lato;
    font-weight: 300;
    text-decoration: none;
    font-family: 'Lato-Regular';
    font-size: 15px;
}
    .btn-nav:hover {
        text-decoration: none;
        color: #ffffff;
        font-weight: 300;
        background-color: #d14537;
        border-color: #e74c3c;
        font-family: 'Lato-Regular';
        font-size: 15px;
    }
.btn-color {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.contBtnNav {
    list-style: none;
}
#navbar_responsive {
    display: none;
}
.top {
    background-color: #e74c3c;
    display: none;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url('../Imagenes/Iconos/baseline_keyboard_arrow_up_white_18dp.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/* ------------------------ Estilos Footer ------------------------ */
.estiloFooter1 {
    background-color: #424242;
    color: #ffffff;
    padding: 60px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.linkFooter, .linkFooter:hover {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.ContSocialMedia {
    width: 53px;
    height: 25px;
    margin-top: -4px;
    transition: transform .2s;
}
    .ContSocialMedia:hover {
        transform: scale(1.5);
    }
.ContSocialMedia2 {
    width: 43px;
    height: 25px;
    transition: transform .2s;
}
    .ContSocialMedia2:hover {
        transform: scale(1.5);
    }
.SocialBtn {
    width: 100%;
}
.estiloFooter2 {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 1px;
}
.txtFooter{
    text-align: justify;
}
/* Imagen efecto Parallax*/
.contSombra {
    background-color: white;
    height: 1000px;
}
.Fondo1-Parallax {
    background-image: url('../Imagenes/bg_home.jpg');
    height: 1000px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: -1px;
    background-size: cover;
}
.center-md {
    padding-top: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container_home1 {
    height: auto;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ------------------------Estilos formulario------------------------ */
.form-control {
    background: #ffffff;
    border-color: #ffffff;
    color: #657380;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
    width: 100%;
    height: auto;
    outline: 0;
    box-shadow: none;
}
.marginForm {
    margin-bottom: .6rem;
}
.ContSecciones {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.titulo_Principal1 {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.titulo_Principal2 {
    font-family: 'Lato-Black';
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ContGralForm {
    padding: 20px 20px 20px;
    box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
    background-color: rgb(140, 140, 140);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-form {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    font-family: 'Lato-Black';
    border-radius: 0 !important;
    box-shadow: none;
    cursor: pointer;
}
    .btn-form:hover {
        background-color: #d14537;
        border-color: #e74c3c;
    }

/* ------------------------------ Estilos segunda seccion ------------------------------ */
.Seccion2 {
    background-color: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 478px;
}
.ContSecc2 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 107px 15px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Titulo_Seccion2 {
    font-family: 'Lato-Black';
    margin-bottom: 4rem;
    font-size: 34px;
    color: #69696E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.estiloIcon {
    font-size: 60px;
    line-height: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #e74c3c;
    border-radius: 5px;
    margin-bottom: 30px;
}
.Sub_Sec2 {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noPadding {
    padding: 0px !important;
}
.Txt_Sec2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ------------------------ Estilos seccion 3 ------------------------ */
.Seccion3 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 459px;
}
.ContSecc3 {
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Titulo_Seccion3 {
    height: 100%;
    margin-left: 130px;
    margin-right: 130px;
    font-family: 'Lato-Black';
    font-size: 34px;
    line-height: 38px;
    color: #69696E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ContSecSeguros {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ContLogosSeguros {
    padding-top: 60px !important;
}
.ImgLogoSeguro {
    display: inline-block;
    max-height: 128px;
    margin: 10px 50px 0;
    opacity: 0.55;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    .ImgLogoSeguro:hover {
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
/* ------------------------ Estilos seccion 4 ------------------------ */
.Seccion4 {
    height: 989px;
    background-color: #F7F7F7;
}
.PaddingSecc4 {
    padding: 15px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Cont_Title_Secc4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
}
.Titulo_Txt_Secc {
    font-family: 'Lato-Black';
    font-weight: 900 !important;
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 25px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Txt_Sub_Secc4 {
    margin-bottom: 10px;
    font-family: 'Lato-Regular';
    font-weight: bold !important;
    font-size: 22px;
    line-height: 26px;
}
.ContImgAuto2 {
    margin-bottom: 60px;
}
.Txt_Sec4_1 {
    color: rgb(163, 163, 163);
    margin-bottom: 10px;
}
.Txt_Sec1 {
    color: #333333;
}
.Txt_Sec2 {
    color: #535353;
}
.blockquote1 {
    font-style: italic;
    margin: 15px;
    padding-left: 35px;
    border-left: 3px solid #e74c3c;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
}
/* ------------------------ Estilos seccion 5 ------------------------ */
.Seccion5 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Subtitulo_Secc5 {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
}
.TiposSegurosTxt {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 17px;
    line-height: 1.1;
    color: inherit;
}
.linkEstiloTxt {
    text-decoration: none;
    color: #000000;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
    .linkEstiloTxt:hover {
        text-decoration: none;
        color: #000000;
    }
p {
    margin-bottom: 10px !important;
}
/* ------------------------ Estilos seccion 6 ------------------------ */
.Seccion6 {
    background-color: #f7f7f7;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ContImgSecc6 {
    padding-top: 30px;
    margin-bottom: 60px;
}
/* ------------------------ Estilos seccion 7 ------------------------ */
.Seccion7 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Titulo_Seccion7 {
    font-family: 'Lato-Black';
    margin-bottom: 60px;
    font-size: 34px;
    color: #69696E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ContImgSecc7 {
    width: 330px;
    height: 235px;
}
.ImagenesSeccion7 {
    display: block;
    max-width: 100%;
    height: 100%;
}
    .ImagenesSeccion7:hover {
        opacity: 0.8;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
.noMargin {
    margin: 0px !important;
}
.Post_Info {
    margin-top: 20px;
    margin-bottom: 18px;
    clear: both;
}
.date {
    background: #e74c3c;
    float: left;
    margin-right: 10px;
    padding: 5px;
    width: 60px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    border-radius: 0 !important;
}
.day {
    display: block;
}
.TxtInfoTitulo {
    font-family: 'Lato-Black';
    margin-bottom: 5px;
    color: #69696E;
    font-weight: 900;
    font-size: 20px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
    .TxtInfoTitulo:hover {
        text-decoration: none !important;
        color: #439FE0;
    }
.TxtInfo_Secc7 {
    opacity: 0.7;
    text-align: justify;
}
.leerMas {
    color: #000000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    text-align: right;
    display: block;
}
    .leerMas:hover {
        text-decoration: none !important;
        color: #000000;
    }
/* ------------------------ Estilos seccion 8 ------------------------ */
.Section8_Parallax {
    background-image: url('../Imagenes/Cotizar-gratis-el-mejor-seguro-para-tu-auto-en-México.jpg');
    height: 477px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: -1px;
    background-size: cover;
}
.ContGralTestimonios {
    width: 730px;
}
.contParallaxPadding {
    padding: 145px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.TxtTestimonios {
    font-family: 'Lato-Black';
    font-size: 25px;
    line-height: 29px;
    color: rgb(122, 122, 122);
    margin-bottom: 25px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ContIconComillas {
    width: 47px;
    height: 45px;
    margin-bottom: 25px;
}
.iconComillas {
    width: 100%;
}
.NombreTestimonio {
    font-family: 'Lato-Black';
    font-size: 16px;
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(122, 122, 122);
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ------------------------ Estilos seccion 9 ------------------------ */
.Seccion9 {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contSecc9 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 0px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ------------------------ Estilos seccion 10 ------------------------ */
.Seccion10 {
    background-color: #e74c3c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.BtnCotizarAhora {
    font-family: 'Lato-Black';
    display: inline-block;
    color: #ffffff;
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 15px 40px;
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.BtnCotizarAhora:hover {
    text-decoration: none;
    outline: none;
    background-color: #fff;
    color: #69696E !important;
}
.ContBtnCot {
    height: 89px;
    padding-top: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ----------------------------- Estilos Blog ------------------------------- */
.blogTopBg {
    background: rgba(0,0,0,0.55);
    width: 100%;
}
.blogTopBg2 {
    background: rgba(0,0,0,0.35);
    width: 100%;
}
.ContTituloBlog {
    padding: 130px 0 80px;
    color: #fff;
    min-height: 220px;
}
.ContHeader {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.TituloBlogPagina {
    font-family: 'Lato-Black';
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    line-height: 56px;
}
.ContBlog {
    padding: 80px 0;
}
.contArticle {
    margin-bottom: 40px;
}
.ContFigure {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 70px;
}
.ContImgBlog {
    width: 770px;
    height: 335px;
    vertical-align: middle;
}
.ImgBlogPermisoMenores {
    display: block;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.TituloBlogPrincipal {
    font-size: 50px;
    line-height: 50px;
    color: #f56363;
    font-family: 'Lato-Black';
}
.FechaBlog {
    padding: 10px 0;
    margin-left: 15px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #69696E;
    font-weight: 400;
}
.Subtitulo_Blog {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 10px;
}
.Subtitulo_Blog2 {
    font-family: 'Lato-Black';
    font-weight: 900;
    font-size: 34px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 10px;
}
.Subtitulo_Blog3 {
    font-family: 'Lato-Black';
    color: #69696E;
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.linkTxtBlog, .linkTxtBlog:hover {
    color: #000000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.Cont_Votos {
    height: 100px;
}
.Cont_ImgOtrosPost {
    margin-bottom: 10px;
    height: 88px;
}
.ImgOtrosPost {
    width: 100%;
    height: 100%;
}
.linkPostOtros {
    text-decoration: none;
    outline: none;
    color: #000000;
}
    .linkPostOtros:hover {
        text-decoration: none;
        outline: none;
        color: #000000;
    }
.Txt_OtrosPost {
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
}
.SeccionTags {
    margin: 10px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tags {
    display: inline-block;
    font-size: 0.85em !important;
    padding: 0.5em 1em;
    color: #000000;
    background-color: #f7f7f7;
    margin: 0 0.4em 0.8em 0;
}
    .tags:hover {
        text-decoration: none !important;
        outline: 0;
    }
        .tags:hover i {
            text-decoration: none !important;
            color: #515151 !important;
        }
.colorTag {
    color: #999;
}
.Blog_Contenido {
    margin-bottom: 40px;
}
.ContInicioBlogTxt {
    margin-bottom: 40px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 40px;
    overflow: hidden;
}
.linkTituloBlog{
    text-decoration: none;
    outline: none;
}
    .linkTituloBlog:hover {
        text-decoration: none;
        outline: none;
    }
.linkLeerMasBlog{
    color: black !important;
    float: right;
}
/* ----------------------------------- Estilos Aside ---------------------------------------*/
.InputBuscarAside {
    height: 40px;
    border: 1px solid #A6A6A6;
    padding: 0 20px;
    font-weight: 400;
    float: left;
}
.btnBuscarAside {
    background: #e74c3c;
    height: 40px;
    padding: 0px 30px;
    color: #fff;
    border-color: transparent;
    float: right;
}
.ContEntradasRecientes {
    margin: 30px 0px;
    display: inline-block;
}
.ContTituloAside {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 10px;
    font-size: 16px;
    background-color: #F5F5F5;
    padding: 10px;
    font-weight: bold;
    color: #69696E;
}
.SubtituloAside {
    color: #69696E;
    font-weight: 900;
    font-size: 16px;
    margin: 0;
    line-height: 1.1;
}
#sidebar ul {
    padding-left: 0px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sidebar .ContEntradasRecientes li {
    padding-left: .5rem;
    display: block;
    line-height: 2.6em;
    position: relative;
    overflow: hidden;
}
    #sidebar .ContEntradasRecientes li i {
        width: 3%;
        height: 100%;
        display: inline-block;
        vertical-align: 40px !important;
    }
.linkAside {
    display: inline-block;
    width: 95%;
    padding-left: 1rem;
    text-decoration: none;
    outline: none;
    color: #383838;
    font-size: 16px;
}
    .linkAside:hover {
        text-decoration: none;
        outline: none;
        color: #f56363 !important;
    }
.ImgAside {
    width: 100%;
}
/* Estilos contacto y paginas informativas */

.Subtitulo_Contacto{
    font-size: 26px;
    font-family: 'Lato-Black';
    line-height: 30px;
}
.Sub2_Contacto {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px !important;
}
.inputContacto {
    margin-bottom: 15px;
    height: auto !important;
    padding: 14px !important;
    font-size: 17px !important;
    color: #657380 !important;
    border-color: #ffffff !important;
    font-family: 'Lato-Black';
    border-top: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btnEnviarContacto {
    width: 100%;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 10px 12px !important;
    font-size: 16px !important;
    box-shadow: 0 4px 0 rgba(0,0,0, .2);
    margin-bottom: 0;
    font-family: 'Lato-Bold';
    text-align: center;
    border: 1px solid transparent;
    line-height: 1.42857143;
    background-color: #e74c3c;
    color: #ffffff !important;
}
.ImgPagSeguro {
    float: left;
    margin: 5px 20px 20px 0;
    vertical-align: middle;
    border: 0;
    height: auto;
    max-width: 414px;
}


.Div_Cot_Mobile {
    display: none;
}
.Div_Cot_Desk{
    display: block;
}

.espacioIframe{
    display: block;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
/*------------------------------------- Media querys ---------------------------------------*/
@media screen and (max-width:1200px) {
    .nav_bar {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ContImgSecc7 {
        width: 280px;
        height: 200px;
    }

    .contParallaxPadding {
        padding: 125px 0;
    }

    .ContGralTestimonios {
        width: 600px;
    }

    .Titulo_Seccion7 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media screen and (max-width:992px) {
    #main-navbar {
        display: none;
    }

    #navbar_responsive {
        display: block;
    }

    .nav_bar {
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0,0,0,.1);
        border: none;
        margin-bottom: 0;
        padding: 12px;
        height: 88px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .contLogoResponsive {
        margin: 0 !important;
    }

    .ImgLogoResponsive {
        width: 100%;
    }

    .contSombra {
        background-color: white;
        height: 1288px;
    }

    .Fondo1-Parallax {
        background-image: url('../Imagenes/bg_home.jpg');
        height: 1288px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        background-attachment: scroll !important;
    }

    .center-md {
        padding-top: 5%;
    }

    .titulo_Principal1 {
        font-family: 'Lato-Black';
        font-weight: 900;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 10px;
        text-align: center;
    }

    .titulo_Principal2 {
        font-family: 'Lato-Regular';
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .ContGralForm {
        padding: 40px 40px 20px;
        margin-top: 0px;
    }

    .Titulo_Seccion2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 32px;
    }

    .Seccion2 {
        height: 100%;
    }

    .Cont_Titulo_Secc2 {
        margin-bottom: 4rem;
    }

    .Seccion3 {
        height: 100%;
    }

    .Titulo_Seccion3 {
        height: 100%;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 28px;
        line-height: 32px;
    }

    .ImgLogoSeguro {
        margin: 15px 0px 15px 0px;
    }

    .Titulo_Txt_Secc {
        font-size: 32px;
        line-height: 36px;
    }

    .Seccion4 {
        height: 100%;
    }

    .ContImgSecc7 {
        width: 190px;
        height: 135px;
    }

    .date {
        width: 100%;
    }

    .TxtInfoTitulo {
        font-size: 18px;
        line-height: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }

    .Section8_Parallax {
        background-attachment: scroll !important;
        background-position-y: 0px;
    }

    .imgAseguradoras {
        width: 100%;
    }

    .ImgFooterLogo {
        width: 100%;
    }

    .FooterTxt {
        font-size: 15px;
    }

    .blockquote1 {
        width: 100%;
    }

    .ContGralTestimonios {
        width: 100%;
    }

    .ContImgBlog {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .ImgLogoResponsive {
        width: 100%;
    }

    .btn-nav {
        font-size: 12px;
    }

    .contLogoResponsive {
        margin: 0 !important;
    }

    .container_home1 {
        padding-top: 0px;
    }

    .ContGralTestimonios {
        width: 100%;
    }

    .ContImgSecc7 {
        width: 100%;
        height: 330px;
    }

    .ImgFooterLogo {
        max-width: 300px;
        margin-left: 20%;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .FooterTxt {
        text-align: center !important;
    }

    .txtFooter {
        text-align: center !important;
    }
    .cuadroPasos{
        display: none;
    }
}

@media screen and (max-width:576px) {
    .container_home1 {
        padding-top: 0px;
    }

    .nav_bar {
        height: 68px;
    }

    .btn-nav {
        width: 100%;
        font-size: 8.5px;
    }
    .btn-nav {
        pointer-events: none;
        padding: .375rem .75rem !important;
        width: 100%;
        font-size: 8px;
    }
    .contLogoResponsive {
        margin: 0 !important;
    }

    .Fondo1-Parallax{
        height: 1400px;
    }

    .contSombra{
        height: 1400px;
    }

    .ContGralForm {
        padding: 40px 40px 20px;
        margin-top: 0px !important;
    }

    .ImgLogoResponsive {
        width: 100%;
    }

    .Titulo_Txt_Secc {
        font-size: 7vw;
        line-height: 34px;
    }



    .ContGralTestimonios {
        width: 100%;
    }

    .ContImgSecc7 {
        max-width: 78vw;
        height: 50vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .Titulo_Seccion7 {
        font-size: 8vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .date {
        width: 20%;
    }

    .contParallaxPadding {
        padding: 45px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .TxtInfoTitulo {
        font-size: 20px;
        line-height: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
    }

    .ImgFooterLogo {
        max-width: 200px;
        margin-left: 20%;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ContSocialMedia {
        margin: 0 !important;
    }

    .ContSocialMedia2 {
        margin: 0 !important;
        padding-top: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .FooterTxt {
        text-align: center !important;
    }

    .txtFooter {
        text-align: center !important;
    }

    .Footer_SocialMedia {
        padding-left: 45%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ContImgBlog {
        width: 100%;
        height: 175px;
        vertical-align: middle;
    }
    .contImgAutoEmision {
        display: none;
    }
}


/* -------------------Estilos iframe cotizador------------------------- */
@media screen and (min-width:401px) and (max-width:550px) {
    .col-iframe {
        max-width: 50%;
        width: 50%;
    }
    .marginForm {
        margin-bottom: 1.5rem;
    }
    .ContGralForm {
        padding: 30px 25px 25px;
    }
}

@media screen and (max-width:400px) {
    .Div_Cot_Desk {
        display: none;
    }

    .Div_Cot_Mobile {
        display: block;
        text-align: center;
    }

    .espacioIframe {
        display: none;
    }
    .form-control {
        padding: 0px;
        height: 40px;
    }
    select.form-control:not([size]):not([multiple]) {
        height: 40px;
    }
    .marginForm {
        margin-bottom: .6rem;
    }
    .ContGralForm {
        padding: 10px 15px 10px;
    }
}

@media screen and (max-width:350px) {
    .checkLabel {
        font-size: 12px;
        line-height: 15px;
    }
}
    /*---------------------------------------------------------------------------------*/


    .Terminos_Condiciones {
        color: #fff;
        text-decoration: none;
        transition: .7s;
    }

        .Terminos_Condiciones:hover {
            color: #e74c3c;
        }

    .Div_Principal {
        height: calc(100% - 8%);
        position: relative;
        left: 0;
        border: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .cuadroPasos {
        width: 100%;
        height: 80px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .contenedor {
        height: 84px;
        margin: 0;
        border: 1px solid #f3f3f7;
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        padding: 0 0 !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .Rectangle {
        display: inline-block;
        float: left;
        height: 100%;
        padding: 0 0 !important;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .Oval-2 {
        display: inline-block;
        float: left;
        border: solid 8px #f3f3f7;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .layer {
        width: 100%;
        font-size: 2.5em;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: center;
        color: #f3f3f7;
    }

    .pasoCont2 {
        padding: 5px;
    }

    .colorPasoNum {
        color: #e6e6ed;
    }

    .radius-left {
        border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        -webkit-border-radius: 0 0 0 10px;
    }

    .radius-right {
        border-radius: 0 0 20px 0;
        -moz-border-radius: 0 0 20px 0;
        -webkit-border-radius: 0 0 20px 0;
    }

    .borde-left {
        border-left: 1px solid #f3f3f7;
    }

    .colorPasoActual {
        background-color: #e63327;
    }

    .steps {
        display: none;
        width: 100%;
        height: 600px;
    }

        .steps.activeStep {
            display: block;
        }

    .pasos_Seguro {
        float: left;
        width: 71%;
        padding-top: 10px;
        border-bottom-style: dashed;
        border-color: #e6e6ed;
    }

    .Sub_Rectangle-3 {
        font-family: Raleway;
        font-weight: bold;
        font-size: 32px;
        padding: 18px 20px;
    }

    .Texto_Rectangle-2 {
        font-family: Raleway;
        font-size: 16px;
        padding: 0 20px 18px;
    }

    .contNombrePaso {
        display: inline-block;
        float: left;
        margin: 0;
        padding-left: 10px;
        box-sizing: border-box;
    }

    .nombrePaso {
        padding: 20px 0 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .Cotizacion {
        display: inline-block;
        height: 50%;
        float: left;
        font-size: .75em;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: normal;
        text-align: left;
        color: #93939c;
        margin: 0 !important;
        padding: 0 0 !important;
    }

    .Elige-tu-seguro {
        display: inline-block;
        height: 16px;
        font-size: .70em;
        letter-spacing: normal;
        line-height: 1.14;
        text-align: left;
        color: #93939c;
        margin: 0;
        padding: 0 0 !important;
    }

    .contenedor_Rectangle3 {
        clear: both;
        height: 4px;
        padding: 0 0 !important;
    }

    .Rectangle-3 {
        height: 4px;
        position: relative;
        top: 1px;
        left: 0;
        padding: 0 0 !important;
    }

    .Div_Cot {
        width: 95%;
        max-width: 1200px;
        font-family: Arial;
    }

    .Div_Fila2 {
        float: left;
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
    }

    .Div_Titulo1 {
        float: left;
        width: 100%;
        padding: 3px 6px;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        color: #93939c;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .Div_Cotizacion {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .Div_Cont_General {
        max-width: 1920px;
    }

    div .row {
        margin-bottom: 0 !important;
    }

    .Text {
        background: transparent;
        border-color: #B2B2BA;
        color: #B2B2BA;
    }

        .Text:focus {
            outline: none;
            box-shadow: none;
            border-color: #657380;
        }

        .Text:hover {
            outline: none;
            box-shadow: none;
            border-color: #657380;
        }

    .Espacio {
        margin-bottom: 1rem;
    }

    .DivText {
        position: absolute;
        margin: -56px 4px 0 8px;
        color: #657380;
        font-weight: bold;
        font-size: .8rem;
        background-color: transparent;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .Link1RFC {
        color: rgba(9, 24, 54, .55);
        padding: 4px;
        box-sizing: border-box;
        text-decoration: none;
        cursor: pointer;
        transition: 1s;
    }

        .Link1RFC:hover {
            color: #E74C3C;
            text-decoration: none;
        }

    .input-field input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
        color: #e63327 !important;
    }

    .input-field input[type=text]:focus, .materialize-textarea:focus:not([readonly]) {
        border-bottom: 1px solid #e63327 !important;
        box-shadow: 0 1px 0 0 #e63327 !important;
    }

    .imgAutoEmision {
        width: 100%;
    }

    .numeroPoliza {
        color: #72727c;
        font-weight: 300;
        font-size: 32px;
    }

    .divDescargar {
        font-size: 14px;
        font-weight: bold;
        color: #e63327;
        letter-spacing: 2px;
        text-align: left;
        box-sizing: border-box;
        padding-top: 7px;
    }

    .divArchivo {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        text-align: left;
        box-sizing: border-box;
        padding-top: 10px
    }

    Div_Pago_Res.Visible = True body, html, form {
        height: 100%;
        padding: 0;
        color: #000034;
        font-family: Raleway;
    }

    .Div_Voucher {
        position: relative;
        float: left;
        width: 320px;
        padding: 5px;
        box-sizing: border-box;
        margin: 0 auto;
        border: 1px solid #D2DAE5;
        border-top-style: dotted;
        border-bottom: 0;
        left: calc(50% - 160px);
    }

    .Div_Voucher_Titulo {
        font-weight: 600;
        width: 95%;
        color: #93939c;
        box-sizing: border-box;
        font-size: 18px;
        text-align: center;
    }

    .Div_Voucher_Titulo2 {
        padding-top: 10px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .Div_Voucher_C1 {
        padding: 10px;
        float: left;
        width: 35%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
    }

    .Div_Voucher_C2 {
        padding: 10px;
        float: left;
        width: 65%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
    }

    .Div_Voucher_CC1 {
        box-sizing: border-box;
        width: 100%;
    }

    .Div_Voucher_CC2 {
        box-sizing: border-box;
        width: 100%;
        font-weight: bold;
    }

    .Div_Voucher_Pie {
        width: 100%;
        opacity: .7;
        height: 6px;
        margin-left: -5px;
        background: url(../Imagenes/hr-12.png) repeat-x 0 0;
        bottom: 0;
        position: absolute;
    }

    .btnProcesos {
        font-family: 'Lato-Black';
        display: inline-block;
        color: #ffffff;
        margin-bottom: 7px;
        margin-right: 5px;
        padding: 15px 40px;
        font-size: 16px;
        letter-spacing: 1px;
        vertical-align: middle;
        white-space: pre-line;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        text-decoration: none;
        outline: 0;
        background-color: #e74c3c;
        border: 3px solid #fff;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .btnProcesos:hover {
            text-decoration: none;
            outline: none;
            color: #fff;
            background-color: #d14537;
            border: 3px solid #e74c3c;
        }

    .btnRegresar {
        font-family: 'Lato-Black';
        display: inline-block;
        margin-bottom: 7px;
        margin-right: 5px;
        padding: 15px 40px;
        font-size: 16px;
        letter-spacing: 1px;
        vertical-align: middle;
        white-space: pre-line;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        color: #e74c3c;
        text-decoration: none;
        outline: 0;
        background-color: #fff;
        border: 3px solid #e74c3c;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .btnRegresar:hover {
            text-decoration: none;
            outline: none;
            background-color: #e0d6d4;
            color: #e74c3c !important;
        }

    .arrowRigth {
        position: relative;
        right: 75px;
        bottom: 3px;
    }

    .arrowLeft {
        position: relative;
        right: 210px;
        bottom: 3px;
    }
    /*--------------------------------------Cargando---------------------------------------------*/
    .loader {
        border: 0px solid rgba(220, 220, 220, 0);
        border-radius: 50%;
        border-top: 30px solid rgba(230,51,39,0.75);
        border-bottom: 30px solid rgba(114,114,124,0.75);
        width: 300px;
        height: 300px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        top: calc(50% - 150px);
        left: calc(50% - 150px);
        position: absolute;
        box-sizing: border-box;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .Div_Texto_Espera {
        color: #000;
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 95px);
        font-size: 42px;
        font-family: 'Lato-Black';
    }

    .Div_Mensaje_Mascara_Espera {
        position: fixed;
        z-index: 1000000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.70);
    }

    .Div_Mensaje_C1 {
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        height: auto;
        background: rgba(9, 24, 54, .55);
        padding: 0 25px 19px;
        box-sizing: border-box;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
        font-size: 20px;
        color: #ffffff;
    }
