

/*
Seccion contiene estilos css aplicables a todas las paginas
Autor: Jose Ahias Vargas Pacheco. 
Fecha: 04/05/2019

*/


* {
    padding : 0;
    margin : 0;
}



hr{

    border-top: 1px solid !important;

}


body{

background-image: url('../img/bg-peplau-pc.jpeg');
background-size: cover;
background-color: cadetblue !important;

}

video{
    
width:100%;
height:40vw;
padding-left: 10vw;
padding-right: 10vw;
background: transparent url('/img/bg-peplau-pc.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
background-color:black;
    
}



video[poster]{
height:40vw;
width:100%;
}

.publicar{

min-height: 200%;

}



#ModalNewUser .modal-header{
    
background-color: cornflowerblue;    
border-bottom: 5px ridge white;  
color:white;
    
}



#ModalNewUser .modal-body{
    
background-color: lightblue;    
    
    
}



#ModalNewUser .modal-footer{
    
background-color: cornflowerblue;    
border-top: 5px ridge white;    
    
}


#loading-message{
    
    background-color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;    
    
}


#Mensaje-text{
    padding: 15px;
    height: 100px;
    max-width: 100%;
   width: 100% !important;
   margin-top: 15px;
}

#Mensaje{
    padding-right: 15px !important;
    padding-left: 15px !important;
}


.icon_msg{

  position: fixed;
    z-index: 1;
    top: 50%;
    width: 4vw;
    left: 0;
    opacity: 0.9;
    content: url("../img/circle-msg.png");
    display:none;
}


.aula_virtual {
    min-height: 200%;
}


.somos{

min-height: 200%;

}


.select-curso{

min-height: 200%;

}


.peplau-container{

padding: 1%;

}





.navbar-default .navbar-nav>li>a{


font-size: larger;
font-family: 'Merriweather', serif !important;

}


.logo-nav{

max-width: 163px; 

margin-top: -7px;


}


h1{

font-family: 'Merriweather', serif !important;

}


.main_title{

text-align: center;

font-size: 2em

}


.sub_title{

text-align: left;
font-size: 1.8em;

}


.sub_title_1{

text-align: left;
font-size: 1.3em;

}



.navbar-nav{

font-family: 'Merriweather', serif;
font-size: 1em;

}


.navbar-header{


height: 12%;

}


.navbar{

margin-bottom: 10px !important;

}


p{

font-family: 'Merriweather Sans', sans-serif !important;

}

.title-center{

text-align: center;
font-size: 1.7em;

}


.curtain{

background-color: rgba(255,255,255,0.9);
padding: 4%;
border-radius: 10px;

}

.peplau-header{

background-image: url('../img/header-bg.png');
background-size: cover;
background-repeat: round;
height: 100px;
border-radius: 10px !important; 
}

.navbar-nav{

padding: 10px;

}


nav ul li a{

color: black !important;


}


li{

font-family: 'Merriweather Sans', sans-serif !important;


}


.social img{

width: 20%;
margin: auto

}



.right-book{


height: auto;
width: 100%;
padding: 30px;


}


.slide__caption {
  bottom: 0;
  min-height: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}



img{

outline: none;

}


.right-body{

overflow-y: hidden;
max-height: 90%;

}

.hide{

display: none;

}


.books img{


outline: none;
 padding: 5vw;   
}


.author img{


outline: none;
 padding: 5vw;   
}


.li_text{

margin-left: 5%;
	
}


.noticias{

margin-bottom: 1em;

}



.social .row{


margin-top: 50px

}


.slick-slide{


    height: auto !important
}


.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #1db1de;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: orange;
}


.prev-arrow{

position: absolute;
z-index: 1;
left: 10px;
font-size: 40px !important;
color: #1db1de;
display: block

}

.next-arrow{

position: absolute;
    z-index: 1;
    right: 10px;
    font-size: 40px !important;
    color: #1db1de;
    display: block 
}



.text-center{

text-align: center

}




#modal-download a{

