:root {
  --amarillo: #58738b;
  --azul: #1c365c;
  --negro: #191919;
}
body {
  font-family: helvetica;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.amarillo {
  font-size: 20px;
  color: #58738b;
}
.ancho {
  max-width: 1200px;
  margin: auto;
}
.parrafo {
  max-width: 700px;
  text-align: center;
}
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -2;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* CLAVE */
  position: absolute;
  top: 0;
  left: 0;
}

.video-bg .overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(18, 18, 18, 0.8);
  z-index: 1;
}
header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  flex-wrap: nowrap;
  font-size: 13px;
  padding: 10px;
  color: white;
}
header div {
  border: 1px white solid;
  padding: 10px;
  line-height: 30px;
}
header div i {
  font-size: 25px;
}
header div span {
  color: var(--amarillo);
  padding: 0px 10px;
}
header div a {
  color: white;
  text-decoration: none;
}
.telefonos_header {
  display: flex;
  max-width: 350px;
}
.correo_header {
  display: flex;
}
.socialmedia_header {
  display: flex;
}
.cont_info {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  /* max-height: 600px; */
  color: white;
}
.cont_info figure img {
  display: block;
}
.cont_info h1 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  border: 2px white solid;
}
.cont_info figure {
  max-width: 400px;
  margin-top: 5px;
}
.cont_info figure img {
  width: 100%;
}
#copy {
  color: white;
  padding: 10px;
  background-color: var(--azul);
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  font-size: 12px;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#copy a {
  color: white;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#btn_verde {
  border-radius: 7px;
  margin-top: 20px;
  display: inline-block;
  background: white;
  color: var(--azul);
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.5s;
}
#btn_verde:hover {
  background: var(--azul);
  color: white;
}
.quitar2 {
  color: white;
}
@media screen and (max-width: 1200px) {
  /* #fondo {
    background-image: url(tablet.jpg);
  } */
}
@media screen and (max-width: 815px) {
  header div .quitar {
    display: none;
  }
  header div .quitar2 {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  header p {
    display: none;
  }
  .telefonos_header a {
    margin: auto;
  }
  /* #fondo {
    background-image: url(movil.jpg);
  } */
}
@media screen and (max-width: 480px) {
  .telefonos_header {
    justify-content: center;
  }
  #copy {
    flex-wrap: wrap;
    font-size: 12px;
    padding: 8px;
  }
  #copy p {
    margin: auto;
    text-align: center;
  }
  #hector {
    padding: 15px;
    margin: auto;
  }
  header {
    padding: 10px 10px 0px 10px;
  }
  .cont_info {
    padding: 0px 10px 10px 10px;
  }
  .parrafo {
    font-size: 15px;
    line-height: 20px;
  }
  .vuelve {
    text-align: center;
  }
  .cont_info h1 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border: 2px white solid;
  }
}
@media screen and (max-width: 400px) {
  header div {
    border: 0px white solid;
    padding: 5px;
    line-height: 25px;
  }
  #copy {
    padding: 5px;
  }
  #copy p {
    padding: 5px 5px 0 5px;
  }
}
