html {
  overflow-x: hidden;
}

:root {
  --color-principal: #f7c621;
  --botones-fondo: #f7c621;
  --botones-fondo-hover: #000;
}


.gold-background {
  background: rgb(240, 157, 49);
  background: -moz-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: -webkit-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09d31", endColorstr="#fbb040", GradientType=1);
}


body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
}

.fondo-negro {
  background-color: #000000;
}

.fondo-transparente {
  background-color: transparent;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.heading_container h2 {
  position: relative;
  margin: 0;
  padding: 10px 0;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: #dbc64c;
  background-repeat: no-repeat;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  position: relative;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
}

.hero_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
  background-image: url(../images/hero-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sub_page .hero_area {
  min-height: auto;
  background-image: none;
  background-color: #e1f3fd;
}

.sub_page .service_section {
  margin: 45px auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.navbar.navbar-expand-lg.custom_nav-container {
  transition: all .6s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  margin: 10px 20px;
  padding: 0;
  color: #282828;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  transition: all .5s;
}

.custom_nav-container.scrolled .navbar-nav .nav-item .nav-link {
  color: #fff;
}

@media screen and (max-width:990px) {
  .custom_nav-container.scrolled .navbar-nav .nav-item .nav-link {
    color: #000;
  }
}

.custom_nav-container.scrolled {
  background: #000;
  padding-top: 0;
  position: fixed;
}

.logo-header {
  max-height: 100px;
  border-radius: 10px;
  max-width: 25vw;
}

@media screen and (min-width:764px) {
  .logo-header {
    max-width: 30vw;
  }
}

.custom_nav-container.scrolled .logo-header {
  max-height: 60px;
}

.custom_nav-container {
  background: transparent;
  position: relative;
  padding-top: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center 5px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #0b0b0a;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding-top: 0px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(247, 198, 33, 1) 33%, rgba(247, 198, 33, 1) 100%);
  background: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(247, 198, 33, 1) 33%, rgba(247, 198, 33, 1) 100%);
  background: linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 33%, rgba(247, 198, 33, 1) 33%, rgba(247, 198, 33, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f7c621", GradientType=1);
}

@media screen and (max-width:920px) {
  .custom_nav-container {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(247, 198, 33, 1) 50%, rgba(247, 198, 33, 1) 100%);
    background: -webkit-linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(247, 198, 33, 1) 50%, rgba(247, 198, 33, 1) 100%);
    background: linear-gradient(65deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(247, 198, 33, 1) 50%, rgba(247, 198, 33, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f7c621", GradientType=1);
  }
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 45px;
}

.custom_nav-container.scrolled .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
  border-radius: 3px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  color: #3b3a3a;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section div#carouselExampleIndicators {
  width: 130%;
  margin-left: -20%;
  position: unset;
}

.slider_section .box {
  padding-left: 15%;
  margin-bottom: 100px;
}

.slider_section .box .detail-box {
  padding-right: 10%;
}

.slider_section .box .detail-box h4 {
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .box .detail-box h1 {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 3rem;
}

.slider_section .box .img-box {
  margin: 0 7%;
}

.slider_section .box .img-box img {
  width: 100%;
}

.slider_section .box .btn-box {
  margin-top: 15px;
}

.slider_section .box .btn-box a {
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
}

.slider_section .box .btn-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.slider_section .slider_form {
  width: 400px;
  padding: 25px;
  background-color: #282828;
  border-radius: 10px;
  margin: auto;
}

.slider_section .slider_form .titulo-formulario {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.3em;
}

.slider_section .slider_form form {
  margin: 15px 0;
}

.slider_section .slider_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.slider_section .slider_form form .btm_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .slider_form form .btm_input input {
  width: calc(95% - 116px);
  margin: 0;
  margin-right: 10px;
}

.slider_section .slider_form form .btm_input button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 116px;
  border: none;
  outline: none;
  background: rgb(240, 157, 49);
  background: -moz-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: -webkit-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09d31", endColorstr="#fbb040", GradientType=1);
  color: #000;
  font-weight: 700;
}

.slider_section .slider_form form .btm_input button:hover {
  background: rgb(240, 157, 49);
  background: -moz-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  background: linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09d31", endColorstr="#fbb040", GradientType=1);
}

.slider_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 10%;
}

.slider_section .carousel-indicators li {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #282828;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  background-color: #dbc64c;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box {
  position: relative;
  padding-right: 75px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.about_section .detail-box::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 65%;
  top: 10%;
  right: 25px;
  z-index: 1;
  background-color: #dbc64c;
  background-repeat: no-repeat;
}

.about_section .img-box {
  padding: 75px 45px;
}

.about_section .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #282828;
  z-index: 1;
  border-radius: 10px;
}

