
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    background: transparent;

}

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      scroll-behavior: smooth;
      /*overflow-y: scroll;*/
    }

div{
    color: #707070;
    font-family: "Arimo", sans-serif;
   
}

#container_home.container{
    
    max-width: 75%
}

a{
    color: #005fa8;
    text-decoration: none
}

a:hover{
    color: #005fa8;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #005FA8;
    border-color: #005FA8;
}
.btn-primary:hover {
    color: #fff;
    background-color: #005FA8;
    border-color: #005FA8;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Archivo Narrow", sans-serif;
  color:#005FA8;
  
}



.fa-landmark:before {
    content: "\f66f";
    color: #005FA8;
    font-size: 30px;
    margin-bottom: 15px;
}

.fa-earth-americas:before {
    content: "\f57d";
    color: #005FA8;
    font-size: 30px;
    margin-bottom: 15px;
}



.fa-shield-halved:before {
    content: "\f3ed";
     color: #005FA8;
    font-size: 30px;
    margin-bottom: 15px;
}

.fa-flag:before {
    content: "\f024";
    color: #005FA8;
    font-size: 30px;
    margin-bottom: 15px;
}

body{
    background-color: transparent;
    background: transparent;
    font-family: "Arimo", sans-serif;
    color:#005FA8;
}

p{
    color:#707070;
   font-family: "Arimo", sans-serif;
    line-height: 23px;
    font-size: 18px;
}

.container{
	
    background-color: transparent;
    background: transparent;
}

.top-bar {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0.5rem 0;
    }

    .social-icons a {
      color: #333;
      margin-left: 15px;
      text-decoration: none;
      font-size: 1.2rem;
    }

    .navbar-nav {
      margin: auto;
    }

    .navbar-brand img {
      /*height: 40px;*/
    }

    /* Móvil: mostrar rrss debajo de la hamburguesa, alineadas a la derecha */
    @media (max-width: 991.98px) {
      .social-icons-mobile {
        display: flex;
        justify-content: end;
        padding: 0.5rem 1rem;
      }
    }

    @media (min-width: 992px) {
      .social-icons-mobile {
        display: none;
      }
    }
