@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
html{
  width: 100%;
  height: 100%;
    display: table;
        
}
body{
    display: table-row;
    margin: 0;
    width: 100%;
    height: 100%;
    
}

.contenedor {
    background: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: baseline;
    
}


.principal{
    background-image: url("img/cafe.jpg");
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.fondo1{
    background-image: url("img/11-01.jpg"); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    
}

.fondo2{
    background-image: url("img/11-01.jpg"); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
  
}

/*
.flex-container{
    display: table-cell;
    justify-content: center;
    align-items: center;
    vertical-align: middle
    
    

}


.flex-container> div{

    color: white;
    width: 600px auto;
    height: 400px auto;
    text-align: center;
    justify-content:center ;
    display: list-item;

 
}*/


.in-middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;

}

.in-middle > .contenido_div{

    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 10%;
    margin-left: 5%;
    margin-right:  -right: 10%;
    text-align: justify;

}




h30{
    font-family: "Gill Sans MT";
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
	
   
}

h31{
    font-family: "Bebas Neue"; 
        font-size: 35px; 
   
        color: white;
    text-transform: uppercase;
        
}

h32{
    font-family: "Gill Sans MT";
	font-size: 25px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
    color: black;
    
	
   
}

h33{
    font-family: "Bebas Neue"; 
        font-size: 35px; 
   
        color: black;
    text-transform: uppercase;
        
}





p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Droid Sans", Arial, sans-serif;

  
}


/*# sourceMappingURL=style.css.map */