color: white;

}




/*Celulares*/




@media screen and (max-width: 768px) {


.dropdown-toggle{
    
width:97vw;    
    
}

        .collapsing
        {
            position: absolute !important;
            z-index: 20;
            width: 101%;
            top: 70px;
            background-color: rgba(255,255,255,0.95);
            left: 13px;
            
        }
        .collapse.in {
            display: block;
            position: absolute;
            z-index: 20;
            width: 101%;
            top: 70px;
            background-color: rgba(255,255,255,0.95);
            left: 13px;
            
            
            
        }
        .navbar-collapse
        {
            max-height: none !important;
        }


.curtain {
    width: auto !important;
}


.icon_msg {
    position: fixed;
    z-index: 1;
    top: 50%;
    width: 10vw;
    left: 90%;
    opacity: 0.6;
    content: url("../img/circle-mobilemsg.png");
}



#modal-book-image {
    height: 100%;
    /* margin: auto; */
}


#modal-author-image {
    height: 100%;
    /* margin: auto; */
}



.modal-body {
width: 100%
}


.modal-body .row{

margin-left: auto;
margin-right: auto;


}


.prev-arrow{

display: none !important;

}

.next-arrow{

display: none !important
}



.peplau-header{

height: auto;
}

.navbar-nav{

padding: 0px;
font-size: 1em;

}



.navbar-default .navbar-toggle .icon-bar {
    background-color: black !important;
}


.navbar-default .navbar-toggle {
    border-color: black !important;
    background-color: rgba(255,255,255,0.7);
}


.aula_virtual {
    min-height: 0;
}


.publicar{

min-height: 0;

}

.somos{

min-height: 0;
	
}

.select-curso{

min-height: 0;
	
}



.noticias{

height: auto !important;	

margin-bottom: 0.5em;

margin-top: 0.5em;

overflow-y: auto;

}



.navbar-default .navbar-nav>li>a{


font-size: small;
font-family: 'Merriweather', serif !important;

}




.logo-nav{

max-width: 163px; 

margin-top: -7px;


}


.col-md-9{


padding: 0 !important;

}



}



/*Tabletas y mini laptop*/

@media screen and (max-width: 992px) {

.curtain{
    
width: 96vw;
    
}


.slick-slide img{
    
display: flex !important;
width: 50vh !important;
margin-left: auto;
margin-right: auto;
    
    
    
}




.logo-nav {
    max-width: 145px;
    margin-top: -16px;
}



.navbar-nav{
font-size: 0.9em;
width: 100%;

}

.noticias{

margin-bottom: 0.5em;

margin-top: 0.5em; 

}


.social img{

    width: 10vw;
    margin-top: 10%;
    height: 10vw;

}

.social .row{

display: inline-flex;
width: 100%;
margin-top: 0;

}




}


.col-md-9{


padding-left: 0 !important;

}



.footer-bottom {
    padding: 40px 0 30px;
    border-top: 1px solid #666;
    background: #1e1e1e;
}
.copyright-text p {
    color: #ccc;
    margin-top: 9px;
    margin-bottom: 0;
}
.social-link li {
    display: inline-block;
    margin: 0 5px;
}
.social-link li a {
    color: #ccc;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: .5s;
}


.footer {
    position: relative;
    
}


.ZoomIn{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ZoomIn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


.footer_container{

margin-left: 0 !important;
margin-right: 0 !important;
background: rgba(0,0,0,0.9);
border-radius: 10px;

}



.footer_container h1{

color: white;

}


.footer_container .sub_title_1{

color: white;
text-align: left !important;

}

.footer_container p{

color: white;
text-align: left;

}


.copyright{

font-size: small;

}



.col-md-12{

padding: 0 !important;

}


.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}



.modal-form-input{
    
background-color: #337ab7 !important;
    color: white !important;
    border-color: white !important;    
    
}


#modal-book-image{


height: 100%

}


#modal-author-image{

height: 65%

}


.input-group{
    
 margin: auto; 
    
}
