/* ---- capa cuerpo del contenido principal ---- */
#home-body{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:50px;
    margin:0;
    padding:0;
    width: 100%;
    z-index:1;
    background-color: #1f2b52;
}
.navbar {
    position: relative;
    margin-bottom: 0px !important;
}
/* ---- contenido del home ---- */
#home-content-layer{
    height: 100%;
    background-color: #1f2b52;
    /*position: fixed;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);*/
}

/* overlays para su uso en las pantallas - son capas que oscurecen regiones de la UI*/
.dark-overlay-layer,
.slide-overlay-layer{ 
    position: absolute;	
    width:100%;
	height:100%; 
}

.dark-overlay-layer{     
    opacity:0.65;
    background: #000000;   
    z-index: 3;
    display:none;  
}

.slide-overlay-layer{     
    opacity:0.7;   
    z-index: 1;    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,333333+71,444444+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 1%, #333333 71%, #444444 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 1%,#333333 71%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 1%,#333333 71%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 ); /* IE6-9 */  
}

/* imagen del slider*/
.slides > li >img{
    height:  100%;    
    width: auto !important;
}

/* ---- textos del slider ---- */
.slide-text-layer{   
    padding: 0;
	position:absolute;
    width:100%;
	height:200px;    
    margin-top:-50px;
    top: 45%;
	z-index:2;
    color: #fff;
    background-color:transparent;  
    text-align: center;
    /*box-shadow: 0 0 4px #181818;
    border-radius: 25px;*/
}    

/* titulos del slider */
.slide-text-layer h3{  
    display:table;margin:0 auto;  
    color:#f9f9f9;
    text-align: center;
    font-size: 24px;
    padding: 4px 0 4px 0;
    border-top:solid 2px #aaa;
    border-bottom:solid 2px #aaa;
}

/* P�rrafos del slider*/
.slide-text-layer p{
    font-size: 36px;
    margin: 0 30px 0 30px;
    text-align: center;
}

/* bot�n del slider*/
.slide-text-layer a{
	transition-duration: 0.5s;
    font-size: 20px;
    text-align: center;
    border-radius: 0px;
    background-color: transparent; /*#275C8A;*/
    border:3px solid #fafafa;
}

.slide-text-layer > div.img-container{
    height: 200px;
    width: 300px;
    /*opacity: 0.6;
    background-color: #1f2b52;*/
/*    display: table;*/
    margin: 0 auto;
}

.slide-text-layer > div.img-container > img{
    height: 100% !important;
}

/* bot�n del slider hover*/
.non-touch .slide-text-layer a:hover{
    background-color: rgba(51,122,183,0.8) /*#337ab7*/;
    border:3px solid #fafafa;
}

/* resposnsivos especificos del texto del slider*/

@media (max-width:1000px){
    .slide-text-layer h3{  
        display:table;margin:0 auto;  
        font-size: 16px;
    }

    .slide-text-layer p{
        font-size: 26px;
    }

    .slide-text-layer a{
        font-size: 16px;
    }
}

@media (max-width:600px){
    .slide-text-layer h3{  
        display:table;margin:0 auto;
        font-size: 14px;
    }

    .slide-text-layer p{
        font-size: 20px;
    }

    .slide-text-layer a{
        font-size: 14px;
    }
}

/* arrow navigation */

.page-arrow-navigation{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
    display: none;
}

.page-arrow-navigation > i{
    font-size: 84px;
    color:#d7d7d7;
}

@media (min-width:920px) {
    .page-arrow-navigation{
        display: block;
    }
}

/* Nuevo Slider*/
#ul-img-carusel {
    padding: 0 0 4px;
    margin: 0;
    text-align: center;
    /*background: url(images/bg-gray-light.png) repeat-x 0 top;*/
    border-bottom: solid 1px #a1a5a9;
}

#ul-img-carusel li {
    font-size: 110%;
    display: inline-block;
    padding: 5px 5px 0;
    white-space: nowrap;
}

* html #ul-img-carusel li {
    display: inline;
}
/*#ul-img-carusel {
    text-align: center;
    padding: 0;
    margin: 0;
}

#ul-img-carusel li {
    display: inline;
    list-style: none;
    padding: 10px 5px 10px 5px;
}*/
/*.carousel-bullets .hidden-xs {
     text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;  /*firefox*
}*/
.hide-bullets {
    list-style: none;
    width: 100%;
    /*margin-left: 25%;*/
    padding: 0px
}

