
/* <!-- ************************************ THE LOGO ************************************ -->
<!-- *************************************************************************************** --> */



.logo {
  /* width: 50%; */
  /* width: 300px; */
  max-width: 250px;
  min-width: 250px;
  height: 100%;
  color: #1a3775;
  margin-right: 10%;
  /* margin-right: 20px; */
}

.logo>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.abajo.logo{
  display: block;
  width: 45%;
  height: 70%;
  object-fit: cover;
  /* border: 2px solid red; */
  /* margin: auto; */
}

.abajo.logo>img{
  /* display: block; */
  /* width: 45%; */
  width: 80%;
  height: 80%;
  /* border: 2px solid red; */
  /* height: 100%; */
  /* object-fit: cover; */
  /* margin: 0; */
}



/* .logo-abajo {
  width: 50%;
  height: 100%;
  color: #1a3775;
  margin-right: 10%;
}

.logo-abajo>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */





/* <!-- ************************************ THE LOGO ************************************ -->
<!-- ************************************************************************************* --> */





 /* <!-- ************************************ THE LENGUAGE ************************************ -->
<!-- ****************************************************************************************** --> */



 .collection.region {
  padding: 2.5rem 0;
}


.main-container-lenguage {
  max-width: 138rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}


.region-box-flex-lenguage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}

#regions-filters-wrapper-lenguage {
  position: relative;
}


.region-item-lenguage {
  padding-left: 5.5rem;
  padding-right: 0.5rem;
  border-left: 2px solid #1a3775;
  cursor: pointer;
  position: relative;
  right: 10rem;
  width: 100%; 
}


 .dropdown-regions-lenguage {

  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  right: 20rem;
  left: 2.5rem;
  transform: translateX(-50%);
  width: 10rem;
  height: 13rem;
  background-color: #fff;
  display: none;
  z-index: 10;
} 

.dropdown-regions-lenguage {
  position: absolute;
  right: 200px;
}

.dropdown-regions-lenguage.active {
  display: block;
}

.checkbox-control-lenguage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
} 

/* @media (max-width: 1250px) {
  .dropdown-regions-lenguage.active {

  }
} */



/* <!-- ************************************ THE LENGUAGE ************************************ -->
<!-- ****************************************************************************************** --> */



/* <!-- ************************************ THE LENGUAGE Movil ************************************ -->
<!-- ****************************************************************************************** --> */



.collection.region-mob {
  padding: 2.5rem 0;
}


.main-container-lenguage-mob {
  max-width: 138rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}


.region-box-flex-lenguage-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}

#regions-filters-wrapper-lenguage-mob {
  position: relative;
}


.region-item-lenguage-mob {
  padding-left: 5.5rem;
  padding-right: 0.5rem;
  border-left: 2px solid #1a3775;
  cursor: pointer;
  position: relative;
  right: 10rem;
  width: 100%; 
}


 /* .dropdown-regions-lenguage-mob {

  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: absolute;
  top: 4.5rem;
  right: 20rem;
  left: 2.5rem;
  transform: translateX(-50%);
  width: 10rem;
  height: 13rem;
  background-color: #fff;
  display: none;
  z-index: 10;
}  */

.dropdown-regions-lenguage-mob {
  padding: 1.5rem;
  border: 2px solid #1a3775;
  border-radius: 1.5rem;
  position: relative;
  top: 1%;
  right: 200rem; 
  left: 200%;
  /* margin: 0 auto; */
  color: #000;
  transform: translateX(-50%);
  width: 10rem;
  height: 13rem;
  background-color: #fff;
  display: none;
  z-index: 10;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
} 



.dropdown-regions-lenguage-mob {
  position: absolute;
  right: 200px;
}

.dropdown-regions-lenguage-mob.active {
  display: block;
}

.checkbox-control-lenguage-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
} 

/* @media (max-width: 1250px) {
  .dropdown-regions-lenguage.active {

  }
} */



/* <!-- ************************************ THE LENGUAGE ************************************ -->
<!-- ****************************************************************************************** --> */




