/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/*color original: 00a9fa  */
/*color logo: 58cbd0*/

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"),
    url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"),
    url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"),
    url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Raleway", sans-serif;
  color: #434343;
}

a {
  text-decoration: none;
  color: #434343;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #58cbd0;
}

a.btn {
  height: 50px;
  line-height: 48px;
  padding: 0 30px;
  margin: 30px 0;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  color: #33475b;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  color: #58cbd0;
  border: 2px solid #58cbd0;
  border-radius: 5px;
}

a.btn:hover {
  border: 2px solid transparent;
  background-color: #58cbd0;
  color: #ffffff;
}

p,
p ul,
p ul li {
  color: #858585;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.25px;
}

.flex {
  display: flex;
}

.flex .columna {
  width: 50%;
}

.contenedor {
  max-width: 1170px !important;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
  width: 100%;
}

.col-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imagen-rel {
  position: relative;
  margin: 0 1.875em;
}

.imagen-abs {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-style {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}

.center {
  justify-content: center;
}
/* //////////////////////////////NAVEGACION//////////////////////////////// */

header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  z-index: 100;
  /* height: 75px; */
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  animation: smoothScroll 1s forwards;
}

header .flex {
  /* align-items: center; */
}

header .flex .columna {
  display: flex;
  justify-content: space-between;
}

header .flex .columna:first-child {
  width: 30%;
  align-items: center;
}

header .flex .columna:last-child {
  width: 70%;
  flex-direction: column;
}

header .flex .columna:last-child .contenedor {
  color: #333333;
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: end;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 15px 16px 0;
}

header img.logo {
  width: 200px;
}

header nav ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

header nav ul a {
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 15px 16px 0;
}

header #bar-nav-menu-mobile {
  display: none;
}
header .tel-header i {
  margin-left: 10px;
}

@media screen and (max-width: 999px) {
  header {
    padding: 0px;
  }
  header .contenedor {
    padding: 0;
  }
  header .flex {
    flex-direction: column;
  }
  header .flex .columna {
    width: 100% !important;
    padding: 0px 20px;
  }
  header .flex .columna:last-child {
    background: #33475b;
  }
  header .flex .columna:last-child .contenedor {
    display: none;
  }
  header #bar-nav-logo {
    padding: 10px 0;
  }
  header #bar-nav-menu-mobile {
    display: flex;
    font-size: 1.5em;
    color: #fff;
    background-color: #4f5a62;
    border-radius: 45px;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
  header nav ul {
    flex-direction: column;
    margin: 0;
    justify-content: start;
  }
  header nav ul a {
    display: none;
    padding: 16px 16px;
  }
  header nav ul.responsive a {
    display: inline-block;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  header img.logo {
    width: 120px;
  }
}
/* ///////////////////GLOBAL SECTIONS//////////////////////////////// */

section {
  padding: 50px 0;
}

section h2 {
  margin: 1em auto;
  color: #000;
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  section h2 {
    color: #000;
    font-size: 2.2em;
    line-height: 1em;
    /* }
    section h3 {
        font-size: 1.8em;
    } */
  }
}

@media (max-width: 767px) {
  section h2 {
    font-size: 1.5em;
  }
  section h3 {
    font-size: 1em;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  section h2 {
    font-size: 1.5em;
  }
  section h3 {
    font-size: 0.9em;
    text-align: center;
  }
}
/* ////////////////////////BANNER//////////////////////////////////// */

section#banner {
  background: url("../img/fondo-banner.jpg") center top;
  background-size: cover;
  min-height: 700px;
  display: flex;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
  padding-top: 200px;
}

section#banner h1 {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 20px 0;
}

section#banner p {
  color: #fff;
  font-size: 1.5em;
}

section#banner a.btn {
  color: #fff;
  border: 2px solid #fff;
}
/* @media (max-width:1199px) {
    section#banner h1 {
        padding-top: 100px;
        font-size: 2.5em;
    }
    section#banner p {
        font-size: 2em
    }
    section#banner h6 {
        font-size: 1em
    }
}*/

