/* General */
body{
    font-family: Poppins;
}

.fw-800{
    font-weight: 800;
}

/* INICIO HEADER Navbar */

.collapse.navbar-collapse{
    gap: 50px;
}

.nav-link {
    color: #434343 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.btn-verde {
    background-color: #34A304;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
    border-radius: 10px;
    width:max-content;
}

.btn-verde:hover{
    background-color: #34A304;
    color: #fff;
}
/* FIN HEADER Navbar */


/* INICIO Hero */
.hero-section {
    border-radius: 45px 45px 45px 226px;
    border: 2px solid #34A304;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7764355742296919) 0%, rgba(255, 255, 255, 0.8688725490196079) 41%, rgba(255, 255, 255, 0.891281512605042) 59%, rgba(255, 255, 255, 1) 100%);
    min-height: 655px;
}
.hero-content{
    min-height: 655px;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}

.img-ab-ubi{
    position: relative;
    top: calc(100% - 292px);
    left: -22%;
    width: 135%;
    max-width: 534px;
}
.hero-content {
    display: flex;
    justify-content: space-between;
    padding: 30px 9% 30px 5.5%;
}
.hero-text {
    max-width: calc(100% - 370px);
    padding-right: 4%;
}
.hero-title{
    color: #34A304;
    font-size: 32px;
    font-weight: 800;
    line-height: normal;
    padding-left: 10px;
    margin-bottom:0;
}
.separador{
    border-radius: 50px;
    background: #59575A;
    width: 48px;
    height: 1px;
    margin: 13px 0;
}
.hero-text p{
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.img-hero{
    position: absolute;
    margin-top: 85px;
    left: -90px;
    max-width: 680px;
}

.txt-tachado {
    position: relative;
    width: max-content;
    font-weight: 500;
}
 
.txt-tachado:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: #434343;
    width: calc(100% + 8px);
    height:100%;
    -webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    transform:rotate(-10deg);
}

.hero-form {
    max-width: 370px;
    width: 100%; 
}
.content-form{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #838383;
    background: rgba(240, 240, 240, 0.85);
    position: relative;
    z-index: 2;
}
.content-form p.form-title{
    color: #34A304;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 10px;
}
.content-form p{
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.p-borde{
    border-top: 1px solid #D4D4D4;
}

.flecha-form{
    position: absolute;
    width: max-content;
    left: calc(50% - 11.5px);
    bottom: -15.5px;
    z-index:1;
}
.span-precio{
    color: #34A304;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
}
.hero-form form{
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #838383;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(52, 163, 4, 0.25);
    padding: 20px;
    margin-top: 8px !important;
    z-index: 120;
    position: relative;
}
#cotizacion {
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    height: 44px;
}
.hero-form form p{
    color: #B4B4B4;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 18.2px;
    margin-top: 6px;
}

.hero-form form h6, .form-group.cant-vehiculos-div label{
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:6px;
}
.form-group label{
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom:0;
}
input#direccion-cliente{
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 6px;
}
input#direccion-cliente::placeholder {
    color: #434343;
}
input[type="number" i]{
    width: 58px;
    text-align: center;
    height: 40px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #CCC;
}
#cantidadVehiculos {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #EAEAEA;
    text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.number-input-wrapper {
    display: flex;
    align-items: center;
}
.number-input-wrapper input {
    width: 60px;
    text-align: center;
}
.number-input-wrapper button {
    width: 30px;
    height: 30px;
}
.btn-custom {
    background-color: #28a745;
    color: white;
}




/* MODAL FORMULARIO */

button.close span:focus-visible, button.close:focus {
    outline: none !important;
}
button.close {
    border: none;
    background: none;
    font-size: 25px;
    float: right;
    line-height: 25px;
}

.btn-modal{
    border-radius: 10px;
    background: #34A304;
    padding: 11.5px 10px;
    width:100%;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border:none;
    margin-top: 10px;
    z-index:11;
    position:relative
}

.btn-modal:focus{
    border:none;
    box-shadow: none;
    outline: none;
}

.modal-body {
    padding: 20px 24px 20px;
}

.modal-body form, .modal-body div{
    clear: both;
}

.modal-dialog{
    max-width: 368px;
    margin: auto;
    top: 50%;
    transform: translate(0px, -50%) !important;
}

.modal-content {
    border-radius: 20px;
    border: 1px #838383;
}

.txt-form{
    color: #B4B4B4;
    font-family: Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 18.2px;
}

/* FIN Hero */


/* INICIO Tarjetas */

.sec-tjs{
    padding: 102px 5% 150px;
}

.sec-tjs h3{
    color: #34A304;
    font-size: 28px;
    font-weight: 800;
    line-height: 39.2px;
    margin-bottom: 30px;
}

.sec-tjs .row{
    display:flex;
    gap: 28px;
}

.tjs-caracteristicas {
    min-height: 348px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px 15px;
    gap:52px;
    flex: 0 0 calc(33.33% - 18.67px);

}

.tjs-caracteristicas h6{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin-bottom:0;
}

.tj-radio-der-arriba-desk{
    border-radius: 20px 150px 20px 20px;
}

.tj-radio-izq-abajo-desk{
    border-radius: 20px 20px 20px 150px;
}

/* FIN Tarjetas */

/* INICIO App monitoreo */
.descarga-app{
    display:flex;
    align-items: center;
}

.descarga-app img{
    width:75px;
    height:75px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    border-radius: 12px;
}

