@font-face {
    font-family: 'ViruFont';
    src: url('../fonts/FSAlbBol.otf');
    /*src: url('../fonts/prueba/honchokomono-italic-regular.otf') format('opentype');*/
}

body {
    font-size: 22.5px;
    font-family: 'ViruFont', sans-serif;
    /*letter-spacing: 1px;*/
}

/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.2rem #258cfb;
    
}

.form-control {
    background-color: transparent;
    border-color: #4B7B5E;
    border-radius:0px;
}


html {
    position: relative;
    min-height: 100%;
    color: red;
}

/*body {
  margin-bottom: 60px;
}
main {
    height: 100vh;
}

#divCondiciones {
    height: 100vh;
}*/
.lpdp_desktop {
    display: block;
}

.lpdp_mobile {
    display: none !important;
}

.backgroundAgro_izq {
    background-image: url(../images/2025_06_17_agroberries_mockup_web_inscripciones-1_es-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    flex: 0.9;
    height: 100%;
}

.backgroundAgro_der {
    background-image: url(../images/2025_06_17_Agroberries_Mockup_Web_Inscripciones-1_Es-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    flex: 1;
    height: 100%;
}
.background_izq {
    background-image: url(../images/2025_06_16_viru_mockup_web_inscripciones-1_es-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    flex: 0.9;
    height: 100%;
}

.background_der {
    background-image: url(../images/2025_06_16_Viru_Mockup_Web_Inscripciones-1_Es-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    flex: 1;
    height: 100%;
}

.background_form {
    background-image: url(../images/2025_06_30_Viru_Mockup_Web_Inscripciones-1_Es-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    height: 100%;
}

.background_form_agroberries {
    background-image: url(../images/2025_07_01_Agroberries_Mockup_Web_Inscripciones-1_Es-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    height: 100%;
}
/*
.background_sup {
    background-image: url(https://virunet.viru.com.pe/FILESERVER/MKT/Inscripciones/2024_09_02_Viru_Mockup_Mobile_Inscripciones-1_Es-3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    /*flex: 1;
height: 85px; 
}
*/


.background_sup_movil {
    background-image: url(../images/2025_06_16_viru_mockup_web_inscripciones-1_es-1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    /*flex: 1;*/
    height: 20rem;
}


.background_inf {
    background-image: url(https://virunet.viru.com.pe/FILESERVER/MKT/Inscripciones/2024_09_02_Viru_Mockup_Mobile_Inscripciones-1_Es-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    flex: 1;
    height: 100%;
}

.margin_form {
    
    margin-right: 15rem;
    margin-left: 15rem;
    padding-block: 07rem;
}

.color_verde {
    color: #357B39;
}

.color_gris {
    color: #185231;
    font-size: 16px;
}

.btn-primary {
    background-color: #212F66;
}

.card {
    background-color: transparent;
}

.form-select {
    background-color: transparent;
    border-color: #4B7B5E;
    border-radius: 0px;
}

.card-body-custom {
    flex: 1 1 auto;
    padding: 3rem 5rem 1rem 5rem;
}

.select-color {
    color: #185231;
    background-color: transparent;
    border-color: #4B7B5E;
    border-radius: 0px;
}

.boton_verde {
    color: #fff;
    background-color: #307935;
    border-color: #00af00;
}

.boton_verde:hover {
    color: white !important;
}

.mlr {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.c2 {
    flex: 1;
    /*overflow-y: auto;*/
    flex-grow: 1;
}

.btn-custom {
    font-size: 13px !important;
    border-radius: .15rem !important;
    background-color: #307935;
}

.terminos {
    display: flex;
    justify-content: space-between
}

.ptop {
    padding-top: 1em;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.ld-btn1 {
    display: flex !important;
}

.ld-btn2 {
    display: none !important;
}
.mt-3{
    display:none;
}
.alert-info{
 background-color:transparent;
 border-color:transparent;
}

@media screen and (max-width: 600px) {
    .form-control {
        background-color: white;
        border-color: #4B7B5E;
    }

    .terminos_movil {
        margin-left: 2rem;
        font-size:16px;
    }

    .select-color {
        background-color: white;
        border-color: #4B7B5E;
    }

    .mt-3 {
        display: block;
        font-size: 13pt;
    }
    .divCondiciones {
        height: 150%;
    }


    .lpdp_mobile {
        display: block !important;
    }

    .lpdp_desktop {
        display: none !important;
     
    }

    .background_form {
        background-image: url(../images/2025_06_16_Viru_Mockup_Web_Inscripciones-1_Es-2.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        height: 100%;
    }

    .background_inf {
        background-image: url(../images/2025_06_16_Viru_Mockup_Web_Inscripciones-1_Es-2.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        flex: 1;
        height: 100%;
    }
    .background_inf_Agro {
        background-image: url(../images/2025_06_17_Agroberries_Mockup_Web_Inscripciones-1_Es-2.png);
        padding-top:0rem;
        
    }
        .background_izq {
            display: none;
        }

    .background_sup {
        display: block !important;
    }

    .background_der {
        background-image: url(https://virunet.viru.com.pe/FILESERVER/MKT/Inscripciones/2024_08_22_Viru_Mockup_Mobile_Inscripciones-1_Es-1.jpg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% 100%;
        flex: 1;
        height: 100%;
    }

    .margin_form {
        padding-top: 2rem;
        margin-right: 2rem;
        margin-left: 2rem;
        padding-block: 3rem;
    }

    .card-body-custom {
        flex: 1 1 auto;
        padding: 3rem 3rem 1rem 3rem;
    }
    .card_custom {
        background-color: white;
        border-radius:20px;
        flex: 1 1 auto;
        
    }

    .ptop {
        padding-top: 0rem;
    }

    .mlr {
        margin-top: 1rem;
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
    .mlr_text {
        overflow-y: scroll;
        width: 330px;
        height: 250px;
    }
    .mlr_text_Agro {
        overflow-y: scroll;
        margin-left:1rem;
        width: 330px;
        height: 250px;
    }
 
    .ld-btn1 {
        display: none !important;

    }

    .ld-btn2 {
        display: block !important;
        
    }

    .alert alert-info{
        margin-left:1rem;
    }

    .alert alert-infor {
        padding-top:0rem;
        margin-left: 1rem;
    }

    
    
    
    
}