@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# variables
# responsive
# tipography
# buttons
# mixin
# animation
# bootstrap-grid
# margins
# forms
# footer
# navbar
# iconos
# home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## VARIABLES
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inria+Sans:wght@300;400;700&display=swap");
.color-primary {
  color: #030750;
}

.color-primarydos {
  color: #060E9F;
}

.color-secundary {
  color: #0071BC;
}

.color-tertiary {
  color: #00C1DE;
}

.color-four {
  color: #ECF9FF;
}

.color-five {
  color: #8691A1;
}

.white {
  color: white;
}

.background-primary {
  background: #030750;
}

.background-secundary {
  background: #0071BC;
}

.background-tertiary {
  background: #00C1DE;
}

.background-four {
  background: #ECF9FF;
}

.background-five {
  background: #8691A1;
}

.background-six {
  background: #F9F9F9;
}

.background-white {
  background: white;
}

.gradiant-primary {
  background: #030750;
  background: linear-gradient(180deg, #030750 0%, #060e9f 100%);
}

.gradiant-secundary {
  background: #01043a;
  background: linear-gradient(180deg, #01043a 0%, #030750 50%, #01679a 100%);
}

.gradiant-tertiary {
  background: #060e9f;
  background: linear-gradient(0deg, #060e9f 0%, #0369bf 80%, #00c1de 100%);
}

.gradiant-home {
  background: linear-gradient(#2983bb 0%, #228dc1 41.55%, #00c1de 100%);
}

/*--------------------------------------------------------------
## TIPOGRAFIA
--------------------------------------------------------------*/
.inria {
  font-family: "Inria Sans", sans-serif;
}

html {
  font-size: 15px !important;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 12px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  html {
    font-size: 12px !important;
  }
}

body {
  color: #0071BC;
  font-family: "Inria Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2rem;
  outline: none;
}

.title-big {
  font-size: 4.7rem;
  color: #030750;
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .title-big {
    font-size: 2rem;
  }
}

.title-middle-big {
  font-size: 3.7rem;
  color: #030750;
  font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .title-middle-big {
    font-size: 2rem;
  }
}

.title-middle {
  font-size: 2.4rem;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.title-small {
  font-size: 1.5rem;
  font-family: "Inria Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.parrafo {
  line-height: 1.5;
}

h4 {
  font-size: 1.1rem;
  color: white;
  line-height: 1.3;
}

h2.title {
  font-size: 1.7rem;
  line-height: 1.3;
}

h4.title-hr {
  font-family: "Inria Sans", sans-serif;
  display: inline-block;
}
h4.title-hr hr {
  border: 0;
  margin-left: 0 !important;
  width: 50%;
  border-top: solid 3px white;
  margin-top: 1rem;
}

p,
ul,
li {
  font-size: 1.3rem;
  line-height: 1.2;
}

.font-small > * {
  font-size: 1rem;
}

.title-bottom {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  max-width: 50%;
}

.title {
  font-family: "Inria Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0071BC;
}

@media only screen and (max-width: 768px) {
  .titulo-seccion h2 {
    font-size: 4vh;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-seccion p {
    font-size: 1.8vh;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-seccion .mb-2 {
    margin-bottom: 5%;
  }
}

.subtitulo {
  font-size: 1rem;
}

.titulo-slogan {
  font-size: 2.5rem;
}

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

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.ultra-bold {
  font-weight: 900;
}

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

h1.titulo {
  font-size: 3rem;
  line-height: 1;
}

hr {
  border: 0;
  margin-left: 0 !important;
  width: 30%;
  border-top: solid 5px white;
}

hr.linesmall {
  border-top: solid 2px white;
}

strong {
  color: #030750;
}

.separator hr {
  margin-bottom: 0;
  border-top: solid 1px #FFFCDD;
}
.separator:hover .icon-estrella {
  animation: rubberBand 1s;
}
.separator span {
  margin: 0 19px;
  font-size: 19px;
}

.separator-white hr {
  border-top: solid 1px #FFFCDD;
}

.separator-color hr {
  border-top: solid 1px #253160;
}

.first-uppercase::first-letter {
  text-transform: uppercase;
}

.button-back-blue {
  position: relative;
  padding: 1rem;
  display: block;
  flex-wrap: wrap;
}

.btn-1 {
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn-1:hover {
  background: #6B9CE6;
}

.btn-2 {
  padding: 0.7rem 2rem;
  display: inline-block;
  cursor: pointer;
  color: white;
}
.btn-2:hover {
  background: #9cdaf5;
}

a {
  color: #6B9CE6;
}

.btn-popupvideo {
  background: rgba(0, 0, 0, 0.63);
  padding: 1rem 2rem;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  color: white;
}
.btn-popupvideo:hover {
  background: rgba(98, 141, 148, 0.63);
}

/* AYUDANTE VISUAL */
#ayudante {
  position: fixed;
  background: #030750;
  height: 100vh;
  max-width: 309px;
  width: 100%;
  z-index: 99;
  left: -309px;
}
#ayudante.activeayudante {
  left: 0;
}
#ayudante .container {
  overflow-y: auto;
  height: 100%;
}
#ayudante h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
}
#ayudante button {
  font-size: 1rem;
  padding: 0.5rem;
  color: black;
  border: none;
  outline: 2px solid white;
  width: 100%;
  cursor: pointer;
}
#ayudante button:hover {
  background: #385675;
  color: white;
}
#ayudante button:active {
  background: red;
}
#ayudante hr {
  border-top: 2px solid #0071BC;
  margin: 2rem 0;
}
#ayudante #button-ayudante {
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 100px;
  right: -160px;
}

