.est-text
{
    font-size: 40px;
    color: black;
    text-align: center;
    margin-top: 8%;
}
.est-text1
{
    font-size: 20px;
    margin-bottom:10px;
    color: black;
    text-align: center;
}
.est-p
{
    color: #3D3735;
}

.principal
{
    background: rgba(0, 0, 0, 0) url("../imgSlider/valores.jpg") repeat fixed center 0 / cover  ;
    color: #fff;
    height: 650px;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.text-heder {
    background: rgba(252, 252, 251, 0.8) none repeat scroll 0 0;
    display: block;
    float: left;
    font-size: 18px;
    margin: 50px ;
    padding: 32px !important;
    text-align: center;
    width: 300px;
    height: 258px;
}
@media (min-width: 268px) and (max-width: 1024px) {
    .est-text
    {
        font-size: 35px;
        color: black;
        text-align: center;
        margin-top: 8%;
    }
    .est-text1
    {
        font-size: 25px;
        margin-bottom:10px;
        color: black;
        text-align: center;
    }
    .est-p
    {
        color: #3D3735;
    }

    .principal
    {
        background: rgba(0, 0, 0, 0) url("../imgSlider/valores.jpg") repeat fixed center 0 / cover  ;
        color: #fff;
        height: auto;
        width: 100%;
        height: 575px;
        overflow: hidden
        transition: all 0.35s ease 0s;
    }

    .text-heder {
        background: rgba(252, 252, 251, 0.8) none repeat scroll 0 0;
        display: block;
        float: center;
        font-size: 14px;
        margin: 5px ;
        padding: 32px !important;
        text-align: justify;
        width: 270px;
        height: 155px;
    }

}
/*----------- owl ------------*/
#dem .owl-item div{
      padding:5px;
    }
#dem .owl-item img{
      display: float;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0 !important;
    color: #FFFFFF !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ffa100 none repeat scroll 0 0 !important;
    color: #fff !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-buttons {
    position: absolute;
    top: 30%;
    width: 100%;
}
.owl-prev {
    left: 0px;
    position: absolute;
}
.owl-next {
    right: 170px;
    position: absolute;
}
.owl-pagination {
    visibility: hidden;
}