/*********************/
/***** GENERALES *****/
/*********************/

@font-face {
  font-family: "Geomatrix-R";
  src: url("../fonts/Geomatrix-8MYjn.ttf");
}
@font-face {
  font-family: "Geomatrix-B";
  src: url("../fonts/GeomatrixBold-6YBZ1.ttf");
}
@font-face {
  font-family: "Geomatrix-EXB";
  src: url("../fonts/GeomatrixBlack-51Rmv.ttf");
}
@font-face {
  font-family: "Officina";
  src: url("../fonts/officina-san-itc-extra-bold-italic.ttf");
}
h1, h2, h3, h4, h5 {
  font-family: "Geomatrix-EXB" !important;
}

body {
  font-family: "Geomatrix-R" !important;
  font-size: 19px;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    font-size: 22px;
  }
}
.goToUp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  z-index: 9999;
  bottom: 15%;
  padding: 0px 13px;
  font-size: 32px;
  color: white;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  cursor: pointer;
  height: 45px;
}

.goToUp i {
  vertical-align: top;
  padding-top: 25%;
}

.text-orange {
  color: #F9AE00;
}

.text-blue {
  color: #00ABCC;
}

.text-darkblue {
  color: #005A9B;
}

.text-claro {
  color: white;
}

.text-oscuro {
  color: #222;
}

.icono_whatsapp {
  position: fixed;
  bottom: 25px;
  width: 60px;
  height: 60px;
  right: 25px;
  background-color: #00bb2d;
  border-radius: 50px;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 14px #555;
          box-shadow: 0px 0px 14px #555;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  z-index: 9999;
}

.icono_whatsapp:hover,
.icono_whatsapp:active,
.icono_whatsapp:focus,
.icono_whatsapp:target {
  color: white;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icono_whatsapp i {
  margin: 0 auto;
}

.left {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 576px) {
  .left {
    text-align: left;
  }
}
.right {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 576px) {
  .right {
    text-align: right;
  }
}
#inicio {
  padding-top: 76px;
}
@media only screen and (min-width: 576px) {
  #inicio {
    padding-top: 83px;
  }
}
@media only screen and (min-width: 768px) {
  #inicio {
    padding-top: 88px;
  }
}
@media only screen and (min-width: 992px) {
  #inicio {
    padding-top: 95px;
  }
}
@media only screen and (min-width: 1200px) {
  #inicio {
    padding-top: 99px;
  }
}

.icon-close-menu {
  font-size: 30px;
  padding: 25px 25px 10px 25px;
  color: white;
  float: right;
  cursor: pointer;
}

.icon-close-menu:hover {
  opacity: 0.7;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  color: #8cd0e5;
}

.card-body {
  padding: 50px !important;
  font-size: 18px;
}

.row-sin-margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.color-orange {
  color: #f9ae00 !important;
  border-color: #f9ae00 !important;
}

.color-darkblue {
  color: #005a9b !important;
  border-color: #005a9b !important;
}

.color-claro {
  color: white !important;
  border-color: white !important;
}

