* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url(../font/OpenSans-Regular.ttf);
  font-display: swap;
}
body {
  font-family: "OpenSans";
  font-display: block !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

b {
  color: #01162b;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #01162b;
}

::-webkit-scrollbar-thumb {
  background: #8fd300;
}

.container {
  display: grid !important;
  grid-template-columns: 1fr 9fr 1fr !important;
}

.content {
  display: grid !important;
  grid-column: 2/3 !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.container2 {
  display: grid;
  grid-template-columns: 1fr 9fr 1fr;
  background: #01162b;
}

.content2 {
  display: grid;
  grid-column: 2/3;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-height: 500px) and (max-width: 1000px) {
  .content2 {
    height: 320px !important;
  }
}
@media screen and (min-height: 601px) and (max-height: 900px) {
  .content2 {
    width: initial;
  }
}
@media screen and (max-height: 600px) {
  .content2 {
    height: 630px;
  }
}
@media screen and (min-width: 300px) and (max-width: 1500px) {
  .content2 {
    width: 100%;
  }
}

#navbar.barraFlotante {
  top: 0 !important;
  height: 55px !important;
}

.navbar.barraFlotante {
  top: 55px !important;
  height: 60px !important;
}

.btn-custom-cookie {
  background-color: #8fd300;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  padding: 20px;
  width: 350px;
  border-radius: 20px;
  cursor: pointer;
  margin: auto;
}
.btn-custom-cookie:hover {
  background-color: #a6f202;
}

.btukVf {
  display: none !important;
}

.margin {
  margin: 70px 0;
}

.font_size {
  font-size: 40px !important;
}
@media screen and (max-width: 700px) {
  .font_size {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 500px) {
  .font_size {
    font-size: 25px !important;
  }
}

.modal-content {
  margin-top: 200px !important;
}

.colorGreen {
  color: #8fd300;
}

.textCenter {
  text-align: center;
}

.btnError {
  display: grid;
  justify-content: center;
}

.btnError a {
  text-decoration: none;
  color: white;
  background-color: #03182e;
  padding: 10px 18px;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}

.section_error {
  margin: 100px 0;
}

h1 {
  font-size: 24px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
.inicio {
  width: 50px;
  height: 50px;
  position: absolute;
  position: fixed;
  bottom: 2em;
  right: 2em;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.inicio svg {
  transition: all 300ms;
  position: relative;
  fill: #01162b;
}
.inicio svg:hover {
  transform: scale(1.2);
  fill: #8fd300;
}

.btn_blog {
  position: fixed;
  background: #01162b;
  padding: 10px 20px;
  color: #8fd300;
  font-weight: 900;
  right: 0px;
  top: 250px;
  border: 2px solid #8fd300;
  border-radius: 20px 0px 0px 20px;
  border-right: none;
  transition: 0.7s ease;
}
.btn_blog:hover {
  background: #8fd300;
  color: #01162b;
  cursor: pointer;
}

.btn_blog_content a {
  text-decoration: none;
}

.bg_bar {
  background-color: #01162b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  z-index: 100000000000000000;
}
@media screen and (max-width: 932px) {
  .bg_bar {
    position: fixed;
    top: 0;
  }
}

.spacing_nav {
  height: 180px;
}
@media screen and (max-width: 1250px) {
  .spacing_nav {
    height: 140px;
  }
}
@media screen and (max-width: 1105px) {
  .spacing_nav {
    height: 210px;
  }
}
@media screen and (max-width: 1100px) {
  .spacing_nav {
    height: 280px;
  }
}
@media screen and (max-width: 932px) {
  .spacing_nav {
    height: 130px;
  }
}

.spacing_nav_bg {
  background: #01162b;
}

.bar_contact_flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.toggle_flex {
  display: none;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .toggle_flex img {
    width: 150px;
  }
}
@media screen and (max-width: 932px) {
  .toggle_flex {
    display: flex;
  }
}

.logo_toggle {
  display: none;
}
@media screen and (max-width: 932px) {
  .logo_toggle {
    display: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.icon_mobile {
  display: none;
}
@media screen and (max-width: 1250px) {
  .icon_mobile {
    display: flex;
  }
}

.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1105px) {
  .bar {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 932px) {
  .bar {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .bar {
    gap: 5px;
  }
}

.bar_flex {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}

.bar_logo img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 550px) {
  .bar_logo img {
    width: 130px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.bar_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  .bar_contact {
    flex-direction: column;
    gap: 20px;
  }
}

.bar_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1453px) {
  .bar_contact_btn {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.bar_contact_btn_mobile {
  display: none;
}
@media screen and (max-width: 932px) {
  .bar_contact_btn_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .bar_contact_btn_mobile {
    width: 240px;
  }
}

.bar_contact_social {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .bar_contact_social {
    position: absolute;
    top: 50px;
  }
}
.bar_contact_social img {
  height: 23px;
  width: 23px;
  cursor: pointer;
  transition: 0.5s ease;
}
.bar_contact_social img:hover {
  transform: scale(1.1);
}

.idioma {
  display: flex;
  justify-content: center;
  align-items: center;
}
.idioma img {
  height: 20px;
  width: 27px;
}

.bar_contact_btn_client button {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.7px;
  background-color: transparent;
  color: #e1e2e3;
  border: 2px solid #e1e2e3;
}
.bar_contact_btn_client button:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .bar_contact_btn_client button {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .bar_contact_btn_client button {
    font-size: 19px;
  }
}
@media screen and (max-width: 550px) {
  .bar_contact_btn_client button {
    font-size: 16px;
  }
}

.bg_green button {
  background-color: #8fd300;
  border-radius: 50px;
  border: none !important;
  color: #01162b;
}

.area_private img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: 0.7s ease;
}
.area_private img:hover {
  transform: scale(1.2);
}

.btn_green a {
  background: #8fd300;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.7px;
  text-decoration: none;
  color: #01162b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_green a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .btn_green a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .btn_green a {
    font-size: 19px;
  }
}
@media screen and (max-width: 1155px) {
  .btn_green a {
    padding: 10px;
  }
}
@media screen and (max-width: 1130px) {
  .btn_green a {
    padding: 10px 2px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px) {
  .btn_green a {
    padding: 10px 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 550px) {
  .btn_green a {
    font-size: 16px;
  }
}

.bar_botton2 {
  display: none;
}

#navbar.barraFlotante {
  top: 0 !important;
  height: 55px !important;
}

.navbar.barraFlotante {
  top: 55px !important;
  height: 60px !important;
}

.bar_arrow--rotate {
  transform: rotate(180deg);
}

.bg_blue {
  background: #01162b;
}

.menu {
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0px;
}
@media screen and (max-width: 1250px) {
  .menu {
    justify-content: end;
  }
}
@media screen and (max-width: 550px) {
  .menu {
    padding: 0px;
  }
}

.menu_enlaces {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 18px;
}
.menu_enlaces a {
  color: #e1e2e3;
  text-decoration: none;
  position: relative;
  transition: 0.5s ease;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 400px) {
  .menu_enlaces a {
    margin-bottom: 10px;
  }
}
.menu_enlaces a:hover {
  text-decoration: none;
  color: #8fd300;
}
.menu_enlaces a:hover {
  text-shadow: none;
}
@media screen and (max-width: 1250px) {
  .menu_enlaces {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: start;
    background-color: #01162b;
    font-size: 25px;
    overflow: auto;
    padding: 150px 0;
  }
  .menu_enlaces a::after {
    content: none;
  }
}
@media screen and (max-width: 400px) {
  .menu_enlaces {
    font-size: 18px;
  }
}
.menu_enlaces.activeMenu {
  display: flex;
}

.menu_enlaces_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .menu_enlaces_a {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    padding: 0 40px;
    gap: 25px;
  }
}
@media screen and (max-width: 400px) {
  .menu_enlaces_a {
    gap: 5px;
  }
}
.menu_enlaces_a .activeNav2 a {
  color: #8fd300;
}

.closeMenu {
  display: none;
}
@media screen and (max-width: 1250px) {
  .closeMenu {
    position: absolute;
    top: 2em;
    right: 2em;
    color: #e1e2e3;
    font-weight: bold;
    font-size: 21px;
    background: #8fd300;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
@media screen and (max-width: 400px) {
  .closeMenu {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
}

.toggle {
  display: none;
}
.toggle svg {
  fill: #e1e2e3;
  border: none;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}
.toggle svg:hover {
  fill: #8fd300;
}
@media screen and (max-width: 1250px) {
  .toggle {
    display: flex;
  }
}

.toggle_mobile {
  display: none;
}
.toggle_mobile svg {
  fill: #e1e2e3;
  border: none;
  line-height: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}
.toggle_mobile svg:hover {
  fill: #8fd300;
}
@media screen and (max-width: 1250px) {
  .toggle_mobile {
    display: flex;
  }
}

.slider_principal {
  position: relative;
  padding: 0 0 25px 0;
  background-color: #01162b;
  max-width: 1500px;
  width: 100%;
}
@media screen and (max-height: 500px) and (max-width: 1000px) {
  .slider_principal {
    height: 300px !important;
  }
}

#slideshow {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100vh - 300px);
  overflow: hidden;
  position: relative;
}
@media screen and (min-height: 900px) {
  #slideshow {
    height: 650px;
  }
}
@media screen and (min-height: 601px) and (max-height: 900px) {
  #slideshow {
    aspect-ratio: 15/6;
    margin: auto;
  }
}
@media screen and (max-height: 500px) and (max-width: 1000px) {
  #slideshow {
    height: 300px !important;
    width: 600px;
  }
}
@media screen and (max-height: 600px) {
  #slideshow {
    height: 600px;
  }
}
@media screen and (max-width: 1500px) {
  #slideshow {
    aspect-ratio: 15/6;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  #slideshow {
    height: 230px;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 422px) {
  #slideshow {
    max-width: 340px;
  }
}

#slideshow img, #slideshow video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px !important;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-height: 500px) and (max-width: 1000px) {
  #slideshow img, #slideshow video {
    height: 300px !important;
    width: 800px;
  }
}
@media screen and (max-width: 500px) {
  #slideshow img, #slideshow video {
    height: 230px;
    max-width: 400px;
    width: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media screen and (max-width: 422px) {
  #slideshow img, #slideshow video {
    max-width: 340px;
  }
}

#slideshow img:first-child {
  opacity: 1;
}

.btn_slider_principal {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  width: 100%;
  position: absolute;
  top: 45%;
}
@media screen and (max-height: 500px) and (max-width: 1000px) {
  .btn_slider_principal {
    min-width: 600px;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .btn_slider_principal {
    top: 35%;
  }
}

#next_slider {
  background: rgba(208, 208, 208, 0.431372549);
  border: none;
  cursor: pointer;
}
#next_slider:hover {
  background: rgba(208, 208, 208, 0.6549019608);
}

.next_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45% !important;
  right: -150px;
  background: rgba(173, 173, 173, 0.7647058824);
  height: 50px;
  width: 50px;
}
.next_slider svg {
  fill: white;
}
.next_slider:hover {
  background: #adadad;
  cursor: pointer;
}

#prev_slider {
  background: rgba(208, 208, 208, 0.431372549);
  border: none;
  cursor: pointer;
}
#prev_slider:hover {
  background: rgba(208, 208, 208, 0.6549019608);
}

.prev_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50px;
  background: rgba(234, 31, 31, 0.9568627451);
  height: 50px;
  width: 50px;
}
.prev_slider svg {
  fill: white;
}
.prev_slider:hover {
  background: #adadad;
  cursor: pointer;
}

.banner {
  position: relative;
  height: 100%;
  text-align: center;
}

