@font-face{
font-family:light;
src: url(../fonts/FuturaMaxiLight.otf);
-moz-font-family:light;
src: url(../fonts/FuturaMaxiLight.otf);
}


@font-face{
font-family:book;
src: url(../fonts/FuturaMaxiBook.otf);
}

@font-face{
font-family:demi;
src: url(../fonts/FuturaMaxiDemi.otf);
}

@font-face{
font-family:bold;
src: url(../fonts/FuturaMaxiBld.otf);
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*HEAD*/

.container{
background: #01A0D8;
background: -webkit-linear-gradient(left, #F37226, #F7931E, #F37226); 
background: -o-linear-gradient(left, #F37226, #F7931E, #F37226); 
background: -moz-linear-gradient(left, #F37226, #F7931E, #F37226); 
background: -ms-linear-gradient(left, #F37226, #F7931E, #F37226);
background: linear-gradient(left, #F37226, #F7931E, #F37226);
    
padding: 60px;
padding-bottom: 0px;
}

body{
background-color: firebrick;
}

header{
margin: auto;
background-color: firebrick;
}

#hojas{
position: relative;
z-index: 100;
transform: translateX(0%);
margin: auto;
margin-top: -40px;
}

#logo{
position: relative;
left: 22%;
float: left;
margin-left: 50px;
margin-top: 20px;
margin-bottom: 10px;
}


nav{
margin-left: -50px;
height: 100%;
margin-top: -50px;
background-color: firebrick;
}

nav ul li{
position: relative;
left: 23%;
display: inline-block;
float: left;
margin: auto;  
}


nav ul li a{
color: white;
font-family: light;
font-size: 1.2em;

}

.navbar-toggle{
margin-top: 80px;
right: 10px;
background-color: firebrick;
}


#azul{
padding: 15px;
padding-top: 40px;
background-color: #29ABE2;
transition: 0.3s ease-out;
margin: none;
}

#azul:hover{
padding-top: 50px;
color: yellow;
}

#naranja{
padding: 15px;
padding-top: 40px;
background-color: #FBB03B;
transition: 0.3s ease-out;
}

#naranja:hover{
padding-top: 50px;
color: yellow;
}

#morado{
padding: 15px;
padding-top: 40px;
background-color: #662D91;
transition: 0.3s ease-out;
}

#morado:hover{
padding-top: 50px;
color: yellow;
}

#rosado{
padding: 15px;
padding-top: 40px;
background-color: #EC008C;
transition: 0.3s ease-out;
}

#rosado:hover{
padding-top: 50px;
color: yellow;
}

#rojo{
padding: 15px;
padding-top: 40px;
background-color: #F15A24;
transition: 0.3s ease-out;
}

#rojo:hover{
padding-top: 50px;
color: yellow;
}

#verde{
padding: 15px;
padding-top: 40px;
background-color: #8CC63F;
transition: 0.3s ease-out;
}

#verde:hover{
padding-top: 50px;
color: yellow;
}

#compras{
padding: 15px;
padding-top: 20px;
background-color: #1B1464;
transition: 0.3s ease-out;
}


#compras:hover{
padding-top: 40px;
}

/*COMIENZA CONTENIDO*/

.contenedor1{
    margin-bottom: 80px;
    float: left;
}


.p1{
   font-family: light;
    font-size: 1.2em;
    color: white; 
}

.cita{
  font-family: demi;
}

.t{
    color:white;
    font-family: bold;
    font-size: 2em;
    background-color: #662D91;
    padding: 15px;
    border-radius: 15px;
    position: absolute;
    margin-top: -20px;
}

.poema{
    width: 100%;
    padding: 50px;
    background-color: white;
    border-radius: 15px;
    float: left;
padding-top: 50px;
padding-bottom: 20px;
margin: 0;
margin-bottom: 30px;
margin-left: 20px;   

    
}

.p{
    font-family: book;
    font-size: 1em;
    color: #662D91;   
}

.ilustraciones{
float: right;
margin-top: 50px;
}

#contenedor2{
    background-color: #662D91;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
#p3{
    font-family: light;
    font-size: 1em;
    color: white;
    
}
#t2{
    margin:auto;
    font-family: bold;
    color: #FCEE21;
    font-size: 1.9em;
