@import url(menu.css);
@import url(banner.css);
@import url(catalogo.css);
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: Calibri;
    
}
header{
    width: 100%;
    height: 50px;
    background-color: #292F40;
    color: #fff;
    
    position: fixed;
    top:0;
    left:0;
    z-index:100;
}

.contenedor{
    width: 98%;
    margin: auto;
}

h1{
    float: left;
    margin-top: 13px;
    font-size: 1.3em;

}
header .contenedor{
    display: table;
}
section{
    width: 100%;
    margin-bottom: 25px;
}

#Titulocatalogo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

img .musica{
    float: right;
}

#Titulocatalogo h2{
    font-size: 50px;
    text-align: center;
}
#inicial {
    height: 5px;
    background-color:#3D496D ;
    border-color: #3D496D;
}
ul{
    list-style: none;
}
#Titulocatalogo2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin-top: 25px;
}
#Titulocatalogo2 h2{
    font-size: 50px;
    text-align: center;
}
img .mouse{
    float: right;
}

.secundario {
    height: 5px;
    background-color: #344167;
    border-color: #344167;
}
footer .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
    background-color: #344167;
    padding-top: 25px;
    width: 100%;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    
}
.copy{
    font-size: 20px;
}
.sociales{
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.sociales a{
    color:white;
    text-decoration: none;
}
p{
    color:white;
}

@media(min-width:1024px){
    .contenedor{
        width: 90%;
    }
    h1{
        font-size: 2em;
        margin-top: 6px;;
    }
}

article img:hover{
    transform: scale(1.15);
}
article img{
    transition: all 300ms;
}
article h4{
    font-size: 20px ;
    color:#3D496D ;
    border-top-style: solid;
    border-top-color: #3D496D;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3D496D;
    border-bottom-width: 1px;
}
article{
    text-align: center;
    transition: all 400ms ;
    color: #7E7E7E;
    border-bottom-style: solid;
    border-bottom-color: #3D496D;
    border-bottom-width: 1px;
}
article:hover{
    background-color:#E9EAEA;
}

.slider{
    width: 100%;
    margin: auto;
    height:280px;
    overflow: hidden;
    margin-top: 50px;
    border-bottom-style: solid;
    border-bottom-color: #3D496D;
    border-bottom-width: 5px;
}

.slider ul{
    padding:0;
    display: flex;
    width: 400%;
    overflow: hidden;
    animation:slider 20s infinite alternate;
}

.slider li{
    width: 100%;
    list-style: none;
}

.slider li img{
    width:100%;

}

@keyframes slider{
    0%{margin-left: 0;}
    20%{margin-left: 0;}

    25%{margin-left: -100%;}
    45%{margin-left: -100%;}

    50%{margin-left: -200%;}
    70%{margin-left: -200%;}

    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
@media(min-width:1024px){
    .slider ul li img{
        margin-top: -120px;
    }
}

.TitTendencia{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #3D496D;
}
.barratitulo{
    height: 2px;
    background-color:#3D496D ;
    border-color: #3D496D;
}

.titcat{
    font-size: 50px;
    color: #3D496D;
    float: left;
    margin-left: 50px;
    margin-top: 25px ;
    vertical-align: middle;
}


.Titulocat{
    height: 90px;
}

#tend{
    background-color:#3D496D ;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.3);
    border-bottom-width: 2px;
}

.Titulodelcatalogo{
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    color: #3D496D;
}

.Titulocat2{
    height: 90px;
}
.Titulocat3{
    height: 90px;
}

#titulocontacto{
    margin-top: 50px;
    font-size: 2em;
    text-align: center;
    color:#3D496D;
}
.barratitulo2{
    height: 2px;
    width: 98%;
    margin:auto;
    align-self:center;
    background-color:#3D496D ;
    border-color: #3D496D;
}

.info{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    vertical-align: middle;
    align-items: center;
}

.info p{
    margin-top: 25px;
    color: black;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;

}

.info article{
    padding-right: 15px;
    border-bottom: none;
    
}
.info article:hover{
    background-color: white;
}

.info img{
    transition:none;
    border-bottom-style: solid;
    border-bottom-color: #3D496D;
    border-bottom-width: 5px;
    border-left-style: solid;
    border-left-color: #3D496D;
    border-left-width: 5px;
    border-right-style: solid;
    border-right-color: #3D496D;
    border-right-width: 5px;
    border-top-style: solid;
    border-top-color: #3D496D;
    border-top-width: 5px;
}
.info img:hover{
    transform:none;
}
#titulocontacto2{
    margin-top: 10px;
    font-size: 2.5em;
    text-align: center;
    color:#3D496D;
}

.info2 article:hover{
    background-color: white;
}
.info2 article{
    color: black;
    text-align: left;
    font-size: 1em;
}

.info2 a{
    color:#3D496D;
    text-decoration: none;
    font-size: 2em;
}

.info a #wp{
    color:green;
}

.info2{
    margin-top: 15px;
    margin-left: 20px;
}

#contacto{
    font-size: 1em;
}
