/*
    PENSION REGIMEN 73
    POR hectorlgg
    1 jun 2021

*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.contenedor {
  width: 95%;
  max-width: 1280px;
  margin: auto;
}

.menu {
  background: #ffffff;
  padding: 9px 20px;
}

.menu .contenedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  font-size: 23px;
  font-weight: bold;
}

header nav {
  background: #d95030;
}

nav ul li {
  display: inline-block;
  margin: 0 20px;
}

nav ul li a {
  color: #000000;
}

/*** INTRO ***/
#intro {
  /* height: 60vh; */
  width: 100vw;
  margin-top: 70px;
}

#intro .contenedor {
  /* background: url(../video/Tree.mp4); */
  background: url(../img/contactar.jpg);
  background-size: cover;
}

#intro .titulo {
  font-family: "Playfair Display";
  color: #ffffff;
  background: rgba(72, 73, 61, 0.5);
}

#intro h1 {
  font-size: 4.5em;
  font-weight: normal;
  padding-top: 6px;
  text-align: center;
  color: #d95030;
}

#intro h2 {
  text-align: center;
  font-size: 3em;
  color: #d95030;
}

#intro .contenedor .titulo h2 a {
  color: #d95030;
}

#intro p {
  font-size: 32px;
  line-height: 64px;
  width: 80%;
  margin: auto;
  text-align: justify;
  /* background: rgba(72, 73, 61, 0.4); */
}

#intro .semanas,
.entregable,
.notas {
  color: #ffffff;
  padding: 10px;
  border: 1px solid #ffffff;
  background: transparent;
}

#intro .semanas:hover,
.entregable:hover {
  background: #d95030;
}

#intro .botones {
  margin: 10px 20px;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 0.5em;
}

#intro .botones a {
  width: 250px;
  text-align: center;
}

/*** GLOSARIO ***/
#glosario h1 {
  text-align: center;
  margin: 1em 0;
  font-size: 3.5em;
  font-family: "Playfair Display";
  color: #d95030;
}

#glosario .contenedor {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#glosario .contenedor img {
  width: 20em;
  margin-top: 1.5em;
}

#glosario .contenedor .texto {
  font-family: "Playfair Display";
  font-size: 1.4em;
  text-align: justify;
  padding: 1em 1em;
}

#glosario .contenedor .ladoCesantia,
.ladoSalario {
  background: rgba(184, 187, 155, 0.4);
}

#glosario .contenedor .ladoSemanas,
.ladoPorcentaje {
  background: rgba(217, 80, 48, 0.4);
}

/*** TESTIMONIALES ***/
#testimoniales {
  text-align: center;
  background: #f7f7f7;
  padding: 90px 0;
}

#testimoniales .tituloTestimoniales {
  color: #bfbfbf;
  letter-spacing: 2px;
  font-weight: 700;
}

#testimoniales hr {
  width: 40px;
  float: none;
  font-weight: 700;
}

.contenedorTestimoniales {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonial1 {
  width: 25%;
  text-align: left;
}

.testimonial1 img {
  width: 50%;
}

#testimoniales .contenedor {
  max-width: 1150px;
}

.testimonial1 .autorParrafo {
  font-family: fantasy;
  font-size: 20px;
  text-decoration: underline;
  text-align: center;
}

.testimonial1 h3 {
  padding: 25px 0;
}

/* PREGUNTA */
#pregunta {
  /* margin-top: 3em; */
  background: #b8bb9b;
  margin: 3em 0;
}

#pregunta .contenedor h2 {
  font-size: 2.6em;
  color: #d95030;
}

#pregunta .contenedor .requisitos {
  /* width: 100%; */
  position: relative;
  box-shadow: 10px 15px 15px rgba(0, 0, 0, 0.4);
  background: #9b9f72;
  color: #f7f7f7;
  font-size: 1.6em;
}

#pregunta .contenedor .requisitos img {
  width: 75%;
  height: 75%;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0.5em 0.5em;
}

.overlay {
  position: absolute;
  background: rgba(72, 73, 61, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9%;
  padding-top: 0.5em;
  padding-left: 0.5em;
  transition: 1.5s;
  overflow: hidden;
}

.overlay p:first-child {
  padding: 0.5rem 0;
  font-size: 2rem;
  text-align: center;
  line-height: 0;
}

#pregunta .contenedor .requisitos:hover .overlay {
  height: 100%;
  cursor: cell;
  transition: 2.5s;
}

/*** CONTACTO ***/
#contacto {
  background: url(../img/shaking-handsEdif_1280.jpg);
  color: #ffffff;
  text-align: center;
  background-size: cover;
}

#contacto .contenedor {
  display: flex;
  justify-content: center;
}

#contacto .cajaIzq,
#contacto .cajaDer {
  background: rgba(184, 187, 155, 0.4);
}

