@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype'),
         url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoitalic';
    src: url('../fonts/lato-italic-webfont.eot');
    src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-italic-webfont.woff2') format('woff2'),
         url('../fonts/lato-italic-webfont.woff') format('woff'),
         url('../fonts/lato-italic-webfont.ttf') format('truetype'),
         url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 44px;
}
h2 {

}
h2 strong {
    font-weight: 700;
}
section#bg-gray-dark {
    background-color: #eeeeee; 
    padding: 70px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
}
section#banner-about {
    padding: 220px 0px 350px;
    position: relative;
    z-index: 1;               
}
section#chancellors-message, section#principle-purpose {
    background: #ffffff;
    padding: 100px 0px;
    position: relative;
    z-index: 1;    
}
section#
{
    padding: 80000px 0px;
    position: relative;
    z-index: 1; 
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(0.3, rgb(0, 159, 227)),
        color-stop(0.3, rgb(232, 232, 232))
    );
    background-image: -o-linear-gradient(left, rgb(0, 159, 227) 30%, rgb(232, 232, 232) 35%);
    background-image: -moz-linear-gradient(left, rgb(0, 159, 227) 35%, rgb(232, 232, 232) 35%);
    background-image: -webkit-linear-gradient(left, rgb(0, 159, 227) 35%, rgb(232, 232, 232) 35%);
    background-image: -ms-linear-gradient(left, rgb(0, 159, 227) 35%, rgb(232, 232, 232) 35%);
    background-image: linear-gradient(to left, rgb(0, 159, 227) 35%, rgb(232, 232, 232) 35%);     
}
section#mision-vision-mobil {
    background: #ffffff;
    padding: 45px 0px;
    position: relative;
    z-index: 1;     
}
section#ethics-code {
    background: #009fe3;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    top: -25px;
    margin-bottom: -55px;     
}
section#profile {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0px !important;
}
section#quality-management {
    padding: 100px 0px;
    position: relative;
    z-index: 1;               
}
section#history {
    background-color: #e8e8e8;
    padding: 80px 0px 0px;
    position: relative;
    z-index: 1;
    min-height: 735px;               
}
hr {
    border-top: 1px solid #ffffff !important;
    margin-bottom: 0px !important;
    opacity: 0.4 !important;
}
blockquote {
    font-family: 'latoitalic';
    font-size: 24px;
    color: #1d1d1b;
    border: none !important; 
    line-height: 1.5;
    padding: 0px !important;
    margin: 0px 0px 10px !important;    
    text-indent: 65px;
}
blockquote:before { 
    font-family: 'latoitalic'; 
    display: block;  
    content: "\201C";  
    font-size: 160px; 
    height: 50px; 
    position: absolute;  
    left: -50px; 
    top: 28px;  
    color: #d1d1d1;  
} 
p.t-banner {
    padding: 50px 8% 0px !important;
}
span.linkedin {
    background: url('../img/acerca/icon-linkedin.png') no-repeat center center;   
    width: 57px;
    height: 54px; 
    display: block;
}
span.icon-more {
    bottom: 30% !important;
}
a.btn-onblue {     
    background-color: transparent;
    font-family: 'Oswald', sans-serif; 
    font-size: 18px;       
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding: 20px 65px; 
    line-height: 1;
    border: 1px solid #ffffff; 
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: none !important;
    text-decoration: none;
    position: relative;   
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;     
}
a.btn-onblue:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;    
}
a.btn-onblue:hover {
    color: #009fe3; 
    border: 1px solid #009fe3      
}
a.btn-onblue:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
a.dwl-white {
    color: #ffffff !important;
    background: url(../img/acerca/icon-download.png) no-repeat 12% center !important;
    border: 1px solid #ffffff !important;    
    padding: 20px 50px 20px 80px !important;
}
a.dwl-white:before {
    background: #ffffff url(../img/acerca/icon-download-hover.png) no-repeat 12% center !important;
} 
a.dwl-white:hover, a.m-white:hover {
    color: #1d1d1b !important;
}
#banner-about {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    position: relative !important;
    -webkit-box-shadow: inset -8px -200px 238px -76px rgba(0,0,0,0.8);
    -moz-box-shadow: inset -8px -200px 238px -76px rgba(0,0,0,0.8);
    box-shadow: inset -8px -200px 238px -76px rgba(0,0,0,0.8);    
}