.center-bottom-flex {
  display: flex;
  justify-content: inherit;
  -webkit-box-pack: inherit;
  -moz-box-pack: inherit;
  -webkit-justify-content: inherit;
  -ms-flex-pack: inherit;
  flex-direction: inherit;
  -webkit-box-direction: inherit;
  -moz-box-direction: inherit;
  -webkit-box-orient: inherit;
  -moz-box-orient: inherit;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
}

.center-flex {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ga-title-parallax {
  font-size: 56px;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ga-title-parallax {
    font-size: 3vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .ga-title-parallax {
    font-size: 3vh;
  }
}

.extrabold {
  font-weight: 800;
}

.padding-0 {
  padding: 0;
}

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

.background-position-center {
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -o-background-position: center center;
  background-position: center center !important;
}

.background-size-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

:root {
  --animate-duration: 500ms;
  --animate-delay: 0s;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-all > * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ---------------------------------- ZOOM BACKGROUND --------------------------------- */
@keyframes zoombackground {
  0% {
    background-size: 150%;
    background-position: center center;
  }
  100% {
    background-size: 100%;
    background-position: center center;
  }
}
.animated-zoom {
  animation: zoombackground 3s cubic-bezier(0, 0.57, 0, 1.01);
  -webkit-animation: zoombackground 3s cubic-bezier(0, 0.57, 0, 1.01);
}

.progress-container {
  width: 140px;
  height: 140px;
  position: relative;
}
.progress-container .title-big {
  font-size: 2.7rem;
}
.progress-container svg {
  position: absolute;
}

.progressbar_thumb {
  fill: transparent;
  stroke: #00C1DE;
  stroke-width: 3px;
  stroke-dasharray: 0 calc(30 * 2 * 3.141593);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@keyframes progress {
  to {
    stroke-dasharray: 170;
  }
}
.gocircle .progressanimation {
  animation: progress 1.2s forwards;
  -webkit-animation: progress 1.2s forwards;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container .row {
  margin: initial;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1082px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

#nav-search {
  background: #030750;
  padding: 1rem;
}
#nav-search svg {
  margin-right: 1rem;
}
#nav-search .col-md-12 {
  display: flex;
  padding: 0;
}
#nav-search select, #nav-search input {
  padding: 1rem 2rem;
  background: white;
  color: #8691A1;
  margin-bottom: 0;
}
#nav-search select {
  flex-grow: 1;
  margin-right: 1rem;
}
#nav-search span {
  display: flex;
  margin-left: 4rem;
  flex-grow: 1;
}
#nav-search input {
  width: 100%;
  margin-bottom: 0;
}

label {
  font-size: 1rem;
  color: #0071BC;
  line-height: 1;
}

input, textarea {
  border: 0;
  border-bottom: 2px solid #2fe0ff;
  outline: none;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
  margin-bottom: 1rem;
  width: 100%;
}
input:focus, textarea:focus {
  border-bottom: 2px solid #030750;
}

input[type=submit] {
  background: #0071BC;
  color: white;
  padding: 1rem;
  cursor: pointer;
  display: inline-block;
  padding: 0.7rem 2rem;
  transition: all 1s;
  width: auto;
  border-radius: 50px;
  border: none;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 2rem 16px 2rem 0px;
}

select {
  background: white;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #DFE5EF;
  width: 49%;
  margin-bottom: 1rem;
  cursor: pointer;
}
select:hover {
  background: #ECF9FF;
}

.alertform {
  padding: 1rem;
  color: red;
}

.checkform {
  height: 50px;
  width: 50px;
}
.checkform svg {
  width: 60%;
  height: auto;
}
.checkform svg path {
  stroke-dasharray: 91;
  stroke-dashoffset: 0;
}
.checkform.checkanim path {
  animation: animCheck 2s 1;
  -webkit-animation: animCheck 2s 1;
}

