/*******************************/
/********* General CSS *********/
/*******************************/

@font-face {
  font-family: "Obviously";
  src: url("../fonts/Obviously.woff2") format("woff2"),
    url("../fonts/Obviously.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  color: #797979;
  background: #ffffff;
  font-family: "Obviously", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #112d45;
  font-family: "Obviously", sans-serif;
}

a {
  color: #454545;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #112d45;
  outline: none;
  text-decoration: none;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.container-fluid {
  max-width: 1366px;
}

.ir-arriba {
  position: fixed;
  display: none;
  background: #40dbc9;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.ir-arriba i {
  color: #112d45;
  padding-top: 10px;
}

.ir-arriba:hover {
  background: #112d45;
}

.ir-arriba:hover i {
  color: #40dbc9;
}

.enlace-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 100;
}

.whatsapp {
  width: 70px;
}

@media (min-width: 992px) {
  .mt-125 {
    margin-top: 125px;
  }
}

/*********************************/
/****** Barra Superior CSS *******/
/*********************************/
.barra-superior {
  position: relative;
  height: 35px;
  background-image: linear-gradient(to right, #40dbc9, #112d45);
}

.barra-superior .barra-superior-izquierda {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.barra-superior .barra-superior-derecha {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.barra-superior .texto {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 35px;
  padding: 0 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.barra-superior .texto:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.barra-superior .texto i {
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
}

.barra-superior .texto h2 {
  color: #eeeeee;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

.barra-superior .texto p {
  color: #eeeeee;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.barra-superior .sociales {
  display: flex;
  height: 35px;
  font-size: 0;
  justify-content: flex-end;
}

.barra-superior .sociales a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.barra-superior .sociales a:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.barra-superior .sociales a:hover {
  color: #112d45;
  background: #ffffff;
}

@media (min-width: 992px) {
  .barra-superior {
    padding: 0 60px;
  }
}

/**********************************/
/******** Barra de Menu CSS *******/
/**********************************/
.navbar {
  position: relative;
  transition: 0.5s;
  z-index: 999;
}

.navbar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.navbar .navbar-brand {
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 0px;
  font-weight: 200;
  text-transform: uppercase;
}

.navbar .navbar-brand img {
  max-width: 100%;
  max-height: 60px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #40dbc9;
  transition: none;
}

.navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    width: 100%;
    top: 35px;
    padding: 20px 60px;
    background: rgba(9, 42, 73, 0.2) !important;
    z-index: 9;
  }

  .navbar.nav-sticky {
    padding: 10px 60px;
    background: #112d45 !important;
  }

  .page .navbar {
    background: #112d45 !important;
  }

  .navbar a.nav-link {
    padding: 8px 15px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px;
    background: #112d45 !important;
  }

  .navbar a.nav-link {
    padding: 5px;
  }

  .navbar .dropdown-menu {
    box-shadow: none;
  }
}

@media (max-width: 450px) {
  .navbar .navbar-brand {
    width: 50%;
  }
}

/**********************************/
/***** Banner Principal CSS *******/
/**********************************/
.carrusel {
  position: relative;
  width: 100%;
  height: calc(100vh - 35px);
  min-height: 400px;
  background: #112d45;
  margin-bottom: 45px;
}

.carrusel .container-fluid {
  padding: 0;
}

.carrusel .carrusel-item {
  position: relative;
  width: 100%;
  height: calc(100vh - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carrusel .carrusel-img {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: right;
  overflow: hidden;
}

.carrusel .carrusel-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(9, 42, 73, 0.7);
  z-index: 1;
}

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

.carrusel .carrusel-texto {
  position: absolute;
  max-width: 700px;
  height: calc(100vh - 35px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.carrusel .carrusel-texto h1 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}

.carrusel .carrusel-texto p {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

.carrusel .carrusel-texto .btn {
  padding: 15px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.carrusel .carrusel-texto .btn i {
  margin-right: 5px;
}

.carrusel .carrusel-texto .btn:hover {
  color: #40dbc9;
  background: #ffffff;
}

.carrusel .carrusel-btn .btn:first-child {
  margin-right: 15px;
}

.carrusel .owl-nav {
  position: absolute;
  width: 122px;
  left: calc(50vw - 50%);
  /* right: 2px; */
  bottom: 2px;
  display: flex;
  z-index: 9;
}

.carrusel .owl-nav .owl-prev,
.carrusel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40dbc9;
  background: #112d45;
  font-size: 22px;
  transition: 0.3s;
}

.carrusel .owl-nav .owl-prev:hover,
.carrusel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #40dbc9;
}

.carrusel .owl-nav .owl-prev {
  margin-right: 2px;
}

.carrusel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .carrusel,
  .carrusel .carrusel-item,
  .carrusel .carrusel-texto {
    height: calc(100vh - 105px);
  }

  .carrusel .carrusel-texto h1 {
    font-size: 35px;
  }

  .carrusel .carrusel-texto p {
    font-size: 14px;
  }

  .carrusel .carrusel-texto .btn {
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .carrusel,
  .carrusel .carrusel-item,
  .carrusel .carrusel-texto {
    height: calc(100vh - 70px);
  }

  .carrusel .carrusel-texto h1 {
    font-size: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .carrusel .carrusel-texto .btn {
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carrusel .carrusel-texto h1 {
    font-size: 30px;
  }

  .carrusel .carrusel-texto .btn {
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  text-align: left;
  margin-bottom: 45px;
}

.section-header p {
  margin-bottom: 5px;
  position: relative;
  font-size: 12px;
}

.section-header h2 {
  margin: 0 0 0 40px;
  position: relative;
  font-size: 35px;
  font-weight: 900;
}

.section-header h2::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 0;
  top: 23px;
  left: -40px;
  border-bottom: 30px solid;
  border-image: repeating-linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 1.5%,
      rgba(0, 0, 0, 0.1) 1.5%,
      rgba(0, 0, 0, 0.1) 3%
    )
    30;
}

.section-header h2:hover::after {
  border-image: repeating-linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 1.5%,
      rgba(0, 0, 0, 0.05) 1.5%,
      rgba(0, 0, 0, 0.05) 3%
    )
    30;
}

@media (max-width: 991.98px) {
  .section-header h2 {
    font-size: 35px;
  }
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .section-header h2 span {
    display: block;
    margin-left: -40px;
  }
}

@media (max-width: 400px) {
  .section-header h2 span {
    font-size: 30px !important;
  }
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
/* .fact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.fact .fact-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px 0 25px 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.fact .fact-item:hover {
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

.fact .fact-item img {
  max-height: 50px;
  margin-bottom: 15px;
}

.fact .fact-item h2 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
} */

/********************************/
/********* Nosotros CSS *********/
/********************************/
.nosotros {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.nosotros .section-header {
  margin-bottom: 30px;
  margin-left: 0;
}

.nosotros .nosotros-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.nosotros .nosotros-img::after {
  position: absolute;
  content: "";
  top: 60px;
  right: 60px;
  bottom: 60px;
  left: 60px;
  background: transparent;
  border: 30px solid;
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.1) 1%
    )
    30;
  z-index: 1;
}

.nosotros .nosotros-img:hover::after {
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.05) 1%
    )
    30;
}

.nosotros .nosotros-img-1 {
  position: relative;
  height: 100%;
  height: 100%;
  margin: 0 150px 150px 0;
}

.nosotros .nosotros-img-2 {
  position: absolute;
  height: 100%;
  height: 100%;
  top: 150px;
  left: 150px;
  z-index: 1;
}

.nosotros .nosotros-img-1 img,
.nosotros .nosotros-img-2 img {
  position: relative;
  width: 100%;
}

.nosotros .nosotros-texto p {
  font-size: 12px;
}

.nosotros .nosotros-texto a.btn {
  position: relative;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #112d45;
  border: 2px solid #112d45;
  border-radius: 0;
  background: none;
  transition: 0.3s;
}

.nosotros .nosotros-texto a.btn:hover {
  color: #40dbc9;
  background: #112d45;
}

@media (max-width: 767.98px) {
  .nosotros .nosotros-img {
    margin-bottom: 30px;
    height: auto;
  }
}

/*********************************/
/****** Características CSS ******/
/*********************************/
.caracteristicas {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.caracteristicas .col-md-6 {
  height: 100%;
}

.caracteristicas .caracteristicas-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.caracteristicas .caracteristicas-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: 30%;
  left: 0;
  border: 30px solid;
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.1) 1%
    )
    30;
  z-index: 1;
}

.caracteristicas .caracteristicas-img:hover::after {
  border-image: repeating-linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1) 0.5%,
      rgba(0, 0, 0, 0.05) 0.5%,
      rgba(0, 0, 0, 0.05) 1%
    )
    30;
}

