 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

 /* Aplicar estilos cuando el ancho de la pantalla es mayor o igual a 769px */
@media (min-width: 769px) {
  /* Estilos aquí */


  :root {
      --primary-color: #373742;
  }

  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
      font-family: "Open Sans", sans-serif;
      line-height: 1.5;
  }

  .showcase {
      position: relative;
      height: 100vh;
      display: flex;
      flex-direction:column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 20px;
      color: #4a4848;
      /*z-index: -1;*/
  }

  .titulos {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    color:#081b30;
  }


  .titulos_w {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    color:#d6d6d6;
  }

  .video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: var(--primary-color) url(./img/back0.jpg) no-repeat center center/cover;
  }

  .video-container video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

  }

  .content {
    z-index: 1;
  }

  .header {
    width: 100%;
    height: 100%;
    position: fixed;
  }



  a {
    text-decoration:none;
    color: gainsboro;

    font-weight: normal;
    font-size: 18px;
    cursor: pointer;

}


  h1 {
      font-weight: normal;
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 15px;
  }

  h3 {
      font-weight: normal;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 15px;
      color: #fff;
  }



  .main_image_movil img {
    display: none;
  }


  .main_image img {
      width: 60%; /* La imagen ocupará el 100% del ancho del contenedor */
      height: auto; /* La altura se ajustará automáticamente para mantener la proporción de la imagen */
      object-fit: cover; /* La imagen se ajustará para llenar el contenedor, recortando si es necesario */
      transition: width 0.5s;
      z-index: 1000;
  }

  .btn {
        display:inline-block;
        padding: 10px 30px;
        background:#ffbb00;
        color: #000000;
        border: 1px #6b5001 solid;
        border-radius: 10px;
        margin-top: 25px;
        opacity: 0.7;
        cursor: pointer;
  }

  .btn:hover {
      transform: scale(1.1);
      background:#042a5c;
      color: #f1f1f1;    
      border: 1px #000000 solid;
      opacity: 1;
  }




  .btn_whatsapp {
    display:inline-block;
    padding: 10px 30px;
    background:#0ea500;
    color: #f3f3f3;
    /*border: 1px #00923d solid;*/
    border-radius: 10px;
    margin-top: 25px;
    /*opacity: 0.7;*/
    cursor: pointer;
  }

  .btn_whatsapp:hover {
  transform: scale(1.1);
  background:#0d9900;
  color: #f1f1f1;    
  /*opacity: 1;*/
  /*border: 1px #f1f1f1 solid;*/

  }



  /* Estilo para la barra de navegación ************************************************************/

.navbar_movil {
  display: none;
}

  .navbar {
    position: fixed; /* Menú flotante */
    top: 0; /* Coloca el menú en la parte superior */
    left: 0; /* Asegura que el menú comience desde la izquierda */
    width: 100%; /* Asegura que el menú ocupe todo el ancho */
    display: flex;
    justify-content: flex-end; /* Alinea los enlaces a la derecha */
    background-color: #002246; /* Color de fondo azul */
    color: #fff; /* Color del texto blanco */
    z-index: 3;
  }

  /* Estilo para los enlaces dentro de la barra de navegación */
  .navbar .nav-link {
    color: #fdfdfd; /* Color del texto blanco */
    font-size: 18px; /* Tamaño de fuente */
    text-decoration: none; /* Sin subrayado */
    margin-right: 8px; /* Espacio entre enlaces */
    padding: 10px 15px; /* Espacio interno del enlace */
    border-radius: 10px; /* Bordes redondeados */
  }

  /* Estilo para el enlace activo */
  .navbar .nav-link.active {
    background-color: #002347; /* Color de fondo más oscuro para el enlace activo */
  }

  /* Estilo para el enlace al pasar el cursor (hover) */
  .navbar .nav-link:hover {
    background-color: #000000; /* Color de fondo más oscuro al pasar el cursor */
  }

  /* Alinear los enlaces horizontalmente */
  .navbar .navbar-nav {
    display: flex;
    align-items: flex-end;
  }






  /*stilo slider 2*//************************************************/

  .services_movil {
    display: none;
  }

  .serviceslider {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:90%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }

  .serviceslider img {
    width: 0px;
    height: 80%;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
  }

  .serviceslider img:hover {
    cursor:pointer;
    /*height: 90%;*/
    width: 120px;
    opacity: 1;
    filter: contrast(110%);
  }

  /****************************************************************************************/
  .section_quieness {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246;
    justify-content: center;
    text-align: center;
  }


  .quieneslider {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:90%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }

  .quieneslider img {
    width: 0px;
    height: auto;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
  }



  /***************************************************************************************************/


  .section_servicios {
    position: relative;
    min-height: 100vh; /* Ajusta la altura según tu diseño */
    /*background-image: url('./img/back7.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    background-color: #e9e9e9; /* Color de fondo azul */
    justify-content: center;
    text-align: center;
    padding: 20px; 
  }



  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 220, 0.7); /* Beige con transparencia */
    /*z-index: 1; /* Coloca el overlay encima del fondo */
}


  .section_eventos {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #4a4848;

  }

  .section_alianzas {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #00095a; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #ececec;
    /*z-index: -1;*/

  }

  .aliados_movil{
    display: none;
  }


  .contenedor-servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 85%;
    margin: auto;
}