.descarga-app h3{
    color: #34A304;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom:0;
    padding-left: 16px;
}

.sec-app-monitoreo .col-lg-7{
    padding:48px 6.9% 34px 0;
}

.sec-app-monitoreo .col-lg-7 p{
    color: #888;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin:22px 0 60px;
    padding-right:20px;
}

.sec-app-monitoreo .col-lg-7 p span{
    font-weight: 800;
}

.imgs-stores img:first-child{
    max-width: 172px;
}

.imgs-stores img:last-child{
    max-width: 152px;
}

.sec-app-monitoreo .col-lg-5 img{
    max-width:442px;
    margin-top:-70px;
}

/* FIN App monitoreo */

/* INICIO Tarjetas accesorios */
.sec-tjs-accesorios {
    padding:80px 0 47px;
}

.sec-tjs-accesorios h3{
    color: #34A304;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: center;
    margin-bottom: 36px;
}

.sec-tjs-accesorios h3 span{
    font-weight: 500;
}

.sec-tjs-accesorios .row{
    display:flex;
    gap: 21px;
}

.tjs-accesorios{
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(234, 234, 234, 0.92);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
    display:flex;
    flex-direction: column;
    max-width: calc(33% - 11.6px);
    position:relative;
}

.img-portada img{
    border-radius: 20px 20px 0 0;
    width:100%;
}

.tjs-accesorios .div-content {
    margin: auto;
    margin-top: -26px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding: 0 24px;
}

