/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#sliderHome .mejs-controls{display: none !important;}
.wp-video{
    max-height: 1020px !important;
    overflow: hidden;
    margin: auto;
}
.carousel-control.left, .carousel-control.right{
    background: #353535;
    background: rgba(53,53,53,0.4);
    
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
    display: none;
}

.carousel-control{
    text-shadow: none;
    opacity: 1;
    width: 42px;
    height: 63px;
    bottom: 0;
    top: 41%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.carousel-control span.glyphicon {
    font-size: 59px;
    height: 63px;
}
.left.carousel-control{
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius:  0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    border-right: 2px solid #fff;
}
.right.carousel-control{
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius:  8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    border-left: 2px solid #fff;
}

.carousel-control .glyphicon{
    right: 0;
    margin: auto;
    text-align: center;
    top: -1px;
    width: 36px;
}

.carousel-control .glyphicon.glyphicon-chevron-left{
    left: -10px;
}

#sliderHome .carousel-caption {
    left: 0;
    text-shadow: none;
    width: 100%;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #d4451d;
    background: rgba(212, 69,29,0.6);
}
    
#sliderHome .carousel-caption h2 {
    font-family: 'andablack', arial, sans-serif;
    line-height: 78px;
    text-shadow: none;
    font-size: 66px;
    margin: 0;
}

#sliderHome .carousel-caption h3{
    font-family: 'andabook', arial, sans-serif;
    line-height: 32px;
    text-shadow: none;
    font-size: 27px;
    margin: 0;
}

/*--------------------------------------------------------------
# /// Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# SLOGAN
--------------------------------------------------------------*/

.content-home-hero {
    max-width:  650px;
    margin: 37px auto;
}

    
.content-home-hero h2, .content-home-hero h3, .content-home-title-blog h2, .content-home-title-blog h3, .content-home-title-exper h2, .content-home-title-exper h3{
     color:#fff;
}

.content-home-hero h2, .content-home-title-blog h2, .content-home-title-exper h2{
    font-family: 'andablack', arial, sans-serif;
    line-height: 34px;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 auto;
}

.content-home-hero hr, .content-home-title-blog hr, .post-featured-content hr, .content-home-title-exper hr, .post-featured-content-single hr{
    border: none;
    height: 2px;
    width: 50px;
}

.content-home-hero h3, .content-home-title-blog h3, .content-home-title-exper h3{
    font-family: 'andabook', arial, sans-serif;
    line-height: 26px;
    font-size: 19px;
}

.content-home-hero h3 span{
    font-family: 'andasemibold', arial, sans-serif;
}

/*--------------------------------------------------------------
# //// SLOGAN
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Extracto BLOG
--------------------------------------------------------------*/

.bg-full-content-home-title-blog{
    padding: 30px 0;
    position: relative;
}

.bg-full-content-home-title-blog:after{
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 5;
    bottom: -13px;
    left: 48%;
    top: auto;
}
.content-home-title-blog hr{
    background: #1e1e1e;
}

.row-home-blog{
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
}

.row-home-blog .row-fluid.col-sm-6{
    padding: 0;
}

.post-featured{
    position: relative;
    padding: 0;
    margin: 0;
}

.post-featured-wrapper, .expe-featured-content {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #353535;
    background: rgba(53,53,53,0.47);
    color: #fff;
      -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
}

.post-featured-wrapper:hover, .expe-featured-content:hover{
    background: rgba(212, 69,29,0.67);
}

.post-featured-content{
    margin: 19% auto 0;
    max-width: 320px;
}

.post-featured-wrapper-big h2, .post-featured-content h3, .post-featured-content-single h3{
    font-family: 'andabold', arial, sans-serif;
    text-transform: uppercase;
}

.post-featured-content h2, .post-featured-content-single h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 550px;
    margin: auto;
}

.post-featured-content h3, .post-featured-content-single h3{
    font-size: 24px;
    line-height: 30px;
}

