@charset "utf-8";
/* CSS Document */

.wpp_section_gallery {
	width: 960px;	/* width: 650px; */
    height: 450px;
    position: relative;
    background-color: #fff;
}
.wpp_section_gallery_carousel{
    height: 450px;
    width: 650px;
}
.wpp_section_gallery_carousel img,
.wpp_section_gallery_carousel div
{
    display: block;
/*    float: left;*/
}
.section_carousel_prev, .section_carousel_next {
    display: block;
    height: 59px;
    width: 59px;
    top: 0;
    position: absolute;
}
.section_carousel_prev {
    left: 210px;
    top:45%;
    background-image: url(../images/Boton-slider-left.png);
    background-repeat: no-repeat;
    z-index: 2;
}
.section_carousel_next {
    right: 210px;
    top:45%;
    background-image: url(../images/Boton-slider-right.png);
    background-repeat: no-repeat;
    z-index: 2;
}
.wpp_section_gallery_carousel .wpp-carousel-item-image{
	width:960px;
    /*width:650px; */
    height:450px;
    position: relative;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}
.wpp_section_gallery_carousel .wpp-carousel-item-image img{
    width: 100%;
    height: 100%;
}
.wpp_section_gallery_carousel .wpp-carousel-item-video{
	width:960px;
    /*width:650px;*/
    height:450px;
    position: relative;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #000
}
.wpp_section_gallery_carousel .carousel-item-image{
    position: relative;
    z-index: 1;
}
.wpp_section_gallery_carousel .carousel-item-info{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    height: 152px;
    background-image: url(../images/degradado.png);
    width: 100%;
}
.wpp_section_gallery_carousel .carousel-item-video{
    width: 100%;
    background-color: #000;
}
.wpp_section_gallery_carousel .carousel-item-video iframe{
    width: 100%;
    height: 450px;
}
.wpp_section_gallery_carousel .carousel-item-info-title{
    margin-top: 50px;
    width: 530px;
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 5px;
    font-size: 32px;
    color:#fff;
    text-align: Left;
    font-family: 'Source Sans Pro', 'SourceSansPro-Regular',arial;
}
.wpp_section_gallery_carousel .carousel-item-info-title a{

    color:#fff;
    text-align: Left;
    text-decoration: none;
}
.wpp_section_gallery .carousel-item-info-intro{
    width: 630px;
    margin-left: 38px;
    margin-right: 38px;
    color:#fff;
    font-size: 14px;
    color:#fff;
    text-align: left;
    font-family: 'Source Sans Pro', 'SourceSansPro-Regular',arial;
}
.wpp_section_gallery .carousel-item-info-intro a{
    color:#fff;
    font-size: 14px;
    color:#fff;
    text-align: left;
    text-decoration: none;
}


.wpp_section_gallery .section_carousel_pager {
    position: absolute;
    margin: 0px auto;
    width: 100%;
    bottom: 20px;
    text-align: center;
    z-index: 10;
    
    /*padding: 20px 45px 0 0;*/
}
.wpp_section_gallery .section_carousel_pager a {
    background-color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 10px;
    box-shadow: 0 1px 1px #cef;
}
.wpp_section_gallery .section_carousel_pager a.selected {
    background-color: #009EC9;
}
.wpp_section_gallery .section_carousel_pager a span {
    display: none;
}