.service_section {
  width: 95%;
  margin: auto;
  border: 1px solid #e5e5e5;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_section .service_container .box .img-box {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service_section .service_container .box .img-box img {
  max-width: 100%;
  max-height: 100%;
}

.service_section .service_container .box .detail-box {
  margin-top: 15px;
}

.service_section .service_container .box .detail-box h5 {
  font-weight: bold;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #0b0b0a;
  background-color: transparent;
  color: #0b0b0a;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: #0b0b0a;
  color: #ffffff;
}

.news_section .news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
}

.news_section .news_container .date-box {
  background-color: #252525;
  padding: 7px 25px;
  color: #ffffff;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}

.news_section .news_container .date-box h6 {
  margin: 0;
}

.news_section .news_container .box {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_section .news_container .box .img-box {
  width: 100%;
}

.news_section .news_container .box .img-box img {
  width: 100%;
}

.news_section .news_container .box .detail-box {
  background-color: #000;
  padding: 15px;
}

.news_section .news_container .box .detail-box h6 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-principal);
}

.news_section .news_container .box .detail-box p {
  margin: 0;
  color: #fff;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

.client_section .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 9px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--color-principal);
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -10%;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-white.png);
}

.client_section .owl-carousel .owl-nav .owl-next {
  right: -10%;
  background-image: url(../images/next.png);
}

.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-white.png);
}

.client_section .box {
  padding: 35px 0px 0px 0px;
  margin: 15px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.client_section .box .img-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-60px);
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 0;
  padding: 0 15px 15px 15px;
}

.client_section .box .detail-box img {
  width: 25px;
}

.client_section .box>div {
  position: relative;
  z-index: 2;
}