.btn-primary {
  background-color: transparent;
  border: 3px solid;
  border-radius: 2px;
  padding: 4px 12px !important;
  font-size: 28px;
  font-family: "Geomatrix-B";
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus, .btn-primary:target {
  background-color: rgba(255, 255, 255, 0.2) !important;
  opacity: 0.7;
}

.btn {
  padding: 0.375rem 0.65rem !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: 44%;
  background-color: #222;
  bottom: 44%;
  width: 4%;
}

.carousel-indicators li.active {
  border: 3px solid #00abcc;
}

.carousel-indicators li {
  height: 20px;
  width: 20px;
  border-top: none;
  border-bottom: none;
  border-radius: 25px;
  border: 3px solid #8cd0e5;
  background-color: transparent;
  opacity: 1;
}

.navbar {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 576px) {
  .navbar {
    width: 54%;
  }
}
.myDropdown {
  display: inline-block;
}

.myDropdown .dropdown-toggle {
  background-color: transparent !important;
  color: inherit !important;
  font-size: inherit;
  border: none;
}

.myDropdown .dropdown-toggle i {
  margin-left: 10px;
  vertical-align: top;
  color: #f9ae00;
}

.myDropdown .dropdown-menu.show {
  padding: 6%;
  font-size: 20px;
  width: 300px;
  background-color: #eee;
}
@media only screen and (min-width: 768px) {
  .myDropdown .dropdown-menu.show {
    width: 310px;
  }
}
@media only screen and (min-width: 992px) {
  .myDropdown .dropdown-menu.show {
    width: 350px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .myDropdown .dropdown-menu.show {
    width: 400px;
  }
}

.myDropdown .dropdown-menu.show p {
  margin: 0;
}

.slick-prev:before, .slick-next:before {
  color: #f9ae00 !important;
  font-size: 30px !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-slide {
  text-align: center;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.slick-dots {
  margin-top: 8px;
  position: relative;
}

.slick-dots li button:before {
  opacity: 1 !important;
  border: 3px solid #f9ae00 !important;
  font-size: 20px !important;
  color: transparent !important;
  border-radius: 50px;
}

.slick-dots li.slick-active button:before {
  border: 3px solid #f9ae00 !important;
}

.slick-next {
  right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .slick-next {
    right: -25px !important;
  }
}
.slick-prev {
  left: -10px !important;
}
@media only screen and (min-width: 768px) {
  .slick-prev {
    left: -25px !important;
  }
}
.arrow-slick.prev {
  left: -1%;
}

.arrow-slick.next {
  right: -1%;
}

.arrow-slick {
  width: 4%;
  background-color: black;
  color: white;
  font-size: 35px;
  text-align: center;
  position: absolute;
  top: 34%;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  z-index: 99;
}

.arrow-slick:hover {
  opacity: 0.7;
}

video {
  max-width: 100%;
}

.boxMenu {
  position: absolute;
  right: 4%;
  top: 17%;
}
@media only screen and (min-width: 768px) {
  .boxMenu {
    right: 0;
    top: 24%;
  }
}
.jPushMenuBtn {
  color: #F9AE00 !important;
  cursor: pointer;
  font-size: 35px;
}

.jPushMenuBtn:hover,
.jPushMenuBtn:focus,
.jPushMenuBtn:target,
.jPushMenuBtn:visited {
  opacity: 0.7;
}

/***********************/
/***** ANIMACIONES *****/
/***********************/
.hover-opacity {
  opacity: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.hover-opacity:hover,
.hover-opacity:active,
.hover-opacity:focus {
  opacity: 0.8;
}

.et-hidden {
  display: none !important;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et-visible {
  display: inline !important;
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.container-accordion {
  position: relative;
  display: -ms-grid;
  display: grid;
  background-color: #00abcc;
}

ul.lista-accordion {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

/* LIST */
ul.lista-accordion ul {
  list-style: none;
}

/* FORM */
.lista-accordion input {
  display: none;
}

.lista-accordion label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 120vh;
  width: 100px;
  overflow: hidden;
  text-align: center;
  line-height: 110px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  color: white;
  margin-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.03);
  font-family: "Geomatrix-R";
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  position: relative;
}

label:hover,
li:nth-child(even) > input + label:hover {
  color: #fff;
  cursor: pointer;
}

input[type=radio]:checked ~ label {
  color: #fff;
  cursor: default !important;
}

/* SLIDES */
.accslide {
  display: block;
  height: 100%;
  width: 0px;
  padding: 3%;
  float: left;
  overflow-x: hidden;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: #00abcc;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accslide * {
  padding-left: 10px;
}
.accslide img {
  margin-top: 10px;
}

.accslide .content {
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.accslide .content h4,
.accslide .content p {
  padding-left: 0;
}

input[type=radio] ~ label > * {
  white-space: nowrap;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 40px;
  text-align: center;
  line-height: 55px;
  padding: 0 20px;
}

li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 300px);
}

li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}

li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}

li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}

li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 400px);
}

li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 500px);
}

li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 500px);
}

li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 500px);
}

li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 500px);
}

li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 500px);
}

li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 600px);
}

li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 700px);
}

li:nth-child(1):nth-last-child(8) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(2):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(3):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(4):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(5):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(6):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(7):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

li:nth-child(8):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 800px);
}

.accslide:not(.colapsado) {
  display: none;
}

ul.lista-accordion li i {
  position: absolute;
  right: 4px;
  top: 3%;
}
@media only screen and (min-width: 992px) {
  ul.lista-accordion li i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 4px;
    top: 3%;
  }
}
/******************/
/***** HEADER *****/
/******************/
header.fixed {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 999;
  min-height: 73px;
}

header {
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px #333;
          box-shadow: 0px 0px 8px #333;
}

header #top-bar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 15px;
}

nav.navbar.navbar-expand-lg {
  background-color: #fff;
  color: white;
}

#navbarSupportedContent {
  padding-top: 20px;
}