.navbar {
    position: absolute;
    top:3%;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
.fondo-responsive {
    padding-top: 70px;
    height: 100vh;
    background-image: url('../img/background_home.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media (max-width: 768px) {
    .fondo-responsive {
        background-size: contain;
        background-color: #000;
        height: 50vh;
    }
}


.bg-cover {
      background: url('../img/background_home.jpg') no-repeat center center;
      background-size: cover;
      height: 100vh;
      color: white;
    }

.bg-cover_interiores {
     
      background-size: cover;
      height:392px;
      color: white;
    }

.bg-cover2 {
      background: url('../img/bg_home_ventajas.jpg') no-repeat center center;
      background-size: cover;
      height:58vh;
      color: white;
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Opcional: centra horizontalmente */
     
      text-align: center;
    }

    .bg-cover2_2 {
    background: url(../img/bg_home_ventajas.jpg) no-repeat center center;
    background-size: cover;
    height: 80vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-cover3 {
      background: url('../img/bg_home_quienes_somos.jpg') no-repeat center center;
      background-size: cover;
      height: 58vh;
      color: white;
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Opcional: centra horizontalmente */
     
      text-align: center;
    }

    .bg-cover4 {
      background: url('../img/bg_home_faqs.jpg') no-repeat center center;
      background-size: cover;
      height: 58vh;
      color: white;
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Opcional: centra horizontalmente */
     
      text-align: center;
    }

    .bg-cover5 {
    background: url(../img/bg_home_ventajas.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.bg-cover6 {
      background: url('../img/bg_home_quienes_somos.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Opcional: centra horizontalmente */
     
      text-align: center;
    }

    .bg-cover7 {
      background: url('../img/bg_home_quienes_somos.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      display: flex;
      align-items: center; /* Centra verticalmente */
      justify-content: center; /* Opcional: centra horizontalmente */
     
      
    }
.bg_azul{
    background-color: #005FA8;
    padding:76px;
}

.bg_azul2{
    background-color: #093E68;
    padding:16px;
    margin-top: -73px;
}

.bg_azul3{
    background-color: #509CD8;
    padding:76px;
}

.bg_azul4{
    background-color: #093E68;
    padding:31px;
    
}

.bg_azul5 {
    background-color: #093e6873;
    padding: 31px;
}

.bg_blanco{
    background-color: #ffffff;
    padding:30px;
}

.bg_azul_cabecera{
    background-color: #0e3e68;
   
    
}

.background_login {
      background: url('../img/background_login_aedm.jpg') no-repeat center center;
      background-size: cover;
     
    }


    .overlay {
      background-color: rgba(0, 0, 0, 0.4); /* oscurece el fondo */
      height: 100%;
    }

    .form-container {
      background-color: rgba(255, 255, 255, 0.95);
      padding: 3rem 1.5rem;
       color: #000;
    }

    @media (max-width: 768px) {
      .text-white {
        text-align: center;
      }
    }


    .btn_gris{
        background: #707070;
        padding: 10px 19px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_gris:hover{
        background: #707070;
        padding: 10px 19px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_azul{
        background:#005fa8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
    }

    .btn_azul:hover{
        background: #005fa8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
    }

.btn_azul2{
        background:#509CD8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .btn_azul2:hover{
        background: #509CD8;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #093E68;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        white-space: nowrap !important;
    }


    .btn-outline-success {
    color: #005fa8;
    border-color: #005fa8;
    }

    .btn-outline-success:hover {
        background-color: #005fa8;
        color: #ffffff;
        border-color: #005fa8;
    }

    .text_objetivos{
        color: #093E68;
        font-size: 45px

    }

    .text_objetivos2 {
        color: #093E68;
        font-size: 25px;
        margin-top: 17px;
        margin-bottom: 8px;
        line-height: 32px;
    }
    .color_blanco{
        color: #ffffff!important;
    }
    
    .color_azul{
        color: #093E68!important;
    }

    .color_azul2{
        color: #509CD8!important;
    }

    .carousel-control-next-icon {
        background-image: url(../img/next.png);
    }

    .carousel-control-prev-icon{
        background-image: url(../img/prev.png);
    }


    .carousel-card {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 10px;
    }

@media (min-width: 768px) {
  .carousel-card {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

    .custom-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      
    }

    .carousel-control-prev.custom-control {
      left: -78px;
      opacity: 1;
    }

    .carousel-control-next.custom-control {
      right: -78px;
      opacity: 1;
    }

    .card-text{
       
        color: #093E68;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .saber_mas{
        color: #509CD8;
        font-size: 14px;
        font-weight: 600;
        }
    .saber_mas:hover{
        color: #509CD8;
        font-size: 14px;
        font-weight: 600;
      }


    .card {
        border: none;
    }

    .accordion-body {
        padding: 1rem 1.25rem;
        color: #005FA8;
        text-align: left;
        font-size: 15px;
    }

    .accordion-button:not(.collapsed) {
        color: #005FA8;
        background-color: transparent;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        font-size: 19px;
        font-weight: bold;
        }

    .accordion-item {
        background-color: #fff;
        border: none;
        border-bottom: 1px solid rgb(27 95 168);
    }

    .accordion-collapse.collapse.show {
    
    background-color: rgba(0,65,168,0.1);
    }

    .accordion-button.collapsed{
        color: #005FA8;
    }


    #footer_container.container{
        max-width: 100%;
        background: #005FA8;
    }


hr {
   margin: 0;
    color: #ffffff;
    background-color: currentColor;
    border: 0.2px solid #0e3e68;
    opacity: .50;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

hr.login{
  margin: 0;
  color: #ffffff;
  background-color: currentColor;
  border: 0.2px solid #0e3e68;
  opacity: 0.50;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.text_footer{
    color:#ffffff;
   font-size: 22px;
    margin-bottom: 19px;
}

footer a{
    color:#ffffff!important;
}


.fa-location-dot:before {
    font-size: 17px;
    background: #005FA8;
    border-radius: 25px;
    padding: 6px 8px;
    color: #ffffff;
}


.fa-phone:before {
    content: "\f095";
    background: #005FA8;
    border-radius: 25px;
    padding: 6px;
    color: #ffffff;
}

.fa-envelope:before {
    content: "\f0e0";
    background: #005FA8;
    border-radius: 25px;
    padding: 6px;
    color: #ffffff;
}


.fa-linkedin-in:before {
    content: "\f0e1";
    background: #005FA8;
    border-radius: 25px;
    padding: 6px;
    color: #ffffff;
}

.fa-search:before {
    content: "\f002";
    background: #005FA8;
    border-radius: 25px;
    padding: 6px;
    color: #ffffff;
}



footer .fa-location-dot:before {
    font-size: 17px;
    background: #ffffff;
    border-radius: 25px;
    padding: 6px 8px;
    color: #0e3e68;
}


footer .fa-phone:before {
    content: "\f095";
    background: #ffffff;
    border-radius: 25px;
    padding: 6px;
    color: #0e3e68;
}

footer .fa-envelope:before {
    content: "\f0e0";
     background: #ffffff;
    border-radius: 25px;
    padding: 6px;
    color: #0e3e68;
}


footer .fa-linkedin-in:before {
    content: "\f0e1";
    background: #ffffff;
    border-radius: 25px;
    padding: 6px;
    color: #0e3e68;
}

footer .fa-search:before {
    content: "\f002";
    background: #ffffff;
    border-radius: 25px;
    padding: 6px;
    color: #0e3e68;
    margin-right: 14px;
}

.text_direccion{
    margin-top: -23px;
    margin-left: 34px;
    font-size: 16px;
    color: #ffffff;
}

.padding_left_footer{
    padding-left: 14px;
}

.border_right_footer{
    border-right: 1px solid #ffffff;
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
    content: "\f550";
    color: #005FA8;
    font-size: 36px;
}



.icon-circle {
 background-color: #707070;
    color: #e5f0f6;
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.icon-circle:hover {
  background-color: #ccc;
}

.btn-text {
  display: none;
}

@media (min-width: 992px) {
  .icon-circle {
    background-color: transparent;
    border-radius: 4px;
    width: auto;
    height: auto;
    padding: 6px 12px;
  }

  .btn-text {
    display: inline;
  }
}


@media (max-width: 767px) {
    .navbar-brand img {
        height: 46px!important;
    }

    .carousel-control-next.custom-control {
        right: 14px;
        opacity: 1;
    }
    .carousel-control-prev.custom-control {
        left: 14px;
        opacity: 1;
    }

    

    .navbar {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0;
        z-index: 1030;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .bg-cover {
       height: 167vh;
    }

    .bg-cover2 {
        height: auto;
        display: block;
       padding: 30px 10px;
    }

    .bg_azul {
         padding: 30px 10px;
    }
.bg_blanco {
         padding: 30px 10px;
    }


    .bg-cover3{
        height: auto;
        display: block;
        padding: 30px 10px;
      }

      .bg-cover2_2{
        height: auto;
        display: block;
       padding: 30px 10px;
      }

      .bg-cover4{
        height: auto;
        display: block;
       padding: 30px 10px;
      }

      .bg_azul3{
         padding: 30px 10px;
    }

    .margin_top_header_home{
        margin-top:0px!important;
    }
}


.text_interiores{
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
}


@media (max-width: 991.98px) {
    .text_interiores {
        color: #ffffff;
        font-size: 23px;
        font-weight: 700;
        line-height: 27px;
    }
    .w-75{
        width: 100% !important;
    }



}


.text_enlaces{
    font-size: 15px;
}

.text_enlaces a{
    word-wrap: break-word;
}

#enlaces_de_interes img{
        border: 1px solid #cccccc;
    border-radius: 5px;
}

.title_convenio{
   font-size: 35px;
    margin-bottom: 20px;
}

.title_actualidad{
   font-size: 30px;
    margin-bottom: 20px;
}

.subtitle_actualidad{
   font-size: 21px;
  
}

.border_bottom{
    border-bottom: 1px solid #bfcad7;
}

.card-contenido {
  border: 1px solid #ccc; 
  border-radius: 6px;     
  padding: 15px;         
  background-color: #fff;  
  height: 100%;          
}

.container_login{
    background-color: rgba(255, 255, 255, .8);
    border-radius: 30px;
    margin-top: 10%;
    padding-top: 8px;
    margin-bottom: 10%;
    padding-bottom: 2%;
    padding-left: 0%;
    padding-right: 0%;
    max-width: 60%;
}
@media (max-width: 991.98px) {
    .container_login {
        background-color: rgba(255, 255, 255, .8);
        border-radius: 30px;
        margin-top: 10%;
        padding-top: 50px;
        margin-bottom: 10%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-right: 5%;
        max-width: 97%;
    }

}


.seccion-legend {
      background-color: #2c5fa8;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 0;
      font-weight: bold;
      font-size: 1.1rem;
    }
    fieldset {
      position: relative;
      padding-top: 2rem;
    }
    fieldset legend {
      position: absolute;
      top: 0;
      right: 1rem;
    }


input.form-control,
select.form-control,
textarea.form-control {
  background-color: #b2d8ed;
  color: #fff;
  border: 1px solid #b2d8ed;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  min-width: 100%;
  border-radius: 0;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    border: 1px solid #2c5fa8;
}


.form-control2{
    border: 1px solid #509cd8;
}

.form-check-input {
   
    margin-top: 0;
}

.text_legal p{
    font-size: 15px;
}

.listado_area_privada{
    
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 22px;
    list-style: none;
}

.listado_area_privada a{
    
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 22px;
    list-style: none;
}

td {
    padding: 20px!important;
  }

  tr {
    padding: 20px!important;
  }

  th {
    padding: 20px!important;
  }

  .paginacion {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
}

.paginacion li {
  display: inline-block;
}

.paginacion a {
  display: inline-block;
  padding: 8px 12px;
  color: #333;
  background-color: #f1f1f1;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
  border:1px solid #f1f1f1;
}

.paginacion a:hover {
  background-color: #e0e0e0;
  border:1px solid #509cd8;
}

.paginacion .current {
  background-color: #509cd8;
  color: white;
  font-weight: bold;
  border:1px solid #509cd8;
}

.mad-arrows::before {
  content: '‹';
  font-size: 16px;
  display: inline-block;
}
.next.mad-arrows::before {
  content: '›';
}

.carousel-control-prev {
    left: -81px;
}

.carousel-control-next {
    right: -81px;
}

.carousel-control-next, .carousel-control-prev {
opacity:1;
}

.menu-botones .btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  #actualidad .title_actualidad{ 
    max-height: 168px;
    min-height: 168px;
    }


.grid_4{
    max-width:23%;
    padding-bottom: 15px;
}


@media (max-width: 991.98px) {
      .grid_4{
    max-width:100%;
    padding-bottom: 15px;
    }
}

.alert-success{
    width: 100%;
    height: 43px;
    background: #2c5fa8;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    padding-top: 8px;
}


.alert-danger{
    width: 100%;
    height: 43px;
    background: #ff0000;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    padding-top: 8px;
}


.carousel-item2{
     position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.height_100vh{
     height:100vh!important;
}

.margin_top_header_home{
        margin-top: 145px;
    }


.container-snap {
      height: 100%;
      /*scroll-snap-type: y mandatory;*/
      overflow-y: scroll;

      /* Para todos los navegadores */
      scrollbar-width: none;        /* Firefox */
      -ms-overflow-style: none;     /* IE/Edge */
    }
    .container-snap::-webkit-scrollbar {
      display: none;                /* Chrome/Safari */
    }
    

    #snapContainer section {
      scroll-snap-align: start;
      height: 100vh;
      width: 100vw; /* AÑADIDO */
      position: relative;
      display: block; /* CAMBIADO: evita centrar el contenido horizontalmente */
      color: white;
      background-size: cover;
      background-position: center;
      padding: 0;
      margin: 0;
    }

    #snapContainer section .content {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease;
      text-align: center;
      padding: 0 20px;
    }


    #snapContainer section.active .content {
      opacity: 1;
      transform: translateY(0);
    }

     /* Bullets verticales */
    .nav-bullets {
      position: fixed;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 60px;
      z-index: 100;
    }
    .nav-bullets button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      border: none;
      margin: 20px;
    }

    .nav-bullets button.active {
      width: 12px;
      height: 40px;
      background-color: #ffffff;
      border: 14px solid #dad4cd;
      margin: 4px;
    }

     header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      transition: background-color 0.4s, box-shadow 0.4s;
      padding: 1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    header.transparent {
      background-color: transparent;
      box-shadow: none;
    }

    header.solid {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    header .navbar-brand {
      font-weight: bold;
      font-size: 1.5rem;
      color: #333;
      text-decoration: none;
    }

    header .nav-link {
      color: #333;
      font-weight: 500;
      margin-left: 1rem;
    }

    header .nav-link:hover {
      color: #000;
    }

    .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      outline: none;
      box-shadow: none;
    }
    .font_size_18{
      font-size:18px
    }

    .list-unstyled .nav-link{
      font-size: 16px;
    }


    #carrousel_home .carousel-control-next-icon {
        background-image: url(../img/next2.png);
        background-size: 16px;
        background-color: #005FA8;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border:1px solid #005FA8;
      
    }

     #carrousel_home .carousel-control-next-icon:hover {
        background-image: url(../img/next2.png);
        background-size: 19px;
        background-color: transparent;
        border:2px solid #ffffff;
        height: 50px;
        width: 50px;
        border-radius: 50%;
      
    }

    #carrousel_home .carousel-control-prev-icon {
        background-image: url(../img/prev2.png);
        background-size: 16px;
        background-color: #005FA8;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        border:1px solid #005FA8;
    }

    #carrousel_home .carousel-control-prev-icon:hover {
        background-image: url(../img/prev2.png);
        background-size: 19px;
         background-color: transparent;
        border:2px solid #ffffff;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

   .carousel-buttons-wrapper {
      position: absolute;
      top: 30%;
      right: 30%;
      display: flex;
      gap: 8px; 
      z-index: 10;
    }


.carousel-buttons-wrapper .carousel-control-prev,
.carousel-buttons-wrapper .carousel-control-next {
  position: static; /* Anula el position absolute por defecto de Bootstrap */
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 767px) {
  .carousel-buttons-wrapper {
    top: 19%;
    right: 8%;
    gap: 8px;
  }

  .carousel-buttons-wrapper .carousel-control-prev,
  .carousel-buttons-wrapper .carousel-control-next {
    width: 50px;
    height: 30px;
  }
      #carrousel_home .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        top: 34%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    #snapContainer section {
      scroll-snap-align: start;
      height: auto!important;
      width: 100vw; /* AÑADIDO */
      position: relative;
      display: block; /* CAMBIADO: evita centrar el contenido horizontalmente */
      color: white;
      background-size: cover;
      background-position: center;
      padding: 0;
      margin: 0;
    }

    .nav-bullets{
        display:none;
    }
    .list-unstyled .nav-link {
        font-size: 16px;
    }

    .w-100_menu{
        width:100%!important;
    }
}

@media (min-width: 768px) {
  /* Mostrar submenús siempre en pantallas ≥ md */
  .collapse {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Opcional: desactivar el cursor y pointer en el toggle */
  .nav-item > p[data-bs-toggle] {
    cursor: default;
  }
}
    #carrousel_home .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        top: 23%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    #carrousel_home .carousel-item {
      position: relative;
    }

    #carrousel_home .carousel-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según lo oscuro que lo quieras */
      z-index: 1;
    }

    #carrousel_home .carousel-caption,
    #carrousel_home .carousel-caption * {
      /*position: relative;*/
      z-index: 2;
    }

    #carrousel_home .carousel-item img {
      width: 100vw;
      height: 100vh;
      object-fit: cover;
    }

.section-overlay {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: white;
    text-align: center;
    padding: 40px 20px !important;
}

.section-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Oscurece la imagen */
  z-index: 0;
}