.tjs-accesorios .div-content h6{
    color: #434343;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 14px;
}
.tjs-accesorios .div-content p{
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.aviso{
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 47px 0 0;
}

/* FIN Tarjetas accesorios */

/* INICIO Cuidar auto */

.sec-cuidar-auto{
    background: linear-gradient(90deg, rgb(52 163 4 / 70%) 0%, #34a304e3 100%), linear-gradient(0deg, #34a30438 0%, #34a3042b 100%), #eeeeee00;
    border-radius: 20px 20px 20px 150px;
    padding: 57px 6% 65px 8%;
    position:relative;
    overflow: hidden;
}

.sec-cuidar-auto.sec-flota-verde{
    padding-top: 37px;
    padding-bottom:46px;
}

.sec-cuidar-auto .col-lg-5{
    padding:0;
    display:flex;
    align-items: center;
}

.sec-cuidar-auto h4{
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}
.sec-cuidar-auto h4 span{
    font-weight: 400;
}
.sec-cuidar-auto .col-lg-7 div{
    display:flex;
    gap:12px;
}
.sec-cuidar-auto a{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #34A304;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    display:flex;
    align-items: center;
    justify-content: center;
    max-width: calc(50% - 6px);
    width:100%;

}

/* FIN Cuidar auto*/

/* INICIO Tarjetas blog */

.tj-cliente {
    max-width: 370px;
    text-align: center;
    padding: 40px 5% 38px;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    /*box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);*/
    min-height: 488px;
}

.tj-cliente .div-datos{
    display:flex;
    align-items:center;
    gap: 12px;
    width:max-content;
    margin:auto;
    margin-top: 70px;
}

.tj-cliente .div-datos img{
    width: 60px;
}

.tj-cliente .div-datos div{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.tj-cliente .opinion{
    margin: 34px 0 32px;
    color: #3E5073;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px ;
}

.tj-cliente .estrellas{
    max-width:118px;
    margin:auto;
}

.nombre-cliente{
    color: #1E5068;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
}

.fecha-cliente{
    color: #5E84A1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}



.owl-nav {
    position: absolute;
    top: calc(50% - 31px);
    width: calc(100% + 64px);
    left: calc(0px - 32px);
    display: flex;
    justify-content: space-between;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-]:focus-visible, .owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0px !important;
}

.sec-opiniones {
    padding: 80px 0 114px;
}

.sec-opiniones h3{
    color: #34A304;
    font-size: 28px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.56px;
    text-align: center;
    margin-bottom: 46px;
}


/* FIN Tarjetas blog */



/* INICIO Cuidar tu auto */



/* FIN Cuidar tu auto */

/* INICIO Footer */

.footer {
	background: #363b3f;
	padding: 70px 0 0 0;
}

.footer h6 {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
}

.footer p {
	color: #908f8f;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}

.footer a {
	color: #65c178;
}

.footer a:hover {
	color: #fff;
}

.footer .title {
	margin-bottom: 15px;
}

.footer .title a {
	font-weight: 700;
}

.footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	background: url("../imgs/arrow.png") 0 50% no-repeat;
	text-indent: 20px;
	margin-bottom: 10px;
}

.footer ul li a {
	color: #908f8f;
    font-size: 14px;
    line-height: 1.428571429;
    font-family: 'Lato', sans-serif;
}

.footer ul li a:hover {
	color: #65c178;
}

.footer .contact-info span {
	display: inline-block;
	width: 40px;
	color: #908f8f;
}

.footer .contact-info .c-details {
	color: #65c178;
}

.footer .contact-info .social {
	overflow: hidden;
}

.footer .contact-info .social a {
	display: block;
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 50px;
	background: #2a3034;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.footer .contact-info .social a:hover {
	background-color: #65c178;
	transform: rotate(360deg) !important;
	-moz-transform: rotate(360deg) !important;
	-webkit-transform: rotate(360deg) !important;
    -webkit-transition: all 0.5s ease;
}

.footer .contact-info .social a.facebook {
	background-image: url("../imgs/facebook.png");
}

.footer .contact-info .social a.twitter {
	background-image: url("../imgs/twitter.png");
}

.footer .copyright {
	border-top: 2px solid #4a4f53;
	padding-top: 30px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #65c178;
}


.hours {
	margin-bottom: 30px;
}

.hours div {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 15px 0;
}

.hours div:last-child {
	border-bottom: none;
}

.hours p {
	margin: 0;
}

.hours div .day {
	float: left;
}

.hours div .time {
	float: right;
	background: url("../imgs/clock.png") 0 50% no-repeat;
	padding-left: 25px;
}

/* FIN Footer */





/* INICIO RESPONSIVE */
@media (max-width:991px){

    .modal-content{
        width: calc(100% - 20px);
        margin:auto;
        max-width:400px;
    }
    /* INICIO Sec form */
    .hero-section {
        border-radius: 45px 45px 45px 146px;
        min-height:400px;
    }
    .hero-content{
        flex-direction: column;
        padding: 30px 12px 0;
        min-height:400px;
    }
    .hero-text, .hero-form{
        max-width:100%;
        padding-right:0;
    }
    .img-hero {
        display:none;
    }
    .hero-form{
        margin-top: 15px;
    }
    .modal-body form{
        padding: 20px 3%;
        margin-top:0;
    }
    .camioneta-mov {
        width: 124%;
        margin-top: 20px;
        position: relative;
        left: -25%;
    }

    .hero-text svg{
        width: 36px;
        height: 36px;
    }

    .hero-title{
        font-size: 24px;
    }

    .hero-text p{
        font-size: 13px;
    }

    .content-form p{
        font-size: 14px;
    }

    .content-form{
        padding: 20px 3%;
    }

    .content-form p.form-title{
        max-width: max-content;
        padding: 10px 20px;
        margin:auto;
    }

    .cant-vehiculos-div{
        margin-bottom: 6px !important;
    }

    .cant-vehiculos-div label{
        padding-right: 4%;
    }

    

    #cotizacion{
        padding: 10px 26px;
    }


    /* FIN Sec form */

    .owl-item{
        display:flex;
    }
    
    .carousel-item{
        height: 100%; 
    }
    
    .owl-carousel .owl-stage-outer {
        height: 100%;
        display: flex !important;
        align-items: stretch;
    }
    
    .owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
        height: 100%;
    }
    
    .tjs-accesorios{
        height: 100%;
        display: flex !important;
        align-items: stretch; 
    }

    /* INICIO Tjs caracteristicas */
    .sec-tjs{
        padding: 55px 15px 30px;
    }

    .sec-tjs .row{
        gap: 15px;
    }
    
    .sec-tjs h3{
        font-size: 24px;
        line-height: 33.6px;
    }

    .tjs-caracteristicas{
        padding: 20px 10px 30px;
        gap:33px;
        min-height: 258px;
    }

    .tjs-caracteristicas img{
        width: 70px;
    }

    .tjs-caracteristicas h6 {
        font-size: 13px;
        line-height: 18.2px;
    }

    


    /* FIN tjs caracteristicas */

    /* INICIO App monitoreo */

    .sec-app-monitoreo{
        flex-direction: column;
        padding-top: 30px;
    }

    .sec-app-monitoreo .col-lg-5.col-12{
        text-align:center;
    }

    .sec-app-monitoreo .col-lg-5.col-12 img{
        width:100%;
        margin-top: 37px;
        max-width:350px;
    }

    .sec-app-monitoreo .col-lg-7.col-12{
        padding:0;
    }

    .sec-cuidar-auto .col-12 div{
        flex-direction: column;
        align-items: center;
    }

    .descarga-app h3{
        font-size: 24px;
        padding-left: 13px;
    }

    .sec-app-monitoreo .col-12 p{
        font-size: 13px;
        line-height: 19.5px;
        margin: 15px 0 42px;
    }

    .imgs-stores img:last-child{
        width: 40%;
    }
    .imgs-stores img:first-child {
        width: 45%;
    }

    /* FIN App monitoreo */

    /* INICIO Accesorios */

    .sec-tjs-accesorios{
        padding:40px 0 36px 15px !important;
    }

    .sec-tjs-accesorios h3{
        font-size: 24px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #tjs-caracteristicas-car .tjs-accesorios {
        max-width: 100%;
    }
    .tjs-accesorios{
        box-shadow: none;
    }

    .tjs-accesorios .div-content{
        padding: 0 12px;
    }

    .tjs-accesorios .div-content h6{
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .tjs-accesorios .div-content p{
        font-size: 13px;
        line-height: 18.2px;
        margin-bottom: 14px;
    }

    .aviso{
        font-size: 12px;
        line-height: 16.8px;
        margin-top: 30px;
        padding-right: 15px;
    }

    /* FIN Accesorios */

    /* INICIO Cuidar auto */

    .sec-cuidar-auto {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 20px 20px 20px 120px;
        padding: 40px 6% 76px 8%;
        max-width:calc(100% - 30px);
        margin:auto;
    }

    .sec-cuidar-auto a{
        max-width: 277px;
        width:100%;
    }

    .sec-cuidar-auto h4{
        margin: 20px auto;
    }

    /* FIN Cuidar auto */

    /* INICIO Opiniones clientes */

    .sec-opiniones{
        padding:60px 0 40px 15px;
    }

    .sec-opiniones h3{
        font-size: 24px;
        margin-bottom: 40px;
    }

    .tj-cliente .opinion{
        margin-top:0;
        margin-bottom:50px;
    }

    .tj-cliente .div-datos img{
        max-width:50px;
        width:100%;

    }

    .tj-cliente .div-datos{
        width:100%;
    }

    .nombre-cliente{
        font-size:14px;
        line-height: 22px;
        text-align:left;
    }
    .tj-cliente .div-datos{
        margin-top:40px;
    }
    
    


    /* FIN Opiniones clientes */



    /* PERSONAS */

    /* Sec form */

    .personas-mov {
        width: 114%;
        margin-top: -45px;
        position: relative;
        left: 0;
    }

    #msform fieldset .btn-paso2 {
        max-width: calc(50% - 12px) !important;
    }

    /* Header */
    div#navbarNav{
        display:none !important;
    }




}