.post-featured-content hr, .post-featured-content-single hr{background: #fff;}

.post-featured-content h2 a, .post-featured-content h3 a, .expe-featured-content h3 a, .post-featured-content-single h3 a{color: #fff;}

.post-featured-content p{
    font-family: 'andabook', arial, sans-serif;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 25px;
}

.panelToggle{
    display:none;
    max-width: 500px;
    margin: 0 auto 30px;
}
.content-ver-todos {
    text-align: center;
    padding: 12px 10px;
}

.content-ver-todos a:hover{color: #111 !important;}

/*--------------------------------------------------------------
# //// Extracto BLOG
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Extracto Experiencias
--------------------------------------------------------------*/

.content-home-title-exper{
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-home-title-exper hr{background: #fff;}
.row-home-expe{
    margin: 0;
    padding: 0;
}

.wrapper-expe-featured-small .col-xs-6:first-child{
    padding-right: 7.5px;
}

.wrapper-expe-featured-small .col-xs-6:last-child{
    padding-left: 7.5px;
}

.expe-featured-content{
    left: 0;
}
.expe-featured-small {
    margin: 41% auto 0;
    max-width: 140px;
}

.expe-featured-big{
    margin: 22% auto 0;
}

.expe-featured-big.col-1{margin:15% auto 0;}

.expe-featured-content h3{
    font-family: 'andabold', arial, sans-serif;
    line-height: 21px;
    font-size: 17px;
    text-transform: uppercase;
}

.post-tags p, .post-tags p a{
    color: #ffffff;
    font-family: 'andabook', arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.post-tags p{
    margin-bottom: 45px;
}

.col-sm-6.wrapper-expe-featured-small{
    padding: 0
}

/* DESKTOP */

.tagged-posts {
    max-width: 1280px;
    margin: 0 auto 50px;
}
.tagged-posts .row > .col-sm-3.posts-5:first-child {
    width: 50%;
}

.tagged-posts .col-sm-6.col-1{
    padding: 0 7.5px 0 0;
}

.tagged-posts .col-sm-6.col-2, .tagged-posts .col-sm-6.col-3{
    padding: 0 0 0 7.5px;
    margin-bottom: 15px;
}

.tagged-posts .col-sm-6.col-2 .col-sm-6:first-child {
    padding: 0 7.5px 0 0;
}
.tagged-posts .col-sm-6.col-2 .col-sm-6:last-child {
    padding: 0 0 0 7.5px;
}


/* ///DESKTOP */


/*--------------------------------------------------------------
# //// Extracto Experiencias
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.content-instagram {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}

h2.title-instagram {
    background: url(../images/icon-instagram-color.png) 0 0 no-repeat;
    font-family: 'andablack', arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    background-size: 28px;
    padding-left: 37px;
    min-height: 40px;
    padding-top: 5px;
    margin: 21px auto 15px;
    max-width: 290px;
}

h2.title-instagram span{
    font-family: 'andabook', arial, sans-serif;
}

/*--------------------------------------------------------------
# //// Instagram
--------------------------------------------------------------*/


@media (max-width: 767px){
    .content-home-hero {
        margin: 23px auto;
    } 
    
    .content-home-hero h2, .content-home-title-blog h2, .content-home-title-exper h2{
        margin: 20px auto 30px;
    }
    
    .tagged-posts .col-xs-12.col-sm-6, .wrapper-expe-featured-small .col-xs-6, .row-fluid.row-home-expe .col-xs-12.col-sm-6 img{
        margin-bottom: 15px;
        position: relative;
    }
    .content-instagram {
        padding-top: 12px;
        padding-bottom: 30px;
    }
    .post-featured-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: 23% auto 0;
    }    
}

@media (max-width: 520px){
    
    #sliderHome .carousel-caption h2 {
        line-height: 70px;
        font-size: 54px;
    }
    #sliderHome .carousel-caption h3 {
        line-height: 26px;
        font-size: 24px;
    }
    
    .content-home-hero h2, .content-home-title-blog h2, .content-home-title-exper h2{
        max-width: 225px;
        margin: 10px auto;
    }
    .post-featured-content {
        max-width: 320px;
    }
    
    .post-featured-content {
        bottom: 19px;
        top: initial;
    }
    .post-featured-content h3 {
        font-size: 21px;
        line-height: 26px;
    }
    .post-featured-content p {
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 16px;
    }

}
@media (min-width: 768px){
    
    #logo a{background-position: left center;}
        
    #sliderHome .carousel-caption{
        background: #121212;
        background: rgba(0, 0, 0, 0.5);
        padding-top: 19px;
        padding-bottom: 18px;
    }
    
     #sliderHome .carousel-caption h2 {
        line-height: 68px;
        font-size: 70px;
    }
     #sliderHome .carousel-caption h3 {
        margin: 0 0 17px 0;
        line-height: 20px;
        font-size: 21px;
    }
    .content-home-hero h2, .content-home-title-blog h2, .content-home-title-exper h2 {
        line-height: 34px;
        font-size: 27px;
        max-width: none;
        margin: 20px 0 30px;
    }
    
    .content-home-hero hr {
        margin: 20px 0;
    }
    
    .bg-full-content-home-title-blog:after{left:49%;}
    
     .post-featured-content {
        padding: 0 20px;
        max-width: none;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .post-featured-content h3 {
        line-height: 24px;
        font-size: 18px;
    }
    
    .post-featured-content p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .expe-featured-big {
        margin: 47% auto 0;
    }
    
   .col-sm-6.row.wrapper-expe-featured-small {
        padding: 0;
    }
    
   .expe-featured-small {
        margin: 38% auto 0;
        max-width: 230px;
    }
    
    .col-sm-6.col-3 .expe-featured-small{
        margin: 18% auto 0;
    }
     .expe-featured-content .expe-featured-small h3 {
        line-height: 40px;
        font-size: 34px;
    }

    .row-fluid.wrapper-expe-featured-small .col-4{display: none;}
    
    .post-tags p a {
        padding: 5px 10px;
        margin: 0 -4px;
    }
    
    h2.title-instagram {
        font-size: 32px;
        line-height: 29px;
        background-size: 36px;
        padding-left: 48px;
        margin: 21px auto 32px;
        max-width: 530px;
    }
    
    .tagged-posts .col-sm-3 {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
     .tagged-posts .col-sm-3 {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
    .tagged-posts .col-sm-4 {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
}


@media (min-width: 991px){
    #sliderHome .carousel-caption {
        height: 100%;
    }
    #sliderHome .carousel-caption h2 {
        line-height: 113px;
        font-size: 100px;
        margin-top: 16%;
    }
    
    #sliderHome .carousel-caption h3 {
        font-size: 35px;
        margin: 0 0 27px 0;
    }
    
    .content-home-hero h2, .content-home-title-blog h2, .content-home-title-exper h2  {
        font-size: 37px;
        line-height: 49px;
    }
    
    .content-home-hero h3, .content-home-title-blog h3, .content-home-title-exper h3 {
        line-height: 30px;
        font-size: 21px;
    }
    
    .bg-full-content-home-title-blog {
        padding: 21px 0 27px;
    }
    
    .post-featured-content h3 {
        font-size: 25px;
        line-height: 32px;
    }
   
    .post-featured-content p {
        line-height: 23px;
        font-size: 17px;
        margin-bottom: 23px;
    }
    
   .expe-featured-content h3 {
        line-height: 58px;
        font-size: 50px;
    }
    .post-tags p a{
        padding: 5px 10px;
        margin: 0 10px;
    }
}

@media (min-width: 1680px){
    #sliderHome .carousel-caption h2 {
        margin-top: 19%;
    }
}