/* Custom CSS for the landing page */
body {
background-color: #05243e;
font-family: 'Poppins', sans-serif;
}
:root {
  --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
  --gray: #34495e;
  --darkgray: #2c3e50;
}
@media (min-width:320px){

  

}

@media (min-width:720px){

h1 {
    color: #028d85;
    padding-bottom: 10px;
}
/* Center the logo and dropdown select */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     
  }

  .logo {
   width: 300px;
   margin-top: 70px;

  }
  
 
  
  /* Adjust the style of the dropdown select */
  .dropdown-container {
    padding-top: 30px;
    width: 100%;
  }

}

.footer_final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  list-style: none;
}
.footer_final {
  background: transparent;
}
.cid-qv5ALrxDIE .mbr-text {
  color: #bdbdbd;
  font-size: 12px;
}
.copyright {
  color: #bdbdbd;
  font-size: 10px;
  text-align: left;
}

.titulo {
  color: #ffffff;
  padding-top: 20px;
  /* padding-bottom: 10px; */
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

/* Center the logo and dropdown select */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   
}
select {
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  font-size: 22px;
  padding: 0 1em;
  font-weight: 100;
  color: #fff;
  background-color: #032e51;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
display: none;
}
/* Custom Select wrapper */
.select {
position: relative;
display: flex;
width: 100%;
height: 3em;
border-radius: .25em;
overflow: hidden;
}
/* Arrow */
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
color: rgb(250, 250, 250);
padding: 1em;
background-color: #091d2a;
transition: .25s all ease;
pointer-events: none;
}
/* Transition */
.select:hover::after {
color: #78b0db;
}




/* Adjust the style of the dropdown select */
.dropdown-container {
  padding-top: 60px;
  width: 100%;

}