i.fas.fa-bars {
  color: #8cd0e5;
  font-size: 34px;
}

#top-bar-head .item-social {
  border: 2px solid #333;
  padding: 6px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0 3px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: black;
}

#top-bar-head .item-social:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

img.logo {
  width: 175px;
}
@media only screen and (min-width: 576px) {
  img.logo {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  img.logo {
    width: 210px;
  }
}
@media only screen and (min-width: 992px) {
  img.logo {
    width: 230px;
  }
}
@media only screen and (min-width: 1200px) {
  img.logo {
    width: 240px;
  }
}

a.nav-link {
  text-transform: uppercase;
  font-size: 21px;
  color: #00abcc !important;
}

a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus,
a.nav-link.active {
  color: #8cd0e5 !important;
}

ul#nav-secondary {
  text-align: right;
  display: inline-block;
  width: 57%;
}

ul#nav-secondary li {
  display: inline-block;
  margin: 0 0 0 7px;
}

ul#nav-secondary li a {
  padding: 0 4px;
  font-size: 21px;
}

header ul.social_links {
  margin: 0;
  float: none;
  margin-top: 21px;
  margin-bottom: 15px;
  padding-left: 22px;
}
@media only screen and (min-width: 576px) {
  header ul.social_links {
    margin-top: 16px;
    margin-bottom: 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  header ul.social_links {
    float: right;
    padding-left: 22px;
    margin-bottom: 0px;
  }
}
ul.social_links li img {
  width: 32px;
  max-height: 32px;
}

header ul.social_links li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 3px;
}

#miBoton {
  font-size: 17px;
  padding: 5px 10px;
  font-family: "Grold-S";
  float: none;
  margin-top: 16px;
}
@media only screen and (min-width: 576px) {
  #miBoton {
    float: right;
  }
}
div#box-search {
  background: #e40421;
  padding: 15px;
  top: 46px;
  z-index: 999;
  right: 0;
  left: auto;
  border-radius: 0;
  width: 272px;
}

div#box-search input {
  border-radius: 0;
}

div#box-search button {
  border-radius: 0;
  background-color: #ddd;
  margin: 0;
  margin-left: -2px;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
}

/******************/
/***** FOOTER *****/
/******************/
footer {
  background-color: #005a9b;
  padding: 40px 0;
}

footer #bottom-bar-footer {
  background-color: transparent;
  color: white;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Geomatrix-R";
}

footer #bottom-bar-footer a {
  color: white;
}

footer .container {
  margin-bottom: 20px;
}

footer .container a {
  color: #005a9b;
  padding: 5px;
  font-size: 16px;
}

footer .container a:hover {
  color: #005a9b;
}

footer ul.social_links {
  margin: 20px auto 0px auto;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer ul.social_links {
    margin: 0 auto;
  }
}
footer ul.social_links li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 4px;
}

ul.social_links li i {
  font-size: 28px;
  color: white;
}

ul.social_links li i:hover, ul.social_links li i:active, ul.social_links li i:visited {
  opacity: 0.7;
}

/******************/
/***** INDEX ******/
/******************/
.titleUno {
  font-family: "Geomatrix-R" !important;
  font-size: 22px;
  display: block;
}
@media only screen and (min-width: 576px) {
  .titleUno {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .titleUno {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) {
  .titleUno {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .titleUno {
    font-size: 60px;
  }
}

.titleDos {
  font-size: 28px;
  display: block;
}
@media only screen and (min-width: 576px) {
  .titleDos {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .titleDos {
    font-size: 52px;
  }
}
@media only screen and (min-width: 992px) {
  .titleDos {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .titleDos {
    font-size: 80px;
  }
}

.titleTres {
  font-family: "Geomatrix-R" !important;
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 576px) {
  .titleTres {
    font-size: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .titleTres {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .titleTres {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .titleTres {
    font-size: 50px;
  }
}

#section_banner {
  border-bottom: 1px solid #f0f0f0;
}

#section_banner #carouselPrincipal .img-banner {
  opacity: 0.5;
}

#section_banner #carouselPrincipal .content1 {
  padding: 8% 0;
}
@media only screen and (min-width: 768px) {
  #section_banner #carouselPrincipal .content1 {
    padding: 12% 0;
  }
}
#section_banner #carouselPrincipal .content2 {
  padding: 4% 0;
}
@media only screen and (min-width: 768px) {
  #section_banner #carouselPrincipal .content2 {
    padding: 6% 0;
  }
}
#section_banner #carouselPrincipal .content {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
#section_banner #carouselPrincipal .content h1 {
  line-height: 30px;
}
@media only screen and (min-width: 576px) {
  #section_banner #carouselPrincipal .content h1 {
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  #section_banner #carouselPrincipal .content h1 {
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) {
  #section_banner #carouselPrincipal .content h1 {
    line-height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_banner #carouselPrincipal .content h1 {
    line-height: 73px;
  }
}