@media (max-width:767px){
    .tjs-caracteristicas{
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
        padding: 20px 16px 30px;
        gap:33px;
    }

    .tj-radio-der-arriba-desk{
        border-radius: 20px 20px 20px 20px;
    }
    
    .tj-radio-izq-abajo-desk{
        border-radius: 20px 20px 20px 20px;
    }

    .tj-radio-der-arriba-mob{
        border-radius: 20px 80px 20px 20px;
    }
    
    .tj-radio-izq-abajo-mob{
        border-radius: 20px 20px 20px 80px;
    }
}




.flota .img-hero {
    position: absolute;
    max-width: 665px;
    width: calc(100% + 20%);
    margin-left: -6px;
    top: 35%;
    z-index:11;
}

.btn-cotizar{
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    width:100%;
    display:flex;
    text-align:center;
    justify-content: center;
    align-items: center;
    gap:10px;
    color: #434343;
}

.form-flota .form-group{
    flex-direction: column;
    text-align: left;
}

.form-flota .cant-vehiculos-div{
    flex-direction: row;
}

.form-group.dividido{
    flex-direction: row;
    gap: 14px;
}

.group-50{
    max-width: calc(50% - 7px);
    width: 100%;
}

.group-50 .input-text input, .form-group label, .input-text{
    max-width: 62%;
    width:100%;
}

.form-flota .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #EAEAEA;
}

.form-control{
    color: #434343;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.form-flota label{
    font-weight: 700;
}

.form-flota .btn-direccion{
    color: #434343;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    display:flex;
    margin-top: 20px;
}

[type="textarea" i]{
    min-height:60px;
    margin-bottom:20px;
}

form.form-flota{
    border-radius: 20px 20px 20px 20px;
    padding-top:36px;
}

.div-contacto{
    max-width: 65%;
}

.div-tel{
    max-width: 35%;
}

.div-tel input[type="number" i]{
    padding:.375rem .75rem !important;
    height: calc(1.5em + .75rem + 2px);
}

.camiones-mov {
    width: 108%;
    margin-top: 30px;
    position: relative;
    left: -6%;
}

.flota .hero-content {
    padding-bottom: 50px;
}




.personas .hero-form form{
    padding: 50px 20px 20px 20px;
}
/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 0px;
}

.txt-paso1, .txt-paso2, .txt-paso3 {
  line-height: 50px;
}

.txt-paso3.msg {
  margin-top: 144px !important;
}

#msform fieldset .form-card {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  padding: 30px 0px 50px 0px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 0px;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}

#msform input, #msform textarea {
  padding: 0px 8px 4px 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 16px;
  letter-spacing: 1px;
}

#msform .form-check {
  display: flex;
  gap: 30px;
  padding: 30px;
  display: flex;
  gap: 30px;
  padding: 30px;
  align-items: center;
  background-color: #141414;
  justify-content: center;
}
.btn-paso2 {
    max-width: calc(50% - 8px) !important;
}

.titulo-datos-input {
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 50px !important;
  margin-bottom: 24px !important;
}

.titulo-datos-contacto {
  margin-bottom: 8px !important;
}

#msform .form-check-input:checked[type=checkbox] {
  background-color: transparent;
}

#msform .form-check-input[type=checkbox] {
  background-color: transparent;
  border-radius: 2.25px;
  border: 1.5px solid rgba(21, 84, 255, 0.3803921569);
  width: 18px;
  height: 18px;
  margin: 0;
}

#msform .form-check-input:checked[type=checkbox] {
  background-image: url("/iveco/contactanos../imgs/checked-input.svg");
  background-color: transparent !important;
}

#msform .btn-verde {
  color:#fff;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

#msform label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

#msform label.form-check-label a {
  font-size: 12px;
  line-height: 16px;
  color: #989898;
  padding-bottom: 1px;
  border-bottom: 1px solid #989898;
}

.card{
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin:0 !important;
    padding:0 !important;
    z-index:0;
}



#msform input:focus, #msform textarea:focus {
  box-shadow: none !important;
  outline-width: 0;
}

.div-ciudad-comuna{
    gap: 6px;
}

.div-ciudad-comuna div{
    max-width: calc(50% - 3px);
}


/*progressbar*/
#progressbar {
  overflow: hidden;
  max-width:196px;
  margin:auto;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #paso1:before {
  content: "";
  margin-left:0;
}

#progressbar #paso2:before {
  content: "";
}

#progressbar #paso3:before {
  content: "";
  margin-right:0;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 0px auto;
    padding: 0px;
    border: 1px solid #B9B9C3;
    z-index: 2;
    position: relative;
}

.progressbar-2 li:nth-child(1):before {
  background: #34A304 !important;
}