.section-overlay .overlay-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.overlay-content .fa-landmark:before {
    content: "\f66f";
    color: #5296e1;
    font-size: 34px;
    margin-bottom: 15px;
}

.overlay-content .fa-earth-americas:before {
    content: "\f57d";
    color: #5296e1;
    font-size: 34px;
    margin-bottom: 15px;
}




.section-overlay_footer_home {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    min-height: 50vh;
    max-height: 50vh;
    color: white;
    text-align: center;
    padding: 40px 20px !important;
}

.section-overlay_footer_home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0.6); /* Oscurece la imagen */
  z-index: 0;
}

.section-overlay_footer_home .overlay-content {
  position: relative;
  z-index: 1;
  width: 100%;
}


#snapContainer section.section-overlay_footer_home {
    scroll-snap-align: start;
    height: 50vh;
    width: 100vw;
    position: relative;
    display: block;
    color: white;
    background-size: cover;
    background-position: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .header-menu-main .d-sm-block{
        padding: 15px;
        align-items: center;
        height: auto;
        border-top: 1px solid rgba(0, 95, 168, 0.2);
    }
}


.fs-5_2 {
    font-size: 31px!important;
}


.fs-7{
  font-size: 19px;
    line-height: 26px;
}


@media (min-width: 1200px) {
  #carrousel_home .fs-1 {
        font-size: 4.5rem !important;
        line-height: 68px;
    }
}

#carrousel_home p {
    color: #707070;
    font-family: "Arimo", sans-serif;
    line-height: 26px!important;
    font-size: 18px!important;
}