/********Contacto *********/

#contact-page .main-section {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#contact-page .main-section .container .col-image {
    position: relative;
}

#contact-page .main-section .container .col-image .image {
    background-color: #f0f0f0;
    background-image: url(../img/pages/contact/image.jpg);
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    width: 50vw;
}

#contact-page .main-section .container .col-form {
    align-self: center;
    padding-bottom: 45px;
    padding-top: 45px;
}

#contact-page .main-section .container .col-form .box-form.left {
    margin-left: auto;
}

#contact-page .main-section .container .col-form .box-form {
    position: relative;
    width: 90%;
}

#contact-page .main-section .container .col-form .box-form .title {
    font-size: 2rem;
    font-weight: 600;
}

#contact-page .main-section .container .col-form .box-form form {
    margin-top: 25px;
}

.cus-f-group-1 {
    margin-bottom: 1.6rem;
    margin-top: 5px;
    position: relative;
}

.cus-f-group-1>label, .cus-f-group-1>legend {
    background: #fff;
    color: #5c5e62;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    left: 28px;
    line-height: 1;
    max-width: 85%;
    padding: 0 6px;
    pointer-events: none !important;
    position: absolute;
    top: -6px;
    width: auto;
    z-index: 5;
    border-bottom: 0px;
}

.cus-f-group-1>div {
    border: 1px solid #979797;
    border-radius: .4rem;
    padding-bottom: 2px;
    /*padding-top: 4px;*/
    position: relative;
    width: 100%;
}

/*.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}*/

.cus-f-group-1>div .custom-select, .cus-f-group-1>div .form-control {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0;
    color: #353535 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

#contact-page .main-section .container .col-form .box-form .btn-send {
    background-color: #02aab2;
    border: 0 !important;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 600;
    min-width: 205px;
    padding: 12px 15px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 575px) {
    #contact-page .main-section .container .col-image {
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    #contact-page .main-section .container .col-image .image {
        right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #contact-page .main-section .container .col-form .box-form .btn-send {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #contact-page .main-section .container .col-form {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

#contact-page .main-section .container .col-form {
    align-self: center;
    padding-bottom: 45px;
    padding-top: 45px;
}

@media screen and (max-width: 1399px) {
    #contact-page .main-section .container .col-form .box-form {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }
}

  .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}