body{
    background-color: #E9E9E9 !important; 
}

.header{
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

.carousel-control-prev,
.carousel-control-next{
    width: 3% !important;
}

.Banner_content{
    height: 500px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    background-size: cover;
    padding: 0 6rem;

}

.text-banner-one h1{
    font-size: 43px;
    line-height: 120%;
    text-align: left;
}

.carousel-control-prev{
    justify-content: left !important;
    margin-left: 30px;
}

.carousel-control-next{
    justify-content: right !important;
    margin-right: 30px;
}

.content-prev{
    background-color: #000000;
    border-radius: 100%;
    padding: 5px 5px 0px 4px;
}
.content-next{
    background-color: #000000;
    border-radius: 100%;
    padding: 5px 4px 0px 5px;
}

.text-banner-one h1 span{
    font-size: 73px;
    font-weight: 700;
    
}

.text-banner-one h1 p{
    font-weight: 300;
    font-style: italic;
    letter-spacing: 7.5px;
}

.header img{
    max-width: 100%;
    width: 196px;
}

.banner img{
    max-width: 100%;
    width: 100%;
}

.banner_mobile{
    
    display: none;
}

.banner_mobile img{
    max-width: 100%;
}

.content-cards > div{
    display: flex;
    justify-content: center;
}

.firts_Content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title{
width: 100%;
margin: 0 6rem;
}

.title h1{
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px !important;
}

.text-one,
.text-one a{
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.text-two,
.text-two a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.btn-c a{
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 230px;
    border: 1.5px solid #000;
    border-radius: 100px;
    padding: 5px 3px;

}

.btn-c a:hover {
    background-color: #000;
    color: white;
}

.Content-one{
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    max-width: 100%;
    border-radius: 20px;
    padding: 0 3rem;
    display: flex;
    flex-direction: column-reverse;
}

.content-one-img{
    background-image: url('../Imagenes/Contentone.png');
}

.content-two-img{
    background-image: url('../Imagenes/img_bolsa_valores.png');
}

.content-three-img{
    background-image: url('../Imagenes/img_rutas.png');
}

.content-text h3{
    font-size: 20px !important;
    font-weight: 700;   
}

.content-text p{
    font-size: 16px;
}

.Content-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Content-two,
.card-content{
    align-items: center;
}

.Section{
    display: flex;
    margin: 50px 0px;
    justify-content: space-around;
}

.line-title{
    height: 4px;
    width: 375px;
    max-width: 100%;
    background:#FFD700;
    color: #FFD700;
    margin: 0;
    opacity: 1;
}

.line-title-two{
    height: 4px;
    width: 435px;
    max-width: 100%;
    background:#1E3A8A;
    color: #1E3A8A;
    margin: 0;
    opacity: 1;
}

.line-title-three{
    height: 4px;
    width: 400px;
    max-width: 100%;
    background:#FF6F00;
    color: #FF6F00;
    margin: 0;
    opacity: 1;
}

.line-title-four{
    height: 4px;
    width: 375px;
    max-width: 100%;
    background:#E4356F;
    color: #E4356F;
    margin: 0;
    opacity: 1;
}

.title-Content-cards{
    margin: 2rem 6rem;
}

.content-line{
    width: 100%;
    height: 100%;
    display: flex;
}

.title-Content-cards .content-title{
    background-color: #F1F1F1;
    text-align: center;
    padding: 20px 0;
    width: 38rem;
    border-radius: 20px 20px 0 0;
}

.title-Content-cards div img{
    width: 100%;
    max-width: 216px;
}


.firts_Content span{
    color: #2C41CE;
    
}

.firts_Content h1{
    margin: 50px 0;
    font-size: 40px;
    
}

.card-img img{
    max-width: 100%;
    
}

.card{
    max-width: 422px;
    padding-top: 40px;
    text-align: center;
    margin: 20px;
    height: 620px;
    border-radius: 20px !important;
    box-shadow: 2px 2px 10px -8px #000000;
    border: none !important;
}

.card_Tittle{
    color: #0081FF;
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}

.card_Text{
    font-size: 18px;
    line-height: 120%;
    padding: 0 70px;
}

.content-cards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 70px;
}

.content-slide{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}


.slide{
    text-align: center;
}

.slide2{
    display: flex;
    justify-content: center;
}

.slide2 img{
    margin: 20px 15px;
}

.slide img{
    width: 100%;
    max-width: 100%;
}

.logo_footer{
    text-align: center;
}

.logo_footer img{
    width: 196px;
    max-width: 100%;
}

.footer{
    background-color: #1E1E29;
    display: flex;
    justify-content: center;
    padding: 30px 0 40px 0;
}

.Copyright{
    text-align: center;
    background-color: #A2C1EA21;
    font-size: 13px;
    font-weight: 400;
}

.Copyright p{
    margin: 0 !important;
    padding-bottom: 10px;
}

.content-form{
    padding: 6rem 6rem;
    background-image: url('../Imagenes/fondo-form.png');
    background-size: cover;
    background-position: center;
    
}

.social-form p{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.social-form{
    
    text-align: left;
    margin-top: 11rem;
}

.social{
    display: flex;
    justify-content: space-between;
    width: 25%;    
    gap: 5px;
}

.form-group label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}

.form-group .row {
    display: flex;
    justify-content: space-between;
}

.form-group .col-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.form-group input[type="checkbox"] {
    margin-right: 10px; 
}

.form-group div {
    display: flex;
    align-items: center; 
}


.form-control{
    height: 60px;
    background-color: #404256 !important;
    border: none !important;
}

.text-form{
    color: #fff;
    margin: 0 8rem 0 0;
}

::placeholder {
    color: #EEEEEE !important;
    font-style: italic;
  }

.btn{
    background-color: #404BA2 !important;
    border-color: #404BA2 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 100%;
    height: 60px;
}

.text-form p{
    font-size: 22px;
}

.social_media img{
    width: 35px;
    max-width: 100%;
}

.content-card-left{
    justify-content: left;
    display: flex;
}
.content-card-right{
    justify-content: right;
    display: flex;
}

.content-slide-mb{
    margin-left: 20px;
    display: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.slide_one img{
    width: 269px;
}

.slide_two img{
    width: 256px;
    margin-right: 20px;
}

.slide_two{
    margin-left: 20px;
}

.slide_two img:nth-of-type(1){
    margin-bottom: 20px;
}

.mth-check {
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    vertical-align: middle !important;
    background-origin: border-box !important;
    padding: 0 !important;
    user-select: none !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    width: 1.2em !important;
    height: 1.2em !important;
    appearance: none !important;
    border: 1.5px solid #b4b4b4 !important;
    transition: background-color 0.3s ease-in-out !important;
    margin-left: 0 !important;
    background: #9387877d;
}

.mth-check:checked {
    border: none !important;
    background-image:url("https://ftp.mathilde-ads.com/49-e6f16a5c57184f0032e98c1437ca8351.png");
}

.space-thanks{
    background-color: #F6F8FF;
    height: calc(100vh - 120px);
}

.btn-thanks{
    width: 25%;
    height: 45px !important;
}

.space-error{
    background-color:#FFF4F5;
    height: calc(100vh - 120px);
}

.heroes_content {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.title_herores {
    display: flex;
    justify-content: center;
    margin: 30px 20px;
}

.patrimonio_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.patrimonio_col1 {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.patrimonio_col2 {
    display: flex;
    flex-direction: column;
    margin: 50px 25px;
    max-width: 600px;
}

.title_general {
    font-size: 40px;
    font-family: "Montserrat" sans-serif;
    font-weight: 600;
    letter-spacing: 5px;
    color: #292A38;
}

.title_article_1 {
    font-size: 50px;
    font-family: "Montserrat" sans-serif;
    font-weight: 600;
    color: #292A38;
}

.title_article_2 {
    font-size: 39px;
    font-family: "Montserrat" sans-serif;
    font-weight: 200;
    color: #292A38;
}

p {
    font-family: "Montserrat" sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.article {
    font-family: "Montserrat" sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.destacado_col1 {
    display: flex;
    justify-content: center;
    margin: auto;
}

.video_container {
    display: flex;
    justify-content: center;
    margin: 50px 20px;
}

.section_banner_principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 20px;
    max-width: 70%;
}

.heroes_card {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    max-width: 350px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.img_article {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
    max-width: 100%;
}

.btn-back a{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
    max-width: 180px;
    border: 1.5px solid #000;
    border-radius: 100px;
    padding: 5px 3px;
}

.btn-back a:hover {
    background-color: #000;
    color: white;
}

.btn-back_2 a{
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 180px;
    border: 1.5px solid #000;
    border-radius: 100px;
    padding: 5px 3px;
}

.btn-back_2 a:hover {
    background-color: #000;
    color: white;
}

.btn-back_hero a{
    display: flex;
    justify-content: center;
    margin: 20px auto;
    max-width: 180px;
    border: 1.5px solid #fff;
    border-radius: 100px;
    padding: 5px 3px;
}

.btn-back_hero a:hover {
    background-color: #fff;
    color: #000;
}

.content_banner_hero {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title_banner_hero {
    font-family: "Montserrat" sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    margin: 60px 0px;
    }

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    .d-flex {
        justify-content: flex-start; /* Alinea los elementos hacia la izquierda */
    }
    
    .mb-2 {
        margin-bottom: 0.5rem; /* Espacio entre cada checkbox */
    }
    
    label {
        margin-left: 10px; /* Espacio entre el checkbox y la etiqueta */
    }
    



/* mobile */

@media (max-width: 767px) {

    .btn-thanks{
        width: 50%;
    }

    .Banner_content1{
        background-image:url('../Imagenes/Rectangle.png');
    }
    
    .text-form {
        margin:0px;
    }

    .content-form {
        padding: 2em;
        align-items: center;
    }

    .Content-one{
        height: 532px;
    }

    .Section{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px auto;
    }
    

    .content-slide-mb{
        scrollbar-width: none;
    }
    .card{
        height: 90%;
        border-radius: 10px !important;
    }

    .banner{
        display: none;
    }

    .banner_mobile{
        display: block;
    }

    .firts_Content h1{
        font-size: 25px;
    }

    .card-img img{
        width: 80%;
        padding-top: 20px;
    }

    .card_Tittle{
        font-size: 11px;
    }

    .card_Text{
        font-size: 8px;
        padding: 0 15px;
    }

    .content-cards{
        padding: 0;
    }
    
    .card{
        padding-top: 0px;
        ;
    }

    .content-slide{
        display: none;
    }
    
    .content-slide-mb{
        display: flex;
        overflow-x: scroll;
    }

    .logo_footer, .social_media{
        max-width: 100% !important;
        width: 240px;
        padding: 20px 0;
    }

    .footer{
        flex-wrap: wrap;
    }

    .firts_Content h1{
        margin: 30px 0 20px;
    }

    .Copyright p{
        font-size: 10px;
    }

    .header img{
        max-width: 60%;
    }

    .social-form{
        margin-top: 3rem;
    }

    .btn-back a{
        display: flex;
        justify-content: center;
        margin: 30px auto;
        max-width: 180px;
        border: 1.5px solid #000;
        border-radius: 100px;
        padding: 5px 3px;
    }

    .section_banner_principal {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 20px 0px;
        padding: 20px;
        max-width: 100%;
    }

    .destacado_col1 {
        display: flex;
        justify-content: center;
        max-width: 350px;
        margin: 30px auto;
    }

    .heroes_card {
        display: flex;
        flex-direction: column;
        margin: 30px auto;
        border-radius: 20px;
        max-width: 350px;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    }

    .heroes_content {
        display: flex;
        flex-direction: column;
        margin: 30px auto;
        max-width: 330px;
        border-radius: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    }

    .patrimonido_col1 {
        display: flex;
        flex-direction: column;
        max-width: 330px;
    }

    .title_general {
        font-size: 25px;
    }

    .content_banner_hero {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .title_banner_hero {
        font-family: "Montserrat" sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
    }

    .title_article_1 {
        font-size: 30px;
        font-family: "Montserrat" sans-serif;
        font-weight: 600;
        color: #292A38;
    }
    
    .title_article_2 {
        font-size: 20px;
        font-family: "Montserrat" sans-serif;
        font-weight: 200;
        color: #292A38;
    }

    .video-responsive {
        height: 0;
        overflow: hidden;
        padding-top: 10px;
        position: relative;
        margin: 50px 0px;
        }

    .video-responsive iframe, .video-responsive object, .video-responsive embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        }
    
}
