h6{
    display: flex !important;
    align-items: center !important;
    height: 90% !important;
    line-height: 0 !important;
}
textarea::placeholder, input::placeholder,h6 {
    color:#9a9a9a !important;
}
select,h5{
    color:#131313 !important;
}
.swal2-popup .swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0075c8;
    padding: 15px 50px;
    color: #000;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #8ac440;
    color: #fff;
    font-size: 14px;
}
.swal2-popup {
    padding: 0 !important; 
}
.swal2-popup .swal2-actions {
    align-items: center;
    justify-content: center;
    margin: 0 !important; 
    padding: 15px 0 !important; 
}
.swal2-modal .swal2-title {
    color: #fff !important;
    font-size: 27px !important;
}
.swal2-popup {
    width: 24em;
}
#swal2-content{
    padding: 20px !important;
    color: #000 !important;
}


.blanco{
    background: #fff !important;
    /*min-height: calc(87vh - 170px) !important;*/
    display: inline-block;
}
.color-secundario{
    background: #f4f4f4;
}
.padding-prin{
    padding: 0px 28px !important;
    width: 80%;
    margin: -50px auto 0;
}
.padding{
        padding: 20px 10px !important;
        
}
.div1{
    border-radius:5px 0px 0px 5px;
}
.div2{
    border-radius:0px 5px 5px 0px;
}
.flex{
    display: flex;
    margin-top: 5px;
}
.layout-px-spacing {
    padding: 0 20px 0 20px !important;
    min-height: calc(100vh - 35vh) !important;
}
.row{
    margin-left: 0px !important;
}
#content{
    margin-top: 0px !important;
}
.imgavatar2{
    width: 100% !important;
    height: 100% !important;
    margin-right:5px;
}
.div-img{
    height: 290px !important;
    width: 100%;
}
.right{
    float:right;
}
.btn-accept{
    background:#8ac440;
    color: #fff;
}
.btn-accept:hover{
    background:#c0fcc0;
    color: #5ed35e;
}
.btn-cancel{
    background:#ff0000;
    color: #fff;
}
.btn-cancel:hover{
    background: #eea7a7;
    color: red;
}
.btn {
    margin-top: 15px;
    width: 150px;
}
.inputs{
        background: #fff !important;
        width: 95%;
        border-radius: 30px;
        margin: 0px auto !important;
}
.imgavatar-contac{
    height: 30px !important;
    width: 30px;
    margin: 0 10px 0 50px;
}
.imgavatar-bottons{
    height: 15px !important;
    width: 15px;
    margin: -3px 5px 0px;
}
.title{
    display:flex;
}
h5{
    line-height: 1.5 !important;
}
.form-control{
    border: 0px solid #bfc9d4;
}
@media (max-width: 1500px) {
    .layout-px-spacing {
        min-height: calc(100vh - 37.5vh) !important;
    }
    .padding {
        padding: 20px 10px 18px !important;
    }
    .btn {
        margin-top: 7px;
    }
    .padding-prin {
        margin: -130px auto 0;
    }
    .flex{
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
    .col-md-1{
        width: 30% !important;
    }
    .imgprin{
        display: none !important;
    }
    /*.flotante{
        bottom: -6% !important;
        right: 40px;
        width: 50px;
        height: 50px;
    }*/
    .col-md-12,.col-md-10,.col-md-2 {
        /*-ms-flex: 0 0 16.666667% !important;*/
        flex: 0 0 100% !important;
        /*max-width: 16.666667% !important;*/
    }
    .form-control{
        height: calc(1.3em + 1.3rem - 0px);
        padding: 0rem 1.25rem !important;
        width: 110% !important;
    }
    .title{
        margin: 10px 5px 10px 20px;
        font-weight: bold;
    }
    .padding-prin{
        padding: 100px 28px 0px !important;
        margin: -45px auto -80px;
        width: 100%;
    }
    .padding{
        padding: 20px 5px 8px !important;
    }
    .div-img{
        display:none;
    }
    .layout-px-spacing {
        min-height: calc(100vh - 2vh) !important;
    }
    .inputs{
        background: #fff !important;
        width: 90%;
        margin: 0px auto !important;
        display: block;
        border-radius: 30px;
    }
    .btn {
        margin-top: 15px;
        width: 120px;
        font-size:11px;
    }
    .div2{
        margin-top: -24px;
    }
    .imgavatar-contac{
        margin: 0 5px 0 20px;
    }
    .imgavatar-bottons{
        height: 12px !important;
        width: 12px;
        margin: -3px 5px 0px 0px;
    }
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.80);
        -webkit-transform:scale(0.80);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}