
.creditoPersonal .divMenu {
    width: 100%;
    background: #033a74;
    margin-top: 70px;
}
.creditoPersonal .divMenu ul {
    width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}
.creditoPersonal .divMenu ul li div {
    display: table-caption;
    margin: auto;
    text-align: center;
    width: 135px;
}
.fas.fa-angle-down.rotate-icon{
    color: #4ED176;
}
.creditoPersonal .divMenu ul li div a {
    font-size: 16px;
    padding: 15px;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.creditoPersonal .divMenu ul li div a:hover {
    opacity: 1;
}
.creditoPersonal .divMenu ul li div .active {
    opacity: 1;
    font-weight: 700;
    color: #fff;
}
.creditoPersonal .divMenu ul li div a img {
    margin-bottom: 13px;
    width: 70px;
}
.Head {
    position: relative;
    width: 100%;
    height: 100%;
}
#FranquiciaHead {
    height: 290px;
}
#EmpresaBack .ImageBack {
    background: url(../img/personal/empresas.jpg) no-repeat center top fixed;
    background-size: cover;
}
#SegurosBack .ImageBack {
    background: url(../img/personal/seguro.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal .ImageBack {
    width: 100%;
    height: 365px;
    background: url(../img/personal/hipotecas.jpg) no-repeat center bottom fixed;
    background-size: cover;
    position: relative;
    margin-top: 160px;
    background-position-y: -150px;
}
.creditoPersonal #tradicional {
    background: url(../img/personal/tradicional.jpg) no-repeat center top fixed;
    background-size: cover;
    
}
.creditoPersonal #construccion {
    background: url(../img/producto/construccion.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #cambioHipoteca {
    background: url(../img/producto/cambio_de_hipoteca.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #liquidez {
    background: url(../img/producto/liquidez.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #liquidez_mas_sustitucion {
    background: url(../img/producto/liquidez_mas_sustitucion.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #terreno {
    background: url(../img/producto/terreno.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #terreno_mas_construccion {
    background: url(../img/producto/terreno_mas_construccion.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #preventa {
    background: url(../img/producto/preventa.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #auto {
    background: url(../img/producto/auto.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #vida {
    background: url(../img/producto/vida.jpg) no-repeat center center fixed;
    background-size: cover;
}
.creditoPersonal #vida-empresa {
    background: url(../img/personal/vida-grupo.jpg) no-repeat center center fixed;
    background-size: cover;
}
.creditoPersonal #hogar {
    background: url(../img/personal/hogar.jpg) no-repeat center bottom fixed;
    background-size: cover;
}
.creditoPersonal #gastos-medicos {
    background: url(../img/personal/gastos-medicos.jpg) no-repeat center center fixed;
    background-size: cover;
}
.creditoPersonal #gastos-medicos-empresas {
    background: url(../img/personal/medico-empresas.jpg) no-repeat center center fixed;
    background-size: cover;
}
.creditoPersonal #pyme {
    background: url(../img/producto/asesoria_pyme.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #factoraje {
    background: url(../img/producto/factoraje.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #tpv {
    background: url(../img/producto/tpv.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #arrendamiento {
    background: url(../img/producto/arrendamiento.jpg) no-repeat center top fixed;
    background-size: cover;
}
.creditoPersonal #auto-flotilla {
    background: url(../img/personal/flotilla-auto.jpg) no-repeat center bottom fixed;
    background-size: cover;
}
.creditoPersonal #danos-pyme {
    background: url(../img/personal/danos-pyme.jpg) no-repeat center bottom fixed;
    background-size: cover;
}
.creditoPersonal #fraqnuicias {
    background: #fff;
}
.creditoPersonal .ImageBack .BTNoptions {
    padding: 72px 100px;
}
.creditoPersonal .ImageBack .BTNoptions .socBlanco {
    width: 200px;
    margin-bottom: 25px;
}
.creditoPersonal .ImageBack .BTNoptions h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.creditoPersonal .ImageBack .BTNoptions .SubTitleFran {
    color: #40516f;
}
.creditoPersonal .ImageBack .BTNoptions .Title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}
.creditoPersonal .ImageBack .BTNoptions .Title.Fran {
    color: #015694;
}
.creditoPersonal .ImageBack .BTNoptions div {
    width: 610px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.asesorBtn,
.creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
    color: #fff;
    background: #4aa84f;
    padding: 15px 25px;
    border-radius: 40px;
    margin-right: 20px;
    width: 255px;
    text-align: center;
    position: relative;
}
.asesorBtn:before,
.creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 1s ease;
    border-radius: 40px;
    background: rgba(114, 216, 119, 0.22);
}
.asesorBtn:hover:before,
.creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
    width: 100%;
}
.asesorBtn:hover,
.creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
    color: #fff;
}
.creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
    color: #2ab5df;
    border: 1px solid #2ab5df;
    padding: 15px 25px;
    border-radius: 40px;
    background: 0 0;
    display: block;
    text-align: center;
}
.creditoPersonal .ImageBack .BTNoptions div ul {
    display: flex;
    padding: 15px 0;
    width: 265px;
    margin: auto;
}
.creditoPersonal .ImageBack .BTNoptions div .btnCredito {
    width: auto;
}
.creditoPersonal .ImageBack .BTNoptions div .btnCredito li {
    width: auto;
    background: #28a745;
    background: #4ED176;
    padding: 10px 15px;
    border-radius: 10px;
}
.creditoPersonal .ImageBack .BTNoptions div .btnCredito li a {
    color: #fff;
}
.creditoPersonal .ImageBack .BTNoptions div ul li {
    margin: 0 8px;
}
.creditoPersonal .ImageBack .BTNoptions div ul li a img {
    width: 37px;
}
#SucursalesBack {
    height: 100%;
}
#SucursalesBack .ImageBack {
    background: url(../img/personal/sucursales.jpg) no-repeat center top;
    background-size: cover;
    height: 100%;
    margin-top: 160px
}
#SucursalesBack .Head {
    height: 100%;
}
#SucursalesBack .Head .ImageBack .BTNoptions div {
    position: relative;
}
#SucursalesBack .Head .ImageBack .BTNoptions div img {
    position: absolute;
    width: 30px;
    right: 67px;
    top: 35px;
}
#SucursalesBack .Head .ImageBack .BTNoptions div input {
    width: 500px;
    height: 50px;
    border-radius: 40px;
    outline: 0;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    font-size: 16px;
}
.infoProducto {
    width: 100%;
    padding: 100px 70px 30px;
    position: relative;
}
.infoProducto .descripcion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.infoProducto .descripcion .texto {
    width: 700px;
}
.infoProducto .descripcion h2 {
    margin-bottom: 15px !important;
    color: #015694;
    color: #006D4E;
    font-weight: 700;
}
.infoProducto .descripcion p {
    text-align: justify;
    font-size: 18px;
}
.infoProducto .descripcion .beneficios {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
}
.infoProducto .descripcion div {
    margin: 0 20px 30px;
    text-align: left;
}
.infoProducto .descripcion div p {
    text-align: left;
}
.infoProducto .descripcion div p i {
    color: #4aa84f;
    font-size: 26px;
    font-weight: 700;
}
.infoProducto .descripcion ul {
    margin-left: 20px;
    list-style: none;
}
.infoProducto .descripcion ul li {
    padding: 5px 25px;
    color: #40516f;
    font-size: 18px;
    position: relative;
}
.infoProducto .descripcion ul li:after {
    content: "\f0c8";
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 11px;
    background: #4aa84f;
    top: 13px;
    left: 0;
    z-index: 1;
    color: transparent;
    height: 9px;
    width: 9px;
    border-radius: 2px;
}
.infoProducto .descripcion ul li ul li {
    list-style: decimal;
}
.infoProducto .descripcion ul li small {
    font-style: italic;
}
.infoProducto .descripcion .ContenedorForm {
    margin: 80px 0;
    width: 340px;
}
.infoProducto .descripcion .ContenedorForm form {
    width: 370px;
    padding: 40px 15px;
    border-radius: 10px;
    background: #f0f1f3;
    position: relative;
}
.infoProducto .descripcion .ContenedorForm div p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.infoProducto .descripcion .ContenedorForm ul li a {
    font-style: italic;
    color: #025594;
}
.infoProducto .descripcion .ContenedorForm .OpProductos li a {
    color: #40516f;
    font-weight: 600;
    font-style: normal;
}
.infoProducto .descripcion .ContenedorForm form p {
    text-align: center;
    margin-bottom: 10px;
}
.infoProducto .descripcion .ContenedorForm form input, .infoProducto .descripcion .ContenedorForm form select{
    width: 100%;
    border: none;
    outline: 0;
    font-size: 15px;
    padding: 10px 10px 10px 40px;
    margin: 5px auto;
    border-radius: 4px;
    box-shadow: none;
    height: 44px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
}
.infoProducto .descripcion .ContenedorForm form div input[type="submit"]{
    background: #4aa84f;
    padding: 10px;
    color: #fff;
}
.hs_submit.hs-submit{
    justify-content: center!important;
}
.infoProducto .descripcion .ContenedorForm form i {
    position: absolute;
    color: #035594;
    left: 53px;
}
.infoProducto .descripcion .ContenedorForm form .ti-user {
    top: 122px;
}
.infoProducto .descripcion .ContenedorForm form .ti-mobile {
    top: 171px;
}
.infoProducto .descripcion .ContenedorForm form .ti-email {
    top: 220px;
}
.infoProducto .descripcion .ContenedorForm form .value {
    background: 0 0;
    text-align: center;
    font-size: 18px;
    color: #40516f;
    cursor: default;
    padding: 10px 0;
    margin-bottom: 20px;
}
.infoProducto .descripcion .ContenedorForm form textarea {
    width: 100%;
    border: none;
    outline: 0;
    font-size: 15px;
    padding: 15px 10px;
    margin: 5px auto;
    border-radius: 4px;
    height: 100px;
}
.infoProducto .descripcion .ContenedorForm form .send {
    background: #31abd0;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 40px;
    height: 55px;
}
.infoProducto .descripcion .ContenedorForm form div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.infoProducto .descripcion .ContenedorForm form div input {
    width: auto;
    margin-right: 10px;
}
.infoProducto .descripcion .ContenedorForm form div input:after {
    background: red;
}
.infoProducto .descripcion .ContenedorForm form div p {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.infoProducto .descripcion .ContenedorForm form div p a {
    color: #40516f;
}
.infoProducto .MoreOptions {
    padding: 50px 50px 0;
}
.infoProducto .MoreOptions p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.infoProducto .MoreOptions h2 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.infoProducto .MoreOptions ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
}
.infoProducto .MoreOptions ul li {
    margin-right: 5px;
    display: inherit;
    margin-bottom: 10px;
}
.infoProducto .MoreOptions ul li a {
    font-style: italic;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px;
    background: 0 0;
    transition: background 0.3s;
    font-size: 15px;
    color: #40516f;
}
.infoProducto .MoreOptions ul li a:hover {
    background: #fff;
}
.centerText {
    text-align: center;
    font-size: 25px;
    width: 700px;
    margin: auto !important;
    font-weight: 600;
}
.formFixed {
    position: fixed;
    top: 0;
    bottom: 0;
    height: fit-content;
}
.formFixedBottom {
    bottom: 0;
    position: fixed;
}
.franquiciasInfo {
    padding: 50px 70px 30px;
}
.franquiciasInfo .flexInfoFra {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.paddingTop {
    padding-top: 100px;
}
.franquiciasInfo #productos .boxProdcut.Fra {
    padding: 40px;
}
.franquiciasInfo .flexInfoFra .boxFran {
    width: 455px;
    margin: 0 50px 50px;
}
.franquiciasInfo .flexInfoFra .boxFran h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}
.franquiciasInfo .flexInfoFra .boxFran .VideoFran {
    width: 450px;
    height: 253px;
    border-radius: 10px;
}
.franquiciasInfo .flexInfoFra .boxFran .text {
    font-size: 22px;
}
.franquiciasInfo .flexInfoFra .boxFran div p {
    padding-bottom: 10px;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn {
    height: auto;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn div ul {
    padding: 30px;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn div ul li {
    list-style: disc;
    padding: 4px;
}
::marker {
    color: #4ba84f;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn #UnoFra {
    background: url(../img/franquicias/coaching.webp) no-repeat center top;
    background-size: 100%;
    transition: background-size 0.3s ease-out;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn #DosFra {
    background: url(../img/franquicias/Aula-SOC.webp) no-repeat center top;
    background-size: 100%;
    transition: background-size 0.3s ease-out;
}
.franquiciasInfo #productos .boxProdcut .grid.franquiciasIn #TresFra {
    background: url(../img/franquicias/Branding-soc.webp) no-repeat center top;
    background-size: 100%;
    transition: background-size 0.3s ease-out;
}
.OpFra {
    margin: 100px;
}
.OpFra ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px;
}
.OpFra ul li {
    margin: 5px 50px;
}
.OpFra ul li p {
    text-align: center;
    font-size: 20px;
}
.OpFra ul li span {
    font-size: 60px;
    color: #4ba84f;
    display: block;
    text-align: center;
    margin: 10px;
    justify-content: space-evenly;
}
.videos {
    background: #f0f2f6;
    padding: 100px;
}
.videos p {
    text-align: center;
    font-size: 20px;
}
.videos p a {
    color: #015694;
    font-weight: 700;
}
.videos div {
    width: 1500px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.videos div iframe {
    width: 400px;
    height: 225px;
    border-radius: 10px;
    margin: 10px;
}
.ServiciosFra {
    background: #f0f2f6;
    padding: 100px;
}
.procesoFra {
    width: 100%;
}
.ServiciosFra .InfoProdcutosSOC {
    width: 1000px;
    margin: auto;
}
.ServiciosFra .InfoProdcutosSOC .iframe {
    width: 599px;
    height: 337px;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
}
.procesoFra .InfoProdcutosSOC {
    width: 100%;
    margin: auto;
}
.ServiciosFra .InfoProdcutosSOC p {
    font-size: 20px;
}
.ServiciosFra .InfoProdcutosSOC .tituloFran {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #015694;
    color: #006D4E;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv div {
    width: 50%;
    padding: 10px 40px;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv div .subTitleFra {
    color: #015694;
    font-weight: 700;
    font-size: 22px;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv div iframe {
    width: 390px;
    height: 218px;
    border-radius: 10px;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv div ul {
    padding: 20px 0;
}
.ServiciosFra .InfoProdcutosSOC .flexFraDiv div ul li {
    list-style: disc;
}
.comparador {
    width: 100%;
    background: url(../img/producto/fondo.svg) no-repeat center;
    background-size: cover;
    padding: 90px;
}
.comparador div {
    width: 500px;
    margin: auto;
}
.comparador div h2 {
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    margin: 0 0 30px;
}
.comparador div p {
    text-align: center;
    font-size: 20px;
}
.comparador div a {
    width: 270px;
    display: block;
    background: #4aa84f;
    color: #fff;
    border-radius: 40px;
    padding: 15px 0;
    text-align: center;
    margin: 30px auto !important;
    font-size: 18px;
}
.swiper-container.bancos {
    background: #fff;
    padding: 50px 50px 0;
    height: 235px;
    margin: 0 0 50px;
}
.swiper-slide img {
    height: 50px;
    margin: auto;
    display: block;
}
.shareRS {
    display: flex;
}
.shareRS div {
    margin: 0 20px 0 0;
}
.shareRS .descargarArchivo {
    margin-left: 20px;
    color: #015694;
    font-weight: 600;
}
.shareRS .descargarArchivo i {
    font-size: 18px;
    margin: 10px;
    font-weight: 700;
}
.convenio {
    display: flex;
}
.convenio img {
    height: 80px;
    margin: auto;
}
#franquiciasInfo form input,
select {
    width: 100%;
    border: none;
    outline: 0;
    font-size: 16px;
    padding: 13px 10px;
    margin: 5px auto;
    border-radius: 4px;
    margin-right: 10px;
    height: 50px;
    box-shadow: none;
}
#franquiciasInfo form select {
    width: 100%;
    border: none;
    outline: 0;
    font-size: 16px;
    padding: 13px 10px;
    margin: 5px auto;
    border-radius: 4px;
    margin-right: 10px;
    height: 50px;
    box-shadow: none;
    background: #fff;
}
#franquiciasInfo .teamSOC {
    text-align: center;
    font-size: 25px;
    margin: 40px 0;
    font-weight: 700;
}
#franquiciasInfo form div {
    margin: 0;
    width: 100%;
}
#franquiciasInfo form .cdFra {
    display: flex;
}
#franquiciasInfo form .send {
    background: #4aa84f;
    color: #fff;
    border-radius: 40px;
}
.flexFra {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flexFra div {
    padding: 50px;
    width: 370px;
    background: #033a74;
    margin: 10px;
    border-radius: 10px;
}
.flexFra div h3 {
    padding: 30px 0;
    color: #2ab6df;
    font-weight: 700;
}
.flexFra div ul {
    margin: 0;
}
.flexFra div ul li {
    color: #fff;
}
.flexFra div ul li span {
    color: #2ab6df;
}
.testimonioFra {
    padding: 100px 50px;
    width: 100%;
}
.testimonioFra div {
    width: 1000px;
    margin: auto;
}
.testimonioFra div p {
    font-size: 20px;
}
.testimonioFra div iframe {
    width: 750px;
    height: 422px;
    margin: 50px auto;
    display: block;
    border-radius: 10px;
}
.tituloFran {
    text-align: center;
    font-weight: 700;
    font-size: 40px !important;
    padding-bottom: 30px;
    color: #015694;
}
@media screen and (max-width: 1700px) {
    .videos div {
        width: 100%;
    }
}
@media screen and (max-width: 1450px) {
    .videos {
        padding: 100px 0;
    }
}
@media screen and (max-width: 1350px) {
    .infoProducto {
        padding: 100px 50px;
    }
    .ServiciosFra .InfoProdcutosSOC {
        width: 100%;
    }
    .testimonioFra div {
        width: 100%;
    }
}
@media screen and (max-width: 1130px) {
    .infoProducto {
        padding: 100px 30px;
    }
}
@media screen and (max-width: 1080px) {
    .infoProducto .descripcion .texto {
        width: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .infoProducto .MoreOptions ul li {
        margin: 20px 10px;
    }
    .infoProducto .descripcion .ContenedorForm {
        margin: 0 !important;
        width: 80%;
    }
    .comparador {
        padding: 0 0 90px;
    }
    .infoProducto .descripcion .texto {
        width: 80%;
    }
    .infoProducto .descripcion .ContenedorForm form {
        width: 100%;
    }
    .videos {
        padding: 100px 20px;
    }
    .OpFra {
        margin: 100px 0;
    }
    .ServiciosFra {
        padding: 100px 30px;
    }
    .centerText {
        margin: 50px auto !important;
        width: 80%;
    }
    footer .containerFooter {
        width: 780px;
    }
    footer .containerFooter {
        width: 570px;
    }
    footer .containerFooter .InfoFooter {
        flex-wrap: wrap;
    }
    footer .containerFooter .InfoFooter div {
        width: 280px;
    }
}
@media screen and (max-width: 840px) {
    .creditoPersonal .ImageBack .BTNoptions .Title {
        font-size: 50px;
    }
    .testimonioFra div iframe {
        width: 400px;
        height: 225px;
    }
    .centertext {
        width: 85%;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .contacto ul {
        display: none;
    }
    .infoProducto .descripcion .texto {
        width: 90%;
    }
    .infoProducto .descripcion {
        flex-wrap: wrap;
    }
    .contacto .socBlanco {
        left: 20px;
    }
    .creditoPersonal .ImageBack .BTNoptions {
        padding: 72px 30px;
    }
    .ServiciosFra .InfoProdcutosSOC .flexFraDiv div {
        width: 100%;
    }
    .OpFra ul {
        margin: 50px 0;
    }
    .OpFra ul li {
        margin: 5px 15px;
    }
    .videos div iframe {
        width: 320px;
        height: 180px;
    }
    .franquiciasInfo .flexInfoFra .boxFran {
        width: 100%;
    }
    .franquiciasInfo #productos .boxProdcut .grid.franquiciasIn {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .creditoPersonal .ImageBack {
        margin-top: 138px;
        height: 430px;
    }
    .creditoPersonal .ImageBack .BTNoptions .Title {
        font-size: 40px;
    }
    .creditoPersonal .ImageBack .BTNoptions p {
        font-size: 20px;
    }
}
@media screen and (max-width: 680px) {
    .iframe {
        width: 400px !important;
        height: 225px !important;
    }
}
@media screen and (max-width: 550px) {
    .creditoPersonal .ImageBack .BTNoptions div a {
        text-align: center !important;
        margin: 10px auto !important;
        width: 300px !important;
    }
    .infoProducto .descripcion ul li {
        font-size: 16px !important;
    }
    .infoProducto .MoreOptions ul li a {
        font-size: 12px;
    }
    .infoProducto .MoreOptions {
        padding: 50px 10px 0;
    }
    .comparador div {
        width: 100% !important;
    }
    .comparador div h2 {
        font-size: 22px;
    }
    .comparador div p {
        font-size: 18px;
        padding: 0 10px;
    }
    .creditoPersonal .ImageBack {
        margin-top: 0;
    }
    .creditoPersonal #tradicional {
        background-position-y: 0;
    }
    .creditoPersonal .carruselLogos {
        margin: 30px auto;
    }
    .centerText {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    #SucursalesBack {
    height: auto;
}
    #SucursalesBack .Head {
        height: auto;
    }
    .Head {
        height: auto;
    }
    .creditoPersonal .ImageBack {
        height: auto;
        padding: 20px 0;
    }
    .creditoPersonal .ImageBack .BTNoptions {
        height: auto;
        padding: 50px 25px 5px;
    }
    .creditoPersonal .ImageBack .BTNoptions .Title {
        font-size: 30px !important;
    }
    .creditoPersonal .ImageBack .BTNoptions p {
        font-size: 18px;
    }
    .infoProducto {
        padding: 50px 10px 30px;
    }
    .infoProducto .descripcion .ContenedorForm {
        margin: 80px 0 0;
        width: 95% !important;
    }
    .infoProducto .descripcion h2 {
        font-size: 25px;
        font-weight: bolder;
    }
    .infoProducto .descripcion h2 {
        margin-bottom: 35px;
    }
    .creditoPersonal .ImageBack .BTNoptions div {
        width: 100% !important;
        display: block;
    }
    .creditoPersonal .ImageBack .BTNoptions div .sucursalBtn {
        margin: 15px 5px;
    }
    .creditoPersonal .ImageBack .BTNoptions div {
        width: 100%;
    }
    .creditoPersonal .ImageBack .BTNoptions div ul {
        padding: 0;
        width: 100%;
    }
    .creditoPersonal .ImageBack .BTNoptions div ul li {
        width: 50px;
    }
    .ServiciosFra .InfoProdcutosSOC .flexFraDiv div iframe {
        width: 270px;
        height: 144px;
    }
    .testimonioFra div iframe {
        width: 270px;
        height: 144px;
    }
    .franquiciasInfo .flexInfoFra .boxFran h2 {
        font-size: 25px;
    }
    .tituloFran {
        font-size: 25px !important;
    }
    .franquiciasInfo .flexInfoFra .boxFran .VideoFran {
        width: 330px;
        height: 186px;
    }
    .ServiciosSOC {
        padding: 0 20px 50px !important;
    }
    .ServiciosSOC .proceso li {
        margin: 30px 5px 0;
        width: 150px;
        padding: 15px 10px;
    }
    .titulos {
        font-size: 30px !important;
    }
    .CardsServices {
        padding: 0 10px 50px !important;
    }
    footer .containerFooter .footerSocial .logoFooter {
        width: 150px;
        margin: 17px auto;
        display: block;
    }
    footer .containerFooter .footerSocial {
        height: auto;
        padding: 20px 0;
    }
    footer .containerFooter .footerSocial div {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    footer .containerFooter {
        width: 100%;
    }
    footer .containerFooter .InfoFooter {
        width: 240px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 460px) {
    .iframe {
        width: 290px !important;
        height: 163px !important;
    }
    .franquiciasInfo {
	    padding: 50px 0px 30px;
	}
}
.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 0px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.card-header{
    background: transparent!important;
    border: 0px!important;
    border-radius: 0px!important;
    border-top: 1px solid #4aa84f!important;
    color: #40516f!important;
}
.card:last-child .card-header{
     border-bottom: 1px solid #4aa84f!important;
}
.card{
    border: 0px!important;
}