@keyframes animCheck {
  0% {
    stroke-dashoffset: 91;
  }
  40% {
    stroke-dashoffset: 31;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.finalformulario > div {
  min-height: 50vh;
}

.alertformhash::after {
  content: "*";
  color: red;
  position: absolute;
  top: -30px;
  right: -10px;
  font-size: 1.5rem;
}

/*FOOTER*/
.footer_class {
  display: inline-table;
  width: 100%;
  border-bottom: 17px solid #353973;
  padding-bottom: 20px;
  background-image: url(./images/logo_footer.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-top: 4px solid #030750;
}

.button-linkedin {
  background: #007bb6;
  position: fixed;
  right: 0;
  z-index: 99;
  padding: 1rem;
  top: 30%;
}
.button-linkedin:hover {
  background: #00C1DE;
}
.button-linkedin svg {
  max-width: 21px;
  height: auto;
}

footer {
  background-color: #030750;
  color: white;
  font-size: 12px;
}
footer .sub-menu {
  display: none !important;
}
footer .logos a {
  display: block;
}
footer .logos hr {
  width: 100%;
  border-top: solid 1px white;
}
footer .navfooter ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  footer .navfooter ul {
    display: block;
    text-align: right;
  }
}
footer .navfooter ul li:last-child a {
  padding: 10px 0 0 25px;
}
@media only screen and (max-width: 768px) {
  footer .navfooter ul li:last-child a {
    padding: 10px 25px;
  }
}
footer .navfooter ul li a {
  font-size: 1rem;
  color: white;
  padding: 10px 25px;
}
footer .links {
  font-size: 1rem;
}
footer .links a {
  font-size: 1rem;
  color: white;
}

footer > div.footer-info-area > div.other_logo > a > img {
  max-height: 30px;
}

.logo-mobile img {
  margin-right: 5rem;
  max-height: 34px;
}
.logo-mobile .nav-pc ul {
  display: flex;
  height: 100%;
  list-style: none;
}
.logo-mobile .nav-pc ul li {
  height: 100%;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.logo-mobile .nav-pc ul li:hover ul {
  display: block;
}
.logo-mobile .nav-pc ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #030750;
  font-size: 1rem;
}
.logo-mobile .nav-pc ul li a::first-letter {
  text-transform: uppercase;
}
.logo-mobile .nav-pc ul li ul {
  display: none;
  position: absolute;
  margin: 0;
  background: white;
  width: 100%;
}
.logo-mobile .nav-pc ul li ul li {
  padding: 0;
  margin-right: 0 !important;
  background: white;
  min-width: 300px;
}
.logo-mobile .nav-pc ul li ul li:hover a {
  background: #030750;
  color: white;
}
.logo-mobile .nav-pc ul li ul li a {
  display: flex;
  align-items: center;
  color: #030750;
  padding: 0.6rem 0.5rem !important;
  display: block;
}
.logo-mobile .nav-pc ul li:not(:last-child) > a {
  padding: 10px 25px;
}
.logo-mobile .nav-pc ul li:last-child > a {
  padding: 10px 0 10px 25px;
}

.menu-btn {
  display: none;
}

.wrapper {
  overflow: hidden;
}

section {
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0 -250px 0 0;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

nav ul {
  width: 250px;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #222;
  overflow: hidden;
}

nav li {
  margin: 0;
}

nav a {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

nav a:hover {
  background: #111;
}

.nav-logo-mobile {
  padding: 33px 0;
  background: black;
}
.nav-logo-mobile img {
  opacity: 0.3;
}

.logo-mobile {
  position: fixed;
  width: 100%;
  z-index: 22;
  transition: all 1s;
}
.logo-mobile > div {
  justify-content: space-between;
  padding: 0 7rem;
}
@media only screen and (max-width: 768px) {
  .logo-mobile > div {
    padding: 0 5rem;
  }
}

.black-nav {
  background: white;
  transition: all 1s;
  height: 50px;
}
.black-nav > .container > a {
  height: 40px;
  transition: all 1s;
}
.black-nav > .container > a img {
  height: 100%;
  transition: all 1s;
}

label.menu-btn {
  display: none;
  font-weight: 700;
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #030750;
  text-align: center;
  font-size: 2em;
  line-height: 1.1em;
  position: fixed;
  top: 10px;
  right: 10px;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 500;
}
@media only screen and (max-width: 768px) {
  label.menu-btn {
    display: block;
  }
}

input[type=checkbox]:checked ~ nav {
  margin: 0;
}

input[type=checkbox]:checked ~ label {
  right: 260px;
}

input[type=checkbox]:checked ~ section {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.current_page_item > a {
  color: #00C1DE !important;
  padding: 0.6rem 0.5rem !important;
  border-bottom: 4px solid #00C1DE;
}

@media only screen and (max-width: 768px) {
  footer .current_page_item a {
    display: inline-block;
    padding: 10px 25px !important;
  }
}

#navigation {
  display: none;
}
#navigation:checked + [for=navigation]:before {
  transform: translateY(11.5px) rotateZ(45deg);
}
#navigation:checked + [for=navigation]:after {
  filter: initial;
  transform: translateY(9.5px) rotateZ(-45deg);
}

[for=navigation] {
  border-radius: 1px;
  color: #FFFFFF;
  cursor: pointer;
  height: 25px;
  margin: auto;
  user-select: none;
  width: 25px;
}
[for=navigation]:before, [for=navigation]:after {
  border-radius: inherit;
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  transition: 0.5s;
}
[for=navigation]:after {
  filter: drop-shadow(0 -11.5px currentColor);
  transform: translateY(21px);
}

@media screen and (max-width: 800px) {
  .nav-pc {
    display: none;
  }

  .menu-btn {
    display: inherit;
  }

  .logo-mobile > a {
    margin-left: 15px;
    margin-right: auto;
  }

  .logo-mobile {
    height: 50px;
  }
  .logo-mobile img {
    margin-right: 0;
    height: 40px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("./assets/font/fonts/icomoon.eot?rpa1ct");
  src: url("./assets/font/fonts/icomoon.eot?rpa1ct#iefix") format("embedded-opentype"), url("./assets/font/fonts/icomoon.ttf?rpa1ct") format("truetype"), url("./assets/font/fonts/icomoon.woff?rpa1ct") format("woff"), url("./assets/font/fonts/icomoon.svg?rpa1ct#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-q:before {
  content: "";
  color: #ecf9ff;
}

.icon-check:before {
  content: "";
}

.icon-parking:before {
  content: "";
}

.icon-recepcion:before {
  content: "";
}

.icon-jardinero:before {
  content: "";
}

.icon-atencin:before {
  content: "";
}

.icon-limpieza:before {
  content: "";
}

.icon-garajista:before {
  content: "";
}

#hero-home {
  height: 60vh;
  overflow: hidden;
  position: relative;
}
#hero-home svg {
  min-width: 202px;
}
@media only screen and (max-width: 768px) {
  #hero-home svg {
    min-width: 27vw;
  }
}

.button-back-blue.square {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #00000059;
}
.button-back-blue.square:hover {
  transform: scale(1.1);
}
.button-back-blue.square:hover img {
  transform: scale(2);
}

.button-back-blue.blackbluegrande {
  min-height: 70vh;
}
@media only screen and (max-width: 768px) {
  .button-back-blue.blackbluegrande {
    min-height: auto;
  }
}

.button-back-blue.iconbox {
  overflow: hidden;
}
.button-back-blue.iconbox:hover img {
  transform: scale(2);
}

.svgdiagonales {
  clip-path: polygon(0 0, 100% -15%, 100% 100%, 0% 100%);
}

.menostop {
  top: -100px;
}
@media only screen and (max-width: 768px) {
  .menostop {
    top: 0;
    padding: 80px 0 0;
  }
}

.menosbottom {
  bottom: -100px;
}
@media only screen and (max-width: 768px) {
  .menosbottom {
    bottom: 0;
  }
}

.bocadillo {
  position: relative;
}
.bocadillo::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 30%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid #030750;
  clear: both;
}

