/*  
    AZUL #042159
    CELESTE #1fbcbf
    GRIS #95ACC4
*/

@import url("hover-min.css");
@import url("imagehover.css");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "harabara";
  src: url(/font/Harabara\ Mais.otf);
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: "Comfortaa", sans-serif;
  overflow-x: hidden;
}

.navbar {
  padding: 0;
  background-color: #ffffff !important;
}

.nav-item a {
  color: #1fbcbf !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "harabara" !important;
}

.nav-item .active {
  color: #042159 !important;
  font-weight: 900 !important;
}

.nav-item a:hover {
  color: #042159 !important;
}

.navbar-brand {
  color: #1fbcbf !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}

.navbar-brand img {
  width: 150px;
  padding: 8px 0;
}

.icono {
  font-size: 30px;
  display: inline-block;
  /* animation: float 5s ease-in-out infinite; */
}

/*.fa-instagram {
  animation-delay: 1s;
}

.fa-whatsapp {
  animation-delay: 2s;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-8px);
  }
  66% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
} */

/* CARRUSEL */

.carousel-inner {
  position: relative;
  display: inline-block;
  text-align: center;
}

h3 {
  font-family: "Comfortaa", sans-serif;
}

.contenedor-iconos {
  margin: 10px 50px;
}

.contenedor-iconos img {
  width: 150px;
  transition: all 800ms;
  cursor: pointer;
}

.contenedor-iconos img:hover {
  transform: scale(1.2);
}

.contenedor-iconos h3 {
  margin-top: 20px;
}

.contenedor-iconos p {
  font-weight: 900;
}

.contenedor-card1 {
  width: 90%;
  margin: auto;
}

/* Seccion Estudio */

.equipo {
  margin: 20px 0 20px 0;
  padding: 20px 0;
}

.equipo img {
  border-radius: 10px;
  width: 100%;
  margin: auto;
}

.equipo h4 {
  margin: 20px 0 20px 0;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6);
}

.equipo p {
  text-align: justify;
  font-size: 17px;
  margin: 0px 35px 20px 35px;
  line-height: 1.5;
}

/* Seccion Servicios */

hr {
  margin: 0;
  height: 2px !important;
  color: #fff;
}

.servicios {
  width: 100%;
  height: 100%;
  max-height: 73% !important;
  background-attachment: fixed;
  object-fit: scale-down;
  object-position: center center;
  background-image: url(../img/servicios-1.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.servicios h2 {
  text-transform: uppercase;
  color: #f2f2f2;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0px;
  background-color: #2fbdc27c;
  position: relative;
  top: 3%;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6);
  font-family: "harabara" !important;
}

.card {
  background-color: #042159d8;
  /* background-image: linear-gradient(135deg, #042159a2 0%, #2fbdc29d 100%); */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 13px 5px;
  transition: all 0.25s;
  border: none;
  padding: 0;
}

.card h4 {
  margin: 10px 0 10px 0;
  color: #f2f2f2;
  font-weight: 600;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6);
  font-family: "harabara" !important;
}

.card p {
  color: #f2f2f2;
  font-size: 18px;
  margin: 4px 0;
}

.card:hover {
  cursor: pointer;
  /* background-color: #f8f8f8; */
  transform: translateY(-10px);
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 40px;
  background-color: #1fbcbf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.whatsapp-icon {
  margin-top: 13px;
}

.whatsapp:hover {
  box-shadow: 0px 5px 15px rgba(0, 0, 0);
  transition: 0.3s;
}

.alert {
  margin: 20px;
  display: none;
  background-color: #042159;
  color: #1fbcbf;
  border: none;
  box-shadow: 1px 1px 10px #ffffff;
  padding: 0.8rem;
}

.alert p {
  margin: 0;
  color: #fff !important;
}

