@font-face {
font-family: "Corporate";
src: url('../fonts/CorporateS-Bold.ttf');
}
@font-face {
font-family: "Helvetica";
src: url('../fonts/Helvetica.ttf');
}
@font-face {
font-family: "HelveticaBold";
src: url('../fonts/HelveticaBold.ttf');
}

body {
    margin: 0;
    background: black;
    color: white;
    font-family: Helvetica;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.row {
    margin: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}
#carouselExampleIndicators .carousel-item {
    height: 80vh;
}
#carouselVideo .carousel-item {
    height: 50vh;
}
#carouselExampleIndicators > div.carousel-inner > div:nth-child(1) {
    background: url('../img/divemotor/home/slide2.jpg') center center; 
    background-size:cover    
}
#carouselExampleIndicators > div.carousel-inner > div:nth-child(2) {
    background: url('../img/divemotor/home/slide1.jpg') center center; 
    background-size:cover    
}


#carouselVideo > div.carousel-inner > div:nth-child(1) {
    background: url('../img/divemotor/video/slide1.jpg') center center; 
    background-size:cover   
}
#carouselVideo > div.carousel-inner > div:nth-child(2) {
    background: url('../img/divemotor/video/slide1.jpg') center center; 
    background-size:cover   
}

.header {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #4d4d51;
}
.scrolled {
    background: black;
}
.header .logo {
    transition: all 0.5s;
    margin-left: 5%;
    border-left: 2px solid #4d4d51;
    border-right: 2px solid #4d4d51;
}
.header div {
    margin-right: 5%;
}
.header .cascadia {
    transition: all 0.3s;
    opacity: 0;
}
.header .cascadia_scrolled {
    opacity: 1;
}
h1 {
    font-size: 40px;
    line-height: 40px;
    margin:0;
}
h1 span {
    font-family: HelveticaBold;
}
h2 {
    font-size: 23px;
    line-height: 23px;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    line-height: 20px;
    margin:0;
    font-family: HelveticaBold;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 18px;
    margin:0;
    margin-top: 20px;
    margin-bottom: 20px;
}
h5 {
    font-size: 23px;
    line-height: 23px;
    margin:0;
    margin-bottom: 20px;
    font-family: HelveticaBold;
}
p {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content {
    border: 0;
    max-width: 960px;
    margin: auto;
    width: 100%;
    position: relative;
    height: 100%;
}
.legales a{
    color: #000;
    font-weight: 600;
}

.items {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 30px;
}
.items li {
    padding: 10px;
}
.items li div {
    width: 200px;
    height: 200px;
    cursor: pointer;
}
.items li:nth-child(1) div {
    background: url(../img/divemotor/items/item1.png) center center no-repeat;
    background-size: cover;
}
.items li:nth-child(1):hover div {
    background: url(../img/divemotor/items/item1-hover.png) center center no-repeat;
        background-size: cover;
}

.items li:nth-child(2) div {
    background: url(../img/divemotor/items/item2.png) center center no-repeat;
        background-size: cover;
}
.items li:nth-child(2):hover div {
    background: url(../img/divemotor/items/item2-hover.png) center center no-repeat;
        background-size: cover;
}

.items li:nth-child(3) div {
    background: url(../img/divemotor/items/item3.png) center center no-repeat;
        background-size: cover;
}
.items li:nth-child(3):hover div {
    background: url(../img/divemotor/items/item3-hover.png) center center no-repeat;
        background-size: cover;
}

.items li:nth-child(4) div {
    background: url(../img/divemotor/items/item4.png) center center no-repeat;
        background-size: cover;
}
.items li:nth-child(4):hover div {
    background: url(../img/divemotor/items/item4-hover.png) center center no-repeat;
        background-size: cover;
}
.items hr {
    width: 80px;
    border: 0;
    height: 1px;
    background: #4d4d4d;
    margin: auto;
    margin-top: 8px;
}
.items_flecha {
    position: absolute;
    bottom: -20px;
}
.items_flecha img {
    width: 10px;
}
.internas {
    background: #191919;
    padding-top: 20px;
}
.internas li {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #4d4d4d;
}
.internas li:last-child {
    border: 0;
    padding-bottom: 100px;
}
.internas hr {
    width: 100%;
    border: 0;
    height: 1px;
    background: #4d4d4d;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
.interna_imagen {
    width: 100%;
}
.descripcion {
    padding-left: 40px;
    padding-right: 40px;
}
.descripcion p {
   
}
.banner {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.banner img {
    width: 470px;
}
.banner .play {
    width: 20px !important;
}
.banner div {
    position: relative;
}
.banner span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: white;
}
.formulario {
    background: white;
    padding-top: 80px;
    padding-bottom: 80px;
}
input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #4d4d4d;
}
input:focus {
    outline-offset: 0px;
    outline: none;
}
input::placeholder {
   font-size: 12px;
}
.inputs {
    display: flex;
    flex-wrap: wrap;
}
.inputs li {
    width: 50%;
    margin-bottom: 20px;
}


.tittle-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}
.tittle-slider-gris {
    position: absolute;
    top: 100px;
    left: 5%;
}
.titulo_cascadia_gris {
        width: 350px;
}
.boton_home {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.boton_wssp {
    position: fixed;
    bottom: 80px;
    right: 5%;
    z-index: 2;
}
.boton_wssp img {
    width: 50px;
}
.boton {
    padding: 15px 70px;
    color: black;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    font-family: Corporate;
    font-size: 14px;
    transition: all 0.3s;
}
.boton:hover {
    color: white;
    background: black;
}
.carousel-arrow {
    width: 40px;
}
.about {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.titulo_video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ver_video {
    display: flex;
    cursor: pointer;
    align-items: center;
    font-family: Corporate;
    font-size: 12px;
}
.ver_video img {
    width: 20px;
}
.ver_video span {
    font-size: 12px;
    padding-left: 10px;
}
footer {
    background: black;
    color: #b5b4b4;
    text-align: center;
    padding: 10px 10px;
}
.logo_footer {
    width: 120px;
}
.footer_lista {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rrss {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rrss li{
    padding: 4px;
    font-size: 12px;
    font-family: Helvetica;
}
.rrss img {
    width: 25px;
}



a , a:hover , a:link{
    text-decoration: none;
    color: black;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
    z-index: 1;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid white;
    margin-right: 5px;
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0);
}
.carousel-indicators {
    z-index: 1 !important;
}


.capa {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
}

.capa .capa_flotar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.capa .capa_video {
    position: relative;
}
.capa .cerrar {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}
.capa video {
    width: 800px;
}
#mensaje-ios {
    background: white;
    color: black;
    width: 250px;
    text-align: center;
    margin: auto;
}
@media (max-width: 500px) {
    #carouselExampleIndicators .carousel-item {
        height: 90vh;
    }
    #carouselExampleIndicators > div.carousel-inner > div:nth-child(1) {
    background: url('../img/divemotor/home/slide2-mobile.jpg') center center; 
    background-size:cover    
}
    .titulo_cascadia {
            width: 250px;
    }
    .tittle-slider-gris {
    position: absolute;
    top: 100px;
    left: 5%;
    padding-right: 5%;
}
    .titulo_cascadia_gris {
    width: 100%;
}
    .header {
        height: 51px;
    }
    .header .logo {
            width: 140px;
    }
    .carousel-arrow {
        width: 20px;
    }
    .boton {
        padding: 10px 40px;
        font-size: 12px;
    }
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .titulo_video {
    padding-left: 15%;
    padding-right: 15px;
}
    h1 {
    font-size: 25px;
    line-height: 25px;
}
    .ver_video {
        margin-top: 10px;
    }
    .items li {
        padding: 5px;
    }
    .items li div {
        width: 60px;
        height: 60px;
    }
    .items li span {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        text-decoration: underline;
        display: none;
    }
    .items li hr {
        display: none;
    }
    .items_flecha {
        bottom: -60px;
    }
    .descripcion {
    padding-left: 0px;
    padding-right: 0px;
        padding-bottom: 30px;
}
    h2 {
    font-size: 18px;
    line-height: 18px;
    }
    h3 {
    font-size: 16px;
    line-height: 16px;
    }
    h4 {
    font-size: 14px;
    line-height: 14px;
    }
    h5 {
    font-size: 18px;
    line-height: 18px;
    }
    .internas li {
        padding-bottom: 50px;
    }
    .capa .capa_flotar {
        width: 95%;
    }
    .capa .cerrar {
    right: 0px;
    }
    .inputs li {
    width: 100%;
}
    input {
        width: 100%;
    }
    .logo_footer {
    width: 80px;
}
    .rrss img {
    width: 18px;
}
    .boton_home {
    bottom: 60px;
    }
    .capa .capa_video {
    width: 100%;
}
    .capa video, .capa iframe {
    width: 100%;
}
    .header .cascadia {
    width: 100px;
}
    .banner img {
    width: 100%;
    margin-bottom: 20px;
}
        .banner .play {
    margin-bottom: 0px !important;
}
    .boton_wssp {
        right: 10px;
    }
    .boton_wssp img {
    width: 30px;
}
    .banner span {
        bottom: 25px;
    }
}


@media (max-width: 768px) {
    
}











