﻿@font-face {
    font-family: SourceSansPro;
    font-weight: bold;
    src: url('../font/SourceSansPro-Semibold.ttf');
}

@font-face {
    font-family: SourceSansPro;
    font-weight: normal;
    src: url('../font/SourceSansPro-Regular.ttf');
}

body {
    background-color: #FFFFFF;
    margin: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    o-user-select: none;
    font-family: 'SourceSansPro', Arial, sans-serif;
}

section {
    background-color: #FFFFFF;
    position:relative;
}

#fixed_part {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 100;
    background-color: #FFFFFF;
}

#title {
    top: 0px;
    color: #FFFFFF;
    max-height: 115px;
    height: 11.93vw;
    z-index: 100;
}


.centered-section, .centered-section-list, #content article {
    max-width: 768px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.background-title {
    background-image: url('../img/banner_covarrubias.png');
}

.franja-title {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-left:100px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size:22px;
}

.ficha-logo {
    float:left;
}


#content {
    font-size: 16px;
}

#content h1 {
    font-size:20px;
}

#content p {
        text-align:justify;
}

#content li {
        text-align: justify;
}


@media screen and (min-width: 480px) and (max-width: 900px) {
    .centered-section, .centered-section-list, #content article {
        margin-left: 5vw;
        margin-right: 5vw;
    }


    .banner-franja {
        left: 0px;
        right: 0px;
        margin-left: 7vw;
        margin-right: 7vw;
        top: 200px;
        height: 50px;
    }

}



 @media screen and (min-width: 480px) and (max-width: 1024px) {
    #content {
        font-size: 14px;
    }

        #content h1 {
            font-size: 18px;
        }

    }

    @media screen and (max-width: 480px) {

        .centered-section, .centered-section-list, #content article {
            margin-left: 5vw;
            margin-right: 5vw;
        }


        .centered-section {
            margin: 0 auto;
        }


        #content {
            font-size: 13px;
        }

            #content h1 {
                font-size: 17px;
            }

    }


