/********** SECTION -1 **********/
.section-1 {
    position: relative;
    overflow: hidden;
    background: url('/assets/img/casos/banner-top.jpg') center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section-1 .row {
    padding: 180px 0 120px;
    position: relative;
}
.txtBack {
    font-size: 200px;
    color: #ffffff0a;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    line-height: 90%;

}
.section-1 h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}
.section-1 p {
    font-size: 16px;
    color: #fff;
    max-width: 420px;
}
.topTxt {
    max-width: 400px;
    margin-bottom: 30px;
}
.topTxt h2{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 15px;
}
.topTxt h3{
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #00000055;
    color: #ee273a;
    line-height: 85%;
    margin-bottom: 20px;
}
.topTxt h4{
    font-size: 22px;
    font-weight: 600;
}

.pagWrap {
    width: 100%;
    text-align: center;
    margin-top: 15px;

}

/* PAGINTATION */
.pagination {
	position: relative;
    margin: 20px auto 60px;
}
.pagination li {
    display: inline-block;
    margin-right: -1px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #ee273a;
	border-color: #ee273a;
    color: #fff;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #3a474a;
	background-color: #fff;
	/* border-color: #f4e8d4; */
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	opacity: 0.5;
	border-color: #ee273a;
	color: #ee273a;
}
.pagination>li>a, .pagination>li>span {
	padding: 12px 22px 12px 19px;
	color: #ee273a;
	border: 1px solid #ee273a;
}

.videoItem {
    height: 280px;
    width: 100%;
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0,0,0,0.19), 0 0 0 rgba(0,0,0,0.23)
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.videoItem:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
}
.layerTran {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.layerTran:hover {
    background: rgba(0, 0, 0, 0);
}
.videoItem iframe {
    height: 100%;
    width: 100%;
}
.section-2 .pad-20 {
    padding: 15px;
}
.section-2 {
    padding: 30px 0;
}
@media (max-width:768px){
    .section-1 .row {
        padding: 70px 0 60px;
   }
   .section-1 h2 {
       font-size: 30px;
   }
   .txtBack {
       font-size: 100px;
   }
   .videoItem {
       height: 220px;
   }
}
@media (max-width:480px){

}
