.clearer {
  clear: both;
}
.politicatext {
  font-family: 'Heebo-Light';
  font-size: 13px;
}
.politicatext strong {
  font-family: 'Heebo-SemiBold';
  font-size: 130%;
}
.politicatext b {
  font-family: 'Heebo-SemiBold';
}
.modal-header h5 {
  color: #3d3d3d;
  font-size: 20px;
  font-family: 'Optima-nova-LT-Bold';
}
section {
  padding: 60px 0;
}
section.pad {
  padding: 8vw 0;
}
section .web_width {
  width: 80%;
  margin: 0 auto;
}
section .title_st {
  color: #C50440;
  text-align: center;
  width: max-content;
  max-width: 100%;
  padding: 0 50px;
  position: relative;
  font-family: 'Optima-nova-LT-Bold';
  margin: 0 auto;
  font-size: 35px;
  margin-bottom: 30px;
}
section .title_st::before,
section .title_st ::after {
  width: 25px;
  height: 25px;
  content: "";
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  background: url(../images/guion.svg) no-repeat 50% 50% / contain;
}
section .title_st:after {
  width: 25px;
  height: 25px;
  content: "";
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  top: 50%;
  background: url(../images/guion.svg) no-repeat 50% 50% / contain;
}
section p {
  font-family: 'Heebo-Light';
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  padding-bottom: 30px;
}
section p.center {
  text-align: center;
}
section p:last-child {
  padding-bottom: 0;
}
section p strong {
  font-family: 'Optima-nova-LT-Bold';
  display: inline-block;
}
section .formulario {
  background: rgba(255, 255, 255, 0.85);
  font-family: 'Calibri-Light';
}
section .formulario .titleform {
  padding-bottom: 20px;
  background: black;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-family: 'Calibri-Bold';
  font-size: 20px;
  text-transform: uppercase;
}
section .formulario form {
  padding: 40px;
  font-size: 18px;
}
section .formulario form .inputs .input-style {
  padding: 15px 0;
}
section .formulario form .inputs .input-style input,
section .formulario form .inputs .input-style textarea {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid black;
  color: #069e2d;
  resize: none;
  outline: none;
}
section .formulario form .inputs .input-style input::placeholder,
section .formulario form .inputs .input-style textarea::placeholder {
  color: inherit;
}
section .formulario form .inputs .input-style textarea {
  height: 80px;
  border: solid 1px black;
  padding: 10px;
}
section .formulario form .submits {
  padding-top: 20px;
}
section .formulario form .submits .checkbox {
  font-family: 'Calibri-Light';
  font-size: 80%;
}
section .formulario form .submits .checkbox input {
  margin-left: 0;
}
section .formulario form .submits .checkbox a {
  color: inherit;
}
section .formulario form .submits .submit {
  text-align: center;
  padding-top: 30px;
}
section .formulario form .submits .submit input {
  background: #4e493d;
  color: white;
  width: 80%;
  padding: 10px 0;
  text-transform: uppercase;
  transition: .4s;
  border: none;
  letter-spacing: 2px;
  font-family: 'Calibri-Bold';
  border: solid 2px #069e2d;
}
section .formulario form .submits .submit input:hover {
  background: none;
  color: black;
}
section .formulario .textolegal {
  font-size: 12px;
  font-family: 'Calibri-Light';
  text-align: justify;
  line-height: 1.2;
  padding: 10px 20px;
  color: #585858;
}
section .iconos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
  color: black;
}
section .iconos.white {
  color: #C50440;
}
section .iconos.white .item {
  width: 14.28%;
}
section .iconos .item {
  width: 16.666%;
  text-align: center;
  font-family: 'Heebo-Light';
  font-size: 20px;
  padding: 30px;
}
section .iconos .item strong {
  font-family: 'Heebo-SemiBold';
  display: inline-block;
}
section .iconos .item img {
  width: 90px;
  padding-bottom: 20px;
}
#cabecera {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  padding: 0;
  width: 98%;
  margin: 1vw auto;
}
#cabecera .content {
  width: 450px;
  margin-right: 5%;
  z-index: 2;
}
#cabecera .content .bigtitle {
  position: absolute;
  left: 3%;
  width: calc(90% - 450px);
  top: 35%;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Optima-nova-LT-Bold';
  font-size: 40px;
  color: whitesmoke;
  transform: translateY(-50%);
}
#cabecera .content .bigtitle strong {
  color: white;
  font-size: 120%;
  display: block;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#cabecera .content .logoesquina {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3vw;
  background: white;
}
#cabecera .content .logoesquina img {
  width: 24vw;
  min-width: 50px;
}
#cabecera .content .logobig {
  width: 100%;
  padding: 20px 30px;
  background: black;
  text-align: center;
}
#cabecera .content .logobig img {
  width: 40%;
}
#cabecera .content .text {
  font-size: 30px;
  padding: 30px 30px;
  color: black;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  line-height: 130%;
  font-family: 'Calibri-Bold';
}
#cabecera .content .text strong {
  color: #636363;
}
#cabecera .content .imagen {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: url(../images/cabecera.jpg) no-repeat 50% 50% / cover;
}
#section1 .content {
  display: flex;
  flex-wrap: wrap;
}
#section1 .content .box {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}
#section1 .content .box .text {
  padding: 2vw;
  width: 100%;
  padding-right: 0;
}
#section1 .content .box .text p {
  text-align: justify;
}
#section1 .content .box .imagen {
  width: 100%;
  height: 35vw;
  min-height: 400px;
}
#section1 .content .box .imagen.rel{
  position: relative;
  display: flex;
  flex-direction: column;
}
#section1 .content .box .imagen.rel .img{
  height: 50%;
}
#section1 .content .box .imagen.rel .img:nth-child(2){
  border-top: 20px solid white;
}
#section1 .content .box.reverse {
  flex-direction: column;
}
#section1 .content .box.reverse .text {
  padding: 2vw;
  padding-left: 0;
}
#section2 .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% - 750px);
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
#section2 .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 20px;
}
#section2 .owl-carousel .owl-nav div img {
  width: 100%;
}
#section2 .owl-carousel .owl-nav div:nth-child(2) {
  transform: rotate(180deg);
}
#section2 .owl-carousel .item {
  position: relative;
  opacity: 0.4;
  transition: 0.8s;
  height: 44vw;
  min-height: 300px;
}
#section2 .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
#section2 .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
  opacity: 1;
  transition: .4s;
}
#section3 {
  background: #ddd;
}
#section3 .logo {
  text-align: center;
  padding-bottom: 50px;
}
#section3 .logo img {
  width: 120px;
}
#section4 p {
  text-align: center;
}
#section5 .content {
  width: 90%;
  position: relative;
  height: 40vw;
  min-height: 600px;
}
#section5 .content .imagen {
  position: absolute;
  height: 100%;
  width: 60%;
  left: 0;
  top: 0;
  background: url(../images/imagen-5.jpg) no-repeat 50% 50% / cover;
}
#section5 .content .text {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  min-width: 600px;
  background: white;
  padding: 30px;
  z-index: 2;
  transform: translateY(-50%);
  top: 50%;
}
#section5 .content .text p {
  text-align: justify;
}
#section5 .content .text .iconos .item {
  width: 40%;
}
#section7 .mapa {
  position: relative;
  height: 45vw;
  min-height: 500px;
}
#section7 .mapa iframe {
  width: 100%;
  height: 100%;
}
#section7 .mapa .info {
  padding: 5px;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 5%;
  width: 300px;
}
#section7 .mapa .info .item {
  border-bottom: 1px solid rgba(56, 56, 56, 0.14);
  text-align: center;
  font-family: 'Heebo-Light';
  padding: 10px 0;
  font-size: 18px;
}
#section7 .mapa .info .item:last-child {
  border: none;
}
#section7 .mapa .info .item span {
  color: #666666;
}
#section8 .formulario form .inputs {
  display: flex;
  flex-wrap: wrap;
}
#section8 .formulario form .inputs .input-style {
  padding: 10px;
}
#section8 .formulario form .inputs .input-style.bg {
  width: 100%;
}
#section8 .formulario form .inputs .input-style.sm {
  width: 50%;
}
#section8 .formulario form .submits {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#section8 .formulario form .submits .submit {
  padding-left: 20px;
  padding-top: 0;
}
#section8 .formulario form .submits .submit input {
  width: max-content;
  max-width: 100%;
  padding: 10px 60px;
}
footer {
  padding: 60px 20px;
  background: #e5e5e5;
}
footer p {
  font-family: 'Heebo-Thin';
  text-align: center;
  margin: 0;
  font-size: 13px;
  width: 100%;
}
footer p a {
  color: inherit;
}
@media only screen and (max-width: 1284px) {
  section {
    padding: 50px 0;
  }
  section .web_width {
    width: 90%;
  }
  section p,
  section .iconos .item {
    font-size: 18px;
  }
  section .title_st {
    font-size: 30px;
  }
  #section2 .owl-carousel .owl-nav {
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 40px 0;
  }
  section .title_st {
    font-size: 28px;
    font-family: 'Optima-nova-LT-Bold';
  }
  section p {
    text-align: center;
  }
  section .iconos .item {
    width: 33.33%;
  }
  section .iconos .item img {
    width: 50px;
  }
  section .iconos.white .item {
    width: 33.33%;
  }
  #cabecera .content .bigtitle {
    font-size: 26px;
  }
  
  #section2 .owl-carousel .owl-nav {
    width: calc(100% - 100px);
  }
  #section5 .content {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
  #section5 .content .text {
    width: 100%;
    position: relative;
    min-width: inherit;
    transform: none;
    padding-top: 0;
  }
  #section5 .content .text p {
    text-align: center;
  }
  #section5 .content .imagen {
    width: 100%;
    position: relative;
    height: 50vw;
    min-height: 300px;
  }
  #section7 .mapa {
    height: auto;
    min-height: inherit;
  }
  #section7 .mapa .info {
    width: 100%;
    position: relative;
    right: inherit;
    top: 0;
    transform: inherit;
  }
  #section7 .mapa iframe {
    height: 50vw;
    min-height: 250px;
  }
}
@media only screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  section p {
    font-size: 16px;
    padding-bottom: 20px;
  }
  section .title_st {
    font-size: 25px;
  }
  section .iconos {
    padding: 10px 0;
  }
  section .iconos .item {
    font-size: 16px;
  }
  section .formulario form .submits .checkbox {
    font-size: 70%;
  }
  #cabecera .content {
    width: 100%;
    margin: 0;
  }
  #cabecera .content .logoesquina {
    width: 100%;
    position: relative;
    text-align: center;
  }
  #cabecera .content .logoesquina img {
    width: 100px;
  }
  #cabecera .content .imagen {
    position: relative;
    height: 50vw;
    min-height: 300px;
  }
  #cabecera .content .bigtitle {
    width: 100%;
    top: 300px;
    transform: translateY(-50%);
    left: 0;
    padding: 0 10px;
  }
  #cabecera .content .text {
    padding: 10px 0;
  }
  #cabecera .content .logobig img {
    width: 100px;
  }
  #section1 .content .text {
    width: 100%;
    padding: 20px 0!important;
  }
  #section1 .content .imagen {
    width: 100%;
    border: none;
    height: 50vw;
    min-height: 300px;
  }
  #section1 .content .box {
    width: 100%;
    flex-direction: column;
  }
  #section1 .content .box .text p {
    text-align: center;
  }
  #section1 .content.reverse {
    flex-direction: row;
    margin-top: 0;
  }
  #section1 .content {
    height: inherit;
    min-height: inherit;
  }
  #section3 {
    background-attachment: inherit;
  }
  #section4 .content .imagen {
    width: 100%;
    background: url(../images/imagen-4.jpg) no-repeat 50% 50% / contain;
    height: 30vw;
    min-height: 250px;
  }
  #section4 .content .text {
    width: 100%;
    padding: 10px 0;
  }
  #section4 .content .text p {
    border-left: none;
  }
  #section5 .content .text p {
    text-align: center;
  }
  #section8 .formulario form {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 20px 0;
  }
  section p {
    font-size: 15px;
  }
  section .title_st {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section .iconos .item {
    width: 50%;
    font-size: 15px;
    padding: 20px;
  }
  section .iconos.white .item {
    width: 50%;
  }
  section .title_st:after,
  section .title_st:before {
    width: 20px;
    height: 20px;
  }
  section .title_st {
    padding: 0 30px;
  }
  section .formulario form {
    padding: 30px;
  }
  #cabecera .content .bigtitle {
    font-size: 23px;
    top: 300px;
  }
  #cabecera .content .bigtitle strong {
    padding-bottom: 0;
  }
  #section2 .owl-carousel .owl-nav {
    width: 95%;
  }
  #section5 .content .text p {
    text-align: center;
  }
  #section6 {
    padding-bottom: 0;
  }
  #section7 .mapa .info .item {
    font-size: 16px;
  }
  #section8 .formulario form .submits {
    flex-wrap: wrap;
    padding: 10px;
  }
  #section8 .formulario form .submits .box {
    width: 100%;
    padding: 10px;
  }
  #section8 .formulario form .submits .submit {
    width: 100%;
  }
  #section8 .formulario form .inputs .input-style.sm {
    width: 100%;
  }
  #section8 .formulario form .inputs .input-style.bg {
    width: 100%;
  }
  #section8 .formulario form .submits .submit input {
    width: 5px 30px;
  }
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url("../fonts/Calibri-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Calibri-Regular';
  src: url("../fonts/Calibri-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Calibri-Light';
  src: url("../fonts/Calibri-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Merriweather-Bold';
  src: url("../fonts/Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Heebo-ExtraLight';
  src: url("../fonts/Heebo-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Heebo-Light';
  src: url("../fonts/Heebo-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Heebo-SemiBold';
  src: url("../fonts/Heebo-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Heebo-Thin';
  src: url("../fonts/Heebo-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Optima-nova-LT-Bold';
  src: url("../fonts/Optima-nova-LT-Bold.otf") format("opentype");
}

