
/***********ESTILOS GENERALES**************/

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.fondo1{
    /*background: url(../img/fon333.jpg) no-repeat center top;
    background-size: cover;*/
    background: linear-gradient(rgb(0, 58, 113), white,white,  white);
    height: 100vh;
}

/*******************SECCION PRINCIPAL**************/

.principal-home{
    /*background: linear-gradient(rgb(0, 58, 113), white,white,  white);*/
    background-color: white;
    padding: 4rem;
    width: 75%;
    height: 80vh;
    color: black;
    font-size: 20px;
    text-align: justify;
    border-radius: 20px;
    overflow-x: hidden;
    font-family: 'Lora', serif;
    box-shadow: 0px 0px 20px black;
    margin-top: 50px;
    

}

hr{
    border: solid 3px rgb(6, 44, 94);
}
.btn{
    width: 100px;
}
.boton{
    align-items: center;
    justify-content: center;
    display: flex;
}

.serv-contenedor{
    transition: all 1s ease;
}
.listas{
    text-align: left;
    margin-bottom: 20px;
}

.iconos{
    height: 200px;
}

.iconos img{
    width: 150px;
}
.iconos div{
    margin-left: 5%;
    display: block;
}

.logo{
    width: 200px;
    height: 100px;
    margin: 20px;
    
}

.text{
    margin-bottom: 30px;
}

/*****Animacion de iconos*******/

.contenedor{ 
    position: absolute;
    transition: all 0.2s ease;
    
}
.anim{
   
    position: relative;
    animation: salto 0.8s infinite;
}

.anim:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: -6px;
    top:-2px;

}

.anim:after{
    content: '';
    display: inline-block;
    position: absolute;
    background-size: 90px 90px;
    background-repeat: no-repeat;
    top: 2px;

}
.overlay{
    transition: all 0.8s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay p{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;

}
.proyecto:hover img{
    opacity: 0.2;
}
.proyecto:hover .overlay{
    opacity: 1;
}

@keyframes salto {
    0%, 100%{
        top:0;
    }
    30%{
        top: -25px;
    }
}




/******FIN*******/

/******ANIMACION MOVER TITULO*******/

h1{
    font-family: 'Young Serif', serif !important;
    color: rgb(0, 58, 113);
    text-shadow: 3px 3px rgb(184, 180, 180);
    animation: mover 2s 1;
    animation-fill-mode: forwards;

}

@keyframes mover {
    from{
        transform: translateX(-200px);
    }
    to{
        transform: translateX(310px);
    }
    
}


/***SECCION DE ARTICULOS ****/


.articulos{
    padding: 20px;
    background: linear-gradient(rgb(0, 58, 113), white,white,  white);
    height: 800px;
    
}
.articulos .carousel{
    max-width: 1200px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px black;
}

.carousel-item{
    margin-bottom: 100px;
    height: 500px;
    color: black;
}

.carousel-item p{
    font-size: 20px;
    font-family: 'Lora', serif;
}
.carousel-item ul{
    font-size: 20px;
    font-family: 'Lora', serif;
}
.imagen{
    width: 150px;
    height: 150px;
    margin: 10px
}
.compras {
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

.texto{
    text-align: justify;
}


/*****responsive cuando la pantalla sea en dispositivos moviles */

@media screen and (max-width: 700px){
    .principal .principal-home{
        font-size: 16px;
        width: 400px !important;
        margin-bottom: 100px;
        height: 700px !important;
    }
    .anim{
        animation: none;
    }
    h1{
        animation: none;
    }
    .iconosM img{
        margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 700px){
    .papeleria .contenedor{
        margin-top: 300px;
        max-width: 300px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 700px){
    .frase{
        max-width: 500px;
    
    }
}
@media screen and (max-width: 700px){
    .imgPapeleria{
        max-width: 300px;
        max-height: 200px;
    }
}
@media screen and (max-width: 700px){
    .computadoras{
        margin-top: 400px;
        max-height: 100%;
    }
}



/*******************SECCION FOOTER****************************/
.footer {
    background: white;
    padding-top: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 0px 20px rgb(0, 58, 113);
    font-weight: bold;
}

ul.location_icon {
    text-align: center;
    margin-bottom: 20px;
}

ul.location_icon li {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    color: black;
    text-align: center;
    padding: 0 40px;
    
}

ul.location_icon li  img{
    width: 60px;
    height: 60px; 
}

ul.location_icon p{
    text-align: center;
    color: rgb(0, 132, 255) !important;
    font-size: 25px;
} 

.mas{
    font-size: 20px !important;
}

ul.location_icon li a {
    font-size: 40px;
    color: black;
    line-height: 30px;
    display: block;
}

.copyright {
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: rgb(0, 58, 113);
    box-shadow: 0px 0px 20px rgb(0, 0, 0);
}

.copyright p {
    color: white;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding-top: 25px;
    font-weight: normal;
}
