/*  RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@keyframes aparecer-elemento {
  0% {
    transform: translateY(-200px);
    opacity: 0; }
  100% {
    opacity: 1; } }

/*  NAVEGADOR */
.bg2 {
  background-image: url(../img/aaa.png) !important; }

.bg3 {
  background-image: url(../img/aaaa.png) !important; }

.bg4 {
  background-image: url(../img/trab.png) !important; }

.navbar {
  background-image: url(../img/Group.png);
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: flex-start !important;
  padding: 0 !important;
  position: relative; }
  .navbar .primer-texto {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 28%;
    left: 6%;
    color: #ffffff;
    font-size: 38px;
    font-weight: bold; }
  .navbar .segundo-texto {
    position: absolute;
    top: 40%;
    left: 6%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 24px; }
  .navbar .redes-nav {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    top: 88%;
    left: 55%;
    display: flex;
    color: #ffffff;
    font-weight: 100;
    font-size: 18px; }
    .navbar .redes-nav div {
      padding-right: 40px;
      display: flex;
      padding-top: 8px; }
      .navbar .redes-nav div a {
        padding-left: 8px; }
  @media screen and (max-width: 1280px) {
    .navbar .redes-nav {
      left: 5%; } }
  @media screen and (max-width: 780px) {
    .navbar .redes-nav {
      flex-direction: column;
      top: 80%;
      font-size: 14px; }
    .navbar .primer-texto {
      font-size: 30px; }
    .navbar .segundo-texto {
      font-size: 20px; } }

.container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #070e0c41;
  justify-content: space-around !important;
  position: fixed;
  top: .1px;
  z-index: 1; }

.navbar-collapse {
  flex-grow: inherit !important; }

.nav-item {
  margin: 2px;
  padding: 4px; }
  .nav-item a {
    font-family: "Poppins", sans-serif;
    color: #ffffff !important;
    font-size: 16px; }

.nav-item:hover {
  background-color: #05412f21;
  border-radius: 8px;
  transform: scale(0.9, 0.9);
  transition-duration: .3s;
  animation-timing-function: ease; }

.item-contacto {
  background-color: #318C92;
  border-radius: 20px; }

