@font-face {
    font-family: "DIN_Black";
    src: url("../fonts/DIN Black.eot");
    src: local("☺"), url("../fonts/DIN Black.woff") format("woff"), url("../fonts/DIN Black.ttf") format("truetype"), url("../fonts/DIN Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIN_Light";
    src: url("../fonts/DIN Light.eot");
    src: local("☺"), url("../fonts/DIN Light.woff") format("woff"), url("../fonts/DIN Light.ttf") format("truetype"), url("../fonts/DIN Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "DIN_Medium";
    src: url("../fonts/DIN Medium.eot");
    src: local("☺"), url("../fonts/DIN_Medium.woff") format("woff"), url("../fonts/DIN_Medium.ttf") format("truetype"), url("../fonts/DIN_Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 576px) {
    .col-0 {
        display: none;
    }
}
@media (max-width: 767px) and (min-width: 577px) {
    .col-sm-0 {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .col-lg-0 {
        display: none;
    }
}
.btn-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 63px;
    height: 63px;
    background-image: url("../img/btn-wsapp.svg");
    cursor: pointer;
    z-index: 900;
}
@media (max-width: 576px) {
    .btn-whatsapp {
        left: 20px;
        bottom: 30px;
        z-index: 1200;
    }
}
.iconoCalendario {
    background-image: url("../img/icono-calendario.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: auto 80%;
}
header .top {
    background-color: #221e1f;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-family: "DIN_Light", sans-serif;
    font-size: 12px;
}
header .top .fecha {
    text-align: left;
}
@media (max-width: 767px) {
    header .top .fecha {
        text-align: center;
    }
}
header .top .email {
    text-align: right;
}
header .cabezote {
    background-color: #9d0733;
    height: 70px;
    border-bottom: 2px solid #840630;
}
header .logo {
    margin-top: 12px;
}
@media (max-width: 576px) {
    header .logo {
        width: 200px;
    }
}
header .btn-menu-movil-abrir {
    display: none;
}
@media (max-width: 992px) {
    header .btn-menu-movil-abrir {
        display: block;
        margin-top: 20px;
    }
}
header .btn-menu-movil-cerrar {
    display: none;
}
@media (max-width: 992px) {
    header .btn-menu-movil-cerrar {
        margin-top: 20px;
    }
}
header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 70px;
    text-align: right;
}
header .menu a {
    color: #fff;
}
header .menu a:hover {
    color: #221e1f;
    text-decoration: none;
}
@media (max-width: 992px) {
    header .menu {
        position: absolute;
        top: 70px;
        right: -300px;
        background-color: #9d0733;
        width: 300px;
        height: 300px;
        text-align: right;
        z-index: 9999;
        padding-right: 20px;
        display: none;
    }
}
header .menu li {
    display: inline-block;
    line-height: 70px;
    color: #fff;
    font-size: 12px;
    font-family: "DIN_Medium", sans-serif;
    margin-left: 15px;
    margin-right: 15px;
}
@media (max-width: 992px) {
    header .menu li {
        display: block;
        margin: 0;
        line-height: 35px;
        font-size: 16px;
    }
}
header .menu li:last-child {
    margin-right: 0px;
}
.navegacion {
    background-color: #fcb314;
    height: 40px;
    line-height: 40px;
    font-family: "DIN_Light", sans-serif;
    padding-left: 20px;
    font-size: 14px;
}
.navegacion a {
    color: #221e1f;
}
.navegacion a:hover {
    color: #fff;
    text-decoration: none;
}
.navegacion span {
    font-family: "DIN_Medium", sans-serif;
}
@media (max-width: 576px) {
    .navegacion {
        font-size: 9px;
    }
}
.banner {
    height: 130px;
    background-image: url("../img/requisitos-banner.jpg");
    background-size: cover;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner h1 {
    font-size: 24px;
    font-family: "DIN_Medium", sans-serif;
    text-align: center;
}
@media (max-width: 576px) {
    .banner h1 {
        font-size: 16px;
    }
}
.banner p {
    font-size: 12px;
    font-family: "DIN_Medium", sans-serif;
}
footer {
    background-color: #221e1f;
    height: 230px;
    margin-top: 20px;
}
@media (max-width: 992px) {
    footer {
        height: 750px;
    }
}
footer .logo-pie {
    margin-top: 40px;
}

footer .logo-pie-nuevo{
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fcb215;
    text-align: left;
}



@media (max-width: 992px) {
    footer .logo-pie {
        width: 300px;
        margin: 20px auto 20px auto;
    }

    footer .logo-pie-nuevo{
    margin-top: 20px;
    text-align: center;
}
}
footer .menu-pie {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    margin-top: 30px;
    border-bottom: 2px solid #fcb314;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
footer .menu-pie a {
    color: #fff;
}
footer .menu-pie a:hover {
    color: #e6e6e6;
    text-decoration: none;
}
@media (max-width: 992px) {
    footer .menu-pie {
        display: none;
    }
}
footer .menu-pie li {
    display: inline-block;
    color: #fff;
    font-family: "DIN_Medium", sans-serif;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}
footer .menu-pie li:last-child {
    margin-right: 0px;
}
footer .ubicacion {
    color: #fff;
    font-family: "DIN_Light", sans-serif;
    font-size: 13px;
    display: inline-block;
    text-align: left;
}
footer .ubicacion a {
    color: #fff;
}
@media (max-width: 992px) {
    footer .ubicacion {
        text-align: center;
        display: block;
        margin: 0 auto 0 auto;
    }
}
footer .icono-mapa {
    width: 25px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    background-image: url("../img/ico-ubicacion.svg");
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    footer .icono-mapa {
        margin: 40px auto 20px auto;
        display: block;
    }
}
#complementos .horarios {
    background-color: #e6e6e6;
    color: #221e1f;
    font-family: "DIN_Medium", sans-serif;
    height: 100px;
    font-size: 20px;
    padding: 20px 10px 10px 80px;
    border-bottom: 2px solid #9d0733;
    background-image: url("../img/ico-reloj.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
}
@media (max-width: 576px) {
    #complementos .horarios {
        font-size: 16px;
        margin-bottom: 20px;
        height: auto;
    }
}
@media (max-width: 768px) and (min-width: 577px) {
    #complementos .horarios {
        font-size: 16px;
        margin-bottom: 20px;
        height: auto;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    #complementos .horarios {
        font-size: 16px;
        margin-bottom: 20px;
        height: auto;
    }
}
#complementos .horarios p {
    margin: 0;
}
#complementos .banner-requisitos {
    background-color: #fcb314;
    height: 100px;
    padding: 10px;
    color: #221e1f;
    font-family: "DIN_Medium", sans-serif;
    font-size: 16px;
    background-image: url("../img/ico-flecha-der.svg");
    background-repeat: no-repeat;
    background-position: 95% 80%;
}
#cotizaciones p {
    color: #fff;
    font-family: "DIN_Light", sans-serif;
    font-size: 12px;
    margin-top: 20px;
}
#cotizaciones .ctzs-contenedor {
    background-color: #9d0733;
    margin: 20px 0 20px 0;
    height: 380px;
    padding: 10px;
}
@media (max-width: 768px) {
    #cotizaciones .ctzs-contenedor {
        height: auto;
    }
}
#cotizaciones .ctzs-contenedor .ctzs-titulo {
    color: #fff;
    font-family: "DIN_Medium", sans-serif;
    font-size: 20px;
    background-color: #840630;
    padding: 5px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzs-contenedor .ctzs-titulo {
        font-size: 16px;
    }
}
#cotizaciones .ctzs-contenedor .ctzs-titulo span {
    font-family: "DIN_Light", sans-serif;
    font-size: 12px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzs-contenedor .ctzs-titulo span {
        font-size: 10px;
    }
}
#cotizaciones .ctzs-contenedor table {
    width: 100%;
}
#cotizaciones .ctzs-contenedor table .marcado {
    background-color: rgba(0, 0, 0, 0.09);
}
#cotizaciones .ctzs-contenedor table thead {
    background-color: #221e1f;
    color: #fff;
    font-family: "DIN_Light", sans-serif;
    font-size: 10px;
}
#cotizaciones .ctzs-contenedor table thead th {
    padding: 4px;
}
#cotizaciones .ctzs-contenedor table thead th span {
    margin-right: 5px;
}
#cotizaciones .ctzs-contenedor table tbody {
    color: #fff;
}
#cotizaciones .ctzs-contenedor table tbody td {
    padding: 4px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzs-contenedor table tbody td {
        font-size: 13px;
    }
}
#cotizaciones .ctzd-contenedor {
    margin: 20px 0 20px 0;
    height: 380px;
    padding: 10px;
    background-image: url("../img/cotizador-fondo.jpg");
    background-size: cover;
}
@media (max-width: 576px) {
    #cotizaciones .ctzd-contenedor {
        height: auto;
    }
}
@media (max-width: 768px) and (min-width: 577px) {
    #cotizaciones .ctzd-contenedor {
        height: auto;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    #cotizaciones .ctzd-contenedor {
        height: auto;
    }
}
#cotizaciones .ctzd-contenedor .ctzd-titulo {
    margin-bottom: 70px;
    color: #fff;
    font-family: "DIN_Medium", sans-serif;
    font-size: 20px;
    background-color: #840630;
    padding: 5px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzd-contenedor .ctzd-titulo {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
#cotizaciones .ctzd-contenedor .ctzd-titulo span {
    font-family: "DIN_Light", sans-serif;
    font-size: 12px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzd-contenedor .ctzd-titulo span {
        font-size: 10px;
    }
}
#cotizaciones .ctzd-contenedor .ctzd-select {
    border: none;
    height: 35px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #221e1f;
    color: #fff;
    padding-left: 10px;
    line-height: 35px;
}
@media (max-width: 576px) {
    #cotizaciones .ctzd-contenedor .ctzd-select {
        margin-bottom: 10px;
    }
}
#cotizaciones .ctzd-contenedor .montos {
    border: none;
    width: 100%;
    height: 80px;
    text-align: center;
    font-family: "DIN_Medium", sans-serif;
    color: #221e1f;
    background-color: #e6e6e6;
}
@media (max-width: 576px) {
    #cotizaciones .ctzd-contenedor .montos {
        height: 50px;
        margin-bottom: 10px;
    }
}
#carruselHome {
    margin-top: 20px;
}
#requisitos .aviso,
#gestion .aviso {
    font-family: "DIN_Light", sans-serif;
    font-size: 14px;
    color: #221e1f;
    text-align: center;
    margin: 60px 0 20px 0;
    font-weight: 400;
}
#requisitos .gestion-abajo,
#gestion .gestion-abajo {
    background-color: #e6e6e6;
    padding: 100px 0 80px 0;
    margin-bottom: -20px;
}
#requisitos .gestion-abajo h2,
#gestion .gestion-abajo h2 {
    font-family: "DIN_Medium", sans-serif;
    color: #9d0733;
    text-align: center;
    font-size: 18px;
}
#requisitos .gestion-abajo .botones,
#gestion .gestion-abajo .botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
#requisitos .gestion-abajo .botones .btn,
#gestion .gestion-abajo .botones .btn {
    flex: 0 0 calc(50% - 30px);
}
#acordionRequisitos,
#acordionGestion {
    margin-bottom: 20px;
}
#acordionRequisitos .card,
#acordionGestion .card {
    border: none;
    border-radius: 0;
}
#acordionRequisitos .card-header,
#acordionGestion .card-header {
    background-color: #e7e6e7;
    border-bottom: 4px solid #fff;
    height: 45px;
    cursor: pointer;
    background-image: url("../img/ico-fechita-abajo.svg");
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
@media (max-width: 576px) {
    #acordionRequisitos .card-header,
    #acordionGestion .card-header {
        height: 65px;
    }
}
#acordionRequisitos .card-header h2,
#acordionGestion .card-header h2 {
    font-family: "DIN_Light", sans-serif;
    color: #343a40;
    font-size: 16px;
}
@media (max-width: 576px) {
    #acordionRequisitos .card-header h2,
    #acordionGestion .card-header h2 {
        font-size: 14px;
    }
}
#acordionRequisitos .card-body,
#acordionGestion .card-body {
    background-color: #f3f1f1;
    font-family: "DIN_Light", sans-serif;
    font-size: 16px;
}
@media (max-width: 576px) {
    #acordionRequisitos .card-body,
    #acordionGestion .card-body {
        font-size: 14px;
    }
}
#gestion-formularios h1 {
    font-family: "DIN_Medium", sans-serif;
    text-align: center;
    color: #9d0733;
    font-size: 24px;
    margin: 60px 0 30px 0;
}
#gestion-formularios p {
    font-family: "DIN_Light", sans-serif;
    text-align: center;
}
#gestion-formularios .formulario-contenedor {
    background-color: #e6e6e6;
    padding: 10px;
}
#formuClientes label {
    font-family: "DIN_Light", sans-serif;
    font-size: 14px;
}
#formuClientes p {
    font-family: "DIN_Medium", sans-serif;
    font-size: 14px;
}
#formuClientesB label {
    font-family: "DIN_Light", sans-serif;
    font-size: 14px;
}
#formuClientesB p {
    font-family: "DIN_Medium", sans-serif;
    font-size: 14px;
}
#nosotros .nosotros-foto {
    border-bottom: 3px solid #9d0733;
    margin-bottom: -30px;
}
#nosotros .nosotros-abajo {
    background-color: #e6e6e6;
    padding: 100px 0 80px 0;
    margin-bottom: -20px;
}
#nosotros .nosotros-abajo p {
    font-family: "DIN_Light", sans-serif;
    color: #221e1f;
    text-align: left;
}
