@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.cursor {
    cursor: pointer;
}

.contenedorComunicado {
    position: fixed;
    bottom: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    right: 15px !important;
    left: auto !important;
}

.comunicado {
    /*border-radius: 12px;
    background-color: white;
    color: black;
    padding: 4px;*/
}

.msgComunicado {
    border-radius: 12px;
    background-color: white;
    color: black;
    padding: 8px;
    width: 250px !important;
    text-align: justify;
    margin-bottom: 10px;
}

.noSeleccionable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
    width: 150px;
    border-radius: 12px;
    background-color: white;
    color: black;
    padding: 4px;
}

.close {
    line-height: 0 !important;
    margin-top: -2px !important;
    font-size: 15px !important;
    opacity: 1 !important;
    color: #fff !important;
}

.contenedorPolitica {
    position: fixed;
    bottom: 2px;
    margin: 0px auto;
    width: 100%;
}

@media (max-width: 575.98px) {
    .contenedorPolitica {
        position: relative;
        bottom: 40px;
        background-color: red;
    }
}

body {
    font-family: 'Poppins', sans-serif !important;
    /*background-image: url(https://pecano.pe/wp-content/uploads/2021/12/Fondo_4098x1971.png);*/
    background-image: url(https://pecanofact.com/wp-content/uploads/2024/08/Desktop-86.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-size: cover;    
    /*height: 103vh;*/
}

.gradient-orange {
    background-image: linear-gradient( 90deg, #F69762 0%, #EE4D6F 100%);
    padding: 5px 20px;
    border-radius: 3px;
    color: white;
}

.unit-4:hover .gradient-orange {
    background-color: white !important;
    padding: 5px 20px !important;
    border-radius: 3px !important;
    color: #F69762 !important;
}

.titulo {
    font-family: 'Poppins', sans-serif !important;
    color: #2376dc !important;
    font-weight: 700 !important;
}

.titulo-2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px;
    /*background: linear-gradient( 90deg, #F69762 0%, #EE4D6F 100%);*/
    -webkit-background-clip: text;
    color: black;
}

.unit-4:hover .titulo {
    color: white !important;
}

div#features-section {
    padding: 0px !important;
}

.unit-4 .unit-4-icon .icon-wrap:hover {
    background-image: none;
}

.unit-4 .unit-4-icon .icon-wrap span {
    font-size: 1.7rem !important;
}

.unit-4 .unit-4-icon .icon-wrap {
    width: 50px !important;
    height: 50px !important;
}

.unit-4 .unit-4-icon {
    left: 50%;
    top: -25px;
}

    .unit-4 .unit-4-icon .icon-wrap {
        box-shadow: 0 4px 20px -5px rgb(66 133 244 / 20%) !important;
    }

.modal-content.diseno {
    border-radius: 20px;
    /*border: solid 14px #2376dc;*/
}

.boton-cerrar {
    position: absolute;
    color: white;
    float: left;
    padding: 2px 10px;
    border-radius: 20px;
    background-image: linear-gradient( 90deg, #F69762 0%, #EE4D6F 100%);
    top: -17px;
    right: -17px;
}

h4.titulo-2 {
    padding: 12px;
}


.iconos-ux {
    padding: 0px 50px;
}

.boton-aqui-ux {
    margin: 5px 10px;
    background-color: red;
    color: white;
    border: 0px;
    border-radius: 8px;
}
/*VISTA PC*/
@media only screen and (min-width: 1600px) {
    .espacio-fe {
        padding: 0px 95px;
    }

    .politica-movil {
        padding-left: 90px;
        display: none;
    }
}
@media only screen and (min-width: 1350px) and (max-width: 1600px) {
    .espacio-fe {
        padding: 0px 65px;
    }

    .politica-movil {
        padding-left: 90px;
        display: none;
    }
}

@media only screen and (min-width: 1180px)and (max-width: 1350px){
    .espacio-fe {
        padding: 0px 30px;
    }

    .politica-movil {
        padding-left: 90px;
        display: none;
    }
}

@media only screen and (min-width: 960px)and (max-width: 1350px) {


    .modulo2 {
        padding: 30px 20px 10px 25px;
    }

    .politica {
        padding-left: 90px;
        display: block;
    }

    .politica-movil {
        padding-left: 90px;
        display: none;
    }

    .texto-ux {
        padding: 20px 100px;
    }

    .texto-aqui-ux {
        border-radius: 30px;
        background-color: white;
        color: black;
        font-weight: bold;
        width: 370px;
        font-size: 20px;
        margin-left: 30px;
    }
}
    /*VISTA IPAD*/
    @media only screen and (min-width: 700px) and (max-width: 960px) {
        .politica {
            text-align: center !important;
            display: block;
        }

        .espacio-fe {
            padding: 0px 5px;
        }

        .politica-movil {
            padding-left: 90px;
            display: none;
        }

        body {
            background-color: #0c577b;
            background-image: none;
            background-size: cover;
            position: relative;
        }

        .texto-ux {
            padding: 20px 20px;
        }

        .texto-aqui-ux {
            border-radius: 30px;
            background-color: white;
            color: black;
            font-weight: bold;
            width: 250px;
            font-size: 12px;
        }
    }
    /*VISTA CELULAR*/
    @media only screen and (max-width: 700px) {
        .politica {
            text-align: center !important;
            display: none;
        }

        body {
            background-color: #0c577b;
            background-image: none;
            background-size: cover;
            position: relative;
        }

        .texto-ux {
            padding: 20px 20px;
        }

        .texto-aqui-ux {
            border-radius: 30px;
            background-color: white;
            color: black;
            font-weight: bold;
            width: 300px;
            font-size: 15px;
        }

        .politica-movil {
            /*padding-left: 90px;*/
            display: block;
            text-align: center;
        }
    }

    button .boton-aqui-ux:focus {
        outline: 0 !important;
    }