@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@font-face {
  font-family: "Whitney";
  src: url("../fonts/whitney/Whitney-Book.eot");
  src: url("../fonts/whitney/Whitney-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-Book.woff2") format("woff2"), url("../fonts/whitney/Whitney-Book.woff") format("woff"), url("../fonts/whitney/Whitney-Book.ttf") format("truetype"), url("../fonts/whitney/Whitney-Book.svg#Whitney-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Whitney";
  src: url("../fonts/whitney/Whitney-SemiboldSC.eot");
  src: url("../fonts/whitney/Whitney-SemiboldSC.eot?#iefix") format("embedded-opentype"), url("../fonts/whitney/Whitney-SemiboldSC.woff2") format("woff2"), url("../fonts/whitney/Whitney-SemiboldSC.woff") format("woff"), url("../fonts/whitney/Whitney-SemiboldSC.ttf") format("truetype"), url("../fonts/whitney/Whitney-SemiboldSC.svg#Whitney-SemiboldSC") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gandhi Serif";
  src: url("../fonts/gandhi/GandhiSerif-Bold.eot");
  src: url("../fonts/gandhi/GandhiSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gandhi/GandhiSerif-Bold.woff2") format("woff2"), url("../fonts/gandhi/GandhiSerif-Bold.woff") format("woff"), url("../fonts/gandhi/GandhiSerif-Bold.ttf") format("truetype"), url("../fonts/gandhi/GandhiSerif-Bold.svg#GandhiSerif-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gandhi Serif";
  src: url("../fonts/gandhi/GandhiSerif-BoldItalic.eot");
  src: url("../fonts/gandhi/GandhiSerif-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gandhi/GandhiSerif-BoldItalic.woff2") format("woff2"), url("../fonts/gandhi/GandhiSerif-BoldItalic.woff") format("woff"), url("../fonts/gandhi/GandhiSerif-BoldItalic.ttf") format("truetype"), url("../fonts/gandhi/GandhiSerif-BoldItalic.svg#GandhiSerif-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gandhi Serif";
  src: url("../fonts/gandhi/GandhiSerif-Italic.eot");
  src: url("../fonts/gandhi/GandhiSerif-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/gandhi/GandhiSerif-Italic.woff2") format("woff2"), url("../fonts/gandhi/GandhiSerif-Italic.woff") format("woff"), url("../fonts/gandhi/GandhiSerif-Italic.ttf") format("truetype"), url("../fonts/gandhi/GandhiSerif-Italic.svg#GandhiSerif-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gandhi Serif";
  src: url("../fonts/gandhi/GandhiSerif-Regular.eot");
  src: url("../fonts/gandhi/GandhiSerif-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gandhi/GandhiSerif-Regular.woff2") format("woff2"), url("../fonts/gandhi/GandhiSerif-Regular.woff") format("woff"), url("../fonts/gandhi/GandhiSerif-Regular.ttf") format("truetype"), url("../fonts/gandhi/GandhiSerif-Regular.svg#GandhiSerif-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

ul {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  height: 100%;
}

select, input, input[type=submit], input[type=submit], textarea {
  font: normal 12px "Whitney";
  font-family: inherit;
  font-size: inherit;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  border: none;
}
select:focus, input:focus, input[type=submit]:focus, input[type=submit]:focus, textarea:focus {
  outline: none;
}
select:-webkit-autofill, input:-webkit-autofill, input[type=submit]:-webkit-autofill, input[type=submit]:-webkit-autofill, textarea:-webkit-autofill {
  color: white !important;
  background-color: transparent !important;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 30px #FF5000 inset;
}
select:-webkit-autofill:focus, input:-webkit-autofill:focus, input[type=submit]:-webkit-autofill:focus, input[type=submit]:-webkit-autofill:focus, textarea:-webkit-autofill:focus {
  color: white !important;
  background-color: transparent !important;
  -webkit-text-fill-color: white;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

label {
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

/**
 * Swiper 4.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.sticky {
  padding: 0;
  z-index: 9;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .sticky {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sticky {
    padding: 0 55px 0 150px;
  }
}

.burguer {
  cursor: pointer;
  display: table;
  width: 25px;
  height: 25px;
  padding-top: 10px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .burguer {
    display: none;
    padding-right: 90px;
  }
}
.burguer span {
  width: 25px;
  height: 3px;
  background: white;
  position: relative;
  display: block;
}
.burguer span::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: white;
  top: -9px;
}
.burguer span::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background: white;
  bottom: -9px;
}

* {
  transition: ease 0.25s;
}

p {
  font-family: "Gandhi Serif";
  font-weight: bold;
}

body {
  font-family: "Whitney";
  font-weight: 500;
  font-size: 12px;
  color: #777679;
}
body .container {
  width: 100%;
  padding: 40px 20px;
}
@media screen and (min-width: 481px) {
  body .container {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1025px) {
  body .container {
    padding: 40px 150px;
  }
}
body .container .content {
  width: 100%;
  display: flex;
}
.home .container.rojo {
  color: white;
  background: #FF5000;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .home .container.rojo {
    padding: 125px 90px;
  }
}
.home .container.rojo::after {
  content: "";
  border-top: solid 24px #FF5000;
  border-right: solid 100vw transparent;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: -23px;
}
@media screen and (min-width: 481px) {
  .home .container.rojo::after {
    border-bottom: solid 90px transparent;
    border-left: solid 98vw #FF5000;
    border-right: 0;
    border-top: 0;
    left: 0;
    bottom: -90px;
  }
}
.home .container.blanco {
  background: white;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .home .container.blanco {
    padding: 125px 90px;
  }
}
.home .container.blanco::after {
  content: "";
  border-top: solid 24px white;
  border-right: solid 100vw transparent;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: -23px;
}
@media screen and (min-width: 481px) {
  .home .container.blanco::after {
    border-bottom: solid 90px transparent;
    border-left: solid 98vw white;
    border-right: 0;
    border-top: 0;
    left: 0;
    bottom: -90px;
  }
}
.home .container.blanco .bloque h2 {
  color: #FF5000;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque h2 {
    font-size: 36px;
  }
}
.home .container.blanco .bloque h2 br {
  display: none;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque h2 br {
    display: block;
  }
}
.home .container.blanco .bloque h2 br.br-mobile {
  display: block;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque h2 br.br-mobile {
    display: none;
  }
}
.home .container.blanco .bloque p {
  color: #777679;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque p {
    font-size: 24px;
  }
}
.home .container.blanco .bloque p br {
  display: none;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque p br {
    display: block;
  }
}
.home .container.blanco .bloque p br.br-mobile {
  display: block;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque p br.br-mobile {
    display: none;
  }
}
.home .container.blanco .bloque span.linea {
  color: #777679;
  width: 30px;
  height: 2px;
  background: #777679;
  display: block;
  margin: 14px auto;
}
@media screen and (min-width: 481px) {
  .home .container.blanco .bloque span.linea {
    width: 44px;
    margin: 30px auto;
  }
}
.home .container .bloque {
  margin: 0 auto;
}
.home .container .bloque p {
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
@media screen and (min-width: 481px) {
  .home .container .bloque p {
    font-size: 50px;
    letter-spacing: -1px;
  }
}
.home .container.img {
  padding: 0;
  position: relative;
  min-height: 242px;
  height: 0;
}
@media screen and (min-width: 481px) {
  .home .container.img {
    min-height: 668px;
    height: 70vh;
  }
}
.home .container.img > div {
  min-height: 342px;
  top: 0;
  width: 100%;
  height: 70vh;
}
@media screen and (min-width: 481px) {
  .home .container.img > div {
    min-height: 768px;
  }
}
.home .container .bg1 {
  background: url(../img/bg-home1.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 200%;
}
@media screen and (min-width: 769px) {
  .home .container .bg1 {
    background-size: 150%;
  }
}
@media screen and (min-width: 1025px) {
  .home .container .bg1 {
    background-size: 125%;
  }
}
.home .container .bg2 {
  background: url(../img/bg-home2.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 220%;
}
@media screen and (min-width: 769px) {
  .home .container .bg2 {
    background-size: 165%;
  }
}
@media screen and (min-width: 1025px) {
  .home .container .bg2 {
    background-size: 140%;
  }
}
.home .container .bg3 {
  background: url(../img/bg-home3.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 250%;
}
@media screen and (min-width: 769px) {
  .home .container .bg3 {
    background-size: 180%;
  }
}
@media screen and (min-width: 1025px) {
  .home .container .bg3 {
    background-size: 150%;
  }
}
.home .container .bg4 {
  background: url(../img/bg-home4.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 265%;
}
@media screen and (min-width: 769px) {
  .home .container .bg4 {
    background-size: 180%;
  }
}
@media screen and (min-width: 1025px) {
  .home .container .bg4 {
    background-size: 155%;
  }
}
.home .container .content {
  align-items: center;
  justify-content: center;
}
.home .cont-top.sparallax {
  background-image: url(../img/bg-home.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 320%;
  height: 100vh;
  min-height: 468px;
}
@media screen and (min-width: 481px) {
  .home .cont-top.sparallax {
    background-size: 230%;
    min-height: 768px;
  }
}
@media screen and (min-width: 769px) {
  .home .cont-top.sparallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .home .cont-top.sparallax {
    background-size: 115%;
  }
}
.home .cont-top .content {
  height: 100vh;
}
.home .cont-top p {
  color: white;
  text-align: left;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 25px;
  line-height: 0.9;
}
@media screen and (min-width: 481px) {
  .home .cont-top p {
    font-size: 60px;
    top: auto;
    bottom: 100px;
    left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .home .cont-top p {
    top: 435px;
    left: 150px;
  }
}
.home .cont-top p br {
  display: none;
}
@media screen and (min-width: 480px) {
  .home .cont-top p br {
    display: block;
  }
}
.home .cont-top input[type=submit] {
  border: none;
  border-radius: 20px;
  background: black;
  font-size: 16px;
  color: #ededed;
  cursor: pointer;
  font-weight: 500;
  width: 110px;
  padding: 10px;
}
.home .cont-top input[type=submit]:hover {
  background: #FF5000;
}

.top {
  position: fixed;
  z-index: 1;
  top: 37px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 481px) {
  .top {
    margin: 0;
    width: 87%;
    padding: 0;
  }
}
.top .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 220px;
}
.top .logos .logo-uniba {
  margin: 0 0 0 20px;
}
@media screen and (min-width: 480px) {
  .top .logos .logo-uniba {
    margin: 0 0 20px 20px;
  }
}
.top .logo {
  width: 85px;
}
@media screen and (min-width: 480px) {
  .top .logo {
    text-align: left;
    margin-bottom: 10px;
  }
}
.top .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top .menu ul.open li {
  padding: 20px;
}
.top .menu ul li a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding: 20px 20px 5px;
}
.top .menu ul li a:hover::after, .top .menu ul li a.activo::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: white;
  display: block;
  bottom: -2px;
  left: 20px;
}

.nosotros .flex-wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .nosotros .flex-wrap {
    flex-wrap: nowrap;
  }
}
.nosotros .cont-doscol {
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .nosotros .cont-doscol {
    flex-direction: row;
  }
}
.nosotros .container.rojo {
  color: white;
  background: #FF5000;
  padding: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .nosotros .container.rojo {
    padding: 125px 90px;
  }
}
.nosotros .container.rojo::after {
  content: "";
  border-top: solid 24px #FF5000;
  border-left: solid 100vw transparent;
  border-bottom: 0;
  position: absolute;
  left: 0;
  bottom: -24px;
}
@media screen and (min-width: 481px) {
  .nosotros .container.rojo::after {
    border-bottom: solid 90px transparent;
    border-left: solid 98vw #FF5000;
    border-top: 0;
    left: 0;
    bottom: -90px;
  }
}
.nosotros .container.rojo .bloque {
  text-align: center;
}
.nosotros .container.rojo .bloque p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -1.1px;
}
@media screen and (min-width: 481px) {
  .nosotros .container.rojo .bloque p {
    font-size: 50px;
    letter-spacing: normal;
  }
}
.nosotros .container.rojo .bloque p br {
  display: none;
}
@media screen and (min-width: 481px) {
  .nosotros .container.rojo .bloque p br {
    display: block;
  }
}
.nosotros .container.rojo .bloque p br.br-mobile {
  display: block;
}
@media screen and (min-width: 481px) {
  .nosotros .container.rojo .bloque p br.br-mobile {
    display: none;
  }
}
.nosotros .container.blanco {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco {
    width: 48.8%;
  }
}
@media screen and (min-width: 1025px) {
  .nosotros .container.blanco {
    width: 50.5%;
  }
}
@media screen and (min-width: 1281px) {
  .nosotros .container.blanco {
    width: 51%;
  }
}
@media screen and (min-width: 1500px) {
  .nosotros .container.blanco {
    width: 52.4%;
  }
}
.nosotros .container.blanco.blanco-right {
  padding: 40px;
}
@media screen and (min-width: 481px) {
  .nosotros .container.blanco.blanco-right {
    padding: 50px 0px 50px 0px;
  }
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco.blanco-right {
    padding: 50px 20px 50px 0px;
  }
}
.nosotros .container.blanco.blanco-right::after {
  content: "";
  border-top: solid 24px white;
  border-right: solid 100vw transparent;
  position: absolute;
  left: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco.blanco-right::after {
    border-top: solid 352px transparent;
    border-right: solid 90px white;
    left: -90px;
    bottom: 0;
  }
}
.nosotros .container.blanco.blanco-right .bloque {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
.nosotros .container.blanco.blanco-left {
  padding: 40px;
}
@media screen and (min-width: 481px) {
  .nosotros .container.blanco.blanco-left {
    padding: 50px 0px 50px 75px;
  }
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco.blanco-left {
    padding: 50px 0px 50px 20px;
  }
}
.nosotros .container.blanco.blanco-left::after {
  content: "";
  border-top: solid 24px white;
  border-right: solid 100vw transparent;
  border-left: 0;
  position: absolute;
  right: 0;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco.blanco-left::after {
    border-top: solid 352px transparent;
    border-left: solid 90px white;
    border-right: 0;
    position: absolute;
    right: -90px;
    bottom: 0;
  }
}
.nosotros .container.blanco.blanco-left .bloque {
  justify-content: flex-start;
  margin: 0;
}
.nosotros .container.blanco .bloque h2 {
  color: #FF5000;
  font-size: 30px;
  font-family: "Whitney";
  font-weight: 500;
  text-align: center;
}
.nosotros .container.blanco .bloque p {
  color: #777679;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .nosotros .container.blanco .bloque p {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco .bloque p {
    text-align: left;
  }
}
.nosotros .container.blanco .bloque p br {
  display: none;
}
@media screen and (min-width: 481px) {
  .nosotros .container.blanco .bloque p br {
    display: block;
  }
}
.nosotros .container.blanco .bloque span.linea {
  width: 34px;
  height: 2px;
  background: #FF5000;
  display: block;
  margin: 0 auto 25px;
}
@media screen and (min-width: 769px) {
  .nosotros .container.blanco .bloque span.linea {
    margin: 0 0 25px;
  }
}
.nosotros .container .content {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nosotros .container .bloque {
  margin: 0 auto;
}
.nosotros .container .bloque p {
  line-height: 0.8;
  font-size: 30px;
}
@media screen and (min-width: 481px) {
  .nosotros .container .bloque p {
    font-size: 50px;
  }
}
.nosotros .container .bloque p.right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nosotros .container .bloque p.right {
    text-align: right;
  }
}
.nosotros .container.img.img-50 {
  padding: 0;
  position: relative;
  min-height: 275px;
  width: 100%;
  height: 0;
  margin-bottom: -10px;
}
@media screen and (min-width: 769px) {
  .nosotros .container.img.img-50 {
    width: 58.5%;
    min-height: 360px;
    margin-bottom: -10px;
  }
}
.nosotros .container.img.img-50 > div {
  min-height: 384px;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .nosotros .container.img.img-50 > div {
    min-height: 380px;
  }
}
.nosotros .container.img {
  padding: 0;
  position: relative;
  min-height: 242px;
  height: 0;
}
@media screen and (min-width: 481px) {
  .nosotros .container.img {
    min-height: 535px;
    height: 0vh;
  }
}
@media screen and (min-width: 1025px) {
  .nosotros .container.img {
    min-height: 500px;
  }
}
@media screen and (min-width: 1441px) {
  .nosotros .container.img {
    min-height: 600px;
  }
}
.nosotros .container.img > div {
  min-height: 342px;
  top: 0;
  width: 100%;
  height: 70vh;
}
@media screen and (min-width: 481px) {
  .nosotros .container.img > div {
    min-height: 0;
  }
}
.nosotros .container .bg1 {
  background: url(../img/bg-nos1.jpg) no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .nosotros .container .bg1 {
    background-size: 120%;
  }
}
.nosotros .container .bg2 {
  background: url(../img/bg-nos2.jpg) no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .nosotros .container .bg2 {
    background-size: 120%;
  }
}
.nosotros .container .bg3 {
  background: url(../img/bg-nos3.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 350%;
}
@media screen and (min-width: 481px) {
  .nosotros .container .bg3 {
    background-size: 250%;
  }
}
@media screen and (min-width: 769px) {
  .nosotros .container .bg3 {
    background-size: 180%;
  }
}
@media screen and (min-width: 1025px) {
  .nosotros .container .bg3 {
    background-size: 150%;
  }
}
.nosotros .cont-top.sparallax {
  background-image: url(../img/bg-nos.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 320%;
  height: 100vh;
  min-height: 468px;
}
@media screen and (min-width: 481px) {
  .nosotros .cont-top.sparallax {
    background-size: 230%;
    min-height: 768px;
  }
}
@media screen and (min-width: 769px) {
  .nosotros .cont-top.sparallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .nosotros .cont-top.sparallax {
    background-size: 115%;
  }
}
.nosotros .cont-top .content {
  height: 100vh;
}
.nosotros .cont-top p {
  color: white;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 25px;
  line-height: 0.9;
  letter-spacing: -2px;
}
@media screen and (min-width: 481px) {
  .nosotros .cont-top p {
    bottom: 100px;
    left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .nosotros .cont-top p {
    top: 435px;
    left: 150px;
    bottom: auto;
    letter-spacing: normal;
  }
}
.nosotros .cont-top p br {
  line-height: inherit;
  display: none;
}
@media screen and (min-width: 481px) {
  .nosotros .cont-top p br {
    display: block;
  }
}
.nosotros .cont-top p br.br-mobile {
  display: block;
}
@media screen and (min-width: 481px) {
  .nosotros .cont-top p br.br-mobile {
    display: none;
  }
}
.nosotros .cont-top input[type=submit] {
  border: none;
  border-radius: 20px;
  background: black;
  font-size: 16px;
  color: #ededed;
  cursor: pointer;
  font-weight: 500;
  width: 110px;
  padding: 10px;
}
.nosotros .cont-top input[type=submit]:hover {
  background: #FF5000;
}

.servicios .container.gris {
  background: #777679;
  position: relative;
  z-index: 1;
  overflow: inherit;
}
.servicios .container.gris::after {
  content: "";
  border-top: solid 24px #777679;
  border-right: solid 100vw transparent;
  border-left: 0;
  position: absolute;
  left: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .servicios .container.gris::after {
    content: "";
    border-bottom: solid 90px transparent;
    border-left: solid 98vw #777679;
    border-right: 0;
    left: 0;
    bottom: -90px;
  }
}
.servicios .container.gris .bloque p {
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .servicios .container.gris .bloque p {
    font-size: 24px;
  }
}
.servicios .container.gris .bloque p br {
  display: none;
}
@media screen and (min-width: 480px) {
  .servicios .container.gris .bloque p br {
    display: block;
  }
}
.servicios .container.etapas {
  background: white;
  position: relative;
  min-height: 768px;
  padding: 50px 10px;
  overflow-x: hidden;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas {
    padding: 50px;
  }
}
.servicios .container.etapas .camino {
  background: url(../img/camino.svg) no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .camino {
    height: 1200px;
    margin: 105px auto 250px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .camino {
    height: 1776px;
    padding-top: 8px;
    margin: 105px auto 250px;
  }
}
@media screen and (min-width: 1500px) {
  .servicios .container.etapas .camino {
    margin: 105px auto 300px;
  }
}
.servicios .container.etapas .etapa {
  position: relative;
  left: -200%;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 0 auto;
  transition: ease 1s;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa {
    left: -150%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa {
    left: -100%;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 1500px) {
  .servicios .container.etapas .etapa {
    left: -100%;
  }
}
.servicios .container.etapas .etapa.online {
  left: 0%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.online {
    left: 0%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.online {
    left: 2%;
  }
}
.servicios .container.etapas .etapa.uno.online {
  left: -5%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.uno.online {
    left: -4%;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .etapa.uno.online {
    left: -6%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.uno.online {
    left: -1%;
  }
}
.servicios .container.etapas .etapa.uno .cont-titulo {
  min-height: 40px;
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .etapa.uno .cont-titulo {
    min-height: 70px;
  }
}
.servicios .container.etapas .etapa.dos.online {
  left: -1%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.dos.online {
    left: 1%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.dos.online {
    left: -3%;
  }
}
.servicios .container.etapas .etapa.dos .cont-titulo {
  margin-left: 0;
}
.servicios .container.etapas .etapa.dos .cont-titulo h4 {
  text-align: right;
}
.servicios .container.etapas .etapa.dos .cont-titulo .linea {
  right: 0%;
  left: auto;
}
.servicios .container.etapas .etapa.dos .con-etapa {
  margin-left: 28px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.dos .con-etapa {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.dos .con-etapa {
    margin-left: 100px;
  }
}
.servicios .container.etapas .etapa.tres .cont-titulo {
  margin-left: 28px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.tres .cont-titulo {
    margin-left: 100px;
  }
}
.servicios .container.etapas .etapa.cuatro.online {
  left: 4%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.cuatro.online {
    left: -1%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.cuatro.online {
    left: -3%;
  }
}
.servicios .container.etapas .etapa.cuatro .cont-titulo {
  margin-left: 0%;
}
.servicios .container.etapas .etapa.cuatro .cont-titulo h4 {
  text-align: right;
}
.servicios .container.etapas .etapa.cuatro .cont-titulo .linea {
  right: 0%;
  left: auto;
}
.servicios .container.etapas .etapa.cuatro .con-etapa {
  margin-left: 27px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.cuatro .con-etapa {
    margin-left: 13%;
  }
}
.servicios .container.etapas .etapa.cinco.online {
  left: -4%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa.cinco.online {
    left: -5%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa.cinco.online {
    left: -1%;
  }
}
.servicios .container.etapas .etapa .con-etapa {
  justify-content: space-between;
  align-items: center;
}
.servicios .container.etapas .etapa .con-etapa .linea {
  width: 50px;
  height: 3.5px;
  background: #777679;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa .con-etapa .linea {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .etapa .con-etapa .linea {
    width: 185px;
  }
}
.servicios .container.etapas .etapa .cont-titulo {
  min-height: 50px;
  position: relative;
  margin-left: 28px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa .cont-titulo {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa .cont-titulo {
    margin-left: 100px;
  }
}
.servicios .container.etapas .etapa .cont-titulo h4 {
  font-size: 13px;
  font-family: "Gandhi", serif;
  font-style: italic;
  font-weight: bold;
  line-height: 0.8;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa .cont-titulo h4 {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .etapa .cont-titulo h4 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .container.etapas .etapa .cont-titulo h4 {
    font-size: 50px;
  }
}
.servicios .container.etapas .etapa .cont-titulo .linea {
  width: 20px;
  height: 1.5px;
  background: #FF5000;
  position: absolute;
  bottom: 5px;
  left: 0%;
  display: block;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .etapa .cont-titulo .linea {
    width: 80px;
    bottom: -30px;
  }
}
.servicios .container.etapas .circulo {
  border-radius: 50%;
  border: solid 2.5px #777679;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .circulo {
    border: solid 3.5px #777679;
  }
}
.servicios .container.etapas .circulo.sm {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .circulo.sm {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .circulo.sm {
    width: 117px;
    height: 117px;
  }
}
.servicios .container.etapas .circulo.sm img {
  width: 14px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .circulo.sm img {
    width: 32px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .circulo.sm img {
    width: 52px;
  }
}
.servicios .container.etapas .circulo.lg {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .circulo.lg {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .circulo.lg {
    width: 194px;
    height: 194px;
  }
}
.servicios .container.etapas .circulo.lg p {
  color: #FF5000;
  font-size: 32px;
}
@media screen and (min-width: 481px) {
  .servicios .container.etapas .circulo.lg p {
    font-size: 90px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .container.etapas .circulo.lg p {
    font-size: 123px;
  }
}
.servicios .container .content {
  align-items: center;
  height: 100%;
}
.servicios .container .bloque {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .servicios .container .bloque {
    padding: 50px 0;
  }
}
.servicios .container .bloque h2 {
  color: #FF5000;
  font-size: 12px;
  font-family: "Whitney";
  font-weight: 500;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
@media screen and (min-width: 481px) {
  .servicios .container .bloque h2 {
    font-size: 45px;
    margin-top: 42px;
  }
}
.servicios .container .bloque h2::after {
  content: "";
  background: #FF5000;
  position: absolute;
  bottom: -23px;
  width: 60px;
  height: 3px;
}
.servicios .cont-top.sparallax {
  background-image: url(../img/bg-serv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 320%;
  height: 100vh;
  min-height: 468px;
}
@media screen and (min-width: 481px) {
  .servicios .cont-top.sparallax {
    background-size: 230%;
    min-height: 768px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .cont-top.sparallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .cont-top.sparallax {
    background-size: 115%;
  }
}
.servicios .cont-top .content {
  height: 100vh;
}
.servicios .cont-top p {
  font-size: 30px;
  color: white;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 25px;
}
@media screen and (min-width: 481px) {
  .servicios .cont-top p {
    top: auto;
    bottom: 100px;
    left: 25px;
    font-size: 60px;
  }
}
@media screen and (min-width: 769px) {
  .servicios .cont-top p {
    top: auto;
    bottom: 100px;
    left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .servicios .cont-top p {
    top: 405px;
    left: 145px;
    bottom: auto;
  }
}
@media screen and (min-width: 1281px) {
  .servicios .cont-top p {
    top: 435px;
    left: 145px;
    bottom: auto;
  }
}
.servicios footer .footer .cont-footer ul li br {
  display: block;
}

.seguros .flex-wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .seguros .flex-wrap {
    flex-wrap: nowrap;
  }
}
.seguros .cont-doscol {
  flex-direction: column-reverse;
}
@media screen and (min-width: 769px) {
  .seguros .cont-doscol {
    flex-direction: row;
  }
}
.seguros .container.blanco {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .seguros .container.blanco {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .seguros .container.blanco {
    width: 46%;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .container.blanco {
    width: 49%;
  }
}
@media screen and (min-width: 1281px) {
  .seguros .container.blanco {
    width: 50%;
  }
}
.seguros .container.blanco.blanco-right {
  padding: 40px 20px;
}
@media screen and (min-width: 769px) {
  .seguros .container.blanco.blanco-right {
    padding: 50px 90px 50px 0px;
  }
}
.seguros .container.blanco.blanco-right::after {
  content: "";
  border-top: solid 24px white;
  border-left: solid 100vw transparent;
  border-right: 0;
  position: absolute;
  left: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .seguros .container.blanco.blanco-right::after {
    content: "";
    border-top: solid 355px transparent;
    border-right: solid 90px white;
    border-left: 0;
    left: -90px;
    bottom: 0;
  }
}
.seguros .container.blanco.blanco-right .bloque {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .seguros .container.blanco.blanco-right .bloque {
    margin: 0;
  }
}
.seguros .container.blanco.blanco-right .bloque h4 {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seguros .container.blanco.blanco-right .bloque h4 {
    text-align: right;
  }
}
.seguros .container.blanco .bloque h2 {
  color: #FF5000;
  font-size: 30px;
  font-family: "Whitney";
  font-weight: 500;
  text-align: center;
}
.seguros .container.blanco .bloque p {
  color: #777679;
}
.seguros .container.rojo-left {
  background: #FF5000;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 25px;
}
@media screen and (min-width: 769px) {
  .seguros .container.rojo-left {
    width: 50.8%;
    padding: 50px 0px 50px 90px;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .container.rojo-left {
    width: 50.8%;
  }
}
@media screen and (min-width: 1281px) {
  .seguros .container.rojo-left {
    width: 50.8%;
  }
}
@media screen and (min-width: 1367px) {
  .seguros .container.rojo-left {
    width: 51.5%;
  }
}
@media screen and (min-width: 1500px) {
  .seguros .container.rojo-left {
    width: 53.5%;
  }
}
.seguros .container.rojo-left::after {
  content: "";
  border-top: solid 24px #FF5000;
  border-right: solid 100vw transparent;
  border-left: 0;
  position: absolute;
  right: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .seguros .container.rojo-left::after {
    content: "";
    border-top: solid 355px transparent;
    border-left: solid 90px #FF5000;
    border-right: 0;
    right: -90px;
    bottom: 0;
  }
}
.seguros .container.rojo-left .bloque {
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .seguros .container.rojo-left .bloque {
    margin: 0;
  }
}
.seguros .container.rojo-left .bloque h4 {
  color: white;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seguros .container.rojo-left .bloque h4 {
    text-align: inherit;
  }
}
.seguros .container.rojo-left .bloque .linea {
  background: white;
}
.seguros .container.gris-right {
  background: #777679;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 25px;
}
@media screen and (min-width: 481px) {
  .seguros .container.gris-right {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .seguros .container.gris-right {
    width: 46%;
    padding: 50px 90px 50px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .container.gris-right {
    width: 49%;
  }
}
@media screen and (min-width: 1281px) {
  .seguros .container.gris-right {
    width: 50%;
  }
}
.seguros .container.gris-right::after {
  content: "";
  border-top: solid 24px #777679;
  border-left: solid 100vw transparent;
  border-right: 0;
  position: absolute;
  left: 0px;
  bottom: -24px;
}
@media screen and (min-width: 769px) {
  .seguros .container.gris-right::after {
    content: "";
    border-top: solid 355px transparent;
    border-right: solid 90px #777679;
    border-left: 0;
    position: absolute;
    left: -90px;
    bottom: 0;
  }
}
.seguros .container.gris-right .content {
  justify-content: flex-end;
}
.seguros .container.gris-right .content .bloque {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .seguros .container.gris-right .content .bloque {
    margin: 0;
  }
}
.seguros .container.gris-right .content .bloque h4 {
  color: white;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seguros .container.gris-right .content .bloque h4 {
    text-align: right;
  }
}
.seguros .container.gris-right .content .bloque span.linea {
  background: white;
}
.seguros .container .bloque h2 {
  color: #FF5000;
  font-size: 30px;
  font-family: "Whitney";
  font-weight: 500;
  text-align: center;
}
.seguros .container .content {
  align-items: center;
  height: 100%;
}
.seguros .container .bloque {
  margin: 0 auto;
}
.seguros .container .bloque h4 {
  font-family: "Whitney";
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) {
  .seguros .container .bloque h4 {
    font-size: 30px;
  }
}
.seguros .container .bloque p {
  line-height: 1.3;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  color: white;
  width: 100%;
  letter-spacing: -0.6px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seguros .container .bloque p {
    font-size: 16px;
    letter-spacing: normal;
    text-align: inherit;
  }
}
.seguros .container .bloque p.right {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seguros .container .bloque p.right {
    text-align: right;
  }
}
.seguros .container .bloque span.linea {
  width: 34px;
  height: 2px;
  background: #777679;
  display: block;
  margin: 10px auto 17px;
}
@media screen and (min-width: 769px) {
  .seguros .container .bloque span.linea {
    margin: 10px 0 17px;
  }
}
.seguros .container.img.img-50 {
  padding: 0;
  position: relative;
  min-height: 275px;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 769px) {
  .seguros .container.img.img-50 {
    width: 58.3%;
    min-height: 355px;
  }
}
.seguros .container.img.img-50 > div {
  min-height: 275px;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .seguros .container.img.img-50 > div {
    min-height: 380px;
  }
}
.seguros .container.img {
  padding: 0;
  position: relative;
  min-height: 242px;
  height: 0;
}
@media screen and (min-width: 481px) {
  .seguros .container.img {
    min-height: 535px;
    height: 0vh;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .container.img {
    min-height: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .container.img {
    min-height: 600px;
  }
}
.seguros .container.img > div {
  min-height: 342px;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .seguros .container.img > div {
    min-height: 0;
  }
}
.seguros .container .bg1 {
  background: url(../img/bg-seg1.jpg) no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .seguros .container .bg1 {
    background-size: 120%;
  }
}
.seguros .container .bg2 {
  background: url(../img/bg-seg2.jpg) no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .seguros .container .bg2 {
    background-size: 120%;
  }
}
.seguros .container .bg3 {
  background: url(../img/bg-seg3.jpg) no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .seguros .container .bg3 {
    background-size: 120%;
  }
}
.seguros .cont-top.sparallax {
  background-image: url(../img/bg-seg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 320%;
  height: 100vh;
  min-height: 468px;
}
@media screen and (min-width: 481px) {
  .seguros .cont-top.sparallax {
    background-size: 230%;
    min-height: 768px;
  }
}
@media screen and (min-width: 769px) {
  .seguros .cont-top.sparallax {
    background-size: 140%;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .cont-top.sparallax {
    background-size: 115%;
  }
}
.seguros .cont-top .content {
  height: 100vh;
}
.seguros .cont-top p {
  font-size: 30px;
  color: white;
  align-self: center;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 25px;
}
@media screen and (min-width: 481px) {
  .seguros .cont-top p {
    top: auto;
    bottom: 100px;
    left: 25px;
    font-size: 60px;
  }
}
@media screen and (min-width: 769px) {
  .seguros .cont-top p {
    top: auto;
    bottom: 100px;
    left: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .seguros .cont-top p {
    top: 435px;
    left: 145px;
    bottom: auto;
  }
}

.contacto .container {
  padding: 40px 150px;
}
@media (min-width: 481px) {
  .contacto .container {
    padding: 40px 150px 0;
  }
}
.contacto .container.rojo {
  color: white;
  background: #FF5000;
  padding: 125px 90px;
  position: relative;
  z-index: 1;
}
.contacto .container.rojo::after {
  content: "";
  border-bottom: solid 90px transparent;
  border-left: solid 98vw #FF5000;
  position: absolute;
  left: 0;
  bottom: -90px;
}
.contacto .container .bloque {
  margin: 0 auto;
}
.contacto .container .bloque p {
  text-align: center;
  line-height: 0.8;
  font-size: 40px;
}
.contacto .container .bloque.gris-left {
  background: #777679;
  position: absolute;
  z-index: 2;
  padding: 50px 20px 30px;
  width: 100%;
  font-size: 10px;
  top: 0%;
}
.contacto .container .bloque.gris-left::after {
  content: "";
  border-bottom: solid 25px transparent;
  border-right: solid 100vw #777679;
  position: absolute;
  left: 0;
  bottom: -25px;
  display: block;
}
@media screen and (min-width: 769px) {
  .contacto .container .bloque.gris-left::after {
    content: "";
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .contacto .container .bloque.gris-left {
    padding: 50px 20px 30px;
    width: 100%;
    font-size: 10px;
    top: 0%;
    background: #777679;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .contacto .container .bloque.gris-left {
    padding: 30px 0 30px 20px;
    width: 40%;
    font-size: 12px;
    top: 32%;
    background: transparent;
    position: absolute;
  }
}
@media screen and (min-width: 1025px) {
  .contacto .container .bloque.gris-left {
    background: transparent;
    padding: 50px 0px 50px 145px;
    width: 38%;
    top: 25%;
  }
}
@media screen and (min-width: 1281px) {
  .contacto .container .bloque.gris-left {
    width: 34%;
  }
}
@media screen and (min-width: 1921px) {
  .contacto .container .bloque.gris-left {
    width: 21%;
  }
}
.contacto .container .bloque.gris-left h4 {
  color: white;
  font-size: 25px;
  text-align: left;
}
.contacto .container .bloque.gris-left span.linea {
  background: white;
  width: 34px;
  height: 2px;
  display: block;
  margin: 0px 0 15px;
}
@media screen and (min-width: 768px) {
  .contacto .container .bloque.gris-left span.linea {
    margin: 10px 0 25px;
  }
}
.contacto .container .bloque.gris-left ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "Gandhi", serif;
}
.contacto .container .bloque.gris-left ul li {
  color: white;
  width: 50%;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contacto .container .bloque.gris-left ul li {
    margin: 0px 0 15px;
  }
}
.contacto .container.mapa {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-bottom: -80px;
  min-height: 410px;
}
@media screen and (min-width: 481px) {
  .contacto .container.mapa {
    margin-bottom: 0px;
    margin-top: -2%;
  }
}
@media screen and (min-width: 6500px) {
  .contacto .container.mapa {
    margin-top: 0px;
  }
}
.contacto .container.mapa .content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contacto .container.mapa .content {
    width: 584px;
  }
}
.contacto .container.mapa .cont-img {
  overflow: hidden;
  width: 585px;
  z-index: 1;
  position: relative;
}
.contacto .container.mapa .cont-img img {
  z-index: -1;
  position: relative;
  display: none;
  width: auto;
}
@media screen and (min-width: 481px) {
  .contacto .container.mapa .cont-img img {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .contacto .container.mapa .cont-img img {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .contacto .container.mapa .cont-img img {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .contacto .container.mapa .cont-img img {
    display: block;
  }
}
.contacto .container.mapa #map {
  width: 100%;
  height: 100vh;
  cursor: text;
  position: relative;
  top: 180px;
  left: 0px;
  z-index: 0;
}
@media screen and (min-width: 481px) {
  .contacto .container.mapa #map {
    position: relative;
    left: 0px;
    height: 410px;
    top: 0px;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 769px) {
  .contacto .container.mapa #map {
    position: absolute;
    left: 150px;
    margin-bottom: 0;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .contacto .container.mapa #map {
    position: absolute;
    left: 150px;
    height: 100vh;
    top: -40%;
  }
}
@media screen and (min-width: 6500px) {
  .contacto .container.mapa #map {
    height: 410px;
  }
}
.contacto .container.mapa .gris {
  color: white;
  background: #777679;
  position: absolute;
  z-index: 1;
  width: 476px;
  height: 380px;
}
.contacto .container.mapa .gris::before {
  content: "";
  border-top: solid 30px transparent;
  border-right: solid 37.2vw #777679;
  position: absolute;
  top: -30px;
}
.contacto .container.mapa .gris::after {
  content: "";
  border-top: solid 410px transparent;
  border-left: solid 90px #777679;
  position: absolute;
  right: -90px;
  top: -30px;
}
.contacto .cont-top {
  position: relative;
  z-index: 2;
}
.contacto .cont-top.sparallax {
  background-image: url(../img/bg-contacto_.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: initial;
}
@media screen and (min-width: 1025px) {
  .contacto .cont-top.sparallax {
    background-size: 100%;
  }
}
.contacto .cont-top::after {
  content: "";
  border-bottom: solid 90px transparent;
  border-left: solid 98vw #FF5000;
  position: absolute;
  left: 0;
  bottom: -90px;
  display: none;
}
@media screen and (min-width: 769px) {
  .contacto .cont-top::after {
    display: block;
  }
}
.contacto .cont-top .content {
  height: auto;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
}
@media screen and (min-width: 481px) {
  .contacto .cont-top .content {
    max-width: 100%;
    height: auto;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .contacto .cont-top .content {
    height: 100%;
    max-width: 545px;
    flex-direction: column;
  }
}
.contacto .cont-top .content form {
  margin-top: 40px;
}
.contacto .cont-top p {
  font-size: 30px;
  color: white;
  margin: 120px 0 0;
}
@media screen and (min-width: 481px) {
  .contacto .cont-top p {
    font-size: 60px;
  }
}
.contacto .cont-top input[type=text] {
  font-family: "Whitney";
  font-size: 12px;
  color: white;
  border-bottom: solid thin white;
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 20px;
}
.contacto .cont-top ::placeholder {
  color: white;
}
.contacto .cont-top textarea {
  padding: 5px 0px;
  border-bottom: solid thin white;
  color: white;
  font-size: 12px;
  width: 100%;
}
.contacto .cont-top input[type=submit] {
  border: solid thin white;
  font-size: 12px;
  color: white;
  cursor: pointer;
  width: 115px;
  padding: 8px 35px;
  margin-top: 10px;
}
.contacto .cont-top input[type=submit]:hover {
  color: #FF5000;
  background: white;
}
.contacto footer.container {
  padding: 25px 20px;
  margin-top: 17%;
}
@media screen and (min-width: 481px) {
  .contacto footer.container {
    padding: 25px 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .contacto footer.container {
    padding: 25px 90px 25px 145px;
  }
}
.contacto footer.container .footer .cont-footer ul {
  width: auto;
  margin-top: 0;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 481px) {
  .contacto footer.container .footer .cont-footer ul {
    flex-direction: row;
    align-items: center;
    width: 60%;
  }
}
.contacto footer.container .footer .cont-footer ul li {
  width: 100%;
  margin-top: 0px;
}
.contacto footer.container .footer .cont-footer ul li.logo {
  width: 54px;
  margin-right: 60%;
  margin-bottom: 9px;
}
@media screen and (min-width: 481px) {
  .contacto footer.container .footer .cont-footer ul li.logo {
    margin-right: 0;
  }
}
.contacto footer.container .footer .cont-footer ul li:nth-child(2) img {
  width: auto;
}
.contacto footer.container .footer .cont-footer ul li:nth-child(3), .contacto footer.container .footer .cont-footer ul li:nth-child(4) {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .contacto footer.container .footer .cont-footer ul li:nth-child(3), .contacto footer.container .footer .cont-footer ul li:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 481px) {
  .contacto footer.container .footer .cont-footer ul li {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
  }
}
.contacto footer.container .footer .cont-footer p {
  align-self: center;
  margin-top: 0px;
  width: 100%;
}
@media screen and (min-width: 481px) {
  .contacto footer.container .footer .cont-footer p {
    width: 16%;
  }
}

footer {
  background: #FF5000;
  color: white;
  padding: 40px 90px;
  font-family: "Gandhi", serif;
  font-size: 12px;
  position: relative;
}
footer p {
  font-family: "Whitney", sans-serif;
  font-size: 9px;
  font-weight: normal;
  margin-top: 30px;
}
footer .footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer .logo {
  width: 54px;
}
footer .footer .cont-footer {
  width: 100%;
}
footer .footer .cont-footer ul {
  width: 100%;
}
footer .footer .cont-footer ul li {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li {
    width: 100%;
  }
}
footer .footer .cont-footer ul li.logo {
  width: 50%;
  margin-right: 0px;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li.logo {
    width: 54px;
    margin-right: 140px;
  }
}
footer .footer .cont-footer ul li.logo img {
  width: 54px;
}
footer .footer .cont-footer ul li:nth-child(2) {
  margin-right: 0px;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li:nth-child(2) {
    margin-right: 65px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer .cont-footer ul li:nth-child(2) {
    margin-right: 45px;
  }
}
footer .footer .cont-footer ul li:nth-child(3) {
  margin-right: 0;
  margin-left: 50%;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li:nth-child(3) {
    margin-right: 45px;
    margin-left: 0;
  }
}
footer .footer .cont-footer ul li:nth-child(4) {
  margin-left: 50%;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li:nth-child(4) {
    margin-left: 0;
    margin-right: 45px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer .cont-footer ul li:nth-child(4) {
    margin-right: 30px;
  }
}
footer .footer .cont-footer ul li:nth-child(5) {
  margin-left: 50%;
}
@media screen and (min-width: 481px) {
  footer .footer .cont-footer ul li:nth-child(5) {
    margin-left: 0;
  }
}
footer .footer .cont-footer ul li:nth-child(5) img {
  width: auto;
}
@media screen and (min-width: 768px) {
  footer .footer .cont-footer ul li {
    width: auto;
    margin-bottom: 0;
  }
}
footer .footer .copywrite {
  font-family: "Whitney";
  font-size: 9px;
  font-weight: normal;
  margin-top: 30px;
  flex: none;
  width: 50%;
}
@media screen and (min-width: 481px) {
  footer .footer .copywrite {
    flex: 1;
    width: auto;
  }
}
footer .footer .copywrite li:first-child {
  margin-right: 0;
  margin-bottom: 9px;
}
@media screen and (min-width: 481px) {
  footer .footer .copywrite li:first-child {
    margin-right: 123px;
    margin-bottom: 0;
  }
}

.top .menu {
  display: flex;
  align-items: center;
}
.top .menu ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .menu ul {
    display: flex;
  }
}
.top .menu ul.open {
  width: 100%;
  background: #FF5000;
  position: absolute;
  top: 90px;
  left: 0px;
}
.top .menu ul.open li a {
  font-size: 20px;
}

.cont-top {
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .cont-top {
    background-size: cover;
  }
}
.cont-top p {
  font-size: 30px;
}
@media screen and (min-width: 480px) {
  .cont-top p {
    font-size: 60px;
  }
}

.flex {
  display: flex;
}

.justify-space-between {
  justify-content: space-between;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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