
html,body {
    overflow-x:hidden;
}


.container-fluid {
    padding: 0;
    margin:0;
}


#creemos {
    margin-top: 99px !important;
    background:#E40E36;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

#creemos .text-center {
    align-content: center;  
    color: #fff; 
    justify-content: center;
    /*background: rgb(0, 0, 0, .8);*/
    padding: 20px;
    width: 70%;
}
#creemos h1 {
    font-size: 50px;
    margin-bottom: 25px;
    font-family: 'Chilena';
    text-transform:uppercase;
    font-weight: 700;
    line-height: 120%;
    color: #F5F6F6;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.66);
}

#creemos p {
    color: #F5F6F6;
    font-family: Chilena;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.66);

}

#bloque1 {
    display: flex;
    align-items: center;
    min-height: 300px;
}

#bloque1 p {
    color: #2A2F31;
    font-family:Chilena;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#bloque1 .col-md-8 {
    padding: 0 10%;
}
#bloque1 .imgLiquid {
    min-height: 300px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;
}
#bloque2 {
    display: flex;
    align-items: center;
    min-height: 300px;
    background: #E40E36;
}
#bloque2 .col-md-8 {
    padding: 0 10%;
    color: #fff;
}

#bloque2 p {
    color: #F5F6F6;
    font-family:Chilena;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#bloque2 .imgLiquid {
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#bloque3 {
    background: #0B3067;
    min-height: 250px;
    padding: 40px 0;
    color: #fff;
}
#bloque3 h2 {
    padding-bottom: 25px;
    color: #F5F6F6;
font-size: 28px;
font-weight: 700;
line-height: 130%;
}

#bloque3 p {
    color: #F5F6F6;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#estrategia .text-center {
    padding: 40px 0;
}
#estrategia h2 {
    color: #2A2F31;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

#estrategia p {
    color: #2A2F31;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}

#items {
    padding: 0px 0 80px 0;
    justify-content: center;
}
#items div {
    padding: 10px;
}
#items div h2 {
    padding: 20px 0;
    color: #2A2F31;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;

}
#items div p {
    color: #2A2F31;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

#pilares {
    padding: 0 12%;
    background: #F2F2F2;
}
#pilares .col-12 {
    padding: 40px 20px;
}

#pilares h2 {
    color: #2A2F31;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

#pilares p {
    color: #2A2F31;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#items2 {
    background: #F2F2F2;
    padding: 0px 0 80px 0;
    justify-content: center;
}
#items2 div {
    padding: 10px;
}

#items2 div img {
    max-height: 250px !important;
}

#items2 div h2 {
    padding: 20px 0;
    color: #2A2F31;
font-size: 22px;
font-weight: 700;
line-height: 140%;

}
#items2 div p {
    color: #2A2F31;
font-size: 16px;
font-weight: 400;
line-height: 150%;
}

#pilares .col-12 {
text-align:center;
}


#items2 .button {
	background:#E40E36;
	color:#fff;
	padding: 12px 36px;
	font-size: 16px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	float: left;
	border-radius: 3px;
	gap: 10px;
    margin-top:30px;
}
#items2 .button:hover {
	background: #0B3067;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
    #creemos p {
        font-size: 13px;
        line-height: 19px;
    }
    #bloque1 p {
        padding: 20px 0;
    }
    
    #bloque2 p {
        padding: 20px 0;
    }
    #bloque3 {
        padding: 20px 40px;
    }
    #items {
        padding: 30px;
    }
    #items img {
        width: 100% !important;
    }
    #items2 {
        padding: 30px;
    }
    #items2 img {
        width: 100% !important;
    }
    #creemos h1 {
        font-size: 35px;
        margin-bottom: 25px;
        font-family: 'Chilena';
        text-transform:uppercase;
        font-weight: 700;
        line-height: 120%;
        color: #F5F6F6;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.66);
    }
}