﻿@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&display=swap');

/*.carousel-item {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}*/


.whatsapp {
    cursor:pointer;
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}


.home-menu-card {
    cursor: pointer;
    padding-top: 10px;
    border-radius: 10px;
    transition: 
        transform 0.5s ease,
        box-shadow 0.5s ease,
        opacity 0.5s ease,
        border-radius 0.5s ease;
}

.home-menu-card:hover {
    transform: scale(1.03) rotateZ(0.2deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); /* sombra neutra, sin color */
    border-radius: 16px;
    opacity: 1;
}



.letra-menu {
    font-size:1rem;
}

@media (max-width: 1400px) {

    .letra-menu {
       font-size:0.9rem;
    }
}

.img-icon-submenu-35 {
    max-width:35%;
}

.img-icon-submenu-25 {
    max-width:20%;
}

.header-3-style {
    width:96%;            
    position:relative;
    left:38px;
}



.hover-underline {
  font-size: 1rem;
  color: #0e2340;
  position: relative;
  /*display: inline-block;*/
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  /*background: linear-gradient(to right, #ff0000, #00ffff);*/
  background: linear-gradient(to right, #0b233f, #478bd6);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}






.item-first{
    font-size:1.2rem!important;
    font-weight: bold;
}

.item-menu {
  font-size: 1rem;
  cursor: pointer;
  color: #0e2340;
  transition: background-color 0.3s ease;
}

.item-menu:hover {
  font-size: 1rem;
}

.item-menu.activo {
    font-size: 1.2rem;
  
  color: #0e2340;
  font-weight: bold;
}



@media (max-width: 1199px){
    .header-3-style {
        width:100%;            
        position:relative;
        left:0px;
    }
}


.card-arredar-hoy-principal {
    width:100%;
    display:flex;
}

/*para tres tarjetas */
.card-arredar-hoy-1 {
    width:33.33%;
    display:flex;
    justify-content:flex-start;
    margin-bottom:50px;
}

.card-arredar-hoy-2 {
    width:33.33%;
    display:flex;
    justify-content:center;
    margin-bottom:50px;
}

.card-arredar-hoy-3 {
    width:33.33%;
    display:flex;
    justify-content:flex-end;
    margin-bottom:50px;
}

/*para un par de tarjetas */
.card-arredar-hoy-4 {
    width:50%;
    display:flex;
    justify-content:center;
    margin-bottom:50px;
}

.titulo-home-responsive {
    text-align:left;
    font-size:1.5rem;
}

.title-especial{

}

.nuevo-elegirnos {
    border:0;
    /*padding:40px;*/
    cursor:pointer;
}

.img-elegirnos {
    display: flex;
    justify-content: center;
    /*max-width: 45%;*/
    max-width: 30%;
    margin: auto;
}

.img-elegirnos-clientes {
    display: flex;
    justify-content: center;
    /*max-width: 45%;*/
    max-width: 90%;
    margin: auto;
}

.card-imagen-esp { 
    width: 32rem!important;
    cursor:pointer;
}

@media (max-width: 1800px) {
    .card-imagen-esp { width: 28rem!important; } 
}
@media (max-width: 1580px) {
    .card-imagen-esp { width: 24rem!important; } 
}
@media (max-width: 1366px) {
    .card-imagen-esp { width: 22rem!important; } 
}
@media (max-width: 1236px) {
    .card-imagen-esp { width: 18rem!important; } 
}


@media (max-width: 992px) {

    .titulo-home-responsive {
        text-align:center;
    }

    .card-arredar-hoy-principal {
        display:inline;
    }

    .card-arredar-hoy-1 {
        width:100%;
        justify-content:center;
    }
    .card-arredar-hoy-2 {
        width:100%;
        justify-content:center;
    }
    .card-arredar-hoy-3 {
        width:100%;
        justify-content:center;
    }
    .card-arredar-hoy-4 {
        width:100%;
        justify-content:center;
    }

}


@media (max-width: 992px) {            

    .card-arredar-hoy-principal {
        display:flex;
        justify-content:space-around;
    }

    .card-arredar-hoy-1 {
        width:25%;
    }
    .card-arredar-hoy-2 {
        width:25%;
    }
    .card-arredar-hoy-3 {
        width:25%;
    }

    .card-arredar-hoy-4 {
        width:25%;
    }

}



@media (max-width: 640px) {            

    .card-arredar-hoy-principal {
        display:inline;
        justify-content:center;
    }

    .card-arredar-hoy-1 {
        width:100%;
    }
    .card-arredar-hoy-2 {
        width:100%;
    }
    .card-arredar-hoy-3 {
        width:100%;
    }
    .card-arredar-hoy-4 {
        width:100%;
    }

    .card-imagen-esp{
        width:26rem!important;
    }

    .card-arrendar-title{
        font-size:0.8rem;
    }

    .card-arrendar-sub-title{
        font-size:0.8rem;
    }

    .title-especial{
        margin-top:35px;
    }

}

.card-arrendar-title {
    text-align: center;
    color: #0e2340;
    font-weight: 700;
    font-size: 1rem;
}

.card-arrendar-sub-title {
    text-align: center;
    color: #0e2340;
    font-size: 1rem;
}

.btn-cotizar {
    color: white;
    background-color: #0e2340;
    padding: 0.7rem 4.5rem;
    border: #0e2340;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
    font-size: 1.2rem;
}



/*Formulario principal para contacto*/

.form-div-principal {
    padding:0.5rem;
}

.form-title {
    font-family:'Overpass';
    /*color:#0e2340;*/
    color:white;
    font-size:1rem;
    font-weight:500;
}

.form-input {
    background-color:#f4f4f4;
}

.form-btn-enviar-info {
    cursor:pointer;
    color: white;
    background-color: #468cd4;
    padding: 1rem 4rem;
    border: #0e2340;
    border-radius: 20px;
    margin-top:1rem;
    margin-bottom:1rem;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;
    font-size:1.2rem;
}

.form-cont-1 {
    /*width:100%;*/
    /*display:flex;*/
    margin: 5% 9% 5% 9%;
    background-color:#0d223f;
    color:white;
    border-style:solid;
    /*border-color:#468cd4;*/
    border-radius:25px;
    border:10px solid #468cd4;
    padding:15px;
}

.form-cont-2 {
    width:50%;
    margin:2rem;
}

.form-especial {
    display:flex;
}

@media (max-width: 768px) {
    .form-cont-1 {
        /*width:100%;*/
        /*display:inline;*/
    }

    .form-cont-2 {
        width:100%;
        margin:0rem;
        padding:1rem;
    }

    .form-especial{
        display:inline;
    }

} 




/*Para footer*/


.logo-footer-IN{
    width: 100%;
    display: flex;
}

.cid-sezgQXLU2y {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.footer-width-all{
    flex-direction:row;
    display:flex;
    width:100%;
}

.footer-box-50 {
    width:50%;
}

.footer-box-25 {
    width:25%;
}

.robotoFooter-white {
    /*font-family: 'Roboto';*/
    font-size: 0.9rem;
    font-weight: 400;
    color: #ffffff!important;
    /* padding: 1%; */
}

.robotoFooter-copyright {
    /*font-family: 'Roboto';*/
    font-size: 0.8rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom:0!important;
}

.robotoFooter-white :hover {
    color: #ffffff!important;
}

.logo-social-media{
    padding:5px;
}

.grupo-redes{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    position:relative;
    /*left:20px;*/
}

.a-footer{
       text-decoration:none!important;
   }

.icon-location-mail-phone{
    display:flex;
}

@media (max-width: 768px) {
  .footer-width-all {
    flex-direction:column;
  }

  .footer-box-50 {
       width:100%;
       text-align:center;
   }

   .footer-box-25 {
       width:100%;
       text-align:center;
   }

   .grupo-redes {
        justify-content:center;
        left:0px;
    }  
   
   .icon-location-mail-phone{
        display:initial;
    }   
   
   .logo-footer-IN {
        justify-content: center;
    }  
   
}





/* Header 1 start */
.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(12, 35, 64, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(12, 35, 64, 1);
}

.logo-header-IN {
    width: 3.5vw;
    margin-left:2rem!important;
    /*margin-top:0.8rem!important;
    margin-bottom:0.8rem!important;*/
}

nav div ul > li {
    font-size: 1.5rem;
    --bs-nav-link-color: rgb(12,35,65);
}
/* Header 1 end */

/* Header 2  START*/
/*Tamaño de iconos*/
#header2 div.row > div > img {
    width: 7vw;
    height: 7vh;
    margin-bottom: 2vh;
}

#header2 {
    display: none;
    margin-top: 1rem;
    position: relative;
    background-color: white;
    z-index: 2;
}

.overlay {
    position: fixed;
    top: 23vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12,35,65,0.5);
    display: none;
    z-index: 1;
}

