.owl-pagination .owl-page {
    height: 8px;
    width: 35px !important;
}

.home-section .list-view li a {
    font-size: 18px;
}

.modal-content{
    background-color:#202020;
}

.modal-header{
    border-bottom:0px;
}
/*
.modal-centered {
    margin-top: 30%;
    margin-left: auto;
    margin-right: auto;
}*/
.close {
    color: #f4aa53;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.close:hover {
    color: #f4aa53;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.modal-body img{
    width:100%
}
.navbar-anch{
    width: 42vw;
}

.nosotros-section .each-services .each-services-inner .features-icon {
    font-size: 30px;
  }