.item-contacto:hover {
  background-color: #ffffff; }
  .item-contacto:hover a {
    color: #318C92 !important; }

/*  Prog Ppal */
.bienv-flex {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px; }
  .bienv-flex h2 {
    padding-left: 10px; }

.bienvenida, .bienvenida2, h3 {
  font-family: "Poppins", sans-serif;
  padding-top: 60px;
  font-size: 40px;
  font-weight: bold;
  color: #707070; }

.bienvenida2 {
  color: #318C92; }

h3 {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 25px; }

/*  INTRODUCCION */
.introduccion {
  margin-left: 250px;
  margin-right: 250px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px; }
  .introduccion p {
    color: #707070;
    text-align: start;
    line-height: 1.5;
    font-size: 20px; }

.text-center {
  text-align: start !important; }

/*  PROGRAMA PRINCIPAL */
.flex-prog-ppal, .flex-ppal-servicios, .flex-quienes-somos {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .flex-prog-ppal p, .flex-ppal-servicios p, .flex-quienes-somos p {
    align-self: center;
    width: 25vw;
    font-family: "Poppins", sans-serif;
    color: #707070;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 40px; }

.flex-ppal-servicios, .flex-quienes-somos {
  padding-top: 20px;
  justify-content: space-evenly;
  text-align: center; }
  .flex-ppal-servicios h4, .flex-quienes-somos h4 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #707070;
    font-size: x-large;
    padding-top: 12px;
    padding-bottom: 16px; }
  .flex-ppal-servicios p, .flex-quienes-somos p {
    font-weight: lighter; }

.flex-quienes-somos {
  justify-content: space-around; }
  .flex-quienes-somos h4 {
    font-size: 30px;
    color: #318C92;
    text-align: start;
    padding-left: 20px; }
  .flex-quienes-somos p {
    width: 50vw;
    text-align: start;
    font-size: 20px; }
  .flex-quienes-somos .solicitar-servicios {
    padding-bottom: 20px;
    position: relative; }
    .flex-quienes-somos .solicitar-servicios a {
      color: #318C92;
      font-weight: bold; }
    .flex-quienes-somos .solicitar-servicios img {
      width: 300px;
      height: 220px;
      border-radius: 20px; }
    .flex-quienes-somos .solicitar-servicios p {
      color: #ffffff;
      position: absolute;
      bottom: 4px;
      left: 52px;
      width: 20vw; }

.formulario {
  background-color: #f2f3f5;
  padding: 40px;
  margin-bottom: 48px;
  border-radius: 24px;
  font-family: "Poppins", sans-serif; }
  .formulario h4 {
    padding-bottom: 24px; }
  .formulario div {
    padding: 8px; }
    .formulario div label {
      padding: 10px; }
  .formulario .inputs {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #318C92;
    resize: none; }
  .formulario .enviar {
    width: 50%;
    padding: 12px;
    border: 2px solid #051c1f;
    border-radius: 6px;
    color: white;
    background-color: #318C92; }
  .formulario .env-limp input {
    margin-bottom: 12px; }

.bg-contacto {
  background-color: #f2f3f5;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 28px; }
  .bg-contacto .contacto-ppal {
    display: flex;
    justify-content: center;
    align-content: center; }
    .bg-contacto .contacto-ppal img {
      padding: 20px; }

/*  FOOTER */
.footer {
  background-color: #106048;
  padding-top: 16px;
  margin-top: 40px;
  padding-bottom: 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }
  .footer .logo-texto p {
    padding-top: 8px;
    width: 20vw;
    font-family: "Poppins", sans-serif;
    font-weight: lighter;
    line-height: 1.5;
    color: white; }
  .footer .nav-footer {
    font-family: "Poppins", sans-serif;
    padding-top: 20px; }
    .footer .nav-footer a {
      color: #7DDc3f;
      padding-bottom: 6px;
      text-decoration: underline; }
    .footer .nav-footer p {
      color: white;
      padding-bottom: 16px; }
  .footer .redes {
    padding-top: 20px;
    font-family: "Poppins", sans-serif;
    color: white; }

.sub-footer {
  background-color: #d4d4d4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 22px; }

.red-whatsapp {
  color: white;
  display: flex;
  padding-top: 12px; }
  .red-whatsapp img {
    padding-top: 16px; }
  .red-whatsapp a {
    padding-left: 12px;
    font-family: "Poppins", sans-serif;
    padding-top: 20px; }

.red-facebook {
  color: white;
  display: flex;
  padding-top: 12px; }
  .red-facebook img {
    padding-top: 16px; }
  .red-facebook a {
    padding-left: 12px;
    font-family: "Poppins", sans-serif;
    padding-top: 20px; }

.red-gmail {
  color: white;
  display: flex;
  padding-top: 12px; }
  .red-gmail img {
    padding-top: 16px; }
  .red-gmail a {
    padding-left: 12px;
    font-family: "Poppins", sans-serif;
    padding-top: 20px; }

/*  MQ */
@media screen and (max-width: 1440px) {
  .introduccion {
    margin-left: 80px;
    margin-right: 80px; } }

@media screen and (max-width: 1020px) {
  .flex-prog-ppal, .flex-ppal-servicios, .flex-quienes-somos {
    flex-direction: column; }
    .flex-prog-ppal p, .flex-ppal-servicios p, .flex-quienes-somos p {
      width: 60vw; }
  .container-fluid {
    justify-content: space-between !important; }
  .introduccion {
    margin-left: 60px;
    margin-right: 60px; }
  .logo-texto p {
    display: none; }
  p {
    padding-top: 12px; }
  .flex-quienes-somos h4 {
    text-align: center; }
  .flex-quienes-somos p {
    text-align: center;
    width: 70vw; } }

@media screen and (max-width: 990px) {
  .container-fluid {
    background-color: #161616e5; }
  .flex-quienes-somos p {
    width: 80vw; } }

@media screen and (max-width: 760px) {
  .flex-prog-ppal p, .flex-ppal-servicios p, .flex-quienes-somos p {
    width: 70vw; }
  .lista-beneficios {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr; }
  .lista-beneficios li p {
    padding-left: 20px;
    font-size: 13px; }
  .bienv-flex {
    flex-direction: column;
    align-items: center; }
    .bienv-flex .bienvenida2 {
      padding-top: 0; }
  .introduccion {
    margin-left: 6px;
    margin-right: 6px; }
  .footer {
    flex-direction: column; }
  .flex-quienes-somos p {
    width: 100vw; } }

@media screen and (max-width: 520px) {
  .flex-prog-ppal p, .flex-ppal-servicios p, .flex-quienes-somos p {
    width: 100vw; } }

@media screen and (max-width: 375px) {
  .prog-ppal h1 {
    font-size: 30px; }
  .prog-ppal h3 {
    font-size: 20px; }
  .introduccion {
    margin-left: 0;
    margin-right: 0; }
  .flex-prog-ppal p, .flex-ppal-servicios p, .flex-quienes-somos p {
    width: 100vw; } }