.client_section .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgb(240, 157, 49);
  background: -moz-linear-gradient(0deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  background: linear-gradient(0deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 20%, rgba(255, 238, 181, 1) 33%, rgba(243, 174, 63, 1) 58%, rgba(251, 176, 64, 1) 65%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 87%, rgba(251, 176, 64, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09d31", endColorstr="#fbb040", GradientType=1);
  z-index: 1;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  margin-bottom: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #252525;
  background-size: 15px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: initial;
  bottom: -75px;
  outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--color-principal);
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: -5%;
}

.client_section .owl-carousel .owl-nav .owl-next {
  left: calc(-5% + 55px);
  background-image: url(../images/next.png);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_form {
  padding: 25px;
  background-color: #282828;
  margin: 0 45px;
}

.contact_section .contact_form h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact_section .contact_form form {
  margin: 15px 0;
}

.contact_section .contact_form form input {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  padding-left: 15px;
}

.contact_section .contact_form form input.message_input {
  height: 75px;
}

.contact_section .contact_form form button {
  padding: 8px 30px;
  border: none;
  outline: none;
  background-color: var(--color-principal);
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_section .img-box img {
  width: 100%;
}

.app_section {
  background-color: var(--color-principal);
  color: #ffffff;
}

.app_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app_section .detail-box h2 {
  color: #252525;
  text-transform: uppercase;
  font-weight: bold;
}

.app_section .detail-box .text-box {
  margin-top: 25px;
}

.app_section .detail-box .text-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

.app_section .detail-box .btn-box {
  margin: 25px -5px 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_section .detail-box .btn-box a {
  margin: 5px;
}

.app_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app_section .img-box img {
  max-width: 100%;
}

.why_section .why_container {
  padding-left: 10%;
}

.why_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why_section .box .img-box {
  min-width: 90px;
  min-height: 90px;
  /* background-color: #252525; */
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 45px;
}

.why_section .box .img-box img {
  max-width: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.why_section .box .img-box .img-2 {
  display: none;
  opacity: 0;
}

.why_section .box .detail-box h5 {
  font-weight: bold;
}

.why_section .box .detail-box p {
  margin: 0;
}

.why_section .box:nth-child(2) {
  margin: 35px 0;
}

.why_section .box:hover .img-box {
  background-color: var(--color-principal);
}

.why_section .box:hover .img-box .img-1 {
  display: none;
  opacity: 0;
}

.why_section .box:hover .img-box .img-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1;
}

/* info section */
.info_section {
  background-color: #161616;
  color: #ffffff;
}

.info_section .box {
  width: 100%;
  margin: 0 auto;
}

.info_section .box ul li a {
  font-size: 12px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-align: center;
  margin-bottom: 35px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  width: calc(100% - 55px);
  outline: none;
  color: #000000;
  height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #9a9999;
}

.info_section .info_form form input ::placeholder {
  color: #9a9999;
}

.info_section .info_form form button {
  border: none;
  outline: none;
  background-color: var(--color-principal);
  width: 55px;
  font-size: 15px;
  text-transform: uppercase;
  background-image: url(../images/right-arrow.png);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.info_section .info_links ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_section .info_links ul li {
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_section .info_links ul li a {
  color: #ffffff;
  padding: 10px;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px auto 15px auto;
}

.info_section .info_social img {
  width: 35px;
  margin: 0 7px;
}

/* end info section */
/* footer section*/
.footer_section {
  background-color: var(--color-principal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.footer_section p {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  width: 55%;
}

.footer_section a {
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
.video-inicio1 {
  max-height: calc(100vh - 100px);
  position: relative;
  z-index: 9;
  max-width: max-content;
}

.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: flex-end;
}

.mr-2p {
  margin-right: 2%;
}

body.servicio .card-item {
  border: 1px solid #000 !important;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
  position: relative;
  border-radius: 0;
}

body.servicio .card-item .row {
  min-height: 100%;
}

body.servicio .card-item .card-bg {
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.servicio .card-item .card-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body.servicio .card-item .card-body {
  padding: 30px;
}

body.servicio .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

body.servicio .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

/*
* tarjetas inicio
*/
.geo-ini-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 3em;
}



.geo-ini-card .card-bg {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  position: relative;
}

.geo-ini-card .card-bg img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all .6s;
}

.geo-ini-card .ini-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%) rotateZ(90deg) rotateY(30deg);
  transform-origin: top left;
  z-index: 3;
  transition: all .6s;
  background-color: #000000a6;
  color: #fff;
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  opacity: 0;
  margin: 0;
}

.geo-ini-card:hover .ini-card-content {
  transform: translate(0, 0) rotateZ(0) rotateY(0);
  opacity: 1;
}

@media screen and (max-width: 990px) {
  #servicios .col-md-4 {
    width: 48% !important;
    max-width: 48%;
    flex: 0 0 48%;
  }

  .geo-ini-card .card-bg {
    height: 28vw;
  }

  .geo-ini-card .ini-card-content {
    font-size: 14px;
    line-height: 1.1em;
  }

}

@media screen and (max-width: 764px) {
  #servicios .col-md-4 {
    width: 100% !important;
    max-width: 199%;
    flex: 0 0 100%;
  }

  .geo-ini-card .card-bg {
    height: 56vw;
  }
}

.geo-ini-card:hover .card-bg img {
  transform: scale(1.2);
}

.ini-leer-mas {
  display: block;
  margin-top: .8em;
  color: #000;
  background-color: var(--color-principal);
  transition: all .5s;
  border-radius: 3px;
  padding: 3px 10px 5px 10px;
}

a.ini-leer-mas:hover {
  background-color: var(--botones-fondo-hover);
  color: #fff;
}

.ini-card-content {
  margin-top: 1em;
  margin-bottom: 1em;
}


h3.titulo-ini-card {
  font-size: 1em;
  font-weight: 600;
  transition: all .6s;
  display: block;
  width: 100%;
  text-align: center;
  min-height: 5em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
  width: 100%;
  /* background:var(--color-principal); */
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.geo-ini-card:hover h3.titulo-ini-card {
  color: #fff;
  background-color: #000;
  background: #000;
}


.constructions .card-item .card-bg img,
.img-fondo {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#servicios .section-header h2 {
  text-align: center;
  display: block;
  font-weight: 800;
  margin-top: 3em;
  margin-bottom: 2em;
}

.boton-general {
  min-width: 116px;
  border: none;
  outline: none;
  background-color: var(--color-principal);
  color: #000;
  transition: all .6s;
  padding: 5px 10px;
  display: block;
  max-width: max-content;
}

.boton-general:hover {
  color: #fff;
  background-color: #000;
}

.img-telefono {
  display: flex;
  justify-content: center;
}

.logo-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: 80%;
}

.owl-stage {
  display: flex;
  padding-bottom: 15px;
}

.owl-carousel.owl-drag .owl-item {
  display: flex;
}

.owl-carousel.owl-drag .owl-item .box {
  height: 98%;
}

.telefonos-footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 3px;
}

.telefonos-footer .telefono-footer {
  color: var(--color-principal);
  font-size: 1.3em;
  font-weight: 700;
  transition: all .6s;
  margin-top: 10px;
  margin-bottom: 19px;
}

.telefonos-footer .telefono-footer:hover {
  transform: translateX(10px);
}

@media screen and (max-width:980px) {
  .collapse.show {
    background: #fff;
  }
}

header .nav-link.telefono-menu,
.custom_nav-container .navbar-nav .nav-item .nav-link.telefono-menu {
  background-color: #000;
  color: var(--color-principal);
  padding: 3px 10px;
}

.dropdown-item {
  transition: all .5s;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: #000;
  color: var(--color-principal);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.centrado {
  margin-left: auto;
  margin-right: auto;
}

.img-telefono img {
  max-height: 60vh;
  position: relative;
}

.img-telefono {
  margin-top: 40px;
}

.breadcrumbs>.container>h1 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-principal);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateY(-20px);
}

.gslide-description.description-bottom {
  background: rgb(240, 157, 49);
  background: -moz-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: -webkit-linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  background: linear-gradient(45deg, rgba(240, 157, 49, 1) 5%, rgba(243, 183, 63, 1) 15%, rgba(255, 238, 181, 1) 28%, rgba(243, 174, 63, 1) 38%, rgba(251, 176, 64, 1) 50%, rgba(255, 234, 207, 1) 80%, rgba(255, 255, 255, 1) 83%, rgba(251, 176, 64, 1) 92%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09d31", endColorstr="#fbb040", GradientType=1);
}

.row-seo {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
  max-width: 100%;
}

.row-seo ul {
  padding: 0;
}

@media screen and (max-width:920px) {
  .row-seo {
    flex-flow: column;
  }
}

@media (min-width: 920px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-expand-custom .navbar-nav {
    flex-direction: row;  
  }

  .navbar-expand-custom .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-custom .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    width: max-content;
  }
  .navbar-expand-custom li.nav-item{
    align-items: center;
    display: flex;
    align-content: center;
    width: max-content;
  }

  .navbar-expand-custom>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

}
@media (min-width: 920px) and (max-width:1420px){
  .navbar-expand-custom .navbar-nav {   
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .custom_nav-container .navbar-nav .nav-item .nav-link {
    margin: 5px 10px;
    font-size: 14px;
  }
  #navbarSupportedContent{
    max-width:68%;
  }
}

.row-seo a {
  display: block;
  text-align: left;
  padding: 3px;
  color: #fff;
  transition: opacity .6s;

}

.row-seo a:hover {
  opacity: .6;
}

.info_social div a img {
  transition: all .1s ease;
  border-radius: 100px;
}

.info_social div:first-child a img:hover {
  border: 3px solid #405DE6;
}

.info_social div:last-child a img:hover {
  border: 3px solid #E1306C;
}