.carousel.slide > .carousel-inner img {
    width: 100%;
    /*height: 300px !important;*/
    padding: 0px;
    margin-bottom: 0px;
}
.carousel.slide  a.carousel-control {
    /*height: 300px !important;*/
}
.carousel-bullets .hidden-xs ul li {
    display: table-cell;
}
.carousel-bullets .hidden-xs ul li a{
    position: relative;
    padding: 0px;
    margin-bottom: 0px;
}
/* SE COLOCA CURSOR A NOTICIAS */
#div-list-avisos > div.pontierNotice {
    cursor: pointer;
}
.thumbnail img {
    margin: 0px !important;
    /*width: auto;*/
    width: 170px;
    height: 100px;

}

a.thumbnail{
    width: 50px;
    height: 10px;
    background-color: #848080;
    border: 1px solid #e6e4e4;
}

a.activeCA, a.thumbnail:hover{
    border-color: #e8550d !important;
    background-color: #e8550d !important;
}

.carousel-bullets {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 25%;*/
    filter: alpha(opacity=50);
    opacity: .8;
}

.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 40px;
}
/*.carousel-control.left, .carousel-control.right {
	background: #fff;
	color: #e8550d;
	border: none;
}

.carousel-control.left {margin-left: -45px; color: black;}
.carousel-control.right {margin-right: -45px; color: black;}*/

.imgEvent {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    /* max-height: 128px; */
    /* max-width: 128px; */
    object-fit: cover;
}
.imgEventContent {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.imgEventContent .imgEvent {
        opacity: 0;
    }

.divImgEvent.imgEventContent {
    width: 128px;
    height: 128px;
    display: inline-block;
}.parentDivImgEvent.imgEventContent {
     /*margin: 100px auto;*/
     border-radius: 50%;
     overflow: hidden;
     width: 128px;
     height: 128px;
     display: inline-block;
 }
.imgEventGalleri{
    position: relative;
    display:  inline-block;
}
.imgEventG{
    max-height: 150px;
}
.demo-gallery a{
    /*cursor:all-scroll;*/
    /*cursor: url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, auto;*/

    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, n-resize; /* standard: note the different path for the .cur file */
    cursor: url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, n-resize\9; /* IE 8 and below */
    *cursor: url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, n-resize; /* IE 7 and below */
    _cursor: url("http://tholman.com/intense-images/img/plus_cursor.png") 25 25, n-resize; /* IE 6 */

}
.imgProp {
    text-align: center;
    background-color: #f0f0f0;
    display: table;
    width: 100%;
}

.imgProp2{
    display: table-cell;
    vertical-align: middle;
}

.txtSolOra {
    color: #fa851e;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
.txtNameEvent {
    color: #fa851e;
    margin-top: 50px;
}
.txtDescEvent {
    color: #1d1d1e;
    margin-bottom: 30px;
}

.imgMiniSlider {
    width: 170px;
    height: 100px;
}

.navLogo {
    padding: 2px 15px !important;
}

.imgLogo {
    width: 45%;
}
.carousel-control {
    text-align: -webkit-auto !important;
}
.carousel-control.left span,
.carousel-control.right span {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    left: 0;
    text-align: -moz-center; /*firefox*/
    left: 0;
}
.imgEvent:hover {
    cursor: pointer;
}

/*    LISTA DE ENLACES EN HOME */
.div-list-enlaces {
   /* margin-left: 5%;
    margin-right: 5%;*/
    /*margin-bottom: 15px;*/
    display: grid;
    height: 250px;
}
.div-list-enlaces > li {
    /*width: 15%;*/
    display: inline-table;
    width: 60px;
    padding-right: 15px;
    padding-left: 15px;
}
.div-list-enlaces > li > a > div > img {
    width: 50px;
    height: 50px;
}
.div-list-enlaces > li:hover > a > div > img {
    width: 60px;
    height: 60px;
}
.div-list-enlaces li.dropdown-submenu > ul > li > a > div > span {
    width: 366px;
    display: inline-block;
    color: #fff;
}
.div-list-enlaces li.dropdown-submenu > ul {
    background-color: #303C68;
}
.div-list-enlaces .dropdown-submenu > .dropdown-menu {
    top: -120px;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    overflow: auto;
    padding: 6px;
}
.div-list-enlaces .dropdown-submenu  .dropdown-menu {  /*.dropdown.open*/
    min-width: 400px;
    opacity: 1;
    overflow: visible;
}
.col-lg-1.square2:hover > .dropdown-menu  {
    top: -120px;
    /* bottom: 120px; */
    /* left: 0px; */
    /* right: 0px; */
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    overflow: auto;
    padding: 6px;
}
/*    LISTA DE ENLACES EN HOME */

.li-language a {
    cursor: pointer;
}


#ModalAvisoPrivacidad .modal-dialog,
#ModalDerechosDePrivacidad .modal-dialog,
#ModalTerminosLegales .modal-dialog  {
    width: 90%;
}