/*Estilos CTA Barra*/
.cta-red-conecta {
    background-color: #dfe3e9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.cta-p p {
    margin: 0;
    color: #1F293B;
    line-height: 2; 
}

.cta-a {
    margin: 10px;
}

.cta-a a {
    background-color: #407AC8;
    width: 100px;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    color: #fff;
    text-decoration: none;
}

.cta-a a:hover {
    background-color: #4483d4;
    color: #fff;
}

/*Estilos acordion*/
.panel-title {
    font-size: 22px !important;
    font-weight: bold;
    color: #1F293B !important;
    margin: 0 !important;
}

.panel-title a:hover {
    color: #36425a !important;
    cursor: pointer;
}

.panel-group .panel,
.panel-heading {
    border-radius: 10px;
    color: #bdd3fe;
}

.panel-default:has(> .panel-collapse.in)>.panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*Fin acordion*/
/*Estilos tarjeta*/
.flip-card a {
    cursor: pointer;
}

.flip-card label {
    font-weight: bold !important;
}

.flip-card a:visited,
.flip-card a:focus {
    color: #ffffff;
}

.descripcion {
    background-color: #407ac8;
    border-radius: 15px;
    padding: 20px;
    margin: 15px 0;
}

.descripcion p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

p.tycOne, p.tycTwo, p.tycThree {
    margin: 10px 0 !important;
}

.tyc label {
    margin: 0;
}

.descuento .col-md-6 {
    text-align: right;
}

.card-button-front {
    background: #407ac8;
    color: #fff;
    font-size: 18px;
    height: 40px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin: 10px auto 15px;
    width: calc(100% - 30px);
    cursor: pointer;
}

.descuento {
    display: flex;
    justify-content: center;
    align-items: center;
}

.descuento .col-md-5 strong {
    font-size: 43px;
}

.descuento .col-md-5 {
    text-align: end;
}

.logo-alianza {
    width: 100%;
}

.card-button-front:hover,
.btn-card-back:hover {
    background-color: #4a8ee7;
    color: #fff;
}

.card-button-back:hover {
    color: #02276b;
}

.back-card-content {
    background-color: #ffffff;
    margin: 15px;
    margin-bottom: 5px;
    border-radius: 15px;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 430px;
}

.tyc {
    margin: 0px 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tyc a:hover {
    text-decoration: underline;
}

.tyc div {
    margin-left: 30px;
}

.middle-content-back {
    display: flex;
    margin: 0 0 18px 15px;
    justify-content: space-between;
    align-items: center;
}

.middle-content-back .middle-text-back {
    text-align: start;
}

.end-text-back {
    text-align: start;
    margin: 0px 15px;
    overflow-y: auto;
    flex-grow: 1;
    height: 300px;
}

/*Estilos terminos y condiciones*/
.end-text-back ol, .end-text-back ul {
    margin-top: 10px !important;
    margin-bottom: 10px;
    padding-inline-start: 20px;
}

.ms-rtestate-field ol > li {
    list-style-type: inherit !important;
}

/*Fin estilos terminos y condiciones*/

.start-text-back {  
    margin: 0 5px 5px 5px;
    /* text-align: end; */
    /* margin-right: 30px; */
    /* margin-top: 10px; */
    font-weight: bold;
}

.infoOne strong, .infoTwo strong {
    font-size: 16px !important;
}

.flip-card-front p {
    font-size: 16px;
    color: #407ac8;
}

.flip-card-front strong {
    color: #2f3d56 !important;
}

.flip-card-front .start-text-front {
    text-align: start;
    margin: 10px 5px;
    font-weight: bold;
}

/* .flip-card-front .middle-text-front {
    display: flex;
    text-align: end;
    margin-left: 113px;
    font-weight: bold;
    background-color: #003087;
    width: 170px;
    height: 42px;
    padding: 5px 10px 5px 10px;
    border-radius: 20px 0 0 20px;
    align-items: center;
    justify-content: flex-end;
} */

.flip-card-front .middle-text-front {
    display: flex;
    text-align: end;
    margin-left: 0px;
    font-weight: bold;
    background-color: #002f8700;
    width: 284px;
    height: 50px;
    padding: 5px 15px;
    border-radius: 5px;
    align-items: center;
    justify-content: flex-end;
}

.flip-card-front .middle-text-front p {
    color: #2f3d56;   
    font-weight: normal;
    text-align: justify;
}

.flip-checkbox {
    display: none;
}

.cards-container .card-image {
    border-radius: 12px 12px 15px 15px;
    width: 100%;
    height: 185px;
}

.cards-container h2 {
    font-size: 20px !important;
    color: #002E83 !important;
    margin: 35px 0;
}

.cards-container a {

    text-decoration: none;
}

.cards-container p,
.cards-container strong {
    margin: 0;
    line-height: 1em;
}

.descuento strong {
    color: #407ac8 !important;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-container li::marker {
    font-weight: bold !important;
}

.container-btn {
    display: flex;
    background: #fff;
    align-items: center;
    height: 100px;
    justify-content: center;
}

.container-btn button:focus {
    outline: 0;
}

.btn-card-back {
    font-weight: bold;
    background: #407ac8;
    color: #fff;
    font-size: 18px;
    height: 40px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
    cursor: pointer;
    border: none;
}

.card-button-back {
    text-align: start;
    font-size: 24px;
    cursor: pointer;
    color: #003087;
}

.card-button:active {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.335) !important;
}

