/* 
font-family: 'Nunito', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

*, html, body {  
    margin: 0;  
    padding: 0;  
    border: 0;  
    font-size: 100%;  
    font: inherit;  
    vertical-align: baseline; 
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif; 
}

.contenedor {
    max-width: 1300px;
    margin: auto;
    padding: 15px 25px;
}



h1 {
    color: white;
    font-size: 57px;
    line-height: 1em;
    font-weight: 600;
}

p {
   
    font-weight: 400;
   color: #54595F;
   line-height: 1.5em;
   font-size: 17px;
}

.p-destacado {
    font-weight: 400;
    color: #54595F;
    line-height: 1.4em;
    font-size: 20px;
}

h2 {
    color: #1B1464;
    font-size: 41px;
    font-weight: 700;
    line-height: 1.2em;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1B1464;
    line-height: 1.2em;
    
}

h4 {
    font-size: 23px;
    font-weight: 700;
    color: #1B1464;
    line-height: 1.2em;
 }

 
.hide-d {
    display: none;
}
@media (max-width: 900px) {

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 25px; 
        line-height: 1.2em;
    }

    h3 {
        font-size: 20px;  
        line-height: 1.2em;
    }

    h4 {
        font-size: 18px;  
        line-height: 1.2em;
    }


    p {
        font-size: 13px;
    }

    .p-destacado {
        font-size: 15px;
    }

    .hide-d {
        display: block;
    }
}
#hubspotContact {
	max-width: 1100px;
}
