/*CABECERA*/

.service-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    z-index: 10;
}

#cabecera_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 102 0);
    z-index: 1000;
    padding: 2rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#sombra_cabecera {
    width: 100%;
    height: 153px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
    #sombra_cabecera {
        height: 66px;
    }
}
.sombra {
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
}

.cabecera {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cabecera.privada {
    height: 113px !important;
}

.cabecera #logo_raudocar {
    position: relative;
    display: flex;
    justify-content: center;
}

#logo_raudocar img {
    max-width: 100%;
    height: auto;
    width: 25rem;
}

.cabecera h1,
.cabecera img {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 0;
    border: none;
}

@media (max-width: 768px) {
    #logo_raudocar img {
        width: 120px; /* Ancho reducido para pantallas pequeñas */
    }

    #cabecera_wrap {
        padding: 1rem 0; /* Menos espacio en pantallas pequeñas */
    }
}
@media screen and (max-width: 767px) {
    .cabecera {
        height: 66px;
    }
}
@media screen and (min-width: 768px) {
    .cabecera {
        position: relative;
        /* width: 1100px; */
        height: auto;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1100px) {
    .cabecera {
        width: auto;
    }
}

/*UTILITARIOS*/

#utilitarios {
    position: absolute;
    top: 38px;
    right: 0;
}
@media screen and (max-width: 767px) {
    #utilitarios {
        top: 85px;
        right: 5px;
    }
}

#utilitarios #contacto {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dotted #979ba3;
}

#utilitarios #contacto a {
    display: block;
    float: left;
    margin-right: 5px;
}

#utilitarios #redes_sociales {
    float: left;
}

#utilitarios #redes_sociales p {
    float: left;
    margin-right: 10px;
    /*text-transform: uppercase;*/
    color: #000;
    font-size: 13px;
    line-height: 45px;
}

#redes_sociales--footer {
    float: right;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

#redes_sociales--footer p {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    /*text-transform: uppercase;*/
}

#redes_sociales--footer a {
    display: inline-block;
    margin-right: 7px;
}

#redes_sociales--footer a > img {
    width: 32px;
    height: auto;
}

#menu_principal {
    position: absolute;
    right: 0;
    bottom: 0px;
}

#menu_principal a,
#menu_principal .submenu {
    float: left;
    padding: 10px 35px;
    /*text-transform: uppercase;*/
    color: #fff;
    border-right: 1px dotted #868685;
    background-color: #3b3b3a;
    font-size: 11px;
    transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#menu_principal a:hover,
#menu_principal a:focus,
#menu_principal .submenu:hover,
#menu_principal .submenu:focus {
    background-color: #5a5a5a;
}

#menu_principal a.paga {
    background-color: #2985c8;
}

#menu_principal a.active {
    background-color: #b51827;
}

#menu_principal > a:last-of-type {
    padding-right: 20px;
    border-right: 0;
}

#menu_principal .submenu {
    font-family: "bliss-regular", Arial;
    position: relative;
    cursor: pointer;
}

#menu_principal .submenu ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 250px;
    top: 100%;
    left: 0;
    margin-bottom: 0;
    z-index: 101;
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    #menu_principal .submenu ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        width: 210px;
        top: 0;
        left: 165px;
        margin-bottom: 0;
        z-index: 101;
        list-style: none;
        padding-left: 0;
    }
}

#menu_principal .submenu:hover ul {
    opacity: 1;
    visibility: visible;
}

#menu_principal .submenu ul > li > a {
    float: none;
    display: block;
    line-height: 1;
    font-size: 11px;
    border-right: 0;
}

#menu_principal .submenu ul > li > a:hover,
#menu_principal .submenu ul > li > a:focus {
    background-color: #2985c8;
}
@media screen and (max-width: 767px) {
    #menu_principal {
        display: none;
        /* display: flex; */
        flex-direction: column;
        top: 66px;
        left: 0;
        bottom: auto;
        right: 50%;
        width: 250px;
    }
    .cabecera #logo_autopase {
        width: 100%;
    }
    .cabecera #logo_autopase img {
        display: block;
        margin: -8px 5rem auto auto;
        max-height: 74px;
        width: auto !important;
    }
}

/* btn terminos y condiciones */
.btn--header {
    display: inline-block;
    padding: 12px 28px;
    overflow: hidden;
    border-radius: 25px;
    color: #fff;
    background-color: #2985c8;
    outline: none;
    position: relative;
    transform: perspective(1px) translateZ(0);
}

