@font-face{
	src: url('../font/NHaasGroteskTXPro-75Bd.ttf');
	font-family: 'Neue-Haas-Grotesk-Text-Pro-Bold';
}
header{
    min-height: 200px;
}
.principal{
    margin-top: 40px;
    margin-bottom: 80px;
}
.principal .foto{
    margin-top: 40px;
    text-align: right;
}
.principal .foto img{
    width: 100%;
}
.img-titulo{
    max-width: 100%;
    width: 440px;
}
.principal p{
    font-family: 'Roboto-Light';
    font-size: 16px;
    max-width: 430px;
    margin-left: 30px;
    margin-bottom: 40px;
}
.pic-container{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
.pic-container .col{
    padding-left: 5px;
    padding-right: 5px;
}
.pic-container img{
	cursor: zoom-in;
}
.img-download{
    max-width: 100%;
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
	display: block;
}
.btn-download{
    background-image: url(../img/bot_descargar.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    margin-left: 12px;
    margin-top: 15px;
    display: inline-block;
    width: 166px;
    height: 52px;
    padding: 0;
}
.btn-download-avance{
    background-image: url(../img/bot_avance.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    margin-top: 15px;
    display: inline-block;
    width: 166px;
    height: 52px;
    padding: 0;
}            
.caracteristicas{
    margin-bottom: 60px;
}
.caracteristicas .item{
    margin-bottom: 20px;
}
.caracteristicas .item.terminaciones{
    padding-top: 40px;
}
.caracteristicas h3{
    margin-bottom: 40px;
    font-family: 'Neue-Haas-Grotesk-Text-Pro-Bold';
    font-size: 25px;
    color: #003574;
}
.caracteristicas p{
    max-width: 450px;
    font-family: 'Roboto-Light';
    font-size: 16px;
    line-height: 1.5;
}
@media(max-width: 766px){
    .caracteristicas .item:last-of-type{
        margin-top: 60px;
    }
}