@import url('../../css/color.css');
@import url('../fonts.css');

*  {font-family: var(--font-principal);
}
.form-control{
    width: 50%;
}
.obligatorio{
    color: red;
    font-size: 13px;
}

body{
    background-image: url("../../assets/img/background-final-op1.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.contenido{
    background-color:whitesmoke;
    padding-bottom: 30px;
    margin-left: 0%;
    margin-right: 10%;
    border-radius: 5px;
    box-shadow: 2px 2px 15px 0 #dcdcdc;
    margin-bottom: 2%;
}

.baner{
    margin-left: 0%;
    margin-right: 0%;
    width: 90%;
    margin-top: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 50px 0 #dcdcdc;
}

.form-label,.floatingTextarea {
    margin-left: 5%;
    color: black;
    font-weight:900;
    width: 30%;
    text-align:left;
    min-width: 100px;
}
.form-control, .form-select{
    /* margin-left: 10%; */
    width: 60%;
    min-width: 200px;
    height: 50px;
    font-size: 1rem;
    /* color: #6e6e6e; */
    /* cursor: pointer; */
    border-radius: 0;
    border-style: solid;
    margin-bottom: 15px;
    border-style: none;
    background-color: gainsboro;
    display:inline;
    border-radius: 3px;
    
}

.fileInput{
    background-color: #e9ecef;
    width: 60%;
}

.form-check-input{
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.cheks{
    margin-left: 0%;
    border-width: 10PX;
    font-size: 100%;
    margin-left: 5%;
    margin-bottom: 20px;
}


i{
    font-size: 11px;
}

.hrDiv{
    width: 100%;
}

.btn-primary{
    border-radius: 20px;
    font-size: .7rem;
    font-weight: 700;
    width: 30%;
    height: 70px;
    background-color:#28348a;
    border-style: solid;
    border-width: 1px;
    border-color: #0d6efd;
    box-shadow: 2px 2px 10px 0 rgb(175, 173, 173);
}
.btn:disabled{
    background-color:#d6d2d2 ;
    border-color: #0d6efd;
    box-shadow: 2px 2px 10px 0 rgb(175, 173, 173);
}
.container-sm{
    margin-left: 0%;
}

.titulo{
    font-family: var(--font-headers);
    padding-top: 5%;
    font-size: calc(1.3em + 1vw);
    font-weight: 800;
    color: var(--clr-black);
    text-align: center;
    padding-bottom: 0%;
}
.subtitulo{
    font-style:italic;
    margin-left: 5%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0%;
}

.infoAdiccional{
    color: rgba(107,114,128);
    width: 85%;
    text-align: justify;
}

.fuente{
    font-size: 1rem;
    font-style: normal;
}

.infoAd-1{
    color: rgba(107,114,128);
    width: 80%;
    text-align: center;

}

#descripcion{
    min-height: 90px;
    width: 60%;
    margin-left: 0%;
    display: inline;
}

.form-label-2{
    margin-left: 5%;
    font-size: 100%;
    color: black;
    font-weight:900;
    width: 100%;
}

.ver{
    display: none;
}

.ver1{
    display: none;
}

.form-radio{
    margin-left: 3%;
}

.form-label-1{
    margin-left: 5%;
    font-size: 100%;
    color: black;
    font-weight:900;
    width: 30%;
    text-align:left;
    display: inline-block;
    min-width: 30%;
    align-items: center;
}

.filepond--drop-label {
   color: #4c4e53;
}

.filepond--label-action {
   text-decoration-color: #babdc0;
}

.filepond--panel-root {
   border-radius: 2em;
   background-color: #edf0f4;
   height: 1em;
}

.filepond--item-panel {
   background-color: #595e68;
}

.filepond--drip-blob {
   background-color: #7f8a9a;
}

.tratamientoDatos{
    text-align: center;
    color: rgba(107,114,128);
}
.bton-alerta{
    background-color: #0b5ed7;
    border-style: none;
    color: whitesmoke;
    padding: 10px;
    width: 100%;
    margin-top: 3px;
}
p{
    text-align:center; 
    padding-left: 30px;
     padding-right: 30px;
      color:#6b7280; 
      font-size: 18px;
}
.titulo-mediano {
    margin-left: 10%;
    width: 70vw;
    text-align: center;
    font-family: var(--font-headers);
    font-size: calc(1em + 1vw);
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #34a9c6;
    border-radius: 5px;
    margin-top: 2%;
    
  }
  @media screen and (min-width:768px){
    .btn-primary{
        font-size: 1.3rem;
    }
    .titulo-mediano {
        margin-left: 35%;
        width: 30vw;
    }
    .contenido{
        margin-left: 15%;
        margin-right: 15%;
    }
    .baner{
        margin-left: 15%;
        margin-right: 30%;
        width: 70%;
    }
  }