#TT_FBJjDvCZz2CeCsIAMftkk1kkE6aA1hCFbfGi3ZyoKEzI353IG{
    height: 114px;!important;
}

/*#TT_FBJjDvCZz2CeCsIAMftkk1kkE6aA1hCFbfGi3ZyoKEzI353IG:hover{
    background: red;
}*/

#descripconcur{
	white-space: pre-line;
}

/**/
#twitershare i{
    font-size: 28px;
    margin-left: 6px;
}
#recientesId{
    margin-top: 25px;
}
.notiItemReciente{
    text-align: center;
    margin-top: 0px;
    font-size: 23px;
    font-weight: bold;
}

#notiTitleid{
    margin-top: -16px;
}
#notiitemId{
    /*text-align: center;*/
    margin-bottom: 40px;
    position: relative;
    left: -14px;
    font-size: 23px;
    font-weight: bold;
}
#notiItemHabana{
    margin-top: 20px;
    text-align: justify;
    white-space: pre-line;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left:0;
}
.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}
.blog-info li i {
    color: #004170;
}

.blog-info {
    margin: 20px 0;
    padding: 8px 0;
    border-top: solid 1px #ECEBEB;
    border-bottom: solid 1px #ECEBEB;
}
.blog-info li {
    padding-left: 13px;
    border-left: solid 1px #ECEBEB;
}
.blog-info li:first-child {
    padding-left: 0;
    border-left: none;
}



/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/
p#resumenid{
    text-align: justify;
    margin-top: -16px;
    font-size: 13px;
}
#notiIdblockHabana img{
    max-height: 216px;
    min-height: 216px;
}
#notiIdblockHabaneros img{
    max-height: 216px;
    min-height: 216px;
}

#notiIdblockHabana .thumb{
    overflow: hidden;
    max-height: 230px;
}

.latest-news-section {
    padding-top: 20px;
    /*padding-bottom: 60px;*/
}

.latest-post {
    padding: 30px;
    box-shadow: 0 0 3px #ddd;
    background-color: #f2f0f0;
    max-height: 515px;
    min-height: 515px;
    margin-bottom: 28px;
}

.latest-post h4 {
    color: #28ABE3;
   /* padding-top: 20px;*/
    padding-bottom: 5px;
    font-weight: normal;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    color: #28ABE3;
    padding-right: 5px;
}

.latest-post p {
    padding: 15px 0;
   /* color: #999;*/
    font-weight: 300;
    text-align: justify;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}






/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #004170;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #004170;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #004170;
}



/*
About section style
====================*/
.main_about{
    display: table;
    width:100%;
}

.about_bottom_content{}
.about_bottom_content .about_bottom_item{}
.ab_head{
    width:100%;
    display: table;
}
.ab_head .ab_head_icon{
    float: left;
    margin-right: 20px;
}
.ab_head .ab_head_icon .icofont,
.ab_head .ab_head_icon .icon{
    width:60px;
    height: 60px;
    line-height: 60px;
    font-size:1.5rem;
    background-color: #ff6863;
    color:#fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgba(255, 104, 99, 0.4);

}



/*
FAQ Page
--------*/

.faq_main_content h6{
    margin-bottom: 0rem;
    border: 1px solid;
    border-color:#eee;
    position: relative;
}

.faq_main_content h6 + div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    display: block!important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    border:0px solid #cdcdcd;
}

.faq_main_content h6 + div.open {
    height: 133px;
    border:1px solid;
    border-top:0;
    border-color: #eee;
}

.faq_main_content h6 a{
    display: block;
    color: #6a6a6a;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
}

.faq_main_content h6 span{
    font-weight: 600;
}

.faq_main_content h6 a i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #eeeeee;
    text-align: center;
    color:#444444;
    margin-right: 15px;
    font-size:1.5rem;
}

.faq_main_content h6.open a{
    color:#004170;
}

.faq_main_content h6.open a i{
    color:#fff;
    background-color: #004170;
}


.faq_main_content h6.open a i{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq_main_content .content {
    padding: 25px;
    color:#4a4a4a;
}


























#Lunes p{
    font-size: 14px;
    text-transform: none;
}
#Martes p{
    font-size: 14px;
    text-transform: none;
}
#Miercoles p{
    font-size: 14px;
    text-transform: none;
}
#Jueves p{
    font-size: 14px;
    text-transform: none;
}
#Viernes p{
    font-size: 14px;
    text-transform: none;
}
#Sabado p{
    font-size: 14px;
    text-transform: none;
}
#Domingo p{
    font-size: 14px;
    text-transform: none;
}





