/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
} */

*{
    box-sizing: border-box;
    /* margin: 0;
    padding: 0; */

}

body{
    background: white;


}

clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .clearfix {
    display: inline-block;
  }

  html[xmlns] .clearfix {
    display: block;
  }

  * html .clearfix {
    height: 1%;
  }

  ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  header, nav, section, article, aside, footer, hgroup {
    display: block;
  }

  * {
    box-sizing: border-box;
  }

html, body{
    font-family: helvetica, sans-serif;
    /* font-weight: bold; */
}

/*MENU NAVEGACION*/

.header-area{
    /* background-color: rgba(249, 6, 6, 0.15); */
    position: absolute;
    top: 40;
    left: 0;
    right: 0;
    z-index: 1111;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.header-area_template{
    /* background-color: rgba(249, 6, 6, 0.15); */
    position: relative;
    top: 40;
    left: 0;
    right: 0;
    z-index: 1111;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;

}

.header-area .navbar{
    min-height: 80px;
    background: transparent;

}

.header-area .navbar .navbar-nav { /*NO HACE NADA */
    float: right;
    margin-top: 00px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
  }

  .header-area .navbar .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
  }


a:hover {
	color: #FC3;
}

.navbar-nav .nav-link.active {
    color: #f5a425 !important;
    padding-top: 0px;
}

.navbar-nav .nav-link{
    color: #1404f2;
    /* text-decoration: bold; */
    text-transform: uppercase;
    
}

.navbar li{
    font-size:14px;
}

.navbar .navbar-nav li:hover a{
    color: #f5a425 !important;
    opacity: 1;
}

.navbar .navbar-nav li.nav-item ul.nav-desplega li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
  }

  .navbar .navbar-nav li.nav-item ul li a:hover{
    background: #fff;
    color: #f5a425!important; 
    padding-left: 25px;
  }

/*VIDEO*/

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
    padding-bottom: 2rem;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;


}

/*ENCABEZADO*/

.contenido{
    padding: 2rem 2rem;
}


/*SLIDER PARTNER*/

.slider-frame{
    width: auto;
    height: 17rem;
    margin: 50px auto 0;
    overflow: hidden;
}

.slider-frame ul{
    display: flex;
    padding: 0;
    width: 100%; /*400% auto*/
}

.slider-frame li{
    list-style: none;
    width: 100%; /*100% auto*/
}

.slider-frame img{
    width: 100%;
}



/*FOOTER*/

footer{
    background-color: black;
    padding:2rem 0rem


}

footer h3{
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    font-size: 200%;
} 


.navbar-brand img{
    height: 7rem;
    width: auto;
}

.navbar-foot img{
   

    margin-left: auto;
    margin-right: auto;
    height:12rem;
    width: auto;
    display: flex;
    justify-content:center;
}

.social-icons li{
    display: inline-block;
    padding: 10px;
    font-size: 2rem;

}

.get-touch{
    text-align: center;
}

.get-touch p{
    font-size: 1.2rem;
}

.map-google{
    text-align: center;
}

/*BOTON FLOTANTE WHATSAPP*/

.container .btn-float-wa .btnwa{
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: transparent;
    padding: 15px 25px;

    /*color: white;*/
    /*border-radius: 25px;*/
    position: fixed;
    right:  40px;
    bottom: 40px;
    transition: all 0.3s ease 0s;
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);*/
    z-index: 99;
}

/* CARDS QUINES SOMOS */

.card{
    width: 20rem;
    position:center;
    margin: 20px auto;
    background-color: #92CEF5;
    border-color: #f3c304;
    border-width: 5px;
    height: 100%;
    object-fit: cover;

}

.quienes{

  justify-content: center;
}

.titulo-cabecera{
    text-align: center;
    padding: 20px;

}

#nombre{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#card-text{
    text-align: justify-all;
}

.card-title {
    text-transform: uppercase;
    text-decoration: bold;
    text-align: center;
}

/*OWD*/

.owd_title{
    height: 100%;
    width:auto;
    
}

.contenido_owd_img{
text-align: center;
margin: 1.5rem;
width: auto;
}

.contenido_owd_img h1{
padding: 3rem;
}

.contenido_owd_text {
    margin-top: 1.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    font-weight:normal;
    
}

.contenido_owd_text ul {
    list-style-type:square;
    margin-left: 10px;
}

/*FIN OWD*/

/* SCUBA */

.included_scuba{
    padding-bottom: 20px;
    list-style-type: square; 
    margin-left: 10px;
}

.scuba_section p {
    font-size: 16px;

}





@media screen and (min-width: 568px) {
.cards-wrapper{
    display: flex;
}

.card_esp{
    margin: 0 .5em;
    width: calc(100%/3);
}

.image-wrapper{
    height: 22vw;
    margin: 0 auto;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
}

@media screen and (max-width: 567px) {
    .card_esp:not(:first-child){
        display: none;
    }
}

.image-wrapper img{
    max-width: 100%;
    max-height: 100%;
}

.carousel-control-prev ,.carousel-control-next{
    background-color: #e1e1e1;
    width:5vh;
    height:6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next span,
.carousel-control-prev span{
    width:1.5rem;
    height:1.5rem;
}