﻿/*Agregar fuentes*/
@font-face {
    font-family: 'Rubik';
    src: url(assets/font/Rubik-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Sora';
    src: url(assets/font/Sora-VariableFont_wght.ttf) format('truetype');
}

.img-14 {
    display: none;
}

#A_PAG_WEB, #A_CORREO, #A_TELEFONO, #A_N_DOCUMENTO {
    display: none;
}

* {
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}

.swal2-popup {
    z-index: 10000 !important;
}

input::-webkit-outer-spin-button,
textarea::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.error-control {
    color: #FF0000;
    font-size: 7px;
    line-height: 140.5%;
}

.logomtp {
    display: none;
}

body {
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.btn-form:enabled {
    background-color: black;
}

.btn-form:disabled {
    background-color: rgba(128, 128, 128, 0.5);
    cursor: not-allowed;
}

.content-general {
    width: 80%;
    height: calc(100vh - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
/* LEFT PART */
.content-left {
    width: 70%;
    height: calc(100vh - 20px);
    display: block;
    align-items: flex-start;
    justify-content: center;
}

.head-title {
    width: 100%;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-content {
    width: 100%;
    height: calc(100vh - 275px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.input-control-alerta {
    width: 95%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #D8ECF4;
    border: 1px solid #BFD7E3;
    box-shadow: inset 0px 0px 23px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
}

.alerta {
    font-weight: 600;
    font-size: 1.3vh;
    font-family: Rubik;
}

.exclamacion {
    padding-right: 5px;
}

.info {
    width: 50%;
    display: block;
}

.stick1 {
    width: 300px;
    height: 55px;
    background-color: rgb(69, 159, 112);
    display: flex;
    justify-content: center;
    align-items: center;
}

.stick2 {
    width: 120px;
    height: 55px;
    background-color: #E1C23E;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-5deg);
}

.stick3 {
    width: 100%;
    padding-left: 10px;
}

.photo {
    width: 50%;
    height: calc(100vh - 275px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .photo img {
        width: 100%;
    }


/* RIGHT PART */
.content-right {
    width: 50%;
    height: calc(100vh - 20px);
    font-size: .8rem;
    z-index: 2;
    margin-left: 10px
}

form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    form h2 {
        width: 100%;
        align-items: flex-start;
        color: #747474;
    }

    form h3 {
        width: 100%;
        align-items: flex-start;
        color: #747474;
    }

h1 {
    padding-bottom: 0px;
    font-family: 'Sora';
    font-style: normal;
    font-size: 33px;
    font-weight: 700;
    line-height: 124%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}



h2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 124%;
    display: flex;
    align-items: center;
    color: #828282;
}

h3 {
    margin-top: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    display: flex;
    align-items: center;
}

p {
    margin-top: 25px;
    font-size: 1.5rem;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
    display: flex;
    align-items: center;
}

logo {
    width: 420.71px;
    height: 81.71px;
}

.form-group {
    width: 50%;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 5px 0px;
}

.esMenor {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    .esMenor .form-group {
        width: 50%;
        display: block;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 5px 0px;
    }


.input-control {
    width: 90%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #EDEDED;
    padding: 0px 10px;
}

    .input-control:focus {
        outline: none;
    }


.check-control {
    width: 20px;
    background: #47C757;
    border-radius: 4px;
}

    .check-control:checked {
        background: #47C757;
        border-radius: 4px;
    }



.titulo-control {
    width: 100%;
    /* color: #747474; */
}

small.titulo-control {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #909090;
    width: 90%
}

.btn-form {
    width: 95%;
    height: 50px;
    background-color: black;
    border: none;
    color: white;
    border-radius: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

u {
    color: black;
}

.mensaje-group {
    padding: 10px 5px;
    background-color: #D6E9F1;
}
/* imagenes */
.img-1 {
    position: fixed;
    top: -10vh;
    left: 0vw;
    z-index: 1;
}

.img-2 {
    position: fixed;
    top: 20vh;
    left: 0vw;
    z-index: 1;
}

.img-3 {
    position: fixed;
    top: 38vh;
    left: 0vw;
    z-index: 1;
}

.img-4 {
    position: fixed;
    top: 72vh;
    left: 0vw;
    z-index: 1;
}

.img-5 {
    position: fixed;
    top: 83vh;
    left: 50vh;
    z-index: 1;
}

.img-6 {
    position: fixed;
    top: 83vh;
    width: 200px;
    left: 65vw;
    z-index: 1;
}

.img-7 {
    position: fixed;
    top: 45vh;
    left: 53vw;
    width: 80px;
    z-index: 1;
}

.img-8 {
    position: fixed;
    left: 50vw;
    z-index: 1;
    width: 100px;
}

.img-9 {
    position: fixed;
    top: 0vh;
    left: 40vw;
    z-index: 1;
    width: 90px;
}

.img-10 {
    position: fixed;
    top: -10vh;
    left: 87vw;
    z-index: 1;
}

.img-11 {
    position: fixed;
    top: 20vh;
    left: 90.3vw;
    z-index: 1;
}

.img-12 {
    position: fixed;
    top: 55vh;
    left: 96vw;
    z-index: 1;
    width: 100px;
}

.img-13 {
    position: fixed;
    top: 73vh;
    left: 82vw;
    z-index: 1;
}

.logo {
    width: 22.3vw;
}

.swal-button--confirm {
    background-color: #459F70;
    color: white; /* Color del texto */
}

@media only screen and (max-width: 1700px) {
    .img-8, .img-7, .logomtp {
        display: none;
    }
}

@media only screen and (max-width: 970px) {
    .alerta {
        font-size: 1.3vh;
    }
}

@media (min-width: 780px) and (max-width: 1440px) {
    p {
        font-size: 2vh !important;
    }

    h1 {
        font-size: 28px !important;
    }

    .alerta {
        font-size: 1vh;
    }
}


@media only screen and (min-width: 250px) and (max-width: 600px) {
    .alerta {
        font-size: 2.3vw;
    }

    .logomtp {
        display: inline-block;
    }

    .logoDeco {
        width: 65vw;
    }

    .content-logo-mtp {
        position: absolute;
        align-items: center;
        background-color: #323232;
        height: 61px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img-9, .img-10, .img-11, .img-12, .img-13, .img-5, h3 {
        display: none;
    }

    .content-general {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 15vw;
        height: 0;
        width: 100%;
    }

    .content-right {
        padding-top: 40px;
        width: 95%;
        height: auto;
        font-size: .8rem;
        z-index: 2;
    }

    .content-left {
        width: 52%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .info-content {
        margin-top: 5%;
        flex-direction: column;
        height: auto;
    }

    .info {
        width: 100%;
        /* width: 50%; */
        display: block;
    }

    .stick1 {
        width: auto;
        height: 10vw;
        background-color: #459F70;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stick2 {
        padding-left: 0%;
        width: 22vw;
        height: 10vw;
    }

    h1 {
        font-size: 6vw;
    }

    p {
        font-size: 3.1vw;
    }

    .photo {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row;
    }

    .head-title {
        height: 26vw;
        margin-bottom: -6vw;
    }

    .border {
        border: 0.5px solid #459F70;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .img-1 {
        position: absolute;
        width: 100px;
        top: 10vh;
        left: -4vw;
        z-index: 1;
    }

    .img-2 {
        position: absolute;
        top: 27vh;
        left: 2vw;
        z-index: 1;
        width: 60px;
    }

    .img-3 {
        position: absolute;
        width: 80px;
        top: 30vh;
        left: 0vw;
        z-index: 1;
    }

    .img-4 {
        position: absolute;
        top: 55vh;
        left: 0vw;
        width: 120px;
        z-index: 1;
    }

    .img-14 {
        display: inline;
        position: absolute;
        width: 130px;
        top: 53vh;
        right: 0vw;
        z-index: 1;
    }

    .img-5 {
        position: absolute;
        width: 80px;
        top: 56vh;
        left: 78vw;
        z-index: 1;
    }


    .img-6 {
        position: absolute;
        top: 40vh;
        left: 70vw;
        width: 80px;
        z-index: 1;
    }

    .img-7 {
        display: inline-block;
        position: absolute;
        top: 50vw;
        left: 80vw;
        width: 55px;
        z-index: 1;
    }

    .img-8 {
        display: inline;
        position: absolute;
        top: 30vw;
        left: 82vw;
        width: 60px;
        z-index: 1;
    }

    form h2 {
        width: 100%;
        font-family: 'Rubik';
        font-weight: 700;
        align-items: flex-start;
        color: #828282;
    }

    form h3 {
        width: 100%;
        font-family: 'Rubik';
        font-weight: 700;
        align-items: flex-start;
        color: #828282;
    }
}

/* Media query para dispositivos de alta densidad de píxeles (iPhone y otros) */
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 600px) and (min-resolution: 192dpi) {
    .alerta {
        font-size: 2.5vw; /* Ajustar si es necesario */
    }

    .logomtp {
        display: inline-block;
    }

    .logoDeco {
        width: 65vw;
    }

    .content-logo-mtp {
        position: absolute;
        align-items: center;
        background-color: #323232;
        height: 61px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img-9, .img-10, .img-11, .img-12, .img-13, .img-5, h3 {
        display: none;
    }

    .content-general {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 15vw;
        height: auto; /* Cambio de height: 0 a height: auto */
        width: 100%;
    }

    .content-right {
        padding-top: 40px;
        width: 95%;
        height: auto;
        font-size: 0.8rem;
        z-index: 2;
    }

    .content-left {
        width: 52%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        height: auto;
    }

    .info-content {
        margin-top: 5%;
        flex-direction: column;
        height: auto;
    }

    .info {
        width: 100%;
        display: block;
    }

    .stick1 {
        width: auto;
        height: 10vw;
        background-color: #459F70;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .stick2 {
        padding-left: 0%;
        width: 22vw;
        height: 10vw;
    }

    h1 {
        font-size: 6vw;
    }

    p {
        font-size: 3.1vw;
    }

    .photo {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: row;
    }

    .head-title {
        height: 26vw;
        margin-bottom: -6vw;
    }

    .border {
        border: 0.5px solid #459F70;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .img-1 {
        position: absolute;
        width: 100px;
        top: 10vh;
        left: -4vw;
        z-index: 1;
    }

    .img-2 {
        position: absolute;
        top: 27vh;
        left: 2vw;
        z-index: 1;
        width: 60px;
    }

    .img-3 {
        position: absolute;
        width: 80px;
        top: 30vh;
        left: 0vw;
        z-index: 1;
    }

    .img-4 {
        position: absolute;
        top: 55vh;
        left: 0vw;
        width: 120px;
        z-index: 1;
    }

    .img-14 {
        display: inline;
        position: absolute;
        width: 130px;
        top: 53vh;
        right: 0vw;
        z-index: 1;
    }

    .img-5 {
        position: absolute;
        width: 80px;
        top: 56vh;
        left: 78vw;
        z-index: 1;
    }

    .img-6 {
        position: absolute;
        top: 40vh;
        left: 70vw;
        width: 80px;
        z-index: 1;
    }

    .img-7 {
        display: inline-block;
        position: absolute;
        top: 50vw;
        left: 80vw;
        width: 55px;
        z-index: 1;
    }

    .img-8 {
        display: inline;
        position: absolute;
        top: 30vw;
        left: 82vw;
        width: 60px;
        z-index: 1;
    }

    form h2 {
        width: 100%;
        font-family: 'Rubik';
        font-weight: 700;
        align-items: flex-start;
        color: #828282;
    }

    form h3 {
        width: 100%;
        font-family: 'Rubik';
        font-weight: 700;
        align-items: flex-start;
        color: #828282;
    }
}

tbody p {
    margin-top: 10px;
}