.calendario-card p {
  font-size: 1.2rem;
}
.calendario-card a {
  font-size: 1.2rem;
}
.calendario-card a:hover {
  color: white;
}
.calendario-card hr {
  border-top: 1px solid white;
  width: 100%;
}

.border-left-hr {
  border-left: 2px solid white;
}
@media only screen and (max-width: 768px) {
  .border-left-hr {
    border-left: none;
  }
}

.min-icons-valores {
  min-height: 100px;
}

.degradado::before {
  background: #020024;
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.38) 0%, rgba(3, 7, 80, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  transition: all 1s;
}

.iconos-cifras {
  margin-bottom: 5rem !important;
}
.iconos-cifras .col-4 svg {
  max-width: 100%;
  fill: #00C1DE;
}
.iconos-cifras .col-4 svg .a {
  fill: #00C1DE;
}
.iconos-cifras .col-8 {
  border-left: 2px solid #0071BC;
}
.iconos-cifras .col-8 p.descripcion {
  font-size: 1rem;
  color: #00C1DE;
}

.imgleft {
  padding: 0;
}
.imgleft img {
  left: 0;
}

.imgright {
  padding: 0;
}
.imgright img {
  right: 0;
  float: right;
}

.button-busqueda {
  cursor: pointer;
  transition: 1s all;
}
.button-busqueda:hover {
  background: white;
  transition: 1s all;
}
.button-busqueda img {
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
}
.button-busqueda:hover img {
  width: 50%;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
}

.address-soft {
  line-height: 1;
}
.address-soft .round-icon-phone {
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
  padding: 1rem;
  border-radius: 50%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.address-soft .round-icon-phone:hover {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.38);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.address-soft .phone-big {
  display: inline-block;
  width: 100%;
}
.address-soft .phone-small {
  display: inline-block;
}
.address-soft .font-2 {
  font-size: 2rem;
}

svg {
  max-width: 100%;
}

#incoterms-div svg .a {
  fill: #030750;
}

.title-incoterms {
  margin: 3rem 0;
}
.title-incoterms h4 {
  font-family: "Ubuntu", sans-serif;
  display: inline-block;
  font-size: 2rem;
  margin-top: 1rem;
}
.title-incoterms hr {
  width: 20%;
  margin-top: 1rem;
}

.background-ic-1 {
  background: #030750;
}