#section_banner #carouselPrincipal .content p {
  font-size: 22px;
  text-shadow: 0px 0px 8px #666;
  line-height: 22px;
}
@media only screen and (min-width: 576px) {
  #section_banner #carouselPrincipal .content p {
    font-size: 25px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #section_banner #carouselPrincipal .content p {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_banner #carouselPrincipal .content p {
    font-size: 32px;
    line-height: 32px;
  }
}

#section_necesidades {
  padding: 100px 0;
}

#section_necesidades .title {
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #section_necesidades .title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_necesidades .title {
    font-size: 42px;
  }
}

#section_necesidades .icon {
  width: 115px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #section_necesidades .icon {
    width: 120px;
  }
}
@media only screen and (min-width: 992px) {
  #section_necesidades .icon {
    width: 140px;
  }
}
#section_necesidades .title-icon {
  font-family: "Geomatrix-R" !important;
  margin: 15px 0 45px 0;
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  #section_necesidades .title-icon {
    font-size: 25px;
    margin: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_necesidades .title-icon {
    font-size: 28px;
  }
}

#section_transformacion {
  background-color: #f9ae00;
  padding: 80px 0 80px 0;
  color: white;
}

#section_transformacion p {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  #section_transformacion p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_transformacion p {
    font-size: 25px;
  }
}

#section_facturacion {
  padding: 100px 0;
}

#section_facturacion .title {
  font-size: 42px;
}
@media only screen and (min-width: 576px) {
  #section_facturacion .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  #section_facturacion .title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 992px) {
  #section_facturacion .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_facturacion .title {
    font-size: 42px;
  }
}

#section_soluciones {
  position: relative;
}

#section_soluciones ul {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  #section_soluciones ul {
    padding-left: 40px;
  }
}
#section_soluciones ul li {
  list-style: none;
}

#section_integral .title {
  line-height: 30px;
}
@media only screen and (min-width: 576px) {
  #section_integral .title {
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #section_integral .title {
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #section_integral .title {
    line-height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_integral .title {
    line-height: 73px;
  }
}

#section_integral .img-banner {
  opacity: 0.5;
}

#section_integral .contenido {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 6% 0;
}
@media only screen and (min-width: 768px) {
  #section_integral .contenido {
    padding: 7% 0;
  }
}
@media only screen and (min-width: 992px) {
  #section_integral .contenido {
    padding: 9% 0;
  }
}
#section_integral .contenido .uno {
  display: block;
  font-family: "Geomatrix-R";
  font-size: 25px;
}
@media only screen and (min-width: 576px) {
  #section_integral .contenido .uno {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  #section_integral .contenido .uno {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  #section_integral .contenido .uno {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_integral .contenido .uno {
    font-size: 56px;
  }
}

#section_integral .contenido .dos {
  display: block;
  font-size: 28px;
}
@media only screen and (min-width: 576px) {
  #section_integral .contenido .dos {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) {
  #section_integral .contenido .dos {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #section_integral .contenido .dos {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_integral .contenido .dos {
    font-size: 80px;
  }
}

#section_beneficios h2 {
  margin-bottom: 35px;
  margin-top: 70px;
  font-size: 30px;
}
@media only screen and (min-width: 576px) {
  #section_beneficios h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #section_beneficios h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #section_beneficios h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  #section_beneficios h2 {
    font-size: 48px;
  }
}

#section_beneficios #accordionPreguntas .card .card-header .btn-link {
  position: relative;
}

#section_beneficios #accordionPreguntas .card .card-header .btn-link i {
  position: absolute;
  right: 2%;
  top: 36%;
}

#section_beneficios #accordionPreguntas .card.blue .card-header {
  background-color: #00abcc;
}

#section_beneficios #accordionPreguntas .card.blue .card-header .btn-link {
  color: white !important;
}

#section_beneficios #accordionPreguntas .card.blue .collapse {
  background-color: white;
  color: #00abcc;
}

#section_beneficios #accordionPreguntas .card.white .card-header {
  background-color: white;
}

