/********** Template CSS **********/
:root {
    --primary: #171717;
    --light: #F2F2F2;
    --secondary: #1c1c1c;
    --dark: #111111;
}

.form-control {
    border-width: 1px; 
    border-color: #3e3e3e;
    font-size: 17px;
    border-radius: 8px;
    height: 1.2cm;
}

.form-control:focus {
    border-color: #1B7BA2 !important; 
    border-width: 2px; 
    box-shadow: 0 0 7px #24a1d2; 
    outline: none;
}

.fw-medium {
    font-weight: 600 !important;
}

.fonz-color{
    color: rgb(73, 73, 73);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .3s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    font-size: 17px;
    transition: .5s;
    border-radius: 10px;
    
}

.bootom-color {
    background-color: #FE6701;
}

.bootom-gmail {
    background-color: #d7d6d6;
    color: #464646;    
}

.btn.bootom-gmail:hover,
.btn.bootom-gmail:active {
    background-color: #1B7BA2;
    color: #ffffff;
}

.bootom-whatsapp {
    background-color: #34c759;
    color: #ffffff;
}

.btn.bootom-whatsapp:hover,
.btn.bootom-whatsapp:active {
    background-color: #1B7BA2;
    color: #ffffff;
}

@media (max-width: 768px) {
    .button-whatsapp{
        display: flex;
        align-items: flex-end;
    }
}

.btn.btn-dar,
.btn.btn-secondary {
    color: #1B7BA2;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}

.btn:hover,
.btn:active {
    background-color: #1B7BA2;
}

/*** Navbar ***/
.navbar .logo-nurvans img {
    filter: brightness(1.1);
    mix-blend-mode: multiply;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color:  #FFFFFF;
    font-size: 15px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #FF7100;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Video ***/
@media (max-width: 768px) {
    .welcome{
        width: 100%;
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .welcome {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1025px) {
    .welcome {
        width: 100%;
        height: auto;
    }
}


.botom_registro {
    display: flex;
    flex-direction: column;
    align-items: start;
}

#bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media (min-width: 769px) and (max-width: 1024px) {
    #bg-video {
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
}
  
.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.mobile-img {
    display: none;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    .web-img{
        display: none;
    }

    .mobile-img{
        display: block;
    }
}

.card_box p {
    width: 14.2cm;
    word-wrap: break-word; 
    margin-bottom: 20px;
}


@media (max-width: 768px) {
    .card_box {
        position: absolute;
        top: 50px;
    }

    .card_box h5 {
        font-size: 38px;
    }

    .card_box p {
        width: 7.8cm;
        word-wrap: break-word; 
        margin-bottom: 20px;
    }
   
    .botom_registro {
        padding-right: 0%;
        margin-top: 8cm;
    }

}

.video_mobile {
    display: none;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    .video_web {
        display: none;
    }

    .video_mobile{
        display: block;
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: #111111;
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}

.security-bg{
    background-color: #cacbd8;
}

.billetera-bg {
    border-radius: 10px;
    background-color: #ffffff;
}

/*** security ***/
.security{
    border-radius: 10px;
    background-color: #f6f6f6;
}

.security .security-boottom{
    background-color: #FE6701;
}

.security .security-boottom:hover,
.security .security-boottom:active {
    background-color: #1B7BA2;
}

.circle {
    width: 350px;
    height: 350px;
    background-color: #fafafa; /* Cambia el color de fondo según tu preferencia */
    border-radius: 50%; /* Hace que el div sea un círculo */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, 0.068), rgba(0, 0, 0, 0)), url(../img/nosotros/about_bg.png) center center no-repeat;
    background-size: cover;
    height: 450px;
}

@media (max-width: 768px) {
    .about-bg {
        background: url(../img/nosotros/about_mobile_card.png) center center no-repeat;  
        background-size: cover;
        height: 700px;
    }

    .booking {
        display: none;
    }

    .about-bg {
        display: block;
    }

}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #111111;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #111111;
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: #111111;
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #717171;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
    border-radius: 50%;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: #010202;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: rgb(185, 182, 182);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .3);
}
 
.footer .copyright a {
    color: white;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
  
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
  }
  
  .btn-google {
    color: white !important;
    background-color: #FF7100;
  }
  
  .btn-facebook {
    color: white !important;
    background-color: #3b5998;
  }
  
  .pasos-registro-conductor span{  
    background-color: #d7d7d6;
    color: #858585;
    padding: 4px 8px;
    border-radius: 5px;  
  }
  
  .pasos-registro-conductor {
    display: flex;
    justify-content: space-between;
	text-align:center;
}
  
.pasos-registro-conductor span.active{
  background-color: #ff7100;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
}

.socials {
   display: flex;
}  

.socials .socials-icons {
    display: flex;
    justify-content: flex-start; 
    gap: 2cm; 
    padding-right: 20px;
}

.socials .socials-icons .lenguage {
    display: flex;
    flex-direction: row;
}


@media (max-width: 768px) {
    .socials {
      flex-direction: column;
      justify-content: flex-start;
      gap: 30px;
    }

    .socials .socials-icons {
        gap: 35px; 
        padding-right: 2px;
    }
    
}

@media (max-width: 768px) {
    .socials .socials-icons .lenguage {
        display: flex;
        flex-direction: column;
    }
    
}

@media only screen and (max-width : 900px) {
.pasos-registro-conductor span{
font-size:10px;	
}

}

@media (max-width: 768px) {
    .icons .store{
       flex-direction: column;
    }
}

.btn-leng {
    background-color: #1f1f1f;
    width: 7cm;
    height: 40px;
}

@media (max-width: 768px) {
    .btn-leng {
        width: 9cm;
        height: 39px;
        text-align: start;
        background-color: #1f1f1f;
        margin-bottom: 18px;
    }
}

.btn-position:hover,
.btn-position:active {
    background-color: #1e87b0;
}

/* Modal Lenguage */
.modal-header {
    margin-top: 2cm;
    border-bottom: none;
}

.modal-fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    flex: 1;
    overflow-y: auto;
    justify-content: space-evenly;
   
}