.no-scroll {
    overflow: hidden;
}
/*header 2 END*/


/* Menu 1  START*/

/*Tamaño de iconos*/
#bar-servicios div.row > div > img {
    width: 7vw;
    height: 7vh;
}

/*Alinear texto*/
#bar-servicios div.row > div {
    text-align: center;
}

#bar-servicios div.row > div > p {
        margin-top: 2vh;
    }
/*menu 1 END*/

/* Menu 2 start */
.swiper-container {
    width: 70%;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 18rem;
}
/*menu 2 end*/

/*ELEGIRNOS START*/
section#elegirnos div#row1.row > div > img,
section#elegirnos div#row2.row > div > img {
    width: calc(4vw + 4vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(1) > img {
    width: calc(5vw + 3vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(2) > img {
    width: calc(5vw + 5vh);
    margin-bottom: 1vh;margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(3) > img {
    width: calc(4vw + 4vh);
    margin-bottom: 1vh;
}

section#elegirnos div#row1.row > div:nth-child(4) > img {
    width: calc(3vw + 2vh);
    margin-bottom: 1vh;
}
/*ELEGIRNOS END*/

/*foother start*/
footer {
    background-color: rgba(15,35,64);
}
/*tamaño icono*/ 
footer div > a img {
        width: calc(5vw + 5vh);
    }
/*color-profile defs los elementos p*/
footer#footerPrincipal .row,
footer#footerPrincipal .row > div > .row div > p a {
    color: white !important;
}
footer#footerPrincipal .row > div > .row div > p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
 /*tamaño iconos*/
footer .row > div .row > div:nth-child(1) > img {
    width: calc(0.6vw + 0.6vh);
}
#redes div > a {
    color: white;
    font-size: 2rem;
}

/*alineacion defs contenido*/
footer .row div > .row {
    display: flex;
    justify-content: center;
}

/* Recursos textuales  start*/
.titulos {
    font-size: 2rem;
    color: rgb(12,35,65);
    margin:4% 0px;
}

.Subtitulos {
    font-size: 1.5rem;
    color: rgb(12,35,65);
}

.swiper-free-mode > .swiper-wrapper {
    margin: 0 auto 7vh auto;
}

.sub-titulos {
    margin:1% 0%;
}

/*Recursos textuales end*/

/*Importantres*/
p * {
    color: rgb(12,35,65);
}
body {
    font-family: 'Overpass', sans-serif !important;
    color: rgb(12,35,65) !important;
}




/*RESPONSIVE*/

@media (min-width: 1400px) {
    #bar-servicios div.row > div > p {
        margin-top: 1vh;
    }

    footer .row > div .row > div:nth-child(1) > img {
        width: calc(0.6vw + 0.6vh);
    }
}

