/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo genéricas
   --------------------------------------------------------------------------
*/


.contents h1 {
	border-bottom: 0.1rem solid #555555;
}

.contents h3 {
    color: #666666;
    border-bottom: 1px solid #666666;
}

.contents h2 {
    color: #666666;
}

.horizontal-menu>li.active>a:hover, .horizontal-menu>li.active>a:focus {
    color: #FFFFFF;
    background-color: #666666;
}


.btn-primary {
    background-color: #666666;
    border-color: #666666;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #606060;
    border-color: #606060;
}


/*
   --------------------------------------------------------------------------
   Definición de estilos que definen la cabecera o header
   --------------------------------------------------------------------------
*/

#home-header-mobile-top {
    background-color: #666666;
}




/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo asociadas a los sliders
   --------------------------------------------------------------------------
*/

#home-contents-slider {
    height: 385px;
}

.slide-description h1 {
	color: #666666;
}

.slide-description h2 {
	color: #666666;
}

/*
   --------------------------------------------------------------------------
   Definición de reglas de estilo asociadas a la región de noticias
   --------------------------------------------------------------------------
*/

#home-contents-news {
    height: 40px;
    margin-top: 10px;
    margin-bottom: -5px;
    padding-top: 7px;
    padding-left: 20px;
    background-color: #eeeeee;
    font-size: 16px;
    font-family: 'Source Sans Pro Semibold';
    color: #666666;
}


/*
   ---------------------------------------------------------------------------------
   Definición de estilos asociados a los paneles inferiores de opciones
   ---------------------------------------------------------------------------------
*/

.panel-option {
	border-bottom: 0.25rem solid #1593AF; 
}

.contents-option-image {
	border-bottom: 0.15rem solid #1593AF; 
}

.contents-option-title {
	color: #666666;
}

.contents-option-description {
    color: #666666;
}


.panel-option .view-more {
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0.2, #1593AF),color-stop(1, #B3D13A));
	background-image: -o-linear-gradient(right, #1593AF 20%, #B3D13A 100%);
	background-image: -moz-linear-gradient(right, #1593AF 20%, #B3D13A 100%);
	background-image: -webkit-linear-gradient(right, #1593AF 20%, #B3D13A 100%);
	background-image: -ms-linear-gradient(right, #1593AF 20%, #B3D13A 100%);
	background-image: linear-gradient(to right, #1593AF 20%, #B3D13A 100%);
}


/*
   --------------------------------------------------------------------------
   Home
   --------------------------------------------------------------------------
*/

.home-video-section {
    min-height: 400px;
    overflow: hidden;
    padding: 0;
}

.home-video-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home-main-headers {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-main-table {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

.home-main-cell {
    display: table-cell;
    vertical-align: middle;
}

.ticker-content {
    text-overflow: ellipsis;
    width: 100%;
    font-weight: normal !important;
}

.bg-home-main > .container > .row > .col-xs-12 {
    padding-top: 70px;
}

.bg-home-main > .container > .row > .col-xs-12 > h5 {
    margin-bottom: 150px
}

.info-section h2 {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.bg-home-videos {
    background-image: url(/Resources/Images/Home/Background/video-bck.png);
    background-size: cover;
}

.bg-home-section-consulting {
    background-image: url(/Resources/Images/Home/Background/consulting-wide.png);
    background-size: cover;
}

.box-home-section {
    padding: 30px;
    display: table;
    width: 100%;
    height: 225px;
}

.box-home-section h3 {
    margin-bottom: 5px;
}

.box-home-section div {
    display: table-cell;
    vertical-align: middle;
}

.bg-home-training {
    background: url(/Resources/Images/Home/Background/training-img.png);
    background-size: cover;
}

.bg-home-consulting {
    background: url(/Resources/Images/Home/Background/consulting-img.png);
    background-size: cover;
}

.bg-home-certification {
    background: url(/Resources/Images/Home/Background/certification-img.png);
    background-size: cover;
}

.bg-home-education {
    background: url(/Resources/Images/Home/Background/education-img.png);
    background-size: cover;
}

.bg-home-training:hover {
    background: #005ab4;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/training-img.png); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/training-img.png); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/training-img.png); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/training-img.png); /* Standard syntax */
    background-size: cover;
}

.bg-home-certification:hover {
    background: #005ab4;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/certification-img.png); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/certification-img.png); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/certification-img.png); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/certification-img.png); /* Standard syntax */
    background-size: cover;
}

.bg-home-education:hover {
    background: #005ab4;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/education-img.png); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/education-img.png); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/education-img.png); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/education-img.png); /* Standard syntax */
    background-size: cover;
}

.bg-home-consulting:hover {
    background: #005ab4;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/consulting-img.png); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/consulting-img.png); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/consulting-img.png); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(-45deg, rgba(0, 95, 43, 0.8), rgba(0, 90, 180, 0.8)), url(/Resources/Images/Home/Background/consulting-img.png); /* Standard syntax */
    background-size: cover;
}

.no-underline-hover:hover {
    text-decoration: none !important;
    outline: 0;
}

.btn-home-consulting {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.btn-home-consulting:hover, .btn-home-consulting:active {
    background-color: white;
    color: #000;
}

.btn-home-training {
    background-color: #fff;
    color: #34a7d8;
    text-transform: uppercase;
    border: 1px solid #34a7d8;
    border-radius: 5px;
    padding: 12px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;

}

.btn-home-training:hover, .btn-home-training:active {
    background-color: #34a7d8;
    color: #fff;
}

.box-home-training {
    border-top: 2px solid #34a7d8;
    background-color: #fff;
    padding: 25px 20px;
}

.home-blog-news > .row > .row-sm-height > div {
    padding: 5px 0;
}

#carousel-videos .owl-item.center {
    border-bottom: 3px solid #fff;
}

#carousel-videos .owl-item:not(.center) > div:hover {
    opacity: .75;
    cursor: pointer;
}

#carousel-videos #home-mini-video-1,#carousel-videos #home-mini-video-2,#carousel-videos #home-mini-video-3,#carousel-videos #home-mini-video-4 {
    margin-bottom: 5px;
}

#home-main-typed-strings {
    font-size: 1.1rem;
}


/*
   --------------------------------------------------------------------------
   Media Queries
   --------------------------------------------------------------------------
*/

@media (max-width: 992px) {

    #home-contents-slider {
        height: auto;
    }

    .panel-option {
        border-bottom: 0.25rem solid #666666;
    }

    .contents h1 {
        background: none;
        /*background-color: #666666;*/
    }

    .contents-option-image {
        border-bottom-color: #666666;
    }

    .panel-option .view-more {
        background-image: none;
        background-color: #666666;
    }

}

@media (min-width: 756px) {
    #blog-news-carousel .item {
        margin-left: 15px;
    }
}


@media (max-width: 600px) {
    .contents-option-image {
        background-color: #666666;
    }


}











