@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
/* colores */
body {
  overflow-x: hidden;
  /*font-family: Fira Sans;*/
  font-family: 'Source Sans Pro', sans-serif; }

header {
  position: fixed;
  z-index: 111111;
  width: 100%; }

.container-flud.overnav {
  height: 3rem;
  background: linear-gradient(to right, rgba(244, 146, 0, 0.7) 0%, rgba(0, 0, 0, 0.8));
  color: #fff;
  font-weight: 600; }

.container-fluid {
  flex-wrap: wrap;
  border-bottom: 2px solid #095e6c;
  background-color: rgba(9, 94, 108, 0.8);
  z-index: 10; }

.navegacion {
  height: 70px; }

.logo img {
  width: 200px; }

ul {
  list-style: none; }

.boton-menu {
  background-color: transparent;
  color: #fff;
  border: 0;
  font-size: 2rem;
  margin: .8rem 0;
  padding: 0 .5rem;
  margin-left: auto;
  align-self: flex-start; }

.boton-menu:focus {
  outline: 0; }

#menu {
  flex: 1 1 100%;
  margin-top: -10px; }

#menu ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(9, 94, 108, 0.8); }

#menu ul a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F49200; }

#menu ul li.active a:hover {
  background-color: white; }

/* SUBMENU */
#submenu div {
  width: 100%;
  background: white;
  min-width: 12rem; }

#submenu div a {
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid #095e6c !important;
  margin: 0 !important;
  color: white !important; }

#submenu div a:hover {
  color: white !important;
  background: #095e6c !important; }

.badge {
  display: inline-block;
  padding: .7em 1em;
  font-size: 100%;
  font-weight: 500;
  height: 3rem; }

.badge .badge-success {
  width: 7rem; }

section.inicio section.secciones {
  width: 100%; }

/* CAROUSEL*/
.owl-carousel.owl-loaded {
  overflow: hidden; }

.owl-carousel, .owl-item img {
  width: 100% !important;
  height: 100vh; }

.owl-item img.slideCelu {
  display: block; }

.owl-item img.slide {
  display: none; }

.owl-nav {
  display: none; }

