@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:ital,wght@0,600;1,200&display=swap');

*{
    margin:0;
    box-sizing: border-box;
}
/*Imagenes de fondo*/
body{
    padding: 20px;
    background: url("../img/BG-FORMULARIO.png") repeat-y center top;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.container-prin{
    width: 90%;
    height: 100px;
    /*background: red;*/
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
form{
    width: 90%;
    height: auto;
    background: #fff;
    margin-top: 30px;
    border-radius: 25px;
    box-shadow: 0px 5px 30px #000;
    padding: 40px;
}
form p{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #5a2f92;
    margin: 10px 10px 40px 10px;
    font-size: 3vh;
    text-align: center;
}
form label{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3vh;
    color: #000094;
    display: block;
    margin-top: 35px;
    margin-left:1%;
}
form input{
    width: 40%;
    height: 35px;
    border-radius: 10px;
    background-color: #f0f3f0;
    font-size: 2.5vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    border: 1.5px solid #543085;  
    color:  #543085;
    padding-left: 2%;
}
i{
    color:rgb(143, 3, 3);
}
form div{
    display:flex;
    width: 80%;
}
form div>label{
    display:flex;
    width: 80%;
    margin-left: 1%;
}
form select{
    width: 40%;
    height: 35px;
    border-radius: 10px;
    background-color: #f0f3f0;
    font-size: 2.5vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    border: 1.5px solid #543085;  
    color:  #543085;
    padding-left: 2%;
}
.captcha{
    display:block;
}
.preview{
    width: 40%;
    height: 50px;
    border: 1.5px dashed #543085;  
    margin: 1% 0%;
    border-radius: 5px;
    display:flex;
    justify-content: center;
    align-items:center;
}
.captcha-refresh{
    margin-left: 10px;
}
.fa-refresh{
    height:20px;   
    cursor: pointer;
}
input[type="submit"]{
    background-color: #543085;  
    color: white;
    margin-top: 30px;
    margin-left: 33%;
    text-align: center;
    width: 30%;
    cursor: pointer;
}
span{
    font-size: 5vh;
    margin-left: 20px;
    text-transform: uppercase;
}
.enviar-form{
    background-color: #ec207c;  
    color: white;
    margin-top: 10px;
    text-align: center;
    width: 15%;
    height: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 25%;
}
.swal-text{
    font-size:4vh;
    color:rgb(74, 201, 0);
    font-family: 'Montserrat', sans-serif;
}
.swal-title{
    font-size:4vh;
    color:rgb(10, 10, 10);
    font-family: 'Montserrat', sans-serif;
}
.con-error{
    background-color: #c52700;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    border-radius: 23px;
    padding: 10px;
}
.error{
    margin: 1% 4%;
    font-size: 2.5vh;
    color:white;
}
.correcto{
    background-color: #A0DEA7;
    padding: 10px;
    font-size: 5vh;
}
form h4>i{
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 500;
    color:rgb(119, 118, 118) !important;
    margin-top: 50px !important;
    text-transform: italic;
}

.logo-ins{
    width: 50%;
}
.gracias{
    background-color: white;
    height: 80%;
    padding-top: 4%;
    box-shadow: 0px 5px 30px #000;
    border-radius: 20px;
}
.gracias-txt{
    color:#ec207c;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.lead-txt{
    color:#543085;
    font-family: 'Poppins', sans-serif;
}