@import url(https://fonts.googleapis.com/css?family=Asap:400,700italic,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

video {
    position: fixed;
    right: 0;
    bottom: 0;
    top: -6%;
    min-width: 100%;
    min-height: 106%;
    width: auto;
    height: auto;
    z-index: -100;
    background: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Asap', sans-serif
}

hr {
    border-color: #fff;
    border-width: 1px;
}

hr.light {
    border-color: #004b81;
}

a {
    color: #fff!important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #ccc!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Asap', sans-serif;
    font-weight: bold;
}
h1.estile{
    text-transform: lowercase;
}

h1.titulos-secciones{
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 1px 1px #333333;
    margin-bottom: 20px!important;
}
h1.ya{
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 1px 1px #333333;
    font-size: 6.0em!important;
    text-align: right;
}
p { 

    margin-bottom: 20px;
    font-size: 1.0em;
    line-height: 1.5;
}
p.aplica { 

    font-size: 1.0em;
    line-height: 1.1em;
}
.datosymca{
    padding: 5px 10px!important;
}
/* Home Page Carousel */

header.carousel {
    height: 75%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}


header.carousel .item .carousel-caption a{
    color: #fff!important;
}
header.carousel .item .carousel-caption a:hover{
    color: #ccc!important;
}
header.carousel .fill {
    width: 100%;
    height: 100%;    
    background-position: center;
    background-size: cover;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 999;
}


header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

header .header-idiomas {
    margin-top: 50px;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 999;
}
header .header-idiomas .header-content-idiomas{
    width: 100%!important;
}
header .header-idiomas .header-content-idiomas h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5.0em!important;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-idiomas .header-content-idiomas p {
   
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}



header .summer-camp {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 999;
}

header .summer-camp .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .summer-camp .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}
@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 92%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    header .header-idiomas {
        position: absolute;
        top: 50%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-idiomas .header-content-idiomas h1 {
        top: 50px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 700;
    }

    header .header-idiomas .header-content-idiomas p {
       
        font-size: 16px;
        font-weight: 300;
        color: rgba(255,255,255,.7);
    }

    header .summer-camp {
        position: absolute;
        top: 70%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .summer-camp .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .summer-camp .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
@media(max-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 94%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    header .header-idiomas {
        position: absolute;
        top: 50%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-idiomas .header-content-idiomas h1 {
        top: 50px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 60px;
        text-transform: uppercase;
        font-weight: 700;
    }

    header .summer-camp {
        position: absolute;
        top: 50%;
        padding: 0!important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .summer-camp .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .summer-camp .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.bg-primary {
    background-color: #004b81;
}
.bg-summer {    
    min-height: auto;    
    color: #fff;
    background: #b10a20;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-pasantia {
    padding: 10px auto!important;
    min-height: auto;    
    color: #fff;
    background: #4d125c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.leer-mas{
    position: relative;
    left: 20px;
    top: 80%;
    z-index: 1;
}

.bg-summer-foto-1 {
   
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
}
@media(max-width:480px) {
    .bg-summer-foto-1{
        background: url(../img/foto1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-2 {
    padding-top: 130px!important;    
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/foto2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-2{
        background: url(../img/foto2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-3{
        background: url(../img/foto3-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/foto4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-4{
        background: url(../img/foto4-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto5.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-5{
        background: url(../img/foto5-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/foto6.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-6{
        background: url(../img/foto6-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-7 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto7.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-7{
        background: url(../img/foto7.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-8 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto8.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-8{
        background: url(../img/foto8.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-summer-foto-9 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/foto9.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-summer-foto-9{
        background: url(../img/foto9.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
/*fotos summer*/
.bg-camper-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/fotocamper1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-1{
        background: url(../img/fotocamper1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-camper-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fotocamper2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-2{
        background: url(../img/fotocamper2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-camper-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;   
    color: #fff;
    background: url(../img/fotocamper3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-3{
        background: url(../img/fotocamper3.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-camper-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;   
    color: #fff;
    background: url(../img/fotocamper4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-4{
        background: url(../img/fotocamper4.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-camper-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;   
    color: #fff;
    background: url(../img/fotocamper5.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-5{
        background: url(../img/fotocamper5-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-camper-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;   
    color: #fff;
    background: url(../img/fotocamper6.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-camper-foto-6{
        background: url(../img/fotocamper6-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
/**/
.bg-travel-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/fototravel1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-travel-foto-1{
        background: url(../img/fototravel1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-travel-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fototravel2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-travel-foto-2{
        background: url(../img/fototravel2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-travel-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;
    color: #fff;
    background: url(../img/fototravel3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-travel-foto-3{
        background: url(../img/fototravel3-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-travel-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fototravel4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-travel-foto-4{
        background: url(../img/fototravel4-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
/**/
.bg-study-foto-1 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #fff;
    background: url(../img/workstudy1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-1{
        background: url(../img/workstudy1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-study-foto-2 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #234e6c;
    background: url(../img/workstudy2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-2{
        background: url(../img/workstudy2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-study-foto-3 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #fff!important;
    background: url(../img/workstudy3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-3{
        background: url(../img/workstudy3-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

.bg-study-foto-4 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #234e6c;
    background: url(../img/workstudy4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-4{
        background: url(../img/workstudy4-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-study-foto-5 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #fff!important;
    background: url(../img/workstudy5.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-5{
        background: url(../img/workstudy5-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-study-foto-6 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #234e6c!important;
    background: url(../img/workstudy6.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-6{
        background: url(../img/workstudy6-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-study-foto-7 {    
    padding-top: 120px!important;
    min-height: 100%;
    color: #fff!important;
    background: url(../img/workstudy7.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-study-foto-7{
        background: url(../img/workstudy7-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
/**/
.bg-idioma-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/fotoidioma1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-idioma-foto-1{
        background: url(../img/fotoidioma1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-idioma-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fotoidioma2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-idioma-foto-2{
        background: url(../img/fotoidioma2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-idioma-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;
    color: #fff;
    background: url(../img/fotoidioma3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-idioma-foto-3{
        background: url(../img/fotoidioma3-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-idioma-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fotoidioma4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-idioma-foto-4{
        background: url(../img/fotoidioma4-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-pasantia-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/fotopasantia1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-pasantia-foto-1{
        background: url(../img/fotopasantia1-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-pasantia-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fotopasantia2.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-pasantia-foto-2{
        background: url(../img/fotopasantia2-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-pasantia-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/fotopasantia3.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-pasantia-foto-3{
        background: url(../img/fotopasantia3-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-pasantia-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #234e6c;
    background: url(../img/fotopasantia4.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-pasantia-foto-4{
        background: url(../img/fotopasantia4-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff!important;
    background: url(../img/idioma-ingles-Ingles-General.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-1{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Ingles-General-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Ingles-Tecnico.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-2{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Ingles-Tecnico-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Business-English.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-3{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Business-English-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Ingles-Actividades.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-4{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Ingles-Actividades-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Examenes-Internacionales.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-5{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Examenes-Internacionales-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Juniors.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-6{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Juniors-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-7 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Teachers-Tranning.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-7{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Teachers-Tranning-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-ingles-foto-8 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-ingles-Ingles-50.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-ingles-foto-8{
        padding-top: 0px!important;
        background: url(../img/idioma-ingles-Ingles-50-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Frances-General.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-1{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Frances-General-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Frances-Tecnico.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-2{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Frances-Tecnico-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Frances-Negocios.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-3{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Frances-Negocios-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Frances-Actividades.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-4{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Frances-Actividades-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Examenes-Internacionales.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-5{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Examenes-Internacionales-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Juniors.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-6{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Juniors-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-7 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Profesorado-Lengua-Francesa.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-7{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Profesorado-Lengua-Francesa-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-frances-foto-8 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-frances-Frances-50.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-frances-foto-8{
        padding-top: 0px!important;
        background: url(../img/idioma-frances-Frances-50-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-General.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-1{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-General-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-Tecnico.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-2{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-Tecnico-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-Negocios.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-3{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-Negocios-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-Actividades.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-4{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-Actividades-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Examenes-Internacionales-Italiano.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-5{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Examenes-Internacionales-Italiano-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-Juniors.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-6{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-Juniors-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-7 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Profesorado-Italiano.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-7{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Profesorado-Italiano-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-italiano-foto-8 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-italiano-Italiano-40-50.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-italiano-foto-8{
        padding-top: 0px!important;
        background: url(../img/idioma-italiano-Italiano-40-50-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-1 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Aleman-General.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-1{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Aleman-General-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-2 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Aleman-Tecnico.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-2{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Aleman-Tecnico-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-3 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Aleman-para-Negocios.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-3{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Aleman-para-Negocios-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-4 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Aleman-Actividades.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-4{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Aleman-Actividades-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-5 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Examenes-Internacionales.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-5{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Examenes-Internacionales-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-6 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Juniors.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-6{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Juniors-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-7 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Profesorado-Lengua-alemana.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-7{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Profesorado-Lengua-alemana-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}
.bg-aleman-foto-8 {    
    padding-top: 130px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/idioma-aleman-Aleman-30-40-50.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
    .bg-aleman-foto-8{
        padding-top: 0px!important;
        background: url(../img/idioma-aleman-Aleman-30-40-50-responsive.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

/*summer*/
.text-faded {
    color: rgba(255,255,255,.9);
}
.text-faded-1 {
    font-style: italic!important;
    font-size: 0.9em!important;
}
.aporte-size{
    font-size: 0.87em!important;
}
.text-azul {
    color: #234e6c;
}

section {
    padding: 100px 0;
}
.nopadding{
    padding: 0!important
}
aside {
    padding: 50px 0;
}
.container-menu{
    width: 70%;
    margin: 0 auto;
}
@media(max-width:480px) {
    .container-menu{
        width: 90%!important;
        margin: 0 auto;
    }
    header{
        width: 100%!important;
    }
    header .header-content {
        width: 100%!important;
        position: absolute;
        top: 65%!important;
        padding: 0 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn {
        font-size: 1.2em!important;
       
    }
    .btn-xl {
        padding: 10px!important;
    }
    .btn-summer {
        width: 100%;
        background: rgba(193,0,33,0.7)!important;
        color: #fff!important;
        padding: 12px 0!important;
        margin: 1px auto;
        border-radius: 10px!important;   
    }

    .btn-campers {
        width: 100%;   
        background: rgba(5,142,53,0.8)!important;    
        color: #fff!important;
        padding: 12px 0!important;
        margin: 1px auto;  
        border-radius: 10px!important;
    }

    .btn-travel{
        width: 100%;
        background: rgba(0,76,128,0.8)!important;
        color: #fff!important;
        padding: 12px 0!important;
        margin: 1px auto;
        border-radius: 10px!important;   
    }

    .btn-pasantia{
        width: 100%;
        background: rgba(78,18,92,0.8)!important;
        color: #fff!important;
        padding: 2px 0!important;
        margin: 1px auto;
        border-radius: 10px!important;

    }

    .btn-study{
        width: 100%;
        background: rgba(66,55,62,0.8)!important;
        color: #fff!important;
        padding: 12px 0!important;
        margin: 1px auto;
        border-radius: 10px!important;
    }

    .btn-idiomas{
        width: 100%;
        background: rgba(255,126,0,0.8)!important;
        color: #fff!important;
        padding: 12px 0!important;
        margin: 1px auto;
        border-radius: 10px!important;  
    }

    .btn-aplica-ya {
        width: 100%;
        background: #d32c1f!important;
        border: 2px solid #fff!important;
        color: #fff!important;
        padding: 12px 0!important;
        margin: 2px auto; 
        display: inline-block!important;
        border-radius: 10px!important;    
    }
    
}
.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: transparent!important;
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: rgba(0,0,0,0,6);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    color: #004b81;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #004b81;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff;
    background: rgba(0,0,0,0.4);
    border-radius: 10px!important;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  
}
@media(max-width:768px) {
    .navbar-default {
        background-color: rgba(0,0,0,.7);
        height: 60px;
        border: none;
    }
    .navbar-default .navbar-header .navbar-brand {
        width: 180px;
        height: 42px;
        background: url(../img/bold.svg) no-repeat;
        background-size: cover!important;
        margin: 5px;
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,1);
        background-color: rgba(0,0,0,.9);
        padding: 10px 15px;
        margin: 10px auto;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
        background-color: rgba(0,0,0,9);
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        background-color: rgba(0,0,0,9);
        border: none;
        margin: 0;
        padding: 0;


    }

    .navbar-default .nav > li.active>a,
    .navbar-default .nav>li.active>a:focus {
        color: #fff;
        background: rgba(0,0,0,0.8);
        border-radius: 10px!important;
    }

    .navbar-default .nav > li.active>a:hover,
    .navbar-default .nav>li.active>a:focus:hover {
        background: rgba(0,0,0,0.8);
    }   
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-size: 16px;
        color: #fff;
        background: rgba(0,0,0,0.6)!important;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: rgba(0,0,0,0.5);
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
      }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        font-size: 16px;
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
    }
}
@media(min-width:768px) {
    .navbar-default {
        background-color: rgba(0,0,0,0);
        
    }

    .navbar-default .navbar-header .navbar-brand {
        width: 216px;
        height: 51px;
        background: url(../img/bold.svg) no-repeat;
        background-size: cover;
        margin: 10px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,1);
        padding: 10px 10px;
        margin: 20px auto;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: rgba(0,0,0,0.3);
    }

    .navbar-default.affix .portada{
        
        border-top: 5px solid #008abd!important; 
    }
    .navbar-default.affix .summer{
        
        border-top: 5px solid #c10021!important; 
    }
    .navbar-default.affix .campers{
        
        border-top: 5px solid #058e35!important; 
    }
    .navbar-default.affix .travel{
        
        border-top: 5px solid #004c80!important; 
    }
    .navbar-default.affix .pasantia{
        
        border-top: 5px solid #4e125c!important; 
    }
    .navbar-default.affix .idiomas{
        
        border-top: 5px solid #ff7e00!important; 
    }
    .navbar-default.affix .study{
        
        border-top: 5px solid #42373e!important; 
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        width: 144px;
        height: 34px;
        background: url(../img/bold.svg) no-repeat;
        background-size: cover;
        margin: 10px 0;
    }

    

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
        padding: 15px 10px;
        margin: 5px auto;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #fff;
        background: rgba(0,0,0,0.3);
        border-radius: 10px!important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        font-size: 14px;
        background: transparent!important;
        border: none;


    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        background: rgba(0,0,0,0.6)!important;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: rgba(0,0,0,0.3);
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
      .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
      }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff!important;
        background:  rgba(0,0,0,0.8)!important;
    }
}

.idiomabg {  
    background:url(../img/idiomabg.jpg);
   
    
    
}
.aplica-fondo-ymca {  
    background:url(../img/aplica.jpg);
   
    
    
}
.nosotros-ymca {   
    background: url(../img/nosotros.jpg) center center no-repeat;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.nosotros-ymca-1 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/nosotros1.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.nosotros-ymca-2 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/nosotros2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.nosotros-ymca-3 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/nosotros3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.nosotros-ymca-4 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/nosotros4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.voluntariado {   
    background: url(../img/mosaic.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;  
}
.voluntariado-ymca {   
    background: url(../img/voluntariado.jpg) center center no-repeat;   
}
.voluntariado-ymca-1 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/voluntariado1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.voluntariado-ymca-2 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/voluntariado2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.voluntariado-ymca-3 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/voluntariado3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.voluntariado-ymca-4 {
    padding-top: 120px!important;
    min-height: 100%;    
    color: #fff;
    background: url(../img/voluntariado4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(149,0,95,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #004b81;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-2 > [class*=col-] {
    padding: 5px;
}
.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border-radius: 10px!important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #004b81;
    color: #fff;
    background-color: #004b81;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #e31e24;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #004b81;
    background-color: #004b81;
}

.btn-primary .badge {
    color: #004b81;
    background-color: #fff;
}

.btn {
    border: 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.3em;
   
}

.btn-xl {
    padding: 20px;
}
.btn-summer {
    width: 100%;
    background: rgba(193,0,33,0.7)!important;
    color: #fff!important;
    padding: 25px 0;
    margin: 1px auto;
    border-radius: 10px!important;
   
}
.btn-summer:hover {
    background: #E51C4C!important; 
    color: #fff!important;

}
.summer-scroll-bg:focus{
    background: rgba(193,0,33,0.7)!important;
}
.btn-campers {
    width: 100%;   
    background: rgba(5,142,53,0.8)!important;    
    color: #fff!important;
    padding: 25px 0;
    margin: 1px auto;
    border-radius: 10px!important;
    
}
.btn-campers:hover {
    background: #328a13!important;
    color: #fff!important;
}
.campers-scroll-bg:focus{
    background: rgba(5,142,53,0.8)!important;
}

.btn-travel{
    width: 100%;
    background: rgba(0,76,128,0.8)!important;
    color: #fff!important;
    padding: 25px 0;
    margin: 1px auto;
    border-radius: 10px!important;
    
}
.btn-travel:hover{
    background: #1d72af!important; 
    color: #fff!important;
}
.travel-scroll-bg:focus{
    background: rgba(0,76,128,0.8)!important;
}

.btn-pasantia{
    width: 100%;
    background: rgba(78,18,92,0.8)!important;
    color: #fff!important;
    padding: 13px 0 14px 0;
    margin: 1px auto;
    line-height: 24px;
    border-radius: 10px!important;
    
}
.btn-pasantia:hover{
    background: #4e125c!important; 
    color: #fff!important;
}
.pasantia-scroll-bg:focus{
    background: rgba(78,18,92,0.8)!important;
}
.btn-study{
    width: 100%;
    background: rgba(66,55,62,0.8)!important;
    color: #fff!important;
    padding: 25px 0;
    margin: 1px auto;
    border-radius: 10px!important;
    
}
.btn-study:hover{
    background: #42373e!important; 
    color: #fff!important;
}
.study-scroll-bg:focus{
    background: rgba(66,55,62,0.9)!important;
}
.btn-idiomas{
    width: 100%;
    background: rgba(255,126,0,0.8)!important;
    color: #fff!important;
    padding: 25px 0;
    margin: 1px auto;
    border-radius: 10px!important;
    
}
.btn-idiomas:hover{
    background: #ff7e00!important; 
    color: #fff!important;
}

.btn-aplica-ya {
    width: 100%;
    background: #d32c1f!important;
    border: 2px solid #fff!important;
    color: #fff!important;
    padding: 12px 0!important;
    margin: 2px auto;
    display: none;
    border-radius: 10px!important;       
}
.btn-aplica-ya-ymca {
    width: 100%;
    background: #d32c1f!important;
    border: 2px solid #fff!important;
    color: #fff!important;
    padding: 12px 0!important;
    margin: 2px auto;
    border-radius: 10px!important;
          
}
::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

a.link-summercamp{
    font-size: 24px!important;
    color: #fff!important;
    font-weight: 400!important;
}

.summer-foto1 {
    
    
    
    text-align: center;
    color: #fff;
    background: url(../img/foto1-summer.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 25px;
    padding: 0;   
    font-size: 4em;
    color: #fff;    
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
@media(max-width:480px) {
    .btn-circle{
        font-size: 3em!important;
    }
}
.btn-section{
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-section:hover,
.btn-section:focus {
    width: 15px!important;
    height: 15px!important;
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.7);
}

.btn-azul{
    border: 2px solid #234e6c!important;
    color: #234e6c!important;
}
.btn-grey{
    border: 2px solid #777!important;
    color: #777!important;
}
.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;

}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.recuadro-rojo-ymca{
    background: rgba(193,0,33,0.7)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-rojo-ymca{
        background: rgba(193,0,33,0.0)!important;
    }
}
.recuadro-blanco-ymca{
    background: rgba(255,255,255,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-blanco-ymca{
        background: rgba(255,255,255,0.0)!important;
    }
}
.recuadro-verde-ymca{
    background: rgba(5,142,53,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-verde-ymca{
        background: rgba(5,142,53,0.0)!important;
    }
}
.recuadro-azul-ymca{
    background: rgba(0,76,128,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-azul-ymca{
        background: rgba(0,76,128,0.0)!important;
    }
}
.recuadro-lila-ymca{
    background: rgba(66,55,62,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-lila-ymca{
        background: rgba(66,55,62,0.0)!important;
    }
}
.recuadro-violeta-ymca{
    background: rgba(78,18,92,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-violeta-ymca{
        background: rgba(78,18,92,0.0)!important;
    }
}
.recuadro-naranja-ymca{
    background: rgba(255,126,0,0.8)!important;
    padding: 10px 20px!important;
}
@media(max-width:480px) {
    .recuadro-naranja-ymca{
        background: rgba(255,126,0,0.0)!important;
    }
}
/*redes etc etc*/
footer {
    color: #fff;
    background: #004b81;
}

footer h3 {
    margin-bottom: 10px;
}

footer .footer-above {
    padding-top: 10px;
    background-color: #008abd;
}

footer .footer-col {
    margin-bottom: 10px;
}

footer .footer-below {
    border-top: 2px solid #fff;
    padding: 10px 0;
    background-color: #232323;
    text-align: center!important;
}


#portfolio {

    margin: 0!important;
    padding: 0!important;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0!important;
    padding: 0!important;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #004b81;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;

}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
    color: #fff!important
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;

}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #f2ffbf;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
    color: #fff!important;
}

.floating-label-form-group-with-focus label {
    color: #fff;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #f2ffbf;
}

.panel{
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border: 1px dashed #fff;
    height: auto;
}
.btn-social {
    display: inline-block;
    margin: 2px!important;
    padding: 0!important;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}
#portfolio {

    margin: 0!important;
    padding: 0!important;
    padding-top: 78px!important;
}


.modal-body{
    text-align: left!important;

}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../img/actividades.jpg) !important;
    color: #fff!important;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
ul.list-inline li{
    margin: 0!important;
    padding: 0!important;
}
.facebook{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/facebook.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}

.twitter{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/twitter.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}

.googleplus{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/google.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}

.instagram{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/instagram.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.pinterest{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/pinterest.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.youtube{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/youtube.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.wordpress{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/wordpress.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.skype{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/skype.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.snap{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/snap.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.whatsapp{
    width: 40px;
    height: 40px;
    margin: 5px;   
    background: url(../img/whatsapp.svg) no-repeat;
    border: 0;
   
    outline: none;    
    transition: all 0.5s ease;
}
.contacto-bold-portada{
    background: #c10021;
    height: 600px;
}
.contacto-ymca-inicio{
    margin: 5px;
    background: rgba(0,0,0,0.1);
    height: 370px;
    
}
.contacto-ymca-inicio p{
    color: #fff;
    padding:0 10px!important;
    margin: 5px auto!important;
}
.contacto-ymca-inicio p i{
    font-size: 1.7em!important;
}
.aplica-boton{
    z-index: 9999;
    width: 150px;
    height: 150px;
    top: 20px;
    right: 50px;
    background: url(../img/aplicar.png) no-repeat;
    position: fixed;
    display: inline-block;
}
@media(max-width:768px) {
    .aplica-boton{
        display: none;
    }

}
.paginas-ymca-section{
     
    z-index: 9999;
    width: 35px;
    height: auto;
    top: 25%;
    left: 30px;
    position: fixed;
    display: inline-block;
}

@media(max-width:768px) {
    .paginas-ymca-section{
        display: none;
    }

}
.paginas-ymca-section-summer{
    z-index: 999;
    width: 25px;
    height: 400px;
    top: 30%;
    left: 30px;
    position: fixed;
    display: inline-block;
}
@media(max-width:768px) {
    .paginas-ymca-section-summer{
        display: none;
    }

}
.ocultar-slide{
    
    display: none;
}
@media(max-width:768px) {
    .ocultar-slide{
        display: inline-block;
    }

}
.social-text{
    font-family: 'Fjalla One', sans-serif;
}
.item-idiomas{
    margin: 10px!important;
}
@media(max-width:480px) {
    .item-idiomas{
        margin: 3px 0!important;
    }
    .item-idiomas .idiomas-btn .btn-name{
       
        font-size: 1.3em!important;
        font-family: 'PT Sans Narrow', sans-serif;
        width: 100%;
       
    }

    header .header-idiomas  {
        top: 37%!important;
        
    }
    .bold-titulo{

        margin-top: 0!important;
    }
}
a.idiomas-btn {
    position: relative;
    text-decoration: none;
}


.item-idiomas .idiomas-btn .btn-name{
    padding: 5px 10px 5px 20px;
    text-align: left;
    font-size: 1.5em;
    font-family: 'PT Sans Narrow', sans-serif;
    width: 100%;
    background: rgba(255, 126, 0, 0.9) !important;
    border-radius: 10px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.cls{
    clear: both;
}
.item-idiomas:hover .idiomas-btn .btn-name{    
    background: #00afef !important;
    color: #fff;
    
}


.datos-formulario{
  height: auto;
  margin: 20px 0;
  position: relative;
  color: #fff;
}

a.cerrar{
  text-align: center;
  background: rgba(251, 219, 1,0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: arial;
  font-weight: normal;
  padding: 8px;
  font-size: 25px;
  color: #fff;
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 99;
}
a.cerrar:hover{
  cursor: pointer;
  color: #2d2d2d;
  background: rgba(251, 219, 1,1);
}

.bg-ingles{
    background: url(../img/ingles-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center!important;
    color: #fff!important;
}
p.titulo-destino{
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #fff!important;
    font-weight: 500;
    background: #11476d;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.bold-titulo{
    margin-top: 100px!important;
}
.btn-quiero{
    background: #d32c1f;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 20px;
    border:none;
    border-radius: 10px;
    border: 2px solid #fff!important;
    margin-top: 20px!important;
}