body, h1, h2, p, a {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e52c42+0,e52c42+50,ffffff+50,ffffff+100 */
    background: rgb(229,44,66); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,44,66,1) 0%, rgba(229,44,66,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(229,44,66,1) 0%,rgba(229,44,66,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(229,44,66,1) 0%,rgba(229,44,66,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52c42', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

h1 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
h2 {
    font-weight: 600;

}
img.logotipo {
    margin-bottom: 10px;
    max-width: 200px;
}
.bg-general {
    height: 100vh;
    position: relative;
    text-align: center;
}
.bg-general p {
    font-size: 16px;
    line-height: 20px;
}
.bg-general p a {
    color: #e52c42;
}
.bg-general p a:hover {
    color: #e52c42;
}
.bg-general .contenido {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.bg-general .contenido .icono {
    font-size: 25px;
    color: #e52c42;
    margin-right: 15px;
}
.separador-20 {
    padding: 20px 0;
}
.separador-50 {
    padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
    img.logotipo {
        margin-bottom: 30px;
        max-width: 410px;
    }
}
@media print, screen and (min-width: 64em) {
    .bg-general {
        text-align: left;
    }
    h1 {
        font-size: 40px;
    }
    .bg-general p {
        font-size: 25px;
        line-height: 32px;
    }
    body {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e52c42+0,e52c42+46,ffffff+46,ffffff+100 */
        background: rgb(229,44,66); /* Old browsers */
        background: -moz-linear-gradient(left,  rgba(229,44,66,1) 0%, rgba(229,44,66,1) 46%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(229,44,66,1) 0%,rgba(229,44,66,1) 46%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(229,44,66,1) 0%,rgba(229,44,66,1) 46%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52c42', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    }
}