body{
    margin: 0;
    padding: 0;
    background: url("../../../libreria/img/fondopantalla/fondoblanco.jpg");
	
}
div.logo{
	text-align: right;
	margin-top: -5%;
	margin-right: 10%;
 }
h5{
    color: #39a900;
    font-size: 50px;
    font-family: 'calibri';
    font-style: italic;
    margin-bottom: 30px;
    text-align: right;
    margin-right: 17%;

}
h6{
    color: #39a900;
    font-size: 50px;
    font-family: 'calibri';
    font-style: italic;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 17%;

}
p.aprender{
    font-size: 22px;
    margin-left: 17%;
    margin-right: 17%;
    text-align: justify;
    font-family: 'calibri';
   
    

}

h2{
	font-size: 20px;
	margin-top: -3%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:black;
	font-family:"Josefin Sans";
	padding: 1%
}
/*titulo principal*/

.title h1{
	color: #39a900;
	font-size: 70px;
	text-align: center;
	font-family:"Josefin Sans";
	font-weight:bold;
	text-shadow: 0px 1px 1px black;

	
	
}/*
.title h1:hover{
  cursor: pointer;
  transform: scale(1.2);
}*/


 /*MENU*/

    body{
        font-family: 'Verdana';
    }
    
    a{
        text-decoration: none;
    }
    
    ul{
        list-style: none;
    }
    
    img{
        max-width: 100%;
    }
    
    .navegacion{
        width: 100%;
        background: white;
        height: 70px;
        display: flex;
        justify-content: center;
    }
    
    .menu{
        width: 1000px;
        display: flex;
        flex-wrap: wrap;
        height: 60px;
    }
    
    .menu li{
        flex-basis: 0;
        flex-grow: 1;
        border-right: 1px solid white;
        position: relative;
    }
    
    .menu .first-item{
        border-left: 1px solid white;
    }
    
    .menu li a{
        font-family: 'Verdana';
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }
    
    .menu .imagen{
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 0%;
        z-index: 20;
    
        -webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
       -moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
         -o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
            transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
    
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
       -moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
         -o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); 
            transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
    
        -webkit-box-shadow: 0px 0px 5px 0px white;
    -moz-box-shadow: 0px 0px 5px 0px  white;
    box-shadow: 0px 0px 5px 0px  white;
    }
    
    .menu li a .text-item{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #00324d;
        top: 0%;
        position: absolute;
        z-index: 10;
      
    
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    }
    
    .menu li a .down-item{
        position: absolute;
        top: 0%;
        width: 100%;
        height: 100%;
        background: white;
    
        -webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
         -o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
            transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
    
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
       -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
         -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
    }
    
    .menu li:hover .down-item, .menu li:hover .text-item{
        top: 100%;
        height: 100%;
    }
    
    .menu li:hover .imagen{
        width: 40%;
      margin: auto;
        
    }

/*titulo redes sociales*/

/*REDES  SOCIALES*/

.contenedor-redes{
	font-size: 20px;
	margin-top: -1%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:#FF671D;
	font-family:"Josefin Sans";
	padding: 0%
}

.contenedor-singular{
	padding: 20px;
}
p.senacomunica{
	font-size: 20px;
	margin-top: -1%;
    text-align: left;
    display: flex;
    justify-content: left;
	color:black;
	font-family:"Josefin Sans";
	padding: 0%


}


/*carrusel*/

.titulo {
	font-size: 40px;
	font-family: 'calibri';
	font-style: italic;
	margin-bottom: 30px;
	color: black;
	text-shadow: 0px 2px 2px white;
  
}

.carousel{
  min-height: 0px;
}
.carousel .carousel-item  {
  width: 450px;
  height: 400px;

}
.carousel .carousel-item  img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 3px 4px 3px  6px  #00aaff;
 
}
.carousel .indicators .indicator-item{
	border-radius: 0;
	transform: rotate(45deg);
	margin: 3PX 8PX;
	background: #39a900;
}
/*pie de pagina*/
footer.page-footer{
	background: #39a900;
	height: 100px;
}
