@charset "UTF-8";

@font-face {
    font-family: 'OpificioB';
    src: url('../../fonts/OpificioB.eot');
    src: url('../../fonts/OpificioB.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/OpificioB.woff') format('woff'),
        url('../../fonts/OpificioB.ttf') format('truetype'),
        url('../../fonts/OpificioB.svg#OpificioB') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: Helvetica, Arial, "sans-serif", Gotham, "Helvetica Neue";   
}

header .container{
	background: url(../../images/RedIU_head.png) 5px top no-repeat;
	background-size: 84% auto;
	padding: 10px 0 0 0;   
    min-height: 70px;
    display: flex;
    justify-content: space-between;
}

header img[alt="RIU"]{
    width: 35px;
    margin-right: 5px;
}

main{
    min-height: 400px;
}

main p{
    padding-top: 5px;
    font-size: 1rem;
    text-align: justify;
}

footer{
    font-size: 10px;
}

label {
    font-size: 1rem;
    margin-bottom: .2rem;    
}

h2 { 
    font-family: OpificioB;
    font-size: 24px; /*42px;*/
    color: #1b294d;
    padding-top: 5px;
    padding: 32px 0 10px 0;
} 

input[type="button"]{   
    color: #FFF;
    background: #3a4154;
    width: 100px;
    padding:5px;
}

form { 
    padding: 10px; text-align: left;
}

.plugin-error{
    color: #a94442;
    font-size: 80%;
    font-weight: 400;
}

.logoRIU{ 
	float: right;
}

.campo-obligatorio {
    color: red;
    font-size: 0.8rem;
    font-style: italic;
}

.welcome{
    padding-top: 20px;
	border-top: 1px dotted #ddd;
    min-height: 300px;
}

.cuadros{ 	
	display: flex;
  	justify-content: center;
	margin-bottom: 30px;
}

.bloq { 

    display: flex;
    justify-content: center;
    align-items: center;
    
    border: 2px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);

	text-align: center;
	min-width: 250px; 
	min-height: 250px;
    margin: 5px;

	background: rgba(245,245,245,1);
    background: -moz-linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(204,255,236,1)));
    background: -webkit-linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2fffa', endColorstr='#ccffec', GradientType=1 );
}

.container{ 
	min-width: 100%;
	margin: 0;
}

.required{
    color: #EE0000;
}

.btns{ text-align: center;}

.btn-primary{
    font-size: 14px;
    letter-spacing: .03em;
    background: #3a4054; 
    color: #FFF;
    border: none;
    padding: 5px 12px !important;
 /*   border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;*/
    
}

.btn-primary:hover{ background: #244966;}

.btn-regreso{ 
    font-size: 14px;
    border: 1px solid #244966;
    background: #FFF;    
}

.btn-regreso img{ height: 10px; } 

.modal-open .modal {
    background: rgba(0, 99, 191, 0.3);
}

.modal-body h6{
    line-height: 1.5rem;
}

/* RWD */
@media (min-width: 400px){
	/*.bloq,
	.form_emp,
	.form_alu{
		width: 180px;
		height: 180px;
	}
    */
}

@media (min-width: 500px){
    
    header .container{
        background-size: 76% auto;
        background-position: top center;
        align-items: center;
    }
    header img[alt="RIU"]{
        width: 50px;
        margin-right: 10px;
    }
}

@media (min-width: 600px){	
    /* Etiquetas */
	main p {
		padding-top: 15px;
    	font-size: 1rem;
	}

    h2 { 
        font-size: 42px;
        padding-top: 40px;
    }
    /* Clases */ 
	.bloq {
		width: 380px;
		min-height: 380px;
	}
    
    .bloq, .form_resetp {
        width: 480px;
        min-height: 200px;
    }
}

@media (min-width: 768px){
    
    header .container{
        min-height: 90px;
        background-position: 77% top;
        background-size: 60% auto;
    }

    header img[alt="UNAM"]{ 
        width: 60%;
        margin-left: 10px;
        display: inline;
    }
}

@media (min-width: 960px){
    
    header .container{
        background-size: auto auto;
    }
    header img[alt="UNAM"]{ 
        width: 256px;
    }
    header img[alt="RIU"]{
        width: auto;
    }
}

@media (min-width: 1024px){    
    header .container{
        background-position: 78% top;
    }
}

@media (min-width: 1200px){
    .container {
		min-width: 1130px;
		margin: auto;
	}
    header .container{
        background-position: 440px top;
    }
}

.wrap-captcha{
    padding: 0px 25px 0px 25px;   
}

.small {
    font-size: 60%;
}

.help-block {
    color: #a94442;

}