

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body.page-id-126882 header {display:none;}
body.page-id-126882 footer {display:none;}
body.page-id-126882 .booked-calendar-shortcode-wrap {margin-top:30px;}
body.page-id-126882 div.content h2 {display:none;}


body {padding:0; margin:0; font-family: 'Lato', sans-serif; text-align: center; font-size: 16px;}
h1,h2,h3,h4 {font-family: 'Poppins', sans-serif;}

.top {background-color: #f5f5f5; width: 100%; height: 32px; margin-bottom: 30px;}

header {width: 100%; padding-bottom: 30px; border-bottom: 1px solid #CCC; position: fixed; background-color: #FFF; z-index: 1000;}
header h1 {margin-bottom: 0; margin-top: 0; height: 60px;}
header h1 a {display: block; width: 300px; height: 100%; background-attachment: scroll; text-indent: -9000px; background-position: center center; background-size: contain; background-repeat: no-repeat; background-image: url(../img/UDP_Estudiantes_ID_logo-1.png);}
header h3 { margin-top: 18px; margin-bottom: 0; text-align: right; color: #c93d3e;}

section.page {position: relative;}

.content h2 {margin-bottom: 30px; margin-top: 250px;}
.content p {margin-bottom: 30px;}
.menu {width: 100%; border-bottom: 1px solid #CCC; position: fixed; background-color: #FFF; z-index: 1000; top: 185px;
    height: auto;
    padding-top: 10px;}
.menu ul {padding-left: 0;}
.menu ul li { margin: 0 15px; display: inline-block; list-style: none;}
.menu ul li a { color:#c93d3e; opacity: 0.7 }
.menu ul li a:hover {color:#c93d3e; opacity: 1;}
.menu ul li.current_page_item {font-weight: bold; opacity: 1;}


form.wp7 input {padding: 5px; border:1px solid #CCC;}



footer { padding: 60px 0; font-size: 12px; color: #999;}

body .booked-calendarSwitcher.calendar {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 8px 10px 13px 12px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    width: 70%;
    top: 185px;
    height: 40px;
    padding-top: 7px;

}


/* Large desktop */
@media (min-width: 1200px) { 


}

/* Desktop 1024 */
@media (min-width: 980px) and (max-width: 1199px) { 


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

    
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
    header h1 a {width: 100%;}
.content h2 {margin-top: 300px;}
    header h3 {
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #c93d3e;
    font-size: 18px;
    line-height: 130%;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
    header h1 a {width: 100%;}
    .content h2 {margin-top: 300px;}
    header h3 {
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #c93d3e;
    font-size: 18px;
    line-height: 130%;
}
}










