@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
  background-color: #0B1847;
  font-family: 'Quicksand', sans-serif;
  color: white;
  background-image: url( "../img/bg_lta.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

a{
  text-decoration: none!important;
  color: inherit !important;
}

h1{
  font-family: 'Dosis', sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #E2E738;
  text-transform: uppercase;
  visibility: hidden;
  display: inline !important;
  position: absolute;
}

#loadingSplash{
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  background: #0B1847;
  background-image: url("../img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 100;
}

.cta{
  
  padding: 5px 11px 5px 11px;
  color: #0B1847 !important;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-weight: medium;
  background-color: #E2E738;
  border: solid 2px rgba(255,244,108,.77);
  font-size: 20px;
  border-radius: 20px;
  display: inline-block;
}

.cta:hover, .cta:focus{
  background-color: rgba(252,255,155,.9);
  border-color: rgba(250,255,188,0.87);
}

/* Contenedor de menú desplegable */
.cta-menu-item {
  position: relative;
  display: inline-block;
  display: none;
}

/* Contenido del menú desplegable */
.cta-dropdown-content {
  color:#E2E738;
  display: none;
  position: absolute;
  background-color: #E2E738;
  padding: 8px;
  border-radius: 10px;
  top: 100%;
  left: 0;
  width: 120px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background-color: rgba(11, 24, 71, 0.9);
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-weight: medium;
}

/* Mostrar el menú desplegable al pasar el ratón */
.cta-menu-item:hover .cta-dropdown-content {
  display: block;
}
.imageAdjustmnet{
  display: inline-block;
  vertical-align: middle;
}

.openResponsiveMargin{
  margin-top: 32px;
  margin-left: 26px;
}

.menu_btn_fb{
  margin-top: 25.5px;
  margin-left:40px;
}

.menu_btn_ig{
  margin-top: 25.5px;
  margin-top: 00px;
}

.menu_btn_spacer{
  margin-left: 80px;
}

.menu_responsive_btn{
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  vertical-align: middle;
  text-align: center;
  line-height: 50px;
}

.menu_responsive_btn_close{
  text-align: right;
}

.menu_responsive_btn_close_svg{
  margin: 30px;
}

.textHover:hover, .textHover:focus{
  color: #E2E738;
}

#menu{
  display: block;
  width: 100%;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(11,24,71,.5);
  top: 0px;
}
#menuContainer{
  width: 1200px;
  height: 80px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#menuLogo{
  width: 16.5%;
  height: 80px;
  display: inline-block;
  text-align: center;
  vertical-align:  middle;
  line-height: 80px;
}

#menuOpciones{
  display: inline-block;
  right: 20px;
  width: 80%;
  height: 80px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  line-height: 80px;
  font-size: 25px;
}


#openResponsive{
  display: inline-block;
  right: 0px;
  width: 0px;
  height: 0px;
  visibility: hidden;
  position: fixed;
}

#menuResponsive{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  /*margin-top: 80px;*/
  display: block;
  background-color: #E2E738;
  color: #0B1847 !important;
  font-size: 25px;
  visibility: hidden;
}

.contact-text-section{
  text-align: center;
}

/* Contenedor de dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  width: 160px;
  cursor: pointer;
}

/* Contenedor de dropdown */
.dropdown a:hover {
  color: #E2E738 !important;
}

/* Contenido del dropdown oculto por defecto */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-left: 32px;
  background-color: rgba(11, 24, 71, 0.9);
  margin-top: -20px;
}

/* Estilo de los enlaces del dropdown */
.dropdown-content a {
  padding: 0px 0px 0px 22px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Cambio de color cuando el usuario pasa el mouse sobre los enlaces */
.dropdown-content a:hover {
  color: #E2E738 !important;
}

/* Mostrar el dropdown al pasar el mouse sobre el contenedor */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Cambio de color del botón del dropdown cuando está activo */
.dropdown-content a:hover {
  color: #E2E738 !important;
}

#titleContainer{
  width: 100%;
  height: 137px;
  justify-content: center;
  align-items: center;
  display:flex;
}

#title{
  width: 1200px;
  height: 80px;
  text-align: center;
  margin-top: 28.5px;
}

#descriptionContainer{
  text-align: end;
  display: block;
  width: 100%;
  text-decoration: none !important;
  color: white;
}

#description{
  width: 1200px;
  display: inline-block;
  text-align: left;
  font-size: 15px;
}

#footerContainer{
  width: 100%;
  height: 80px;
  display: block;
  vertical-align: middle;
  text-align: center;
  background-color: #E2E738;
  margin-top: 25px;
}

#footerLogoContainer{
  display: inline-block;
  width: 118px;
  height: 42px;
  margin-top: 20px;
}

#menu {
  color:#fff !important;
  text-decoration: none !important;
}

.container {
  width: 80%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: black;
}

input,
textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
}

textarea {
  height: 100px;
}

button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background-color: #055636;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1rem;
}

button:hover {
  background-color: #22885f;
}

#status {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  display: none;
  font-family: 'Quicksand', sans-serif;
}

#status.success {
  background-color: #4caf50;
  color: white;
  display: block;
}

#status.error {
  background-color: #f44336;
  color: white;
  display: block;
}

#status.hidden {
  display: none;
}

.error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
  }

.hidden {
  display: none;
}


/*Responsive*/

@media only screen and (max-width: 1200px){

  .cta-menu-item {
  position: relative;
  display: inline-block;
  display: inline;
}
  #menuContainer{
    width: 100%;
  }
  #menuLogo{
    margin-left: 20px;
    width: 155px;
  }
  #openResponsive{
  width: 80px;
  height: 80px;
  visibility: visible;
}
  #menuOpciones{
    width: 0px;
    height: 0px;
    visibility: hidden;
  }
  
  #title{
    width: 100%;
    text-align: center;
  }
  
  #description{
    width: 90%;
    margin: 10px;
  }
  
}