.modal-body-buton .btn-lenguage {
    background-color: #1e87b0;
    
}

.btn-lenguage:hover,
.btn-lenguage:active {
    background-color: black;
}

@media (max-width: 768px) {
    .modal-body-buton {
        display: flex;
        flex-direction: column-reverse;
        
    }

    .modal-body-buton .btn-lenguage {
        width: 7cm;
        margin-bottom: 10px;
        
    }
}

.background-welcome {
    background-image: url('/img/home/carousel_mobile1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

@media (max-width: 768px) {
    .welcome_logo {
        display: flex;
        margin-left: 25px;
        
    }
}

/* modal promociones */
.custom-modal { 
    border-radius: 20px;
    width: 800px; 
    margin: auto; 
    margin-top: 0%;
    background-color: black;
    color: white;
}

@media (max-width: 768px) {
    .custom-modal {
        width: 370px; 
        margin: auto;   
    }
}

.floating-container {
    position: fixed; 
    bottom: 10px; 
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 1050; 
    display: none; 
}
  
.floating-close {
    background-color: #34c759;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.boton-close {
    display: flex;
    justify-content: flex-end;
}

.btn-counter {
    background-color: #FE6701;
    color: white;
}
  
.icons {
    color: #ffffff;
}

.icons-1 {
    color: #0062ff;
}

.icons-2 {
    color: #dbdbd7;
}

.icons-3 {
    color: #0062ff;
}

.marca {
    color: white;
    height: 100px;
    text-align: center; 
}

.oculto{
    display: none;
}
.alert-registro{
    color: #ff7100;
}
.input-danger{
    border-width: 2px;
    border-color: #ff7100;
}
.btn-anterior-registro, .btn-siguiente-registro{
    background-color: #fe6701;
    color: #fff;
    border-radius: 50%;
    height:40px;
    width: 40px;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}
#alert-password{
    color:#aa0707;
}

/*** security ***/
.security-card {
    background: linear-gradient(rgba(0, 0, 0, 0.068), rgba(0, 0, 0, 0)), url(../img/home/security.png) center center no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}                                                                          

@media (max-width: 768px) {
    .security-card {
        background: url(../img/home/security_mobile.png) center center no-repeat;  
        background-size: cover;
        height: 700px;
    }

    .security-card {
        display: none;
    }

    .security-card {
        display: block;
    }

}

/*** unete_integridad ***/
.integridad {
    background: linear-gradient(rgba(0, 0, 0, 0.864), rgba(0, 0, 0, 0)), url(../img/nosotros/integridad.jpg) center center no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}                                                                          

@media (max-width: 768px) {
    .integridad {
        background: url(../img/nosotros/integridad_mobile.jpg) center center no-repeat;  
        background-size: cover;
        height: 700px;
    }

    .integridad {
        display: none;
    }

    .integridad{
        display: block;
    }

}

.underline {
    position: relative; 
    display: inline-block; 
    color: rgb(43, 43, 43); 
    border-bottom: 1px solid rgb(41, 41, 41); 
    transition: color 0.3s ease-out; 
}

.underline::after {
    content: ''; 
    position: absolute;
    width: 0; 
    height: 1px; 
    background-color: black; 
    bottom: 0;
    left: 0; 
    transition: width 0.3s ease-out; 
}

.underline:hover {
    color: black; 
}

.underline:hover::after {
    width: 100%; 
}

/*Visor Contraseña*/
.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
    width: 100%;
    padding-right: 40px; /* Espacio para el ícono */
    box-sizing: border-box;
}

.toggle-password {
    position: absolute;
    right: 10px; /* Ajusta la posición del ícono */
    font-size: 1.2em;
}