#contacto ul {
  border-bottom: 2px solid #d95030;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/*No funciona con id, ni con class, verificar este codigo*123/
ul .tercero {
  border-bottom: 0px;
}*/

#contacto ul li {
  list-style: none;
  font-size: 1em;
}

#contacto h2 {
  font-family: "Playfair Display";
  font-size: 32px;
  font-weight: lighter;
}

#contacto ul li:nth-child(1) {
  font-weight: bolder;
}

#contacto .cajaIzq a {
  color: #ffffff;
  padding: 0.5em;
  background: #d95030;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 3em;
  font-size: 1.1em;
  border-radius: 0.8em;
}

#contacto h3 {
  font-size: 23px;
  font-weight: 100;
  margin: 0;
}

#contacto .cajaIzq .correo {
  list-style: none;
  font-size: 1em;
  background: #1f1f1f;
}

#contacto .cajaDer .iframe_ {
  width: 100%;
}

#contacto .cajaDer p {
  opacity: 0.8;
  width: 70%;
  margin: auto;
}

#contacto .cajaDer a {
  padding: 9px 12px;
}

#contacto .cajaDer .iframe_ {
  width: 640px;
  height: 1050px;
}

#contacto h3.news {
  margin-top: 67px;
}

#contacto form {
  margin-top: 25px;
}

input[type="text"] {
  width: 72%;
  border: 0;
  background: #111111;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 10px;
}

::placeholder {
  color: #cdcdcd;
}

::-ms-input-placeholder {
  color: #cdcdcd;
}

input[type="submit"] {
  display: block;
  margin: auto;
  width: 70%;
  /* opacity: 0.7; */
  margin-top: 5px;
  background: #c29d63;
  border: 0; /*si el border existe, crea una especie de boton tridimensional*/
  color: #ffffff;
  padding: 10px 0;
  font-size: 16px;
}

/*** FOOTER ***/
footer,
#metodoplsSeccion {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 49%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(49%, rgba(237, 237, 237, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 49%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 49%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 49%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 49%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

footer .piePagina {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.piePagina .copyR {
  padding: 2em;
  font-family: "Oswald";
}

.logoH img {
  width: 8%;
  margin-top: 2em;
  margin-left: 9em;
  vertical-align: middle;
}

/**********************************/
/**** PAGINA SEMANAS COTIZADAS ****/
#semanas {
  margin-top: 40px;
}

#semanas .contenedor .fondoUno {
  background: #b8bb9b;
  padding-bottom: 10px;
}

#semanas .contenedor .fondoDos {
  background: #d95030;
  padding-bottom: 10px;
}

#semanas .titulosSC {
  font-family: "Playfair Display";
  text-align: center;
  margin-bottom: 20px;
}

#semanas .titulosSC h1 {
  font-size: 2em;
}

#semanas .titulosSC h2 {
  font-size: 1.8em;
}

.contenedor .txtGuia {
  font-size: 26px;
  padding: 2px 16px;
}

.contenedor .txtGuia a:hover {
  font-family: "Oswald";
}

#semanas .contenedor img {
  width: 90%;
  margin: 25px auto;
  display: block;
}

/**********************************/
/******* PAGINA ENTREGABLE ********/
#entregable {
  width: 96%;
  margin-top: 2em;
  background-color: #b8bb9b;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-family: "Playfair Display";
}

#entregable .contenedor h2 {
  font-family: "Oswald";
  color: #f7f7f7;
  font-size: 2em;
  font-weight: 100;
  letter-spacing: 0.15em;
  border-bottom: solid #000000 2px;
  text-align: center;
  background-color: #d95030;
  width: 100%;
  padding-bottom: 0.5em;
}

#entregable .contenedor-servicios {
  display: flex;
  margin: auto;
  width: 90%;
  margin-bottom: 8em;
}

#entregable .contenedor .contenedor-servicios .servicio {
  padding: 2.5em 2em;
  box-shadow: 50px 70px 120px -40px;
  background-color: rgb(217, 80, 48);
  width: 33%;
  border-radius: 3px;
}

#proy {
  position: relative;
  left: -1em;
  transition: 0.5s;
  transform: scale(1);
}

#mod {
  position: relative;
  top: 3em;
  left: 2em;
  transition: 0.5s;
  transform: scale(1);
}

#calc {
  position: relative;
  top: 5em;
  left: 5em;
  padding-bottom: 1em;
  transition: 0.5s;
  transform: scale(1);
}

#entregable .contenedor .servicios p {
  font-size: 1.5em;
  text-align: center;
  padding: 1em 0;
}

#entregable .servicio p {
  padding: 0.5em;
  font-size: 1.5em;
  text-align: justify;
}

#entregable .costo p {
  font-size: 1.5em;
}

