/* CSS Document */
#sn1 {
    float: left;
}
.socialNet li {
    font-size: 1.2em;
    padding: 0.5em;
    display: inline;
    vertical-align: top;
}
.parallax-1 {
    background-image: url('/defensoria-universitaria/images/slider/2024/parallax-2.jpg');
    /*min-height: 920px;
    height: auto;*/
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 {
    background-image: url('/defensoria-universitaria/images/slider/2024/parallax-etica3.jpg');
    /*min-height: 520px;*/
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.parallax-3 {
    background: #701246;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle!important;
    padding-top: 30px;
}
.parallax-4 {
    background: white;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.parallax-5 {
    background: #83114D;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.parallax-6 {
    background: white;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.roll-button.border:hover,
.roll-button {    
    background-color: #722221;
}
.roll-button.border,
.roll-button {
    border-color: #722221;
}

.roll-button.border {
    border: 1px solid #d65050;
    text-transform: uppercase;
}
.butn {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    background: #e38a42;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
}
#vermasaca .butn_vermas {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    background: #ae5904;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
.butn:hover {
    text-decoration: none;
}

.butn_vermas:hover {
    text-decoration: none;
}

/* SECCION AVISOS, CONVOCATORIAS Y EVENTOS */
.panel-default > .panel-heading {
    color: #fff;
    background-color: #800101;
    border-color: #ddd;
}
.bgc {
    background-color: #800101 !important;
}

.panel-body ul {
    list-style-type: none;
    padding: 0;
    border: 1px solid #ddd;
}

.panel-body ul li {
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
}

.panel-body ul li:last-child {
    border-bottom: none;
}
.panel-body {
    padding: 0px;
}
video {
				
    width: 100% !important;
    height: auto !important;
}

.t1{
    color: #e46d19;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 500;
    margin: 0.25em 0;
    padding-top: 60px;
}
.t2{
    color: #e46d19;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 500;
    margin: 0.25em 0;
    padding-top: 5px;
    vertical-align: middle!important;
}
.t3{
    color: #701246;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 500;
    margin: 0.25em 0;
    padding-top: 5px;
}
.t4{
    color: white;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0.25em 0;
    padding-top: 5px;
}
.t5{
    color: #e46d19;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0.25em 0;
    padding-top: 5px;
    vertical-align: middle!important;
}
.p1{
    font-size: 18px;
    color: white;
    text-align: justify;
    margin: 0.25em 0;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
     vertical-align: middle!important;
}
.p2{
    font-size: 18px;
    color: black;
    text-align: justify;
    margin: 0.25em 0;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.p3{
    font-size: 15px;
    color: black;
    text-align: center;
    margin: 0.25em 0;
    padding-top: 5px;
}
.p4{
    
    font-size: 18px;
    text-align: center;
    margin: 0.25em 0;
    padding-top: 5px;
}

.btn1{
    border: solid #701246;
    border-radius: 15px;
    height: 190px!important;
    vertical-align: middle;
    padding-top: 5px;
    
}
.btn2{
    background-color: orangered;
    border-radius: 15px;
    color: white;    
}

.btn2{ 
  /*border: 1px solid black;*/
    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);  /* For Webkit browsers */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

.btn2:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
hr{
    border-top: 1.5px solid #701246!important;
}
.btn3{
    
    height: 190px!important;
    vertical-align: middle;
    padding-top: 5px;
    
}
.btn3:hover,.btn:active{color: #9E005D;}

table td, table th{
    border: 1px solid black;
    padding: 0.5em;
    vertical-align:middle;
    text-align: center;
}
table {
    margin:1em auto;
}
table th {
    background-color: #e46d19;
    color: white;
    font-weight: lighter;
    text-align:center;
}
@media screen and (max-width: 768px){
    .parallax-2 {
        height: 450px!important;
    }
	.parallax-3 {
        height: 350px!important;
    }
    .parallax-4 {
        height: 350px!important;
    }
    .parallax-5 {
        height: 650px!important;
    }
    .parallax-6 {
        height: 500px!important;
    }
    .btn1{
        height: 190px!important;
    }
}
@media screen and (max-width: 1344px){
    .btn1{
        height: 300px;
    }
}