/**/
/*test galery*/
.main_product .carousel-control{
    background-color: #fff;
    color:#333;
    border-radius: 50%;
    width:50px;
    height: 50px;
    line-height: 50px;
    font-size:1rem;
    text-align: center;
    top:30%;
}
.main_product .carousel-control:hover{
    background-color: #00a885;
    color:#fff;
}
.main_product .carousel-control.left{
    left:-1.4%;
    box-shadow: -1px 0px 0px 0px;
}
.main_product .carousel-control.right {
    right:-1.4%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img{
    position: relative;
    overflow: hidden;
}

.main_product .port_img img{
    width:100%;
}
.main_product .port_overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0,168,133,0.60);
    position: absolute;
    left:0;
    top:0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}
.main_product .port_overlay a{
    width:40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color:#fff;
    border:1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size:2rem;
    bottom: -150px;
    position: relative;
}
.main_product .port_img:hover .port_overlay a{
    bottom:0;
}
.main_product .port_img:hover .port_overlay{
    opacity: 1;
}


/**/
/* Testimonials */
.testimonials-v1 blockquote {
    padding: 15px;
    border: none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #f2f0f0;
    position: relative;
    height: 156px;
}
.testimonials-v1 blockquote:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 0 inset rgba(0, 0, 0, 0);
    border-right: 22px inset rgba(0, 0, 0, 0);
    border-top: 22px solid #F8F8F8;
}
.testimonials-v1 blockquote:after {
    width: 13px;
    height: 13px;
    z-index: 23;
    content: " ";
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #b3b3b3 url(../img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
    width: 75px;
    height: 75px;
    padding: 3px;
    border-radius: 150px !important;
    border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
    overflow: hidden;
    margin-top: 67px;
}
.testimonials-v1 .carousel-info img {
    margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
    display: block;
}
.testimonials-v1 span.testimonials-name {
    color: #E6400C;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials-v1 span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
    right: 0;
    width: 26px;
    height: 26px;
    bottom: 30px;
    border-radius: 26px !important;
    position: absolute;
    display: inline-block;
}
.testimonials-v1 .left-btn {
    right: 30px;
    background: url(../img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
    background: url(../img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
    background: #004170 url(../img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
    background: #004170 url(../img/fa-angles.png) no-repeat -33px -31px;
}

/*Events*/



#fechaIConcur{
    margin-bottom: -10px;
    color: #352d2d;
}
#fechaFConcur{
    color: #352d2d;
}
.slider-item{
    margin-top: 2px;
}

#titleIdConcurso{
    color: white;
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: normal;

}

.modal-header{
    background: #004170;
}

#titleconcur{
    text-align: center;
    font-size: 16px;
    margin-top: -7px;
    color: #2A7BAB;
}

#h2titleId{
   font-size: 23px;
    text-transform: none;
    font-weight: bold;
}

#titleconcurId{
    border-bottom: 1px solid #004170;
    height: 44px;
    margin-top: 24px;

}
#h3id{
    border-top: 1px solid #004170;!important;
}

#concurid{
    margin-left: -20px;
    margin-right: 20px;
}

#demo4{
    height: 226px;
    overflow: hidden;
    background: white;
    margin-top: 5px;
}

#demo4 ul li{
    line-height:20px;
    display: inline;
}

/*end events*/
.tab-pane p:hover{
    background: #8FA1C0;
    color: black;
    cursor: default;

}
#tvid{
    width: 22px;
    float: right;
   }


/***/

/* Tabs panel */
.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
    height: 925px;
    max-height: 925px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}
.tabbable-line > .nav-tabs > li {
    width: 45px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #D8D9DB;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #004170;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
    margin-left: -4px;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    /*padding: 15px 0;*/

}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/***/



#titleid{
    text-align: center;
    color: #004170;
    opacity: 0.85;
}

#videoimageid{
    height: 150px;
    max-height: 150px;
}

#videoid{
    margin-top: 20px;
}

#galeriaV{
    margin-bottom: 46px;
    margin-top: 35px;
    border-top: 1px solid #e2e0e0;

}


/*#services{
    margin-top: 40px;
}*/
.title-section{
    text-align: center;
    margin-top: 7px;
    font-size: 23px;

   /* padding-top: 19px;*/
}

#separador{
    height: 6px;
}

.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    /* background-color: - add your own background-color */
    font-family: 'Roboto', sans-serif;
    /* put your font-family */
    font-size: 18px;
    padding: 20px 0px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
}

