@charset "utf-8";
/* CSS Document */

#et-sp-videos .et-art-titulo {
font-size: 20px;  
font-family: 'ws-semibold';
}
#et-sp-videos .et-sp-video {
margin:25px 0;
}
#et-sp-videos .et-prevideo img {
cursor:pointer;
border:2px solid #17426f;
position:relative;
z-index:1;
}
#et-sp-videos .et-prevideo {
position:relative;
margin-bottom:15px;
}
#et-sp-videos .et-prevideo:before {
position:absolute;
content:"";
box-sizing: border-box;
width: 35px;
height: 35px;
border-style: solid;
border-color: transparent transparent transparent #17426f;
border-width: 17px 35px 17px 30px;
top:50%;
left:50%;
margin-left:-17.5px;
margin-top:-17.5px;
cursor:pointer;
z-index:3;
}
#et-sp-videos .et-prevideo:after {
position:absolute;
content:"";
box-sizing: border-box;
width: 60px;
height: 60px;
top:50%;
left:50%;
margin-left:-35px;
margin-top:-30px;
cursor:pointer;
z-index:2;
background-color:white;
border-radius:50%;
}
#et-sp-videos .et-main-sp-picture-i {
width: 100%;
overflow: hidden;
position: relative;
}
#et-sp-videos .et-sp-iframe {
height: 100% !important;
}