legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: inherit;
        color: #333;
        border: 0;
        border-bottom: 1px solid #d44848;
    }

    .conteiner{ 
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .espaciado{
        margin-top: 50px;
    }

    .formulario{
        transition: 2s;
        margin-top: 20px;
        /*margin-left: 40;*/
        width: 20%;
        box-shadow: 0px 0px 40px rgba(0,45,106 ,1),0px 0px 80px rgba(256,256,256 ,1);
    }
    /**/
    .formulario:hover{
        transition: .5s;
        /*
        background-color: rgba(0,0,0,.5);*/
        background-color: rgba(179,131,250,.2);
    }
    

     @media screen and (max-width:1024px) and (min-width:320px) {
        
        .logo{
            height: 50px;

        }
        .formulario{
            transition: 2s;
            width: 92%;
           
            margin-top: 5px;
        }
    }
    
    fieldset{
        transition: 2s;
        margin-bottom: 5px;
        /*border-color: rgba(213,0,0 ,1);
        border-color: rgba(0,45,106 ,.5);*/
        border-color: rgba(138, 137, 144 ,.5);
        border-style: groove;
        border-width: 5px;
        border-radius: 20px;

    }


    /**/
    .Input{
        transition: .8s;
        background-color: rgba(0,0,0,.4); 
        color: #FDFEFE      ;/**/
        border-color:#006;
        border-bottom-color:white;
        border-bottom-style:groove;
        border-left:none;
        border-right:none;
        border-top:none;
        border-width: 4px;
            width: 108%; 
            height: 27px;
        font-size: 20px;
        
    }
    .Input:hover{
        transition: .8s;
        background-color:rgba(55,71,79 ,.5);
        box-shadow:inset;
        border-bottom-color:aqua;
    }
    
    .Input:focus{
        transition: .8s;
        border-bottom-color:aqua;
    }

    
    h3{
        
       /* /*color:white;*/
        text-align: center;
        font-family: fuentechida;
    }

    h4, .h4 {
    font-size: 18px;
    text-align: center;
    }

    .col-xs-offset-1 {
        margin-left: 5.33333333%;
       /* margin-left: 8.33333333%;*/
    }
    .col-xs-10 {
        width: 81.33333333%;
       /* width: 83.33333333%;*/
    }
    /*
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }
    
    .btn {
        /*display: inline-block;*/
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    
    /*------- Estilo modal ----------*/

    .mascara {
         display: none; 
         position: fixed; 
         z-index: 1; 
         padding-top: 100px; 
         left: 0;
         top: 0;
         width: 100%; 
         height: 100%; 
         overflow: auto; 
         background-color: rgb(0,0,0); 
         background-color: rgba(0,0,0,0.4); 
    }
    .modales {
         background-color: #fefefe;
         margin: auto;
         padding: 26px;
         border: 1px solid #888;
         width: 30%;
         border-radius: 20px;
         text-align: center;

    }
    .cerrar {
         color: #aaaaaa;
         float: right;
         font-size: 28px;
         font-weight: bold;
    }
    .cerrar:hover,
    .cerrar:focus {
         color: #000;
         text-decoration: none;
         cursor: pointer;
    }

/* --Botones de la modal-- */
  .boton_personalizado{
    text-decoration: none;
    padding: 7px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;

  }
  .boton_personalizado:hover{
    color: #1883ba;
    background-color: #ffffff;

  }

.boton_personalizado2{
    text-decoration: none;
    padding: 7px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #c11b1b;
    border-radius: 6px;
    border: 2px solid #fd0000;
    margin-left: 47px;
  }
  .boton_personalizado2:hover{
    color: #1883ba;
    background-color: #ffffff;
  }
  .imagenlogo{

    /*width:26%; */
    height: 100px; 
    padding-top: 1px; 
    padding-left:0%; 
    padding-right: 3%; 
    padding-bottom: 8px; 
    margin-left: 35%;
    margin-top: 15px;
  }

 
  .gob{

    width:97%; 
   
    padding-top: 1px; 
    padding-left:0%; 
    padding-right: 3%; 
    padding-bottom: 8px; 
    margin-left: 4%;
    /*margin-left: -2%;*/
  }
  
  /*
  .login-wrap {
    background-image: url(../img/fondo2.png);
    background-repeat : no-repeat;
    }*/ 

    .alert {
        position: relative;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }

    .alert-primary {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
    }


    .letragrande{


        font-size:20px;
        line-height: .5;


    }
    
    table{

        line-height: .5;
        font-size:5px;

    }

    .img{
  margin:10px auto;
  border-radius:5px;
  border: 1px solid #999;
  padding:13px;
  width:220px;
  height:220px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background:url(../img/imagen.jpg);
  background-size: cover;
  }
.img img{
  width: 100%;
}
@media all and (min-width: 500px) and (max-width: 1000px)
{  
.img{
  margin:20px auto;
  border-radius:5px;
  border: 1px solid #999;
  padding:13px;
  width:300px;
  height:300px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background:url(../img/imagen.jpg);
  background-size: cover;
  
  }
}
.img img{
   width:100%;
}



/*@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


*{
    margin: 0px;
    padding: 0px;
}*/


/**/
body{
    font-family: 'Exo', sans-serif;
    margin: 0px;

}


.context {
    width: 100%;
    position: absolute;
    
    top:0vh;/**/
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    /*background: #1FC0CB;  */

    background-image: linear-gradient(87deg,#cbc9db 44%,#000000 100%);

    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