.aliado {
  width: calc(33.333% - 20px);
  height: 150px;
  max-width: 150px;
  /*max-height: 130px;*/
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra todo horizontalmente */
  justify-content: center; /* Centra el contenido verticalmente */
  padding: 3px;
}

.aliado:hover {
  transform: scale(1.30);
}

.aliado a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 5px;
}

.aliado img {
  width: auto; /* Mantiene el tamaño original reducido */
  max-width: 50%; /* Evita que sobrepase el contenedor */
  height: auto;
  display: block;
  margin: 0 auto; /* Centra la imagen horizontalmente */
}

.aliado h2 {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

/* Responsividad */
@media (max-width: 768px) {
  .aliado {
      width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .aliado {
      width: 100%;
  }}

 /*.aliados {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:80%;
    height:60%;
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fcfcfc;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1%;
  }

  .aliado {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:250px;
    height:250px;
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fcfcfc;
    background: rgba(255, 255, 255, 0.932);
    border-radius: 50%;
  }*/

  /*.aliado {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:350px;
    height:350px;
    /*height: 100vh;*/
    /*padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    /*z-index: 0;*/
    /*color: #fcfcfc;
    background: rgba(255, 255, 255, 0.932);
    border-radius: 50%;
    /*background-color: #4a4848;*/
    /*cursor: pointer;*/
  /*}

  .aliados img {
    width: 100%;
    height: auto;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;

  }

  .aliados a {
    z-index: 5; 
  }*/

  .section_contacto {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #cfcfcf;

  }


  .contacto-container {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    width:80%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }


  .section_form {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/contacto.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #4a4848;

  }


	.form {
    width: 45%;
		max-width: 800px;
		background: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 20px;
		text-align: center;
		box-shadow: 0 0 20px #000000b3;
		font-family: "Monserrat", sans-serif;
	}

	.form-contacto {
    width: 38%;
		max-width: 800px;
		background: #ffffff;
		/*position: absolute;*/
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 20px;
		text-align: center;
		box-shadow: 0 0 20px #000000b3;
		font-family: "Monserrat", sans-serif;
	}


  .container-form {
    display:flex;
		border: 1px solid rgb(236, 236, 236);
		margin: 18px 0;
		padding: 12px 18px;
		border-radius: 20px;
		background: #f3f3f3;
    justify-content: space-between;
	}

  .form-img img {
    width: 20%; /* La imagen ocupará el 100% del ancho del contenedor */
    height: auto; /* La altura se ajustará automáticamente para mantener la proporción de la imagen */
    object-fit: cover; /* La imagen se ajustará para llenar el contenedor, recortando si es necesario */
    transition: width 0.5s;
    z-index: 1000;
}

  .container-form label {
		display: block;
		text-align: center;
		color: #575757;
		text-transform: uppercase;
		font-size: 18px;
		padding: 10px 25px;
	}

  .container-form select,
	.container-form input {
		text-align: left;
		width: 70%;
		border: #2874a6;
		background: #c9c9c9b3;
		outline: none;
		font-size: 18px;
		margin-top: 6px;
		padding: 10px 25px;
		border-radius: 20px;
	}



  /********************************************************************/

  .column-labels,
  .column-inputs {
    flex-basis: 48%; /* Establecer un valor similar para ambas columnas */
    box-sizing: border-box;
  }
  
  .column-labels label {
    display: block;
    text-align: right; /* Alinea las etiquetas a la derecha */
    color: #575757;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0; /* Ajusta el espaciado vertical */
  }
  
  .column-inputs select,
  .column-inputs input {
    text-align: left;
    width: 100%; /* Asegura que los campos de entrada ocupen todo el espacio */
    border: none;
    background: #c9c9c9b3;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
    padding: 10px 15px; /* Ajusta el espaciado */
    border-radius: 20px;
  }
  /********************************************************************/

	input[type=submit],
	.ENVIAR {
		display: inline-block;
		background-color: #2874a6;
		padding: 14px 0;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 8px;
		width: 30%;
		border-radius: 10px;
	}

	.browser {
		display: none;
	}

	.success_ok img {
		/*background-color: #008ae6;*/
		width: 25%;
		
	}

/*************************************FOOTER*****************************************************/
  .section_footer {
    background-color: #181818;
    /*height: 600px;*/
  }

  footer {
    /*height: 80vh; /* Ajusta la altura según tu diseño */
    margin-left: 15%;
    margin-right: 15%;
    background-color: #181818;
    color: #fff;
    padding: 2%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    /*align-items: center;*/
  }

  .logo4 {
    /*background-color: #03b64d;*/
    max-width: 300px;
  }

  .logo4 img {
    width:90%;

  }


      .listas ul {
        
        list-style-type: none; /* Quita las viñetas */
        padding: 0; /* Elimina el espacio interno del ul */
      }

      .listas li {
        margin-bottom: 10px; /* Espaciado entre elementos */
      }

      .listas a {
        text-decoration: none; /* Quita el subrayado del enlace */
        color: #f3f3f3; /* Color del texto del enlace */
      }

  .contactos {
    font-size: 14px;
    width: 45%;
  }

  .redes {
    display: flex;
    /*background-color: crimson;*/
  }

  .otros {
    width:  30%;
    
  }

  .botones {
    border-style:solid;
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
  }

 .poweredby {
  background-color: #181818;
  color: #cfcfcf;
  text-align: center;
  font-size: 10px;
 }

 .final_movil{
  display: none;
 }


 .contacto-container {
  display: flex; /* Esto convierte el contenedor en un flexbox */
  /*justify-content: space-between; /* Esto separa las columnas */
  /*align-items: flex-start; /* Alinea los contenidos en la parte superior */
}

.columna-izquierda {
  width: 40%; /* Ancho de la columna izquierda */
  padding: 20px; /* Espaciado interior (ajusta según tus preferencias) */
  background-color: #d6d6d6; /* Color de fondo (opcional) */
  border-color: #575757;
  color: #042a5c;
  border-radius: 2%;
}

.columna-derecha {
  width: 50%; /* Ancho de la columna derecha */
  padding: 20px; /* Espaciado interior (ajusta según tus preferencias) */
  background-color: #f0f0f0; /* Color de fondo (opcional) */
  border-radius: 2%;

}


 /****************************************FIN FOOTER************************************************/

}

/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


/* Estilos para pantallas más pequeñas (como celulares) */
@media (max-width: 768px) {
  /* Estilos aquí */


  :root {
      --primary-color: #373742;
  }

  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
      font-family: "Open Sans", sans-serif;
      line-height: 1.5;
  }

  .showcase {
      position: relative;
      height: 100vh;
      display: flex;
      flex-direction:column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 20px;
      color: #4a4848;
      /*z-index: -1;*/
  }

  .titulos {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    color:#081b30;
  }


  .titulos_w {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    color:#d6d6d6;
  }

  .video-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: var(--primary-color) url(./img/back0.jpg) no-repeat center center/cover;
  }

  .video-container video {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

  }

  .content {
    z-index: 1;
  }

  .header {
    width: 100%;
    height: 100%;
    position: fixed;
  }



  a {
    text-decoration:none;
    color: gainsboro;

    font-weight: normal;
    font-size: 18px;
    cursor: pointer;

}


  h1 {
      font-weight: normal;
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 15px;
  }

  h3 {
      font-weight: normal;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 15px;
      color: #fff;
  }



  .main_image_movil img {
    display: none;
  }


  .main_image img {
      width: 60%; /* La imagen ocupará el 100% del ancho del contenedor */
      height: auto; /* La altura se ajustará automáticamente para mantener la proporción de la imagen */
      object-fit: cover; /* La imagen se ajustará para llenar el contenedor, recortando si es necesario */
      transition: width 0.5s;
      z-index: 1000;
  }

  .btn {
        display:inline-block;
        padding: 10px 30px;
        background:#ffbb00;
        color: #000000;
        border: 1px #6b5001 solid;
        border-radius: 10px;
        margin-top: 25px;
        opacity: 0.7;
        cursor: pointer;
  }

  .btn:hover {
      transform: scale(1.1);
      background:#042a5c;
      color: #f1f1f1;    
      border: 1px #000000 solid;
      opacity: 1;
  }




  .btn_whatsapp {
    display:inline-block;
    padding: 10px 30px;
    background:#00923d;
    color: #f3f3f3;
    border: 1px #00923d solid;
    border-radius: 10px;
    margin-top: 25px;
    /*opacity: 0.7;*/
    cursor: pointer;
  }

  .btn_whatsapp:hover {
  transform: scale(1.1);
  background:#1c8b00;
  color: #f1f1f1;    
  /*opacity: 1;*/
  border: 1px #f1f1f1 solid;

  }



  /* Estilo para la barra de navegación ************************************************************/

