:root{
    --fuenteprincipal: Arial ;
}

html{
    box-sizing: border-box;
    font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}

*, *:before, *:after{
    box-sizing: inherit;
}

body{
    background-color: black;
    line-height: 2;
    font-size: 2rem;
    color: white;
}

img{
    max-width: 100%;
    padding: 30px;
}


.contenedor-header{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.contenedor-texto{
    width: 90%;
    margin: 0 auto;
}
.contenedor-texto p{
    font-family: var(--fuenteprincipal);
    text-align: justify;
    margin: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-indent: 14%;
}


@media screen and ( min-width:768px){
    .contenedor-texto p{
        font-size: 2rem;
    }
}




.galeria{
    text-align: center;
}





.contenedor-logos{
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .contenedor-logos{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}
.logo{
    text-align: center;
}
@media (min-width: 768px) {
    .logo{
        flex: 0 0 calc(25% - 1rem);
    }
}
.contenido-footer{
    text-align: center;
}

.fotospor{
    padding-top: 10rem;
}

.contenedor{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
}

.header{
    padding: 0;
    margin: 0;
}

.contacto{
    width:50px;
    height:50px;
    padding-top: 5rem;
    }

.barra .nav{
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 5rem;
    justify-content: center;
}
    
.fotospor{
    padding-top: 15rem;
    margin-top: 15rem;
}

.diseñados{
padding-bottom: 10rem;
}

.lista{
    display: grid;
    grid-template-columns: repeat(4 auto);
    justify-content: center;
}

.disenoletra{
    text-decoration: none;
    font-family: var(--fuenteprincipal);
    text-decoration-color: white;
    background-color: black;
    color: white;
    text-align: justify;
}


.contacto{
    width: 200px; height: 200px;
    padding-bottom: 10rem;
}

.impresion{
    width: 400px; height: 200px;

}


.regreso{
padding-right: 10rem;
}


/* BOTON WHATS */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:200px;
	right:17px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:110;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:17px;
}

/* TERMINA BOTON WHATS */