@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "vivaldi";
  src: url("../fonts/vivaldi/VIVALDII.TTF");
}
.vivaldi {
  font-family: "vivaldi", sans-serif;
  font-size: 18px;
}

.color-red {
  color: #920417;
}

.opensan {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

body {
  font-family: "Open Sans", sans-serif;
}

.container {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.map {
  width: 100%;
  max-width: 1400px;
  height: 100vh;
  margin: auto;
  z-index: 0;
  padding: 40px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  display: none;
}

.title {
  color: #920417;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin: 20px auto;
  text-transform: capitalize;
}

.frase {
  width: 100%;
  background-image: url("../images/about-bg.jpg");
  background-position: center center;
}
.frase__container {
  height: 50vh;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.frase__text {
  font-size: 35px;
  text-align: center;
  line-height: 60px;
}

@media (max-width: 600px) {
  .map {
    height: 400px;
  }
  .title {
    font-size: 35px;
  }
  .frase__container {
    height: auto;
  }
  .frase__text {
    font-size: 20px;
    line-height: 32px;
  }
}
.bg-red {
  background-color: #920417;
}

.bg-blue {
  background-color: #21243C;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #E7E7E9;
}

.msgError {
  color: #920417;
}

.abogados {
  display: inline-block;
}

.abogadosmobile {
  display: none;
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  transition: 1s ease all;
  display: none;
}

@media (max-width: 600px) {
  #whatsapp {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .abogados {
    display: none;
  }
  .abogadosmobile {
    display: inline-block;
  }
}
.header {
  background-image: url("../images/madrid-parque-retiro.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  margin-top: 13vh;
}

.home {
  background-image: url("../images/madrid-parque-retiro-uno.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .header {
    margin-top: 18vh;
  }
}
.slider {
  width: 100%;
  height: 100vh;
  margin-top: 12vh;
  z-index: 0;
  overflow: hidden;
}
.slider .slide1 {
  background-image: url("../images/page/madrid.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider .slide1 .title-1 {
  margin-top: 100px;
  padding: 0px 60px;
  width: 40%;
  color: #21243C;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  font-weight: 800;
}
.slider .slide1 .title-1-mobile {
  display: none;
}
.slider .slide2 {
  background-image: url("../images/page/inversores.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider .slide2 .title-2 {
  margin: -150px 100px 0px 50%;
  width: 50%;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 35px;
  text-align: left;
  font-weight: 800;
  padding: 0px 60px;
}
.slider .slide2 .title-2-mobile {
  display: none;
}
.slider .slide3 {
  background-image: url("../images/page/about.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider .slide3 .title-3 {
  margin: 100px 0px 4px 0px;
  width: 35%;
  color: #21243C;
  font-weight: 400;
  font-size: 40px;
  text-align: justify;
  font-weight: 800;
  padding: 0px 0px;
}
.slider .slide3 .title-3-mobile {
  display: none;
}
.slider .slide3 .title-4 {
  font-size: 20px;
  line-height: 32px;
  width: 35%;
  text-align: justify;
  padding-right: 20px;
}
.slider .slide4 {
  background-image: url("../images/page/estudiar.png");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.slider .slide4 .title-1 {
  margin-top: 100px;
  padding: 0px 60px;
  width: 40%;
  color: #21243C;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  font-weight: 800;
}
.slider .slide4 .title-1-mobile {
  display: none;
}

.slider__left {
  color: white;
  font-size: 35px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.slider__right {
  color: white;
  font-size: 35px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.slider__left_test {
  color: white;
  font-size: 35px;
  position: absolute;
  left: -40px;
  top: 40%;
  transform: translateY(-40%);
  cursor: pointer;
  z-index: 10;
}

.slider__right_test {
  color: white;
  font-size: 35px;
  position: absolute;
  right: -20px;
  top: 40%;
  transform: translateY(-40%);
  cursor: pointer;
  z-index: 10;
}

.slick-dots {
  border: solid 1px red !important;
  bottom: -40px;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  content: "";
  width: 25px;
  height: 25px;
  color: #920417;
}

.slick-dots li button::marker {
  content: "";
}

.slick-dots li button::before {
  font-size: 18px;
  color: #920417;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #920417;
}

#slick-slide-control20 {
  display: none;
}

@media (max-width: 1600px) {
  .slider .slide2 .title-2 {
    font-size: 30px;
    width: 60%;
    margin: 0px auto 0px 40%;
  }
  .slider .slide3 .title-3 {
    font-size: 30px;
    width: 50%;
    margin: -40px auto 0px 50%;
    text-align: left;
  }
}
@media (max-width: 1650px) {
  .slider .slide3 .title-3 {
    width: 35%;
    font-size: 30px;
    margin: 60px 0px 4px 0px;
  }
  .slider .slide3 .title-4 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .slider .slide1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider .slide1 .title-1 {
    display: none;
  }
  .slider .slide1 .title-1-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: block;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    width: 90%;
    margin: auto;
  }
  .slider .slide2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 20% 10%;
  }
  .slider .slide2 .title-2 {
    display: none;
  }
  .slider .slide2 .title-2-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: block;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    width: 90%;
    margin: auto;
  }
  .slider .slide3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 20% 10%;
  }
  .slider .slide3 .title-3 {
    display: none;
  }
  .slider .slide3 .title-4 {
    display: none;
  }
  .slider .slide3 .title-3-mobile {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: block;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .slider .slide3 {
    background-position: 25%;
  }
  .slider .slide4 {
    background-position: 25%;
  }
}
.nav {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 0px;
  z-index: 2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.nav__container {
  margin: auto;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
}
.nav__boxlogo {
  height: auto;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.nav__logo {
  background-color: white;
  height: 70px;
  text-align: center;
  margin-top: -12px;
}
.nav__text {
  color: #920417;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}
.nav__menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  border-right: solid 2px #920417;
  padding: 0px 5px;
}
.nav__link {
  color: #2D394B;
  text-decoration: none;
}
.nav__item {
  border-right: solid 2px #920417;
  padding: 0px 5px;
}
.nav__icon {
  color: #920417;
}
.nav__pagos {
  background-color: #920417;
  color: white;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
  margin-top: -5px;
}
.nav__pagarmobile {
  background-color: #920417;
  color: white;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 50px;
  font-size: 12px;
  cursor: pointer;
  display: none;
}
.nav .social__icon {
  color: #920417;
  font-size: 20px;
  cursor: pointer;
  gap: 5px;
}

#menu_open {
  z-index: 999;
  position: fixed;
  top: 45px;
  right: 15px;
  cursor: pointer;
  color: #920417;
  font-size: 30px;
}

.nav_responsive {
  z-index: 1001;
  position: fixed;
  width: 300px;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #920417;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
  margin-right: -300px;
}
.nav_responsive .menu_close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.nav_responsive a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
}

a.anchor {
  display: block;
  position: relative;
  top: -102px;
  visibility: hidden;
}

.no-border-right {
  border-right: none;
  padding: 0px 5px;
}

@media (max-width: 1390px) {
  .nav__menu {
    gap: 5px;
  }
  .nav__text {
    font-size: 14px;
  }
  .nav__link {
    font-size: 14px;
  }
  .nav__item {
    font-size: 14px;
  }
}
@media (max-width: 1285px) {
  .nav__container {
    justify-content: center;
  }
  .nav__pagarmobile {
    margin-right: 60px;
    margin-top: -10px;
  }
}
@media (max-width: 1180px) {
  .nav__container {
    justify-content: space-between;
  }
  .nav__item {
    display: none;
  }
  .nav .social {
    display: none;
  }
  .nav__pagarmobile {
    display: block;
  }
  #menu_open {
    z-index: 999;
    position: fixed;
    top: 40px;
    right: 15px;
    cursor: pointer;
    color: #920417;
    font-size: 30px;
  }
}
.boxes {
  width: 100%;
}
.boxes__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  margin: 0px auto 40px auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.boxes__servicio {
  background-color: #E7E7E9;
  padding: 20px;
  transition: 0.3s ease-in;
}
.boxes__servicio:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.boxes__marco {
  border: solid 1px #920417;
  padding: 10px;
  height: 100%;
}
.boxes__icon {
  color: #920417;
  font-size: 35px;
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}
.boxes__title {
  color: #920417;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.boxes__text {
  color: #2D394B;
  font-weight: 300;
  line-height: 30px;
  font-size: 0.95rem;
  text-align: justify;
}

.about {
  background-image: url("../images/about-bg.jpg");
  background-attachment: fixed;
  background-position: center center;
  width: 100%;
  height: auto;
  padding: 40px;
  gap: 20px;
}
.about__container {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 0 auto;
}
.about__marco {
  border-left-color: white;
}
.about__title {
  font-size: 40px;
  font-weight: 400;
  color: #920417;
  text-align: center;
  margin-bottom: 5px;
}
.about__rule {
  background-color: #2D394B;
  width: 40%;
  height: 3px;
  color: #920417;
  margin: auto auto 30px auto;
}
.about__text {
  color: #2D394B;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9em;
  text-align: justify;
}
.about__boximage {
  background-color: #E7E7E9;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in;
}
.about__button {
  border: solid 3px #920417;
  padding: 10px;
  margin: 20px auto;
  cursor: pointer;
  color: #2D394B;
  font-weight: 700;
  text-align: center;
  width: 300px;
  transition: 0.5s ease all;
}
.about__button a {
  color: #920417;
  text-decoration: none;
}
.about__button a:hover {
  color: white;
  text-decoration: none;
}
.about__button:hover {
  background-color: #920417;
  border: solid 3px #E7E7E9;
  color: white;
}

@media (max-width: 600px) {
  .about {
    padding: 15px;
  }
  .about__title {
    font-size: 40px;
  }
  .about__text {
    font-size: 18px;
  }
}
.testimonios {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 100%;
  height: auto;
}
.testimonios__left {
  background-image: url("../images/about-bg.jpg");
  background-size: cover;
  background-position: 90% 30%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.testimonios__right {
  background-image: linear-gradient(to right, rgba(45, 57, 75, 0.8), rgba(45, 57, 75, 0.4)), url("../images/valencia.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 30px;
}
.testimonios__right .rating__container {
  width: 100%;
  height: 100%;
}
.testimonios__right .rating__box {
  padding: 20px;
  border-radius: 10px;
  border-bottom: solid 5px #920417;
  width: 200px;
  margin-right: 20px;
  height: 500px;
}
.testimonios__right .rating__containerimg {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.testimonios__right .rating__avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 25px;
}
.testimonios__right .rating__cliente {
  font-weight: 600px;
  margin-bottom: 5px;
  font-size: 17px;
}
.testimonios__right .rating__icon {
  color: #920417;
  margin-bottom: 10px;
}
.testimonios__right .rating__quote {
  color: #920417;
  font-size: 18px;
}
.testimonios__right .rating__comments {
  text-align: justify;
  font-size: 20px;
  line-height: 40px;
}
.testimonios__title1 {
  width: 100%;
  font-style: italic;
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
  color: #920417;
}
.testimonios__title2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  width: 100%;
}

.rating_slider {
  position: relative;
}

.slider_left_rating {
  cursor: pointer;
  background-color: #920417;
  color: white;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 75px;
  z-index: 1;
}

.slider_right_rating {
  cursor: pointer;
  background-color: #920417;
  color: white;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

@media (max-width: 1800px) {
  .testimonios__right .rating__comments {
    font-size: 16px;
    line-height: 35px;
  }
}
@media (max-width: 1000px) {
  .testimonios {
    display: block;
    height: auto;
  }
  .testimonios__left {
    padding: 20px 15px;
  }
  .testimonios__title1 {
    margin-bottom: 10px;
  }
  .testimonios__title2 {
    font-size: 28px;
    line-height: 36px;
  }
  .testimonios__right .rating__comments {
    font-size: 18px;
    line-height: 30px;
  }
}
.chooseus {
  background-image: linear-gradient(to right, rgba(45, 57, 75, 0.8), rgba(45, 57, 75, 0.4)), url("../images/page/justicia.jpg");
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.chooseus .title_1 {
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.chooseus .title_2 {
  color: #CDBA6D;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 10px;
}
.chooseus__container {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.chooseus__box {
  border-right: solid 2px #CDBA6D;
}
.chooseus__box:last-child {
  border-right: none;
}
.chooseus__title {
  color: #CDBA6D;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}
.chooseus__text {
  color: white;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1299px) {
  .chooseus__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .chooseus__box {
    border-right: none;
  }
}
@media (max-width: 600px) {
  .chooseus {
    background-position: 40% 30%;
    height: auto;
  }
  .chooseus__container {
    grid-template-columns: 1fr;
  }
  .chooseus .title_2 {
    font-size: 40px;
    text-align: center;
  }
  .chooseus__box {
    border-right: none;
  }
}
.servicios {
  background-image: linear-gradient(to right, rgba(45, 57, 75, 0.8), rgba(45, 57, 75, 0.4)), url("../images/madrid-palacio.jpg");
  background-attachment: fixed;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.servicios__title {
  color: white;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 0px;
}
.servicios__rule {
  background-color: #920417;
  width: 10%;
  height: 3px;
  color: #920417;
  margin-bottom: 30px;
}
.servicios__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  transition: 0.3s ease-in;
}
.servicios__container .box {
  background-color: white;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.servicios__container .box__cajaicon {
  border: solid 1px #E7E7E9;
  border-radius: 5px;
  display: inline-block;
  padding: 20px;
  margin: auto;
  text-align: center;
}
.servicios__container .box__icon {
  font-size: 35px;
  color: #920417;
}
.servicios__container .box__title {
  text-align: center;
  color: #920417;
  font-size: 25px;
  font-weight: 400;
  margin: 15px auto;
}
.servicios__container .box__button {
  background-color: #920417;
  color: white;
  padding: 5px 10px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease all;
  width: 100px;
  margin: auto;
  text-align: center;
  transition: 0.3s ease-in;
}
.servicios__container .box__button:hover {
  background-color: #21243C;
}
.servicios__container .box:hover {
  box-shadow: 0px 0px 10px #920417;
}

@media (max-width: 1280px) {
  .servicios {
    height: auto;
    padding: 40px 20px;
  }
}
@media (max-width: 600px) {
  .servicios {
    padding: 15px;
  }
  .servicios__title {
    font-size: 35px;
    text-align: center;
  }
  .servicios__text {
    font-size: 18px;
  }
  .servicios__rule {
    width: 50%;
  }
}
.contact {
  background-image: url("../images/bg-contact.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 40px;
}
.contact__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.contact__title1 {
  color: #920417;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
}
.contact__title2 {
  color: #2D394B;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact .form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: center;
}
.contact .form__image {
  border: solid 10px #E7E7E9;
  width: 100%;
}
.contact .form__box {
  margin-bottom: 15px;
}
.contact .form__label {
  display: block;
  margin-bottom: 10px;
}
.contact .form__input {
  border: solid 3px #920417;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  outline: 0;
}
.contact .form__button {
  background-color: #920417;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  width: 300px;
}

@media (max-width: 1280px) {
  .contact {
    padding: 10px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .contact {
    background-attachment: fixed;
  }
  .contact__title1 {
    font-size: 35px;
  }
  .contact .form {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.quehacer {
  width: 100%;
  height: auto;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
}
.quehacer .title1 {
  color: #920417;
  font-size: 35px;
  text-align: center;
  font-weight: 400;
}
.quehacer .title2 {
  color: #21243C;
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
.quehacer .quehacer_container {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.quehacer .quehacer_container .box {
  border: solid 3px #21243C;
  padding: 20px 20px;
  position: relative;
}
.quehacer .quehacer_container .box .number {
  background-color: #920417;
  border: solid 2px #920417;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.quehacer .quehacer_container .box .title {
  color: #920417;
  font-size: 28px;
}
.quehacer .quehacer_container .box .text {
  line-height: 32px;
  text-align: justify;
}

@media (max-width: 1280px) {
  .quehacer .title1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .quehacer .title2 {
    font-size: 20px;
  }
  .quehacer .quehacer_container .box {
    padding: 10px;
  }
  .quehacer .quehacer_container .box .number {
    width: 30px;
    height: 30px;
    top: -12px;
  }
  .quehacer .quehacer_container .box .title {
    color: #920417;
    font-size: 20px;
  }
  .quehacer .quehacer_container .box .text {
    line-height: 32px;
    text-align: justify;
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .quehacer .quehacer_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .quehacer .quehacer_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .quehacer .quehacer_container {
    grid-template-columns: 1fr;
  }
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal__container {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 600px;
  text-align: center;
}
.modal__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.modal__text {
  font-size: 20px;
  margin-bottom: 20px;
}
.modal__button {
  background-color: #920417;
  border-radius: 100px;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.modal .modal__icon {
  color: #920417;
  font-size: 30px;
  display: block;
  text-align: right;
  cursor: pointer;
}

.cookies {
  width: 100%;
  background-color: #21243C;
  padding: 20px;
  position: fixed;
  bottom: 0px;
}
.cookies__text {
  color: white;
  margin-bottom: 10px;
}
.cookies__button {
  background-color: #920417;
  color: white;
  border-radius: 10px;
  padding: 5px 10px;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .cookies__text {
    font-size: 12px;
  }
}
.footer {
  background-color: #21243C;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__container {
  width: auto;
  margin: auto;
  display: flex;
  gap: 10px;
}
.footer__text {
  color: white;
}
.footer__icon {
  color: #920417;
}
.footer__social {
  color: #920417;
  font-size: 22px;
  cursor: pointer;
  gap: 5px;
}

@media (max-width: 600px) {
  .footer__text {
    font-size: 13px;
    color: white;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .footer__text {
    font-size: 14px;
    color: white;
  }
  .footer__social {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .footer {
    padding: 10px;
    height: auto;
  }
  .footer__container {
    flex-direction: column;
  }
}