.btn--header::before,
.btn--header::after {
    position: absolute;
    content: "";
    z-index: -1;
    transition: all 0.3s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(59, 59, 58, 0.75);
    transform: scaleX(0);
    transform-origin: 0 50%;
}

.btn--header::after {
    transition-delay: 0.2s;
}

.btn--header:hover:before,
.btn--header:hover:after {
    transform: scaleX(1);
}
.btn--header:hover {
    color: #fff;
}
#btn-solicitar-tag {
    display: block;
}
#link-solicitar-tag {
    display: none;
}
@media screen and (max-width: 767px) {
    #btn-solicitar-tag {
        display: none !important;
    }
    #link-solicitar-tag {
        display: block !important;
    }
}

/*FOOTER*/
#footer_wrap {
    /*width: 100%;*/
    padding: 20px;
    /*height: 540px;*/
    background-color: rgba(3, 3, 3, 0.82);
}

#footer_wrap #footer {
    /*width: 980px;*/
    /*margin: 0 auto;*/
    /*padding-top: 30px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

#footer_wrap #footer #logo_footer {
    max-width: 35rem;
}

#footer_wrap #footer #info_footer {
    /*margin-top: 20px;*/
    /*float: left;*/
    margin-top: 20px;
}

@media (max-width: 768px) {
    #footer {
        flex-direction: column;
        text-align: center;
    }

    #logo_footer {
        margin: 0 auto 20px; /* Centra el logo horizontalmente en móvil */
        width: 80%; /* Ajusta el tamaño en móviles */
    }

    #info_footer {
        margin-top: 10px;
    }

    #utilitarios_footer a {
        display: block;
        margin: 10px 0;
    }
}

/*Utilitarios Footer*/

#footer_wrap #footer #info_footer #utilitarios_footer {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #646363;
    width: 580px;
}

#footer_wrap #footer #info_footer #utilitarios_footer a {
    margin-right: 10px;
    padding-right: 10px;
    /*text-transform: uppercase;*/
    color: #fff;
    border-right: 1px solid #646363;
    font-family: "Standard-Regular", Arial;
    font-size: 12px;
}

#footer_wrap #footer #info_footer #utilitarios_footer a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

#footer_wrap #footer #info_footer #utilitarios_footer a:hover {
    text-decoration: underline;
}

/*Copyright*/

#footer_wrap #footer #info_footer p.copy {
    margin: 10px 0px;
    color: white;
    font-family: "Standard-Regular", Arial;
    font-size: 12px;
}

/*Cybercenter*/

#footer_wrap #footer #info_footer a#cyber {
    /*text-transform: uppercase;*/
    color: white;
    font-family: "Standard-Regular", Arial;
    font-size: 8px;
}

#footer_wrap #footer #info_footer a#cyber:hover {
    color: white;
}

/* redes sociales */
#redes_sociales--footer a span {
    width: 30px;
    height: 30px;
    padding: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
#redes_sociales--footer a span.fa-facebook {
    background-color: #3b5998;
}
#redes_sociales--footer a span.fa-twitter {
    background-color: #00aced;
}
#redes_sociales--footer a span.fa-youtube {
    background-color: #ed2825;
}

/* Inttro */
#intro {
    height: 135vh !important;
    background: url(../img/autopase/banner.jpg) no-repeat center center !important;
}

.logo-opten {
    transform: scale(1.5);
    width: 11rem;
    display: flex;
    height: 10rem;
    background: url(../img/raudocar/iconos-02.svg) no-repeat center center !important;
}
.logo-opten {
    border-radius: 4rem;
    transition: transform 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}

.logo-opten:hover {
    transform: scale(1.1); /* Aumenta el tamaño del icono */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para dar profundidad */
    /* Puedes agregar más estilos aquí, como cambiar el color de fondo o la opacidad */
}

.logo-devuelve {
    transform: scale(1.5);
    width: 11rem;
    display: flex;
    height: 10rem;
    background: url(../img/raudocar/iconos-03.svg) no-repeat center center !important;
}
.logo-devuelve {
    border-radius: 4rem;
    transition: transform 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}

.logo-devuelve:hover {
    transform: scale(1.1); /* Aumenta el tamaño del icono */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para dar profundidad */
    /* Puedes agregar más estilos aquí, como cambiar el color de fondo o la opacidad */
}