.navbar_movil {
  display: none;
}

  .navbar {
    position: fixed; /* Menú flotante */
    top: 0; /* Coloca el menú en la parte superior */
    left: 0; /* Asegura que el menú comience desde la izquierda */
    width: 100%; /* Asegura que el menú ocupe todo el ancho */
    display: flex;
    justify-content: flex-end; /* Alinea los enlaces a la derecha */
    background-color: #002246; /* Color de fondo azul */
    color: #fff; /* Color del texto blanco */
    z-index: 3;
  }

  /* Estilo para los enlaces dentro de la barra de navegación */
  .navbar .nav-link {
    color: #fdfdfd; /* Color del texto blanco */
    font-size: 18px; /* Tamaño de fuente */
    text-decoration: none; /* Sin subrayado */
    margin-right: 8px; /* Espacio entre enlaces */
    padding: 10px 15px; /* Espacio interno del enlace */
    border-radius: 10px; /* Bordes redondeados */
  }

  /* Estilo para el enlace activo */
  .navbar .nav-link.active {
    background-color: #002347; /* Color de fondo más oscuro para el enlace activo */
  }

  /* Estilo para el enlace al pasar el cursor (hover) */
  .navbar .nav-link:hover {
    background-color: #000000; /* Color de fondo más oscuro al pasar el cursor */
  }

  /* Alinear los enlaces horizontalmente */
  .navbar .navbar-nav {
    display: flex;
    align-items: flex-end;
  }






  /*stilo slider 2*//************************************************/

  .services_movil {
    display: none;
  }

  .serviceslider {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:90%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }

  .serviceslider img {
    width: 0px;
    height: 80%;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
  }

  .serviceslider img:hover {
    cursor:pointer;
    /*height: 90%;*/
    width: 120px;
    opacity: 1;
    filter: contrast(110%);
  }

  /****************************************************************************************/
  .section_quieness {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246;
    justify-content: center;
    text-align: center;
  }


  .quieneslider {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:90%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }

  .quieneslider img {
    width: 0px;
    height: auto;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
  }



  /***************************************************************************************************/


  .section_servicios {
    position: relative;
    /*height: 100vh; /* Ajusta la altura según tu diseño */
    /*background-image: url('./img/back6.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    background-color: #e9e9e9; /* Color de fondo azul */
    justify-content: center;
    text-align: center;
    
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 220, 0.7); /* Beige con transparencia */
    /*z-index: 1; /* Coloca el overlay encima del fondo */
}


  .section_eventos {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #4a4848;

  }

  .section_alianzas {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    background-color: #00095a; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #ececec;
    /*z-index: -1;*/

  }

  .aliados_movil{
    display: none;
  }


  .contenedor-servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 99%;
    margin: auto;
}