#ejemplo h2 {
  margin-top: 2em;
  color: #d95030;
  font-size: 2em;
}

#ejemplo img {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1em 0;
}

/**********************************/
/******* PAGINA NOTAS ********/
#notas {
  background: #b8bb9b;
  color: #1f1f1f;
  font-family: "Nunito Sans", sans-serif;
  margin-top: 1em;
}

#notas .contenedor {
  width: 100%;
}

#notas .contenedor .nota {
  background: #f7f7f7;
  border-radius: 4px;
}

#notas .contenedor .nota h1,
h2 {
  padding: 0.8em 0;
  text-align: center;
}

#notas .contenedor .nota h1 {
  font-size: 2.5em;
}

#notas .contenedor .nota h2 {
  font-size: 2em;
}

#notas .contenedor .nota p {
  text-align: justify;
  line-height: 1.1em;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  padding: 0.5em 1em;
}

#notas .contenedor .nota ul {
  text-indent: 1em;
  list-style-position: inside;
  font-size: 1.2em;
  text-align: left;
  padding: 0.5em 1em;
}

#notas .contenedor .nota ul ul li {
  padding-left: 2.2em;
  font-size: 0.7em;
  width: 90%;
}

#notas .contenedor .links {
  width: 100%;
}

#notas .contenedor .links h2 {
  color: #d95030;
  margin-top: 2em;
}

#notas .contenedor .links img {
  width: 50%;
  padding: 1em 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#notas .correo,
#ejemplo .correo {
  text-align: center;
  background: #d95030;
  font-size: 1.2em;
  color: #ffffff;
  padding: 1em 0;
}

#notas .correo a,
#ejemplo .correo a {
  color: #f7f7f7;
}

/***      RESPONSIVE      ***/
/* ===     320x1024     === */
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  #glosario .contenedor,
  #contacto .contenedor,
  footer .piePagina,
  #entregable .contenedor-servicios {
    flex-direction: column;
  }

  header .menu .contenedor .logo {
    font-size: 1.1em;
  }

  header nav {
    background: #d95030;
    text-align: end;
    font-size: 0.9em;
  }

  header nav ul li a {
    color: #f7f7f7;
  }

  #notas .correo,
  #ejemplo .correo {
    font-size: 1em;
    padding: 0.2em;
  }

  #intro .contenedor .titulo h1,
  #glosario h1,
  #semanas .titulosSC h1 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
  }

  #intro .contenedor .titulo p {
    font-size: 0.8em;
    line-height: 2em;
  }
  #intro .contenedor .titulo h2,
  #pregunta .contenedor h2,
  #contacto .contenedor h2,
  #semanas .titulosSC h2 {
    font-size: 1.2em;
  }

  #intro .contenedor .titulo .botones {
    font-size: 0.75em;
  }

  #glosario .contenedor .texto,
  #semanas .contenedor .txtGuia {
    font-size: 1em;
  }

  #pregunta .contenedor .requisitos {
    font-size: 0.53em;
  }

  #contacto .contenedor {
    width: 100%;
  }

  #contacto .contenedor .cajaIzq ul,
  #contacto .contenedor .cajaIzq a {
    font-size: 0.8em;
  }

  #contacto .cajaDer .iframe_ {
    margin-top: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  #proy,
  #mod,
  #calc {
    margin-top: 1em;
    left: 0;
  }

  #entregable .contenedor .contenedor-servicios .servicio {
    width: 100%;
  }

  #entregable .contenedor h2 {
    font-size: 1.5em;
  }

  #entregable .contenedor .servicios p,
  #entregable .servicio p,
  #entregable .costo p {
    font-size: 1em;
  }

  #notas .contenedor .nota h1 {
    font-size: 1.3em;
  }

  #notas .contenedor .nota h2 {
    font-size: 1em;
  }

  #notas .contenedor .nota p,
  #notas .contenedor .nota ul {
    font-size: 0.8em;
  }
}

/***      RESPONSIVE      ***/
/* ===     768x1023     === */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
  #glosario .contenedor,
  #contacto .contenedor,
  footer .piePagina,
  #entregable .contenedor-servicios {
    flex-direction: column;
  }

  #pregunta .contenedor .requisitos {
    font-size: 1em;
  }

  #contacto .contenedor .cajaIzq ul,
  #contacto .contenedor .cajaIzq a {
    font-size: 1em;
  }

  #entregable .contenedor .servicios p,
  #entregable .servicio p,
  #entregable .costo p {
    font-size: 1.2em;
  }
}

/***      RESPONSIVE      ***/
/* ===     1199     === */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) and (-webkit-min-device-pixel-ratio: 2) {
  #glosario .contenedor,
  footer .piePagina {
    flex-direction: column;
  }
}