.background-ic-2 {
  background: #f1f1f1;
}

.background-ic-3 {
  background: #030750;
}

.background-ic-4 {
  background: #f1f1f1;
}

.row-inco {
  width: 100%;
  display: flex;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .row-inco {
    padding: 0 12px;
  }
}

.icono-incoterm {
  font-size: 1.8rem;
  color: black;
}

ul.leyenda-incoterms li {
  transition: all 1s;
  cursor: pointer;
  list-style: none;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: #f1f1f1;
  padding: 0.4rem 1rem;
  border-radius: 50px;
}
ul.leyenda-incoterms li:hover {
  font-size: 1.2rem;
  transition: all 1s;
}
ul.leyenda-incoterms li .icono-incoterm {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.cell-inco {
  width: 7.69%;
  height: 19px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 1px solid white;
}
.cell-inco:nth-child(2) {
  border-radius: 50px 0 0 50px;
}
.cell-inco:nth-child(13) {
  border-radius: 0 50px 50px 0;
}

.titulo-ic {
  font-family: "Ubuntu", sans-serif;
  text-align: right;
  width: 100%;
  padding: 0 12px;
}

.titulo-cell {
  padding: 0 12px;
  color: white;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .titulo-cell {
    font-size: 0.7rem;
  }
}

.titulos-table-ic {
  width: 100%;
  text-align: center;
}

.vertical {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
}

.description-incoterms {
  background: #f1f1f1;
  cursor: pointer;
  display: none;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  margin-top: 1rem;
}

.active-incoterms {
  display: initial !important;
  height: initial;
}

.pop-up-contenedores {
  background: #00000080;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  left: 0;
}
.pop-up-contenedores h6 {
  font-size: 1rem;
}
.pop-up-contenedores .row {
  border-radius: 4px;
}
.pop-up-contenedores #cross-pop-up {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #D1D1D1;
  cursor: pointer;
}
.pop-up-contenedores #cross-pop-up:hover {
  color: grey;
}
.pop-up-contenedores .description-container {
  border-left: 1px solid #B7B7B7;
  padding: 4rem;
}
.pop-up-contenedores .description-container p {
  font-size: 1rem;
}

.title-container svg .a {
  fill: #00C1DE;
}
.title-container .icon-contenedores {
  display: inline-block;
}
.title-container .icon-contenedores hr {
  border-top: 3px solid #00C1DE;
  width: 100%;
}

.containers-button {
  background: #00C1DE;
  border-radius: 50px;
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
}
.containers-button:hover {
  background: #030750;
}

section#popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.78);
  z-index: 99;
}
section#popup .cross {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: white;
}

.phone-button {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #0071BC;
  z-index: 55;
  width: 280px;
  transition: all 1s;
  border-radius: 50px 0 0;
}
.phone-button h4 {
  text-align: center;
  padding: 7px 0;
  padding: 10px 0;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}
.phone-button .icon {
  position: absolute;
  top: -17px;
  background: #00aac5;
  padding: 1rem;
  border-radius: 50px;
  font-size: 2rem;
  left: -12px;
  border: 2px solid white;
}
.phone-button .icon::before {
  color: white;
}
.phone-button .info-text p {
  font-size: 0.65rem;
  color: white;
}
.phone-button .info {
  padding: 1.2rem;
}
.phone-button .form-contact-phone span, .phone-button .form-contact-phone a {
  color: white;
}
.phone-button .form-contact-phone input, .phone-button .form-contact-phone textarea {
  background: none;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid white;
  padding: 14px;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  color: white;
}
.phone-button .form-contact-phone input:focus, .phone-button .form-contact-phone textarea:focus {
  outline: none;
}
.phone-button .form-contact-phone input[type=checkbox] {
  width: auto;
  margin: 8px 11px 8px 0px;
}
.phone-button .form-contact-phone textarea {
  height: 70px;
  resize: none;
}
.phone-button .form-contact-phone input[type=submit] {
  background: #00aac5;
  color: white;
  padding: 1rem;
  cursor: pointer;
  display: inline-block;
  transition: all 1s;
  width: auto;
  padding: 0.5rem 1rem;
  border-bottom: none;
  margin-top: 1rem;
}
.phone-button ::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */
}
.phone-button :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.phone-button ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.phone-button-up {
  height: 500px;
  transition: all 2s;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.secc-mid-illus .col-md-6 {
  min-height: 17vw;
  overflow: initial;
}
@media only screen and (max-width: 768px) {
  .secc-mid-illus .img-back-cont {
    order: 0;
    min-height: 80vw;
  }
}
.secc-mid-illus .img-back-cont .img-back-coverwidth {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .secc-mid-illus .img-back-cont .img-back-coverwidth {
    max-height: 100%;
    max-width: initial;
  }
}
@media only screen and (max-width: 768px) {
  .secc-mid-illus .col-md-6.vertical-centered {
    order: 1;
    min-height: auto;
    padding: 3rem 0;
  }
}

.valores li .descricion {
  border-left: 12px solid #8691A1;
}

.roundicon {
  align-items: flex-start !important;
}
.roundicon span {
  font-size: 3rem;
  background: #ECF9FF;
  padding: 1rem;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  color: #030750;
}

/*
 *  STYLE 4
 */
.map-left::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #111556;
}

