.hero {
    background-size: cover;
}

@media screen and (max-width: 950px) {
    /* .hero {
        height: 100vh;
    } */
     .owl-nav{
        display:none!important
     }
     .impl_texto{
        margin:0!important
     }
     .impl_provide_wrapper{
        padding: 0!important;
     }
     .announcement{
        font-size:.7rem;
        padding:20px
     }
     .announcement__button{
        font-size: .9rem;
        letter-spacing: 2px;
     }
     .owl-dots button:hover span{
        transform: scale(1.2) skewX(0)!important;
    }
    .owl-dots button span{
        position: relative;
        border: 1px solid #0000005d;
        top: 16px;
    }
}

.impl_provide_wrapper{
    padding:0!important
}

.hero__header {
    /* white-space: nowrap; */
    color: #f2f2f2;
    margin: 0 auto;
    max-width: 65%;
    padding-top: 4rem;
}

.hero__title {
    z-index: 5;
    font-size: 3.125em;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.hero__subtitle {
    z-index: 6;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    font-family: Helvetica;
}

.hero__locations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
    justify-content: center;
    gap: 1rem;

    width: 80%;
    margin-bottom: 44px;
    position: relative;
    bottom: -1rem;
    left: 50%;
    transform:  translateX(-50%);
    z-index: 6;
}

@media screen and (max-width: 450px) {
    .hero__locations {
        margin-top: -3.5rem;
    }
}
.owl-dots button span{
    height: 15px;
    width: 18vw;
    background-color: white;
    margin: 10px 0px;
    display: block;
    transition: .1s ease-in-out .1s;
    box-shadow: inset 0px 0px 9px 0px #1e212426;
    z-index: 99999999999999999999999;
    position: relative;
    border: 1px solid #0000005d;
    top: 16px;
}

@media screen and (max-width: 390px) {
    .hero {
        /* height: ; */
        max-height: none;
    }
}
@media screen and (max-width: 370px) {
    .hero {
        /* height: ; */
        font-size: .8rem;
    }
}

.hero__locations__location {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    white-space: nowrap;
}

.location__icon {
    margin: 0 auto;
    align-self: center;
    
}
.location__icon > i {
    font-size: 2.625em;
    color:#F08508;
    font-weight: 800;
}

.location__text {
    font-size: 1.625em;
    line-height: 1em;
    font-family: Roboto;

    text-align: center;
    font-weight: 400;
    color: #f2f2f2;
}

.hero__announcement {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 3em;
    width: fit-content;
    bottom: -20%;
    text-align: center;
}

@media screen and (min-width: 1600px) {
    .hero__announcement {
        bottom: -30%;
    }
}

@media screen and (max-width: 770px) {
    .hero__announcement {
        font-size: .6rem;
        bottom: -15%;
    }
}

@media screen and (max-width: 625px) {
    .hero__announcement {
        display: none;
    }
}

.hero__announcement__title {
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 1rem;
}

.hero__announcement__button {
    padding: 1em 2em;
    border-radius: 0.6em;
    border: 0;
    background: #f08508;
    color: #f2f2f2;
    text-transform: uppercase;
}


.owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    display: flex;
    justify-content: space-between;
    padding: 0px 100px;
}
.owl-nav button{
    transform: scale(10,20);
    color: #f08508!important;
    
}

.owl-nav button:hover{
    transform: scale(12,27);
    color:white!important;
    
}

.owl-dots{
    display: flex;
    position: absolute;
    height: 20px;
    bottom: 5%;
    left: 0;
    right: 0;
    justify-content:center;
    gap:4px;
    transition: .1s ease-in-out;
}
.owl-dots button span{
    height: 15px;
    width: 35px;
    background-color: white;
    margin: 10px 0px;
    display: block;
    /* border-radius: 10px; */
    transition: .1s ease-in-out .1s;
    box-shadow: inset 0px 0px 9px 0px #1e212426;
    z-index: 99999999999999999999999;
    position: relative;
    border:1px solid #0000005d;
    transform:skewX(-30deg)
}

.owl-dots button.active span{
    background-color: #ff8800;
    transition: .1s ease-in-out;
    box-shadow:none!important;
    border:1px solid #ff8800;
    transform: scaleY(1.1) skewX(-30deg)!important;
}

.owl-dots button:hover span{
    background-color: #232e36;
    transition: .1s ease-in-out;
    transform: scale(1.2) skewX(-30deg);
    border:1px solid #232e36;
}


.hero:hover{
    filter: saturate(1.5);
    overflow: hidden;
    transform: scale(1.02);
    transition: .5s cubic-bezier(0.09, 0.45, 0.79, 0.99) .03s;
}
.hero{
    transition:.3s cubic-bezier(0.26, 0.91, 0.54, 0.96) .03s
}

/* EXPERIMENTOS */



@media screen and (max-width: 950px) {
  .announcement{
    background-color: #415463;
    padding: 3em 1em;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  .impl_provide_wrapper .impl_facility_wrapper h3 {
    padding-top: 0px;
    border-radius: 5px;
}
.impl_about_data p {
    display: none;
}
.container .impl_texto .impl_texto{
    padding:0!important
}
.impl_facility_wrapper{
    margin-bottom:5px
}
.impl_provide_wrapper .impl_facility_wrapper h3 {
    padding-top: 15px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 16px;
}
.impl_provide_wrapper{
    margin-top: 0px;
}
.owl-dots button span {
    width: 55px;
}
.about-title:after{
    content:'';
    height:5px;
    width:40%;
    position:absolute;
    bottom:21%;
    left:30%;
    right:10%;
    background:#f0850a;
    transform:skew(95deg) scalex(1.2) rotate(-1deg);
    z-index:-99999
}
.about-us{
    margin-bottom: 15px;
}
.announcement{
    display: none;
}
}