:root {
  --modulos-transparencia: rgba(255, 255, 255, 0.7);
  --modulos-color: #000;
  --modulos-iconos: rgb(120, 120, 120);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Roboto';
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'arciform';
  src: url(fonts/arciformff/Arciform.otf);
}

body {
  font-family: Roboto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid rgb(54, 113, 154);
  background-color: #fff;
  padding: 10px;
  transition: 0.3s;
  z-index: 10000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

h1 {
  font-size: 30px;
}
.header-fixed {
  background-color: rgba(180, 180, 180, .7);
}

.contenedor_logo {
  position: relative;
  float: left;
  width: 200px;
  height: 40px;
}

.contenedor_logo h5 {
  font-size: 14px;
  font-weight: 400;
}

.contenedor_logo figure {
  width: 130px;
}

.contenedor_logo figure img {
  width: 100%;
}

.menu {
  position: relative;
  float: right;
  width: auto;
  height: 60px;
  line-height: 60px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.menu li {
  font-weight: 300;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  cursor: pointer;
  
}
.menu li:hover{
  background-color: rgb(253, 79, 0);
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.menu li a {
  font-size: 16px;
  font-weight: 500;
  color: rgb(54, 113, 154);
  text-decoration: none;
  display: inline-block;

}

.menu li a:hover {
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} 

.banner {
  position: relative;
  width: 100%;
  height: auto;

}

.banner__img {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  background-image: url(../images/banner.jpg);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1000;
}

.banner .contenedor {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 20;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}

.banner__titulo {
  font-size: 50px;
  font-weight: 700;
  font-style: normal;
  line-height: 85px;
  margin-top: 20px;
  margin-bottom: 20px;

}

.banner__fuertes {
  color: rgb(253, 79, 0);
}
.banner__subtitulo {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 39px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#banner__boton {
  margin-top: 40px;
  width: auto;
  text-decoration: none;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgb(74, 117, 62);
  cursor: pointer;
  border: none;
  color: #fff;
  z-index: 100000;
}

#banner__boton:hover {
  background-color: #000;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

#banner__boton:active {
  background-color: #000;
  border: none;
}

.seccion {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
 
}

.seccion--gris {
  background-color: rgb(104, 109, 115);
}

.seccion--left {
  justify-content:left
}
.seccion__titulo {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  padding-top: 20px;
  margin-bottom: 40px;
  letter-spacing: 5px;
  color: rgb(54, 113, 154);

}

.seccion__titulo--blanco {
  color: #fff;
}

.seccion__titulo--left {
  text-align: left;
  padding-left: 20px;
}

.seccion__contenido {
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: var(--modulos-color);
  margin-left: 20px;
  line-height: 22px;
 
}

.seccion__contenido__listas {
  padding-left: 30px;
}

.tarjeta {
  width: 310px;
  height: 280px;
  float: left;
  margin: 10px;
}


.tarjeta__titulo {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: rgb(173, 190, 55);
  padding-left: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;

}

.tarjeta__titulo a {
  color: rgb(173, 190, 55);
  text-decoration: none;
}

.tarjeta__titulo a:link {
  text-decoration: none;
  color: rgb(173, 190, 55);
}

.tarjeta__titulo a:visited {
  text-decoration: none;
  color: rgb(173, 190, 55);
}

.tarjeta__titulo:hover {
  color: rgb(54, 113, 154);
}

.tarjeta__titulo a:hover {
  color: rgb(54, 113, 154);
}


.tarjeta__imagen {
  float: left;
  width: 100%;
  float: left;

}

.tarjeta__imagen img {
  width: 100%;

}

.tarjeta__descripcion {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
}

.contacto {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;

}

.contacto--gris {
  background-color: rgb(212, 212, 212);
}

.contacto__titulo {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 20px;
  padding-top: 80px;
}

.contacto__titulo--gris {
  background-color: rgb(212, 212, 212);
}

.contacto__texto {
  width: 60%;
  margin: 0 auto;
  padding-top: 30px;
}

.contacto__datos {
  position: relative;
  float: left;
  width: 400px;
}

.contacto__formulario {
  width: 420px;
  text-align: center;
  padding: 10px;
}

.formulario__elemento {
  width: 400px;
  margin-top: 10px;
  margin-bottom: 10px;

}

.formulario__control {
  height: 30px;
}

.formulario__label {
  position: relative;
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;

}

.formulario__control {
  border: none;
  border: 1px solid rgb(180, 180, 180);
  width: 300px;
  padding: 10px;
  color: rgb(100, 100, 100);
}

.formulario__solicitud {
  width: 300px;
  height: 100px;
  padding: 10px;
  color: rgb(100, 100, 100);
  border: none;
  border: 1px solid rgb(180, 180, 180);

}

.btn-enviar {
  position: relative;
  float: right;
  width: 150px;
  height: 40px;
  background-color: rgb(80, 80, 80);
  color: #fff;
  border: none;
  cursor: pointer;
}

.btn-enviar:hover {
  background-color: rgb(54, 113, 154);
}

.formulario__respuesta {
  width: 100%;

  background-color: rgb(54, 113, 154);
  color: #fff;
}

.datos {
  margin-top: 20px;
  height: 100px;
}

.datos__correo {
  font-size: 16px;
  color: rgb(100, 100, 100);
  margin-top: 5px;
}

.footer {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  background-color: rgb(104, 109, 115);
  text-align: center;
  bottom: 0;

}

.checkbtn {
  font-size: 30px;
  float: right;
  line-height: 60px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

.checkbtn:hover {
  color: rgb(120, 120, 120);
}

#check {
  display: none;
}

.equipo {
  position: relative;
  float: left;
  width: 300px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.equipo figure {
  position: relative;
  width: 100%;
}

.equipo figure img {
  position: relative;
  width: 100%;
}

.video {
  position: relative;
  float: left;
  width: 400px;
  height: auto;
}

@media(max-width: 768px) {
 
  body {
    width: 100%;
    margin: 0 auto;
  }

  .checkbtn {
    display: block;
  }

  .menu ul {
    position: fixed;
    width: 75%;
    height: 100vh;
    background: rgb(54, 113, 154);
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .menu ul li {
    display: block;
    line-height: 50px;
  }

  .menu ul li a {
    color: #fff;
    font-size: 20px;
  }

  .menu ul li a:hover {
    color: #fff;
  }

  .menu ul li:hover {
    background: rgb(180, 180, 180);
  }

  #check:checked~ul {
    left: 0px;
  }
  .banner__img {
      background-attachment:scroll;
  }

  .equipo {
    width: 100%;
    margin: 0;
  }
}