.box-inf svg {
  max-width: inherit;
}

@media only screen and (max-width: 768px) {
  .box-inf {
    padding: 60px 2rem;
  }
  .box-inf h4 {
    font-size: 1.6rem;
  }
  .box-inf p, .box-inf span, .box-inf a {
    font-size: 1.5rem;
  }
}
.map-left::-webkit-scrollbar {
  width: 10px;
  background-color: #111556;
}

.map-left::-webkit-scrollbar-thumb {
  background-color: #00C1DE;
  border: none;
}

.togglemap h4 {
  color: #030750;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.togglemap svg .a {
  fill: #030750;
}

.map-left {
  position: absolute;
  margin-left: 5rem;
  background: rgba(26, 29, 95, 0.8);
  z-index: 9;
  width: 16%;
  padding: 1rem;
  margin-top: 9rem;
  max-height: 80%;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .map-left {
    max-height: 50vh;
    z-index: 9 !important;
    position: absolute;
    margin-left: -400px;
    z-index: 9;
    width: 100%;
    padding: 1rem;
    margin-top: 0;
    overflow-y: scroll;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.map-left h5 {
  color: white;
  font-style: 1rem;
}

.map-right {
  overflow: auto;
  height: 80%;
  position: absolute;
  margin-right: 5rem;
  right: 0%;
  z-index: 9;
  margin-top: 9rem;
  width: 16%;
  padding: 0;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .map-right {
    width: initial;
    max-width: 300px;
    margin-right: 1rem;
    bottom: 1rem;
    z-index: 1;
  }
}
.map-right .logo-empresas {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 82px;
}
.map-right .map-nombres {
  padding: 1rem;
  background: #ffffffc2;
  width: 50%;
}
.map-right .map-info {
  padding: 0;
  background: rgba(26, 29, 95, 0.8);
  height: min-content;
  width: 50%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .map-right .map-info {
    background: #fffffffa;
  }
}

#mapa button {
  background: none;
  border: none;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  padding: 0.5rem;
  width: 100%;
}
#mapa button:hover {
  color: #0071BC;
}
#mapa .active-button {
  background: #0071BC !important;
  color: white !important;
}
#mapa h2 {
  position: absolute;
  z-index: 9;
  right: 0;
  width: 90%;
  left: 0;
}
#mapa h2 .title-separator {
  background: #030750;
}
#mapa h2 .title-separator span {
  background: none repeat scroll 0 0 #000;
  border-radius: 20px;
  bottom: 0;
  height: 9px;
  background: #0071BC !important;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  width: 94px;
}

.btn-principal {
  background: #030750 !important;
  color: white !important;
}
.btn-principal:hover {
  background: #2e3279 !important;
}

.togglemap {
  z-index: 9;
  position: absolute;
  width: 100%;
  top: -40px;
  height: 50px;
  background: white;
}

.show-map {
  left: 400px !important;
  opacity: 1 !important;
}

#logo-delegacion {
  max-width: 70%;
}

.box-inf hr {
  border-top: 1px solid white !important;
  width: 100%;
}
.box-inf p {
  color: white;
  font-size: 1rem;
}

.banner-oferta {
  min-height: 60vh;
  padding: 4rem 7rem;
}
@media only screen and (max-width: 768px) {
  .banner-oferta {
    padding: 1rem;
  }
}
.banner-oferta .title {
  color: white;
  font-size: 3rem;
}
.banner-oferta .icono-oferta {
  position: absolute;
  right: 4rem;
  top: 2rem;
  width: 15rem;
}

.cuerpo-oferta .description {
  padding: 7rem;
}
@media only screen and (max-width: 768px) {
  .cuerpo-oferta .description {
    padding: 1rem;
  }
}
.cuerpo-oferta .sidebar {
  background: #F6FCFF;
  padding: 7rem 4rem;
}
@media only screen and (max-width: 768px) {
  .cuerpo-oferta .sidebar {
    padding: 1rem;
  }
}

/*******************/
:root {
  --font-size: 1rem;
  --colorbackground: white;
}

.colorback {
  background: var(--colorbackground);
}

.morepeque {
  font-size: var(--font-size);
}

.fontbasic {
  font-family: Arial, Helvetica, sans-serif !important;
}

.subralink {
  text-decoration: underline !important;
}

.resallink {
  background: yellow !important;
  color: black !important;
}

.naveteclas:focus {
  outline: 4px solid black !important;
  background: yellow !important;
  color: black !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
}

.filterinvert {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.greyscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
}

