
/*@font-face {
    font-family: 'Roboto condensed';
    src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
    src: url('fonts/Roboto_Condensed/OpenSans-Regular.woff');
}*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,100,900);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,800);*/

.index {

}

.index .header.navbar{
    margin-bottom: 0px;
}

.index .title-container{
    background-color: #3399FF;
    padding-top: 15px;
    padding-bottom: 15px;
}

.index.MX .title-container {
    background-color: #088A08;
}

.index.ES .title-container {
    background-color: #F2F2F2;
}

.index.AP .title-container {
    background-color: #579a22;
}

.index .title-container .title{
    font-family: 'Roboto condensed', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    letter-spacing: -2px;
}

.index.AR .title-container .title{
    letter-spacing: normal;
}

.index.ES .title-container .title{
    color: #CC0000;
}

.index.AP .title-container .title{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
}

.index .title-container .title .highlight{
    color: #FFFF00;
}

.index.ES .title-container .title .highlight{
    color: #8E8E8E;
}

.index .subtitle {
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 1.5px;
    line-height: 24px;
}

.index.AP .subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: normal;
    line-height: normal;
}

.index .title-container .subtitle {
    text-align: center;
    color: #FFFFFF;
    background-color: transparent;
    margin-bottom: 20px;
}

.index.AR .title-container .subtitle {
    color: #0099FF;
    background-color: #FFFFFF;
    font-weight: 900;
    letter-spacing: normal;
}

.index.ES .title-container .subtitle {
    color: #696969;
}

.index .subtitle-container {
    background-color: #252A72;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.index.MX .subtitle-container{
    background-color: #CC0000;
}

.index .subtitle-container .subtitle {
    font-family: 'Roboto condensed', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.index.AP .subtitle-container .subtitle {
    font-family: 'Roboto', sans-serif;
}

.index .summary-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.index .summary-container .summary {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.index.AP .summary-container .summary {
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
}

.index.AP .summary-container .summary .title {
    font-size: 24px;
    font-weight: 700;
}

.index.AP .summary-container .summary ul {
    font-size: 24px;
    font-weight: 400;
    list-style: none;
    padding: 0;
}

.index .comments-container {
    
}

.index .comments-container .comments-wrapper{
    text-align: center;
}

.index .comments-container .comments-box {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.index .comments-container .comments-box:nth-of-type(odd){
    background-color: #F5F5F5;
}

.index .comments-container .comments-title {
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #579b22;
    margin-top: 15px;
}

.index.MX .comments-container .comments-title {
    color: #088A08;
}

.index.AP .comments-container .comments-title {
    font-family: 'Roboto', sans-serif;
}

.index .comments-container .comments {
    /*border: solid 1px #dce0e0;*/
    font-family: 'Roboto', sans-serif;
    color:#333333;
    vertical-align:top;
    font-weight:300;
    font-size:14px;
    text-align: center;
    margin: 20px 0px;
    line-height: 16pt;
}

.index.AP .comments-container .comments {
    font-weight: 400;
    font-size: 16px;
    line-height: 18pt;
}

.index .comments-container .cliente {
    text-align: center;
}

.index .comments-container .comments-other {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #333333;
    letter-spacing: -2px;
    text-align: right;
    padding-right: 0;
}

.index.AP .comments-container .comments-other {
    font-family: 'Roboto', sans-serif;
}

/* fix for help */

.index.help .comments-container .comment-column {
    padding-left: 0px;
    padding-right: 0px;
}

.index.help .comments-container .comment-column .comments-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

.index .paragraph-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    padding: 30px 0px;
    line-height: 15pt;
}

.index.AR .paragraph-container {
    font-family: 'Roboto', sans-serif;
}

.index.AP .paragraph-container p,
.index.AP .paragraph-container ul {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18pt;
}

.index.AP .subtitle-h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .index .title-container{
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .index .title-container .title{
        font-weight: 400;
        font-size: 56px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .index.AR .title-container .title{
        font-weight: 700;
        font-size: 58px;
        letter-spacing: normal;
    }

    .index .summary-container {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .index .summary-container .summary {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .index.AP .summary-container .summary .title {
        font-size: 36px;
        letter-spacing: normal;
    }
    
    .index.AP .summary-container .summary ul {
        font-size: 36px;
        letter-spacing: normals;
    }

    .index .comments-container {
        margin-top: 70px;
        background-color: #F5F5F5;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
    }

    .index.help .comments-container {
        margin-top: 0px;
    }

    .index .comments-container .comments-wrapper{
        padding-left: 0px;
        padding: 20px;
        border: solid 1px #dce0e0;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        text-align: left;
    }

    .index .comments-container .comments-box {
        display: block;
    }

    .index .comments-container .comments{
        text-align: left;
    }

    .index .comments-container .cliente img{
        float: right;
    }

    /* fix for help */

    .index.help .comments-container .comment-column {
        padding-right: 15px;
        padding-left: 15px;
    }

    .index .paragraph-container {
        padding: 30px 50px;
        border-bottom: #CCCCCC solid 1px;
        margin-bottom: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:  992px) {

    

}