@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body{
     display: flex;
    flex-wrap: wrap;
    font-family: 'Source Sans Pro', sans-serif;
}

header{
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.9);
   
    color: #fff;
    border-bottom-style: solid;
    border-bottom-width:thin;
    border-bottom-color: rgb(129, 0, 30);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
main{
width: 100%;
}

.contenedor{
    width: 98%;
    margin: auto;   
}
.logo {
    height: 50px;
    display: inline-block;
}
.logo img{
    width: auto;
    max-width: 100%;
    height: 100%;
}
h1{
    float: left;
}

header .contenedor{
    display: table;
}


.imprenta{

    color: rgb(255, 255, 255);
display: inline-block;
    vertical-align: top;
    padding: 5px;
    padding-left: 20px;
    font-style: italic;
    font-weight: 100;
    font-weight: lighter;
     
    font-size: 1rem;
    display: none;
}
.imprenta h1{
    font-size: 1rem;
}
.imprenta img{
    width: 30px;
}
section{
    width: 100%;
    margin-bottom: 5px;
}
#OFERTAS{
    margin: auto;
    width: 100%;
    text-align: center;   
}
.listasen img {
    width: 80%;
    display: inline-block;
}

#PASOS{
    text-align: center;  
    font-style: italic;
    font-size: 1.2rem;   
}
#PASOS h2{
    color: #ff0080;
    padding: 20px;
font-size: 1.2rem;
}
#PASOS p {
margin-bottom: 15px;
}
#PASOS t1{
    color: #464646;
}
#PASOS t2{
    color: #ff8000;
    text-decoration: underline;
}
#PASOS t3{
    color: #2700ff;
    text-decoration: underline;
}
#PASOS img{
width: 40px;
    
}

#video{
    margin: auto;
    padding: 10px;
    text-align: center;
    color: rgb(219, 33, 76);   
}

#iframe{
    width: 90%;
border-style: solid;
    border-color: #cbcbcb;
    border-width:thin;
}



#contactos{
    margin: auto;
width: 100%;
    background: #f7ebc3;
    color: #464646;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
#contactos .cont1{
    width: auto;
    height: 40px;
    margin: 5px;
    margin-left: 30px;
    text-decoration: none;
    vertical-align: top;
    
}
.cont1 img{
    width: auto;
    height: 30px;
    vertical-align:top;
}


footer{
margin: auto;
}
footer .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.copy{
    font-size: 20px;
}

.sociales{
    width: 100%;
    text-align: center;
    font-size: 28px;
}
.sociales a{
    color: #333;
    text-decoration: none;
}

@media (min-width:768px) {
    .imprenta{
    display: inline-block;
}
    
    .listasen img {
    width: 30%;
}
    
    #PASOS{
    font-size: 1.5rem;
}
    #PASOS h2{
font-size: 1.5rem;
}
    
    #iframe{
    width: 320px
}
    .sociales{
        width: auto;
    }
    footer .contenedor{
        justify-content: space-between;
    }
}

@media (min-width:1024px) {
 
        .listasen img {
    width: 20%;
}
    .contenedor{
        width: 1000px;
    }
}
















