.contact-area .content {
    background-color: #fff;
    padding: 10px 110px 10px 110px;
}

.contact-area .content .item {
    list-style-type: disc;
    display: block;
    padding: 0 10px 10px 25px;
    color: #000000;
}

.contact-area .content p {
    line-height: 24px;
    color: #000000;
}

.contact-area .content .imagen-right {
    border-radius: 8px;
    border: 4px solid #FFCB07;
}

.contact-area .content h1,
.contact-area .content h2 {
    font-size: 35px;
}

@media (min-width: 1600px) {
    p {
        font-size: 16px;
        line-height: 22px !important;
    }
}

@media (min-width: 1200px) {
    .font-size-50 {
        font-size: 50px;
        line-height: 50px !important;
    }

    .font-size-21 {
        font-size: 21px;
        line-height: 25px !important;
    }
}

@media (min-width: 992px) {
    .bg-franja {
        background-image: url(assets/img/franja-pasos.webp);
        /* background-size: 100% auto; */
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center;
        background-position: center center;
    }
}


.form-control {
    color: #afb0b0;
    border: 1px solid #898a8a;
    background-color: #ffffff;
    border-radius: 1px;
    font-size: 14px;
    width: 100%;
    text-transform: none;
}

textarea.form-control {
    height: 100%;
}

.form-group select {
    width: 100% !important;
    height: 38px !important;
    /*line-height: 50px !important;*/
    background: #fff !important;
    padding-left: 20px !important;
    border-radius: 0px !important;
}

select.selector {
    height: 38px !important;
    appearance: menulist !important;
}

.form-control::placeholder {
    color: #afb0b0;
}

.btn-submit {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #F37021 !important;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 10px 13px;
    border-radius: 4px;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: #F37021 solid 1px;
}

.btn-submit:hover {
    background: #F37021 !important;
    color: #fff !important;
}

.div-btnsubmit {
    text-align: -webkit-right;
}

.form-group {
    margin-bottom: 1rem;
}

.is-valid,
select.form-control.is-valid,
.form-control.is-valid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="rgba(140,167,69,1)" d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    padding-right: 28px !important;
}

select.form-control.is-valid {
    background-position-x: 87.5% !important;
    background-position-y: 50% !important;
}

.is-valid,
.form-control.is-valid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-position-x: 98% !important;
    background-position-y: 50% !important;
}

.is-invalid,
select.form-control.is-invalid,
.form-check-inputx.is-invalid~.form-check-label,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    display: block;
    background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="rgba(220,53,69,1)" d="M24 20.188l-8.315-8.209 8.2-8.282-3.697-3.697-8.212 8.318-8.31-8.203-3.666 3.666 8.321 8.24-8.206 8.313 3.666 3.666 8.237-8.318 8.285 8.203z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    padding-right: 28px !important;
}

.is-invalid,
.form-check-inputx.is-invalid~.form-check-label,
.form-control.is-invalid,
.form-control.is-valid {
    background-position-x: 98% !important;
    background-position-y: 50% !important;
}

select.form-control.is-invalid {
    background-position-x: 87.5% !important;
    background-position-y: 50% !important;
}

.form-check-inputx.is-invalid~.form-check-label {
    display: inline-block !important;
}

/* .form-check-label {
    margin-bottom: 0;
} */


label {
    /* display: inline-block !important; */
    margin-bottom: 0 !important;
    padding-left: 7px;
}

/* 
.form-check-inputx {
    position: absolute;
    margin-top: .2rem !important;
    margin-left: -1.25rem !important;
} */

.form-check-inputx {
    /* width: 50px;
    height: 20px; */
}

.form-check-inputx.is-invalid~.form-check-label {
    display: inline-block;
}

.form-check-inputx.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745;
}

/* .form-checkx {
    position: relative;
    display: block;
    padding-left: 1.25rem;
} */

.form-checkx {
    display: flex;
    justify-content: center;
    padding-top: 7px;
}

.form-checkx_terminos {
    display: flex;
    padding-top: 7px;
}

.form-check-inputx.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.lb-border-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 27px;
    background-color: white;
}

@media (min-width: 200px) and (max-width: 967px) {

    .div-btnsubmit {
        text-align: -webkit-center;
    }

    .lb-border-form {
        margin: 0 auto;
    }

    select.form-control {
        margin-bottom: 5% !important;
    }

}

.titulo_select {
    position: relative;
    padding: 0px 0px 0px 24px;
    font-size: 11px;
    top: 22px;

}

.raya_select {
    background: #818282;
    float: right;
    position: relative;
    top: 29px;
    right: 21px;
    /* font-size: 10px; */
    width: 1px;
    height: 21px;
}

.caja_select {
    padding: 10px 0px 0px 20px;
    color: #666687;
}

.nuevo_formato {
    height: 38px;
}


/* ################ NUEVO ################ */

.slider_paginas {
    margin-top: 64px;
}

.contact-area{
    margin-top: 30px;
}

/* MOVIL -RESPONSIVE */

@media only screen and (max-width: 768px) {

    .slider_paginas{
        margin-top: -87px;
    }

    .slider_libro_reclamaciones_movil {
		content: url('/assets/source/banner/movil/slider_libro_reclamaciones.png');
		height: 250px;
	}

    .filas_responsive{
        width: 100%;
    }

}