﻿@font-face {
    font-family: FuenteMuseoSans;
    src: url(fonts/MuseoSans-300.otf)
}

@font-face {
    font-family: FuenteMontBold;
    src: url(fonts/Mont-Bold.otf)
}

@font-face {
    font-family: FuenteMontRegular;
    src: url(fonts/Mont-Regular.otf)
}



html {
    width: 100%;
    height: 100%;
}

body {
    background: url(../img/NuevoFondoMobil.png) !important;
    font-family: FuenteMontRegular !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.width-img-logo{
    width: 45%;
}

.width-img-titulo{
    width: 70%;
}

.div_center {
    text-align: center;
}


.fondo-secundario {
    margin-left: 5%;
    margin-right: 5%;
}

.margin-table {
    margin-left: 5%;
    margin-right: 5%;
    width:100%;
}

.margin-table-2 {
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    padding-bottom: 1%;
    width: 100%;
}

.margin-table-2-p {
    width: 44%;
    margin-right: 0px;
    font-size: 13px;
   
}

.margin-table-2-input {
    width: 41%;
    margin-right: 8px;
}

.margin-table-2-button {
 
    font-size: 11px;
    border-radius: 50px;
    padding-right: 10px;
    font-weight: 900;
    padding-left: 10px;
    width: auto;
    
}

.margin-table-2-p-letras {
    margin-left: 13%;
}

.margin-table-3 {
    margin-left: 7%;
    margin-right: 15%;
}

.margin-table-3-file {
    margin-left: 7%;
    margin-right: 15%;
}

.margin-table-3-div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4%;
}

.margin-table-3-div-display {
    display: grid;
    justify-content:center;
    padding-bottom: 5%;
}

.margin-table-3-inputfile {
    width: 60%;
}

.margin-table-3-inputfile-doc {
    width: 100%;
}

.margin-table-3-inputDate {
    width: 60%;
}

.margin-table-3-p-1 {
    font-size: 10px;
    text-align: end;
    width: 41%;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family:FuenteMontRegular;
}