.caracteristicas .caracteristicas-img img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: 0 0 30px 0;
  z-index: 2;
}

.caracteristicas .counters .col-6 {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.caracteristicas .counters i {
  padding: 5px 15px 0 0;
  font-size: 28px;
  color: #40dbc9;
}

.caracteristicas .counters h2 {
  position: relative;
  display: inline-block;
  color: #40dbc9;
  font-size: 30px;
  font-weight: 300;
}

.caracteristicas .counters h2::after {
  position: absolute;
  content: "+";
  top: -15px;
  right: -15px;
}

.caracteristicas .counters p {
  color: #112d45;
  font-size: 14px;
  margin: 0;
}

.caracteristicas .porque > p {
  font-size: 12px;
}

@media (max-width: 992px) {
  .caracteristicas .counters p {
    font-size: 14px;
    font-weight: 700;
  }

  .caracteristicas .porque p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .porque {
    padding-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .caracteristicas .caracteristicas-img {
    margin-bottom: 45px;
  }

  .caracteristicas .counters {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .caracteristicas .counters .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 450px) {
  .row.counters {
    flex-direction: column;
  }

  .caracteristicas .counters p {
    font-size: 17px;
    font-weight: 600;
  }

  .caracteristicas {
    max-width: 100%;
  }
}

/*********************************/
/********* Servicios CSS *********/
/*********************************/
.servicios {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.servicios .servicios-item {
  position: relative;
  width: 100%;
  height: 100%;
  /* margin-bottom: 30px; */
  padding: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.servicios .servicios-item:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.servicios .servicios-item img {
  max-height: 50px;
  margin-bottom: 20px;
}

.servicios .servicios-item i {
  font-size: 60px;
  color: #40dbc9;
  margin-bottom: 15px;
}

.servicios .servicios-item h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.servicios .servicios-item p {
  margin-bottom: 10px;
  font-size: 16px;
}

.servicios .servicios-item a {
  position: relative;
  font-size: 16px;
  color: #40dbc9;
  transition: 0.3s;
}

.servicios .servicios-item a::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  bottom: -3px;
  left: 10%;
  background: #40dbc9;
}

.servicios .servicios-item:hover a.btn {
  color: #112d45;
  background: #1d2434;
  border-color: #1d2434;
}

/*********************************/
/********* Servicios CSS *********/
/*********************************/
.prepagas {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.prepagas .card-text {
  font-size: 12px;
}

.prepagas .card {
  transition: 0.3s;
}

.prepagas .card:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
/* .team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 75px;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: absolute;
  width: calc(100% - 30px);
  height: 96px;
  bottom: -46px;
  left: 15px;
  padding: 25px 15px;
  text-align: center;
  background: rgba(256, 256, 256, 0.9);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
}

.team .team-text h2 {
  color: #40dbc9;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.team .team-text p {
  margin-bottom: 20px;
  color: #112d45;
}

.team .team-social {
  position: relative;
  font-size: 0;
}

.team .team-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  color: #112d45;
  border: 2px solid #112d45;
  transition: 0.3s;
}

.team .team-social a:hover {
  color: #40dbc9;
  border-color: #40dbc9;
}

.team .team-item:hover .team-text {
  height: 160px;
} */

/*******************************/
/******* Testimonios CSS *******/
/*******************************/
.testimonios {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.testimonios .testimonios-carrusel {
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.testimonios .testimonios-item {
  position: relative;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.testimonios .testimonios-item img {
  position: relative;
  width: 80px;
  border-radius: 80px;
  margin-bottom: 15px;
}

.testimonios .testimonios-item p {
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonios .testimonios-item h2 {
  position: relative;
  color: #112d45;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.testimonios .testimonios-item h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  bottom: -10px;
  left: 0;
  background: #40dbc9;
  transition: 0.3s;
}

.testimonios .testimonios-item:hover h2::before {
  width: 60px;
}

.testimonios .testimonios-item h3 {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0;
}

.testimonios .owl-nav {
  position: relative;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonios .owl-nav .owl-prev,
.testimonios .owl-nav .owl-next {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40dbc9;
  font-size: 25px;
  transition: 0.3s;
}

.testimonios .owl-nav .owl-prev {
  padding-right: 80px;
}

.testimonios .owl-nav .owl-next {
  padding-left: 80px;
}

.testimonios .owl-nav .owl-prev:hover,
.testimonios .owl-nav .owl-next:hover {
  color: #112d45;
}

.testimonios .owl-nav .owl-prev::after,
.testimonios .owl-nav .owl-next::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  top: 11px;
  background: #40dbc9;
  transition: 0.3s;
}

.testimonios .owl-nav .owl-prev::after {
  left: 9px;
}

.testimonios .owl-nav .owl-next::after {
  right: 9px;
}

.testimonios .owl-nav .owl-prev:hover::after {
  background: #112d45;
}

.testimonios .owl-nav .owl-next:hover::after {
  background: #112d45;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
/* .blog {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.blog .section-header {
  margin-bottom: 75px;
}

.blog .blog-carousel {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
  right: -15px;
}

.blog .blog-item {
  position: relative;
  margin: 0 15px;
}

.blog.blog-page .blog-item {
  margin: -30px 0 0 0;
}

.blog .blog-img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-content {
  position: relative;
  width: calc(100% - 60px);
  top: -60px;
  left: 30px;
  padding: 25px 30px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.blog .blog-content h2.blog-title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.blog .blog-meta {
  position: relative;
  margin-bottom: 15px;
}

.blog .blog-meta * {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #797979;
}

.blog .blog-meta i {
  color: #40dbc9;
  margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
  margin-left: 0;
}

.blog .blog-text {
  position: relative;
}

.blog .blog-text p {
  margin-bottom: 10px;
}

.blog .blog-item a.btn {
  position: relative;
  padding: 0 0 0 35px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #40dbc9;
  transition: 0.3s;
}

.blog .blog-item a.btn:hover {
  color: #112d45;
}

.blog .blog-item a.btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 10px;
  left: 0;
  background: #40dbc9;
}

.blog .owl-nav {
  position: relative;
  width: 100%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40dbc9;
  font-size: 25px;
  transition: 0.3s;
}

.blog .owl-nav .owl-prev {
  padding-right: 80px;
}

.blog .owl-nav .owl-next {
  padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #112d45;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  top: 11px;
  background: #40dbc9;
  transition: 0.3s;
}

.blog .owl-nav .owl-prev::after {
  left: 9px;
}

.blog .owl-nav .owl-next::after {
  right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
  background: #112d45;
}

.blog .owl-nav .owl-next:hover::after {
  background: #112d45;
}

.blog .pagination {
  margin-bottom: 0;
}

.blog .pagination .page-link {
  margin-top: -30px;
  color: #112d45;
  border-radius: 0;
  border-color: #112d45;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #40dbc9;
  background: #112d45;
}

.blog .pagination .disabled .page-link {
  color: #999999;
} */

/********************************/
/********* Contacto CSS *********/
/********************************/
.contacto {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contacto .contacto-info {
  position: relative;
  display: flex;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}

.contacto .contacto-info:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contacto .contacto-icono {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contacto .contacto-icono i {
  font-size: 25px;
  color: #40dbc9;
}

.contacto .contacto-texto {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.contacto .contacto-texto h3 {
  font-size: 12px;
  font-weight: 400;
  color: #112d45;
  letter-spacing: 1px;
}

.contacto .contacto-texto p {
  margin: 0;
  font-size: 12px;
}

.contacto .contacto-form {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.3s;
}

.contacto .contacto-form:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.contacto .contacto-form input {
  padding: 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.contacto .contacto-form textarea {
  height: 100px;
  padding: 8px 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.contacto .contacto-form .btn {
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #112d45;
  background: none;
  border: 2px solid #112d45;
  border-radius: 0;
  transition: 0.3s;
}

.contacto .contacto-form .btn:hover {
  color: #40dbc9;
  background: #112d45;
}

.contacto .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contacto .help-block ul li {
  font-size: 12px;
}

/*******************************/
/******* Single Page CSS *******/
/*******************************/
/* .single {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.single img {
  width: 100%;
  margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
  margin-bottom: 30px;
}

.single .ul-group {
  padding: 0;
  list-style: none;
}

.single .ul-group li {
  margin-left: 2px;
}

.single .ul-group li::before {
  position: relative;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.single .ol-group {
  padding-left: 18px;
} */

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 90px;
  background: #112d45;
}

.footer .footer-contacto,
.footer .footer-link,
.footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
  color: #ffffff;
  font-size: 12px;
}

.footer .footer-contacto h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer .footer-contacto h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #40dbc9;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #40dbc9;
  letter-spacing: 1px;
}

.footer .footer-contacto p i {
  width: 35px;
  font-size: 20px;
}

.footer .footer-sociales {
  position: relative;
  margin-top: 20px;
}

.footer .footer-sociales a {
  display: inline-block;
}

.footer .footer-sociales a i {
  margin-right: 15px;
  font-size: 18px;
  color: #112d45;
}

.footer .footer-sociales a:last-child i {
  margin: 0;
}

.footer .footer-sociales a:hover i {
  color: #999999;
}

.footer .footer-newsletter .form {
  position: relative;
  width: 100%;
}

.footer .footer-newsletter input {
  height: 60px;
  border: 2px solid #1d2434;
  border-radius: 0;
}

.footer .footer-newsletter .btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 44px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #112d45;
  background: none;
  border-radius: 0;
  border: 2px solid #112d45;
  transition: 0.3s;
}

.footer .footer-newsletter .btn:hover {
  color: #40dbc9;
  background: #112d45;
}

.footer .copyright {
  padding: 0 30px;
}

.footer .copyright .row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright p {
  margin: 0;
  color: #999999;
  font-size: 10px;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #ffffff;
}

.footer .copyright p a:hover {
  color: #40dbc9;
}

.footer .container .row .row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
