@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: "Poppins", sans-serif;
    background-image: url(imagen/fondo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.alerta {
    box-sizing: border-box;
    background-color: red;
    color: #ffffff;
    text-align: center;
}

.correcto {
    box-sizing: border-box;
    background-color: green;
    color: #ffffff;
    text-align: center;
}

.sucedio {
    box-sizing: border-box;
    background-color: green;
    color: #ffffff;
}

.titulo {
    font-size: 40px;
}

.header {
    background-color: #fafafa;
    padding: 150px 0 100px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.header-content {
    display: flex;
}

.header-txt {
    width: 50%;
}

.header-txt h1 {
    line-height: 1;
    color: #323232;
    text-transform: uppercase;
    font-size: 75px;
    margin-bottom: 10px;
}

.header-txt p {
    color: #818181;
    font-size: 16px;
    margin-bottom: 45px;
}

.header-img {
    width: 50%;
}

.containerper {
    max-width: 100%;
    background-color: #fafafa;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
}

.containerper>h2 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
}

.containermod {
    max-width: 100%;
    background-color: #fafafa;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
}

.containermod>h2 {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
}

.sale {
    text-align: right;
    background-color: #fafafa;
    padding: 10px;
}

.btn-1 {
    display: inline-block;
    padding: 11px 25px;
    background-color: #02b1f4;
    color: #ffffff;
    border-radius: 15px;
}

.btnuser {
    display: inline-block;
    padding: 11px 25px;
    background-color: grey;
    color: #ffffff;
    border-radius: 15px;
}

.btnpanel {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 11px 11px;
    background-color: #02b1f4;
    color: #ffffff;
    border-radius: 15px;
    cursor: pointer;
}


.btncert {
    display: inline-block;
    padding: 8px 12px;
    background-color: rgb(25, 149, 165);
    color: #ffffff;
    border-radius: 12px;
    align-items: center;

}

.btncertmus {
    display: inline-block;
    padding: 8px 12px;
    background-color: green;
    color: #ffffff;
    border-radius: 12px;
    align-items: center;

}

.btncertvis {
    display: inline-block;
    padding: 8px 12px;
    background-color: rgb(168, 64, 154);
    color: #ffffff;
    border-radius: 12px;
    align-items: center;

}

.certificado {
    align-items: center;
    text-align: center;
    margin-top: 5px;
}

.formulario {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    padding: 30px;
    width: 500px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    border-radius: 15px;
}

.formdos {
    padding: 30px;
    width: 500px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #81e4df;
    border-radius: 15px;
}

form h2 {
    font-size: 25px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.input-container {
    position: relative;
}

.input-container>i {
    padding: 15px;
    border-radius: 50%;
    background-color: #02b1f4;
    color: #ffffff;
    position: absolute;
    font-size: 20px;
    top: 4px;
    left: 4px;
    cursor: pointer;
}

.input-panel {
    position: relative;
}

.input-panel>i {
    padding: 15px;
    border-radius: 50%;
    background-color: #323232;
    color: #ffffff;
    position: absolute;
    font-size: 20px;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.input-panel>input,
textarea {
    padding: 10px 10px 10px 50px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 35px;
    background-color: transparent;
    border: 2px solid #02b1f4;
    font-size: 20px;
    outline: none;
    color: #323232;
}

.input-container>input,
textarea {
    padding: 15px 15px 15px 65px;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 35px;
    background-color: transparent;
    border: 2px solid #02b1f4;
    font-size: 20px;
    outline: none;
    color: #323232;
}

.select {
    padding: 10px 10px 10px 50px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 35px;
    background-color: transparent;
    border: 2px solid #02b1f4;
    font-size: 20px;
    outline: none;
    color: #323232;
}

.text-center {
    text-align: right;
}

.text-prog {
    font-size: 10px;

}

::placeholder {
    color: #a0a0a0;
    font-size: 20px;
}

.btn {
    background-color: #02b1f4;
    padding: 17px 30px;
    width: 100%;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width:991px) {
    .header {
        min-height: 0vh;
        padding: 80px 30px 50px 30px;
    }

    .header-content {
        flex-direction: column;
    }

    .header-txt {
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .header-img {
        width: 100%;
    }

    .header-img img {
        width: 100%;
    }

    .about {
        padding: 30px;
        flex-direction: column;
    }

    .about-img {
        width: 100%;
        order: 2;
    }

    .about-img img {
        width: 100%;
    }

    .about-txt {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .formulario {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    form {
        width: 100%;
    }

}