.progressbar-3 li:nth-child(1):before, .progressbar-3 li:nth-child(2):before {
  background: #34A304 !important;
}



/*ProgressBar connectors*/
#progressbar li:not(:first-child):after {
    content: "";
    width: 85%;
    height: 1px;
    background: #B9B9C3;
    position: absolute;
    left: -64%;
    top: 5.5px;
    z-index: 0;
}

li#paso3:after {
    left: -24% !important;
}


/*Color number of the step and the connector before it*/
#progressbar li.active:before {
    background: #34A304;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Inputs */
#msform .input-group-text, #msform .form-control, #msform .form-select {
    color:#67728A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.154px;
    border-radius: 6px;
    border: 1px solid #CFD9E0;
    background: #FFF;
    box-shadow: 0px 2px 0px 0px rgba(231, 235, 238, 0.20);
    padding: 10px;
}

.fila-select-paso1 {
  gap: 36px;
}

.fila-form {
  gap: 14px;
}

.fila-form .col-lg-6 {
  width: 100% !important;
}

.fila-select-paso1 .col-lg-6 {
  width: calc(50% - 18px) !important;
}

#msform .input-group-text::-moz-placeholder, #msform .form-control::-moz-placeholder, #msform .form-select::-moz-placeholder {
  color: #666;
}

#msform .input-group-text::placeholder, #msform .form-control::placeholder, #msform .form-select::placeholder {
  color: #666;
}

#msform .form-control {
    height: 40px;
    margin-bottom:0;
}

/* Label */
#msform label {
    color: #111B2B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.154px;
    margin-bottom: 8px;
    padding-bottom:0;
}




.personas .img-hero{
    position: relative;
    bottom: 0;
    left: 0px;
    max-width: 650px;
    top: calc(100% - 547px);
    width: 120%;
    margin-top: -65px;
}

.sec-tjs-accesorios.personas .tjs-accesorios{
    max-width: calc(25% - 16px);
    min-height: 448px;
    box-shadow: 0 0 8px 0 #006837;
}

.personas .tjs-accesorios .div-content h6 {
    padding: 10px 13px;
}

.personas .tjs-accesorios .div-content{
    height:100%;
    display:flex;
    flex-direction: column;
    padding-bottom:20px;
    justify-content: space-between;
}

