﻿/* CSS Document */
@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local(☺), url(../fonts/ProximaNova-Regular.eot?#amoportales) format("embedded-opentype"), url(../fonts/ProximaNova-Regular.woff) format('woff'), url(../fonts/ProximaNova-Regular.ttf) format('truetype'), url(../fonts/ProximaNova-Regular.otf) format('opentype'), url(../fonts/ProximaNova-Regular.svg) format('svg');
}

@font-face {
    font-family: ProximaNovaSemibold;
    src: url(../fonts/ProximaNovaSemibold.eot);
    src: local(☺), url(../fonts/ProximaNovaSemibold.eot?#amoportales) format("embedded-opentype"), url(../fonts/ProximaNovaSemibold.woff) format('woff'), url(../fonts/ProximaNovaSemibold.ttf) format('truetype'), url(../fonts/ProximaNovaSemibold.otf) format('opentype'), url(../fonts/ProximaNovaSemibold.svg) format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ProximaNova;
}

b, strong {
    font-family: ProximaNovaSemibold;
}

.formBody {
    width: 740px;
    margin: 0 auto;
}

.contImput {
    width: 740px;
    margin: 0 auto;
}

.cajaInput {
    margin: 20px 20px 50px 0;
    display: inline-block;
    position: relative;
    width: 30%;
}
.cajaInput2 {
    margin: 20px 20px 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.cajaInput3 {
    margin: 20px 20px 50px 0;
    display: inline-block;
    position: relative;
    width: 47%;
}

.cajaInputNumtel .icoInfo span {
    height: 78px;
    width: 180px;
}

input[type="text"],
input[type="password"], input[type="date"], input[type="number"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #999999;
    color: #999999;
    font-size: 14px;
    padding: 5px 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    text-indent: 25px;
}

input[type="button"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    outline: none;
}

.labelInput {
    font-size: 14px;
    color: #999999;
    font-weight: 100;
    position: ;
    cu;
    transition: ease-in .2s all !important;
    background: none;
    padding: 0;
    cursor: auto;
    /*text-indent: 25px;*/
    margin: 5px 0;
}

.inputLleno.inputTexto {
    color: #3f3f3f !important;
    text-align: left;
}

.labelOn {
    margin-top: -30px !important;
    font-size: 13px !important;
    text-indent: 0px;
}


.inputOn {
    color: #3f3f3f !important;
    border-bottom: 1px solid #4b4b4b !important;
}


.msjError {
    display: none;
    color: #f5333f !important;
    position: absolute;
    font-size: 14px !important;
    margin: 5px auto;
}



p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-weight: 100;
    margin: 10px 0 10px;
}

h1 {
    font-size: 22px;
    color: #666666;
    line-height: 26px;
    margin: 45px auto 5px;
    text-align: center;
    font-weight: 600;
}

h2 {
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    margin: 5px auto 20px;
    text-align: center;
    font-weight: 100;
}

.btnVerde {
    background: #5cb85c;
    font-size: 16px;
    text-align: center;
    font-family: ProximaNovaSemibold;
    width: 150px;
    height: 40px;
    margin: 20px auto;
    border-radius: 30px;
    cursor: pointer;
}

.btnGris {
    background: #a2a19a;
    font-size: 16px;
    text-align: center;
    font-family: ProximaNovaSemibold;
    width: 150px;
    height: 40px;
    margin: 25px 5px;
    border-radius: 30px;
    cursor: pointer;
}
    .btnVerde a {
        padding-top: 10px;
        display: block;
        color: #ffffff;
        text-decoration: none;
        margin-bottom: 50px;
        cursor: pointer;
    }
    .btnGris a {
        padding-top: 10px;
        display: block;
        color: #ffffff;
        text-decoration: none;
        margin-bottom: 50px;
        cursor: pointer;
    }

.btnOk {
    background: #b85c5c;
    font-size: 16px;
    text-align: center;
    font-family: ProximaNovaSemibold;
    width: 129px;
    height: 38px;
    margin: 20px auto;
    border-radius: 30px;
    cursor:pointer;
}


    .btnOk a {
        padding-top: 10px;
        display: block;
        color: #ffffff;
        text-decoration: none;
        margin-bottom: 50px;
        cursor: pointer;
    }

.adjuntarArchivo {
    width: 200px;
    height: 41px;
    background: #f7f7f7 url("../img/add.svg") no-repeat 10px 10px;
    background-size: 20px;
    border: solid 1px #e2e2e2;
    margin: 50px 0 40px 0;
    display: inline-block;
    cursor: pointer;
}

    .adjuntarArchivo p {
        color: #666666;
        margin: 8px 0 0 45px;
        cursor: pointer;
    }

.contTxtArea textarea {
    text-indent: 0;
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    outline: none !important;
    overflow: auto;
    font-size: 16px;
    color: #666666;
}

#lblNameFile {
    display: inline-block;
    margin-left: 15px;
    color: #3f3f3f !important;
    font-size: 14px;
}



/*Modal*/
.open-pop {
    display: block !important;
}

.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    z-index: 1200;
    display: none;
    margin: auto;
}

    .modal #divDetalle {
        width: 30%;
        margin: 6% auto;
        background: #fff;
        padding: 1%;
        text-align: center;
        border-radius: 50px;
    }

        .modal #divDetalle h3 {
            margin-top: 2%;
        }

    .modal .close-pop {
        position: absolute;
        top: 2%;
        right: 2%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 100;
    }

        .modal .close-pop::after {
            content: "x";
            font-size: 2.2rem;
            color: #fff;
        }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    z-index: 1200;
    display: none;
    margin: auto;
}

.overlay-body {
    z-index: 99999 !important;
    margin: 17% auto;
    width: 200px;
    height: 155px;
    text-align: center;
}

#lblNameFile {
    display: inline-block;
    margin-left: 15px;
    color: #3f3f3f !important;
    font-size: 14px;
}

ul.ui-menu {
    background-color: #fff;
    width: 200px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.ui-menu li {
    cursor: pointer;
    color: #3f3f3f !important;
    font-family: ProximaNovaSemibold !important;
    padding:5px;
}
    .ui-menu li:hover {
        background-color: #f6e12d;
    }
.ui-helper-hidden-accessible{
    display:none;
}
.disabled{
    display:none !important;
}

@media screen and (max-width: 768px) {
    .modal #divDetalle {
        width: 80% !important;
        margin: 6% auto;
        background: #fff;
        padding: 1%;
        text-align: center !important;
        border-radius: 50px;
    }

}

@media screen and (max-width: 600px) {
    .modal #divDetalle {
        width: 80%;
        margin: 6% auto;
        background: #fff;
        padding: 1%;
        text-align: center !important;
        border-radius: 50px;
    }
}

@media screen and (max-width: 480px) {
    .modal #divDetalle {
        width: 80%;
        margin: 6% auto;
        background: #fff;
        padding: 1%;
        text-align: center !important;
        border-radius: 50px;
    }
    .inputLleno.inputTexto {
        color: #3f3f3f !important;
        text-align: left;
    }


}