/* effect-1 styles */
.effect.effect-1 {
    transition: all 0.2s linear 0s;
}
.effect.effect-1:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
}
.effect.effect-1:hover {
    text-indent: -20px;
}
.effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
}

/* effect-2 styles */
.effect.effect-2 {
    transition: all 0.2s linear 0s;
}
.effect.effect-2:before {
   /* content: "\f0a4";*/
    content: "\f101";
    font-family: FontAwesome;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 6px 6px 0px;
    transition: all 0.2s linear 0s;
    text-align: center;
}
.effect.effect-2:hover {
    text-indent: -30px;
}
.effect.effect-2:hover:before {
    right: 0;
    text-indent: 0px;
}

/* effect-3 styles */
.effect.effect-3 {
    transition: all 0.2s linear 0s;
}
.effect.effect-3:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    transition: all 0.2s linear 0s;
}
.effect.effect-3:hover {
    text-indent: -9999px;
}
.effect.effect-3:hover:before {
    top: 0;
    text-indent: 0;
}

/* effect-4 styles */
.effect.effect-4 {
    transition: all 0.2s linear 0s;
}
.effect.effect-4:before {
    content: "\f178";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all 0.2s linear 0s;
}
.effect.effect-4:hover {
    text-indent: -9999px;
}
.effect.effect-4:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

/* effect-5 styles */
.effect.effect-5 {
    transition: all 0.2s linear 0s;
}
.effect.effect-5:before {
    content: "\f054";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
    text-indent: 30px;
}
.effect.effect-5:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

#readmoreId{
   /* background: #004170;*/
    padding-bottom: 2px;
    padding-top: 2px;
    color: #004170;
    text-decoration: none;
    font-size: 15px;
    margin-left: 94px;
    margin-top: 5px;
   }

#readmoreIdHabana{
    /*background: #004170;*/
    padding-bottom: 2px;
    padding-top: 2px;
    color: #004170;
    text-decoration: none;!important;
    font-size: 15px;
    margin-left: 72px;
}



#viewallId{
    background: #004170;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    text-decoration: none;!important;
    font-size: 18px;

}
#viewallIdV{
    background: #004170;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    text-decoration: none;!important;
    font-size: 18px;
    margin-top: 34px;
}

.ih-item.square.effect4 a:hover .info h3, .ih-item.square.effect4 a:hover .info{
    margin-top: 2px;
}


.ih-item.square.effect4 a:hover .info .fa-play{
    position: relative;
    top: -28px;
}

.single-blog .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 20px;
    max-height: 194px;
}

.single-blog-1 .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }

.single-blog:hover img {
    transform: scale(1.1);
}
.single-blog-1:hover img {
    transform: scale(1.1);
}

.single-blog .meta {
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}

#notiIdblockHabana .meta {
    font-weight: 400;
    text-align: left;
    margin-top: 4px;
}

#notihomeId{
    color: #004170;
    font-size: 15px;
    font-weight: normal;
    margin-top: 14px;
    margin-bottom: 28px;
}

#notidestacadasId{
    margin-bottom: 20px;
    color: #2A7BAB;
    font-size: 15px;
    font-weight: normal;
    margin-top: -10px;
}

#notihabanerosId{
    margin-bottom: 15px;
    color: #004170;
    font-size: 15px;
    font-weight: normal;
    margin-top: -10px;
}

#notihabanaNotiId{
    margin-bottom: 15px;
    color: #004170;
    font-size: 15px;
    font-weight: normal;
    margin-top: -10px;
}

.single-blog .thumb {
    overflow: hidden;
    max-height: 230px;
}


.single-blog{
    border: 1px solid #EAEBEC;
    margin-right: 6px;
    max-width: 49%;
    background: #f2f0f0;

}


.vertodo{
    text-align: center;
    margin-top: 16px;
}


@media only screen and (max-width: 320px) {
    #width2{
        width: 262px;!important;
    }
}


@media (max-width: 778px) {


    #notiIdblockHabana img{
        max-height: 190px;
        min-height: 190px;
    }



    .single-blog{
        border: 1px solid #EAEBEC;
        margin-right: 6px;
        max-width: 100%;
        margin-left: -14px;
        margin-bottom: 6px;

    }
    #videoid{
        margin-left: -10px;
    }

    #readmoreId{
        margin-left: 55px;
    }
    #viewallId{
        margin-left: -31px;
     }

    .datavideo{
        margin-bottom: 10px;
    }

    #galeriaV{
        width: 100%;
    }

}




@media (min-width: 779px) and (max-width: 992px) {

    .datavideo{
        margin-bottom: 10px;
    }
}