/* ----Fonts-----*/

@font-face {
  font-family: 'Roboto Bold', monospace;
  src: url(/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto-Regular', monospace;
  src: url(fonts/Roboto-Regular.ttf);
}
/* --------- General styles ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

  font-family: 'Karla', sans-serif;
  font-size: 100%;
}

/* --------- Header styles -------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 6%;
  background-color: rgba(0, 0, 0, 0.821);
  position: fixed;
  width: 100%;
  z-index: 999;
}



/* --------- Logo styles -------- */


.logo {
  width: 50px;
  /* TamaÃ±o del logo, puedes ajustarlo segÃºn tus necesidades */
  height: auto;
  /* MantÃ©n la relaciÃ³n de aspecto */
  margin-right: 10px;
  /* Agrega espacio entre el logo y el texto */
}

.class-logotipo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.class-logotipo p {
  margin-right: 80px;
  margin-left: 20%;
  color: #ddb800;
  text-decoration: none;
  font-size: 2.3em;

}

main {
  padding-top: 100px;
}

.section1 {
  width: 90vw;
  margin: 180px auto 7% auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70vh;
}


.sections {
  position: relative;
  display: inline-block;
  width: 30%;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
  height: 70vh;
}


.sections img {
  width: 100%;
  height: 70vh;
  object-position: center;
  object-fit: cover;
  transition: 1s;
}




.titulo-imagen {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 60px;
  color: #ddb800;
  background-color: rgb(0 0 0 / 80%);
  z-index: 2;
  font-size: 1.3em;
  font-family: 'Roboto Bold', monospace;
  font-weight: 700;
  letter-spacing: 1px;
}






.related {
  background-color: rgb(76, 74, 74);
}

.contacto {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.columna {
  width: 45%;
}


.contacto {

  background-color: rgba(0, 0, 0, 0.821);

}

h2 {
  text-align: center;
  color: yellow;
  font-weight: 100;
  font-family: Roboto;
  font-size: 1em;
  text-align: left;
  color: #ddb800;
  margin-bottom: 9%;
  padding-top: 2%;
  font-family: 'Roboto-Regular', monospace;
  font-size: 1.1em;
  padding-bottom: 10%;
}



.columna {
  text-align: center;
  font-weight: 100;
  font-family: Roboto;
  font-size: 1em;
  text-align: left;
  color: #ddb800;
  
}

iframe {
  width: 100%;
  height: 50vh;
}

.columna iframe {
  display: inline-block;
}



/* Estilo para el formulario */
.formulario {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Roboto-Regular', monospace;
  text-align: left;
}



label {
  color: white;
  font-size: 100%;
}

.section2 h2 {
  color: #ddb800;
  font-size: 1.1em;
  text-align: left;
  padding-bottom: 10%;
  font-family: 'Roboto-Regular', monospace;
}



.form-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5%;
  font-family: 'Roboto-Regular', monospace;
}

input[type=text] {
  width: 100%;
  height: 40px;
  color: #000;
  border: none;
  border-radius: 50px;
  margin-bottom: 2%;
  padding: 3%;
  font-size: 100%;
}

.send {
  width: 100%;
  margin-top: 2%;
  border: 1px solid #000;
  background-color: #ddb800;
  color: #000;
  padding: 2%;
  font-size: 1.7em;
  font-weight: 500;
  cursor: pointer;
}



/* Estilo para los grupos de campos */


.form-group-casillero {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: white;
  font-family: Roboto;
  font-weight: 100;
  width: 87%;
}




.form-group label {
  display: block;
  font-weight: bold;
  font-weight: 100;
  color: white;
  font-family: Roboto;

}



.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.button-group button:hover {
  background-color: #fbc02d;
  /* Cambio de color al pasar el ratÃ³n */
}


.socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  gap: 20px;
}

.socialmedia img {
  height: 32px;
}



footer {
  background-color: #333;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: Roboto;
}

.scroll img {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  font-size: 3em;
  z-index: 100;
}


@media screen and (max-width:1350px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:625px) {}