/*Fonts*/
@font-face {
  font-family: AzoSansRegular;
  src: url("../fonts/AzoSans-Regular.otf");
}
@font-face {
  font-family: ExoMedium;
  src: url("../fonts/Exo2-Medium.ttf");
}
@font-face {
  font-family: ExoBold;
  src: url("../fonts/Exo2-Bold.ttf");
}
body {
  background: #474747;
  font-family: AzoSansRegular;
}
body .bg-dark {
  background-color: transparent !important;
}
.navbar {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.navbar #navbarNav {
  justify-content: flex-end;
}
.navbar .logoHeader {
  max-width: 250px;
  width: 100%;
}
.navbar .nav-item a {
  font-size: 0.8rem;
}
#top {
  position: relative;
  background-image: url(../img/index/top.png);
  padding: 55px;
  background-size: cover;
  background-repeat: no-repeat;
}
#top .container {
  padding: 0;
  width: 100%;
}
#top .container .row .text-hero {
  color: white;
}
#top .container .row .text-hero h3 {
  font-size: 1.5rem;
  font-family: "ExoMedium";
  margin: 0;
}
#top .container .row .text-hero h1 {
  font-size: 2.2rem;
  color: white;
  font-family: "ExoMedium";
  padding: 0;
}
#top .container .row .box-form-div {
  background-color: white;
  padding: 1.5rem;
}
#top .container .row .box-form-div h5 {
  color: "AzoSans";
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
#top .container .row .box-form-div p {
  font-size: 0.5rem;
}
#top .container .row .box-form-div .input-contacto {
  font-size: 0.7rem;
}
#top .container .row .box-form-div .empty {
  border: 2px solid #ff4d4d;
}
#top .container .row .box-form-div .btn-enviar {
  background-color: #28a2e2;
}
#top .container .row .box-form-div .btn-enviar:hover {
  background-color: #05386a;
}
#beneficios {
  background-color: #05386a;
}
#beneficios .row .col-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#beneficios .row .texto-div p {
  color: white;
}
#beneficios .row .texto-div p .fa-arrow-circle-right {
  color: #28a2e2;
}
#beneficios .row .img-div img {
  border-radius: 10px;
}
#logos {
  background-color: white;
}
#logos .logo-col {
  text-align: center;
}
#logos .container h3 {
  font-family: "ExoMedium";
}
#logos .carousel-indicators li {
  background-color: #464646;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
#caracteristicas_section {
  background-color: #f7f7f7;
}
#caracteristicas_section h3 {
  font-family: "ExoMedium";
}
#caracteristicas_section .carousel-indicators li {
  background-color: #464646;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
#caracteristicas_section .carousel-control-prev-icon {
  background-image: url("../img/index/arrow-left.png");
  height: 12px;
  width: 7px;
}
#caracteristicas_section .carousel-control-next-icon {
  background-image: url("../img/index/arrow-right.png");
  height: 12px;
  width: 7px;
}
#caracteristicas_section .table-beneficios {
  border: 2px solid white;
  font-size: 13px;
  padding: 30px;
}
#caracteristicas_section .table-beneficios img {
  padding-bottom: 10px;
}
#caracteristicas_section .table-beneficios p {
  height: 57px;
}
#contacto_section {
  background-color: #f7f7f7;
}
#contacto_section h3 {
  font-family: "ExoMedium";
}
#contacto_section p {
  font-size: 15px;
}
#contacto_section .box-form-div h5 {
  color: "AzoSans";
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
#contacto_section .box-form-div .input-contacto {
  font-size: 0.7rem;
}
#contacto_section .box-form-div .empty {
  border: 2px solid #ff4d4d;
}
#contacto_section .box-form-div .btn-enviar2 {
  background-color: #28a2e2;
}
#contacto_section .box-form-div .btn-enviar2:hover {
  background-color: #05386a;
}
#contacto_section textarea {
  resize: none;
}
#contacto_section a {
  text-decoration: none;
  color: #212529;
}
#contacto_section a i {
  color: #25d366;
}
#contacto_section a:hover {
  color: #25d366;
}
footer {
  padding: 25px 0;
  background-color: #000b16;
  color: white;
}
.btn {
  border-radius: 35px;
  padding: 0.375rem 1rem;
  border: none;
}
.btn-secundario {
  background-color: #fa8d29;
  -webkit-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.75);
}
.empty {
  border: 1px solid #f76472;
  -webkit-box-shadow: 0px 0px 5px -1px #f76472;
  -moz-box-shadow: 0px 0px 5px -1px #f76472;
  box-shadow: 0px 0px 5px -1px #f76472;
}
.error-captcha {
  color: #f76472;
  display: none;
}
@media (max-width: 992px) {
  .navbar {
    position: relative;
    background-color: #000b16 !important;
  }
}
@media (max-width: 576px) {
  .navbar-brand {
    max-width: 50%;
  }
  #top {
    padding: 25px;
  }
  #top h1 {
    font-size: 2rem !important;
  }
  #top p {
    font-size: 0.8rem;
  }
  #top .container .row {
    padding-top: 1rem !important;
  }
  #top .container .row .form-div {
    padding: 1rem;
  }
  #top .container .row .form-div h5 {
    font-size: 0.8rem;
  }
  #logos,
  #caracteristicas_section {
    padding: 0 !important;
  }
  #logos .row,
  #caracteristicas_section .row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #logos .carousel-control-prev-icon,
  #caracteristicas_section .carousel-control-prev-icon,
  #logos .carousel-control-next-icon,
  #caracteristicas_section .carousel-control-next-icon {
    display: none;
  }
  #contacto_section {
    padding: 15px !important;
  }
}
