@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap');


body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    padding: 0 !important;
    margin: 0px !important;
    color: white;

}


.clear {
    clear: both;
}

.header {
    width: 100%;
    background-color: #EBEEF1;
    text-align: center;
    padding: 15px;
    padding-top: 33px;
    padding-bottom: 33px;

}

.titulo_general {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background-color: #2D3F86;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #47AE5F;
    min-height: 80px;

}

.container_web {
    position: relative;
    margin-top: 0px !important;
    width: 100% !important;
    min-height: calc(100vh - 0px);
    flex-grow: 1;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.caja_form {
    padding-top: 50px;
}

.titulo {
    font-size: 20px;
    font-weight: 700;
    color: #2D3F86;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 20px;
}

.titulo a {
    text-decoration: none;
    text-transform: capitalize;
}

/* formulario *********************/

.form-control {
    border-radius: 1rem;
    border-color: #2D3F86;
    border-width: 2px;
}

.form-group label {
    position: absolute;
    font-size: 12px;
    top: 8px;
    left: 20px;
}

.form-group {
    position: relative;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.form-group input {
    padding-top: 20px;
}

.form-group select {
    padding-top: 20px;
}

.form-check input {
    padding-top: 0px;
}

.form-check label {
    top: 0px;
    left: 0px;
    position: relative;
}

.input_container .icon {
    position: absolute;
    top: 35px;
    right: 54px;
    width: 24px;
    height: 24px;
}

.input_container2 .icon {
    position: absolute;
    top: 16px;
    right: 40px;
    width: 24px;
    height: 24px;
}

input.error,
input.valid,
select.error,
select.valid {
    background-position: right 20px center !important;
    background-repeat: no-repeat;
}

.form-check {
    margin-left: 20px;
}

.form-check label {
    color: #726060;
}

.form-check a {
    color: #726060;
}


.inner-addon {
    position: relative;
}

/* style glyph */

.inner-addon .fas {
    position: absolute;
    padding-top: 12px;
    padding-left: 10px;
    pointer-events: none;
    color: #a6a6a6;
}

/* align glyph */

.left-addon .fas {
    left: 0px;
}

.right-addon .fas {
    right: 0px;
}

.custom-radio-container {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    background-color: #71AD64;
    border-radius: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-label {
    padding-left: 20px;
    color: #ffffff;
    font-weight: 700;
}

.mgc-lg.mgc-switch {
    float: right;
    margin-top: -6px;
    margin-right: 6px;
}

.mgc-switch:checked {
    border-color: #0221be !important;
    background-color: #0221be !important;
}


.texto_peque {
    font-size: 12px;
    color: #726060;
    margin-top: -15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.vuelo {
    display: none;
}

.tren {
    display: none;
}

.form-error {
    font-size: 12px;
    padding-left: 20px;
}

.footer_form {
    width: 100%;
    background-color: #EBEDF1;
    padding-bottom: 20px;
}

.form-control2 {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
}

.titulo_text {
    color: #2D3F86;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 10px;
}

#enviar {
    background-color: #71AD64;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

#save {
    background-color: #2D3F86;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

#delete {
    background-color: #2d3f86b4;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.botones {
    text-align: center;
    padding: 30px;
}

.footer {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 24px solid #71AD64;
}

.footer img {
    max-width: 250px;
}

.aviso_ok {
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: -30px;
}

.pdf {
    background-color: #2D3F86;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

table {
    font-size: 12px;
}

input.valid,
select.valid {
    background-image: none !important;
}

.login {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dt-button {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #2D3F86;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.table-responsive {
    position: relative;
}


/***************************************/

@media (max-width: 700px) {
    .header img {
        width: 100%;
    }

    .titulo_general {
        font-size: 24px;

    }

    .btn {
        width: 100%;
    }

}


@media print {

    input.valid,
    select.valid {
        display: none !important;
    }

    .pdf-hide {
        display: none !important;
    }
}