
/* ==============================================
1.GENERAL
=============================================== */
body{
    background-image: url(../images/Enmascarar\ grupo\ 24.png);
    font-family: 'Raleway', sans-serif;
}


/* -----------------------------------------------------------------------
   2. CUMPLE
------------------------------------------------------------------------- */


.full {
    float: left;
    width: 100%;
    padding-top: 2%;
}

.full2 {
    float: right;
    width: 100%;
    padding-top: 2%;
    padding-left: 50%;
    
}

#home .large-header {
	background-image: url('../images/Enmascarar\ grupo\ 24.png');
	background-position: center;
}


.primertexto{
    padding-top:1%;
    font-size: 2.25rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.seguntexto{
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}

.tercertexto{
    font-size: 1.12rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
}

.amarillo{
    color: #F1D02D;

}

.tudonocentro{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center
}


@media(max-height:360px) {
    .full2 {
        padding-left: 10%;
    }
}
@media(max-width:560px) {
    .full, .full2 {
    padding-right: 10%;
    }
    }

    @media(max-width:560px) {
        .full2 {
        padding-right: 40%;
        padding-left: -60%;
        }
        }



@media(max-height:360px) {
    .row {
     margin: 0%;
    }
}
@media(max-width:560px) {
    .row, .container{
        margin: 0%;
        padding: 0%;
    }
    }


@media(min-width:560px) and (max-width: 1024px){
    .row {
        margin: 0%;
    }
}