.header_img {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9; /* ajusta al ratio real de tu imagen */
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .header_img {
    width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  .header_img {
    width: 100%;
  }
}
.header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px !important;
}
@media screen and (max-width: 1400px) {
  .header_img img {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .header_img img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header {
  top: 300px;
  text-align: center;
  color: white;
  position: absolute;
  top: 92%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .header {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    width: 700px;
  }
}
@media screen and (max-width: 820px) {
  .header {
    width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    width: 320px;
  }
}
.header h1 {
  position: relative;
  font-size: 40px;
  color: white;
  text-shadow: 2px 2px 2px black;
}
@media screen and (max-width: 1200px) {
  .header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .header h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  .header h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header h1 {
    font-size: 16px;
  }
}
.header p {
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px) {
  .header p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .header h1 {
    top: unset;
    display: grid;
    justify-content: center;
    align-items: center;
  }
}

.arrow_right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45% !important;
  right: 50px;
  background: rgba(173, 173, 173, 0.7647058824);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.arrow_right svg {
  fill: white;
}

.arrow_right:hover {
  background: #adadad;
  cursor: pointer;
}

.arrow_left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 50px;
  background: rgba(173, 173, 173, 0.7647058824);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.arrow_left svg {
  fill: white;
}

.arrow_left:hover {
  background: #adadad;
  cursor: pointer;
}

.section_main {
  margin: 30px 0 50px 0;
  display: grid;
  gap: 40px;
}

.section_main_title {
  color: #01162b;
  text-align: center;
  font-size: 27px;
  display: grid;
  gap: 10px;
  font-weight: 600;
}
.section_main_title h2 {
  font-size: 30px;
}
@media screen and (max-width: 500px) {
  .section_main_title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section_main_title h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .section_main_title {
    font-size: 20px;
  }
}

.divider {
  border-bottom: 2px solid #8fd300;
  height: 2px;
  width: 100%;
}

.section_main_botton {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .section_main_botton {
    flex-direction: column;
  }
}

.section_main_botton_text {
  display: grid;
  gap: 30px;
}

.section_main_botton_text_article {
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 20px;
  line-height: 25px;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .section_main_botton_text_article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section_main_botton_text_article a {
  color: #01162b;
  text-decoration: none;
  font-weight: 600;
  transition: 1s ease;
}
.section_main_botton_text_article a:hover {
  color: #8fd300;
}
.section_main_botton_text_article img {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 600px) {
  .section_main_botton_text_article img {
    width: 90px;
    height: 90px;
  }
}

.section_main_botton_image {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .section_main_botton_image {
    flex-direction: row;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .section_main_botton_image {
    flex-direction: column;
  }
}
.section_main_botton_image img {
  width: 500px;
  height: 300px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .section_main_botton_image img {
    width: 100%;
    height: 100%;
  }
}

.bg_information {
  background-color: #8fd300;
}

.bg_information_2 {
  background-color: #f4f4f4;
}

.bar_information {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 30px 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #01162b;
}
.bar_information h2 {
  font-size: 35px;
}
@media screen and (max-width: 700px) {
  .bar_information {
    font-size: 25px;
  }
  .bar_information h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .bar_information {
    font-size: 20px;
  }
  .bar_information h2 {
    font-size: 20px;
  }
}

.bg_section_article {
  background: #f4f4f4;
}

.section_article {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin: 70px 0;
}
@media screen and (max-width: 1200px) {
  .section_article {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .section_article {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.section_article_content {
  display: grid;
  gap: 20px;
  width: 200px;
  height: 500px;
}
.section_article_content img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section_article_content_title {
  color: #01162b;
  font-size: 20px;
}

.section_article_content_subtitle {
  font-size: 20px;
}

.section_article_content_btn {
  transition: 1s ease;
}
.section_article_content_btn a {
  background-color: #8fd300;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  color: #01162b;
  font-size: 18px;
  font-weight: 600;
  transition: 1s ease;
  text-decoration: none;
}
.section_article_content_btn a:hover {
  cursor: pointer;
  background-color: #a6f202;
}
.section_article_content_btn:hover {
  transform: scale(1.1);
}

.section_rent {
  margin: 70px 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .section_rent {
    margin: 30px 0 30px 0;
    gap: 10px;
  }
}

.section_rent_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #01162b;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section_rent_title h2 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .section_rent_title h2 {
    font-size: 25px;
  }
}
.section_rent_title h3 {
  font-size: 40px;
}
@media screen and (max-width: 500px) {
  .section_rent_title h3 {
    font-size: 25px;
  }
}
.section_rent_title h4 {
  font-size: 35px;
}
@media screen and (max-width: 500px) {
  .section_rent_title h4 {
    font-size: 25px;
  }
}
.section_rent_title b {
  color: #8fd300;
}
@media screen and (max-width: 500px) {
  .section_rent_title {
    font-size: 25px;
  }
}

.title_white {
  color: white;
}

.section_rent_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  gap: 20px;
  line-height: 24px;
}
.section_rent_subtitle a {
  color: #01162b;
}
.section_rent_subtitle b {
  font-weight: bold;
}

.section_rent_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 1000px) {
  .section_rent_image {
    flex-direction: column;
  }
}
.section_rent_image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 650px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .section_rent_image img {
    width: 550px;
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .section_rent_image img {
    width: 450px;
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .section_rent_image img {
    width: 450px;
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .section_rent_image img {
    width: 100%;
    height: 100%;
  }
}

.section_rent_advantages {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 100px;
}
@media screen and (max-width: 700px) {
  .section_rent_advantages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}

.section_rent_advantages_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.section_rent_advantages_content_title {
  font-size: 30px;
  color: #8fd300;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .section_rent_advantages_content_title {
    font-size: 20px;
  }
}

.section_rent_advantages_content_list {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.section_rent_title_two {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section_rent_title_two h3 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .section_rent_title_two h3 {
    font-size: 25px;
  }
}

.section_rent_flex {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  .section_rent_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.section_rent_image_flex img {
  border-radius: 20px;
  width: 380px;
  height: 470px;
}
@media screen and (max-width: 1380px) {
  .section_rent_image_flex img {
    height: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .section_rent_image_flex img {
    width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 500px) {
  .section_rent_image_flex img {
    max-width: 400px;
    width: 100%;
    max-height: 470px;
    height: 100%;
  }
}

.section_rent_subtitle_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .section_rent_subtitle_content {
    flex-direction: column;
  }
}

.section_rent_subtitle_content_text {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.section_rent_subtitle_content_text h2 {
  line-height: 40px;
}

.section_rent_subtitle_content_image img {
  width: 570px;
  height: 350px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 650px) {
  .section_rent_subtitle_content_image img {
    max-width: 570px;
    max-height: 350px;
    width: 100%;
    height: 100%;
  }
}

.section_rent_subtitle_content_image_box img {
  height: 380px;
  width: 380px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 650px) {
  .section_rent_subtitle_content_image_box img {
    max-width: 380px;
    max-height: 380px;
    width: 100%;
    height: 100%;
  }
}

.section_rent_image_embalaje {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_rent_image_embalaje img {
  height: 500px;
  width: 400px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 650px) {
  .section_rent_image_embalaje img {
    max-width: 500px;
    max-height: 400px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .section_rent_image_embalaje {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}
@media screen and (max-width: 950px) {
  .section_rent_image_embalaje {
    grid-template-columns: 1fr;
  }
}

.section_removals {
  margin: 0 0 70px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_removals_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: #01162b;
}
@media screen and (max-width: 500px) {
  .section_removals_title {
    font-size: 20px;
  }
}

.section_removals_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  gap: 20px;
  line-height: 24px;
}

.section_removals_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .section_removals_image {
    flex-direction: column;
  }
}

.section_removals_image_left {
  display: grid;
  gap: 20px;
}
.section_removals_image_left img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .section_removals_image_left img {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .section_removals_image_left img {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .section_removals_image_left img {
    width: 100%;
    height: 100%;
  }
}

.section_removals_image_right img {
  width: 650px;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .section_removals_image_right img {
    width: 550px;
  }
}
@media screen and (max-width: 1200px) {
  .section_removals_image_right img {
    width: 450px;
    height: 630px;
  }
}
@media screen and (max-width: 1000px) {
  .section_removals_image_right img {
    width: 100%;
    height: 100%;
  }
}

.bg_section_video {
  background-color: #f4f4f4;
}

.section_video {
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 900px) {
  .section_video {
    flex-direction: column;
  }
}

.section_video_cotent {
  display: grid;
  gap: 15px;
}

.section_video_content_widget {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.section_video_content_widget img {
  width: 50px;
  height: 50px;
}
.section_video_content_widget p {
  color: #01162b;
  font-size: 25px;
}

.section_video_watch {
  display: grid;
  justify-content: center;
  height: 100%;
}

.video {
  height: 100%;
  width: 100%;
}

iframe {
  width: 650px;
  height: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  iframe {
    width: 550px;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  iframe {
    width: 100%;
    height: 100%;
  }
}

.section_comprehensive {
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section_comprehensive b {
  font-weight: bold;
}

.section_comprehensive_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: #01162b;
}
.section_comprehensive_title a {
  color: #01162b;
  transition: 0.5s ease;
  font-weight: 300;
  text-decoration: none;
}
.section_comprehensive_title a:hover {
  color: #8fd300;
}
.section_comprehensive_title b {
  color: #8fd300;
}
@media screen and (max-width: 500px) {
  .section_comprehensive_title {
    font-size: 20px;
  }
}

.section_comprehensive_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  gap: 20px;
  line-height: 24px;
  font-weight: 200;
}
.section_comprehensive_subtitle a {
  color: #01162b;
  transition: 0.5s ease;
  font-weight: 600;
}
.section_comprehensive_subtitle a:hover {
  color: #8fd300;
}

.section_comprehensive_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 30px auto;
}
@media screen and (max-width: 900px) {
  .section_comprehensive_image {
    flex-direction: column;
  }
}
.section_comprehensive_image img {
  border-radius: 20px;
  width: 100%;
  height: calc(100vh - 320px);
  max-height: 600px;
  max-width: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .section_comprehensive_image img {
    width: 600px;
    height: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .section_comprehensive_image img {
    width: 100%;
    height: calc(100vh - 320px);
  }
}
@media screen and (max-width: 1000px) {
  .section_comprehensive_image img {
    width: 100%;
    max-height: 400px;
    height: 100%;
  }
}

.section_comprehensive_image_panorama {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: auto;
}
.section_comprehensive_image_panorama img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 800px;
  max-width: 1600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 700px) {
  .display_none {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .display {
    display: none !important;
  }
}

.section_comprehensive_image_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section_comprehensive_image_two {
    flex-direction: column;
  }
}
.section_comprehensive_image_two img {
  border-radius: 20px;
  width: 100%;
  height: calc(100vh - 300px);
  max-height: 500px;
}
@media screen and (max-width: 1400px) {
  .section_comprehensive_image_two img {
    width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .section_comprehensive_image_two img {
    width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .section_comprehensive_image_two img {
    width: 1000px;
  }
}
@media screen and (max-width: 1100px) {
  .section_comprehensive_image_two img {
    width: 900px;
  }
}
@media screen and (max-width: 1000px) {
  .section_comprehensive_image_two img {
    width: 100%;
    max-height: 400px;
    height: 100%;
  }
}

.container_testimony {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 350px;
}

.container_testimony .slider {
  display: grid;
  border-radius: 5px;
  height: 300px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.container_testimony .control svg {
  fill: gray;
  font-size: 20px;
  width: 100px;
}

.container_testimony .control {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_testimony .prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 505px) {
  .container_testimony .prev {
    left: 45px;
  }
}

.container_testimony .next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 505px) {
  .container_testimony .next {
    right: 45px;
  }
}

.testimony_title {
  text-align: center;
  display: grid;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.testimony_title h3 {
  color: #01162b;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .testimony_title h3 {
    font-size: 25px;
  }
}
.testimony_title p {
  font-weight: 200;
  text-align: start;
  font-size: 20px;
}
.testimony_title strong {
  color: #01162b;
  font-weight: bold !important;
}
.testimony_title a {
  color: #01162b;
}
.testimony_title a:hover {
  color: #a6f202;
}
.testimony_title b {
  color: #01162b;
  transition: 0.5s ease;
}
.testimony_title b:hover {
  color: #a6f202;
}

.testimonios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.testimonios_header {
  margin: 50px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonios_header h1 {
  font-size: 2rem;
  font-weight: 500;
  background-color: rgba(32, 32, 32, 0.7176470588);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.testimonios_contenedor {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 505px) {
  .testimonios_contenedor {
    width: 350px;
  }
}

.testimonio_caja {
  width: 300px;
  height: 280px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  background: white;
  padding: 15px;
  margin: 10px;
  cursor: pointer;
}

.perfil {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.perfil_img {
  border-radius: 50%;
  overflow: hidden;
  padding-right: 15px;
}
.perfil_img img {
  height: 40px;
  width: 35px;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resenas {
  display: flex;
}

.resenas img {
  width: 20px;
  height: 20px;
}

.name-user {
  display: flex;
  flex-direction: column;
}

.name-user strong {
  color: #3d3d3d;
}

.name-user span {
  color: #979797;
  font-size: 1.1rem;
}

.caja-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comentarios p {
  overflow: hidden;
  height: 190px;
  font-weight: 300;
  line-height: 21px;
}

.section_storage {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_storage_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #01162b;
}
@media screen and (max-width: 500px) {
  .section_storage_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section_storage_title h2 {
    font-size: 25px;
  }
}

.section_storage_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  gap: 20px;
  line-height: 24px;
}
.section_storage_subtitle strong {
  font-weight: bold;
}

.section_storage_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .section_storage_image {
    flex-direction: column;
  }
}
.section_storage_image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 650px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .section_storage_image img {
    width: 550px;
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .section_storage_image img {
    width: 450px;
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .section_storage_image img {
    width: 450px;
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .section_storage_image img {
    width: 100%;
    height: 100%;
  }
}

.section_title_information {
  margin: 10px 0 100px 0;
  text-align: center;
  font-size: 30px;
  color: #01162b;
  display: grid;
  gap: 30px;
}

.section_title_information_btn span {
  background-color: #8fd300;
  text-decoration: none;
  color: #01162b;
  font-weight: 200;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  transition: 0.5s ease;
}
.section_title_information_btn span:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-color: #a6f202;
}

.bg_section_personalized {
  background: #01162b;
  height: 400px;
  position: relative;
}

.section_services_personalized {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/public/img/islatrans-trasteros-guardamuebles-mudanzas-malaga-servicio-personalizado.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1100px;
  width: 100%;
  height: 470px;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  justify-content: end;
}

.section_services_personalized_content {
  background-color: rgba(255, 255, 255, 0.8235294118);
  padding: 20px;
  border-radius: 20px;
  width: 500px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
  overflow-y: hidden;
}
@media screen and (max-width: 500px) {
  .section_services_personalized_content {
    gap: 20px;
  }
}

.section_services_personalized_content_text_title {
  font-size: 30px;
}
@media screen and (max-width: 500px) {
  .section_services_personalized_content_text_title {
    font-size: 16px;
  }
}

.section_services_personalized_content_text_subtitle {
  font-size: 18px;
  line-height: 23px;
}

.section_packaging {
  margin: 100px 0 70px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section_packaging_title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #01162b;
}
@media screen and (max-width: 500px) {
  .section_packaging_title {
    font-size: 20px;
  }
}

.section_packaging_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  gap: 20px;
  line-height: 24px;
}

.section_packaging_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .section_packaging_image {
    flex-direction: column;
  }
}
.section_packaging_image img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 650px;
  height: 400px;
}
@media screen and (max-width: 1500px) {
  .section_packaging_image img {
    width: 550px;
    height: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .section_packaging_image img {
    width: 450px;
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .section_packaging_image img {
    width: 450px;
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .section_packaging_image img {
    width: 100%;
    height: 100%;
  }
}

.bg_section_information_trasteros {
  background: url("/public/img/islatrans-trasteros-guardamuebles-mudanzas-malaga-fondo-trasteros.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.bar_information_trasteros {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .bar_information_trasteros {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .bar_information_trasteros {
    font-size: 16px;
  }
}

.section_final {
  margin: 70px 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .section_final {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.face {
  display: grid;
  gap: 15px;
}

.section_final_blog {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contentBlog {
  padding: 20px 20px 0 20px;
  border: 2px solid #8fd300;
  border-radius: 20px;
}

.blog_post {
  display: flex;
  overflow: hidden;
  width: 800px;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .blog_post {
    width: 520px;
  }
}
@media screen and (max-width: 650px) {
  .blog_post {
    width: 250px;
  }
}

.card-post {
  border: 1px solid #cfcccc;
}

.slider_blog img {
  width: 800px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.img-post img {
  width: 248px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 15px;
}

.title-post h2 {
  font-size: 20px;
  font-weight: 600;
}

.description-post {
  font-weight: 300;
}

.info-post a {
  color: #01162b;
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease;
}
.info-post a:hover {
  color: #a6f202;
  transform: scale(1.05);
}

.btn_jobs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.btn_jobs a {
  background: #8fd300;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600 !important;
  color: #01162b;
  text-decoration: none;
  transition: 0.5 ease;
  letter-spacing: 1px;
  transition: 0.5s ease;
}
.btn_jobs a:hover {
  background-color: #a6f202;
  transform: scale(1.05);
}

@media screen and (max-width: 600px) {
  .section_final_face {
    display: none;
  }
}

.section_title {
  color: #01162b;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
}

.contentFace iframe {
  height: 580px;
  width: 400px;
  padding: 15px;
  border: none;
  border-radius: 20px;
  background-color: #f2f2f2;
  box-shadow: 2px 2px 5px rgba(114, 114, 114, 0.4274509804);
}
@media screen and (max-width: 500px) {
  .contentFace iframe {
    width: 100%;
  }
}
.contentFace iframe ._2lqg {
  height: 700px !important;
  max-height: 700px !important;
}
.contentFace iframe ._10b5 {
  height: 700px !important;
}
.contentFace iframe ._1drm {
  height: 700px !important;
}
.contentFace iframe .uiScaledImageContainer {
  height: 700px !important;
  width: 1000px !important;
}

.title_end {
  color: #8fd300;
  margin: 10px 0 70px 0;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
}
.title_end a {
  color: #01162b;
  transition: 0.5s ease;
}
.title_end a:hover {
  color: #a6f202;
}
.title_end b {
  color: #01162b;
}
@media screen and (max-width: 1000px) {
  .title_end {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .title_end {
    font-size: 25px;
    margin: 30px 0 30px 0;
  }
}

.bg_footer_top {
  background: #01162b;
  padding: 50px 0;
}

.footer_congratulations {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .footer_congratulations {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
}

.footer_congratulations_img img {
  max-width: 600px;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .footer_congratulations_img img {
    width: 100%;
    height: 100px;
  }
}

.footer_congratulations_img_landing {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 35%;
}
@media screen and (max-width: 1200px) {
  .footer_congratulations_img_landing {
    left: 30%;
  }
}
@media screen and (max-width: 900px) {
  .footer_congratulations_img_landing {
    position: relative !important;
    left: 0;
  }
}
.footer_congratulations_img_landing p {
  font-size: 17px;
  font-weight: 900;
}
.footer_congratulations_img_landing p b {
  color: #8fd300;
}
.footer_congratulations_img_landing img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .footer_congratulations_img_landing img {
    width: 100%;
    height: 100px;
  }
}

.footer_congratulations_info {
  color: white;
  font-size: 20px;
  text-align: center;
}
.footer_congratulations_info hr {
  border: 1px solid #d48c0f;
  margin: 0px 0px 20px 0px;
}

.footer_top_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.footer_top_nav a {
  text-align: center;
  text-decoration: none;
  color: #e1e2e3;
  font-size: 20px;
  font-weight: 200;
  transition: 1s ease;
  cursor: pointer;
}
.footer_top_nav a:hover {
  color: #8fd300;
}
.footer_top_nav p {
  text-align: center;
  text-decoration: none;
  color: #e1e2e3;
  font-size: 20px;
  font-weight: 200;
  transition: 1s ease;
  cursor: pointer;
}
.footer_top_nav p:hover {
  color: #8fd300;
}
.footer_top_nav span {
  color: #e1e2e3;
}

.footer_top_nav_selector {
  padding: 50px 0;
}

.footer_top_nav_selector_border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 100%;
}

.footer_top_nav_selector_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .footer_top_nav_selector_content {
    justify-content: center;
    align-items: center;
  }
}

.footer_top_nav_selector_content_nav {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_top_nav_selector_content_nav p {
  transition: 1s ease;
}
.footer_top_nav_selector_content_nav p:hover {
  color: #8fd300;
}
.footer_top_nav_selector_content_nav img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.bg_footer_bottom {
  background: #040c1c;
  padding: 20px;
  text-align: center;
  color: #98a6b5;
  font-weight: 200;
}
.bg_footer_bottom a {
  color: #98a6b5;
}
.bg_footer_bottom a:hover {
  color: #8fd300;
}

/* Estilos del menu principal */
.menu-principal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 1150px) {
  .menu-principal {
    flex-direction: column;
  }
}

.menu-principal-padding {
  padding: 20px;
}

.menu_principal_title {
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 20px;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .menu_principal_title {
    justify-content: start;
  }
}

@media screen and (max-width: 1250px) {
  .menu_principal_title_font_size {
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  .menu_principal_title_font_size {
    font-size: 18px;
  }
}

/* Estilos de los items del menu principal */
.menu-principal li {
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
}
@media screen and (max-width: 1250px) {
  .menu-principal li {
    padding: 0px;
  }
}
.menu-principal li img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

/* Estilos de los submenus */
.submenu {
  display: none;
  position: absolute;
  min-width: 155px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-shadow: 2px 2px 5px rgba(162, 162, 162, 0.2784313725);
  border-radius: 5px;
  background: #01162b;
  height: 200px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  z-index: 9999999999;
}

.submenu2 {
  display: none;
  position: absolute;
  top: 135px;
  left: 0;
  justify-content: center;
  align-items: center;
  grid-row-gap: 1.5em;
  grid-column-gap: 2em;
  padding: 3em 7em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  box-shadow: 2px 2px 5px rgba(162, 162, 162, 0.2784313725);
  border-radius: 5px;
  background: #01162b;
  overflow-y: scroll;
  scroll-behavior: smooth;
  width: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1250px) {
  .submenu2 {
    top: auto;
    height: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .submenu2 {
    padding: 1em;
    grid-row-gap: 20px !important;
    position: relative;
  }
}

/* Estilos de los items del submenu */
.submenu li {
  padding: 8px 16px;
  cursor: pointer;
  color: #fff;
}
.submenu li:hover {
  color: #8fd300 !important;
}
.submenu li a {
  color: white;
  text-decoration: none;
}
.submenu li a:hover {
  color: #8fd300 !important;
}

.submenu2 li {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: start;
}

/* Cambiar el color del boton del raton cuando el cursor este sobre el item del menu principal */
.menu-principal li:hover {
  color: #8fd300;
}

/* Cambiar el color del boton del raton cuando el cursor este sobre el item del submenu */
.submenu li:hover {
  color: #fff;
}

/* Mostrar el submenu cuando el cursor este sobre el item del menu principal */
.menu-principal li:hover .submenu {
  display: flex;
  flex-direction: column;
}

.menu-principal li .submenu2 {
  display: none;
  gap: 50px;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 1250px) {
  .menu-principal li .submenu2 {
    flex-direction: column;
    justify-content: start;
    box-shadow: 2px 2px 2px 4px rgba(162, 162, 162, 0.2784313725);
  }
}

.menu-principal li:hover .submenu2 {
  display: flex;
}
@media screen and (max-width: 1250px) {
  .menu-principal li:hover .submenu2 {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .submenu2_flex {
    display: flex !important;
    width: 800px;
  }
}
@media screen and (max-width: 870px) {
  .submenu2_flex {
    display: flex !important;
    width: 100%;
  }
}

.modal_job {
  background: rgba(17, 17, 17, 0.7411764706);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.modal_job ::-webkit-scrollbar {
  width: 7px;
}
.modal_job ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal_job ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.modal_baja {
  background: rgba(17, 17, 17, 0.7411764706);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.modal_baja ::-webkit-scrollbar {
  width: 7px;
}
.modal_baja ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal_baja ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.modal_presupuesto {
  background: rgba(17, 17, 17, 0.7411764706);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.modal_presupuesto ::-webkit-scrollbar {
  width: 7px;
}
.modal_presupuesto ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal_presupuesto ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.modal--show {
  pointer-events: unset;
  display: flex;
}

.modal--show_job {
  pointer-events: unset;
  display: flex;
}

.modal--show_baja {
  pointer-events: unset;
  display: flex;
}

.modal_container {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 680px;
  border-radius: 6px;
  display: grid;
  gap: 1em;
  overflow: hidden;
  max-height: 84vh;
  border: 1px solid #8fd300;
  padding: 30px 40px;
  overflow-y: auto;
  margin: 0 1em;
  z-index: 9999999;
  position: relative;
}

.modal_container_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal_container_title h2 {
  font-size: 30px;
  color: #01162b;
  text-align: center;
}
.modal_container_title span {
  font-size: 30px !important;
  color: #01162b !important;
  text-align: center !important;
  font-weight: 600;
}
.modal_container_title p {
  color: #01162b;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.modal_close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  color: white;
  background-color: #01162b;
  cursor: pointer;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s;
  width: 40px;
  height: 40px;
}

.modal_close:hover {
  background: #a6f202;
}

.modal_close_job {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  color: white;
  background-color: #01162b;
  cursor: pointer;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s;
  width: 40px;
  height: 40px;
}

.modal_close_job:hover {
  background: #a6f202;
}

.modal_close_baja {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  color: white;
  background-color: #01162b;
  cursor: pointer;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: background-color 0.3s;
  width: 40px;
  height: 40px;
}

.modal_close_baja:hover {
  background: #a6f202;
}

.window_modal_close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.window_modal_close_job {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.window_modal_close_baja {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form_form {
  width: 100%;
}

.form_form_job {
  width: 100%;
}

.form_form_baja {
  width: 100%;
}

.support {
  position: relative;
  height: 1600px;
}
@media screen and (max-width: 1250px) {
  .support {
    height: auto;
    display: grid;
    gap: 30px;
    margin-bottom: 70px;
  }
}

.support_img img {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 700px) {
  .support_img {
    display: none;
  }
}

.support_content {
  position: absolute;
  top: 42%;
}
@media screen and (max-width: 1500px) {
  .support_content {
    top: 35%;
  }
}
@media screen and (max-width: 1250px) {
  .support_content {
    position: relative;
    top: unset;
  }
}

.support_content_grilla {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 1250px) {
  .support_content_grilla {
    grid-template-columns: 1fr;
  }
}

.support_content_text {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: end;
  height: 300px;
}
@media screen and (max-width: 1250px) {
  .support_content_text {
    height: unset;
  }
}

.support_content_text_paragrah {
  background-color: #8fd300;
  padding: 40px;
  border-radius: 20px 0 0 20px;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .support_content_text_paragrah {
    border-radius: 20px;
  }
}
@media screen and (max-width: 500px) {
  .support_content_text_paragrah {
    font-size: 20px;
  }
}

.support_content_text_icon {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support_content_text_icon img {
  height: 120px;
  width: 120px;
}

.support_content_text_icon_p {
  text-align: center;
  font-size: 35px;
  color: #8fd300;
  font-weight: 900;
}

.support_content_text_icon_p_faqs {
  font-size: 20px;
  font-weight: 600;
}

.support_content_form {
  display: grid;
  justify-content: center;
  gap: 20px;
  border: 1px solid #8fd300;
  border-radius: 20px;
  padding: 30px 50px;
  background-color: white;
  right: 0px;
  top: -150px;
}
@media screen and (max-width: 1250px) {
  .support_content_form {
    position: relative;
    right: 0;
    top: 30px;
  }
}

.list-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2em;
  grid-column-gap: 2em;
}

.list-product .product {
  display: grid;
  grid-row-gap: 10px;
  background-color: #e7e7e7;
  border-bottom: 6px solid #8fd300;
  box-shadow: 1px 1px 1px 1px lightgrey;
  align-content: start;
  position: relative;
  padding-bottom: 3em;
  font-size: 18px;
  border-radius: 20px;
}

.list-product .product .img {
  display: grid;
}
.list-product .product .img img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.list-product .product .text-product {
  display: grid;
  grid-row-gap: 1em;
  padding: 7px;
}

.list-product .product .text-product .title-product {
  text-align: center;
  font-size: 1.5em;
}

.list-product .product .text-product .description-product {
  display: grid;
  grid-row-gap: 5px;
  font-size: 1em;
}

.list-product .product .text-product .price-product {
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

@media only screen and (max-width: 1899px) and (min-width: 1800px) {
  .list-product .product {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .list-product .product {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .list-product .product {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .list-product .product {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .list-product .product {
    font-size: 16px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .list-product .product {
    font-size: 15px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .list-product .product {
    font-size: 15px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .list-product {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .list-product .product {
    font-size: 13px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .list-product {
    grid-template-columns: 1fr 1fr;
  }
  .list-product .product {
    font-size: 15px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .list-product {
    grid-template-columns: 1fr 1fr;
  }
  .list-product .product {
    font-size: 14px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .list-product {
    grid-template-columns: 1fr 1fr;
  }
  .list-product .product {
    font-size: 14px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .list-product {
    grid-template-columns: 1fr 1fr;
  }
  .list-product .product {
    font-size: 13px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .list-product {
    grid-template-columns: 1fr 1fr;
  }
  .list-product .product {
    font-size: 13px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .list-product {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .list-product .product {
    font-size: 13px;
    width: 300px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .list-product {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .list-product .product {
    font-size: 13px;
    width: 300px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
  .list-product {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .list-product .product {
    font-size: 13px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 250px) {
  .list-product {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .list-product .product {
    font-size: 13px;
  }
  .list-product .product .text-product .title-product {
    font-size: 1.3em;
  }
}
.tabla-precios-wrap {
  overflow-x: auto;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  background-image: url("/public/img/logo_opaco.png");
  background-position: center;
  background-repeat: no-repeat;
}

.tabla-precios {
  width: 100%;
  max-width: 750px;
  border-collapse: collapse;
  border: 3px solid #01162b;
  margin: auto;
  font-size: 15px;
  text-align: center;
}

.tabla-precios thead {
  background-color: #8fd300;
  font-weight: bold;
}

.tabla-precios th,
.tabla-precios td {
  border: 1px solid #01162b;
  padding: 8px 12px;
}

.tabla-precios th {
  color: #01162b;
  font-weight: bold;
}

@media (max-width: 600px) {
  .tabla-precios {
    font-size: 13px;
  }
}
.section_grid_tablet {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .section_grid_tablet {
    flex-direction: column;
    align-items: start;
  }
}

.section_box_offices_text_tablet {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.section_box_offices_text_tablet p {
  font-size: 17px;
  line-height: 1.5;
}

.section_grid_tablet_content {
  display: grid;
  gap: 0px;
  margin: 25px 0px;
  width: 50%;
}

.section_grid_tablet_content_text {
  display: grid;
  gap: 15px;
}
.section_grid_tablet_content_text a {
  margin: auto;
  background-color: #8fd300;
  padding: 10px 50px;
  color: #01162b;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 1s ease;
  letter-spacing: 1px;
  width: 420px;
}
@media screen and (max-width: 700px) {
  .section_grid_tablet_content_text a {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .section_grid_tablet_content_text {
    width: 360px;
  }
}

.btn_form_call {
  position: fixed;
  z-index: 9999;
  background-color: #03182e;
  bottom: 0;
  left: 10px;
  padding: 18px 30px;
  border-radius: 15px 15px 0 0;
  display: grid;
  grid-row-gap: 1.5em;
  overflow: hidden;
  height: 72px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  transition: height 0.3s ease;
}
@media screen and (max-width: 600px) {
  .btn_form_call {
    width: 87px;
  }
}

.btn_form_call.activeFormCall {
  height: 26em !important;
  width: 350px;
}

.btn_form_call .show {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  grid-column-gap: 22px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .btn_form_call .show {
    justify-content: start;
  }
}

.btn_form_call .show img {
  width: 34px;
}

.btn_form_call .show i,
.btn_form_call .form_call form .send_wa a i {
  color: white;
  font-size: 34px;
}

.btn_form_call .show .pshow {
  color: #8fd300;
  font-weight: 700;
  font-size: 21px;
}

.btn_form_call .form_call form {
  display: grid;
  justify-items: center;
  grid-row-gap: 15px;
}

.btn_form_call .form_call form select {
  display: grid;
  height: 25px;
  font-size: 15px;
  padding-left: 5px;
  background-color: rgba(144, 144, 144, 0.5803921569);
  color: white;
  border-radius: 4px;
}

.btn_form_call .form_call form .gruop input {
  background-color: rgba(144, 144, 144, 0.5803921569);
  border: none;
  height: 43px;
  color: #fff;
  padding-left: 5px;
  border-radius: 4px;
  font-size: 20px;
}

.btn_form_call .form_call form .politicas {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 6px;
}

.btn_form_call .form_call form .politicas {
  color: #fff;
  font-size: 17px;
}

.btn_form_call .form_call form .politicas a {
  text-decoration: none;
  color: #fff;
}

.btn_form_call .form_call form .gruop .btn_send_call {
  background-color: #8fd300;
  color: #03182e;
  padding: 3px 14px;
  border-radius: 4px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  cursor: pointer;
  font-size: 22px;
}

.btn_form_call .form_call form .gruop button {
  background-color: transparent;
  border: none;
}

.btn_form_call .form_call form .gruop button img {
  cursor: pointer;
  width: 3.5em;
}

.btn_form_call .form_call form .send_wa a {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.btn_form_call .form_call form .send_wa a img {
  width: 100%;
}

.cerrar {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #8fd300;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #03182e;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}

.cerrar:hover {
  background-color: #03182e;
  color: #8fd300;
}

.boton_verde {
  background-color: #8fd300;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  margin: 0 auto;
}

.boton_verde:hover {
  background-color: #03182e;
}

a > .c_blue:hover {
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
}

.text {
  display: grid;
  grid-row-gap: 1em;
  line-height: 38px;
  font-size: 18px;
  text-align: justify;
}

.text a:hover {
  color: #8fd300;
  transition: all 0.2s ease;
}

.close_btn_fom_call {
  color: #8fd300 !important;
  font-weight: 900;
}

.close_btn_fom_call_off {
  display: none;
}

.share_btn {
  display: flex;
  gap: 15px;
  position: relative;
}

.share_optiones {
  position: adsolute;
  bottom: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform-origin: bottom left;
  transform: scale(0);
  border-radius: 20px;
  color: white;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.share_optiones.active {
  transform: scale(1);
  transition-delay: 0s;
}

.share_title {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
  font-size: 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  padding: 0 20px 3px 0;
}

.social_media {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.social_media_btn {
  border: none;
  width: 55px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #01162b;
  color: white;
  line-height: 50px;
  font-size: 25px;
  transition: 0.5s ease;
}
.social_media_btn img {
  display: flex;
  margin: auto;
  cursor: pointer;
}
.social_media_btn:hover {
  transform: scale(1.1);
}

.share_optiones.active .share_title {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.share_optiones.active .social_media {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.galeria_azucarera {
  display: grid;
  gap: 20px;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 600px) {
  .galeria_azucarera {
    margin: 0px;
  }
}

.galeria_azucarera_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .galeria_azucarera_top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .galeria_azucarera_top {
    display: none;
  }
}

.galeria_azucarera_top_start {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.galeria_azucarera_top_start img {
  width: 30px;
  height: 30px;
}
.galeria_azucarera_top_start p {
  padding-left: 10px;
}

.galeria_azucarera_top_share {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  gap: 20px;
  cursor: pointer;
}
.galeria_azucarera_top_share p {
  padding-bottom: 9px;
  color: #01162b;
  cursor: pointer;
  transition: 0.5s ease;
}
.galeria_azucarera_top_share p:hover {
  color: #8fd300;
}
.galeria_azucarera_top_share img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 650px) {
  .galeria_azucarera_top_share {
    flex-direction: column;
  }
}

.galeria_azucarera_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .galeria_azucarera_title {
    font-size: 17px;
    text-align: center;
    padding-bottom: 20px;
  }
  .galeria_azucarera_title h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  br {
    display: none;
  }
}

.galeria_azucarera_subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
}
.galeria_azucarera_subtitle p {
  font-size: 20px;
  padding-top: 20px;
  text-align: start;
}
@media screen and (max-width: 600px) {
  .galeria_azucarera_subtitle {
    font-size: 20px;
    text-align: center;
  }
}

.trateros_online_content_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
}
.trateros_online_content_title a {
  color: #01162b;
  transition: 0.5s ease;
  text-decoration: none;
  font-weight: 600 !important;
}
.trateros_online_content_title a:hover {
  color: #8fd300;
}

.trasteros_online_article {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 70px 0 70px 0;
}

.trasteros_online_article_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
}

.trasteros_online_article_content {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .trasteros_online_article_content {
    flex-wrap: wrap;
    gap: 40px;
  }
}

.trasteros_online_article_content_info {
  display: flex;
  gap: 10px;
}

.trasteros_online_article_content_info_icon img {
  width: 50px;
  height: 50px;
}

.trasteros_online_article_content_info_text p {
  font-size: 20px;
}

.container_gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery_azucarera_from {
  display: flex;
  height: 500px;
  align-items: start;
  gap: 40px;
  max-width: 1300px;
}
.gallery_form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  box-shadow: 0px 0px 23px rgba(194, 194, 194, 0.537254902);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .adress_azucarera {
    display: none;
  }
}

.gallery_form_width {
  width: 560px;
  height: 500px;
}

.gallery_form2 {
  display: grid;
  gap: 25px;
  box-shadow: 0px 0px 23px rgba(194, 194, 194, 0.537254902);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
}

.img_container {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.main_img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail_container {
  position: relative;
  height: 200px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  overflow-y: hidden;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .thumbnail_container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1200px) {
  .thumbnail_container {
    max-width: 950px;
  }
}
@media screen and (max-width: 1000px) {
  .thumbnail_container {
    max-width: 800px;
  }
}
@media screen and (max-width: 850px) {
  .thumbnail_container {
    max-width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .thumbnail_container {
    max-width: 600px;
  }
}
@media screen and (max-width: 650px) {
  .thumbnail_container {
    display: none;
  }
}
@media screen and (max-height: 650px) {
  .thumbnail_container {
    display: none;
  }
}

.thumbnail {
  width: 250px;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-radius: 20px;
}
.thumbnail:hover {
  opacity: 1;
}

.gallery_from_content {
  display: flex;
  gap: 20px;
}
.gallery_from_content img {
  height: 50px;
  width: 50px;
}

.gallery_from_content2 {
  display: flex;
  gap: 20px;
}
.gallery_from_content2 img {
  height: 50px;
  width: 50px;
}

.gap {
  gap: 0 !important;
}

.gallety_from_content_text {
  display: grid;
  gap: 5px;
}
.gallety_from_content_text a {
  color: #01162b;
  transition: 0.5s ease;
  text-decoration: none;
}
.gallety_from_content_text a:hover {
  color: #8fd300;
}

.gallety_from_content_text_title {
  font-size: 30px;
  font-weight: 600;
  color: #01162b;
}

.gallety_from_content_text_title {
  font-size: 20px;
  font-weight: 600;
}

.gallety_from_content_text2 {
  display: grid;
  gap: 10px;
}
.gallety_from_content_text2 p {
  font-size: 16px;
}

.slider_gallery {
  display: flex;
  gap: 10px;
  overflow: hidden;
  max-width: 1300px;
  width: 100%;
  scroll-behavior: smooth;
}

.control {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(173, 173, 173, 0.7647058824);
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}

.prev_gallery {
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.next_gallery {
  right: 40px;
  top: 50%;
  transform: translate(50%, -50%);
}

.section_information_rent {
  margin: 70px 0;
}

.section_information_rent_content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section_information_rent_content {
    flex-direction: column;
  }
}

.section_information_rent_content_gap {
  display: grid;
  gap: 30px;
}

.section_information_rent_content_title {
  font-size: 25px;
  color: #01162b;
}
@media screen and (max-width: 1380px) {
  .section_information_rent_content_title {
    font-size: 20px;
  }
}

.section_information_rent_content_subtitle {
  font-size: 20px;
}
.section_information_rent_content_subtitle a {
  color: #01162b;
  transition: 0.5s ease;
}
.section_information_rent_content_subtitle a:hover {
  color: #8fd300;
}

.section_information_rent_img img {
  width: 550px;
  height: 350px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .section_information_rent_img img {
    width: 100%;
    height: 100%;
  }
}

.bg_facilities {
  background: url(/public/img/islatrans-trasteros-guardamuebles-mudanzas-malaga-Azucarera-fondo-le-ofrecemos.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_facilities {
  margin: 70px 0;
  color: white;
}
.section_facilities b {
  color: white;
  font-weight: 900;
}

.section_facilities_content {
  display: grid;
  gap: 15px;
}

.section_facilities_title {
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .section_facilities_title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
  }
  .section_facilities_title h2 {
    font-size: 22px;
  }
}

.section_facilities_content_text {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: start;
  font-size: 20px;
  font-weight: 300;
}
.section_facilities_content_text img {
  width: 15px;
  height: 15px;
}

.bg_list_information {
  background: #f4f4f4;
}

.section_list_information {
  margin: 70px 0;
  display: grid;
  gap: 40px;
}

.section_list_iformation_title {
  font-size: 25px;
  font-weight: 900;
  color: #01162b;
}
@media screen and (max-width: 600px) {
  .section_list_iformation_title {
    font-size: 17px;
    text-align: center;
  }
}

.section_list_information_content {
  display: grid;
  gap: 40px;
}

.section_list_information_content_article {
  display: flex;
  gap: 20px;
  font-size: 20px;
  color: #01162b;
}
@media screen and (max-width: 600px) {
  .section_list_information_content_article {
    flex-direction: column;
    text-align: center;
  }
}
.section_list_information_content_article a {
  color: #01162b;
}
.section_list_information_content_article img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 600px) {
  .section_list_information_content_article img {
    width: 80px;
    height: 80px;
  }
}

.sedes_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}

.sedes_text_title {
  color: #01162b;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sedes_text_title {
    font-size: 20px;
  }
}

.sedes_text_subtitle {
  font-size: 20px;
  text-align: center;
}
.sedes_text_subtitle b {
  color: #01162b;
}

.cerrar {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-color: #8fd300;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #03182e;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
}

.cerrar:hover {
  background-color: #03182e;
  color: #8fd300;
}

.boton_verde {
  background-color: #8fd300;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #03182e;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  margin: 0 auto;
}

.boton_verde:hover {
  background-color: #03182e;
}

a > .c_blue:hover {
  color: #8fd300;
  text-shadow: 1px 1px 1px #000;
}

.title p {
  font-size: 35px;
  font-weight: 700;
}

.text .junto {
  font-size: 17px;
}

.ImgSede {
  max-width: 100%;
  height: auto;
  border-bottom: 8px solid #8fd300;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  background-color: #8fd300;
  position: absolute;
  z-index: 1;
}

.ImgSede img {
  width: 100%;
  height: auto;
}

.ImgHorarioSede .horarios .horario {
  background-color: rgba(208, 208, 208, 0.7294117647);
  zoom: 0.8;
  margin: 30px;
}

a.fondo_oscuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  background-color: rgba(0, 0, 0, 0.4784313725);
}

.enlace {
  cursor: pointer;
}

.horarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3em;
}

.horarios .horario {
  background-color: #d0d0d0;
  display: grid;
  padding: 1em;
}

.horarios .horario .contentHorario {
  display: grid;
  align-items: start;
}

.horarios .horario .contentHorario .sub_title {
  font-weight: bold;
  font-size: 20px;
}

.horarios .horario .contentHorario span {
  color: red;
}

.junto {
  grid-row-gap: 0px;
  line-height: 30px;
}

.junto a {
  text-decoration: none;
  color: #01162b;
}

.junto a:hover {
  transition: all 0.1s ease-in-out;
  color: #8fd300;
}

.junto .c_blue {
  color: #01162b;
}

.junto .c_blue span {
  color: #8fd300 !important;
  text-shadow: 1px 1px 1px #000;
}

.ImgHorarioSede {
  width: 700px;
  display: none;
}

.ImgHorarioSede {
  position: relative;
  top: 150px !important;
  left: 22%;
  z-index: 1000;
  right: 0;
}

.ImgHorarioSede .horarios {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

.ImgSede {
  max-width: 100%;
  height: auto;
  border-bottom: 8px solid #8fd300;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7803921569);
  background-color: #8fd300;
  position: absolute;
  z-index: 1;
}

.ImgSede img {
  width: 100%;
  height: auto;
}

.ImgHorarioSede .horarios .horario {
  background-color: rgba(208, 208, 208, 0.7294117647);
  zoom: 0.8;
  margin: 30px;
}

a.fondo_oscuro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  background-color: rgba(0, 0, 0, 0.4784313725);
}

.enlace {
  cursor: pointer;
}

/*.ImgHorarioSede {
      position: relative;
      top: -220px;
      left: -20%;
      margin-top: 206px;
      z-index: 1000;
  }*/
/*.ImgHorarioSede.algeciras {
      top: -100px;
  }
  .chiclana .horarios, .sanfernando .horarios , .algeciras .horarios  {
      margin: 4% 0;
  }
  .pizarra2 .horarios, .almachar .horarios, .ceramistas .horarios { 
      margin: 6% 0;
  }*/
@media only screen and (max-width: 1899px) and (min-width: 1800px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1700px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1699px) and (min-width: 1600px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1599px) and (min-width: 1500px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1499px) and (min-width: 1400px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1200px) {
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1100px) {
  .horarios .horario .contentHorario .sub_title {
    font-size: 17px;
    line-height: 23px;
  }
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 1000px) {
  .horarios {
    grid-column-gap: 2em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 17px;
    line-height: 23px;
  }
  .contentHorario .text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 900px) {
  .horarios {
    grid-template-columns: 1fr;
    justify-self: center;
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 16px;
    line-height: 20px;
  }
  .contentHorario .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px) {
  .horarios {
    grid-template-columns: 1fr;
    justify-self: center;
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 16px;
    line-height: 20px;
  }
  .contentHorario .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 799px) and (min-width: 700px) {
  .horarios {
    grid-template-columns: 1fr;
    justify-self: center;
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 16px;
    line-height: 20px;
  }
  .contentHorario .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 699px) and (min-width: 600px) {
  .horarios {
    grid-template-columns: 1fr;
    justify-self: center;
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 15px;
    line-height: 20px;
  }
  .ImgHorarioSede {
    left: -9%;
    zoom: 0.7;
  }
  .contentHorario .text {
    font-size: 20px;
  }
  #map {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 599px) and (min-width: 500px) {
  .horarios {
    grid-template-columns: 1fr;
    /* justify-self: center; */
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 15px;
    line-height: inherit;
  }
  .ImgHorarioSede {
    left: -9%;
    zoom: 0.7;
  }
  .contentHorario .text {
    font-size: 20px;
  }
  #map {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 499px) and (min-width: 400px) {
  .horarios {
    grid-template-columns: 1fr;
    /* justify-self: center; */
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 15px;
    line-height: 20px;
  }
  .contentHorario .text {
    font-size: 22px;
  }
  .ImgHorarioSede {
    zoom: 0.5;
    left: -11%;
  }
  #map {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 399px) and (min-width: 300px) {
  .horarios {
    grid-template-columns: 1fr;
    /* justify-self: center; */
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 13px;
  }
  .contentHorario .text {
    font-size: 22px;
  }
  .ImgHorarioSede {
    zoom: 0.5;
    left: -11%;
  }
  #map {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 299px) {
  .horarios {
    grid-template-columns: 1fr;
    /* justify-self: center; */
    grid-row-gap: 2em;
  }
  .horarios .horario {
    grid-row-gap: 1em;
  }
  .horarios .horario .contentHorario .sub_title {
    font-size: 11px;
    line-height: 17px;
  }
  .contentHorario .text {
    font-size: 22px;
  }
  .ImgHorarioSede {
    zoom: 0.5;
    left: -11%;
  }
  #map {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 700px) {
  .imgWictBackgroung {
    background-image: url(../img/mapa-puntos-trasteros-islatrans.webp) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 699px) {
  .imgWictBackgroung {
    background-image: url(../img/mapa-puntos-trasteros-islatrans-movil.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.section_box_offices {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .section_box_offices {
    margin: 0px;
    gap: 10px;
  }
}

.section_box_offices_title {
  color: #01162b;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section_box_offices_title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.section_box_offices_title b {
  color: #8fd300;
}
@media screen and (max-width: 600px) {
  .section_box_offices_title h2 {
    font-size: 25px;
  }
}
.section_box_offices_title h3 {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .section_box_offices_title h3 {
    font-size: 25px;
  }
}
.section_box_offices_title h4 {
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .section_box_offices_title h4 {
    font-size: 25px;
  }
}
.section_box_offices_title p {
  font-size: 30px;
  font-weight: 600;
}
.section_box_offices_title a {
  color: #01162b;
  transition: 0.5s ease;
}
.section_box_offices_title a:hover {
  color: #8fd300;
}

.section_box_offices_text {
  font-size: 20px;
  display: grid;
  gap: 15px;
}
.section_box_offices_text b {
  color: #01162b;
}
.section_box_offices_text a {
  color: #01162b;
  transition: 0.5s ease;
}
.section_box_offices_text a:hover {
  color: #8fd300;
}
@media screen and (max-width: 600px) {
  .section_box_offices_text {
    margin-bottom: 20px;
  }
}

.section_box_offices_text3 {
  text-align: center;
}

.section_box_offices_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 25px;
}
.section_box_offices_subtitle img {
  width: 55px;
  height: 55px;
}
.section_box_offices_subtitle h2 {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .section_box_offices_subtitle h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .section_box_offices_subtitle {
    flex-direction: column;
    text-align: center;
  }
  .section_box_offices_subtitle h3 {
    font-size: 22px;
  }
}

.slider_casillas {
  max-width: 1300px !important;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 650px) {
  .slider_casillas {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .slider_casillas {
    height: 300px;
    max-width: 330px !important;
  }
}

.slides_casillas {
  display: flex;
  gap: 50px;
  justify-content: start;
  align-items: center;
  width: 620px !important;
  height: 100%;
  transition: transform 0.5s;
}
@media screen and (max-width: 1450px) {
  .slides_casillas {
    width: 680px !important;
  }
}
@media screen and (max-width: 1300px) {
  .slides_casillas {
    width: 700px !important;
  }
}
@media screen and (max-width: 1200px) {
  .slides_casillas {
    width: 780px !important;
  }
}
@media screen and (max-width: 1000px) {
  .slides_casillas {
    width: 820px !important;
  }
}
@media screen and (max-width: 800px) {
  .slides_casillas {
    width: 650px !important;
  }
}
@media screen and (max-width: 650px) {
  .slides_casillas {
    width: 450px !important;
  }
}
@media screen and (max-width: 500px) {
  .slides_casillas {
    width: 300px !important;
    gap: 20px;
  }
}

.slide_casillas {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.slide_casillas p {
  text-align: center;
  color: #01162b;
  font-size: 20px;
}

.slide_casillas img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .slide_casillas img {
    width: 300px;
    height: 350px;
  }
}
@media screen and (max-width: 650px) {
  .slide_casillas img {
    width: 200px;
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .slide_casillas img {
    width: 150px;
    height: 150px;
  }
}

.btn_casillas {
  position: absolute;
  top: 35%;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.btn_casillas img {
  width: 40px;
  height: 40px;
}

.btn_casillas:hover {
  background-color: rgba(0, 0, 0, 0.134);
}

#prev_casillas {
  left: 0px;
}

#next_casillas {
  right: 0px;
}

.btn_reservar_casillas {
  text-align: center;
  margin: auto;
  transition: 1s ease;
}
.btn_reservar_casillas p {
  background: #8fd300;
  border-radius: 50px;
  padding: 10px 20px;
  color: #01162b;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}
.btn_reservar_casillas p:hover {
  background: #a6f202;
}
.btn_reservar_casillas:hover {
  transform: scale(1.05);
}

.bg_section_formulario_title {
  background-color: #8fd300;
}

.section_formulario_title {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}
.section_formulario_title h2 {
  font-weight: 300;
}
@media screen and (max-width: 1250px) {
  .section_formulario_title {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 400px) {
  .section_formulario_title {
    font-size: 18px;
  }
}

.title_primary {
  font-weight: 600;
}

.section_formulario {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.5fr;
  margin: 30px 0;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1250px) {
  .section_formulario {
    grid-template-columns: 1fr;
  }
}

.section_formulario_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_formulario_content_title {
  display: flex;
  gap: 15px;
  justify-content: start;
  align-items: center;
}
.section_formulario_content_title h2 {
  font-size: 20px;
}
.section_formulario_content_title img {
  width: 45px;
  height: 45px;
}

.section_formulario_content_text {
  padding: 0 0 0 50px;
  font-size: 18px;
}
.section_formulario_content_text a {
  color: #01162b;
  font-weight: 600;
  transition: 0.5s ease;
}
.section_formulario_content_text a:hover {
  color: #8fd300;
}

.section_formulario_content_margin {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section_formulario_form {
  display: grid;
  justify-content: center;
  gap: 25px;
  border: 1px solid #8fd300;
  border-radius: 20px;
  padding: 30px 50px;
  background-color: white;
  position: absolute;
  right: 0px;
  top: -150px;
}
@media screen and (max-width: 1250px) {
  .section_formulario_form {
    position: relative;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 600px) {
  .section_formulario_form {
    padding: 15px;
  }
}

.section_formulario_form_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_formulario_form_title h2 {
  font-size: 30px;
  font-weight: 600;
}
.section_formulario_form_title h4 {
  font-size: 30px;
}
.section_formulario_form_title p {
  font-size: 20px;
}

.section_formulario_form_subtitle {
  text-align: center;
}
.section_formulario_form_subtitle p {
  font-size: 20px;
}

.section_formulario_form_spacing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_formulario_form_grilla {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .section_formulario_form_grilla {
    flex-direction: column;
    justify-content: center !important;
  }
}

.section_formulario_from_grilla_content {
  display: grid;
  justify-content: start;
  align-items: start;
  text-align: start;
  gap: 20px;
}
.section_formulario_from_grilla_content input {
  background: #e5e5e5;
  padding: 10px;
  padding-left: 12px;
  color: black;
  border-radius: 20px;
  border: none;
  outline: none;
}
.section_formulario_from_grilla_content select {
  background: #e5e5e5;
  padding: 10px;
  padding-left: 12px;
  color: black;
  border-radius: 20px;
  border: none;
  outline: none;
}
.section_formulario_from_grilla_content label {
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .section_formulario_from_grilla_content label {
    width: 300px;
  }
}

@media screen and (max-width: 1250px) {
  .input_width {
    width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .input_width {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .input_width {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .input_width {
    width: 100%;
  }
}

.section_formulario_form_acept_polities {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.section_formulario_form_acept_polities a {
  color: #01162b;
  font-weight: 600;
  transition: 0.5s ease;
}
.section_formulario_form_acept_polities a:hover {
  color: #a6f202;
}

.section_formulario_form_acept_polities_box {
  display: flex;
  gap: 10px;
  font-size: 12px;
}
@media screen and (max-width: 1250px) {
  .section_formulario_form_acept_polities_box {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .section_formulario_form_acept_polities_box {
    flex-direction: column;
  }
}

.section_formulario_form_acept_polities_box_p1 {
  width: 130px;
  background: #01162b;
  padding: 10px;
  color: white;
}
@media screen and (max-width: 1400px) {
  .section_formulario_form_acept_polities_box_p1 {
    width: 200px;
  }
}
@media screen and (max-width: 700px) {
  .section_formulario_form_acept_polities_box_p1 {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .section_formulario_form_acept_polities_box_p1 {
    width: 100%;
  }
}

.section_formulario_form_acept_polities_box_p2 {
  width: 350px;
  padding: 10px;
}
@media screen and (max-width: 1400px) {
  .section_formulario_form_acept_polities_box_p2 {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .section_formulario_form_acept_polities_box_p2 {
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .section_formulario_form_acept_polities_box_p2 {
    width: 100%;
  }
}

.section_formulario_form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 20px auto;
  background: #01162b;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  transition: 1s ease;
}
.section_formulario_form_btn:hover {
  background: #a6f202 !important;
}

.section_formulario_form_grilla_content_checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file {
  max-width: 250px;
}

.section_formulario_form_grilla_content_checkbox_label {
  display: flex !important;
  gap: 10px;
}

.section_formulario_form_grilla_content_checkbox_textarea {
  display: grid;
  justify-content: start;
  align-items: start;
  text-align: start;
  gap: 20px;
}
.section_formulario_form_grilla_content_checkbox_textarea textarea {
  background: #e5e5e5;
  padding: 10px;
  padding-left: 12px;
  color: black;
  border-radius: 20px;
  border: none;
  outline: none;
  resize: none;
  font-family: "OpenSans";
}

.section_formulatio_footer {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.section_formulario_footer_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 300;
}
.section_formulario_footer_content a {
  color: #01162b;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s ease;
  font-weight: 600;
}
.section_formulario_footer_content a:hover {
  color: #8fd300;
}

.section_formulario_footer_content_ws {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.section_formulario_footer_content_ws img {
  width: 27px;
  height: 27px;
}

.section_mapa {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mapa_title {
  font-size: 35px;
  color: #01162b;
  text-align: center;
}
.section_mapa_title h4 {
  font-size: 30px;
}

.section_mapa_paragrah {
  text-align: center;
  font-size: 20px;
}

.section_mapa_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mapa_btn a {
  background: #8fd300;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #01162b;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease;
}
.section_mapa_btn a:hover {
  background: #a6f202;
  transform: scale(1.05);
}

.mapa {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .mapa {
    grid-template-columns: 1fr;
  }
}

.bigMap iframe {
  height: 350px !important;
  width: 100%;
}
.bigMap {
  border: none;
}

.bigMap_complete iframe {
  height: 350px !important;
  width: 100%;
}
.bigMap_complete {
  border: none;
}

.cardMap {
  background: rgba(255, 255, 255, 0.9019607843);
  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cardMap {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    bottom: unset;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    background: white;
    top: 0;
  }
}

.cardMap_icono h2 {
  color: #01162b;
  font-size: 23px;
}
.cardMap_icono p {
  color: #8fd300;
  font-size: 19px;
}
.cardMap_icono a {
  color: #8fd300;
  font-size: 19px;
  text-decoration: none;
}
.cardMap_icono a:hover {
  color: #8fd300;
}
.cardMap_icono svg {
  width: 40px;
  fill: #01162b;
}

.section_mapa2 {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mapa2_paragrah {
  text-align: center;
  font-size: 20px;
}

.section_mapa2_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mapa2_btn a {
  background: #8fd300;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #01162b;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease;
}
.section_mapa2_btn a:hover {
  background: #a6f202;
  transform: scale(1.05);
}

.mapa2 {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .mapa2 {
    grid-template-columns: 1fr;
  }
}

.bigMap2 iframe {
  height: 500px;
  width: 100%;
}
.bigMap2 {
  border: none;
}

.cardMap_dos {
  background: rgba(255, 255, 255, 0.9019607843);
  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cardMap_dos {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    bottom: unset;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    background: white;
    top: 0;
  }
}

.cardMap2_icono h2 {
  color: #01162b;
  font-size: 23px;
}
.cardMap2_icono p {
  color: #8fd300;
  font-size: 19px;
}
.cardMap2_icono a {
  color: #8fd300;
  font-size: 19px;
  text-decoration: none;
}
.cardMap2_icono a:hover {
  color: #8fd300;
}
.cardMap2_icono svg {
  width: 40px;
  fill: #01162b;
}

.section_mapa3 {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mapa3_paragrah {
  text-align: center;
  font-size: 20px;
}

.section_mapa3_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mapa3_btn a {
  background: #8fd300;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #01162b;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease;
}
.section_mapa3_btn a:hover {
  background: #a6f202;
  transform: scale(1.05);
}

.mapa3 {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .mapa3 {
    grid-template-columns: 1fr;
  }
}

.bigMap3 iframe {
  height: 500px;
  width: 100%;
}
.bigMap3 {
  border: none;
}

.cardMap_3 {
  background: rgba(255, 255, 255, 0.9019607843);
  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cardMap_3 {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    bottom: unset;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    background: white;
    top: 0;
  }
}

.cardMap3_icono h2 {
  color: #01162b;
  font-size: 23px;
}
.cardMap3_icono p {
  color: #8fd300;
  font-size: 19px;
}
.cardMap3_icono a {
  color: #8fd300;
  font-size: 19px;
  text-decoration: none;
}
.cardMap3_icono a:hover {
  color: #8fd300;
}
.cardMap3_icono svg {
  width: 40px;
  fill: #01162b;
}

.section_mapaTrasterosMalaga {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mapaTrasterosMalaga_paragrah {
  text-align: center;
  font-size: 20px;
}

.section_mapaTrasterosMalaga_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mapaTrasterosMalaga_btn a {
  background: #8fd300;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #01162b;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease;
}
.section_mapaTrasterosMalaga_btn a:hover {
  background: #a6f202;
  transform: scale(1.05);
}

.mapaTrasterosMalaga {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
}

.bigMapTrasterosMalaga iframe {
  height: 500px;
  width: 100%;
}
.bigMapTrasterosMalaga {
  border: none;
}

.cardMapTrasterosMalaga {
  background: rgba(255, 255, 255, 0.9019607843);
  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cardMapTrasterosMalaga {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    bottom: unset;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    background: white;
    top: 0;
  }
}

.cardMapTrasterosMalaga_icono h2 {
  color: #01162b;
  font-size: 23px;
}
.cardMapTrasterosMalaga_icono p {
  color: #8fd300;
  font-size: 19px;
}
.cardMapTrasterosMalaga_icono a {
  color: #8fd300;
  font-size: 19px;
  text-decoration: none;
}
.cardMapTrasterosMalaga_icono a:hover {
  color: #8fd300;
}
.cardMapTrasterosMalaga_icono svg {
  width: 40px;
  fill: #01162b;
}

.section_mapaTrasterosChiclana {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_mapaTrasterosChiclana_paragrah {
  text-align: center;
  font-size: 20px;
}

.section_mapaTrasterosChiclana_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mapaTrasterosChiclana_btn a {
  background: #8fd300;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: none;
  color: #01162b;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
  transition: 1s ease;
}
.section_mapaTrasterosChiclana_btn a:hover {
  background: #a6f202;
  transform: scale(1.05);
}

.mapaTrasterosChiclana {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .mapaTrasterosChiclana {
    grid-template-columns: 1fr;
  }
}

.bigMapTrasterosChiclana iframe {
  height: 500px;
  width: 100%;
}
.bigMapTrasterosChiclana {
  border: none;
}

.cardMapTrasterosChiclana {
  background: rgba(255, 255, 255, 0.9019607843);
  display: none;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cardMapTrasterosChiclana {
    position: relative;
    transform: unset;
    width: 100%;
    left: unset;
    bottom: unset;
    border: none;
    box-shadow: none;
    margin: 20px 0;
    background: white;
    top: 0;
  }
}

.cardMapTrasterosChiclana_icono h2 {
  color: #01162b;
  font-size: 23px;
}
.cardMapTrasterosChiclana_icono p {
  color: #8fd300;
  font-size: 19px;
}
.cardMapTrasterosChiclana_icono a {
  color: #8fd300;
  font-size: 19px;
  text-decoration: none;
}
.cardMapTrasterosChiclana_icono a:hover {
  color: #8fd300;
}
.cardMapTrasterosChiclana_icono svg {
  width: 40px;
  fill: #01162b;
}

.section_principal_mudanzas_malaga {
  margin: 50px 0;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga {
    margin: 0px;
  }
}

.section_principal_mudanzas_malaga_title {
  color: #01162b;
  text-align: center;
  font-size: 30px;
  display: grid;
  gap: 10px;
  font-weight: 600;
}
.section_principal_mudanzas_malaga_title h1 {
  font-size: 50px;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_title h1 {
    font-size: 25px;
  }
}
.section_principal_mudanzas_malaga_title h2 {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_title h2 {
    font-size: 19px;
  }
}

.divider {
  border-bottom: 2px solid #8fd300;
  height: 2px;
  width: 100%;
}

.section_principal_mudanzas_malaga_botton {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .section_principal_mudanzas_malaga_botton {
    flex-direction: column;
  }
}

.section_principal_mudanzas_malaga_botton_text {
  display: grid;
  height: 100%;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .section_principal_mudanzas_malaga_botton_text {
    width: 470px;
  }
}
@media screen and (max-width: 1200px) {
  .section_principal_mudanzas_malaga_botton_text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_botton_text {
    width: 100%;
  }
}

.section_principal_mudanzas_malaga_botton_text_article {
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 20px;
  line-height: 25px;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_botton_text_article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section_principal_mudanzas_malaga_botton_text_article img {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_botton_text_article img {
    width: 90px;
    height: 90px;
  }
}
.section_principal_mudanzas_malaga_botton_text_article a {
  color: #01162b;
  cursor: pointer;
  transition: 0.5s ease;
}
.section_principal_mudanzas_malaga_botton_text_article a:hover {
  color: #8fd300;
}

.section_principal_mudanzas_malaga_botton_image {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .section_principal_mudanzas_malaga_botton_image {
    flex-direction: row;
    justify-content: center;
    margin: auto;
  }
}
@media screen and (max-width: 1100px) {
  .section_principal_mudanzas_malaga_botton_image {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.section_principal_mudanzas_malaga_botton_image img {
  width: 400px;
  height: 250px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .section_principal_mudanzas_malaga_botton_image img {
    width: 100%;
    height: 100%;
  }
}

.bg_bar_information_budget {
  background: url("/public/img/islatrans-mudanzas-malaga-fondo-presupuesto.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  color: white;
}
@media screen and (max-width: 1000px) {
  .bg_bar_information_budget {
    height: auto;
    padding: 50px 0;
  }
}

.bar_information_budget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  gap: 50px;
}

.bar_information_budget_title {
  font-size: 25px;
}
@media screen and (max-width: 600px) {
  .bar_information_budget_title {
    font-size: 20px;
  }
}

.title_budget {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.bar_information_budget_btn {
  transition: 1s ease;
}
.bar_information_budget_btn p {
  background: #8fd300;
  padding: 15px 25px;
  border-radius: 20px;
  color: #01162b;
  cursor: pointer;
  font-size: 20px;
}
.bar_information_budget_btn p:hover {
  background: #a6f202;
}
.bar_information_budget_btn:hover {
  transform: scale(1.05);
}

.bar_information_budget_text {
  font-size: 20px;
  line-height: 30px;
}

.bg_section_list_mudanzas_malaga {
  background-color: #f4f4f4;
}

.section_list_mudanzas_malaga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 70px 0;
}
@media screen and (max-width: 1100px) {
  .section_list_mudanzas_malaga {
    flex-direction: column;
  }
}

.section_list_mudanzas_malaga_content_text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.section_list_mudanzas_malaga_content_text img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 600px) {
  .section_list_mudanzas_malaga_content_text img {
    width: 50px;
    height: 50px;
  }
}
.section_list_mudanzas_malaga_content_text p {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .section_list_mudanzas_malaga_content_text p {
    font-size: 20px;
  }
}

.section_list_mudanzas_malaga_image img {
  width: 450px;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .section_list_mudanzas_malaga_image img {
    width: 100%;
    height: 100%;
  }
}

.section_ours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 600px) {
  .section_ours {
    margin: 30px 0 30px 0;
    gap: 10px;
  }
}

.section_ours_title {
  text-align: center;
  font-size: 25px;
  margin: 20px 0;
}
.section_ours_title h2 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .section_ours_title h2 {
    font-size: 25px;
  }
}
.section_ours_title h3 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .section_ours_title h3 {
    font-size: 25px;
  }
}
.section_ours_title h4 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .section_ours_title h4 {
    font-size: 25px;
  }
}
.section_ours_title p {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .section_ours_title p {
    font-size: 22px;
  }
}

.section_ours_content {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 600px) {
  .section_ours_content {
    margin: 30px 0;
  }
}
.section_ours_content img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.section_ours_content p {
  font-size: 20px;
}
.section_ours_content a {
  color: #01162b;
}

.display_block {
  display: flex;
}

.section_services {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section_services_title {
  text-align: center;
  color: #01162b;
  font-size: 20px;
  margin: 20px 0;
}

.section_services_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .section_services_content {
    justify-content: center;
  }
}

.section_services_content_article {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section_services_content_article img {
  width: 60px;
  height: 60px;
}
.section_services_content_article p {
  font-weight: 600;
  font-size: 20px;
}

.section_services_content_article_btn {
  transition: 0.5s ease;
}
.section_services_content_article_btn a {
  background: #8fd300;
  padding: 7px 20px;
  color: #01162b;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  border-radius: 20px;
  transition: 0.5s ease;
  font-weight: 600;
}
.section_services_content_article_btn a:hover {
  background: #a6f202;
}
.section_services_content_article_btn:hover {
  transform: scale(1.05);
}

.section_services_information {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  margin: 30px;
}
@media screen and (max-width: 600px) {
  .section_services_information {
    font-size: 15px;
  }
}
.section_services_information p {
  background-color: #f4f4f4;
  padding: 20px 30px;
  border-radius: 20px;
  color: #01162b;
}
@media screen and (max-width: 600px) {
  .section_services_information p {
    font-size: 15px;
  }
}
.section_services_information span {
  background-color: #01162b;
  color: white;
  font-size: 20px;
  border-radius: 20px;
  padding: 7px 10px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (max-width: 600px) {
  .section_services_information span {
    font-size: 17px;
  }
}
.section_services_information span:hover {
  background: #8fd300;
}

.FAQs {
  display: grid;
  margin: 50px 0;
}

.section_faqs {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 70%;
  gap: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .section_faqs {
    margin-top: 50px;
  }
}

.section_faqs_title {
  text-align: center;
  color: #01162b;
  font-size: 32px;
}
.section_faqs_title h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  .section_faqs_title h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .section_faqs_title {
    font-size: 20px !important;
  }
}

.section_faqs_subtitle {
  display: grid;
  justify-content: center;
  align-items: center;
}
.section_faqs_subtitle p {
  color: gray;
  text-align: center;
}

.questions {
  text-align: center;
}

.questions_container {
  display: grid;
  gap: 2em;
  padding-top: 50px;
  padding-bottom: 100px;
}

.questions_padding {
  padding: 0;
  transition: padding 0.3s;
}

.questions_padding--add {
  padding-bottom: 30px;
}

.questions_answer {
  padding: 0 30px 0;
  overflow: hidden;
}

.questions_title {
  display: flex;
  align-self: flex-start;
  padding: 30px 0 30px;
  cursor: pointer;
  color: #01162b;
  justify-content: start;
  gap: 20px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .questions_title h3 {
    font-size: 20px;
  }
}

.questions_arrow {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}

.questions_arrow--rotate {
  transform: rotate(180deg);
}

.questions_show {
  text-align: left;
  height: 0;
  transition: height 0.3s;
  color: #01162b;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 20px;
  margin-left: 60px;
}
.questions_show a {
  color: #8fd300;
  text-decoration: none;
  cursor: pointer;
}
.questions_show a:hover {
  color: #a6f202;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .questions_show {
    font-size: 16px;
    margin-left: 0;
  }
}

.questions_img {
  display: grid;
  justify-content: start;
  align-items: start;
  fill: white;
  width: 100px;
  height: 30px;
}

.bg_faqs_bar {
  background: linear-gradient(to right, rgba(4, 76, 176, 0.9), rgba(4, 87, 204, 0.9)), url("/public/img/image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section_bar_faqs {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 100px 0;
  gap: 20px;
}

.section_bar_faqs_content {
  display: grid;
  gap: 20px;
}

.section_bar_title_faqs {
  font-size: 35px;
}

.section_bar_btn_faqs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.section_bar_btn_faqs a {
  padding: 20px;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid white;
}
.section_bar_btn_faqs a:hover {
  background: #8fd300;
  border: 2px solid #8fd300;
  animation: movimiento_btn 2s linear infinite;
}

.section_bar_faqs_image {
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section_bar_faqs_image img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
}

.section_faqs_malaga {
  margin: 70px 0;
}

.section_primary_subtitle_faqs {
  text-align: center;
  font-size: 20px;
}
.section_primary_subtitle_faqs p {
  color: #01162b;
  font-size: 20px;
  text-align: start;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.support_img_faqs img {
  width: 100%;
  height: calc(100vh - 350px);
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 1450px) {
  .support_img_faqs img {
    width: 600px;
    height: 300px;
    display: flex;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .support_img_faqs img {
    width: 100%;
    height: 100%;
  }
}

.faqs_flex {
  display: grid;
  grid-template-columns: 1fr 0.01fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .faqs_flex {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
}

.title_font {
  font-size: 18px !important;
}

.faqs_title_calculate {
  font-size: 25px;
  color: #01162b;
  text-align: center;
}

.faqs_subtitle_calculate {
  font-size: 20px;
  color: #01162b;
  text-align: center;
}

.faqs_form {
  width: 700px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .faqs_form {
    width: 100%;
  }
}

.divider_faqs {
  border-left: 3px solid #8fd300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  .divider_faqs {
    display: none;
  }
}

.faqs_calculadora {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.calculate_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  justify-content: start;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .calculate_flex {
    grid-template-columns: 1fr;
  }
}

.calculate_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calculate_content img {
  max-width: 450px;
  width: 100%;
  max-height: 450px;
  height: 100%;
}

.calculate_content_img img {
  max-width: 300px !important;
  width: 100%;
  max-height: 300px !important;
  height: 100%;
}

.calculate_content2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .calculate_content2 {
    flex-direction: column;
  }
}
.calculate_content2 img {
  max-width: 350px;
  width: 100%;
  max-height: 350px;
  height: 100%;
}

.margin_calculate {
  margin: 0px 0 70px 0 !important;
}

.section_primary {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section_primary_title {
  font-size: 30px;
  color: #01162b;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .section_primary_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .section_primary_title {
    font-size: 20px;
  }
}

.text_center {
  text-align: center;
}

.section_primary_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 500px) {
  .section_primary_subtitle {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }
}
.section_primary_subtitle img {
  width: 55px;
  height: 55px;
}
.section_primary_subtitle h2 {
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .section_primary_subtitle h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .section_primary_subtitle h2 {
    font-size: 20px;
  }
}
.section_primary_subtitle h3 {
  font-size: 30px;
}
@media screen and (max-width: 850px) {
  .section_primary_subtitle h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .section_primary_subtitle h3 {
    font-size: 20px;
  }
}
.section_primary_subtitle p {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 850px) {
  .section_primary_subtitle p {
    font-size: 25px;
  }
}
@media screen and (max-width: 720px) {
  .section_primary_subtitle p {
    font-size: 20px;
  }
}
.section_primary_subtitle b {
  color: #8fd300;
}

.section_primary_subtitle2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 10px;
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  .section_primary_subtitle2 {
    font-size: 20px;
    text-align: center;
  }
}

.section_primary_paragrah {
  font-size: 20px;
  line-height: 25px;
}
@media screen and (max-width: 1450px) {
  .section_primary_paragrah {
    width: 900px;
    margin: auto;
  }
}
@media screen and (max-width: 1100px) {
  .section_primary_paragrah {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section_primary_paragrah {
    width: 300px;
    margin: auto;
  }
}
.section_primary_paragrah a {
  color: #01162b;
  transition: 0.7s ease;
}
.section_primary_paragrah a:hover {
  color: #8fd300;
}

.section_primary_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .section_primary_bottom {
    flex-direction: column;
  }
}

.section_primary_bottom_content_text {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.section_primary_bottom_content_text img {
  width: 35px;
  height: 35px;
}
.section_primary_bottom_content_text p {
  font-size: 20px;
}

.section_primary_bottom_image img {
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 500px;
  border-radius: 20px;
}

.section_presupuesto_almacenes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 70px 0 0 0;
}

.section_presupuesto_almacenes_image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_presupuesto_almacenes_image img {
  width: 100%;
  max-width: 700px;
  height: 400px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .section_presupuesto_almacenes_image {
    grid-template-columns: 1fr;
  }
}

.section_presupuesto_almacenes_image_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_presupuesto_almacenes_image_two img {
  width: 100%;
  max-width: 700px;
  height: 535px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .section_presupuesto_almacenes_image_two {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

.section_presupuesto_almacenes_image_three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_presupuesto_almacenes_image_three img {
  width: 100%;
  max-width: 700px;
  height: 400px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  .section_presupuesto_almacenes_image_three {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

.section_presupuesto_almacenes_image_four {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.section_presupuesto_almacenes_image_four img {
  width: 100%;
  max-width: 700px;
  height: 535px;
  border-radius: 20px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 850px) {
  .section_presupuesto_almacenes_image_four {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

.btn_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_primary_paragrah_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.section_primary_paragrah_list_content {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
  height: 30px;
}
.section_primary_paragrah_list_content img {
  width: 20px;
}
.section_primary_paragrah_list_content p {
  font-size: 20px;
}

.section_primary_paragrah_list_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 700px) {
  .section_primary_paragrah_list_flex {
    grid-template-columns: 1fr;
  }
}

.banner_cadiz {
  max-width: 700px;
  display: flex;
  margin: auto;
}

.bg_why_us {
  background: url(/public/img/islatrans-mudanzas-trasteros-almacenes-empresas-fondo-motivos.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_trasteros {
  background: url(/public/img/islatrans-mudanzas-trasteros-particulares-fondo-razones.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_guardamuebles {
  background: url(/public/img/islatrans-trasteros-guardamuebles-malaga-fondo-instalaciones.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1150px) {
  .bg_guardamuebles {
    background-position: center;
  }
}

.bg_guardamuebles_cadiz {
  background: linear-gradient(to right, #01162b, rgba(1, 22, 43, 0.6549019608)), url("/public/img/gallery_cadiz/islatrans-trasteros-guardamuebles-mudanzas-cadiz-sede.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1150px) {
  .bg_guardamuebles_cadiz {
    background-position: center;
  }
}

.bg_guardamuebles_torremolinos {
  background: linear-gradient(to right, #01162b, rgba(1, 22, 43, 0.6549019608)), url("/public/img/carga-descarga-guardamuebles-torremolinos-foto-5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1150px) {
  .bg_guardamuebles_torremolinos {
    background-position: center;
  }
}

.bg_guardamuebles_jerez {
  background: linear-gradient(to right, #01162b, rgba(1, 22, 43, 0.6549019608)), url("/public/img/almacenamiento-en-jerez-foto-5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1150px) {
  .bg_guardamuebles_jerez {
    background-position: center;
  }
}

.bg_guardamuebles_marbella {
  background: linear-gradient(to right, #01162b, rgba(1, 22, 43, 0.6549019608)), url("/public/img/empresa-de-alquiler-de-guardamuebles-baratos-Marbella-foto-6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1150px) {
  .bg_guardamuebles_marbella {
    background-position: center;
  }
}

.why_us {
  margin: 70px 0;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 20px;
  color: white;
}
.why_us b {
  color: #8fd300;
}

.why_us_title {
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  .why_us_title {
    font-size: 20px;
    text-align: center;
  }
}

.why_us_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hire {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hire_title {
  color: #01162b;
  font-size: 25px;
  text-align: center;
}

.hire_grid_top {
  background: #8fd300;
  border-radius: 20px 20px 0 0;
}

.hire_grid_mediun {
  background: #ccec84;
}

.hire_grid_bottom {
  background: #e4f4c4;
  border-radius: 0 0 20px 20px;
}

.hire_grid_content {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
@media screen and (max-width: 850px) {
  .hire_grid_content {
    flex-direction: column;
  }
}

.hire_grid_content_img img {
  width: 80px;
  height: 80px;
}

.hire_grid_content_text {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hire_grid_content_btn {
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 20px;
  width: 200px;
  display: flex;
  margin: auto;
  transition: 1s ease;
}
.hire_grid_content_btn:hover {
  transform: scale(1.05);
}

.section_hire_image_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.section_hire_image_two img {
  width: 600px;
  height: 450px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .section_hire_image_two img {
    width: 550px;
  }
}
@media screen and (max-width: 1350px) {
  .section_hire_image_two img {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .section_hire_image_two img {
    width: 450px;
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .section_hire_image_two img {
    max-width: 450px;
    width: 100%;
    max-height: 400px;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .section_hire_image_two {
    flex-direction: column;
  }
}

.bg_store_vehicle {
  background: #f2f2f2;
  padding: 50px 0;
}

.store_vehicle {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .store_vehicle {
    flex-direction: column;
  }
}

.store_vehicle_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.store_vehicle_content_title {
  font-size: 25px;
  text-align: center;
}

.store_vehicle_content_paragrah {
  font-size: 20px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store_vehicle_img img {
  width: 500px;
  height: 400px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .store_vehicle_img img {
    width: 100%;
    height: 100%;
  }
}

.calculate_space {
  margin: 70px 0;
  display: flex;
  gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .calculate_space {
    margin: 0px 20px 30px 0px;
  }
}

.calculate_space_title {
  font-size: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 400px) {
  .calculate_space_title {
    font-size: 20px;
  }
}

.calculate_space_p {
  font-size: 20px;
}

.calculate_space_btn {
  transition: 1s ease;
}
.calculate_space_btn a {
  background-color: #8fd300;
  padding: 10px 50px;
  color: #01162b;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 1s ease;
  letter-spacing: 1px;
}
.calculate_space_btn a:hover {
  background: #a6f202;
}
.calculate_space_btn:hover {
  transform: scale(1.05);
}

.calculate_space_image {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.calculate_space_image img {
  width: 500px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .calculate_space_image img {
    max-width: 500px;
    width: 100%;
    max-height: 500px;
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .calculate_space_image {
    flex-direction: column;
  }
}

.bg_section_icon_almacenes {
  background: #f2f2f2;
}

.slider_icons {
  width: 70vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.slide_track {
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 80s linear infinite;
  width: 6000px;
}

.slide_icon {
  width: 200px;
}
.slide_icon img {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4750px);
  }
}
.section_icon_almacenes {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.section_icon_almacenes_title {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .section_icon_almacenes_title {
    font-size: 20px;
  }
}

.section_icon_almacenes_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .section_icon_almacenes_content {
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;
  }
}

.section_icon_almacenes_content_icon {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section_icon_almacenes_content_icon img {
  width: 80px;
  height: 80px;
}

.storage_room_rental {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.storage_room_rental_title {
  font-size: 25px;
  text-align: center;
}

.storage_room_rental_paragrah {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
  line-height: 25px;
}

.bg_storage_room_rental_list {
  background: url(/public/img/islatrans-mudanzas-trasteros-almacenes-empresas-instalaciones.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.storage_room_rental_list {
  background: rgba(255, 255, 255, 0.8705882353);
  padding: 20px;
  width: 450px;
  margin: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 550px) {
  .storage_room_rental_list {
    width: 400px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .storage_room_rental_list {
    width: 350px;
  }
}
@media screen and (max-width: 450px) {
  .storage_room_rental_list {
    width: 270px;
  }
}

.storage_room_rental_list_content {
  display: flex;
  gap: 5px;
  justify-content: start;
  align-items: start;
}
.storage_room_rental_list_content img {
  width: 35px;
  height: 35px;
}
.storage_room_rental_list_content p {
  font-size: 18px;
  font-weight: 600;
}

.spacing_faqs {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.paragrah_fqas {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #01162b;
}
.paragrah_fqas b {
  color: #8fd300;
}
@media screen and (max-width: 600px) {
  .paragrah_fqas {
    font-size: 20px;
  }
}

.btn_faqs {
  display: flex;
  margin: auto;
}
.btn_faqs a {
  background: #8fd300;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 20px;
  color: #01162b;
  transition: 1s ease;
  font-weight: 600;
}
.btn_faqs a:hover {
  background-color: #a6f202;
}

.bg_section_storage_trasteros {
  background: #f2f2f2;
}

.section_storage_trasteros {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section_storage_trasteros_title {
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .section_storage_trasteros_title {
    font-size: 20px;
  }
}

.section_storage_trasteros_content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .section_storage_trasteros_content {
    flex-direction: column;
  }
}

.section_storage_trasteros_content_image img {
  height: 500px;
  width: 500px;
  border-radius: 20px;
}
@media screen and (max-width: 550px) {
  .section_storage_trasteros_content_image img {
    height: 100%;
    width: 100%;
  }
}

.gallery_individuals {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.gallery_individuals img {
  width: 300px;
  height: 450px;
  border-radius: 20px;
}
@media screen and (max-width: 1400px) {
  .gallery_individuals img {
    width: 250px;
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .gallery_individuals img {
    width: 200px;
    height: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery_individuals img {
    width: 250px;
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery_individuals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .gallery_individuals {
    grid-template-columns: 1fr;
  }
}

.facility_modern {
  margin: 50px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.facility_modern_title {
  font-size: 25px;
  text-align: center;
  color: #01162b;
}
.facility_modern_title p {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .facility_modern_title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .facility_modern_title {
    font-size: 20px;
  }
}

.section_access {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_budget {
  background: #8fd300;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 70px 0;
  max-width: 600px;
  width: 100%;
  font-size: 20px;
  margin: 30px auto;
}

.budget_btn_hover a:hover {
  color: #01162b;
  background-color: #e1e2e3;
}

.box_recaptcha {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#calcumate-root {
  width: 100%;
  max-width: 1400px;
}/*# sourceMappingURL=main_new.css.map */