html, body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

/* ------------------------------- CONTENEDOR AZUL---------------------------------------------------------------------- */
.topbar {
    
    position: sticky;
  background-color: #1e4092;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 18px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  flex-wrap: wrap;
  height: 100%px;
}

.topbar__left {
  display: flex;
  /* gap: 20px; */
  align-items: center;
  /* flex-wrap: wrap; */
}

.topbar__container{
   padding-left:26px;
   padding-right: 24px; 
}

.topbar__item__img{
width: 25px;
  height: 25px;
}

.topbar__item__img__telefono{
    
    width: 18px;
    height: 20px; 
}

.topbar__item__img__TelefonoFijo{
    width: 18px;
    height: 20px; 
}

.topbar__item__img__Mensaje {
    width: 22px;
    height: 18px; 
}

.topbar__container-info{
    padding-left:16px;
   padding-right:24px; 
}

.topbar__item {
  display: flex;
  align-items: center;
  gap: 6px;

}

.topbar__right {
  display: flex;
  gap: 9px;
  align-items: center;
}
.topbar__icon-container-1{
    padding-left: 15px;
}

.topbar__icon-container-2{
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 16px;
}

.topbar__icon {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.topbar__icon:hover {
  color: #ddd;
}



/* --------------------------------CONTENEDOR COLOMBIA-------------------------------------------------------------------- */



.header {
    padding-left:15px;
    padding-right: 15px;
}

.header__container {
    box-sizing: border-box; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-top:7px ;
  margin-left: -15px;
  margin-right: -15x;
}

.header__logo {
    width: 205px;
    height: 39px;
    margin-left: 24px;
    margin-right: 16px;
  display: flex;
  align-items: center;
}

.header__image {
  height: 45px;
  width: 150px;
  object-fit: contain;
}

.header__nav {
    position: relative;
    box-sizing: border-box;
    /* margin-left: 35.8%; */
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.header__nav-container{
    display: flex;
    justify-content: space-between;
}

.header__link {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.header__link:hover {
  text-decoration: underline;
}

.header__menu-icon {
  display: none;
  font-size: 20px;
  cursor: pointer;
}

.header__divider {
    position: relative;
    /* top: -40px; */
  display: flex;
  height: 7.5px;
  /* margin-top: 10px; */
}
.header__nav--1{
    margin-right: 24px;
}

.header__nav--2{
    margin-right: 24px;
}

.header__nav--3{
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;    
}

.header__nav--4 {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    margin-left: 50px;
}

/* .header__line {
  flex: 1;
} */

.header__line--yellow {
  background-color: #ffdc00;
  width: 50%;
}

.header__line--blue {
  background-color: #1e4092;
  width: 25%;
}

.header__line--red {
  background-color: #d71f27;
  width: 25%;
}



/* -------------------------- CUERPO -------------------------------------------------------------------- */


.ima__fondo{
    position:absolute;
    width: 401px;
    height: 278px;
    opacity: 12%;
}




.contenedor-principal{
    width: 100%;
    position: relative;
    /* top:-10px; */
    display: flex;
}

/* Barra lateral izquierda */

.accesibilidad {
    box-sizing: border-box;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1px;
    width: 70px;
    height: 200px;
  position: fixed;
  top: 150px;
  left: 0;
  height: auto;
  background-color: rgba(46,132,201,255);
  color: white;
  opacity: 0.9;
  border-left: none;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  
  z-index: 9999;
}

.accesibilidad:focus{
    border: 5px solid #a90000;
}

.accesibilidad.is-closed {
  transform: translateX(-74%);
}

.accesibilidad__toggle {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  /* margin-left: 5px;
  padding: 10px; */
}

.accesibilidad__arrow {
  display: inline-block;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  width: 15px;
  height: 15px;
  position: relative;
  right: 5px;
}

.accesibilidad.is-closed .accesibilidad__arrow {
  transform: rotate(0deg);
}

.accesibilidad__content {
}

.accesibilidad-container-titulo{
    display: flex;
}

.logoSG{
    width: 48px;
    height: 40px;
    margin-top: 9.6px;
    margin-bottom: 9.6px;
}

.logoSG > img {
    width: 48px;
    height: 40px;
}

.accesibilidad__title {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: center;
}

.accesibilidad__icon {
  width: 40px;
  height: auto;
  border: none;
}




/* ------------------------------------ CUERPO CENTRAL ------------------------------------------*/

.contenedor-centro-cuerpo{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.contenedor-centro-cuerpo__contenedor-superior{
    display: flex;
    justify-content: start;
    height: 247px;
    width: 100%;
}



.contenedor-centro-cuerpo__contenedor-superior > img{
    position: relative; 
    top: -15px; 
    left: 85px;  
    width: 245px;
    height: 345px;
    z-index: -1;
}



.buscador-container{
    position: relative;
    /* bottom: 80px; */
    /* left: 200px;  */
    padding-top: 96px;
    padding-left: 190px;
    padding-right: 48px;
    margin-right: 48px;
    width: 60%;
}

.buscador-container__titulo{
    margin-bottom: 8px;
    margin-top: 0px;
    color:#22458e; 
    font-weight: 700;
    font-size: 2.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.buscador-container__parrafo{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #535a60;
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.buscador{
display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Sombra suave */
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 38px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;

}

.buscador input[type="text"] {
  border: none;
  /* padding: .375rem .75rem; */
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  outline: none;
  width: 100%;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}


.buscador-icon-container {
    position: relative;
  background-color: #1a73e8; 
   border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: 4px;
    height: 40px;
    width: 40px;
    left: 11.5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buscador-icon-container__icon {
  color: white;
  font-size: 25px;
}

       
@media(max-width:1038px){
    .contenededor_imagen{
        display: none;
    }
    .contenedor-centro-cuerpo{
        padding-left: 0px;
    }
    .contenedor-centro-cuerpo__contenedor-superior {  
    display: flex;
    align-items: end;
    height: 247px;
    width: 100%;
    padding-left: 50px;
    }
    .buscador-container{
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    }
    .contenedor-responsi{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    /* .{} */
}

@media (max-width:826px) {
    .topbar__right{
        display: none;
        position: absolute;
    }
    .topbar{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .topbar__container{
        padding: 0;
    }
    .topbar__item_responsi{
        display: none;
    }
    .topbar__container-info{
        padding: 5px;
    }
    .header__nav-container{
        display: none;
    }
    .contenedor-centro-cuerpo__contenedor-superior{
        display: flex;
        justify-content: start;
        align-items: start;
        padding-top: 20px;
        padding-left: 40px;
        height: 100%;
    }
}