@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Anton&family=Orbitron:wght@400..900&family=Russo+One&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Anton&family=Gidugu&family=Orbitron:wght@400..900&family=Russo+One&family=Staatliches&display=swap');

*{
    margin: 0;
    padding: 0;
}

.container{
    overflow-x: hidden; /* Evita el desbordamiento horizontal */
    overflow-y: hidden;
}

:root{
    --first-color: #81bd36;
    --second-color: #81bd36;;
    --third-color: #81bd36;;
    --fourth-color: #F3FF90;
    --fifth-color: #ffffff;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Aldrich", sans-serif;
}

p,a,li,td,input,label,button{
    /* font-family: "Gidugu", sans-serif; */
    font-family: 'Poppins', sans-serif;
}

header nav{
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
    padding: 30px 0 !important;
}

i.icofont-login{
    font-size: 15px;
}

.header-nav{
    margin: 0 auto;
    padding: 0;
    overflow: visible !important;
}

.fixed-top::before{
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}

.navbar.scrolled {
    /* background: #263348; */
    background-color: rgba(10, 10, 10, 0.603); 
}

.navbar-nav {
    display: flex;
}

.navbar-nav .nav-item {
    flex-grow: 1;
    text-align: center;
}

nav .navbar-collapse{
    margin-left: 400px;
}

.logo{
    width: 30%;
}

.logo img{
    width: 30%;
}

/* Estilos boton navbar */
button.quote{
    background-color: var(--second-color);
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
}

button.quote:hover{
    background-color: var(--first-color);
    transition: 0.4s;
}

ul,li,a,button{
    color: var(--fifth-color) !important;
    font-size: 17px;
    font-weight: 600 !important;
    justify-content: space-between !important;
}

ul,li,a:hover{
    color: var(--second-color) !important;
}

ul,li,a.dropdown{
    color: #000 !important;
    font-size: 17px;
    font-weight: 500;
}

/* Estilos section hero */
#hero .container{
    position: relative;
    padding: 180px 0;
}

#hero::before{
    width: 100%;
    content: "";
    position: absolute;
    background: url(../img/993\ frente.jpg);
    background-size: cover;
    filter: brightness(0.5);
    padding: 380px 0;
    z-index: -1;
}

section#hero h5{
    color: #dad8d7;
    border: 2px solid #dad8d7;;
    width: 275px;
    text-align: center;
    padding: 5px 0;
    font-size: 17px;
    margin-top: 50px;
}

section#hero h4{
    font-size: 80px;
    color: var(--fifth-color);
    margin-top: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

#hero h4 b{
    color: var(--second-color);
    font-weight: 700;
}

/* Estilos section uno */
#section1 article {
    margin-top: 15px;
    padding: 0 0 50px 0;
}