.aliado {
  width: calc(33.333% - 20px);
  height: 130px;
  max-width: 130px;
  /*max-height: 130px;*/
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra todo horizontalmente */
  justify-content: center; /* Centra el contenido verticalmente */
  padding: 1px;
}

.aliado:hover {
  transform: scale(1.30);
}

.aliado a {
  text-decoration: none;
  color: black;
  display: block;
  padding: 1px;
}

.aliado img {
  width: auto; /* Mantiene el tamaño original reducido */
  max-width: 30%; /* Evita que sobrepase el contenedor */
  height: auto;
  display: block;
  margin: 0 auto; /* Centra la imagen horizontalmente */
}

.aliado h2 {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
}

/* Responsividad */
@media (max-width: 768px) {
  .aliado {
      width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .aliado {
      width: 100%;
  }}

 /*.aliados {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:80%;
    height:60%;
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fcfcfc;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1%;
  }

  .aliado {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:250px;
    height:250px;
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fcfcfc;
    background: rgba(255, 255, 255, 0.932);
    border-radius: 50%;
  }*/

  /*.aliado {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    width:350px;
    height:350px;
    /*height: 100vh;*/
    /*padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    /*z-index: 0;*/
    /*color: #fcfcfc;
    background: rgba(255, 255, 255, 0.932);
    border-radius: 50%;
    /*background-color: #4a4848;*/
    /*cursor: pointer;*/
  /*}

  .aliados img {
    width: 100%;
    height: auto;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;

  }

  .aliados a {
    z-index: 5; 
  }*/

  .section_contacto {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/back7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    color: #cfcfcf;

  }


  .contacto-container {
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    width:80%;
    height:800px;
    /*height: 100vh;*/
    padding: 0 20px;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    z-index: 0;
    color: #4a4848;
    /*background-color: #4a4848;*/
  }


  .section_form {
    position: relative;
    height: 100vh; /* Ajusta la altura según tu diseño */
    background-image: url('./img/contacto.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #002246; /* Color de fondo azul */
    justify-content: center;

    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #4a4848;

  }


	.form {
    width: 45%;
		max-width: 800px;
		background: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 20px;
		text-align: center;
		box-shadow: 0 0 20px #000000b3;
		font-family: "Monserrat", sans-serif;
	}

	.form-contacto {
    width: 38%;
		max-width: 800px;
		background: #ffffff;
		/*position: absolute;*/
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 30px 30px;
		box-sizing: border-box;
		border-radius: 20px;
		text-align: center;
		box-shadow: 0 0 20px #000000b3;
		font-family: "Monserrat", sans-serif;
	}


  .container-form {
    display:flex;
		border: 1px solid rgb(236, 236, 236);
		margin: 18px 0;
		padding: 12px 18px;
		border-radius: 20px;
		background: #f3f3f3;
    justify-content: space-between;
	}

  .form-img img {
    width: 20%; /* La imagen ocupará el 100% del ancho del contenedor */
    height: auto; /* La altura se ajustará automáticamente para mantener la proporción de la imagen */
    object-fit: cover; /* La imagen se ajustará para llenar el contenedor, recortando si es necesario */
    transition: width 0.5s;
    z-index: 1000;
}

  .container-form label {
		display: block;
		text-align: center;
		color: #575757;
		text-transform: uppercase;
		font-size: 18px;
		padding: 10px 25px;
	}

  .container-form select,
	.container-form input {
		text-align: left;
		width: 70%;
		border: #2874a6;
		background: #c9c9c9b3;
		outline: none;
		font-size: 18px;
		margin-top: 6px;
		padding: 10px 25px;
		border-radius: 20px;
	}



  /********************************************************************/

  .column-labels,
  .column-inputs {
    flex-basis: 48%; /* Establecer un valor similar para ambas columnas */
    box-sizing: border-box;
  }
  
  .column-labels label {
    display: block;
    text-align: right; /* Alinea las etiquetas a la derecha */
    color: #575757;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0; /* Ajusta el espaciado vertical */
  }
  
  .column-inputs select,
  .column-inputs input {
    text-align: left;
    width: 100%; /* Asegura que los campos de entrada ocupen todo el espacio */
    border: none;
    background: #c9c9c9b3;
    outline: none;
    font-size: 18px;
    margin-top: 6px;
    padding: 10px 15px; /* Ajusta el espaciado */
    border-radius: 20px;
  }
  /********************************************************************/

	input[type=submit],
	.ENVIAR {
		display: inline-block;
		background-color: #2874a6;
		padding: 14px 0;
		color: white;
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 8px;
		width: 30%;
		border-radius: 10px;
	}

	.browser {
		display: none;
	}

	.success_ok img {
		/*background-color: #008ae6;*/
		width: 25%;
		
	}

/*************************************FOOTER*****************************************************/
  .section_footer {
    background-color: #181818;
    /*height: 600px;*/
  }

  footer {
    margin-left: 2%;
    margin-right: 2%;
    background-color: #181818;
    color: #fff;
    padding: 5%;
   display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    /*align-items: center;*/
  }

  .logo4 {
    /*background-color: #03b64d;*/
    max-width: 300px;
  }

  .logo4 img {
    /*display: none;*/
    width:70%;

  }

  .listas {
    display: none;
  }

      .listas ul {
        
        list-style-type: none; /* Quita las viñetas */
        padding: 0; /* Elimina el espacio interno del ul */
      }

      .listas li {
        margin-bottom: 9pt/* Espaciado entre elementos */
      }

      .listas a {
        text-decoration: none; /* Quita el subrayado del enlace */
        color: #f3f3f3; /* Color del texto del enlace */
      }

  .contactos {
    display: none;
    font-size: 10px;
    width: 45%;
  }

  .redes {
    display: none;
    /*background-color: crimson;*/
  }

  .otros {
    display: none;
    width:  60%;
    
  }

  .botones {
    border-style:solid;
    margin-bottom: 10px;
    text-align: center;
    height: 50px;
    align-items: center;
    justify-content: center;
  }

 .poweredby {
  background-color: #181818;
  color: #cfcfcf;
  text-align: center;
  font-size: 10px;
 }

 .final_movil{
  display: none;
 }


 .contacto-container {
  display: flex; /* Esto convierte el contenedor en un flexbox */
  /*justify-content: space-between; /* Esto separa las columnas */
  /*align-items: flex-start; /* Alinea los contenidos en la parte superior */
}

.columna-izquierda {
  width: 90%; /* Ancho de la columna izquierda */
  padding: 20px; /* Espaciado interior (ajusta según tus preferencias) */
  background-color: #d6d6d6; /* Color de fondo (opcional) */
  border-color: #575757;
  color: #042a5c;
  border-radius: 2%;
}

.columna-derecha {
  width: 50%; /* Ancho de la columna derecha */
  padding: 20px; /* Espaciado interior (ajusta según tus preferencias) */
  background-color: #f0f0f0; /* Color de fondo (opcional) */
  border-radius: 2%;

}


 /****************************************FIN FOOTER************************************************/

}