.margin-table-4 {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.margin-table-4-div-p {
    margin-left: 5%;
    margin-right: 5%;
 
}

.texto-div {
    margin-top: 5%;
    font-family:FuenteMontBold !important;
}

.margin-table-4-div {
    display: grid;
    justify-content: center;
    padding-bottom: 7%;
    margin-left: 4%;
    
}

.divButton {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%;

}

.divButton-btn {
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
    color: white;
    font-size: 25px;
    font-weight: 900;
    font-family: FuenteMontBold !important;
}

.button-modal {
    width: 80%;
    margin-left: 10%;
    border-radius: 15px;
    background-color: #02b564;
    color: white;
    font-weight: 500;
}

table {
    margin: auto;
    margin-top: 2%;
}

.label-prueba {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    cursor: pointer;
}

label input[type="file"] {
    display: none;
}

/*.custom-file-input ~ .custom-file-label::after {
    content: "Adjuntar";
    background-color: #217fe9;
    color: white;margin-table-3-div-display
    font-weight: bolder;
}*/

.custom-file-input ~ .custom-file-label::after {
    content: "Adjuntar";
    background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
    color: white;
    font-family: FuenteMontBold !important;
}

.divdisplay{
    display:flex !important;
}

.display-adjuntar {
    margin-left: 0;
    margin-right: 0;
}

.estilos-p-titulo {
    font-family: FuenteMontBold !important;
    font-size: 1.5rem;
    color: #264AF5;
}

.div-logo {
    text-align: end;
    margin-right: 5%;
    padding-top: 10%;
}

.colores-boton {
    background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
    border-radius: 20px;
    border-color: #fff;
}

.img-circulo {
    right: -130px;
    position: absolute;
    width: 235px;
    top: 92%;
    display:none;
}

.img-curva {
    left: -95px;
    position: absolute;
    width: 227px;
    top: 6%;
    display:none;
}

.modal-button-alert {
    width: 25%;
    border-radius: 15px;
    background-color: #02b564;
    color: white;
    font-weight: 500;
}


@media (min-width: 1024px) {



    html {
        width: 100%;
        height: 100%;
    }

    body {
        background: url(../img/NuevoFondoPc.png) !important;
        font-family: FuenteMontRegular !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }

    .width-img-logo {
        width: 30%;
    }

    .width-img-titulo {
        width: 40%;
    }


    .div_center {
        text-align: center;
    }

    .div-logo {
        text-align: end;
        margin-right: 5%;
        padding-top: 5%;
    }


    .fondo-secundario {
        margin-left: 20%;
        margin-right: 20%;
    }

    .margin-table {
        margin-left: 5%;
        margin-right: 5%;
        width:100%;
    }

    .margin-table-2 {
        margin-left: 2%;
        margin-right: 2%;
        display: flex;
        justify-content: center;
        padding-bottom: 1%;
        width: 100%;
    }


    .margin-table-2-input {
        width: 44%;
        margin-right: 10px;
        margin-left: 0px;
    }

    margin-table-2-p-letras{
        margin-left: 6%;
    }


    .margin-table-2-button {
   
        font-family:FuenteMontBold !important;
        font-size: 1rem;
        padding-right: 10px;
        padding-left: 10px;
        width: 115px;
    }

    .margin-table-2-p {
        text-align: end;
        width: 32%;
        margin-right: 9px;
        font-size: 1rem;
    }

    .margin-table-3 {
        margin-left: 10%;
        margin-right: 17%;
    }

    .margin-table-3-file {
        margin-left: 2%;
        margin-right: 2%;
    }

    .margin-table-3-div {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1%;
    }

    .margin-table-3-div-display {
        display: flex;
        justify-content: inherit;
        padding-bottom: 1%;
    }

    .margin-table-3-p-1 {
        text-align: end;
        width: 40%;
        font-size: 1rem;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 0px;
        font-family: FuenteMontRegular;
    }

    .margin-table-3-inputfile {
        width: 70%;
    }

    .margin-table-3-inputfile-doc {
        width: 70%;
    }

    .margin-table-3-inputDate {
        width: 70%;
    }

    .margin-table-3-p {
        width: 50%;
    }

    .margin-table-4 {
        margin-left: 5%;
        margin-right: 5%;
    }

    .texto-div {
        margin-top: 5%;
        font-family: FuenteMontBold !important;
    }

    .margin-table-4-div {
        display: flex;
        justify-content: center;
        padding-bottom: 1%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .divButton {
        text-align: center;
        padding-top: 2%;
        padding-bottom: 5%;
    }

    .divButton-btn {
        border-radius: 30px;
        background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
        color: white;
        font-size: 25px;
        font-weight: 900;
        font-family:FuenteMontBold !important;
    }

    .button-modal {
        width: 53%;
        margin-left: 20%;
        border-radius: 15px;
        background-color: #02b564;
        color: white;
        font-weight: 500;
    }

    table {
        margin: auto;
        margin-top: 2%;
    }

    .label-modal{
        text-align: end;
    }



    .label-prueba {
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #337ab7;
        border: 1px solid #2e6da4;
        border-radius: 4px;
        cursor: pointer;
    }

        label input[type="file"] {
            display: none;
        }


    .custom-file-input ~ .custom-file-label::after {
        content: "Adjuntar";
        background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
        color: white;
    
        font-family: FuenteMontBold !important;
    }

    .custom-file-input {
        margin-left: 15px;
    }


    .modal-button-alert {
        width: 25%;
        border-radius: 15px;
        background-color: #02b564;
        color: white;
        font-weight: 500;
    }


    .estilos-p-titulo {
        font-family: FuenteMontBold !important;
        font-size: 2rem;
        color: #264AF5;
    }

    .colores-boton {
        background: linear-gradient(90deg, rgba(255, 118, 21, 1) 0%, rgba(255, 107, 54, 1) 24.94%, rgba(255, 94, 90, 1) 57.15%, rgba(255, 87, 113, 1) 83.33%, rgba(255, 84, 121, 1) 100%);
        border-radius: 20px;
        border-color: #fff;
    }

    .display-adjuntar {
        margin-left: 15%;
        margin-right: 15%;
    }

    .img-circulo {
        right: -130px;
        position: absolute;
        width: 235px;
        top: 92%;
        display: revert;
    }

    .img-curva {
        left: -95px;
        position: absolute;
        width: 227px;
        top: 6%;
        display:revert;
    }


}

@media (min-width: 1600px) {

    .margin-table-2-p {
        text-align: end;
        width: 25%;
        margin-right: 9px;
        font-size: 1rem;
    }


}


@media (min-width: 500px) and (max-width: 1023px) {

    .margin-table-2-p {
        text-align: end;
        width: 25%;
        margin-right: 9px;
        font-size: 1rem;
    }
   
}




  