i.icofont-vehicle-delivery-van{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-truck{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-wifi-router{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-bus-alt-2{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-bus{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

.propio h2{
    font-size: 25px;
    font-weight: 600;
    color: var(--first-color);
    margin-bottom: 15px;
    cursor: pointer;
}

.propio h2:hover{
    color: var(--second-color);
    transition: color 0.4s ease, background-color 0.4s ease;
}

article p{
    font-size: 19px;
}

.acerca{
    padding: 85px 0;
}

.col-lg-6.nosotros{
    padding: 0;
    padding-right: 50px;
}

.nosotros h3{
    font-size: 38px;
    font-weight: 600;
    color: var(--first-color);
    cursor: pointer;
}

.nosotros h3:hover{
    color: var(--second-color);
    transition: color 0.4s ease, background-color 0.4s ease;
}

.nosotros p{
    font-size: 17px;
    margin-bottom: 30px;
}

i.icofont-fast-delivery{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-people{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

i.icofont-bus-alt-1{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

h1.title-nosotros{
    font-size: 22px;
    font-weight: 600;
    color: var(--first-color);
    cursor: pointer;
}

h1.title-nosotros:hover{
    color: var(--second-color);
    transition: color 0.4s ease, background-color 0.4s ease;
}

.pac{
    margin-bottom: 5px;
}

i.icofont-school-bus{
    font-size: 60px;
    color: var(--second-color);
    cursor: pointer;
}

.col-lg-6.imagen{
    padding: 0;
}

.col-lg-6 img{
    width: 100%;
    padding-top: 70px;
}

/* Estilos seccion servicios */
section#servicios{
    width: 100%;
    padding: 30px 0;
}

#servicios h5{
    text-align: center;
    font-size: 38px;
    color: var(--first-color);
    font-weight: 600;
    margin-bottom: 15px;
}

#servicios p.inicial{
    font-size: 17px;
    text-align: center;
    margin-bottom: 45px;
}

article.col-lg-4{
    padding: 0;
}

article.servi{
    border: 1px solid #d1d2d2;
    max-width: 424px;
    cursor: pointer;
}

article.separar{
    margin: 0 24px;
}

article.abajo{
    margin-top: 24px;
}

.servi {
    position: relative; /* Necesario para el efecto de zoom interno */
    overflow: hidden; /* Esconde el contenido que se desborda */
}

.servi .img-wrapper {
    height: 320px; /* Igual a la altura de la imagen */
    overflow: hidden; /* Esconde el contenido que se desborda */
}

.servi img{
    width: 100%;
    height: 320px;
    transition: transform 0.3s ease; /* Suaviza el efecto de zoom */
    display: block; /* Elimina el espacio debajo de la imagen */
}

.servi:hover .img-wrapper img {
    transform: scale(1.1); /* Aumenta el tamaño de la imagen al pasar el ratón */
}

.cont-info{
    padding: 28px 28px;
}

.cont-info h4{
    font-size: 20px;
    color: var(--first-color);
    font-weight: 600;
}

/* Estilos seccion2 */

#section2{
    position: relative;
    padding: 110px 0;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.scroll-animation{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/paisajj.jpg);
    background-size: cover;
    filter: brightness(0.5);
    background-color: #000;
    z-index: -1;
    background-position: center top;
    background-attachment:  fixed;
    animation: scrollAnimation 10s infinite linear;
}

.content {
    position: relative;
    z-index: 1;
}

#section2 h3{
    color: var(--fifth-color);
    font-size: 30px;
    font-weight: 600;
}

#section2 p{
    color: var(--fifth-color);
    font-size: 18px;
}

#section2 button{
    background: transparent;
    border: 2px solid #ffffff;
    padding: 10px 45px;
    border-radius: 5px;
    margin-top: 11px;
}

#section2 button:hover{
    background: var(--second-color);
    transition: .4s;
    border: 2px solid #81bd36;
}

/* Estilos seccion ventajas para elegirnos*/

section#ventajas{
    width: 100%;
}

#ventajas .col-lg-5{
    padding: 0;
}

#ventajas .col-lg-7{
    padding: 40px 0;
}

#ventajas h2{
    text-align: center;
    font-size: 38px;
    color: var(--first-color);
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 80px;
}

#ventajas p{
    font-size: 17px;
    text-align: center;
    margin-bottom: 55px;
}

#ventajas img{
    width: 100%;
    height: 350px;
    border-radius: 9%;
    margin-bottom: 120px;
}

#ventajas h1{
    font-size: 35px;
    color: var(--first-color);
    font-weight: 600;
    text-align: center;
}

p.distint{
    text-align: start !important;
    margin-left: 30px !important;
}

p.nacionales{
    text-align: start !important;
    margin-right: 30px !important;
    margin-bottom: 0 !important;
}

i.icofont-check-alt{
    color: var(--second-color);
    font-size: 17px;
}

.city-name {
    color: #000;
    margin-left: 5px; /* Para dar un poco de espacio entre el icono y el texto */
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.separar{
    margin-top: 10px;
}

/* Estilos seccion comentarios */

.coment{
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    overflow: visible; /* Cambia a visible para evitar ocultar elementos */
}

#comentarios{
    text-align: center;
    width: 100%;
    position: relative;
    padding: 110px 0;
    color: #ffffff;
    overflow: hidden; /* Para asegurar que no se muestre el pseudo-elemento fuera del área del #comentarios */
}

#comentarios::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url(../img/sofas-mudanza.jpg) no-repeat center center;
    background-size: cover;
    filter: brightness(0.4); /* Aplica el filtro solo a la imagen de fondo */
    z-index: -1; /* Coloca el pseudo-elemento detrás del contenido */
    /*background-attachment: fixed;*/ /* Añade el efecto parallax */
}

.carousel-item {
    position: relative;
    z-index: 1; /* Asegura que el contenido esté por encima del pseudo-elemento */
}

