.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 16px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}

.contact-info-wrap h3,.content-title h2{
    text-transform: uppercase;
    font-family: 'Exo Extrabold';
    font-size: var(--text-extra-grande);
}

.contact-area .custom-row-2 .contact-info-wrap .single-contact-info {
    
    margin-bottom: 12px !important;
}

.contact-area .custom-row-2 .content-form .content-form-style select,
input,
.contact-area .custom-row-2 .content-form .content-form-style textarea {
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    display: block;
    width: 100%;
    /* height: 45px; */
    /* min-height: calc(1.5em + .75rem + 2px); */
    outline: none;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input::placeholder,
textarea::placeholder {
    color: #ADADAD;
    /* Reemplaza #999 con el color que desees */
}

.contact-area .custom-row-2 .content-form .content-form-style textarea {
    padding: 20px 14px;
    margin-bottom: 0;
    height: 200px;
}

.contact-area .custom-row-2 .content-form .content-form-style button {
    border: solid 1px #ffffff;
    background-color: var(--color-contac-btn);
    color: var(--text-btn);
    font-size: 14px;
    font-family: 'Exo Extrabold';
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 52px;
    margin-top: 33px;
    outline: none;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.contact-area .custom-row-2 .content-form .content-form-style button:hover {
    background: var(--color-contac-btn-active);
}

.contact-area .custom-row-2 .content-form {
    background-color: #fff;
    padding: 0px 100px 30px 100px;
}

.contact-area .custom-row-2 .content-form .content-title h2 {
    font-weight: 700 !important;
    color: #282828;
    line-height: 1;
    margin-bottom: 15px;
    margin-left: -10px;
}

.contact-area p a {
    font-size: 14px;
    line-height: normal
}

@media only screen and (max-width: 479px) {
    .contact-area .custom-row-2 .content-form {
        padding: 2px 30px 50px 30px;
    }

    .contact-info-dec {
        width: 250px;
    }
}

@media only screen and (min-width: 375px) {
    .contact-area .custom-row-2 .contact-form {
        padding: 50px 30px 50px 30px;
    }

    .contact-info-dec {
        width: 260px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-area .custom-row-2 .content-form {
        padding: 50px 30px 50px 30px;
    }

    .contact-info-dec {
        width: 250px;
    }
}

.content-form-style .form-control {
    /* height: 50px; */
    color: #333333;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 10px;
    font-size: 15px;
    /* padding: 10px 20px; */
    width: 100%;
    /* text-transform: uppercase; */
}

.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 {
    border-color: #28a745 !important;
    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 {
    border-color: #dc3545 !important;
    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;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

/*Para la fila que contieneel check*/
.custom-row-2 {
    /*margin-bottom: 15px;*/

}

/*Para las letras de check*/
.custom-row-2 span:first-child {
    font-size: 14.5px;
    padding-left: 14px;
    padding-right: 14px;
}

/*Para el check*/
#checkbox {
    display: none;
}

.toggler {
    display: block;
    width: 60px;
    height: 30px;
    border: 2px solid var(--color-empresa_1);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    /*background-color: #151515;*/
}

.ball {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ball {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--color-empresa_1);
    border-radius: 50%;
    left: 1px;
    z-index: 10;
    transition: transform 0.5s easy-in-out;
}

#checkbox:checked+.ball{
    transform: translate(30px, -50%);
    background-color: white;
    box-shadow: 0 0 25px var(--color-empresa_1);
}

/*            #checkbox:checked + .toggler {
                            background-color: #FFCB07;  Cambiar el color de fondo del checkbox una vez que se active 
                        }*/
.contact-form-style {
    margin-top: 55px;
}

.custom-form-contact {
    margin-top: 30px;
    margin-bottom: 60px;
}

.contact-pad-top {
    padding-top: 2.5rem !important;
}

.contact-form-style select {
    height: 36px !important;
    border-radius: 10px !important;
}

.contact-form-style input {
    height: 36px !important;
    border-radius: 10px !important;
}

#message {
    border-radius: 10px !important;
}

#btn-contact {
    border-radius: 50px;
}

.header-logomin input {
    /* height: 36px; */
    margin: 0 auto;
    padding: 0.375rem 0.75rem;
}

.contact-info-wrap {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.maps-iframe {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.contact-pad-top {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.map-container {
    width: 100%;
    overflow: hidden;
}

.maps-iframe {
    /*width: 100%;*/
    border: 0;
}

.iframe-src {
    /*box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);*/
}

#btn-contact:disabled{
    background-color: #ccc;
    cursor: no-drop;
}

@media (min-width: 281px) and (max-width: 987px) {

    .custom-row-2 {
        width: 100%;
    }

    .iframe-src {
        margin-top: 50px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    }

    .contact-form-style {
        margin-top: 90px;
    }

    .contact-area .custom-row-2 {
        display: inline-block !important;
    }

    .maps-iframe {
        margin-top: 45px !important;
    }
}