
/*Fonts*/
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.acme-regular {
    font-family: "Acme", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*Ajustes generales */

html {
     background-color: #00a8e0;

}

body {
    min-height: 100vh;
    background-color: #00a8e0;
    position: relative;
    margin: 0;
}

h1,h2,h3,h4,h5,h6  {
    font-family: Acme;
}

h1 {
    color: white;
    font-size: 42px;
}

h2 {
    color: 	#f7d918;
    font-size: 36px;
}

h3 {
    color: white;
    font-size: 33px;
}

h4 {
    font-size: 24px;
    color: white;
}

p {
    font-family: Poppins;
    color: white;
}



/*Ajustes principales */
.centrado {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ruzmascotaslogo {
    max-width: 250px;
}

.ruzmascotaslogo img {
    max-width:100%;
}

.textocentrado {
    text-align: center;
    justify-content: center;
    display: flex;
}



.textocentrado h2 {
    max-width: 1000px;
}

.perro {
    position: absolute;
    top: 150px;
    right: -55px;
}

.perro img {
    max-width: 500px;
}

.premiumchickenjerky img {
    max-width: 90vw;
}


.doscolumnas {
    display: flex;
    flex-direction: row;
}

.columnaizquierda {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
}



.columnaderecha {

    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    padding-right: 50px;

}


.tablahuella {
    display: flex;
    flex-direction: row;
    padding-left: 5%;

}

.huella {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    padding-top: 15px;
}

.huella img {
    max-width: 22px;
    max-height: 22px;
}

.textohuella {
    padding-left: 5px;
    text-align: left;
    max-width: 500px;
}

.crujientes {
    display: flex;
    justify-content: center;
}

.crujientes img {
    max-width: 100%;
}

.trescolumnas {


    max-width: 100vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.trescolumnaselemento {
    flex: 0 0 auto;

    width: 32%;
}

.trescolumnaselemento img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.redesizq {
    flex: 0 0 auto;

    width: 32%;
}

.redesizq img {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.redesder  {
    padding-top: 100px;
    flex-direction: column;
    width: 62%;
    display: flex;

}

.redesdertop {
    display: flex;

}

.red {
    width: 33%;
}

.red img {
    max-width:200px;
}

.redesderbottom {
    display: flex;
    justify-content: center;
}

.redesderbottom img {
    max-width: 350px;
}

.advertencia {
    padding-top: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: Arial!important;
    padding-right: 15px;
    padding-left: 15px;
}

.advertencia p {
    font-family: Arial;
    font-size: 14px;
}

.advertenciader {

}

.advertenciaizq {
    text-align: right;
}

/*----> */
/*Ajustes Responsivos */

/*Wide */

@media (max-width: 1500px) {

}

/*Desk */


@media (max-width: 1100px) {
    .perro {
        display: none;
    }

    .red img {
        max-width: 150px;


    }
}
/*Laptop*/
@media (max-width: 860px){

.doscolumnas{
    flex-direction: column;
}

    .columnaizquierda {
        width: 100%;
    }

    .columnaderecha {
        width: 100%;
    }

.redesizq  {
    width: 100%;
}

.redesder {
    width: 100%;
    padding-top: 25px;

}

.red {
text-align: center;
    width: 100%;
    padding-bottom: 25px;
}

.redesdertop {
    flex-direction: column;
}


.red img {
        max-width: 200px;
}

.advertencia {
    flex-direction: column;
}



}




/*Tablet*/
@media (max-width: 768px){
    .trescolumnas {
       flex-direction: column;
    }

    .trescolumnaselemento {
        width: 99%;
    }

}

/*Móvil*/
@media (max-width: 535px){


}

