﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root, :root:after, :root:before {
    --cl-blueSics: #1EA0CA;
}



.font-size-2 {
    font-size:2em;

}


.font-size-15 {
    font-size: 1.5em;
}

.font-size-13 {
    font-size: 1.3em;
}

.clIconos {
    color: var(--cl-blueSics);
}
.box {
    position: relative;
    width: 380px;
    height: 360px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding:10px;
    box-shadow: 0px 0px 15px 8px rgb(0 0 0 / 20%);
}

.box form {
    position: absolute;
    inset: 3px;

    background: #fff;
    padding: 10px 40px;
    border-radius: 8px;
    z-index: 2;
    display: flex;
    flex-direction: column;

}

    .box form .inputBox input::placeholder {
        color: rgba(30,160,202, 0.8);
    }


.box form .inputBox {
    position: relative;
    width: 300px;
    margin-top: 28px;
}

.box form .inputBox input {
    position: relative;
    width: 100%;

    font-size:.8em;
    padding: 7px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #1EA0CA;
    box-shadow: none;
    color: #1EA0CA;
    transition: 0.5s;
    z-index: 10;
}

.box form .inputBox span {
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #1EA0CA;
    transition: 0.5s;
}

.box form .inputBox input:valid ~ span,
.box form .inputBox input:focus ~ span {
    color: rgba(30,160,202, 0.8);
    transform: translateY(-34px);
}



    .box form input[type="submit"] {
        margin-top: 30px;
        width: 60%;
        height: 35px;
        border-radius: 5px;
        border: none;
        background: #1EA0CA;
        color: #fff;
        outline: none;
    }



    .box::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50px;
        width: 380px;
        height: 420px;
        background: linear-gradient(0deg, transparent,transparent, #1EA0CA,#1EA0CA, #1EA0CA);
        z-index: 1;
        animation: animate 6s linear infinite;
        transform-origin: bottom right;
    }

    .box::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50px;
        width: 380px;
        height: 420px;
        background: linear-gradient(0deg, transparent,transparent, #1EA0CA,#1EA0CA, #1EA0CA);
        z-index: 1;
        animation: animate 6s linear infinite;
        transform-origin: bottom right;
        animation-delay: -3s;
    }

.borderLine {
    position: absolute;
    top: 0;
    inset: 0;
}

    .borderLine::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50px;
        width: 380px;
        height: 420px;
        background: linear-gradient(0deg, transparent,transparent, rgba(30,160,202, 0.8),rgba(30,160,202, 0.8), rgba(30,160,202, 0.8));
        z-index: 1;
        animation: animate 6s linear infinite;
        transform-origin: bottom right;
        animation-delay: -1.5s;
    }

    .borderLine::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50px;
        width: 380px;
        height: 420px;
        background: linear-gradient(0deg, transparent,transparent, rgba(30,160,202, 0.8),rgba(30,160,202, 0.8), rgba(30,160,202, 0.8));
        z-index: 1;
        animation: animate 6s linear infinite;
        transform-origin: bottom right;
        animation-delay: -4.5s;
    }

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contenedor {
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 0 16px;
    border-bottom: 1px solid #fff;
}

.logo img {
    height: 100px;
    width: 300px;
}

.error {
    border-radius: 5px;
  
    margin-top: 30px;
}

    .error h6 {
        padding: 3px;
        color: #1EA0CA;
   
        text-align: center;
        font-size: 13px;
    }

.imagenLogo img {
    width: 100px;
    float: right;
    padding: 0;
    margin: 0;
}


.menu {
    background: var(--cl-blueSics);
 
}

    .menu a {
        color:#fff;
        margin-right:40px;
        text-decoration:none;
    }

.derecha a{
    float:right;
}

.formularioGenerar {

}



.formularioGenerar input {
    border: 1px solid var(--cl-blueSics);
    margin: 0;
    width: 100%;
    border-radius: 5px;
    outline: none;
    color: var(--cl-blueSics);
    font-size:14px;
    padding:5px;

}

.formularioGenerar h2 {
    text-align:center;
    color:var(--cl-blueSics)

}



.formularioGenerar button {
    border: 1px solid var(--cl-blueSics);
    width: 40%;
    margin: 0;
    border-radius: 5px;
    padding: 5px;
    color:#fff;
    background: var(--cl-blueSics);
    box-shadow: 0px 4px 15px 3px rgb(0 0 0 / 20%);
}


.formularioGenerar textarea {
    border: 1px solid var(--cl-blueSics);
    margin: 0;
    width: 100%;
    border-radius: 5px;
    outline: none;
    color: var(--cl-blueSics);
    font-size: 14px;
    padding: 5px;
}

.recuadro {
    background: #fff;
    padding: 40px 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 8px rgb(0 0 0 / 20%);
    display: flex;
    justify-content:center;
}

    .recuadro label {
        color:#1EA0CA;
    }


.respuestaWS {
    margin-top: 15px;
    text-align: center;
}

.table thead {
    background: linear-gradient(180deg, rgba(30,160,202,1) 0%, rgba(30,160,202,1) 5%, rgba(255,255,255,1) 80%);
    color: #000;
    text-align: center;
}

.table {
    text-align:center;
}




    .table a {
    
        color: #000;
    }



