﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.pan-login {
    margin: 0px auto 0px auto;
    padding: 25px;
    width: 380px;
    background-color: transparent;
    border-radius: 5px;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
}

.lbl-header {
    font-size: 2EM;
    font-weight: bold;
}

.lbl-small {
    font-size: 0.8EM;
}

.img-captcha {
    position: absolute;
    width: 200px;
    height: 56px;
}

.frm-captcha {
    margin-left: 202px;
}



.titulo-form {
    background: linear-gradient( 0.25turn,#F69762,#EE4D6F);
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'Poppins', sans-serif;
}

.gradient-orange {
    background-image: linear-gradient( 90deg, #F69762 0%, #EE4D6F 100%);
    padding: 5px 20px;
    border-radius: 3px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.comunicado {
    border-radius: 12px;
    background-color: white !important;
    color: #2376dc !important;
    padding: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.contenedorComunicado {
    position: fixed;
    bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 15px !important;
    left: auto !important;
}

.msgComunicado {
    border-radius: 12px;
    background-color: white !important;
    color: #2376dc !important;
    padding: 8px;
    width: 250px !important;
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}


.espacio {
    padding-top: 80px;
}

/*VISTA PC*/
@media only screen and (min-width: 960px) {
    body {       
        /*background-image: url(https://pecano.pe/wp-content/uploads/2021/12/Fondo_4098x1971-1.png);*/
        background-image: url(https://pecanofact.com/wp-content/uploads/2024/08/Desktop-86.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
       
    }

    .frame-video-ux {
        border-radius: 10px;
        border: solid;
        border-color: black;
        border-width: 10px;
    }
}
/*VISTA IPAD*/
@media only screen and (min-width: 700px) and (max-width: 960px) {
    body {
        background-color: #0c577b;
        height: 120vh;
        background-size: cover;
        position: relative;
    }

    .row {
        place-content: center;
    }

    .col-sm-6 {
        margin: 0px 30px;
    }

    .frame-video-ux {
        border-radius: 10px;
        border: solid;
        border-color: black;
        border-width: 10px;
    }
}
/*VISTA CELULAR*/
@media only screen and (max-width: 700px) {
    body {
        background-color: #0c577b;
        height: 120vh;
        background-size: cover;
        position: relative;
    }

    .row {
        place-content: center;
    }

    .col-sm-6 {
        margin: 0px 30px;
    }
    .frame-video-ux {
        border-radius: 10px;
        border: solid;
        border-color: black;
        border-width: 10px;
        width: 390px;
    }
}
