/*-----------------------------------------------------------------------------------*/
/*	1.	General styles
/*-----------------------------------------------------------------------------------*/

input[type=text], [type=url], [type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 18px;
}

select {
    width: 33%;
    height: 47px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 19px;
}

.selfecha {
    width: 12%;
}

input[type=submit] {
    width: 100%;
    background-color: #B12028;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #D42630;
}

div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 30px;
    margin: 30px
}

.descargar {
    width: 50%;
    background-color: #2869F8;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 40px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.footer {
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
    border-radius: 0px;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.tetxoin {
    font-size: 26px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.titulo {
    font-size: 40px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
}

.avisos {
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.avisos2 {
    font-weight: 700;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.img_principal{
    align-content: center;
    width: 100%;
}

.banner-principal{
    padding: 0px;
    border-radius: 0px; 
    margin: 0px;
}

.img_exito{
    align-content: center;
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.msg_exito{
    font-size: 30px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
}

a{
	color: #265986;
}
a:link, a:selected{
    color: #265986;
}
a.is-active{
	font-weight: bold;
}







/*-----------------------------------------------------------------------------------*/
/*  2.  adjustments for max width of 767 px
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    
    input[type=text], [type=url], [type=email] {
        font-size: 16px;
        padding: 50px;
        /*height: 20px;*/
    }
    
    ::placeholder {
      font-size: 2em;
    }
    
    select {
        width: 40%;
        height: 47px;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 26px;
    }

    input[type=submit] {
        width: 100%;
        background-color: #B12028;
        color: white;
        padding: 14px 20px;
        margin: 50px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 48px;
        font-weight: 700;
    }
    
    .tetxoin {
        font-size: 48px;
        margin-top: 100px;
    }
    
    .img_principal{
        align-content: center;
        width: 90%;
    }
    
    .footer {
        font-size: 16px;
    }
}


/*-----------------------------------------------------------------------------------*/
/*  3.  adjustments for min width of 768 px
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) {
   
}

/*-----------------------------------------------------------------------------------*/
/*  4.  adjustments for min width of 768 px and max width of 991
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {     
    
}

/*-----------------------------------------------------------------------------------*/
/*  5.  adjustments for min width of 992 px and max widht of 1199
/*-----------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    
}

/*-----------------------------------------------------------------------------------*/
/*  6.  adjustments for min width of 960 px
/*-----------------------------------------------------------------------------------*/
@media (min-width: 960px) {
    
}

/*-----------------------------------------------------------------------------------*/
/*  6.  adjustments for min width of 1200 px
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    
}
