/* PACIFICO POR EL MUNDO */


/* SLIDER */
/* controls */


#container-slider-h {
    position: relative;
    display: block;
    height: 80vh;
}

#slider-h {
    position: relative;
    display: block;
    height: 80vh;
    padding: 0px;
    margin: 0px;
}

.s-l-h:nth-child(1){
    background-position: bottom;
}

.s-l-h:nth-child(2),
.s-l-h:nth-child(4){
    background-position: center;
}


.s-l-h {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: absolute !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

.content_slider-h {
    color: var(--azul);
    text-shadow: 0px 0px 20px rgba(107, 107, 107, 0.474);
    height: 100%;
    padding: 0px;
}

.content_slider-h div {
    width: 90%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 15vh;
}

.content_slider-h h1 {
    font-family: m-bold;
    font-size: 3rem;
    text-transform: uppercase;
    margin: 0px;
}

.content_slider-h h2 {
    margin: 0px;
}

.content_slider-h p {
    margin: 0.5rem;
    font-family: m-medium;
    line-height: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
}

.content_slider-h div div {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}


#a-f-h p {
    font-size: 1.1rem;
    text-align: left;
}

.s-l-h .content_slider-h {
    background: rgba(255, 255, 255, 0.719);
}

.content_slider-h {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}


.content_slider-h p{
    font-family: m-medium;
    font-size: 1.3rem;
    line-height: 1.5rem;

    position: absolute;
    bottom: 0px;
    width: 90%;
    background-color: var(--azul);
   color: white;
   padding: 1rem 5% 3rem 5%;
   margin: 0px;
}

.content_slider-h p a{
    font-size: 1rem;
    color: white;
    padding: 0.5rem 1rem;
    border: 1px solid white;
    border-radius: 8px;
    text-align: center;
    line-height: 5rem;
    transition: all .3s ease-in-out;
}

.content_slider-h p a:hover{
    color: var(--azul);
    background-color: var(--celeste);
    border: none;
}

.btnSlider-h {
    padding: 10px 20px;
    font-size: 18px;
    background-color: var(--rosa);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.btnSlider-h:hover {
    scale: 1.05
}

.listslider-h {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
    bottom: 1rem;
    list-style: none;
    z-index: 2;
    
}

.listslider-h li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider-h li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid-h {
    background: white !important;
}


.sobreslide {

    z-index: 1;
    height: fit-content;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 70%;
}

.sobreslide div {
    width: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.sobreslide img {
    object-fit: contain;
    width: 100%;
    filter: drop-shadow(2px -2px 4px rgba(0, 0, 0, 0.5));

}

.sobreslide div:nth-child(1) img {
    width: 15rem;

}

.sobreslide h1 {
    margin: 0px;
    padding: 0px;
    color: var(--azul);
    font-family: m-extra-bold;
    font-size: 3rem;
    letter-spacing: -1px;
}

.sobreslide>h1 {
    width: 1.8rem;
    margin: 3rem;
}

.sobreslide h3 {
    margin: 0px;
    padding: 0px;
    color: var(--azul);
    font-family: m-extra-light;
    font-size: 1.9rem;
    text-align: center;
}

.span{
    height: 9rem;
}

  
  
  
  /*WHATSAPP FLOTANTE*/
    
  .whatsapp_h {
    position: fixed;
    bottom: 6rem;
    right: 20px;
    
    color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: all 0.5s ease-in-out;
    display: block !important;
  }
  
  .whatsapp-icon {
    margin: 0.6rem 0.8rem;
  }
  
  .whatsapp_h:hover {
    background-color: #25d366;
    color: #fff;
  }


  @media only screen and (max-width: 1150px) {
    .content_slider-h div div p{
        font-size: 1rem;
    }
    .content_slider-h p{
        font-size: 1rem;
    }

    .span{
        height: 8rem;
    }
  }

@media screen and (max-width: 896px){
    .sobreslide h3 {
        font-size: 1.4rem;
    }
    .sobreslide h1{
        font-size: 2.3rem;
    }

    .sobreslide div:nth-child(1) img{
        width: 12rem;
    }

    .sobreslide div:nth-child(3) img{
        width: 15rem;
    }
}


  @media screen and (max-width: 700px){
    .content_slider-h{
        align-items: flex-start;
    }

    .content_slider-h div{
        margin-top: 15vh;
    }
  }



  
  @media screen and (max-width: 630px){
    .content_slider-h div{
        width: 80%;
    }
    .sobreslide>h1{
        margin: 2rem;
    }

    .sobreslide h3 {
        font-size: 1.2rem;
    }
    .sobreslide h1{
        font-size: 2rem;
    }

    .sobreslide div:nth-child(1) img{
        width: 10rem;
    }

    .sobreslide div:nth-child(3) img{
        width: 12rem;
    }
  }

  
  @media screen and (max-width: 490px){

    .content_slider-h h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .content_slider-h h2{
        font-size: 1.3rem;
    }

    
    .content_slider-h div{
        margin-top: 0px;
        flex-direction: column !important;
    }

    .sobreslide>h1{
        margin: 1rem;
    }

  }

  @media screen and (max-width: 376px){
    .content_slider-h div{
        margin-top: 1rem;
    }

    .sobreslide h3 {
        font-size: 1.2rem;
    }
    .sobreslide h1{
        font-size: 2rem;
    }

    .sobreslide div:nth-child(1) img{
        width: 7rem;
    }

    .sobreslide div:nth-child(3) img{
        width: 10rem;
    }
  }
  
  

