@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#contenedor {
    width: 100%;
    overflow-x: hidden;
}

#header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+100 */
    background: linear-gradient(to bottom, #d5d5d5 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.navbar-toggler {
    border: none !important; /* Quita marco */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gray' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link {
    position: relative;
    font-weight: normal;
    transition: all 0.3s ease;
}

.nav-link:hover {
    font-weight: bold;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #f38d47;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.img-full {
    width: 100%;
    height: auto;
    max-width: 100%;
}

#experiencia, #nosotros {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cdcdcd+0,ffffff+100 */
    background: linear-gradient(to bottom, #cdcdcd 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#nosotros {
    padding-bottom: 10%;
}

#unidades {
    background-image: url("../images/fondoUnidades.jpg");
    background-size: cover;
    padding-bottom: 18%;
}

#camiones {
    padding-top: 6rem !important;
}

#grafico {
    margin-top: -32%;
}

.text-naranja {
    color: #f58334;
}

.text-muted {
    color: #929497 !important;
}

#ic1, #ic2, #ic3, #ic4, #ic5 {
    width: 13%;
}

#ic1 {
    top: 25%;
}

#ic2 {
    top: 16%;
    left: 15%;
}

#ic3 {
    top: 8%;
    left: 35%;
}

#ic4 {
    top: 12%;
    left: 62%;
}

#ic5 {
    top: 10%;
    left: 87%;
}

.texto {
    margin-top: -16px;
}

#contacto {
    background-image: url("../images/fondoContacto.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#fondoContactoF {
    width: 87%;
    margin-left: 18%;
    margin-top: 21%;
    background-image: url("../images/fondo_formulario.jpg");
    background-size: cover;
    padding: 5% 8%;
    z-index: 2;
    position: relative;
}

#contactoF {
    position: relative;
    width: 100%;
    z-index: 9999999 !important;
}

#contactoF input[type="text"], #contactoF input[type="email"], #contactoF input[type="tel"], #contactoF textarea {
    width: 100%;
    background: transparent;
    border: 3px solid #FFFFFF;
    padding: 8px;
    margin-bottom: 1em;
    outline: none;
    resize: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3), /* Outset shadow */ inset 0 0 5px rgba(0, 0, 0, 0.5); /* Inset shadow (no offset for centered effect) */
}

#contactoF textarea {
    height: 12rem;
}

#contactoF input[type="submit"] {
    background-image: url(../images/boton_enviar.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: gray;
    border: none;
    text-indent: -9999999em;
    width: 110px;
    height: 50px;
    background-color: transparent;
}

#contactoC {
    padding-bottom: 12%;
}

#leyendaContacto {
    padding-top: 25%;
    z-index: 2;
}

#graficoLogo {
    bottom: 0;
    z-index: 2;
    left: 5%;
    width: 67%;
    pointer-events: none;
}

#empleado {
    bottom: 0;
    width: 30%;
    left: 33%;
    z-index: 2;
    pointer-events: none;
}

#grafico_inferior {
    width: 45%;
    top: 10%;
    z-index: 1;
    pointer-events: none;
}

#brillo {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 52%;
}

#textosC {
    width: 58%;
}

.icono-pie {
    width: 2em;
    height: auto;
}

.iconos img {
    width: 2.5em;
    height: auto;
    margin-right: .5em;
}

.map-container {
    position: absolute;
    width: 58%;
    height: 71%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    top: 14%;
    left: 21%;
}

#fondo-mapa {
    width: 80%;
    margin: 0 auto;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

footer .container {
    padding-top: 3rem !important;
}

.logo-pie {
    max-width: 85%;
    height: auto;
}

.pie {
    background-image: url("../images/fondoFooter.jpg");
    background-size: cover;
}

#wassap {
    bottom: 2%;
    right: 2%;
    width: 160px;
    z-index: 999999;
}

.ml-neg {
    margin-left: 0%;
}

.owl-carousel .owl-item img {
    height: auto;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

/* --- Flechas de navegaci¨Žn --- */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    color: #fff !important;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 4em !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    opacity: 1;
}

/* Posiciones */
.owl-nav button.owl-prev {
    left: 15px;
}

.owl-nav button.owl-next {
    right: 15px;
}

/* --- Puntos de navegaci¨Žn --- */
.owl-dots {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4); /* Blanco transl¨˛cido */
    display: block;
    margin: 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 1); /* Blanco s¨Žlido al estar activo */
}

@media only screen AND (max-width: 1440px) {


    #unidades {
        padding-bottom: 32vh;
    }

    #grafico {
        margin-top: -28vh;
    }

    #contactoF {
        width: 71%;
        margin-top: 13%;
    }

    #contactoF input[type="submit"] {
        width: 8vw;
    }

    #leyendaContacto {
        padding-top: 15vh;
    }

    #contactoC {
        padding-bottom: 5%;
    }

    footer .container, footer .pt-5 {
        padding-top: 1rem !important;
    }
}

@media only screen AND (max-width: 470px) {
    #empleado {
        width: 44%;
        left: -12%;
    }

    #graficoLogo {
        left: -22%;
    }

    #contactoF input[type="submit"] {
        width: 21vw;
    }

    #textosC {
        width: 100%;
    }

    #contactoF {
        width: 85%;
        margin-left: 12%;
    }

    #grafico_inferior {
        width: 64%;
        top: 75%;
        z-index: 1;
    }

    #ic1, #ic2, #ic3, #ic4, #ic5 {
        width: 20%;
    }

    #ic1 {
        top: 43%;
    }

    #ic2 {
        top: 35%;
    }

    #ic3 {
        top: 24%;
    }

    #ic4 {
        top: 29%;
        left: 62%;
    }

    #ic5 {
        top: 29%;
        left: 80%;
    }

    #brillo {
        width: 98%;
    }

    #seccion-contadores .text-end, #seccion-contadores .col-md {
        text-align: center !important;
        margin-bottom: 1rem;
    }

    .ml-neg {
        margin-left: -15%;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}


/* Estilos para el contenedor del iframe */

#contactIframe {
    width: 100%;
    height:740px;
    border: none;
    overflow: hidden;
    background: transparent;
}

#iframe-wrapper {
    max-width: 550px;
    position: relative;
    margin-left: 8rem;
}


@media (max-width: 768px) {
    #contactIframe {
        height: 850px;
    }

    .col-md-6.position-relative {
        padding: 20px 15px 20px 15px;

    }

    #iframe-wrapper{
        margin-left: 2rem;
    }
}

@media (max-width: 480px) {
    #contactIframe {
        height: 850px;
    }
    #iframe-wrapper{
        margin-left: 2rem;
        z-index: 2;
    }
}