@import url("menu.css");
@import url("fonts.css");
@import url("footer.css");
/* @import url('portada.css');
@import url('portada-main.css'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    height: 100vh;
}

header {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #1e9f8c;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.container {
    width: 98%;
    margin: auto;
}

header .container {
    display: table;
    text-align: left;
}

section {
    width: 100%;
    margin-bottom: 25px;
}

#welcome {
    text-align: center;
}

/*****puppup*******/

.ui-content {
    display: none;
}

#popup {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin: 0px auto;
    margin-top: 120px;
    position: relative;
    padding: 10px;
    width: 350px;
    min-height: 250px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px #666666;
    border: 2px solid #666666;
}

.content-popup h2 {
    color: #48484b;
    border-bottom: 1px solid #48484b;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

@media (min-width: 1024px) {
    .container {
        width: 100%;

        padding-left: 1%;
        padding-top: 1%;
    }

    header {
        height: 77px;
    }

    .content-popup {
        width: 500px;
    }
}

/*slide custom*/
.slider {
    width: 100%;
    overflow: hidden;
}

.slider ul {
    display: flex;
    padding: 0px;
    width: 100%;
    list-style: none;
    animation: cambio 60s infinite normal linear;
    margin-top: 0;
    margin-bottom: 0;
}

.slider ul li {
    width: 100%;
    height: 200px;
}

.slider img {
    width: 100%;
}

@media (min-width: 750px) {
    .slider ul li {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .slider ul li {
        height: 776px;
    }

    #main-nav2 ul li a {
        color: transparent;
    }

    #main-nav ul li a {
        color: transparent;
        border: 0px !important;
    }

    .modal-contenido {
        width: 500px;
        /*margin-top: 50px;*/
    }

    #b-club-title {
        margin-left: 48%;
    }
}

@media (min-width:750px){
    .video-content-inner {
        height: 450px;
    }
}

@media (min-width:1024px) {

    .video-content-inner {
        height: 550px;
    }
}

@media (min-width:1540px) {

    .video-content-inner {
        height: 750px;
    }
}

.video-content-inner iframe {  
        width: 100%;
        height: 100%;       
}

#inner-form-section {
    width: 100%!important;
    max-width: 400px!important;
    
}

#section-div-form {
    width: 100%!important;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 20px
}

#inner-form-section div {
    width: 100%!important;
}

#inner-form-section .title-h {
    font-size: 20px !important;
    font-weight: bold;
}