#section_beneficios #accordionPreguntas .card.white .card-header .btn-link {
  color: #00abcc !important;
}

#section_beneficios #accordionPreguntas .card.white .collapse {
  background-color: #00abcc;
  color: white;
}

#section_beneficios #accordionPreguntas .card-header {
  padding: 0;
}

#section_beneficios #accordionPreguntas .card-header .btn-link {
  width: 100%;
  font-family: "Geomatrix-R";
  font-size: 21px;
  text-decoration: none !important;
  padding: 20px 25px !important;
}
@media only screen and (min-width: 768px) {
  #section_beneficios #accordionPreguntas .card-header .btn-link {
    font-size: 22px;
    padding: 20px 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  #section_beneficios #accordionPreguntas .card-header .btn-link {
    font-size: 24px;
  }
}
#section_contacto {
  margin-bottom: 100px;
}

#section_contacto h3 {
  margin-bottom: 50px;
}

#section_contacto textarea {
  height: 140px !important;
}

#section_contacto input,
#section_contacto textarea {
  border-color: #00abcc;
  color: #00abcc;
  border: 2px solid;
  border-radius: 35px;
  padding: 12px 28px;
  font-size: 24px;
  line-height: 20px;
  height: auto;
}

#section_contacto .myForm button {
  width: 100%;
}

#section_contacto ul.lista_contacto {
  padding-left: 0px;
}
@media only screen and (min-width: 768px) {
  #section_contacto ul.lista_contacto {
    padding-left: 40px;
  }
}
#section_contacto ul.lista_contacto li {
  list-style: none;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section_contacto ul.lista_contacto li img {
  width: 12%;
  margin-right: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 50px;
  max-width: 50px;
}

#section_contacto ul.lista_contacto li p {
  font-size: 28px;
  line-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 82%;
  margin-bottom: 0;
}

#mapa {
  margin-bottom: 20px;
}

.contenedor {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 46.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-bottom: 20px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.titulo_primario {
  font-size: 38px;
  line-height: 36px;
}
@media only screen and (min-width: 576px) {
  .titulo_primario {
    font-size: 45px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .titulo_primario {
    font-size: 52px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 992px) {
  .titulo_primario {
    font-size: 60px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .titulo_primario {
    font-size: 65px;
    line-height: 60px;
  }
}

.accordion.width {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media only screen and (min-width: 992px) {
  .accordion.width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.accordion.width .card {
  background-color: #00abcc;
  color: white;
}
@media only screen and (min-width: 992px) {
  .accordion.width .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
.accordion.width .card .card-header {
  cursor: pointer;
  text-align: center;
  font-family: "Geomatrix-B";
  position: relative;
  font-size: 32px;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .accordion.width .card .card-header {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion.width .card .card-header {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 45px;
    padding: 220px 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .accordion.width .card .card-header:not(.collapsed) {
    pointer-events: none;
  }
}
.accordion.width .card .card-header i {
  position: absolute;
  right: 5%;
  bottom: 30%;
}
@media only screen and (min-width: 992px) {
  .accordion.width .card .card-header i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 30%;
    bottom: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .collapsing.width {
    pointer-events: none;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease;
    height: auto;
    width: 0;
  }
}
/********************/
/***** PAGINAS INTERNAS *****/
/********************/
#section_contacto.interna {
  margin-top: 80px;
}

#section_contacto.interna .contenedor {
  padding-top: 35.25%;
  margin-bottom: 40px;
}

#section_contacto.interna .lista_contacto i {
  font-size: 35px;
  margin-right: 12px;
}

.mantel_gris {
  background-color: rgba(65, 102, 128, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_contabilidad {
  margin-bottom: 60px;
}

#section_contabilidad .img-banner {
  opacity: 0.5;
}

#section_contabilidad .titulo_primario,
#section_haznegocio .titulo_primario,
#section_seguros .titulo_primario {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 36%;
}

.boxList {
  margin: 50px 0;
}

.boxList .image {
  max-width: 100%;
  width: 160px;
  margin-bottom: 20px;
}

#section_haznegocio {
  margin-bottom: 60px;
}

#section_haznegocio .img-banner {
  opacity: 0.5;
}

#section_haznegocio h5 {
  margin-top: 25px;
  margin-bottom: 0;
}

#section_seguros {
  margin-bottom: 60px;
}

#section_seguros .img-banner {
  opacity: 0.5;
}

/** Dispositivos SMALL **/
/** Dispositivos MEDIUM **/
/** Dispositivos LARGE **/