@media (min-width: 1200px) {
    #bar-servicios div.row > div > p {
        margin-top: 1vh;
    }

    footer .row > div .row > div:nth-child(1) > img {
        width: calc(0.6vw + 0.6vh);
        margin-top: 0.5vh;
    }
}

@media (min-width: 993px) and (max-width: 1999px) {

    /*menu 1 start*/
    #bar-servicios div.row > div > img {
        width: calc(3vw + 3vh);
    }

    #bar-servicios div.row > div > p {
        margin-top: 1vh;
    }
    /*menu 1 end*/

    
}

@media (max-width: 993px) {

    .overlay {
        position: fixed;
        top: 35.7vh;
        left: 0;    
        width: 100%;
        height: 100%;
        background-color: rgba(12,35,65,0.5);
        display: none;
        z-index: 1;
    }

    .titulos {
        text-align:center;
    }

    .sub-titulos {
        margin:1% 0%;
        text-align:center;
    }

}

@media (max-width: 1199px) {

    .overlay {
        position: fixed;
        top: 50vh;
        left: 0;    
        width: 100%;
        height: 100%;
        background-color: rgba(12,35,65,0.5);
        display: none;
        z-index: 1;
    }

}

@media (max-width: 992px) {
    /*logo start*/
    .logo-header-IN {
      width: 9vw;
    height: 11vh;
    }
    /*logo end*/
    /*header 2 start*/
    #header2 div.row > div > img {
        width: 10vw;
        height: 5vh;
        margin-bottom: 0.8vh;
    }
    /*header 2 end*/
    /*menu 1 start*/
    #bar-servicios div.row > div > img {
        width: calc(3vw + 3vh);
    }

    #bar-servicios div.row > div > p {
        margin-top: 0vh;
    }
    /*menu 1 end*/
    footer .row > div .row > div:nth-child(1) > img {
        width: calc(1vw + 1vh);
    }

    .overlay {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12,35,65,0.5);
    display: none;
    z-index: 1;
  }
}

