.owl-carousel {
    width: 100%;
    /* height: 100vh; */
}

.slide {
    width: 100%;
     /* height: 76vh;*/
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* padding-top: 129px; */
}

/* .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
} */

.slide-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0 20%;
}



.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    /* background:none !important; */
}


.slide-content button {
    font-family: "Roboto", serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20%;
}

.owl-dots span {
    width: 17px !important;
    height: 17px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    /* background:none !important; */
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

#main .owl-theme .owl-dots .owl-dot span{
    background: white;
    }
#main .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #003783;
}

.owl-carousel.owl-theme.banner_slider-movil.owl-loaded.owl-drag{
    display: none;
}
.slide-nivo-movil{
   display: none;
}


@media (max-width: 500px) {
    .owl-carousel.owl-theme.banner_slider{
        display: none;
    }
    .owl-carousel.owl-theme.banner_slider-movil.owl-loaded.owl-drag{
        display: block;
    }
    .owl-carousel-movil{
        display: block;
    }
    .slide-nivo{
        display: none;
    }
    .slide-nivo-movil{
        display: block;
    }
    
    .slide-movil {
        width: 100%;
        height: 50vh;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 63px;
    }
    .owl-carousel .owl-item img::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
    }
  }



  .homee .container .titulo-home1 {
    position: absolute;
    bottom: 120px;
    width: 60%;
}

.owl-theme .owl-nav{
    display: none;
}

 @media screen and (max-width: 2000px){
.home-carrousel .container .titulo-home1 {
    position: relative;
    bottom: 404px;
    width: 66%;
    z-index: 1;
    font-size: 60px;
    margin-left: -41px;
  }

   }

   @media screen and (max-width: 1700px){
.home-carrousel .container .titulo-home1 {
   margin-left: -43px;
   bottom: 373px;
  }

   }
  @media screen and (max-width: 1600px){
.home-carrousel .container .titulo-home1 {
  bottom: 332px;
  margin-left: -37px;
  }

   }
 @media screen and (max-width: 1200px){
.home-carrousel .container .titulo-home1 {
  bottom: 339px;
  /* margin-left: -37px; */
  }

   }
  
  .home-carrousel  .titulo {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: white;
    padding: 0 40px;
    position: relative;
  }
  
  
  @media screen and (max-width: 992px){
    .home-carrousel  .titulo {
      padding: 0;
      font-size: 35px;
      width: 86% !important;
  }
  .home-carrousel .container .titulo-home1{
    bottom: 227px;
    padding-left: 56px;
      font-size:50px;
  }
  }
  @media screen and (max-width: 650px){
    .home-carrousel .container .titulo-home1{
    
  padding-left: 56px;
  font-size: 36px;
}
}
  .home-carrousel .owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
  }


  @media (max-width: 500px) {
    .owl-carousel .owl-item img{
            height: 100%;
    }
    .home-carrousel .container .titulo-home1{
          padding-left: 0;
          left: 50px;
    }
    .owl-dots{
            bottom: 8%;
    }
    
}


.mover-l{
    
     border: 0;
  margin-top: -80px;
}


 @media screen and (max-width: 1135px) {
.mover-l{
 margin-top: -164px;
}

  }

 @media screen and (max-width: 992px) {
.mover-l{
 margin-top: -70px;
}

  }


 @media screen and (max-width: 709px) {
.mover-l{
 margin-top: -130px;
}

  }

 @media screen and (max-width: 650px) {
.mover-l{
 margin-top: -56px;
}

  }


 @media screen and (max-width: 538px) {
.mover-l{
 margin-top: -93px;
}

  }
 @media screen and (max-width: 500px) {
.mover-l{
 margin-top: -55px;
 /* display: none; */
}

  }

 @media screen and (max-width: 473px) {
.mover-l{
 margin-top: -84px;
 /* display: none; */
}

  }