﻿/*estilo para video dentro del slider*/

#videoPrensa{
	height:450px!important;
	}
	
@media screen and (max-width: 991px) {

#videoPrensa{
	height:350px!important;
	}

}

@media screen and (max-width: 550px) {

#videoPrensa{
	height:250px!important;
	}

}


.slider-container{
    position: relative;
    display: inline-block;
    max-width:844px;
    width: 100%;
    height: 450px;
	overflow:hidden;
}

.slider-container .slider-wrapper .slider span,
.slider-container .slider-wrapper .slider2 span{
    display: block;
    background: rgba(0,0,0,0.4);
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: Helvetica;
    position: absolute;
    bottom:1px;
    padding:0 2%;
}

.slider-container .slider-wrapper .slider{
    width: 100%;
    height: 450px;
    background-size:cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: opacity 300ms ease-in-out;
    float:left;
}

.slider-container .slider-wrapper .slider2{
    width: 100%;
    height: 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 300ms ease-in-out;
    float:left;
}

.slider-container .slider-wrapper .slider iframe,
.slider-container .slider-wrapper .slider2 iframe{
    z-index: 3;
    position: relative;
}

.button-slide{
    position: absolute;
    top: 43%;
    border-radius: 50%;
    border: 3px solid #e8e8e8;
    font-size: 16px;
    padding: 9px;
    width: 43px;
    background: transparent;
    color: white;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    z-index: 5;
    text-shadow: 1px 1px 11px #000;
    user-select: none;
}

.button-slide:focus{
    outline: none;
}

.button-slide:hover{
    color:#fff !important;
}

.button-slide:visited{
    color:#fff !important;
}

.button-slide:active{
    color:#fff !important;
}


.button-left{
    top:43%;
    left:11px;
}

.button-right{
    top:43%;
    right: 11px;
}


@media screen and (max-width:991px){

    .slider-container{
        height: 350px;
    }

    
    .slider-container .slider-wrapper .slider,
    .slider-container .slider-wrapper .slider2{
        height: 350px;
    }

}

@media screen and (max-width:550px){
    .slider-container{
        height: 250px;
    }

    
    .slider-container .slider-wrapper .slider,
    .slider-container .slider-wrapper .slider2{
        height: 250px;
    }

}


