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

body {
    font-family: Arial, Helvetica, sans-serif;
}

.contenedor{
    padding:  60px 0;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.titulo{
    color: #642a73;
    font-size: 25px;
    text-align: center;
    margin: 50px auto;
}

/* Header */

header{
    width: 100%;
    height: 700px;
    background: #1a0e81d0;
      /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(240, 93%, 5%,0.99), hsla(240, 36%, 35%, 0.699), hsla(240, 93%, 5%, 0.925)),url(../img/FondoInicio_01.jpg);
      /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(240, 93%, 5%, 0.99), hsla(240, 36%, 35%, 0.699), hsla(240, 93%, 5%, 0.925)),url(../img/FondoInicio_01.jpg);
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav{
    text-align: right;
    padding: 20px 50px 0 0;
    background-color: rgba(0,0,0,.5);
    height: 50px;
}

nav > a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 15px;
}

nav > a:hover{
    text-decoration: underline;
}


header .textos-header img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(248, 244, 244, 0.9);
}

header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

header .textos-header h1{
    font-size: 30px;
    color: #fff;
}

header .textos-header h2{
    font-size: 20px;
    color: #fff;
}

header .textos-header h3{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
}

header .textos-header p{
    margin-top: 30px;
    color: #c2c2c2;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}







/**********************************/
/*      Imagen Dieciochera        */
/**********************************/

.contenedor-aviso{
    width: 100%;
    height: auto;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}


.contenedor-aviso img{
    width: 100%;
    height: auto;
}












/**********************************/
/*              Slider            */
/**********************************/


.slider{
    max-width: 1200px;
    width: 85%;
    border-radius: 30px;
    margin:auto;
    overflow: hidden;
    border: 1px solid #c2c2c2;
}

.slider ul{
    display: flex;
    padding: 0;
    width: 400%;

    animation: cambio 25s infinite alternate;
    animation-timing-function: linear;
}

.slider li{
    width: 100%;
    list-style: none;
}

.slider img{
    width: 100%;
}

@keyframes cambio{
    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%;}
}





/*       main       */
main{
    max-width: 1200px;
    margin: 20px auto;
     background-color: white;
     width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section{
    width: 95%;
}

.contenedor-seccion{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contenido-seccion hr{
    height: 2px;
}


.contenido-seccion p{
    text-align: justify;
}




/*    Seccion Cards de Productos     */

.card-lista{
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 0 8px 0 rgba(37, 37, 37, 0.6);
    overflow: hidden;
}

.card-cabecera{
    width: 95%;
    background-color: rgb(141, 79, 192);
    box-shadow: 0 0 5px 0 rgba(141, 79, 192, 0.9);
    border-radius: 15px;
    margin: 20px 0 15px 0;
}

.card-cabecera h2{
    justify-items: center;
    text-align:center;
    font-size: 25px;
    color: white;
    padding: 5px;
}


.cuerpo-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.cuerpo-card .imagen-card img{
    height: 190px;
    width: 190px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.cuerpo-card .lista-card{
    color:rgb(141, 79, 192);
    margin-bottom: 15px;
}









/*   Footer   */

footer{
    margin-top: 40px;
    background-image: url(../img/fondo_pie.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

}


.contenedor-footer{
    background-color: rgba(19, 2, 34,.95);
    width: 100%;
    margin: 0 10px 0 0;  /* izq - arriba - right - abajo  */
}

.contenido-footer{
    width: 95%;
    color: #fff;
    margin: 0 auto;
}

.cards-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.card-footer{
    border-radius: 10px;
    /*width: 230px;*/
    width: 90%;
    height: 180px;
    margin: 10px;
    background-color: rgba(230, 232, 236, 0.13);
    transition: .5s;
}

.card-footer:hover{
    box-shadow: 0 0 15px 0 rgba(248, 244, 244, 0.9);
}

.card-footer h3{
    color: rgb(201, 175, 226);
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(19, 2, 34);
    padding-bottom: 10px;
}

.card-footer h4{
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.card-footer p{
    text-align: center;
}









.pie-footer{
    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 25px 30px;
}

.pie-footer img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0 0 15px 0 rgba(248, 244, 244, 0.9);
}