.btn-outline-light i {
  font-size: 1.3em;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

p span {
  font-size: 18px;
}

a {
  font-size: 18px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #042159;
}

ul {
  padding-right: 5px;
}

ul li {
  margin-top: 2px;
  list-style-type: disc;
  color: white;
  text-align: start;
  font-size: 19px;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

.container {
  max-width: 1200px;
}

.galeria {
  margin: 20px;
  margin: auto;
}

/* MODAL */

.modal {
  padding-top: 10%;
}

/* #imagen-modal {
  min-width: 500px !important;
  margin: 0 auto;
} */

.modal-backdrop {
  background-color: black;
  opacity: 0.92 !important;
}

.galeria {
  margin-bottom: 60px;
}

.galeria img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.galeria-img {
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  /* position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer; */
}

.galeria-img:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.05);
}

/* .galeria-img::before,
.galeria::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 4px;
  background: #042159;
  transition: all 0.3s;
}

.galeria-img::before {
  left: -100%;
  top: 10px;
}

.galeria-img::after {
  left: 100%;
  bottom: 10px;
}

.galeria-img:hover::before,
.galeria-img:hover::after {
  left: 15px;
}

.galeria-img:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.08);
}

.txt {
  text-align: center;
  position: absolute;
  transition: all 0.3;
  transform: scale(1.5);
  opacity: 0;
}

.txt:hover {
  transform: scale(1);
  opacity: 1;
}

.txt p,
.txt h3 {
  color: #042159;
  background-color: #25d366;
} */

.productos {
  padding: 20px;
  margin: 20px 10px 20px 10px;
}

.productos .titulo {
  width: 70%;
  font-size: 44px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}

.productos .producto {
  position: relative;
  width: 100%;
}

/* FOOTER */

footer {
  background-color: #042159;
  color: #6f6f6e;
}

.texto-footer p {
  color: #f2f2f2;
  font-weight: 500;
  font-size: 1.075em;
}

.h2-footer {
  text-transform: uppercase;
  color: #f2f2f2;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  /* background-color: #2fbdc27c; */
  /* position: relative;
    top: 5%; */
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6);
}

footer h3 {
  font-family: "harabara" !important;
}

footer ul li {
  margin: 0px;
  list-style-type: none;
}

#ubi {
  visibility: hidden !important;
}

.icon-footer:hover {
  color: #1fbcbf !important;
}

.formulario input,
.formulario textarea {
  /* margin-top: 15px; */
  color: #f2f2f2;
  border: none !important;
  border-radius: 0;
  border-bottom: #1fbcbf 2px solid !important;
  background-color: #042159;
}

input::placeholder,
textarea::placeholder {
  color: #f2f2f2 !important;
  text-align: start;
}

.form-control:focus {
  transition: all 0.2s;
  border: 2px solid #1fbcbf !important;
  background-color: #042159d0;
  box-shadow: 2px 6px 20px -2px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 2px 6px 29px -2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 2px 6px 29px -2px rgba(0, 0, 0, 1);
  outline: 0 none !important;
  color: #f2f2f2;
}

/* COPYRIGTH */

.copyright {
  margin-top: 100px;
  padding: 20px;
}

/* PANTALLA DE PC */