@media (max-width: 673px) {
  section#banner {
    min-height: 500px;
    background-size: 1000px;
    background-attachment: fixed;
  }
  section#banner p {
  color: #fff;
  font-size: 1.2em;
}
}
/* /////////////////////////////QUIENES SOMOS///////////////////////////////// */

section#quienes-somos {
  /* background-color: #eaf0f6; */
}

section#quienes-somos .columna:first-of-type {
  width: 50%;
}
section#quienes-somos .columna:last-of-type {
  width: 50%;
  margin-left: 60px;
}

@media (max-width: 1199px) {
  section#quienes-somos .columna:first-of-type {
    width: 60%;
  }
  section#quienes-somos .columna:last-of-type {
    width: 40%;
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  section#quienes-somos .flex {
    flex-direction: column;
  }
  section#quienes-somos .columna:first-of-type {
    width: 100%;
  }
  section#quienes-somos .columna:last-of-type {
    width: 100%;
    margin-left: 0;
  }
}
/* ////////////////////////////////////servicios////////////////////////////////// */

section#servicios .columna {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
}

section#servicios .servicio {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 1em 1em;
}

section#servicios .servicio:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

section#servicios .servicio div:nth-child(2) {
  padding: 0px 15px 12px;
  min-height: 10em;
}

@media (max-width: 767px) {
  section#servicios .columna {
    grid-template-columns: auto auto;
  }
}

@media (max-width: 479px) {
  section#servicios .columna {
    grid-template-columns: auto;
  }
}
/* ////////////////////////COMO FUNCIONA/////////////////////////////// */

section#como-funciona {
  background-color: #eaf0f6;
}

section#como-funciona .columna {
  display: flex;
  padding: 20px 25px;
  box-sizing: border-box;
  align-items: center;
}

section#como-funciona .flex .columna:first-child {
  justify-content: flex-end;
  border-right: 4px solid #58cbd0;
  border-right-style: dashed;
}

section#como-funciona .columna .svg {
  font-size: 6.25em;
  color: #58cbd0;
  text-align: center;
  display: block;
  margin: 0 0.5em;
  transition: all 0.4s ease;
}

section#como-funciona .columna .svg:hover {
  /* font-size: 5em; */
}

@media (max-width: 767px) {
  section#como-funciona .columna .svg {
    font-size: 4em;
    margin: 0 0.5em;
  }
}

@media (max-width: 479px) {
}
/* ESTE CODIGO LO HIZE YO, ES POSIBLMENTE PARA RESPONSIVE */
/* section#como-funciona .flex:nth-child(3),
section#como-funciona .flex:nth-child(5) {
  flex-direction: row-reverse;
} */
/* //////////////////////////////PREGUNTAS //////////////////////// */

section#preguntas-frecuentes .flex .columna:first-child {
  width: 45%;
  margin-right: 60px;
}

section#preguntas-frecuentes .flex .columna:last-child {
  width: 55%;
}

section#preguntas-frecuentes .pregunta {
  padding: 1px 0;
}

section#preguntas-frecuentes .pregunta p {
  padding: 1px 0;
}

section#preguntas-frecuentes .pregunta b {
  margin-top: 1px;
  cursor: pointer;
}

section#preguntas-frecuentes .svg {
  font-size: 2em;
  color: #58cbd0;
  margin-right: 20px;
}

section#preguntas-frecuentes .respuesta {
  background-color: #eaf0f6;
  padding: 1em;
  border: 1px solid #dedee0;
}

section#preguntas-frecuentes .respuesta a b {
  color: #045377;
}

section#preguntas-frecuentes .respuesta a b:hover {
  color: #58cbd0;
}

@media (max-width: 767px) {
  section#preguntas-frecuentes .flex {
    flex-direction: column;
  }
  section#preguntas-frecuentes .flex .columna:first-child {
    width: 100%;
    margin-right: 0;
  }
  section#preguntas-frecuentes .flex .columna:last-child {
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
  }
}

/* //////////////////////////////SECTION CASOS EXITO//////////////////////////// */

section#casos-exito {
  background-color: #f7f6f4;
}

section#casos-exito .flex .glide__slide {
  display: flex;
}