/* Estilos para los indicadores de paginación */
.carousel-indicators {
    position: absolute;
    list-style: none;
    top: 290px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px !important; /* Ancho de los indicadores */
    height: 12px !important; /* Altura de los indicadores */
    border-radius: 50%; /* Hacerlos redondos */
    background-color: rgba(255, 255, 255, 0.5); /* Color de fondo */
    margin: 0 4px !important; /* Espacio entre los indicadores */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-indicators li.active {
    background-color: #fff; /* Color de fondo del indicador activo */
}

#comentarios .carousel-item img{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 6px solid rgba(255, 255, 255, 0.5); /* Borde blanco transparente */
}

#comentarios .carousel-item h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-top: -8px;
}

#comentarios .carousel-item p.rol{
    text-align: center;
    font-size: 21px;
    color: var(--second-color);
    font-weight: 600;
    font-family: "Aldrich", sans-serif;
}

#comentarios .carousel-item p{
    font-weight: 500;
    font-size: 17px;
}

/* Estilos Seccion de preguntas */

section#preguntas{
    width: 100%;
    margin: 0 auto;
}

#preguntas h1{
    font-size: 38px;
    text-align: center;
    color: var(--first-color);
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 15px;
}

#preguntas p{
    font-size: 17px;
    text-align: center;
    margin-bottom: 55px;
}

button.accordion-button{
    font-size: 19px;
    font-weight: 600;
    font-family: "Aldrich", sans-serif;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background: var(--first-color);
    border-radius: 0;
    padding: 21px 20px !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button[aria-expanded="false"]{
    background: #f1f8f1 !important;
    color: var(--first-color) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #f1f8f1 !important;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border-color: transparent;
}

.accordion-button:not(.collapsed){
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--first-color)
}

.frestyle{
    padding: 21px 20px !important; 
    margin-top: 22px !important;
    color: var(--first-color) !important;
}

.frestyle:focus,
.frestyle[aria-expanded="true"] {
    background: var(--first-color) !important;
    color: var(--fifth-color) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--first-color) !important;
}

.frestyle[aria-expanded="false"] {
    background: #f1f8f1 !important;
    color: var(--first-color) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #f1f8f1 !important;
}

.question:hover{
    cursor: pointer;
    color: var(--second-color);
}

.accordion-body{
    background: var(--first-color);
    color: var(--fifth-color);
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

i.icofont-question-circle{
    margin-right: 10px;
    font-size: 22px;
}

/* Estilos Footer */

#footer{
    background: #81bd36;
    margin-top: 70px;
    padding: 60px 0 25px 0;
}

.col-lg-2, .col-lg-3{
    margin: 0;
}

.col-lg-5{
    padding: 44;
}

.col-lg-2.quitar{
    padding: 60px;
}

.col-lg-3.quitar{
    padding: 37px;
}

.col-md-5, .col-md-7{
    margin: 0;
    padding: 30px;
}

.pie-logo{
    width: 100%;
    max-width: 250px;
}

.pie-logo img{
    border-top: 20px;
    width: 100%;
}

#footer p{
    font-size: 17px;
    color: var(--fifth-color);
    margin-top: 15px;
    padding-right: 20px;
    margin-bottom: 0;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.footer .social-links a:hover{
    color: var(--fifth-color);
}

.social-links i{
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #dad8d7;
    padding: 8px;
    color: #dad8d7;
    margin: 0;
}

.social-links i:hover{
    color: var(--fifth-color);
}

#footer h4{
    color: var(--fifth-color);
    font-size: 19px;
    font-weight: 600;
}

ul{
    padding-left: 0;
    padding-top: 0;
}

li{
    padding: 0;
    padding-top: 0;
}

#footer ul li{
    list-style: none;
    display: flex;
    align-items: center;
}

#footer a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #dad8d7 !important;
}

#footer a:hover{
    color: var(--fifth-color) !important;
}

#footer p.rincon{
    font-size: 17px !important;
    padding: 0;
    margin: 0;
}

.footer .copyright{
    padding-top: 15px;
    border-top: 1px solid #dad8d7;
    margin-top: 40px !important;
    overflow: visible; /* Cambia a visible para evitar ocultar elementos */
}

.footer .design{
    color: var(--fifth-color);
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

.scroll-top.active{
    visibility: visible;
    opacity: 1;
}

.scroll-top{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--second-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: background 0.4s ease; /* Transición solo para el cambio de fondo */
    text-decoration: none; /* Elimina la línea debajo del enlace */
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top:hover{
    background: var(--first-color);
}

.scroll-top i{
    font-size: 24px;
    color: var(--fifth-color);
}

.scrolled-dark {
    background-color: rgba(0, 0, 0, 0.7); /* Establece el color de fondo */
    opacity: 1 !important; /* Asegura que el menú sea completamente visible */
}

/* Responsive */

@media screen and (min-width: 321px) and (max-width: 353px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 300px;
    }
    section#hero h4{
        font-size: 45px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    } 
    section#hero h5{
        font-size: 14px !important;
    }
}