.tag-accesorios {
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--Bordes, #EAEAEA);
    background: var(--Verde, #34A304);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    width: max-content;
    position: absolute;
    top: 12px;
    right: 14px;
}



/* Header */

.dropdown-menu.show {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
    border-color: #34a304;
}

a.dropdown-item{
    transition: all .2s ease-in-out;
    padding: 10px 16px;
    font-size: 14px;
}

a.dropdown-item:hover {
    background: #34a304;
    color: #fff;
    transition: all .2s ease-in-out;
}

.lista-menu-mov .nav-link {
    padding: 20px 16px;
}

.lista-menu-mov .btn-verde {
    margin-top: 20px;
}

.lista-menu-mov{
    text-align: center;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 991px) and (max-width:1199px){
    .personas .img-hero{
        margin-top: 65px;
    }
}






/* INICIO CODIGO GPS PERSONAS 14-10 */

.hero-section.gps-personas{
    filter: drop-shadow(0 0 12px #006837);
    min-height:590px;
}

.gps-personas .contenedor-ofertas h1{
    color: #FFF;
    font-size: 48px !important;
    font-weight: 700;
    line-height: 52px !important;
}

.gps-personas .hero-content{
    background: url("../imgs/gps-personas%20banner-1310.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 4% 36px 4%;
    display:flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap:30px;
    min-height:590px;
}

.gps-personas .hero-title{
    color: #FFF;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
}

.gps-personas .separador{
    width:62px;
    background: #fff;
}

.gps-personas .hero-text{
    padding:0;
    max-width:55%;
    flex-shrink: 0;
}

.gps-personas .hero-text p{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.fila-caract-gps-personas a{
    color: #FFF !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 12px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #34A304;
    margin: 14px 0 4px;
    text-decoration: none !important;
    white-space: nowrap;
}

.gps-personas .contenedor-ofertas .fila-caract-gps-personas p{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    padding:0;
}

.gps-personas .contenedor-ofertas{
    border: 1px solid rgba(0, 104, 55, 0.20);
    box-shadow: 0 0 9.4px 0 #34A304;
    background: rgba(0, 0, 0, 0.45); /* Fondo semi-transparente compatible con todos los navegadores */
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width:47%;
    flex-shrink: 0;
    border-radius:20px;
    position: relative;
    z-index: 1;
}

.gps-personas .contenedor-ofertas h1{
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom:0;
}

.gps-personas .contenedor-ofertas p{
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom:0;
}

.fila-ofertas-gps-personas{
    padding: 14px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 14px 0px;
}

.fila-ofertas-gps-personas p{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.fila-ofertas-gps-personas h2{
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
}

.fila-caract-gps-personas{
    display:flex;
    gap: 10px;
}

.fila-caract-gps-personas .col-6{
    width: calc(50% - 5px);
}

.lista-caract-gps-personas {
    list-style-type: none !important;
    padding-left: 0;
    margin: 0;
    display:flex;
    flex-direction: column;
    gap:10px;
}

.lista-caract-gps-personas li{
    display:flex;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    gap: 4px;
    align-items: center;
}

.tjs-caracteristicas.tjs-caract-gp-personas{
    gap: 0;
    box-shadow: 0 0 12px 0 #006837;
    border: 1px solid #EAEAEA;
}

.tjs-caracteristicas.tjs-caract-gp-personas h6{
    margin-top:20px;
}

.tjs-caracteristicas.tjs-caract-gp-personas p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.sec-tjs-caract-gp-personas h3 span{
    font-weight: 400;
}

.sec-tjs-caract-gp-personas {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-monitorio-gps-personas p{
    max-width:565px;
}

.sec-solucion-empresa-gps-persona{
    background: url(../imgs/solucion-bg-gps-persona-1310.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px 20px 150px 20px;
    padding: 55px 5%;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.sec-solucion-empresa-gps-persona h4{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom:0;
}

.sec-solucion-empresa-gps-persona p{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom:10px;
}

.sec-solucion-empresa-gps-persona a{
    color: #34A304;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 26px;
    border-radius: 10px;
    background: #FFF;
    text-decoration: none;
    width:max-content;
}

.accesorios-gps-personas .tag-accesorios{
    color: #09BE09 !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 10px;
    border: 1px solid #09BE09;
    background: #FFF;
    box-shadow: 0 0 9.4px 0 #D0D2D0;
}

.accesorios-gps-personas h6.nombre-accesorio{
    color: #09BE09 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
    border:none;
    box-shadow: inherit;
    padding:0 !important;
    margin:0;
}

.accesorios-gps-personas p{
    color: #434343 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom:0;
}

.accesorios-gps-personas a{
    color: #34A304;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    border:none;
    box-shadow: inherit;
    margin:0;
    border-radius: 10px;
    border: 1px solid #34A304;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    padding: 10px !important;
    text-decoration: none;
}

.accesorios-gps-personas .tjs-accesorios .div-content{
    margin-top: 0;
    padding: 20px;
}

.accesorios-gps-personas{
    min-height: 448px;
}

.div-btns-aviso{
    gap: 14px;
    padding-top:10px;
}

.div-btns-aviso a{
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #34A304;
    box-shadow: 0 0 12px 0 #006837;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display:flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    width:100%;
    max-width:275px;
    text-decoration: none !important;
    white-space: nowrap;
}

.opiniones-gps-persona{
    padding-top:0;
    padding-bottom:50px;
}


@media (max-width: 991px){
    .gps-personas .hero-text, .gps-personas .contenedor-ofertas{
        max-width:100%;
        width:100%;
    }

    .gps-personas .hero-content{
        padding:20px;
        background: url("../imgs/bg-oferta-gps-persona-movil-1310.webp");
        padding: 34px 16px 55%;
        background-position: center bottom;
        background-size: cover;
    }

    .gps-personas .separador{
        margin: 2px 0 5px;
        width:36px;
    }

    .gps-personas .hero-title{
        font-size: 20px;
        line-height: 30px;
    }

    .gps-personas .hero-text p{
        font-size: 14px;
        line-height: 18px;
        font-weight:600;
    }

    .gps-personas .contenedor-ofertas h1{
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .gps-personas .contenedor-ofertas p{
        font-size: 14px;
        line-height: 18px;
    }

    .fila-ofertas-gps-personas h2{
        font-size: 24px;
        line-height: 28px;
        margin:0;
    }

    .lista-caract-gps-personas li{
        font-size:10px;
        line-height: 12px;
    }

    .lista-caract-gps-personas li svg{
        width:18px;
    }

    .fila-caract-gps-personas a{
        font-size: 12px;
        line-height: 16px;
        max-width: 170px;
    }

    .gps-personas .contenedor-ofertas p{
        font-size:10px;
        line-height: 12px;
    }

    .fila-caract-gps-personas a img, .div-btns-aviso a img{
        width:18px;
    }

    .fila-ofertas-gps-personas{
        padding-top:10px;
        padding-bottom:10px;
        margin: 10px 0;
    }

    .fila-accesorios-gps-personas{
        display:flex;
        flex-wrap: wrap;
    }

    .fila-accesorios-gps-personas .tjs-accesorios{
        max-width: calc(50% - 8px) !important;
        width: calc(50% - 8px);
    }

    .sec-solucion-empresa-gps-persona .col-lg-9{
        order:2;
    }

    .sec-solucion-empresa-gps-persona img{
        width:32% !important;
        max-width: 140px;
        min-width:90px;
    }

    .sec-monitorio-gps-personas{
        padding: 30px 15px 380px;
    }


    .sec-solucion-empresa-gps-persona{
        padding:40px 32px 82px;
        filter: drop-shadow(0 0 12px #006837);
        margin-top:42px;
    }

    .sec-solucion-empresa-gps-persona h4{
        font-size: 20px;
        line-height: 24px;
    }

    .sec-solucion-empresa-gps-persona p{
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        text-align: center;
        margin-top:4px;
    }

    .sec-solucion-empresa-gps-persona .col-12 div{
        display:flex;
        justify-content: center;
    }

    .sec-solucion-empresa-gps-persona a{
        font-size:14px;
        line-height: 18px;
        width:100%;
        max-width:350px;
        margin-top:20px;
    }

    .accesorios-gps-personas{
        padding: 40px 16px !important;
    }

    .accesorios-gps-personas h3{
        font-size:20px;
        line-height: 28px;
        margin-bottom:24px;
    }

    .accesorios-gps-personas h3 span{
        font-size:16px;
        line-height: 28px;
        font-weight: 300;
    }

    .accesorios-gps-personas .tag-accesorios{
        font-size: 8px;
        line-height: 12px;
        padding: 5px 10px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

    .personas .tjs-accesorios .div-content h6{
        font-size: 12px;
        line-height: 18px;
    }

    .tjs-accesorios .div-content p{
        font-size: 10px;
        line-height: 14px;
    }

    .accesorios-gps-personas a{
        padding:8px 16px !important;
    }

    .sec-tjs-accesorios.personas .tjs-accesorios{
        min-height: 290px;
    }

    .fila-accesorios-gps-personas{
        gap: 16px !important;
    }

    .accesorios-gps-personas .tjs-accesorios .div-content{
        padding:10px;
    }

    .accesorios-gps-personas p.aviso{
        font-size: 8px;
        line-height: 12px;
        margin-top:24px;
    }

    .sec-tjs-caract-gp-personas h3{
        font-size:20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .sec-tjs-caract-gp-personas h3 span{
        font-size:16px;
        line-height: 24px;
        font-weight: 300;
    }

    .tjs-caracteristicas.tjs-caract-gp-personas h6, .tjs-caracteristicas.tjs-caract-gp-personas p{
        font-size: 10px;
        line-height: 14px;
    }

    .tjs-caracteristicas.tjs-caract-gp-personas img{
        width: 52px;
    }

    .tjs-caracteristicas.tjs-caract-gp-personas{
        min-height:200px;
    }

    .sec-monitorio-gps-personas{
        background-image: url(../imgs/monitoreo-gps-persona-movil-1310.jpg) !important;
    }

    .sec-monitorio-gps-personas p{
        max-width: 100%;
    }

    .fila-accesorios-gps-personas .tjs-accesorios{
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sec-solucion-empresa-gps-persona {
        background: url(../imgs/solucion-empresa-gps-persona-movil-1310.jpg);
        background-size: cover;
        background-position: center bottom;
    }

    .sec-tjs-caract-gp-personas{
        padding:0 15px 50px;
    }

    .div-btns-aviso a{
        font-size: 12px;
        line-height: 16px;
        padding:10px;
        max-width:300px;
    }

    .div-btns-aviso{
        flex-direction: column;
        align-items: center;
    }
}


/* FIN CODIGO GPS PERSONAS 14-10 */
/* BOTONES FLOTANTES DE CONTACTO */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp {
    background-color: #25d366;
    color: #FFF;
    right: 12px;
}

.llamar {
    right: 75px;
    background-color: #28a40f;
    color: #FFF;
}

.email {
    right: 138px;
    background-color: #4a70bd;
    color: #FFF;
}

.email:hover,
.email:focus,
.llamar:hover,
.llamar:focus,
.whatsapp:hover,
.whatsapp:focus {
    color: white;
    text-decoration: none;
}

.my-float {
    margin-top: 16px;
}

.menu-contacto {
    background-color: #ffffffc4;
    width: 200px;
    right: 5px;
    height: 70px;
    bottom: 5px;
}

/* MODAL WHATSAPP */
#modalContactWhatsapp .modal-dialog {
    max-width: 400px;
}

#modalContactWhatsapp .modal-header {
    background-color: #25d366;
    color: white;
    border-bottom: none;
}

#modalContactWhatsapp .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

#modalContactWhatsapp .modal-title {
    font-size: 1.2em;
    font-weight: 600;
}

#modalContactWhatsapp .form-control {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ddd;
}

#modalContactWhatsapp .form-control:focus {
    border-color: #25d366;
    box-shadow: 0 0 0 0.2rem rgba(37, 211, 102, 0.25);
}

#modalContactWhatsapp .invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

#modalContactWhatsapp .btn-success {
    border-radius: 50px;
    padding: 12px;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

#modalContactWhatsapp .btn-success:hover {
    background-color: #128c7e !important;
    transform: scale(1.02);
}

#modalContactWhatsapp .btn-success:disabled {
    background-color: #25d366 !important;
    cursor: not-allowed;
}

/* MODAL EMAIL */
#modalContactEmail .modal-dialog {
    max-width: 800px;
}

#modalContactEmail .modal-header {
    background: linear-gradient(135deg, #34A304 0%, #2a8203 100%);
    color: white;
    border-bottom: none;
    padding: 0.8rem 1rem;
}

#modalContactEmail .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

#modalContactEmail .modal-title {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#modalContactEmail .modal-body {
    padding: 1rem;
}

#modalContactEmail .form-control-sm {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-size: 0.9em;
}

#modalContactEmail .form-control-sm:focus {
    border-color: #34A304;
    box-shadow: 0 0 0 0.2rem rgba(52, 163, 4, 0.25);
}

#modalContactEmail .form-control-sm.is-valid {
    border-color: #34A304;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2334A304' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

#modalContactEmail .form-control-sm.is-invalid {
    border-color: #dc3545;
}

#modalContactEmail .invalid-feedback {
    color: #dc3545;
    font-size: 0.8em;
    margin-top: 0.2rem;
}

