/* MAIN STYLES */
html, body {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .contenedor {
    height: 100%;
  }
  .wrapper-index{
    height: auto;
    background-color: #f4f3ef;
  }
.title {
    margin-bottom: 35px !important;
}

.flex-justify {
    display: flex;
    justify-content: center;
}

.btn {
    min-width: 160px;
}

#dmv-ringpool{
    position: relative;
    top: 21px;
    font-weight: 900;
    margin: 15px 3px;
    margin-left: 20px;
    color:#ffb100;
}
h1, h3 {
    color: #fff;
}

#tarificador-title {
    margin-top: 0;
}

#productSelected {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    /* border: 2px solid #EB5E28; */
    padding: 15px 25px;
    border-radius: 50px;
}

.selector-demo{
    appearance: none;
    border: none;
    margin-top: 12px;
    margin-left: 5px;
    color:#66615b ;
    font-size: 18px;
    line-height: 20px;
}

/* ----------------------------------------- */
/* HERO */
/* ----------------------------------------- */

a#btnHero {
    color: #FFF;
    border-color: #ffb100;
    background: #ffb100;
    padding: 8px 18px;
    border-radius: 50px;
}
a#btnHero:hover {
    color: #ffb100;
    border-color: #ffb100;
    background: #fff;
}


/* ----------------------------------------- */
/* TARIFICADOR */
/* ----------------------------------------- */
.step-block {
    display: none;
}
.step-block.active {
    display: block;
}


/* ----------------------------------------- */
/* QUESTIONBLOCK STYLES */
/* ----------------------------------------- */

.card-block-selector {
    color: #424B5A;
    border: 2px solid #efe3d7;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background-color: #FFF;
    margin-bottom: 12px;
}

.card-block-selector:hover {
    background: #fbf1e6;
    border-color: #f7c9b8;
}

.card-block-selector_text {
    display: block;
    padding: 19px 24px;
    font-weight: 700;
    text-align: left;
}
.logoClient {
    width: 25px;
    object-fit: contain;
    margin-right: 10px;
}

/* ----------------------------------------- */
/* FORM STYLES */
/* ----------------------------------------- */
form {
    padding: 50px;
    background: #fff;
    border-radius: 4px;
    margin-top: 30 px;
    border: 1px solid #f4f3ef;
    box-shadow: 0 1px 5px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 20%);
    margin-top: 30px;
    margin-bottom: 30px;
}

input {
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    margin-bottom: 10px;
    padding: 19px 24px;
    border: 1px solid #d7d3d3;
    border-radius: 4px;
    outline: none !important; 
    color: #444;

}
input:focus-visible {
    border-color: #f7c9b8;
}
input:hover {
    background: #fbf1e6;
    border-color: #f7c9b8;
}
input::placeholder {
    color: #424B5A;
} 

#formBlock h2.title {
    margin-bottom: 20px;
}
.buttonFormTarficador {
    margin-top: 20px;
}

.floating-label-group {
	position: relative;

}

.floating-label-group .floating-label {
    font-size: 13px;
    position: absolute;
    pointer-events: none;
    top: 22px;
    left: 12px;
    transition: all 0.1s ease;
    left: 25px;
}

.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
    top: 5px;
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    opacity: 1;
    color: #eb5e28;
    left: 25px;
}


.row {
	margin-top: 50px;
}

#errorName, #errorSurname, #errorPhone, #errorEmail{
    color:rgb(204, 4, 4);
    text-align: left;
    margin-bottom: 15px;
    font-size: 12px;
    margin-left:15px;
}

form#dmv-form {
    border: none;
    box-shadow: none;
}


/* ----------------------------------------- */
/* INFOCLIENT STYLES */
/* ----------------------------------------- */

.infoClient-block_item .name {
    font-weight: 700;
    margin-right: 10px;
    width: 50%;
    text-align: left;
    border: 1px solid #d8c1ab;
    margin-bottom: 10px;
    padding: 10px;
    width: 30%;
    border-radius: 4px;
    text-transform: capitalize;
    text-align: right;
}

.infoClient-block_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.infoClient-block_item p {
    width: 45%;
    text-align: left;
}

.infoClient-block_item p {
    width: 35%;
    text-align: left;
    border: 1px solid #d8c1ab;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}
h2#services {
    text-align: center;
}
.landing-section .container{
    margin-bottom: 30px;
}
.footer-demo nav > ul > li:first-child{
    margin: 10px 15px !important;
    padding: 15px 3px !important;
}

/* DSA */
div#dsa.dsa {
    transition: none !important;
}
.dmv-h3 {
    text-align: center;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 150% !important;
}
.dmv-div-telefono {
    width: 100% !important
}
button#btnSubmit {
    width: 100% !important;
}

label#aceptoCondiciones0 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
input#aceptoLegal {
    width: 20px;
    margin-right: 3px;
}
div#dmv-horario {
    text-align: center !important;
}

element.style {
    font-size: 12px;
}
span.dmv-span-condiciones {
    font-size: 12px;
}
form#dmv-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div#dmv-contenedor {
    margin-top: 30px;
}
.dmv-input {
    font-size: 16px !important;
    text-align: left !important;
}
.dmv-span-condiciones b a {
    color: #ff9900 !important;
}
.llamanos p {
    font-size: 22px !important;
}
.llamanos p a {
    font-weight: 700;
}

/* SWIPER */

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 0 10px;
}
.swiper-tarifas_block .swiperTitle {
    font-weight: 700;
}
.swiper-slide {
    cursor: pointer;
}
.swiper-slide.active {
    border: 2px solid #EB5E28;
}


.productSelected-block {
    display: none;
}
.productSelected-block span {
    font-weight: 700;
}

input#dmv-phone {
    width: 100% !important;
}
.dmv-h3 {
    text-align: center !important;
}
.pagination-content {
    display: none;
}

#dmv-thanks h2.dmv-h2 {
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    padding: 50px !important;
}
#dmv-content {
    box-shadow: 0px 0px 5px 1px #000000;
}
.redirecionBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.landing-header .motto {
    padding-top: 3%;
}
.section {
    padding-top: 0 !important;
}
.landing-header {
    min-height: 350px;
}
.swiper-slide {
    height: auto;
}
.swiper-tarifas_block {
    padding: 60px 10px;
}
.swiper-tarifas_block p {
    font-size: 14px;
}
.swiper-tarifas_block .swiperTitle {
    font-size: 16px !important;
}
.nextStepSwiper {
    margin-top: 15px;
}
.SWWC-SmartAccess-container{
    bottom: 130px !important;
    right: 10px !important;
}

/* MOVILE */

@media screen and (max-width: 992px) {
    h2 {
        font-size: 30px !important;
    }
    .infoClient-block_item p {
        width: 60%;
    }
    .infoClient-block_item .name {
        width: 40%;
    }
    .title {
        margin-bottom: 20px !important;
    }
    .pagination-content {
        display: block;
    }
    #swiperBlock .row {
        margin-top: 0 !important;
    }
    #swiperBlock h2 {
        margin-bottom: 35px !important;
    }
    .swiper-slide {
        background-size: cover !important;
    }

}

@media (min-height: 950px) {
    .wrapper-index{
        height: 100vh;
    }
  }




















