
/*ESTILOS GENERALES*/

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.fondo1{
    background: url(../img/fondo9.jpg) no-repeat center top;
    background-size: cover;
    height: 125vh;
    margin-top: -50px;

}
/**SECCION PRINCIPAL*/

iframe{
    width: 100%;
    height: 800px;

}

.principal{
    /*background: linear-gradient(#2560a3, white, white);
    opacity: 0.9;*/
    height: 120vh;
    text-align: center;
    margin-top: -50px;
}
.principal-home{
    margin-top: -100px;
    background: linear-gradient(rgb(6, 99, 187),white, white);
    padding: 3rem;
    max-width: 900px;
    color: black;
    font-size: 18px;
    text-align: justify;
    border-radius: 20px;

}

.principal-home img{
    position: absolute;
    display: flex;
    left:  60%;
    margin-top: -35%;
}

.logo{
    width: 200px;
    height: 100px;
    margin: 20px;
    
}
/*
h1{
    font-family: 'Young Serif', serif;
}

/*****SECCION*********/
/*
.fondo{
    background: linear-gradient(#2560a3, white);
    color: black;
}

.papeleria{
    min-height: 700px;
    padding: 10px;
}

.papeleria .contenedor{
    max-width: 900px;
    text-align: justify;
    background: linear-gradient(rgb(79, 143, 199),white, white);
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 20px;

}
.subtitulo{
    text-align: center;
    font-size: 2rem;
    padding: 15px 0;
    font-family: 'Young Serif', serif;
    color: black;
}

hr{
    border: solid 5px black;
}

.texto{
    font-size: 18px;
}
.imgPapeleria{
    width: 800px;
}

@media screen and (max-width: 700px){
    .principal .principal-home{
        margin-top: 1000px;
        max-width: 400px;
        height: 500vh;
        
        
    }
}
@media screen and (max-width: 700px){
    .papeleria .contenedor{
        max-width: 300px;
        height: 400vh;
    }
}
@media screen and (max-width: 700px){
    .papeleria {
        margin-top: 800px;
    }
}

@media screen and (max-width: 700px){
    .frase{
        max-width: 500px;
    
    }
}
@media screen and (max-width: 700px){
    .imgPapeleria{
        max-width: 300px;
        max-height: 200px;
    }
}

/*seccion servicios*/

.servicios{
    height: 100%;
    width: 100%;
    padding: 10px;
    display: block;
    transition: all 0.2s ease;
    background: linear-gradient(rgb(40, 122, 199),rgb(244, 252, 252), white);
}
.serv-contenedor{
    padding-top: 60px;
    margin-bottom: 40px;

}
.overlay{
    transition: all 0.2s 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{
    position: relative;
}
.proyecto img{
    width: 250px;
    height: 150px;
    margin-bottom: 20px;
}
.proyecto:hover img{
    opacity: 0.2;
}
.proyecto:hover .overlay{
    opacity: 1;
}


.seccion-titulo{
    font-size: 2rem;
    padding: 15px 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.section-texto{
    font-size: 1.2rem;
}

.texto-negro{
    color: black;
}

.overlay .iconos-contenedor{
    display: flex;
}
.overlay i{
    color: black;
    font-size: 60px;
    margin: 10px;
}

@media screen and (max-width: 400px) {
    .overlay p{
        font-size: 18px;
    }
    .overlay i{
        font-size: 40px;
    }
    
}


seccion-desc{
    font-size: 1.2rem;
    color: #292929;
}



/*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;
}
