@charset "UTF-8";
/* CSS Document */
html {
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0%;
}

:root {
  --morado: #621e55;
  --azul: #021b79;
  --azul-claro: #0575e6;
  --rojo-claro: #dc281e;
  --rojo-fuerte: #f00000;
}
img {
  max-width: 100%;
}

html {
  min-height: 100%;
}
/*****************************************************/
/*--------Inicia Video -------------*/
.video_wrap {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
/*--------Termina video -------------*/
}
/*--------Parallax-------------*/
.parallax-completo {
  width: 100%;
  height: 100vh;
  background-image: url(../image/cabecera/digital_portada.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texto-hero {
  background: var(--azul);
  padding: 18px;
  width: 320px;
  text-align: center;
  color: white;
  opacity: 0.7;
}
h2 {
  font-weight: 300;
}

/*--------Termina Parallax------*/


/*-----------  IMAGENES DE CABECERA-----------*/

h1 {
  font-size: 12vw;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.cabecera {
  /*background: linear-gradient(38deg, #000428, #004e92);*/
  color: gainsboro;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 40em) {
  .cabecera {
    flex-direction: row;
  }
}

.cabecera_bloque1,
.cabecera_bloque2 {
  height: 50%;
  width: 100%;
}
@media (min-width: 40em) {
  .cabecera_bloque1,
  .cabecera_bloque2 {
    height: 100%;
    width: 50%;
  }
}

.cabecera_titulo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3em;
}

.cabecera img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  /*opacity: 0.4;
      filter: grayscale(100%);*/
}

.image {
  background: 004e92;
  margin: 2rem 0;
}

.image img {
  display: block;
  width: 100%;
}
@media (min-width) {
  .image {
    height: 500px;
    overflow: hidden;
  }
}

.navegacion {
  color: #fafafa;
  background: #0575e6; /* fallback for old browsers */
  background: #f00000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to top,
    #dc281e,
    #f00000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to top,
    #dc281e,
    #f00000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 0 1.5rem;
}
.navegacion ul {
  list-style: none;
  display: inline;
  padding: 1rem 2rem;
}
.navegacion a {
  color: inherit;
  text-decoration: none;
  padding: 1rem 2rem;
}
.navegacion a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
:root {
  --cols: 1.5rem 0 auto 0 11.5rem;
}

@media (min-width: 45rem) {
  :root {
    --cols: 1.5rem 2rem auto 2rem 1.5rem;
  }
}

@media (min-width: 60rem) {
  :root {
    --cols: 1.5rem 3rem auto 2rem 1.5rem;
  }
}
@media (min-width: 70rem) {
  :root {
    --cols: 1.5rem 5rem minmax(0, 50 rem 1fr);
  }
}
/*-------- Texto pigo--------*/
.wrap-text {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}
.parrafos {
  display: block;
  text-align: justify;
  font-size: 1.2rem;
  padding: 0% 4% 0% 4%;
  margin: 5rem 3rem 0rem 3rem;
  line-height: 2rem;
  align-items: center;
  max-width: 1200px;
}
.texto-pigo {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 2rem;
  color: var(--azul);
  text-align: center;
  line-height: 2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
/*--------Termina Texto Pigo--------*/
.cabecera-servicio {
  background: linear-gradient(38deg, #250a01, #e30613);
  color: #fafafa;
  display: flex;
}

.video {
  width: 100%;
  background-position: center center;
  object-fit: cover;
}

/*-------Bienvenido---------*/
.overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay h1 {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-bottom: 10rem;
  font-size: 2rem;
  color: white;
}
.overlay a {
  position: absolute;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 22, 40, 0.5);
  padding: 9px 20px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.overlay a:hover {
  background-color: white;
  color: #333333;
}
/*------Termina Bienvenido------*/


/*--------- Inicia estilos de botones desplegables-------*/
.lanzador {
  color: white;
  background-color: red;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 0rem;
  margin-bottom: 1rem;
  padding: 0.4em;
  display: inline-block;
}

.lanzador:hover {
  color: white;
  background-color: orangered;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.bloque-contenedor {
  overflow: hidden;
  max-height: 0;
  background-color: #f4f4f4;
  transition: max-height 0.3s;
}

.bloque-contenido {
  padding: 1rem 2rem;
  text-align: left;
}
/*--------- Termina estilos de botones desplegables-------*/

/*------------Títulos de cuadros -------*/
.titulo-servicio {
  color: var(--rojo);
}
/*------------Inicia Cuadros de etapas-------*/
.contenedor-servicio {
  padding: 3em 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #e5e5e5; /*---- Color gris de fondo despliegue----*/
}

.servicio {
  max-width: 30em;
  margin: 1em;
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0.95);
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 8 px 5px 5px #bfbfbf;
  -moz-box-shadow: 8 px 5px 5px #bfbfbf;
  -ms-box-shadow: 8 px 5px 5px #bfbfbf;
  -o-box-shadow: 8 px 5px 5px #bfbfbf;
  box-shadow: 8 px 5px 5px #bfbfbf;
}

.imagen-servicio {
  max-width: 50vw;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.imagen-servicio img {
  object-fit: cover;
  display: block;
  opacity: 1;
  /*filter: grayscale(100%);*/
}
.contenido-servicio {
  text-align: center;
  padding: 1em 1em 0;
  flex-grow: 1;
}
/*------------termina Cuadros de etapas-------*/
/*------ boton whats-----*/
.whats-btn {
  border: none;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-direction: row;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  filter: grayscale(1);
  -webkit-box-shadow: 2px 2px 4px #ccc;
  -ms-box-shadow: 2px 2px 4px #ccc;
  -o-box-shadow: 2px 2px 4px #ccc;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #ccc;
}
.whats-btn:hover {
  filter: grayscale(0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
}

.icono {
  align-content: space-around;
  flex-grow: 1;
}
.escribenos {
  padding: 0rem 0.5rem 0rem 0.5rem;
  color: lightslategray;
  font-style: italic;
  font-size: 1rem;
  font-family: Montserrat;
}

img.whatsapp_icon {
  width: 1.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: background-color 0.5s;
}
/*--------------------*/

/*------------Inicia Materiales-------*/
.texto-grabamos {
  color: white;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  hyphens: auto;
}
/*.grid-container {
  position: relative;
  display: flex;
  align-self: center;
}*/
.contenedor-materiales {
  /*max-width: 80em;*/
  padding: 2vw 10vw 2vw 10vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 1em;
}
.material {
  border-radius: 10px;
  position: relative;
}
.material-img {
  overflow: hidden;
  background: linear-gradient(38deg, #000428, #004e92);
  border-radius: 10px;
  display: block;
  opacity: 100;
  /*filter: grayscale(100%);*/
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.material-nombre {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  color: #fafafa;
  text-align: center;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 3px 3px 3px #333333;
}

/*------------Inicia Materiales-------*/

/*------------Inicia Media Queryes--------------*/

@media screen and (max-width: 800px) {
  .overlay h1 {
    position: absolute;
    margin: 0;
    padding: 0;
    padding-bottom: 10rem;
    font-size: 1.5rem;
    color: white;
    -webkit-text-shadow: 1px 2px rgb(128, 128, 128);
    -moz-text-shadow: 1px 2px rgb(128, 128, 128);
    -ms-text-shadow: 1px 2px rgb(128, 128, 128);
    -o-text-shadow: 1px 2px rgb(128, 128, 128);
    text-shadow: 1px 2px rgb(128, 128, 128);
  }
  .video-servicio {
    max-width: 100%;
    height: calc(95vh - 40px);
  }
  .contenedor-servicio {
    padding: 1em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .servicio {
    max-width: 30em;
    margin: 0em;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.95);
    display: flex;
    flex-direction: column;
  }

  .imagen-servicio {
    max-width: 100vw;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
  }
  .bloque-contenido {
    font-size: 0.9rem;
  }
  .titulo-servicio {
    font-size: medium;
    color: var(--rojo);
    line-height: 1;
    margin: 0.5em 0.5em;
  }
  .lanzador {
    color: white;
    background-color: red;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    padding: 0.4rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    display: inline-block;
  }
}
