#box-3{
    margin-top: 4%;
}

.box{
    position: relative;
    margin-top: 2em;
}
.rows .box{
    margin-top: 4%;
}
.rows .box:first-child{
    margin-top: 0em;
}
.box-content{
    position: absolute;
    top: 0px;
    width: 94%;
    height: 100%;
    padding-left: 4%;
}
.box .type{
    margin-left: -5.5%;
    margin-top: 1%;
    margin-bottom: 2px;
}
.box .type img{
    display: block;
    width: 1.2%;
    height: auto;
}
.box .type span{
    padding-left: 5.5%;
    padding-right: 1em;
    font-family: SohoStd-Light;
    display: inline-block;
    font-size: 1.3em;
    color: white;
}
.box .title{
    font-family: DINRoundPro-Light;
    font-size: 2.5em;
    line-height: 1.2em;
    color: white;
    margin-left: -15px;
}
.rows .box .title{
    font-size: 1.5em;
}
.rows .box .title span {
    font-size: 0.7em;
    line-height: 0.7em;
}
.box .text{
    font-size: 3em;
    color: white;
    padding-left: 0px;
    line-height: 1.2em;
    z-index: 1;
    position: relative;
}
.rows .box .text{
    font-size: 1.3em;
}
.box .marcaAgua{
    bottom: 0px;
    right: 6%;
    margin-bottom: 2%;
    position: absolute;
    width: 10%;
    text-align: right;
}
/*#box-0 .marcaAgua{
    right: 3%;
    width: 5%;
}*/
#box-0 .title{
    margin-bottom: 2%;
}
.box .marcaAgua img{
    /*width: 6em;*/
    width: 100%;
    height: auto;
}
.box .footerBox{
    bottom: 0px;
    position: absolute;
    margin-bottom: 0;
    color: white;
    font-family: PlantIta;
    font-size: 1.5em;
}
.box .text{
    max-width: 90%;
}
.box .type{
    max-width: 90%;
}
@media (min-width: 100px){
    .rows .box .text.visibilidad1{
        display:none;
    }
    .rows .box .text.visibilidad2{
        display:none;
    }
    .rows .box .text.visibilidad3{
        display:block;
    }
}
@media (max-width: 450px) {
    .box .type span{
        font-size: 0.9em;
    }
    .box .title, .rows .box .title{
        font-size: 1.2em;
    }
    .box .text, .rows .box .text{
        font-size: 0.9em;
    }
    .box .footerBox{
        font-size: 0.8em
    }
    .navbar-header .navbar-brand{
        margin-top: 4%;
    }
    #box-0 .title{
        margin-bottom: 0px;
    }

}

@media (max-width: 767px){
    #box-0 .marcaAgua{
        right: 6%;
        width: 10%;
    }

}
@media (min-width: 450px) {
    .box .title{
        font-size: 2.3em;
    }
    .col-sm-6 .title{
        font-size: 3em;
    }
    .rows .box .title{
        font-size: 2em;
    }
    .box .text{
        font-size: 1.6em;
    }
    .rows .box .text{
        font-size: 1.3em;
    }
    .box .footerBox{
        font-size: 1.2em
    }

}
@media (min-width: 490px) {
    .rows .box .text.visibilidad1{
        display:block;
    }
    .rows .box .text.visibilidad2{
        display:none;
    }
    .rows .box .text.visibilidad3{
        display:none;
    }

}
@media (min-width: 768px) { 
    .navbar-nav>li>a {
        font-size: 0.9em;
        padding: 0.5em 0.3em;
    }
    .box{
        margin-top: 1.4em;
    }
    .iconRight{
        width: 6em;
    }
    .box .title{
        font-size: 2em;
    }
    .rows .box .title{
        font-size: 1.5em;
    }
    .box .text{
        font-size: 2em;
    }
    .rows .box .text{
        font-size: 0.9em;
    }
    .box .footerBox{
        font-size: 0.9em
    }
    #box-0 .title{
        margin-top: 5%;
        font-size: 3em;
    }
    .rows .box .text.visibilidad1{
        display:none;
    }
    .rows .box .text.visibilidad2{
        display:block;
    }
    .rows .box .text.visibilidad3{
        display:none;
    }
}
@media (min-width: 992px ) { 
    #box-0 .title{
        font-size: 4em;
    }

    .navbar-nav>li>a {
        font-size: 0.9em;
        padding: 0.5em 0.5em;
    }
    .box{
        margin-top: 1.8em;
    }
    .iconRight{
        width: 7em;
    }
    .box .title{
        font-size: 3em;
    }
    .rows .box .title{
        font-size: 2em;
        line-height: 38px;
    }
    .box .text{
        font-size: 2.5em;
    }
    .rows .box .text{
        font-size: 1.2em;
    }
    .rows .box .text.visibilidad1{
        display:none;
    }
    .rows .box .text.visibilidad2{
        display:block;
    }
    .rows .box .text.visibilidad3{
        display:none;
    }
    .box .footerBox{
        font-size: 1.2em
    }
}
@media (min-width: 1200px ) {
    .navbar-nav>li>a {
        padding: 0.5em 0.5em;
        font-size: 0.9em;
    }
    .box{
        margin-top: 2em;
    }
    .iconRight{
        width: 7em;
    }
    .box .title{
        font-size: 3.5em;
    }
    .rows .box .title{
        font-size: 2.5em;
        line-height: 41px;
    }
    .box .text{
        font-size: 3em;
    }
    .rows .box .text{
        font-size: 1.3em;
    }
    .box .footerBox{
        font-size: 1.5em
    }
    .rows .box .text.visibilidad1{
        display:block;
    }
    .rows .box .text.visibilidad2{
        display:none;
    }
    .rows .box .text.visibilidad3{
        display:none;
    }
}

/*jorgalga's css*/
.background_purple{
background-color: #c4106a;

}

.background_cyan{
background-color: #00c6e0;
}

.background_greeny{
background-color: #2cbd00;
}

.rows .box .title.letrapeque{font-size: 2em;}