@media screen and (min-width: 354px) and (max-width: 373px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 330px;
    }
    section#hero h4{
        font-size: 45px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    } 
    section#hero h5{
        font-size: 14px !important;
    }
}

@media screen and (min-width: 374px) and (max-width: 403px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
    }
    section#hero h4{
        font-size: 45px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    } 
    section#hero h5{
        font-size: 14px !important;
    }
}

@media screen and (min-width: 404px) and (max-width: 443px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 380px;
    }
    section#hero h4{
        font-size: 49px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 444px) and (max-width: 503px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 420px;
    }
    section#hero h4{
        font-size: 60px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 504px) and (max-width: 543px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto !important;
        max-width: 480px;
    }
    section#hero h4{
        font-size: 60px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .coment{
        max-width: 565px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 544px) and (max-width: 575px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    .container{
        width: 100%;
        margin: 0 auto;
        max-width: 520px;
    }
    section#hero h4{
        font-size: 60px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .coment{
        max-width: 565px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    section#hero h4{
        font-size: 60px !important;
    }
    .logo{
        width: 45% !important;
    }
    article.servi{
        max-width: 540px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    article.entrega{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between; /* Ajusta el espacio entre los artículos dentro de la fila */
    }
    .servi img{
        height: 390px !important;
    }
    .servi .img-wrapper{
        height: 390px !important;
    }
    #comentarios .carousel-item p {
        font-size: 16px !important;
    }
    .coment{
        max-width: 565px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 899px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    section#hero h4{
        font-size: 66px !important;
    }
    .logo{
        width: 34% !important;
    }
    article.servi{
        max-width: 347px !important;
    }
    .servi img{
        height: 265px !important;
    }
    .servi .img-wrapper{
        height: 265px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between; /* Ajusta el espacio entre los artículos dentro de la fila */
    }
    .cont-info{
        padding: 20px 20px !important;
    }
    #ventajas img{
        height: 210px !important;
    }
    #ventajas h1{
        font-size: 20px !important;
    }
    #ventajas p{
        font-size: 15px !important;
    }
    p.distint{
        font-size: 17px !important;
    }
    p.nacionales{
        font-size: 17px !important;
    }
    i.icofont-check-alt{
        font-size: 17px !important;
    }
    .city-name{
        font-size: 17px !important;
    }
    .coment{
        max-width: 745px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
    #comentarios .carousel-item p{
        font-size: 19px !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 991px){
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        background: var(--second-color);
    }
    /* Quitar borde blanco en el estado de enfoque y clic */
    [type=button]:not(:disabled):focus, 
    [type=reset]:not(:disabled):focus, 
    [type=submit]:not(:disabled):focus, 
    button:not(:disabled):focus,
    [type=button]:not(:disabled):active, 
    [type=reset]:not(:disabled):active, 
    [type=submit]:not(:disabled):active, 
    button:not(:disabled):active {
        outline: none; /* Elimina el contorno cuando se hace foco */
        box-shadow: none; /* Elimina cualquier sombra de borde */
    }
    .navbar-collapse {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .navbar-nav {
        align-items: flex-start;
        margin-top: 31px;
    }
    button.quote{
        display: block;
        align-items: flex-start;
    }
    section#hero h4{
        font-size: 64px !important;
    }
    article.servi{
        max-width: 347px !important;
    }
    .logo{
        width: 34% !important;
    }
    #section1 article{
        margin-top: 75px !important;
    }
    #section1 article {
        padding: 0 !important;
    }
    .servi img{
        height: 265px !important;
    }
    .servi .img-wrapper{
        height: 265px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    article.homer{
        margin-top: 24px !important;
    }
    .row {
        justify-content: space-between; /* Ajusta el espacio entre los artículos dentro de la fila */
    }
    .cont-info{
        padding: 20px 20px !important;
    }
    #ventajas img{
        height: 210px !important;
    }
    #ventajas h1{
        font-size: 20px !important;
    }
    #ventajas p{
        font-size: 15px !important;
    }
    p.distint{
        font-size: 17px !important;
    }
    p.nacionales{
        font-size: 17px !important;
    }
    i.icofont-check-alt{
        font-size: 17px !important;
    }
    .city-name{
        font-size: 17px !important;
    }
    .coment{
        max-width: 745px !important;
    }
    .social-links{
        margin-bottom: 30px !important;
    }
    #comentarios .carousel-item p{
        font-size: 20px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1049px){
    nav .navbar-collapse{
        margin-left: 130px;
    }
    .navbar-nav .nav-item {
        font-size: 16px !important;
    }
    .propio h2{
        font-size: 22px !important;
    }
    article p{
        font-size: 15px !important;
    }
    .nosotros h3{
        font-size: 34px !important;
    }
    .nosotros p {
        font-size: 15px !important;
    }
    h1.title-nosotros{
        font-size: 20px !important;
    }
    #servicios h5{
        font-size: 34px !important;
    }
    article.servi{
        max-width: 305px !important;
    }
    .row {
        justify-content: space-between; /* Ajusta el espacio entre los artículos dentro de la fila */
    }
    .cont-info{
        padding: 20px 20px !important;
    }
    .servi img{
        height: 225px !important;
    }
    .servi .img-wrapper{
        height: 225px !important;
    }
    article.separar{
        margin: 0 0 0 0 !important;
    }
    #ventajas img{
        height: 250px !important;
    }
    #ventajas h2{
        font-size: 34px !important; 
    }
    #ventajas h1{
        font-size: 20px !important;
    }
    article.bart{
        margin-top: 24px !important;
    }
    p.distint{
        font-size: 15px !important;
    }
    p.nacionales{
        font-size: 15px !important;
    }
    i.icofont-check-alt{
        font-size: 15px !important;
    }
    .city-name{
        font-size: 15px !important;
    }
    .coment{
        max-width: 800px !important;
    }
    #footer h4{
        font-size: 15px !important;
    }
    #comentarios .carousel-item p{
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1199px){
    nav .navbar-collapse{
        margin-left: 130px;
    }
    .navbar-nav .nav-item {
        font-size: 16px !important;
    }
    article p{
        font-size: 15px !important;
    }
    .nosotros p{
        font-size: 15px !important;
        margin-bottom: 0 !important;
    }
    .col-lg-6 img {
        padding-top: 180px !important;
    }
    article.servi{
        max-width: 304px !important;
    }
    .servi img{
        height: 225px !important;
    }
    .servi .img-wrapper{
        height: 225px !important;
    }
    .cont-info{
        padding: 20px 20px !important;
    }
    #footer h4{
        font-size: 15px !important;
    }
    #ventajas img{
        height: 260px !important;
    }
    #ventajas h1{
        font-size: 23px !important;
    }
    p.distint{
        font-size: 15px !important;
    }
    p.nacionales{
        font-size: 15px !important;
    }
    i.icofont-check-alt{
        font-size: 15px !important;
    }
    .city-name{
        font-size: 15px !important;
    }
    .coment{
        max-width: 800px !important;
    }
    #comentarios .carousel-item p{
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px){
    nav .navbar-collapse{
        margin-left: 250px;
    }
    .nosotros p{
        font-size: 15px !important;
    }
    .col-lg-6 img {
        padding-top: 180px !important;
    }
    article.servi{
        max-width: 364px !important;
    }
    .servi img{
        height: 255px !important;
    }
    .servi .img-wrapper{
        height: 255px !important;
    }
    #footer h4{
        font-size: 17px !important;
    }
    #ventajas img{
        height: 290px !important;
    }
    #ventajas h1{
        font-size: 30px !important;
    }
    p.distint{
        font-size: 20px !important;
    }
    p.nacionales{
        font-size: 20px !important;
    }
    i.icofont-check-alt{
        font-size: 20px !important;
    }
    .city-name{
        font-size: 20px !important;
    }
    .coment{
        max-width: 950px !important;
    }
       
}

@media screen and (min-width: 1301px) and (max-width: 1400px){
    nav .navbar-collapse{
        margin-left: 250px;
    }
    .col-lg-6 img {
        padding-top: 180px !important;
    }
    article.servi{
        max-width: 364px !important;
    }
    .servi img{
        height: 255px !important;
    }
    .servi .img-wrapper{
        height: 255px !important;
    }
    #footer h4{
        font-size: 17px !important;
    }
    .coment{
        max-width: 950px !important;
    }
}