text-align: center; 
transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
-moz-transition: 0.2s ease-in;
-ms-transition: 0.2s ease-in;
}

#t2:hover{
    transform: translateY(10px);
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
    color: yellowgreen;
}

#contenedor3{
    background-color: #FBB03B;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px;
    
}
#t4{
    text-align: center;
    font-family: bold;
    font-size: 3em;
    color: white;
}

.t3{
    font-family: demi;
    font-size: 2em;
    color: #1B1464;
}
.p4{
    font-family: book;
    font-size: 1em;
    color: #1B1464;
}
/*FOOTER*/

#contfooter{
     margin-top: 20px;
    margin-bottom: 20px;
    width:auto;
    height: auto;
    position: relative;
    left:50%;
    transform:translateX(-50%);
    -moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


footer{  
text-align: left;
background-color: firebrick;
float: left;
width: 100%;
}

#DAL{
float: left;
}

#infocontacto{
margin-top: 30px;
margin-left: 50px;
text-align: center;
width: 70%;
font-family: light;
color:white;
font-size:0.9em;
}

#logoK{width: 10%; float: right; margin-top: 30px;}

.container-fluid{
    margin: auto;
}


/*EXTRAS*/

@media only screen and (min-width: 240px) and (max-width:770px){
    
   .container{
        padding: 0px;
       padding-top: 20px;
        align-content: center;
        text-align: center;
    }
    
    #hojas{
   display: none;}
    
    #logo{
position: relative;
        left: 10%;}
    
    nav ul li{
    position: relative;
left: 0%;
    display: inline;
    clear: both;
    width: 100%;
    }
    
    #azul{
    padding: 10px;
    padding-top: 15px;
    }
    
    #naranja{
    padding: 10px;
    padding-top: 15px;
    }
    
    #morado{
    padding: 10px;
    padding-top: 15px;
    }
    
    #rosado{
    padding: 10px;
    padding-top: 15px;
    }
    
    #rojo{
    padding: 10px;
    padding-top: 15px;
    }
    
    #verde{
    padding: 10px;
    padding-top: 15px;
    }
    
    #compras{
    padding: 10px;
    padding-top: 15px;
    }
    
    #t{
        font-size: 1.4em;
    }
    #t4{
        font-size: 1.5em;
    }
    #t3{
        font-size: 1.2em;
    }
       
    p{
        text-align: justify;
        font-kerning: ;
    }
    #p3{
        font-size: 0.9em;
    }
    
    #contfooter{
        margin-top: 0px;
    }
    
    #DAL{
        margin-top: 20px;
        margin-left: 35%;
    }
    
    #infocontacto{
        width: 100%;
        margin-left: 0px;
    }

    #logoK{width: 30%; float: left; margin-left: 35%;}
    
    #hojas{
    margin:auto;
    position: relative;
    transform: translate(0%)
    }

    .icon-bar{
        background-color: white;
    }
    }

@media only screen and (min-width: 1200px) and (max-width: 2400px){
    #contenedor1{
        margin-bottom: 50px;
    }
    #p1{
        font-size: 1.1em;
    }
    #t{
        font-size: 2.1em;
    }
    
    
    #p{
        font-size: 1em;
    }
    #poema{
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    
    #p3{
        font-size: 1.3em;
    }
    
    #t2{
        font-size: 2.3em;
    }
    #contenedor2{
        margin-top: -30px;
    }
    
 
}

@media only screen and (min-width: 700px){

    header #hojas2{
   display: none;}
}

@media only screen and (min-width: 750px) and (max-width: 1240px){  

    #logo{
        left: auto;
        width: 20%;
        margin-top: 40px;
    }
    
    
    
    nav ul li{
        left: auto;
    }
    
    nav ul li a{
        font-size: 1em;
    }
    
    #compras{
        width: 80%;
        padding-top: 33px;
    }
    
    #carreta{
        width: 90%;
    }
    

}

@media only screen and (min-width: 1250px) and (max-width: 1500px){

    #logo{
        left: 5%
    }
    
    nav ul li{
        left: 10%;
    }
   
}

@media only screen (min-width: 1520px){
    #logo{
        left: 15%;
    }
    
    nav ul li{
        left: 15%;
    }
}



