.flip-card {

    perspective: 2000px;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
}

.flip-card-inner {
    position: relative;
    width: 290px;
    height: 400px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    transition: all 550ms cubic-bezier(0.1, 0.22, 0.8, 1.13);
    transform-style: preserve-3d;
    border: 2px solid #003087;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backface-visibility: hidden;
}

.flip-card-front .logo-fondo {
    position: fixed;
    z-index: -1;
    top: 48%;
    width: 70%;
    left: 15%;
}

.flip-card-front {
    display: block;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    background-color: #ffffffe6;
}

.flip-card-back {
    text-align: center;
    display: flex;
    background-color: #fff;
    transform: rotateY(180deg);
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.end-text-back ol > li p, .end-text-back ul li p, .end-text-back ul li, .end-text-back ol li, .end-text-back p {
    font-size: 14px !important;
    margin: 0 !important;
}

.flip-checkbox:checked+.flip-card-inner {
    transform: rotateY(-180deg);
}

.contenedor-formulario .modal-dialog {
    top: 20%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-formulario .modal-content {
    border-radius: 20px;
    max-height: 410px;
}

.hidden {
    display: none;
}

#aceptar-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003087;
    color: white;
    height: 35px;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 0 0px;
}

#aceptar-btn:hover {
    background-color: #023dab;
}

#aceptar-btn:active {
    background-color: #012d7e;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.form-container input {
    width: 100%;
}

.form-container h3 {
    font-size: 20px;
    margin: 15px 0 5px;
}

.label-form {
    margin: 15px 0 10px 0;
    font-size: 16px;
}

.input-form,
.input-number {
    height: 35px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
}

.input-form:focus,
.input-number:focus {
    outline-color: #003087 !important;
}

.input-form:hover,
.input-number:hover {
    border: 2px solid #002f8746 !important;
}

.input-form::placeholder,
.input-number::placeholder {
    padding: 0 10px;
    color: #c7c7c7;
    font-size: 14px;
}

.input-number::-webkit-inner-spin-button,
.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contenedor-logo {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.contenedor-logo img {
    width: 45%;
}

/*Eliminar Ayuda*/
#Ayuda {
    display: none;
}

.data-image {
    top: 15% !important;
}

.DownloadTitle#newsTitle h1 {
    font-family: 'DIN2014-ExtraBold';
    font-size: 150px;
    color: #1e293b;
    /* text-shadow: 15px 10px 1px #05ab338f; */
    letter-spacing: -5px;
}

/*Boton volver*/
.contenedor-btn-back {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor-btn-back img {
    width: 50px;
    transition: transform 1.1s ease;
    transform-origin: center center;
}

.contenedor-btn-back img:hover {
    transform: scale(0.8);
}

/*Estilos Carrusel*/
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 45%;
}

.center-carousel {
    display: flex;
    justify-content: center;
    margin: 10px;
}

#myCarousel .carousel-inner .item {
    transition: transform 2s ease-in-out;
}

#myCarousel .carousel-inner .active.left {
    left: 0% !important;
}

#myCarousel .carousel-inner .active.right {
    left: 0% !important;
}

#myCarousel .carousel-inner .next {
    left: 80% !important;
}

#myCarousel .carousel-inner .prev {
    left: -80% !important;
}

.carousel-control {
    color: #fff;
    background: none !important;
    border: none;
}

.carousel-control:hover {
    color: #f2f2f2;
    background: none;
    border: none;
}

.carousel-control:focus {
    color: #3883c4;
}

.carousel-inner {

    background: none !important;
    border: none !important;
}

.carousel-inner .item {
    background: none !important;
    border: none !important;
}

.carousel-indicators {
    display: none;
    bottom: 0 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    border: 1px solid #286090;
    border-radius: 10px;
    padding: none;
}

.carousel-indicators .active {
    background-color: #286090 !important;
}

.contenedor-imagenes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img-style {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 35px 10px;
}

.size-container {
    width: 800px;
}

.end-text-back ol>li {
    padding: 5px !important;
    font-size: 14px !important;    
}

.contenedor-carrusel #myCarousel {
    display: flex;
    justify-content: center;
}

.row.contenedor-carrusel {
    height: 330px;
}

@media screen and (max-width: 768px) {
    .row.contenedor-carrusel {
        height: auto;
    }

    .allies-section {
        margin-top: 0;
    }
}
/*Fin Estilos Carrusel*/

/* Mediaquery*/
@media screen and (max-width: 768px) {
    .cards-container {
        display: flex;
        margin: auto;
    }
}

@media screen and (max-width: 664px) {
    .cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .DownloadTitle#newsTitle h1 {
        font-size: 80px !important;
        letter-spacing: -2px !important;
    }
    .cta-p p {
        text-align: center;
        line-height: 1;
    }
}

@media (max-width: 480px) {
    .h1classgenerical h1 {
        font-size: 95px !important;
        text-shadow: 6px 4px 1px #0505ab69 !important;
        letter-spacing: 0px !important;
    }
    .h1classempresas h1 {
        font-size: 55px !important;
        text-shadow: 6px 4px 1px #0505ab69 !important;
        letter-spacing: 0px !important;
        line-height: 45px !important;
    }
    .row.contenedor-carrusel {
        height: 135px;
    }
    #requisitos #Article, .container section#Article {
        padding-top: 0px;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .data-image {
        top: 30% !important;
    }
}