.owl-nav .fa {
  font-size: 2rem;
  margin: 0 auto;
  color: #FFF; }

.owl-prev, .owl-next {
  z-index: 10;
  margin: 0 1rem; }

.owl-carousel h1, .owl-carousel p {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  margin: 75vh 0 0 0;
  color: #fff; }

.owl-carousel h1 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #095e6c !important; }

.owl-carousel p {
  display: block;
  margin-top: 67vh;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.5); }

.btn.btn-primary {
  display: none; }

/* FIN CAROUSEL*/
.container.afterSlide {
  background: #fff; }

.container.afterSlide i {
  color: #F49200;
  font-size: 1.5rem; }

.container.afterSlide h2, h2 a {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #095e6c !important; }

.container.afterSlide h2 a:hover {
  color: #F49200 !important; }

.container.afterSlide a, .container.contact a {
  font-weight: 600;
  color: #F49200; }

.container.afterSlide h2 a {
  font-size: 1.8rem !important; }

.container.afterSlide a {
  font-size: 1.5rem; }

.container.afterSlide a:hover, .container.contact a:hover {
  text-decoration: none;
  color: #095e6c; }

.container.afterSlide .imgSumario {
  border: 7px solid white; }

p {
  color: #777; }

p.frase {
  font-size: 1.3rem; }

p.frase span {
  color: #F49200;
  font-weight: 700; }

hr.clientes {
  border-top: 1px solid #F49200; }

.fa.fa-arrow-circle-up {
  margin-bottom: -1.5rem; }

/*oculto contacto desktop home*/
.container.contact.desktop {
  display: none; }

.container.contact.desk {
  display: none; }

.hrthick {
  border-top: 5px solid #095e6c; }

.container.contact {
  width: 90%;
  border: 1px solid #F49200;
  border-top: 0; }

.contacto {
  height: 2.5rem;
  color: #fff;
  background: #F49200; }

.contacto .detalle {
  width: 15px;
  height: 2.5rem;
  background-color: #095e6c;
  float: left;
  margin-left: -15px; }

.contacto h3 {
  font-weight: 400;
  font-size: 1.5rem; }

.contact a, .contact p {
  font-size: 1.2rem; }

h5.border {
  border-color: #095e6c !important; }

.telefono {
  color: #095e6c;
  font-size: 1.3rem !important; }

footer {
  margin-top: 3rem;
  color: #fff;
  background: #095e6c;
  font-weight: 600; }

footer p {
  color: #fff;
  font-size: .9rem; }

.linea {
  border-top: 1px solid #F49200;
  margin-top: -.5rem; }

.face {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: white;
  text-align: center;
  padding: .2rem;
  border: .2rem solid #fff;
  margin-top: 1rem;
  margin-right: .7rem; }

.face a, footer a {
  color: #095e6c; }

.face a:hover {
  color: #F49200; }

footer a {
  color: white; }

footer a:hover {
  text-decoration: none;
  color: #F49200; }

.ir-arriba {
  position: fixed;
  bottom: 3rem;
  left: 1rem;
  font-size: 3rem;
  color: #000;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  text-decoration: none;
  color: #F49200; }

.logoWapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.2rem;
  font-size: 3rem;
  color: #095e6c;
  text-decoration: none;
  z-index: 99999;
  line-height: 0; }

.wrapper {
  display: flex;
  width: 90%;
  margin: 0 auto;
  overflow: hidden; }

.item {
  animation: animate 40s alternate linear infinite;
  margin: .8rem; }

.item img {
  width: 170px; }

.wrapper:hover .item {
  animation-play-state: paused; }

@keyframes animate {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-2100px, 0, 0); } }
@media (min-width: 768px) {
  .container-flud.overnav {
    display: block;
    height: 2.6rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff; }

  .container-fluid {
    border-bottom: 1px solid #fff; }

  .logo {
    z-index: 10; }

  .logo img {
    width: 124px;
    margin: 0 0 0 2%; }

  div.lineaHeader {
    position: absolute;
    width: 25%;
    height: 70px;
    margin-left: -15px;
    border-bottom: 1px solid #095e6c; }

  .badge {
    display: inline-block;
    padding: .5em .7em;
    font-size: 100%;
    font-weight: 500; }

  .collapse {
    display: block; }

  #menu {
    flex: 1 1 50%; }

  #menu ul {
    justify-content: flex-end; }

  #menu ul a {
    width: 93px;
    padding: 0.2rem 0;
    margin: 2.4rem 0 0;
    text-align: center;
    font-size: .78rem;
    text-transform: none;
    background-size: 25%;
    background-color: transparent;
    border-right: 1px solid #F49200; }

  #menu li.active a {
    color: #095e6c;
    /* background: linear-gradient(to bottom, $secundario 0%, $principal);*/
    background: white;
    border: 1px solid white;
    border-bottom: 0;
    /*text-shadow: 1px 1px 2px black;*/ }

  #menu li.app a {
    width: 150px;
    margin-top: .8rem;
    border-right: 0; }

  #menu.collapse {
    display: block !important; }

  .nav-tabs {
    border: none; }

  #submenu div a {
    color: #095e6c !important; }

  .owl-carousel {
    height: 35vh; }

  .owl-nav {
    display: flex;
    z-index: 20;
    width: 40%;
    justify-content: flex-start;
    margin: -15%;
    margin-left: 58%; }

  .owl-item img.slideCelu {
    display: none; }

  .owl-item img.slide {
    display: block; }

  .owl-item img {
    width: 100% !important;
    height: auto; }

  .fa.fa-caret-left {
    text-align: left;
    margin: 7.6% 0 0 55.5%;
    font-size: 7rem;
    color: #F49200;
    z-index: 1111;
    position: absolute; }

  .owl-carousel h1, .owl-carousel p {
    position: absolute;
    display: block;
    text-align: left;
    width: 50%;
    margin: 10% 0 0 60%;
    color: #fff;
    border-bottom: 1px solid #F49200; }

  .owl-carousel h1 {
    font-size: 1.6rem; }

  .owl-carousel p {
    display: block;
    margin-top: 20%;
    font-size: 0.9rem;
    text-align: left;
    color: #FFF;
    width: 40%;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.5); }

  .owl-carousel span {
    color: #fff;
    font-weight: 600; }

  .btn.btn-primary {
    display: block !important;
    position: absolute;
    margin: 23% 0 0 60%;
    border-color: #fff;
    border-radius: 0;
    font: Fira Sans 1rem 300;
    background-color: #F49200;
    z-index: 20;
    cursor: pointer; }

  .afterSlide .col-izq, .container.afterSlide .col-izq h2 {
    text-align: right !important; }

  .afterSlide .col-der, .container.afterSlide .col-der h2 {
    text-align: left !important; }

  .container.afterSlide .col-izq h2 {
    text-align: right; }

  .container.afterSlide h2 a {
    font-size: 1.5rem !important; }

  .container.afterSlide strong {
    color: black; }

  .container.afterSlide a {
    font-size: 1.1rem; }

  .container.afterSlide .linkBack a {
    font-size: 1.5rem; }

  .container.contact.desktop {
    display: block;
    width: 100%; }

  .container.contact.celu {
    display: none; }

  .container.contact.desk {
    display: block; }

  .container.contact {
    max-width: 1140px; }

  .container.contact .row .col-md-8 p {
    text-align: left !important;
    font-size: 1.2rem;
    margin: .1rem 0 0 1rem; }

  .divCirculoAzul {
    text-align: right; }

  .circuloAzul {
    text-align: right;
    margin-right: -.85rem; }

  .telefono {
    font-size: 1.5rem !important; }

  .ir-arriba {
    font-size: 2rem; }

  .wrapper {
    width: 80%; } }
@media (min-width: 1120px) {
  .logo img {
    width: 295px;
    margin: -48px 0 0 15%; }

  div.lineaHeader {
    position: absolute;
    width: 46%; }

  .navegacion {
    height: 50px; }

  #menu ul a {
    width: 99px;
    padding: 0.2rem 0;
    margin: 1rem 0 0;
    text-align: center;
    font-size: .9rem;
    text-transform: none;
    border-right: 1px solid; }

  .owl-carousel {
    height: 69vh; }

  .owl-carousel h1 {
    font-size: 3.5rem;
    height: 5rem;
    padding: 10px; }

  .owl-carousel p {
    font-size: 1.2rem;
    width: 50%;
    margin: 17% 61%;
    padding: 10px; }

  .container.contact .row .col-md-8 p {
    font-size: 1.3rem;
    margin: 0.5rem 0 0 1rem; }

  .fa.fa-arrow-circle-up {
    margin-bottom: 2.5rem; } }
@media (min-width: 1360px) {
  div.lineaHeader {
    position: absolute;
    width: 53%; }

  #menu ul a, #menu ul li.largo a {
    font-size: .9rem; }

  .owl-carousel {
    height: 85vh; }

  .owl-nav {
    width: 40%;
    justify-content: flex-start;
    margin: -13%;
    margin-left: 59.5%; }

  .fa.fa-caret-left {
    margin: 9% 0 0 56.8%;
    font-size: 7rem; }

  .owl-carousel h1, .owl-carousel p {
    font-size: 2.8rem;
    margin: 10% 0 0 60%;
    padding-left: 1rem; }

  .owl-carousel p {
    font-size: 1.5rem;
    margin: 17% 61%; }

  .owl-carousel span {
    color: #fff;
    font-weight: 600; }

  .btn.btn-primary {
    margin: 25% 0 0 61%; }

  .container.contact .row .col-md-8 p {
    font-size: 1.3rem;
    margin: 0.5rem 0 0 1rem; }

  .container.contact a {
    font-size: 1.5rem; } }
@media (min-width: 1600px) {
  .fa.fa-caret-left {
    text-align: left;
    margin: 9% 0 0 57%;
    font-size: 7rem;
    z-index: 1111;
    position: absolute; }

  div.lineaHeader {
    width: 61%; }

  .owl-carousel h1 {
    font-size: 3rem; }

  .owl-carousel p {
    width: 39%; }

  .owl-carousel {
    height: 80vh; }

  .btn.btn-primary {
    margin: 24% 0 0 61%; }

  .owl-nav {
    margin: -14%;
    margin-left: 59.8%; }

  .wrapper {
    width: 65%; } }
@media (min-width: 1800px) {
  .btn.btn-primary {
    margin: 23% 0 0 61%; }

  .owl-nav {
    margin: -15%;
    margin-left: 59.95%; }

  .owl-carousel {
    height: 100vh; }

  div.lineaHeader {
    width: 70%; }

  .fa.fa-caret-left {
    margin: 9.3% 0 0 57.5%;
    font-size: 7rem; }

  .wrapper {
    width: 48%; } }

/*# sourceMappingURL=estilos.css.map */
