body{
    margin: 0;
    padding: 0;
    background: url("libreria/img/fondopantalla/fondoblanco.jpg");

	
} 
.logo{
	text-align: right;
	margin-top: -5%;
	margin-right: 10%;
 }
 
 img.logo{
     width:450px;
     height:200px;
 }

 
img.meto:hover{
    box-shadow: 2px 2px 2px 2px  #39a909;
}
    



 /*impacto */
p{
   font-size: 20px;
    color: white; 
}

p.al{
    text-align: center;
    font-size: 18px;
    color: black;
}
section{
    display: flex;
    justify-content: space-around;
}


.card {
    width: 250px;
    height: 100px;
    perspective: 1000px;
  
  }
  
  .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
  }
  
  .card:hover .card-inner {
    transform: rotateY(180deg);
  }
  
  .card-front,
  .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .card-front {
    background-color: #00324d;
    color: #fff;
    display: flex;
    align-items: center;
    border: 10px solid #00324d;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(0deg);
  }
  
  .card-back {
    background-color: #fbfbe2;
    color: black;
    display: flex;
    align-items: center;
    border: 10px solid #fbfbe2;
    border-radius: 10px;
    justify-content: center;
    font-size: 24px;
    transform: rotateY(180deg);
  }
  
 
 






/*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;

}
h2{
	color: #00324d;
	font-size: 50px;
	text-align: center;
	font-family:"Josefin Sans";
	font-weight:bold;
	text-shadow: 0px 1px 1px black;
}




buton img:hover{
  
    transform: translateY(-10px);
   	box-shadow: 0px 3px 3px #82def0;
    cursor:pointer;
    border-radius:8px;
}



    /*MENU*/

    body{
        font-family: 'Verdana';
    }
    
    a{
        text-decoration: none;
    }
    
    ul{
        list-style: none;
    }
    
    img{
        max-width: 100%;
    }
    .menu li{
      margin-left: -80px;
    }
    .navegacion{
        width: 100%;
        background: white;
        height: 60px;
        display: flex;
        justify-content: center;
      
    }
    
    .log{
      
      width: 170px;
    }
    .menu{
        margin-top: 5px;
        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:black;
        top: 0%;
        position: absolute;
        z-index: 10; 
      
     
    
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 0.5); /* older webkit */
        -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320,  0.5); 
        -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320,  0.5); 
         -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320,  0.5); 
            transition: all 500ms cubic-bezier(0.175, 0.885, 0.320,  0.5); /* easeOutBack */
    
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 0.5); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320,  0.5); 
       -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320,  0.5); 
         -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320,  0.5); 
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.320,  0.5); /* 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: 85%;
        height: 50%;
        
    }
    
    .menu li:hover .imagen{
        width: 20%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      
      
        
    }
    
    
/*titulo redes sociales*/

/*REDES  SOCIALES*/

.contenedor-redes{
	font-size: 20px;
	margin-top: -10%;
    text-align: right;
    display: flex;
    justify-content: center;
	color:white;
	font-family:"Josefin Sans";
	padding: 0

}

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


}

div{
    margin-left: 1%;
    margin-right: 4%;

}

h3 {
	font-size: 30px;
	font-family: 'calibri';
	margin-bottom: 30px;
	color: white;
    margin-top: -2%;
    margin-left:8%;
	
	

  
}

 /*carrusel*/
 
 .carousel{
     height: 500px;
 } 
 
.titulo {
	font-size: 40px;
	font-family: 'calibri';
	font-style: italic;
	margin-bottom: 30px;
	color: black;
	text-shadow: 0px 2px 2px white;
  
}
 
/*pie de pagina*/


footer.page-footer{
	background: #FF671D;
	height: 100px;
}

img.d-block{
    height: 500px;
}

/* boton de whasat*/

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
  img.d-block{
    height: 300px;
  }

}




header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 80px;
}

* {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 20px;
}
/* Footer de la pÃ¡gina */

footer{
    background-image: url("../img/fondopantalla/onda.png");
    color: var(--black-c);
  }
  
  footer ul{
    padding: 0;
  }
  
  .tec{
      width: 400px;
  }
  .wrap-footer{
    display: grid;
    grid-template-columns: 30% 15% 15% 20%;
    column-gap: 5%;
    padding: 1rem;
    margin: 2rem auto;
    max-width: 1200px;
  }
  
  element-footer h5{
    margin: 1rem 0;
  }
  
  .text-element-footer{
    line-height: 2;
  }
  
  .text-element-footer li a{
  
    color: white;
  }
  .text-element-footer li {
  
    color: white;
  }
  
  
  .rrss-element-footer ul{
    display: flex;
    flex-wrap: wrap;
  }
  
  .rrss-element-footer img{
    width: 45px;
  }
  .rrss-element-footer li{
    margin-right: 1rem;
  }
  
  .footer-creds{
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    color:white;
    font-size: .9rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .legal-creds ul{
    display: flex;
  }
  
  .legal-creds ul li{
    padding-right: 1rem;
  }
  
  .legal-creds ul li a{
    color: white;
  }
  
  @media(max-width:768px){
      img.d-block{
    height: 300px;
}
  }   
   
  
  @media (max-width:480px){
    .wrap-footer{
      grid-template-columns: repeat(1,1fr);
    }
  }
  
  @media (max-width:320px){
    .footer-creds{
      flex-flow: column;
    }
}
li{
    list-style: none;
}
p{
  font-size: 22px;
  color: white;
}




/* metodologia */
        
        
        section.steam{
        display: flex;
        background:#39a900;
         height: 340px;
         width: 100%;
        
    }
 
   
    
     img.steam1{
        width: 750px;
        height: 300px;
        margin-left: 1%; 
        margin-top:3%;
       }

.pie{
  display: flex;
  width: 100%;
}

.rrss-element-footer{
    margin-left: 100px;
}
    
