*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
}
#flechas{
      top: 24% !important;
          width: 3% !important;
              height: 50% !important;
                  background: black;
}
#fondo-home{
  background-image: url(../img/section.png  );
  width: 100%;
  height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
}

#slider-contenedor{
  padding-top:10% !important;
}
#gotitas{
  top: 100%;
}
.slider .caption-right{
    position: absolute;
    right: 0;
    width: 50%;
    top: 74%;
    display: flex;
    align-items: center;
    color:white;
    z-index: 1;
    border-bottom-left-radius: 2em;
}

.slider .caption-left{
    position: absolute;
    left: 0;
    width: 50%;
    top: 74%;
    display: flex;
    align-items: center;
    color:white;
    z-index: 1;
}


.pagination{
    position: absolute;
    top: 101%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li{
    font-size: 25px;
    margin: 2px 5px;
    color: #015C91;
    cursor: pointer;
}

.left, .right{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}

.left{
    left: 0px !important;
}

.right{
    right: 0px !important;
}
.h1, h1 {
    font-size: 1rem !important;
}
#contorno{
    background: rgba(0.26, 0.35, 0.43, 0.4) ;
    height: 38%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sombra-right{
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    width: 100%;
    height: 64px;
    background: rgba(0, 120, 215, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#sombra-left{
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    width: 100%;
    height: 64px;
    background: rgba(0, 120, 215, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#footer{
    background-image: url("../img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;

  }
#novedades-imagen-responsive{
  display: none
}
  @media (max-width:937px){
    #fondo-home{
      height: 600px !important;
    }
  }
  @media (max-width:767px) {
    #nosotros-imagen{
      margin-bottom: 0;
    }
    #fondo-home{
      height: 500px !important;
    }
    #novedades-imagen{
      display: none;
    }
    #novedades-imagen-responsive{
      display: block;
    }
  }
  @media (max-width:567px){
    #fondo-home{
      height: 400px !important;
    }
  }
  @media (max-width:390px){
    #fondo-home{
      height: 300px !important;
    }
  }
  @font-face {
      font-family: Gotham-Bold;
      src: url('../font/gotham-cufonfonts/GothamBold.ttf');
  }

  @font-face{
      font-family: Gotham-Light;
      src: url('../font/gotham-cufonfonts/GothamLight.ttf');
  }