#modalContactEmail .btn-primary {
    background: #34A304;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 1em;
    padding: 10px 20px;
}

#modalContactEmail .btn-primary:hover {
    background: #2a8203;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 163, 4, 0.3);
}

#modalContactEmail textarea.form-control-sm {
    resize: vertical;
    min-height: 70px;
}


/* MODAL CONFIRMACIÓN */
#modalConfirmacion .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#modalConfirmacion .modal-header {
    border-bottom: none;
    border-radius: 15px 15px 0 0;
}

#modalConfirmacion .modal-body {
    font-size: 1.1em;
    color: #333;
}

#modalConfirmacion .modal-body p {
    line-height: 1.6;
}

/* ============================================
   MODAL DE COMPRA - ESTILO MINIMALISTA
   ============================================ */

#compraGPSPersonasModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 3.5rem);
}

#compraGPSPersonasModal .modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

#compraGPSPersonasModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1.5rem;
    border-radius: 8px 8px 0 0;
}

#compraGPSPersonasModal .modal-title {
    font-size: 1em;
    font-weight: 600;
    color: #34A304;
    line-height: 1.4;
}

#compraGPSPersonasModal .modal-body {
    padding: 1.5rem;
    background-color: #fff;
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

/* Footer fijo del modal */
#compraGPSPersonasModal .modal-footer {
    border-top: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 0 0 8px 8px;
}

