html {
  box-sizing: border-box;
  font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

/** Globales **/
img {
  max-width: 100%;
}
.contenedor {
  width: 95%;
  max-width: 120rem; /** = 1200px; **/
  margin: 0 auto;
}
h1 {
  font-size: 3.8rem;
}
h2 {
  font-size: 3.4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.6rem;
}

/** Utilidades **/
.seccion {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.fw-300 {
  font-weight: 300;
}
.centrar-texto {
  text-align: center;
}
.d-block {
  display: block !important;
}
.contenido-centrado {
  max-width: 800px;
}

/** Botones **/
.boton {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
  border: none;
  display: block;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .boton {
    display: inline-block;
    flex: 0 0 auto;
    width: 100%;
  }
}
.boton:hover {
  cursor: pointer;
}
.boton-azul {
  background-color: #0991e0;
}

/* Header */
.site-header {
  background-color: #333333;
  padding: 1rem 0 3rem 0;
}
.site-header.inicio {
  background-image: url(../img/audience-1866738_1920.jpg);
  background-position: center center;
  background-size: cover;
  height: 100vh;
  min-height: 60rem;
}
.contenido-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .contenido-header {
    text-align: left;
  }
}
.contenido-header h1 {
  color: #ffffff;
  padding-bottom: 2rem;
  max-width: 60rem;
  line-height: 2;
}
.barra {
  padding-top: 3rem;
}
.barra a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 8rem;
  display: block;
}
.bar2 {
  padding: 0rem;
}
.bar2 a {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .barra {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/** Navegacion **/
.navegacion a {
  color: #ffffff;
  text-decoration: none;
  font-size: 3rem;
  display: block;
}
@media (min-width: 768px) {
  .navegacion a {
    display: inline-block;
    font-size: 2rem; /** = 18px **/
    margin-right: 2rem;
  }
  .navegacion a:last-of-type {
    margin: 0;
  }
}
.navegacion a:hover {
  color: #71b100;
}
.navegacion li {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
  color: #ffffff;
  display: inline;
  padding: 2rem;
  position: relative;
}
.navegacion ul li {
  text-decoration: none;
  color: #ffffff;
  display: inline;
  padding: 2rem;
  position: relative;
}

.submenu li {
  list-style-type: none;

  position: relative;
  width: 120px;
  height: 30px;
}

.submenu li a {
  text-decoration: none;
  border: none;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.52);
}

.submenu li a:hover {
  color: #000;
  background-color: #f1f1f1;
}

nav li ul {
  display: none;
  position: absolute;
  top: 4rem;
  left: -4rem;
}

nav li:hover ul {
  display: block;
}
/** Mobile Menu **/
.mobile-menu img {
  width: 5rem;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.navegacion:target {
  display: block;
}
.navegacion {
  display: none;
}
@media (min-width: 768px) {
  .navegacion {
    display: block;
  }
}

/** Iconos Nosotros **/
@media (min-width: 768px) {
  .iconos-nosotros {
    display: flex;
    justify-content: space-between;
  }
}
.icono {
  text-align: center;
}
@media (min-width: 768px) {
  .icono {
    flex-basis: calc(33.3% - 1rem);
  }
}
.icono h3 {
  text-transform: uppercase;
}
/** proximos **/

@media (min-width: 768px) {
  .contenedor-proximos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.proximo {
  border: 1px solid #b5b5b5;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .proximo {
    flex: 0 0 calc(33.3% - 1rem);
  }
}
.contenido-proximo {
  padding: 2rem;
}
.contenido-proximo h3,
.contenido-proximo p {
  margin: 0;
}
.precio {
  color: #232b2a;
  font-weight: 700px;
  font-size: 25px;
}
.iconos-caracteristicas {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex: 1;
  max-width: 500px;
}
.iconos-caracteristicas li {
  /* flex: 1; */
  display: flex;
}
.iconos-caracteristicas li img {
  margin-right: 2rem;
}
.ver-todas {
  display: flex;
  justify-content: flex-end;
}

/** Contacto Home **/
.imagen-ct {
  background-image: url(../img/balon_2.png);
  background-position: center center;
  background-size: cover;
  height: 40rem;
  display: flex;
  align-items: center;
}
.contenido-ct {
  flex: 0 0 95%;
  color: #ffffff;
}
.contenido-contacto p {
  font-size: 1.8rem;
}

/** Sección Inferior **/
@media (min-width: 768px) {
  .seccion-inferior {
    display: flex;
    justify-content: space-between;
  }
  .seccion-inferior .blog {
    flex-basis: 60%;
  }
  .seccion-inferior .testimoniales {
    flex-basis: calc(40% - 2rem);
  }
}

/** Footer **/
.site-footer {
  background-color: #333333;
  margin: 0;
}
.contenedor-footer {
  padding: 3rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .contenedor-footer {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer nav {
  display: none;
}
@media (min-width: 768px) {
  .site-footer nav {
    display: block;
  }
}

.equipo {
  margin: 0;
  color: #ffffff;
}

/** INTERNAS **/
/* Nosotros **/
@media (min-width: 768px) {
  .contenido-nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

.texto-nosotros blockquote {
  font-weight: 900;
  font-size: 2rem;
  margin: 0;
  padding: 1rem 0 3rem 0;
}

/** Contacto **/

legend {
  font-size: 2rem;
  color: #4f4f4f;
}
label {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
input:not([type="submit"]),
textarea,
select {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #e1e1e1;
  margin-bottom: 2rem;
  border: none;
  border-radius: 1rem;
}
input[type="radio"] {
  width: auto;
  margin: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  height: 20rem;
}

.rad {
  display: inline-block;
}
.ing {
  text-align: center;
  display: inline-block;
}
video {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}
