@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');

:root {
    --future-grey: #383b40;
    --future-light-grey: #7a7f89;
    --future-black: #030416;
    --future-white: #f7f7f6;
    --future-electric-turquise: #04f4e1;
    --future-electric-blue: #00d1fe;
    --future-electric-blue-dark: #03aed4;
    --future-orange: #faa513;
    --future-orange-light: #f8ba36;
    --future-orange-dark: #5a0106;
    --future-red: #f10713;
}

a {
    text-decoration: none;
}

/*Fonts*/
/****************************************************************/

.tilt-neon-normal {
    font-family: "Tilt Neon", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "XROT" 0,
        "YROT" 0;
}


.orbitron-normal {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.orbitron-bold {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.orbitron-bold-white {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: var(--future-white);
}


.inconsolata-normal {
    font-family: "Inconsolata", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.roboto-normal {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/*Elements*/
/****************************************************************/

.head {
    /* background: linear-gradient(180deg,rgba(56, 59, 64, 0.25) 75%, var(--future-electric-blue-dark, 1) 100%); */
    background-color: var(--future-white);
}

.head-logo {
    width: 50%;
}

.title-logo {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--future-white);
    text-shadow: var(--future-electric-turquise) 1px 1px 3px;
}

.head-image-index {
    background-image: linear-gradient(180deg, rgba(56, 59, 64, 0.50) 0%, rgba(122, 127, 137, 0.25) 100%), url(../resources/imgs/imageneshead/faro_trasero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.head-image-nosotros {
    background-image: linear-gradient(180deg, rgba(56, 59, 64, 0.50) 0%, rgba(122, 127, 137, 0.25) 100%), url(../resources/imgs/imageneshead/ciudad_nocturna.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.head-image-contacto {
    background-image: linear-gradient(180deg, rgba(56, 59, 64, 0.50) 0%, rgba(122, 127, 137, 0.25) 100%), url(../resources/imgs/imageneshead/interior-lujo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.head-image-servicios {
    background-image: linear-gradient(180deg, rgba(56, 59, 64, 0.50) 0%, rgba(122, 127, 137, 0.25) 100%), url(../resources/imgs/imageneshead/logocarga_asfalto.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.navbar-nav li:hover {
    text-decoration: underline solid 2px var(--future-electric-turquise);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.active {
    text-decoration: underline solid 2px var(--future-electric-blue);
    font-weight: 600;
}

.navbar-nav li a {
    color: var(--future-black);
}


.text-white {
    color: var(--future-white);
}

.text-black {
    color: var(--future-black);
}

.electric-shadow {
    text-shadow: var(--future-electric-blue) 1px 1px 3px;
}

.border-top {
    border-top: var(--future-electric-blue-dark) 2px solid;
}

.electric-shadow-box {
    box-shadow: var(--future-electric-blue) 2px 2px 5px;
    ;
}

.text-shadow-black {
    text-shadow: var(--future-black) 1px 1px 3px;
}

.foot {
    background-color: var(--future-grey);
}

.foot-logo {
    width: 50px;
}

.electric-underlined {
    text-decoration: underline solid 2px var(--future-electric-blue);
    font-weight: 500;
}

.footer-icons i {
    background-color: var(--future-white);
    color: var(--future-black);
    /* Puedes cambiar el color del icono */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swipper-wrapper {
    overflow: hidden;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--future-white);
    display: flex;
    justify-content: center;
    align-items: center;
}


.card-image {
    height: 45vh;
    object-fit: cover;
    object-position: initial;
}



.title-deco::after {
    content: '';
    display: block;
    width: 8%;
    height: 2px;
    background-color: var(--future-electric-blue);
    margin-top: 5px;
}

.cont-tarjeta {
    border: var(--future-black) 1px solid;
    border-radius: 5px;
    min-height: 45vh;
    background-color: var(--future-white);
}

.list-select a {
    color: var(--future-black);
}

.list-select a::before {
    content: url(../resources/otros/iconos/car_search_before.png);
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.art-bg-color-white {
    background-color: var(--future-white);
}

.head-logo {
    width: 120px;
}

.title-head {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: var(--future-white);
    text-shadow: var(--future-electric-blue) 1px 1px 3px;
}

.head-row {
    background-color: var(--future-grey);
}