#quality-management {
    /*background: url('../img/acerca/politicas-acercade.jpg') no-repeat center center;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
    position: relative;   
}

#history {
    /*background: url('../img/acerca/bg-history.jpg') no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;     
}
#main-text {
    margin-bottom: -150px !important;
}
#chancellors-message h1 {
    color: #1d1d1b;
    margin-top: 0px;
    margin-bottom: 30px;
}
#chancellors-message img {
    margin: 0px auto;
    display: block;
}
#mision p {
    color: #1d1d1b;
    font-size: 16px;
    line-height: 1.4;
}
#vision p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}
#ethics-code h1 {
    margin: 0px;
}
#ethics-code p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
}
#bg-profile {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0px !important;
    top: 0px !important;
    padding: 40px;
    z-index: 97;
    margin-left: -575px;
    max-width: 1170px;
    left: 50%;
    right: auto;
    width: 40%;
}
#slide-profile .nivo-caption {
    background: rgb(255,255,255) !important;
    position: absolute !important;
    bottom: 0px !important;
    top: 0px !important;
    padding: 80px 40px !important;
    margin-left: -575px !important;
    max-width: 1170px !important;
    left: 50% !important;
    right: auto !important;
    width: 40% !important;
    height: auto !important;
    text-align: left !important;
    opacity: 0.9 !important;
}
#slide-profile .nivo-caption h1 {
    font-size: 44px;
    color: #1d1d1b;
    margin: 0px;
    margin-bottom: 20px;
    z-index: 999;
}
#slide-profile .nivo-caption ul.orange li {
    font-size: 20px;
    line-height: 1.3;
}
#pbottom {
	padding-bottom: 100px;
}
#history h1 {
	color: #1d1d1b;
}
.bgwhite {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.bg-gray {
    background: #e9e9e9 !important;
    padding: 40px;
}
.bg-blue {
    background: #009fe3 !important;   
    padding: 40px;
}
.down {
    font-size: 40px; 
    color: #ffffff;
    position: absolute;
    bottom: 170px;
    left: 50%;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-left: -20px;
}
.in {
    color: #0177b5;
    font-size: 45px;
    float: left;
}
.name-title {
    display: inline-block;
    margin-left: 10px;
    float: left;
}
.name-title p {
    font-family: 'Oswald', sans-serif;     
    color: #1d1d1b;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.name-title span {
    font-family: 'latoitalic';
    font-size: 20px;
    color: #1d1d1b;    
}
.slider-quality h1 {
    margin: 0px;
    margin-bottom: 40px; 
}
.slider-quality h2 {
    color: #ffffff;
    line-height: 1 !important;
    margin: 0px;
    margin-bottom: 20px !important; 
    text-align: left;
}
.padding-quality {
    padding-left: 13%;
    padding-right: 13%;
}
.quality-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px; 
    text-indent: -20px;    
}
.quality-list ul li {
    font-family: 'latoregular';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2; 
    padding-left: 10px;
    padding-bottom: 15px;  
    margin-left: 10px;
    text-align: left;
}
.quality-list ul li:before {
    content: "•";
    font-size: 18px;
    padding-right: 10px;
    color: #ffffff;
}
.quality-certification h2 {
    color: #ffffff;
    margin-bottom: 10px !important;
}
.quality-certification p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    text-align: left;
}
.vco-storyjs p { 
    font-family: 'latoregular' !important;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
} 
.vco-storyjs .vco-feature h3 { 
    font-family: 'Oswald', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #ffffff;
    white-space: nowrap;
    padding: 10px 5px 5px 0px;
    position: relative;
    z-index: 10; 
}  
.tl-storyslider .tl-slider-container-mask {
	background-color: #e8e8e8;
} 
.tl-timeline {
	background-color: #e8e8e8;	
}   
.l5 {
    position: relative;
    left: 5px;
} 
.dark {
    background-color: rgba(29,29,27,0.85) !important;    
}
.h5px {
    height: 5px !important;
}
.pr-15p {
    padding-right: 15%;
}
.pl-15p {
    padding-left: 15%;
}
.ml20p {
    margin-left: 20%;
}
.mr20p {
    margin-right: 20%;
}
.ml22p {
    margin-left: 22%;
}
.mr22p {
    margin-right: 22%;
}
.pl-30 {
    padding-left: 30px;
} 
.pr-13p {
    padding-right: 13%;
}
.pl-13p {
    padding-left: 13%;
}
.max-h350px {
    max-height: 350px;
}
.max-h440px {
    max-height: 440px;
}
.z-index99 {
    z-index: 99;
}
.text-left {
	text-align: left;
}
.tl-slider-container-mask {
	/*background: url('../img/acerca/bg-history.jpg') no-repeat center center;*/
	    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important;
}
.tl-text h3.tl-headline-date, .tl-timeline p, .tl-timeline h2 {
	color: #fff !important;
}
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
	color: #333 !important;
}
@media (min-width: 1300px) {
    section#mision-vision {
        padding: 10px 0px;
        position: relative;
        z-index: 1; 
        background-image: -webkit-gradient(
            linear,
            right top,
            left top,
            color-stop(0.3, rgb(0, 159, 227)),
            color-stop(0.3, rgb(232, 232, 232))
        );
        background-image: -o-linear-gradient(left, rgb(0, 159, 227) 40%, rgb(232, 232, 232) 35%);
        background-image: -moz-linear-gradient(left, rgb(0, 159, 227) 40%, rgb(232, 232, 232) 35%);
        background-image: -webkit-linear-gradient(left, rgb(0, 159, 227) 40%, rgb(232, 232, 232) 35%);
        background-image: -ms-linear-gradient(left, rgb(0, 159, 227) 40%, rgb(232, 232, 232) 35%);
        background-image: linear-gradient(to left, rgb(0, 159, 227) 40%, rgb(232, 232, 232) 35%);     
    }      
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 1200px) {
    #slide-profile .nivo-caption {
        margin-left: -485px !important;
        max-width: 970px !important;
        width: 40% !important;
    } 
    #slide-profile .nivo-caption h1 {
        font-size: 30px;
    }    
    #slide-profile .nivo-caption ul.orange li {
        font-size: 16px;
    }             
}
@media (max-width: 1024px) {
    blockquote {
        font-size: 18px;
    }    
    #quality-management .pl-13p {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 992px) {
    a.more {
        font-size: 15px;
        display: inline-block;
    } 
    a.dwl-mobil {
        display: inline-block !important;
    } 
    a.dwl-white {
        padding: 20px 20px 20px 50px !important;
        background: url(../img/acerca/icon-download.png) no-repeat 6% center !important;
    }  
    a.dwl-white:before {
        background: #ffffff url(../img/acerca/icon-download-hover.png) no-repeat 6% center !important;
    }    
    section#mision-vision {
        padding: 45px 0px;  
    } 
    section#chancellors-message, section#principle-purpose {
        padding: 45px 0px;
    }        
    #profile-tablet {
        background: url('../img/acerca/servicio-a-la-comunidad.jpg') no-repeat center center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        position: relative;
    }                    
    .p44 {
        font-size: 30px;
    }
    .l5 {
        left: 0px;
    } 
    .mobil {
        display: block;
    } 
    .quality-certification img {
        margin: 0px auto;
        display: block;
    } 
    .pr-13p {
        padding-right: 10px;
    }            
}    
@media (max-width: 768px) {  
    h1 {
        font-size: 25px !important;
    }
    a.desktop {
        display: none;
    } 
    hr {
        margin-bottom: 0px !important;
    } 
    blockquote:before { 
        top: 8px !important;   
    }         
    .mr20p {
        margin-right: 0px !important;
    }
    #timeline {
	    display: none;
    }          
}
@media (max-width: 640px) { 
    .max-h400px {
        max-height: 420px;
    }    
}
