.clearer {
  clear: both;
}

section {
  padding: 60px 0;
}
section .web_width {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
}
section .title_st {
  font-family: 'Raleway-Bold';
  font-size: 30px;
  padding-bottom: 20px;
  color: #db1f30;
}
section .title_st.center {
  text-align: center;
}
section p {
  font-family: 'Raleway-Regular';
  font-size: 18px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.5;
  text-align: justify;
}
section p:last-child {
  padding: 0;
}
section p b {
  font-family: 'Raleway-Bold';
}
.formulario {
  color: #777777;
}
.formulario .titleform {
  font-size: 20px;
  text-align: center;
  font-family: 'Raleway-Bold';
  padding-bottom: 10px;
}
.formulario form {
  display: flex;
  flex-wrap: wrap;
}
#formupop .formulario form .input-style {
  width: 100% !important;
}
.formulario form select {
  color: #777777;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #777777;
  font-family: 'Raleway-Light';
  margin-inline: 10px;
  margin-block: 4px;
}
#formupop .formulario form .input-style textarea {
  height: 100px;
}
#footerform .formulario {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  padding: 30px;
}
#footerform .formulario form .input-style {
  width: 50%;
}
#footerform .formulario form .input-style textarea {
  height: 25px;
  border: none;
  border-bottom: 1px solid #777777;
}
.formulario form .input-style {
  padding: 10px;
}
.formulario form .input-style.sm {
  width: 33.33%;
}
@media only screen and (max-width: 992px) {
  .formulario form .input-style.sm {
    width: 100%;
  }
}
.formulario form .input-style.bg {
  width: 100%;
}
.formulario form .input-style input,
.formulario form .input-style select,
.formulario form .input-style textarea {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #777777;
  font-family: 'Raleway-Light';
  resize: none;
}
.formulario form .input-style textarea {
  border: solid 1px #777777;
  height: 200px;
}
.formulario form .submits {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.formulario form .submits .checkbox {
  font-size: 90%;
  font-family: 'Raleway-Light';
  padding-right: 10px;
}
.formulario form .submits .checkbox input {
  margin-left: 0;
}
.formulario form .submits .checkbox span {
  padding-left: 20px;
}
.formulario form .submits .checkbox a {
  color: #db1f30;
}
.formulario form .submits .submit {
  text-align: right;
}
.formulario form .submits .submit input {
  padding: 5px 25px;
  color: white;
  background: #db1f30;
  border: solid 1px #db1f30;
  transition: 0.4s;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Raleway-SemiBold';
}
.formulario form .submits .submit input:hover {
  background: white;
  color: #db1f30;
}
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  background: white;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .logo img {
  width: 200px;
}
header .titles {
  font-size: 30px;
  color: #777777;
}
header .titles h2 {
  font-family: 'Raleway-Bold';
  margin: 0;
  color: inherit;
  font-size: 100%;
  text-align: right;
}
header .titles h1 {
  font-family: 'Raleway-Regular';
  margin: 0;
  color: inherit;
  font-size: 100%;
  text-align: right;
}
#cabecera {
  position: relative;
  z-index: 4;
  padding: 0;
  margin-top: 100px;
  height: calc(100vh - 100px);
  min-height: 600px;
  margin-bottom: 10px;
}
#cabecera .bgbox {
  height: 58%;
  left: 0;
  padding: 0 5vw;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 0;
  flex-direction: column;
}
#cabecera .bgbox h1 {
  font-family: 'Raleway-Bold';
  font-size: 40px;
  padding-bottom: 20px;
  margin: 0;
  color: #ffffff;
  max-width: 700px;
  text-shadow: 3px 1px 1px #000;
}
#cabecera .bgbox h2 {
  color: #ffffff;
  font-family: 'Raleway-Regular';
  font-size: 25px;
  margin: 0;
  max-width: 700px;
  font-weight: bolder;
}
#cabecera .bgbox li {
  background: #db1f30;
  padding: 20px;
  color: white;
  font-family: 'Raleway-Bold';
  text-align: center;
  list-style: none;
  width: max-content;
  max-width: 100%;
  font-size: 25px;
  margin: 10px 0;
}
#cabecera .imagen {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#cabecera .imagen .item {
  width: 50%;
}
#cabecera .imagen img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#cabecera .contenedor {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 5;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#cabecera .desplegable {
  display: block;
  background-color: #db1f30;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 15px;
}
#cabecera .desplegable a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  font-family: 'Raleway-SemiBold';
  text-align: center;
  display: inline-block;
  font-size: 18px;
}
#cabecera .desplegable a:first-child {
  border-right: 1px solid white;
}
#cabecera .desplegable a.selected {
  font-family: 'Montserrat-Bold';
}
#cabecera .desplegable a:hover {
  background-color: #db1f30;
}
#cabecera .formulario {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 1000px;
  padding: 20px;
}
#cabecera .botones {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.botones {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}
.botones li {
  list-style: none;
  min-width: max-content;
  width: 300px;
  border: solid 1px #777777;
  transition: 0.4s;
  text-align: center;
  margin: 0 10px;
  padding: 10px;
  color: #777777;
  cursor: pointer;
  font-family: 'Raleway-Bold';
  font-size: 18px;
  background: white;
}
.botones a:hover {
  text-decoration: none;
}
.botones li.active,
.botones li:hover {
  background: #db1f30;
  color: white;
  border: solid 1px #db1f30;
}
#section1 {
  padding-top: 0;
}
#section1 .content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section1 .content.active {
  display: flex;
}
#section1 .content .bgbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  /* width: calc(100% - 335px); */
  background: #f6f6f6;
  align-items: center;
}
#section1 .content .bgbox .galeria {
  width: 55%;
  position: relative;
  height: 100%;
}
#section1 .content .bgbox .galeria .owl-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
}
#section1 .content .bgbox .galeria .owl-carousel .owl-stage-outer {
  height: 100%;
}
#section1 .content .bgbox .galeria .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
#section1
  .content
  .bgbox
  .galeria
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item {
  height: 100%;
}
#section1
  .content
  .bgbox
  .galeria
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item {
  height: 100%;
}
#section1
  .content
  .bgbox
  .galeria
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#section1
  .content
  .bgbox
  .galeria
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .item
  div {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1vw;
  font-size: 14px;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  font-family: 'Raleway-Light';
}
#section1 .content .bgbox .galeria .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: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
#section1 .content .bgbox .galeria .owl-carousel .owl-nav div {
  outline: none;
  pointer-events: all;
  width: 40px;
  transform: rotate(180deg);
}
#section1 .content .bgbox .galeria .owl-carousel .owl-nav div img {
  width: 100%;
}
#section1 .content .bgbox .galeria .owl-carousel .owl-nav div:nth-child(2) {
  transform: none;
}
#section1 .content .bgbox .galeria .owl-carousel .owl-nav.disabled {
  display: none;
}
#section1 .content .bgbox .info {
  width: 45%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section1 .content .bgbox .info li {
  list-style: none;
  padding: 5px 0;
}
#section1 .content .bgbox .info li p {
  font-family: 'Raleway-Bold';
}
#section1 .content .bgbox .info li img {
  width: 60px;
  padding-right: 10px;
}
#section1 .content .formulario {
  width: 330px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#section1 .content .formulario form .input-style {
  padding: 20px 0;
}
#section1 .content .formulario form .input-style.bg {
  width: 100%;
}
#section1 .content .formulario form .input-style.sm {
  width: 100%;
}
#section1 .content .formulario form .submits {
  width: 100%;
}
#section1 .content .formulario form .submits .checkbox {
  width: 100%;
}
#section1 .content .formulario form .submits .submit {
  width: 100%;
}
#section2 .text {
  column-count: 2;
  column-gap: 5vw;
  padding: 10px 0;
}
#section3 {
  padding-bottom: 0;
}
#section3 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: #f6f6f6;
  padding: 30px 5vw;
}
#section3 .content .item {
  width: auto;
  padding: 20px;
}
#section3 .mapa img {
  width: 100%;
  max-width: 100%;
}
#section4 {
  background: #db1f30;
}
#section4 .title_st {
  color: white;
}
#section4 .botonmodal {
  background: white;
  border-radius: 5px;
  padding: 10px 50px;
  font-family: 'Raleway-Bold';
  font-size: 20px;
  transition: 0.4s;
  margin: 0 auto;
  text-align: center;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
}
#section4 .botonmodal:hover {
  background: black;
  color: white;
}
#footerform .formulario .titleform {
  color: #db1f30;
  text-transform: uppercase;
}
footer {
  background: #db1f30;
  padding: 40px 0;
}
footer p {
  font-family: 'Raleway-Light';
  font-size: 16px;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.5;
  color: white;
  text-align: center;
}
footer p a {
  color: inherit;
}
footer p:last-child {
  padding: 0;
}
footer p b {
  font-family: 'Raleway-Bold';
}
@media only screen and (max-width: 1284px) {
  header {
    position: relative;
    z-index: 3;
  }
  header .titles {
    padding: 20px;
    text-align: center;
  }
  header .titles h2,
  header .titles h1 {
    text-align: center;
  }
  #cabecera {
    margin: 0;
  }
  #cabecera .formulario {
    position: relative;
    max-width: 100%;
    transform: none;
    left: 0;
    bottom: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  #section1 .content .bgbox {
    width: 100%;
  }
  #section1 .content .formulario {
    width: 100%;
  }
  #section1 .content .formulario form .input-style {
    padding: 10px;
  }
  #section1 .content .formulario form .input-style.sm {
    width: 100%;
  }
  #section1 .content .formulario form .input-style.bg {
    width: 100%;
  }
  #section1 .content .formulario form .input-style input,
  #section1 .content .formulario form .input-style select,
  #section1 .content .formulario form .input-style textarea {
    height: 30px;
    border: none;
    border-bottom: 1px solid #777777;
  }
  #section1 .content .formulario form .submits {
    width: 100%;
  }
  #section1 .content .formulario form .submits .checkbox,
  #section1 .content .formulario form .submits .submit {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  section {
    padding: 40px 0;
  }
  section p {
    font-size: 16px;
  }
  header .titles {
    font-size: 25px;
  }
  section .web_width {
    width: 90%;
  }
  section .title_st {
    font-size: 25px;
  }
  #section1 .content .bgbox .info,
  #section1 .content .bgbox .galeria {
    width: 100%;
    height: auto;
  }
  #section1 .content .bgbox .galeria .owl-carousel {
    height: 40vw;
    position: relative;
    min-height: 300px;
  }
  #section2 .text {
    column-count: 1;
  }
  #section3 .content .item p {
    text-align: center;
  }
  #cabecera .botones {
    padding-bottom: 0;
    position: relative;
    bottom: 0;
  }
  .botones li {
    width: 50%;
    min-width: inherit;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }
  .formulario form .submits {
    width: 100%;
  }
  .formulario form .input-style.big {
    width: 70%;
  }
  #cabecera .bgbox h1 {
    font-size: 30px;
  }
  #cabecera .bgbox h2 {
    font-size: 20px;
  }
  #cabecera .bgbox li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  section {
    padding: 20px 0;
  }
  section p {
    font-size: 15px;
    padding-bottom: 10px;
  }
  header {
    padding-bottom: 0;
  }
  header .titles,
  section .title_st {
    font-size: 20px;
  }
  #cabecera .bgbox h1 {
    font-size: 25px;
  }
  #cabecera .bgbox h2 {
    font-size: 18px;
  }
  #cabecera .bgbox li {
    font-size: 16px;
  }
  #cabecera .contenedor {
    top: 20px;
  }
  #cabecera .desplegable a {
    padding: 0 5px;
    font-size: 16px;
  }
  header .logo img {
    width: 160px;
  }
  .formulario form .input-style {
    width: 100% !important;
  }
  .formulario .titleform {
    font-size: 18px;
  }
  footer p {
    font-size: 14px;
  }
  #cabecera .imagen .desplegable {
    padding: 8px;
  }
  #section1 .content .bgbox .info {
    padding: 20px;
  }
  #section1 .content .bgbox .info li img {
    width: 50px;
  }
  #section3 .content .item {
    padding: 10px;
  }
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
}