.orig {
  filter: url(#hc_extension_off);
  -webkit-filter: url(#hc_extension_off);
}

html[hc=a0] {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_off");
}

html[hcx="0"] img[src*=jpg],
html[hcx="0"] img[src*=jpeg],
html[hcx="0"] svg image,
html[hcx="0"] img.rg_i,
html[hcx="0"] embed,
html[hcx="0"] object,
html[hcx="0"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_off");
}

.contr1 {
  filter: url(#hc_extension_highcontrast);
  -webkit-filter: url(#hc_extension_highcontrast);
}

html[hcx="1"] img[src*=jpg],
html[hcx="1"] img[src*=jpeg],
html[hcx="1"] img.rg_i,
html[hcx="1"] svg image,
html[hcx="1"] embed,
html[hcx="1"] object,
html[hcx="1"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_highcontrast_back");
}

html.blackwhite {
  filter: url(#hc_extension_grayscale);
  -webkit-filter: url(#hc_extension_grayscale);
  -ms-filter: url(#hc_extension_grayscale);
  -moz-filter: url(#hc_extension_grayscale);
  -o-filter: url(#hc_extension_grayscale);
}

html[hcx="2"] img[src*=jpg],
html[hcx="2"] img[src*=jpeg],
html[hcx="2"] img.rg_i,
html[hcx="2"] svg image,
html[hcx="2"] embed,
html[hcx="2"] object,
html[hcx="2"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_grayscale_back");
}

html.invert {
  filter: url(#hc_extension_invert);
  -webkit-filter: url(#hc_extension_invert);
}

html[hcx="3"] img[src*=jpg],
html[hcx="3"] img[src*=jpeg],
html[hcx="3"] img.rg_i,
html[hcx="3"] svg image,
html[hcx="3"] embed,
html[hcx="3"] object,
html[hcx="3"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_invert_back");
}

html.grisinvertido {
  filter: url(#hc_extension_invert_grayscale);
  -webkit-filter: url(#hc_extension_invert_grayscale);
}

html[hcx="4"] img[src*=jpg],
html[hcx="4"] img[src*=jpeg],
html[hcx="4"] img.rg_i,
html[hcx="4"] svg image,
html[hcx="4"] embed,
html[hcx="4"] object,
html[hcx="4"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_invert_back");
}

html.yellowandblack {
  filter: url(#hc_extension_yellow_on_black);
  -webkit-filter: url(#hc_extension_yellow_on_black);
}

html[hcx="5"] img[src*=jpg],
html[hcx="5"] img[src*=jpeg],
html[hcx="5"] img.rg_i,
html[hcx="5"] svg image,
html[hcx="5"] embed,
html[hcx="5"] object,
html[hcx="5"] video {
  -webkit-filter: url("http://localhost/qualityintegra/#hc_extension_yellow_on_black_back");
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

#box {
  width: 100%;
  height: 500px;
  background: black;
  text-align: center;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  #box {
    background: yellow;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  #box {
    background: red;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1279px) {
  #box {
    background: blue;
  }
}
@media only screen and (max-width: 768px) {
  #box:after {
    content: "small";
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  #box:after {
    content: "medium";
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #box:after {
    content: "ipad-screens";
  }
}
#box div {
  height: 40px;
}
#box div div {
  background: grey;
}

.hidden {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  -ms-display: flex;
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.top {
  top: 0;
}

.right {
  right: 0;
}

.active-initial {
  display: initial !important;
}

.no-movil {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .no-movil {
    display: none !important;
  }
}

.no-movil-flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .no-movil-flex {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .no-movil-flex {
    display: none;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .no-movil-flex {
    display: none;
  }
}

.yes-movil {
  display: none;
}
@media only screen and (max-width: 768px) {
  .yes-movil {
    display: inherit;
  }
}

.yes-movil-flex {
  display: none;
}
@media only screen and (max-width: 768px) {
  .yes-movil-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .yes-movil-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .yes-movil-flex {
    display: flex;
    flex-wrap: wrap;
  }
}

.background-right {
  -webkit-background-position: right center;
  -moz-background-position: right center;
  -o-background-position: right center;
  background-position: right center !important;
}

.background-left {
  -webkit-background-position: left center;
  -moz-background-position: left center;
  -o-background-position: left center;
  background-position: left center !important;
}

.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.background-cover-center-top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  -webkit-background-position: center top;
  -moz-background-position: center top;
  -o-background-position: center top;
  background-position: center top !important;
}

.background-center {
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -o-background-position: center center;
  background-position: center center !important;
}

.background-contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain !important;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -o-background-position: center center;
  background-position: center center !important;
  background-position: center center !important;
}

.background-contain-home {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain !important;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -o-background-position: center center;
  background-position: center center !important;
}
@media only screen and (max-width: 768px) {
  .background-contain-home {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .background-contain-home {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .background-contain-home {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important !important;
  }
}

.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.background-no-repeat {
  background-repeat: no-repeat !important;
}

.cursor-pointer {
  cursor: pointer;
}

.max-400 {
  max-width: 400px;
}

.max-260 {
  max-width: 260px;
}

.max-850 {
  max-width: 850px;
}

.min-height-200 {
  min-height: 200px;
}

.mt-7 {
  margin-top: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.pr-7 {
  padding-right: 7rem;
}

.pl-7 {
  padding-left: 7rem;
}

.pt-7 {
  padding-top: 7rem;
}

.p-7 {
  padding: 7rem;
}

.plr-7 {
  padding: 0 7rem;
}
@media only screen and (max-width: 768px) {
  .plr-7 {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .plr-7 {
    padding: 0 2rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .plr-7 {
    padding: 0 2rem;
  }
}

.mlr-7 {
  margin: 0 7rem;
}
@media only screen and (max-width: 768px) {
  .mlr-7 {
    margin: 0 2rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mlr-7 {
    margin: 0 2rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mlr-7 {
    margin: 0 2rem;
  }
}

.mt-25 {
  margin-top: 25px;
}

.m-auto {
  margin: auto;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.padding-50 {
  padding: 50px 0;
}

.padding-80 {
  padding: 80px 0;
}

.padding-110 {
  padding: 110px 0;
}

.space-around {
  display: flex;
  justify-content: space-around;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  flex-direction: initial;
  -webkit-box-direction: initial;
  -moz-box-direction: initial;
  -webkit-box-orient: initial;
  -moz-box-orient: initial;
  -webkit-flex-direction: initial;
  -ms-flex-direction: initial;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 20px 0;
}

.white {
  color: white;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .row-eq-height {
    display: inherit;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .row-eq-height {
    display: inherit;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .row-eq-height {
    display: flex;
  }
}

.material-hover-2:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.material-shadow-3 {
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.16), 0 0 2px 0px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
}

.material-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
}

.material-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}

.material-shadow-4 {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15), 0px 3px 12px 0px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
}

.material-shadow-black {
  box-shadow: 0px 0 20px black, 0 0 2px 0px black;
  transition: all 0.2s ease-in-out;
}

.material-hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.border-radius {
  border-radius: 10px;
}

.border-radius-100 {
  border-radius: 100px;
}

@media only screen and (max-width: 768px) {
  .width-sm-50 {
    width: 50vw !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .width-sm-50 {
    width: 50vw !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .width-sm-50 {
    width: 50vw !important;
  }
}

.img-responsive {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.vh-10 {
  height: 10vh;
}

.vh-20 {
  height: 20vh;
}

.vh-30 {
  height: 30vh;
}

.vh-40 {
  height: 40vh;
}

.vh-50 {
  height: 50vh;
}

.vh-60 {
  height: 60vh;
}

.vh-70 {
  height: 70vh;
}

.vh-80 {
  height: 80vh;
}

.vh-90 {
  height: 90vh;
}

.vh-100 {
  height: 100vh;
}

.vw-10 {
  width: 10vw;
}

.vw-20 {
  width: 20vw;
}

.vw-30 {
  width: 30vw;
}

.vw-40 {
  width: 40vw;
}

.vw-50 {
  width: 50vw;
}

.vw-60 {
  width: 60vw;
}

.vw-70 {
  width: 70vw;
}

.vw-80 {
  width: 80vw;
}

.vw-90 {
  width: 90vw;
}

.vw-100 {
  width: 100vw;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.h-100 {
  height: 100%;
}

.max-w-10 {
  max-width: 10%;
}

.max-w-20 {
  max-width: 20%;
}

.max-w-30 {
  max-width: 30%;
}

.max-w-40 {
  max-width: 40%;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-60 {
  max-width: 60%;
}

.max-w-70 {
  max-width: 70%;
}

.max-w-80 {
  max-width: 80%;
}

.max-w-90 {
  max-width: 90%;
}

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

.margin-1 > * {
  margin-bottom: 1rem;
}

.margin-1 > *:last-child {
  margin-bottom: 0;
}

.margin-2 > * {
  margin-bottom: 2rem;
}

.margin-2 > *:last-child {
  margin-bottom: 0;
}

.mt-menu {
  margin-top: 70px;
}

.pt-menu {
  padding-top: 70px;
}

.p-0 {
  padding: 0rem;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.vertical-centered {
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: center;
  /* alineacion horizontal */
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.self-center {
  align-self: center;
}

.align-content-end {
  -ms-display: flex;
  display: flex;
  /* alineacion vertical */
  align-items: flex-end;
  align-content: end;
  /* alineacion horizontal */
  justify-content: center;
}

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

.align-end {
  align-items: flex-end;
}

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

@media only screen and (max-width: 768px) {
  .order-1-movil {
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .order-2-movil {
    order: 2;
  }
}

.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*SCROLL BOTTON*/
#section05 a {
  padding-top: 70px;
}

#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
#section05 {
  height: 58px;
  position: relative;
  width: 100%;
}

#section05 > a {
  color: white;
  text-transform: uppercase;
}

img[data-object-fit=cover] {
  object-fit: cover;
}

img[data-object-fit=contain] {
  object-fit: contain;
}

/*# sourceMappingURL=style.css.map */