@media (max-width: 768px) {
    /*menu 1 start*/

    #bar-servicios div.row > div > img {
        width: calc(4vw + 4vh);
    }
    .overlay {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12,35,65,0.5);
    display: none;
    z-index: 1;
  }
    #bar-servicios div.row > div > p {
        margin-top: 1vh;
    }
    /*menu 1 end*/

    /*header 2 start*/
    #header2 div.row > div > img {
        width: calc(6vw + 10vh);
    }
    /*header 2 end*/
    footer .row > div .row > div:nth-child(1) > img {
        width: calc(1vw + 1vh);
    }
}

@media (max-width: 576px) {
    /*Header 1 start*/
    .logo-header-IN {
        width: 13vw;
    height: 11vh;
    }
    /*Header 1 end*/

    /*header 2 start*/
    #header2 div.row > div > img {
        width: calc(6vw + 10vh);
    }

    .overlay {
        position: fixed;
        top: 50vh;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12,35,65,0.5);
        display: none;
        z-index: 1;
    }
    /*header 2 end*/

    /*menu 1 start*/
    #bar-servicios div.row > div > img {
        width: calc(6vw + 6vh);
    }

    #bar-servicios div.row > div > p {
        margin-top: 0.9vh;
        font-size: 1rem;
    }
    /*menu 1 end*/
    footer div > a img {
  width: calc(12vw + 12vh);
}
    footer .row > div .row > div:nth-child(1) > img {
    width: calc(2vw + 2vh);
  }
}

@media (max-width: 375px) {

    /*Header 1 start*/
    .logo-header-IN {
        width: 14vw;
    height: 10vh;
    }

    nav div ul > li {
        font-size: 0.99rem;
        --bs-nav-link-color: rgb(12,35,65);
    }
    /*Header 1 end*/
    .overlay {
        position: fixed;
        top: 45vh;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12,35,65,0.5);
        display: none;
        z-index: 1;
    }

    /*header 2 start*/
    #header2 div.row > div > img {
        width: calc(6vw + 10vh);
    }
    /*header 2 end*/

    /*menu 1 start*/
    #bar-servicios div.row > div > img {
        width: calc(6vw + 6vh);
    }

    #bar-servicios div.row > div > p {
        margin-top: 0.9vh;
        font-size: 1rem;
    }

    /*menu 1 end*/
    /*carrucel defs cartas start   -18vh*/
    .swiper-free-mode > .swiper-wrapper {
        margin: 0 auto 0vh auto;
    }
    footer div > a img {
  width: calc(12vw + 12vh);
}
    footer .row > div .row > div:nth-child(1) > img {
    width: calc(2vw + 2vh);
  }
}


.go-to-seccion{
    cursor:pointer;
}