/* Ocultar botones y badges dentro de los pasos (ahora están en el footer) */
#compraGPSPersonasModal .modal-body .text-center button,
#compraGPSPersonasModal .modal-body .text-center .badge,
#compraGPSPersonasModal .modal-body .btn-group {
    display: none !important;
}

/* Mostrar solo el contenido de los pasos en transferencia */
#rowTransferenciaBancaria .text-center button {
    display: inline-block !important;
}

/* Scrollbar personalizado para el modal */
#compraGPSPersonasModal .modal-body::-webkit-scrollbar {
    width: 8px;
}

#compraGPSPersonasModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

#compraGPSPersonasModal .modal-body::-webkit-scrollbar-thumb {
    background: #34A304;
    border-radius: 4px;
}

#compraGPSPersonasModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #2a8203;
}

#compraGPSPersonasModal .modal-body p b {
    color: #34A304;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#compraGPSPersonasModal .border {
    border: 1px solid #e9ecef !important;
    border-radius: 6px;
    background-color: #fafbfc;
}

#compraGPSPersonasModal .form-control,
#compraGPSPersonasModal .form-select {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 0.9em;
    transition: border-color 0.2s ease;
}

#compraGPSPersonasModal .form-control:focus,
#compraGPSPersonasModal .form-select:focus {
    border-color: #34A304;
    box-shadow: 0 0 0 0.2rem rgba(52, 163, 4, 0.15);
}

#compraGPSPersonasModal .form-label {
    color: #495057;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

#compraGPSPersonasModal .btn-primary {
    background-color: #34A304;
    border-color: #34A304;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#compraGPSPersonasModal .btn-primary:hover {
    background-color: #2a8203;
    border-color: #2a8203;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 163, 4, 0.3);
}

#compraGPSPersonasModal .btn-success {
    background-color: #34A304;
    border-color: #34A304;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#compraGPSPersonasModal .btn-success:hover,
#compraGPSPersonasModal .btn-success:focus,
#compraGPSPersonasModal .btn-success:active {
    background-color: #2a8203 !important;
    border-color: #2a8203 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 163, 4, 0.3);
}

#compraGPSPersonasModal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}

#compraGPSPersonasModal .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

#compraGPSPersonasModal .badge {
    padding: 0.4em 0.7em;
    font-size: 0.85em;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#compraGPSPersonasModal .badge.bg-success {
    background-color: #34A304 !important;
}

#compraGPSPersonasModal .table {
    font-size: 0.9em;
    margin-bottom: 0;
}

#compraGPSPersonasModal .table thead {
    background-color: #34A304;
    color: white;
}

#compraGPSPersonasModal .table-secondary {
    background-color: #f8f9fa;
}

#compraGPSPersonasModal .table td,
#compraGPSPersonasModal .table th {
    padding: 0.6rem;
    vertical-align: middle;
}

#compraGPSPersonasModal .bg-dark {
    background-color: #34A304 !important;
}

/* Optimización de espacio para el paso 3 (resumen y pago) */
#rowDatosDeEnvio .border.p-3 {
    padding: 1rem !important;
}

#rowDatosDeEnvio #resumenCompra {
    margin-bottom: 0.5rem !important;
}

#rowDatosDeEnvio .table-sm {
    font-size: 0.75em !important;
}

#rowDatosDeEnvio .table-sm td,
#rowDatosDeEnvio .table-sm th {
    padding: 0.35rem 0.5rem !important;
}

#rowDatosDeEnvio .table thead th {
    padding: 0.4rem !important;
    font-size: 0.9em;
    font-weight: 600;
}

#rowDatosDeEnvio .form-label {
    margin-bottom: 0.25rem !important;
    font-size: 0.9em;
}

#rowDatosDeEnvio .form-select {
    margin-bottom: 0.5rem !important;
}

#rowDatosDeEnvio .text-center.mt-2 {
    margin-top: 0.5rem !important;
}

#rowDatosDeEnvio .mt-3 {
    margin-top: 0.75rem !important;
}

#compraGPSPersonasModal .alert {
    border-radius: 6px;
    border: none;
    font-size: 0.9em;
}

#compraGPSPersonasModal .alert-info {
    background-color: #e7f3ff;
    color: #004085;
}

/* Resumen de compra */
#compraGPSPersonasModal #resumenCompra {
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 0.5rem;
}

/* Input inválido */
#compraGPSPersonasModal .form-control.is-invalid,
#compraGPSPersonasModal .form-select.is-invalid {
    border-color: #dc3545;
}

#compraGPSPersonasModal .form-control.is-invalid:focus,
#compraGPSPersonasModal .form-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

