/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

.vh-60 {
    height: 60vh;
}

.vh-40 {
    height: 40vh;
}

/* Colores */
.bg-gris {
    background-color: #F2F2F2;
}
.bg-azul {
    background-color: #0554F2;
}
.bg-amarillo {
    background-color: #F2E41B;
}
.bg-lavanda {
    background-color: #AEB2F2;
}
.bg-negro {
    background-color: #0D0D0D;
}

.bg-wsp {
    background-color: #25d366;
    border-color: #25d366;
}

.bg-wsp-outline {
    background-color: transparent;
    border-color: #25d366;
    color: #25d366;
}

.bg-wsp-outline:hover {
    background-color: #218d51;
    color: white;
}

.text-gris {
    color: #F2F2F2;
}
.text-azul {
    color: #0554F2;
}
.text-amarillo {
    color: #c7a504;
}
.text-lavanda {
    color: #AEB2F2;
}
.text-negro {
    color: #0D0D0D;
}

section {
    padding: 2.5rem;
}

.p-global {
    padding: 1.5rem;
}

header {
    height: min-content;
}

.glass-container {
    width: 60%;
}

.title {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center; 
    color: white;
    text-wrap: balance; 
    margin-bottom: 1.5rem;
    padding: 2rem;
}

.title-btn {
    width: 30%;
    margin: 10px;
    height: 3.5rem;
    font-size: 1.3rem;
}

.section-title {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

#experiencia > h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    text-wrap: balance;
}

nav {
    transition: all .8s none;
}

#contacto > p {
    font-size: 1.8rem;
    margin-bottom: 13px !important;
}

.nav-link {
    --bs-text-opacity: 1;
    color: white !important;
}

.footerLinks > a {
    color: white;
    text-decoration: none;
    margin: 0 0.5rem;
}

.footerLinks > a:hover {
    border-bottom: 2px solid #c7a504;
}

.sticky {
    background-color: rgba(36, 36, 36, 0.7);
    color: white;

    & .nav-link {
        color: white !important;
    }
}

.theme-card {
    height: 13rem;
    padding: 20px;
    margin: 10px;
    text-align: center;
    background-color: #fffffe;
}

.card-style {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    -webkit-box-shadow: -1px 0 20px -3px #dddddd;
    -moz-box-shadow: -1px 0 20px -3px #dddddd;
    box-shadow: -1px 0 20px -3px #dddddd;
}

.card-title {
    font-weight: 380 !important;
    font-size: calc(1.275rem + .3vw) !important;
    margin: 0.5rem 0 !important;
    letter-spacing: -.05rem;
    line-height: 1 !important;
}

.card-servicio {
    height: 195px !important;
}

thead th {
    width: 2rem;
}

tbody tr {
    vertical-align: middle;
}

.banner-btn-enviar, .banner-btn-enviar-mobile{
    display: none;        
}

.planesCategoryMob {
    display: none;
}

.test .card {
    height: 40rem !important;
}

.iconServicios {
    color: #c7a504;
    font-size: 2rem;
}

.servicios > .row > .col-12 {
    text-align: start;
    padding: 1.3rem 1.2rem;
}

.featurette-heading {
    letter-spacing: -.05rem;
    font-size:2.1rem;
}

.lh-1 {
    line-height: 1 !important;
}

.fw-normal {
    font-weight: 380 !important;
}

.Logo-nacional {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 0;
    color: white !important;
    /* color: #25418e !important; */
    text-align: center !important;
}

.Logo-role {
    display: block !important;
}

.logo {
    width: 25%;
}

.logo > img {
    max-width: 5%;
    margin-right: 0.2rem;
}

.flex > img {
    max-height: 40% !important;
    max-width: 30% !important;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.wsp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 40px;
    right: 35px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 2.6rem;
}

.wsp-float:hover {
    width: 75px;
    height: 75px;
    font-size: 3rem;
}

header{
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, rgba(187, 187, 187, 0.3), rgba(14, 13, 13, 0.3)), url("./images/residencialEnFamiliaBanner1920.jpg") !important;
    min-height: 100vh !important;
}

.header-btn > a {
    padding: 0.7rem 1rem !important;
    font-size: 1.4rem !important;
    font-weight: 500;
}

.call-to-action {
    width: 95% !important;
    padding: 2px !important;
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 4rem;
        margin-bottom: 0.8rem;
    }
}
@media (min-width: 40em) {
    .featurette-heading {
        margin-bottom: 0.8rem;
    }
}

/* mobile */

@media (566px < width <= 768px) {
    .header-btn > a {
        font-size: 1.2rem !important;
    }

    .title {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center; 
        color: white;
        text-wrap: balance; 
        margin-bottom: 1.5rem;
        padding: 2rem;
    }

    .galeria > img {
        max-width: 100% !important;
        object-fit: cover;
        margin: 0.5rem;
    }

    #contacto {
        margin-top: 1rem;
    }
    
    section, footer {
        padding: 1rem 1rem 2rem 1rem;
        
    }

    .servicios > .row > .col-12 {
        text-align: start;
        padding: 0.6rem 1.2rem;
    }

    #experiencia > h2 {
        font-size: 2rem;
    }

}

/* Tablet */
@media (768px < width <= 1000px ) {
    .header-btn > a {
        font-size: 1.3rem !important;
    }

    .title {
        font-size: 2.8rem;
        font-weight: 700;
        text-align: center; 
        color: white;
        text-wrap: balance; 
        margin-bottom: 1.5rem;
        padding: 2rem;
    }
    
    .planesCategoryMob {
        display: block;        
    }    

    .planesCategory, .nav-telefonos {
        display: none;
    }

    .galeria > img {
        max-width: 45% !important;
        object-fit: cover;
        margin: 0.5rem;
    }

    #contacto {
        margin-top: 1rem;
    }

}

@media (width <= 566px) {
    .header-btn > a {
        font-size: 1.1rem !important;
    }

    .title {
        font-size: 1.55rem !important;
        font-weight: 700;
        text-align: center; 
        color: white;
        text-wrap: balance; 
        margin-bottom: 1rem !important;
        padding: 1rem !important;
    }

    header{
        min-height: 50vh !important;
    }

    #experiencia > h2 {
        font-size: 2rem;
    }

    .galeria > img {
        max-width: 100% !important;
        object-fit: cover;
        margin: 0.5rem;
    }

    #contacto > p {
        font-size: 1.2rem !important;
    }

    .container {
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media (width <= 768px ) {
    .logo {
        width: 100%;
    }

    
    .servicios > .row {
        gap: 1rem   ;
    }

    #contacto > p {
        font-size: 1.3rem;
    }
}

@media (width < 1000px ) {
    .navbar-collapse, .navbar-toggler{
        display:none;
    }

    header{
        min-height: 50vh !important;
    }

    .planesCategoryMob {
        display: block;        
    }    

    .planesCategory {
        display: none;
    }

    #contacto > p {
        font-size: 1.6rem;
    }
}

@media (width < 1300px ) {
    .nav-telefonos {
        display: none;
    }
}

/* @media (width >= 1300px ) {
    .nav-telefonos {
        display: none;
    }
} */