section#casos-exito .flex .glide__slide .columna {
  width: 100%;
  /* padding: 15px; */
}

section#casos-exito .flex .glide__slide .columna p {
  text-align: center;
  color: #333333 !important;
  font-size: 14px !important;
  font-style: italic;
  line-height: 24px !important;
  margin: 0px 0 0px 0;
  padding: 15px;
}

section#casos-exito .glide__bullet {
  background-color: #00abfa63 !important;
}

section#casos-exito .glide__bullet[class*="active"] {
  background-color: #00abfa !important;
}

section#casos-exito .glide__bullet[data-glide-dir="=3"],
section#casos-exito .glide__bullet[data-glide-dir="=4"],
section#casos-exito .glide__bullet[data-glide-dir="=5"] {
  display: none;
}

@media (max-width: 767px) {
  section#casos-exito .glide__bullet[data-glide-dir="=3"],
  section#casos-exito .glide__bullet[data-glide-dir="=4"],
  section#casos-exito .glide__bullet[data-glide-dir="=5"] {
    display: block;
  }
}
/* //////////////////////////////FORMULARIO////////////////////////////// */

section#contactanos {
  /* background-color: #33475b; */
  background-color: #eaf0f6;
}

section#contactanos .flex .columna:first-child {
  width: 45%;
  margin-right: 40px;
}

section#contactanos .flex .columna:last-child {
  width: 55%;
  /* background-color: #f7f6f4; */
  /* background-color: #33475b; */
}

section#contactanos h2 {
  /* margin-left: 20px; */
  text-align: center;
}

section#contactanos h2 span {
  /* color: #222; */
  font-size: 0.8em;
  font-weight: normal;
}

section#contactanos .logo {
  margin-top: 50px;
}

section#contactanos p {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  section#contactanos .flex {
    flex-wrap: wrap;
  }
  section#contactanos .flex .columna:first-child {
    width: 100%;
    margin-right: 0;
    /* display: none; */
  }
  section#contactanos .flex .columna:last-child {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
}

/* ////////////////////////////AVISO DE PROVACIDAD///////////////////////////////// */

section#aviso {
  margin-top: 120px;
}
section#aviso .columna {
  width: 100%;
}

@media (max-width: 767px) {
}

/* /////////////////////////FOOTER//////////////////////////////////// */

footer {
  background: #58cbd0;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  /* padding: 10px 15px 16px 0; */
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  /* padding: 10px 15px 16px 0; */
}

footer .flex {
  align-items: center;
}

footer a {
  color: #fff;
  /* margin-left: 20px; */
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
  /* margin-left: 20px; */
}

footer a.aviso {
  /* float: right; */
}

footer .columna:first-of-type {
  width: 50% !important;
}

footer .columna:last-of-type {
  width: 50% !important;
  justify-content: end;
  display: flex;
}

footer .columna:last-child .contenedor {
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: end;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 15px 16px 0;
}

footer .redes{
    display: flex;
    justify-content: end;
}

footer .social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 6px 6px 0;
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	/*border-color: #00a9fa;*/
	border-radius: 100%;
	/*color: #00a9fa;*/
	text-align: center;
	transition: .4s;
	font-size: 20px;
	line-height: 50px;
}

footer .social a:hover {
	/*border-color: #00a9fa;*/
	/*color: #00a9fa;*/
	background-color: #33475B;
	
}

@media (max-width: 767px) {
  footer .flex {
    flex-direction: column;
  }
  footer .columna:first-of-type {
    width: 100% !important;
  }

  footer .columna:last-of-type {
    width: 100% !important;
    justify-content: start;
  }
  
  footer .redes{
    justify-content: start;
}
}



.widget-tel a {
  position: fixed;
  right: 10px;
  z-index: 9999;
  top: 80%;
  font-size: 20px;
  color: #58cbd0;
  display: none;
}

.whatsaap a {
  position: fixed;
  right: 10px;
  z-index: 9999;
  top: 80%;
  font-size: 20px;
  color: #00d674;
}

@media screen and (max-width: 767px) {
  .widget-tel a {
    display: block;
  }
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ////////////////////////////////////////////////////// */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