.team-member h5 {
    display: none;
}

/* Muestra el texto cuando se hace hover sobre el contenedor */
.team-member:hover h5 {
    display: block;
}

.logo-optendevuelve {
    transform: scale(1.5);
    width: 11rem;
    display: flex;
    height: 10rem;
    background: url(../img/raudocar/iconos-04.svg) no-repeat center center !important;
}
.logo-optendevuelve {
    border-radius: 4rem;
    transition: transform 0.3s, box-shadow 0.3s; /* Transiciones suaves */
}

.logo-optendevuelve:hover {
    transform: scale(1.1); /* Aumenta el tamaño del icono */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para dar profundidad */
    /* Puedes agregar más estilos aquí, como cambiar el color de fondo o la opacidad */
}

@media screen and (max-width: 767px) {
    #intro {
        height: 55vh !important;
    }
    .intro-content {
        top: 66px;
    }
}

.btn-servicio {
    background: #009bde !important;
}

.btn-servicio:hover {
    background: #0082ba !important;
    box-shadow: 0 4px 10px #7773;
    color: #fff;
}

/* servicios as btn */
.flex {
    position: relative;
    display: flex;
    justify-content: center;
}
#accesos-directos-wrap {
    position: relative;
    width: 100%;
    background-color: #e9ebf1;
}

/* .accesos-directos {
    padding: 2rem 4rem;
    background-color: #e9ebf1;
} */

.accesos-directos_icono {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    /* padding: 0 1rem 1rem; */
    /* margin: 0 1rem 1rem; */
}

.accesos-directos_icono figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 3.5rem;
}

.accesos-directos_icono figure img {
    width: 100%;
}

.accesos-directos_icono a {
    /*text-transform: uppercase;*/
    font-size: 1.2rem;
    text-align: center;
    color: #383737;
    line-height: 1.3;
    font-weight: bold;
    cursor: pointer;
}

.accesos-directos_icono a:hover {
    color: #85a1b5;
}

.accesos-directos_icono a:hover img {
    filter: drop-shadow(2px 4px 6px #0007);
}

.accesos-directos .container {
    display: flex;
    width: 980px;
}
.azul {
    color: #2985c8 !important;
}

.azul:hover {
    color: #383737 !important;
}

/* para moviles */
/* footer ++ */
@media screen and (max-width: 767px) {
    #footer_wrap #footer #logo_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #footer_wrap #footer {
        width: inherit;
    }
}

@media screen and (max-width: 767px) {
    #footer_wrap #footer #info_footer #utilitarios_footer {
        padding: 10px 20px;
        width: inherit;
    }
}

@media screen and (max-width: 767px) {
    #footer_wrap #footer #info_footer #utilitarios_footer a {
        border-bottom: 1px solid #646363;
        display: block;
        padding: 15px 0;
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    #footer_wrap #footer .copy {
        line-height: 1.3;
        padding-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #redes_sociales--footer {
        float: none;
        justify-content: end;
    }
}

/* menu lateral */
#m_lateral {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    display: none;
}
@media screen and (max-width: 767px) {
    #m_lateral {
        display: block;
    }
}
#m_lateral .menu-toggle:hover {
    background-color: #0da8ff;
}
#m_lateral .menu-toggle {
    background-color: #007bc0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 66px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 45px;
}

#m_lateral * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#m_lateral .menu-toggle .menu-hamburger {
    position: relative;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#m_lateral .menu-toggle .menu-hamburger span:nth-child(1) {
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -11px);
}
#m_lateral .menu-toggle .menu-hamburger span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#m_lateral .menu-toggle .menu-hamburger span:nth-child(3) {
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 7px);
}
#m_lateral .menu-toggle .menu-hamburger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% - 5px);
    height: 4px;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
    .section-header h2.section-heading {
        text-align: left;
    }
}

.form-control,
.select2-selection {
    border: 1px solid rgb(255 102 0) !important;
    border-radius: 18px !important;
}

#consultarBtn {
    border: 0px solid rgb(255 102 0) ;
    font-weight: 400;
    color: white;
    background: rgb(255 102 0) !important;
    border-radius: 35px;
    box-shadow: 4px 10px 30px #0003;
}
#consultarBtn:hover {
    box-shadow: 4px 10px 30px #0007;
}
/*rgb(255 102 0)*/