/* Colores principales */
:root {
  --color1: #f99d1c;
  --color2: #0a203e;
  --color3: #ded2b7;
}
/********************************************/
/* Font Face  *******************************/
/********************************************/
@font-face {
  font-family: Overpass;
  src: url(fonts/Overpass-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Overpass;
  src: url(fonts/Overpass-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Overpass;
  src: url(fonts/Overpass-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Overpass;
  src: url(fonts/Overpass-Black.ttf);
  font-weight: 900;
}

* {
  font-family: "Overpass", sans-serif;
}

h1 {font-size: 4em;}
div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.ancla:before {
  display: block;
  content: " ";
  margin-top: -110px;
  height: 150px;
  visibility: hidden;
}
.redondeado {
  border-radius: 20px;
}
/* PARA CAMBIAR LA FORMA DE PASAR LOS SLIDES */
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ce2172;
  border: 2px solid #fff;
}

/********************************************/
/* Menú *************************************/
/********************************************/
.navbar {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
  background-color: white;
  transition: all 0.5s;
}
.nav-link {
  font-size: 1rem;
  font-weight: 900;
  color: var(--color1);
}
.nav-item a {
  position: relative;
  padding: 30px;
}
.nav-item a:hover {
  text-decoration: none;
  color: var(--color11);
}

.dropdown-menu .nav-link {
  font-size: 0.8rem;
  font-weight: 700;
}
.dropdown-menu {
  min-width: 250px;
  /*border-top: 0px solid var(--color1);
  border-bottom: 2px solid var(--color1);
  border-left: 2px solid var(--color1);
  border-right: 2px solid var(--color1);*/
  border: 0px;
  padding: 10px 10px;
  border-radius: 0px 0px 0px 10px;
  margin-left: 0px;
  margin-top: 0px;
  box-shadow: 0px 12px 8px 0px rgba(50, 50, 50, 0.08);
  background-color: white;
  width: auto;
}

.dropdown-menu a {
  padding: 8px 20px;
  line-height: 20px;
  font-weight: 800;
  color: var(--color2);
  transition: all 0.3s;
  text-transform: uppercase;
}
.dropdown-menu a:hover {
  color: var(--color2);
  margin-left: 10px;
}
.dropdown-menu a:hover:after {
  width: 0px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}

.footerLink {
  font-size: 14px;
  color: white;
}
.footerLink:hover {
  font-size: 14px;
  color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bi-square-fill {
  font-size: 0.5em;
  color: var(--color2);
  vertical-align: 0.4em;
}
.nav-link .bi-square-fill {
  font-size: 0.5em;
  color: var(--color1);
  vertical-align: 0.4em;
}
.footerLink .bi-square-fill {
  font-size: 0.5em;
  color: var(--color33);
  vertical-align: 0.4em;
}

/********************************************/
/* Texto y colores **************************/
/********************************************/
.text-300 {
  font-weight: 300;
} /*Light*/
.text-400 {
  font-weight: 400;
} /*Normal*/
.text-700 {
  font-weight: 700;
} /*Bold*/
.text-900 {
  font-weight: 900;
} /*Black*/
.color1 {
  color: var(--color1);
}
.fcolor1 {
  background-color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.fcolor2 {
  background-color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.fcolor3 {
  background-color: var(--color3);
}

/********************************************/
/* Ajustes celular **************************/
/********************************************/

@media only screen and (max-width: 992px) {
  /*celular*/
  h1 {font-size: 2.5em;}
  .ancla:before {
    height: 120px;
  }
  h4{font-size: 1em;}

  .navbar-nav {
    /*height: 370px;*/
  overflow: auto;
  }
  .nav-link {
    font-size: 1rem;
    font-weight: 900;
    color: var(--color1);
  }
  .nav-item a {
    position: relative;
    padding: 10px 10px;
  }
  .dropdown-menu .nav-link {
    text-align: center;
    padding: 4px 10px;
  }
}

/********************************************/
/* Video Youtube ****************************/
/********************************************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********************************************/
/* Efecto para foto**************************/
/********************************************/
figure {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
/* Zoom In #1 */
.hoverzoom figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hoverzoom figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* Gray Scale */
.hovercolor img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.hovercolor:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/********************************************/
/* Campos Formulario ************************/
/********************************************/
#error_nombre,
#error_email,
#error_email1,
#error_mensaje {
  color: red;
  font-size: 16px;
  line-height: 30px;
}
.errorForm {
  border: 2px solid red;
}
/********************************************/
/* Custom Checkbox **************************/
/********************************************/
.pre {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pre input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}
.checkmarkcuadrado {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.pre:hover input ~ .checkmark,
.pre:hover input ~ .checkmarkcuadrado {
  background-color: #ccc;
}
.pre input:checked ~ .checkmark,
.pre input:checked ~ .checkmarkcuadrado {
  background-color: var(--color1);
}
.custom-select {
  width: auto;
  background-color: #00ffff;
  color: #081e3f;
}

/********************************************/
/* boton top ********************************/
/********************************************/
#boton_top {
  display: none; /* Hidden by default */
  opacity: 0;
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 23px; /* Place the button 30px from the right */
  width: 50px;
  height: 50px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: var(--color1); /* Set a background color */
  color: white; /* Text color */
  padding: 0;
  animation-name: btn_animado;
  animation-duration: 2s;
  animation-fill-mode: both;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 50%; /* Rounded corners */
  font-size: 25px; /* Increase font size */
  vertical-align: middle;
}
#boton_top:hover {
  background-color: var(--color1);
}
@keyframes btn_animado {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/********************************************/
/* Botón WhatsApp ***************************/
/********************************************/
#boton_whatsapp {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 23px; /* Place the button at the bottom of the page */
  right: 23px; /* Place the button 30px from the right */
  width: 60px;
  height: 60px;
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4caf50; /* Set a background color */
  color: white; /* Text color */
  padding: 8px 0px 0px 11px;
  transition: 0.3s;
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 40px; /* Increase font size */
  vertical-align: middle;
}
#boton_whatsapp:hover {
  background-color: #4caf50;
}
/********************************************/
/* modal WhatsApp ***************************/
/********************************************/
.modal {
  display: none;
}
.modal-header {
  padding: 10px 14px;
  background-color: #4caf50;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 12px;
}

.modal-body {
  padding: 16px 16px;
}

.modal-content {
  top: 100px;
  border-radius: 10px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* The Close Button */
.cerrarw {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
}

.cerrarw:hover,
.cerrarw:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.w-form-control {
  border-radius: 0px;
  border: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid #4caf50;
  margin: 10px 0px 10px 0px;
  width: 100%;
}
#err_wnombre,
#err_wemail,
#err_wapellido,
#err_wmensaje {
  color: red;
  margin-top: 0px;
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 100px;
    opacity: 1;
  }
}
.btn_enviar {
  border: none;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  /*laptop*/
  .modal-content {
    width: 20%;
  }
}

/********************************************/
/* popup ************************************/
/********************************************/
.popup-form-process,
.popup-form-error,
.popup-form-success,
.popup-cv {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
}
.popup-cv .popup-container {
  position: relative;
  font-size: 16px;
  width: 90%;
  max-width: 700px;
  top: 150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1em 1em 0em 1em;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animatetop;
  animation-duration: 0.4s;
  border: 4px solid var(--color1);
}
.popup-container {
  position: relative;
  font-size: 16px;
  width: 90%;
  max-width: 400px;
  top: 150px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  animation-name: popup_animatetop;
  animation-duration: 0.4s;
  border: 4px solid var(--color1);
}
@keyframes popup_animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 150px;
    opacity: 1;
  }
}
.popup-container p {
  padding: 0.5em 1em 0em 1em;
}
.cerrar {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 25%;
  font-size: 35px;
  background-color: white;
  border: 4px solid var(--color1);
  width: 50px;
  height: 50px;
}
.popup-close {
  color: var(--color2);
}

@media only screen and (max-width: 992px) {
  /*celular*/
  .popup-cv .popup-container {
    font-size: 12px;
    top: 100px;
  }
  @keyframes popup_animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 100px;
      opacity: 1;
    }
  }
  .cerrar {
    right: -15px;
  }
}

/********************************************/
/* animaciones ********************************/
/********************************************/
.zoomin {
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes zoomin {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

.time2 {
  animation-delay: 0.2s;
}
.time4 {
  animation-delay: 0.4s;
}

.slideinleft {
  -webkit-animation-name: slideinleft;
  animation-name: slideinleft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideinleft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideinright {
  -webkit-animation-name: slideinright;
  animation-name: slideinright;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideinright {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideinup {
  -webkit-animation-name: slideinup;
  animation-name: slideinup;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideinup {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