@media (min-width: 600px) and (max-width: 1400px) {
  .navbar-brand {
    margin-left: 12%;
  }
  .navbar-nav {
    margin-right: 12%;
  }

  .productos {
    margin-top: 50px;
  }

  .servicios {
    max-height: 110% !important;
    object-fit: scale-down;
    object-position: center center;
    background-image: url(../img/Servicios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card-redes {
    margin-top: 0 !important;
  }

  ul li {
    font-size: 16px;
  }
}

/* PANTALLA DE PC GRANDE */

@media (min-width: 1400px) {
  .navbar-brand {
    margin-left: 12%;
  }
  .navbar-nav {
    margin-right: 12%;
  }

  .productos {
    margin-top: 50px;
  }

  .servicios {
    /* width: 100%;
    height: 100%;*/
    max-height: 67% !important;
    object-fit: scale-down;
    object-position: center center;
    background-image: url(../img/Servicios.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* PANTALLA DE PC MUY GRANDE */

@media (min-width: 1600px) {
  .tiles article > .image {
    width: 90% !important;
  }

  .tiles article > a {
    width: 90% !important;
  }
}

/* PANTALLA DE SMARTHPHONE */

@media (max-width: 500px) {
  a {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration: none;
  }

  /* Carrusel */

  .equipo img {
    border-radius: 10px;
    width: 100%;
    margin: auto;
  }

  .equipo-imagen {
    display: none;
  }

  .card {
    background-color: #042159d8;
    /* background-image: linear-gradient(135deg, #042159a2 0%, #2fbdc29d 100%); */
    /* height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden; */
    margin: 5px;
  }

  .card h4 {
    font-size: 1em;
  }

  .card p {
    font-size: 0.7em;
  }

  ul li {
    font-size: 13px;
  }
  .servicios {
    /* width: 100%;
    height: 100%;*/
    max-height: 98% !important;
    background-attachment: fixed;
    object-fit: scale-down;
    object-position: center center;
    background-image: url(../img/Servicios2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .servicios h2 {
    top: 2%;
  }

  .productos {
    margin-top: 50px;
  }

  .modal {
    margin-top: 50% !important;
  }

  .content {
    display: none;
  }
}

/* 
============================
PRUEBA
============================ 
*/

.tiles {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.5em 0 0 -2.5em;
}

.tiles article {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  position: relative;
  width: calc(33.33333% - 2.5em);
  margin: 2.5em 0 0 2.5em;
}

.tiles article > .image {
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.tiles article > .image img {
  display: block;
  width: 100%;
}

.tiles article > .image:before {
  pointer-events: none;
  -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
  -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
  -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
  transition: background-color 0.5s ease, opacity 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  opacity: 0.8;
}

.tiles article > .image:after {
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat; */
  background-size: 100% 100%;
  opacity: 0.25;
  z-index: 2;
}

.tiles article > a {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
  transition: background-color 0.5s ease, transform 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: 4px;
  border-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 3;
}

.tiles article > a > :last-child {
  margin: 0;
}

.tiles article > a:hover {
  color: #ffffff !important;
}

.tiles article > a h2 {
  margin: 0;
  font-size: 1.3em;
  margin-bottom: 20px;
  background-color: transparent;
}

.tiles article > a .content {
  -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.6);
}

.tiles article > a .content > :last-child {
  margin-bottom: 0;
}

.tiles article.style1 > .image:before {
  background-color: #00596900;
}

.tiles article.style2 > .image:before {
  background-color: #00596900;
}

.tiles article.style3 > .image:before {
  background-color: #00596900;
}

.tiles article.style4 > .image:before {
  background-color: #00596900;
}

.tiles article.style5 > .image:before {
  background-color: #00596900;
}

.tiles article.style6 > .image:before {
  background-color: #00596900;
}

body:not(.is-touch) .tiles article:hover > .image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

body:not(.is-touch) .tiles article:hover > .image:before {
  background-color: #333333;
  opacity: 0.35;
}

body:not(.is-touch) .tiles article:hover > .image:after {
  opacity: 0;
}

body:not(.is-touch) .tiles article:hover .content {
  max-height: 15em;
  opacity: 1;
}

* + .tiles {
  margin-top: 2em;
}

body.is-preload .tiles article {
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

body.is-touch .tiles article .content {
  max-height: 15em;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

  .tiles article {
    width: calc(33.33333% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }
}

@media screen and (max-width: 980px) {
  .tiles {
    margin: -2.5em 0 0 -2.5em;
  }

  .tiles article {
    width: calc(50% - 2.5em);
    margin: 2.5em 0 0 2.5em;
  }
}

@media screen and (max-width: 736px) {
  .tiles {
    margin: -1.25em 0 0 -1.25em;
  }

  .tiles article {
    width: calc(50% - 1.25em);
    margin: 1.25em 0 0 1.25em;
  }

  .tiles article:hover > .image {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 480px) {
  .tiles {
    margin: 0;
  }

  .tiles article {
    width: 100%;
    margin: 1.25em 0 0 0;
  }
}
