@font-face {
    font-family: 'Padel';
    src: url("../fonts/gothamrnd_book.otf") format('opentype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'PadelBold';
    src: url("../fonts/gothamrnd_bold.otf") format('opentype');
    font-style: normal;
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: Padel;
}



nav {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    background-color: white;
    min-height: 5rem;
    z-index: 300;
}
.langSeleccion ul li {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
}

nav ul li {
    display: flex;
    justify-content: center;
    min-height: 10rem;
    display: inline;
    font-weight: bold;
}

.langSeleccion a:hover {
    color: #B3D92B;
    text-decoration: underline;
    transition: 0.5s;

}

a {
    text-decoration: none;
}

nav img {
    height: 4rem;
}

nav a {
    color: #081526;
}

/* nav a:hover {
    color: white;
    transition: 0.4s;

} */

h1 {
    color: #B3D92B;
    font-size: 4rem;
    font-family: PadelBold;
    text-align: center;
    text-shadow: 2px 2px 1px #081526;
}

h2 {
    font-family: PadelBold;
    font-size: 3rem;
    color: #081526;
    text-align: left;
    margin-bottom: 1rem;
}

h3 {
    font-family: PadelBold;
    font-size: 2.5rem;
    color: #081526;
    text-align: left;
}

h4 {
    font-family: PadelBold;
    font-size: 1.8rem;
    color: #081526;
    text-align: left;
}

h5 {
    font-family: PadelBold;
    font-size: 1.4rem;
    color: #081526;
    text-align: left;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7B8DA6;
    min-height: 40rem;
    width: 100%;
    z-index: 2;
    padding-top: 5rem;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f5f8fc;
    min-height: 40rem;
    width: 100%;
}


p {
    font-family: Padel;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: justify;
    color: #081526;
}

footer {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: #081526;
    min-height: 15rem;
}

section {
    width: 90%;
    min-height: 38rem;
    /* border: 4px red dotted; */
}

/*************** CLASES NOMBRADAS ***********************/
header.clearSlide {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    /* border: 4px red solid; */
}

.divLogo {
    /* border: purple solid 2px; */
    width: 20%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-height: 4rem;
}

.divNavegacion {
    /* border: royalblue solid 2px; */
    width: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 5rem;
    /* padding-bottom: 0.4rem; */
}

.langSeleccion {
    font-size: 0.8rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    /* border: blue solid 1px; */
    align-items: start;
}

.navPaginas {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    /* border: yellow 2px solid; */
    min-height: 2rem;
}

.headerBienvenida {
    min-height: 40rem;
    width: 100%;
    background-image: url('../img/padel-header.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bienvenida {
    position: absolute;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 2rem;
    z-index: 2;
    min-height: 40rem;
}

.bienvenida h1 {
    text-align: center;
    width: 100%;
    margin: 1rem;
    /* border: red solid 2px; */
}

.bienvenida p {
    background-color:rgb(245, 248, 252, 0.7);
    padding: 1rem;
    border-radius: 0.4rem;

    width: 60%;
    text-align: center;
    align-self: top;
}

.seccionInicio {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.seccionInicio2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    background-color: #081526;
    /* padding-top: 2%; */
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.seccionInicio2 div p {
    color: #f5f8fc;
}
.seccionInicio2 div h2 {
    color:#B3D92B;
}

.seccionInicio3 {
    /* width: 100%; */
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.imgInicio {
   
    /* border: red solid 3px; */
    width: 95%;
    border-radius: 1.5rem;

}

.divInicio {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-height: 15rem;
}

.divInicio2 {
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 15rem;
    /* border: green solid 2px; */
}

.divInicio3 {
    display: flex;
    justify-content: left;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    min-height: 15rem;
    margin-bottom: 3rem;
    /* background-color: #081526; */
}

.columnas {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 2%; */
    width: 100%;
    /* border: red solid 2px; */
}

.columna {
    width: 22%;
    height: auto;
    border: 0.15rem solid rgb(245, 248, 252,.1);
    padding: 1rem;
    border-radius: 0.7rem;
    margin-bottom: 1%;
    
}
.columna h5 {
    color: #b3d92b;
    
}

.logoFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-height: 12rem;
}

.navFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    min-height: 12rem;
    color: #7B8DA6;
    text-decoration: none;
}

.navFooter ul li a  {
    color: #7B8DA6;
}

/* .navFooter ul li a:hover {
    color: white;
    transition: 0.5s;
} */

.faq {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    justify-content: center;
    margin-top: 3rem;
    line-height: 1.5rem;
}

.faq a, .faq ul {
    list-style: none;
    font-family: Padel;
    line-height: 1.7rem;
    text-align: left;
    color: #7B8DA6;
    font-size: 0.7rem;
    width: 90%;
}

.empresa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #7B8DA6;
    }

.empresa p {
    font-size: 1rem;
    text-align: center;
    color: #7B8DA6;
}

.logonebula {
    margin-left: 1rem;
    width: 12rem;
}

.copyright {
    width: 100%;

}

.rrss {
    /* border: red solid 2px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    min-height: 12rem;
    color: #7B8DA6;
    text-decoration: none;
    font-size: xx-large;
}
.rrss ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    /* border: yellow solid 2px; */
}

.rrss a {
    color: #7B8DA6;
}

.rrss a:visited {
    color: #7B8DA6;
}

.navPaginas li {
    text-justify: center;
    /* border: green 1px solid; */
    list-style: none;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.4rem;
}
.navPaginas li:hover {
    background-color: #B3D92B;
    /* color: white; */
    transition: 0.5s;
}

.navPaginas li:hover a{
    color: white;
    transition: 0.5s;
}

.langSeleccion li {
    list-style: none;
    padding-right: 1rem;
    padding-left: 0.2rem;
    font-size: 0.8rem;
    font-weight: normal;
}

/* .seccionInicio div {
    width: 50%;
    border: green 3px solid;
} */

.navFooter ul {
    list-style: none;
    color: #7B8DA6;
    line-height: 2rem;
}

.copyright p {
    text-align: center;
    color: #7B8DA6;
    font-size: 0.7rem;
}

.logoFooter img {
        height: 9rem;
}

.s2 {
    background-color: #b3d92b;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 5rem;

}

.llamada {
    background-color: #b3d92b;
    padding: 2px;
    text-align: center;
}
#boton1 {
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    outline: none;
    cursor: pointer;
    border-radius: 3rem;
    border: 0.16rem solid #081526;
    font-size: 2rem;
    background-color: transparent;
    transition: 0.5s;
}
#boton1 a {
    color:#081526;

}
#boton1:hover {
    padding-left: 3rem;
    padding-right: 3rem;
    border: 0.16rem solid #081526;
    font-size: 2rem;
    background-color: #f5f8fc;
    transition: 0.5s;
}
.bloqueTarjetas {
    background-color: #b3d92b;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 9rem;
    /* border: blue solid 2px; */
    display: flex;
    justify-content: center;
    align-items: center;

}
.tarjetasAccion {
    /* border: 5px red solid; */
    width: 90%;
    min-height: 9rem;
    display: flex;

    justify-content: center;
    gap:1%;
}
.enlacestarjetas {
    display: block;
    /* border: red solid 2px; */
}


.tarjAnimada {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;    
    justify-content: center;
    background-color: #B3D92B;
    min-height: 8rem;
    /* border:#081526 0.16rem solid; */
    box-shadow: 0.3rem 0.2rem 0.4rem rgba(20, 20, 20, 0.3);
    border-radius: 0.5rem;
    border: #081526 0.15rem solid;
    width: 15.5%;
    height: 8rem;
    transition: 0.35s;
}

.tarjAnimada:hover {
    background-color:#f5f8fc ;
    /* bottom: 1rem; */
    border: #f5f8fc 0.2rem solid;
    /* box-shadow: 0.3rem 2rem 1rem rgba(20, 20, 20, 0.3); */

}

.tarjAnimada div {
    /* width: 50%; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* border: red solid 2px; */
    height: 100%;
    align-items: center;
}
.tarjAnimada img {
    width: 100%;
    
}
.tarjAnimada h5 {
    text-align: center;
    font-size: 1.2rem;
    display: block;

}
.iconoTarjeta {
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* border: red solid 2px; */
    height: 100%;
    align-items: center;
}
.textoTarjeta {
    width: 60%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /* border: yellow solid 2px; */
    height: 100%;
    align-items: center;
}
.divLogo2 {
    display:none
}

.desplegable {
    position: relative;
}


.dropdown li ul {

    position: absolute;
    top: 100%;
    left: 0px;
    display: none; 
    width: 90%;
    text-align: center;
    background-color:#B3D92B; 
    padding: 0.5rem;
    border-radius: 0.4rem;
    z-index: 10;
}

.dropdown li:hover ul {
    display: block;
}

.liSubmenu ul {
    position: absolute;
    width: 90%;
    background-color:#B3D92B; 
    /* padding: 0.5rem 2rem; */
    border-radius: 0.4rem;
}

.dropdown li ul li a {
    width: 100%;
    box-sizing: border-box;
    color: #081526; 
    /* background-color: white;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;  */
    transition: 0.5s;
}

.dropdown li ul:hover li a{
    color: white; 
    background-color: transparent; 
    transition: 0.5s;
}

/* .dropdown li:hover {
    background-color: #B3D92B;
    color:#081526;
    transition: 0.5s;
}

.dropdown li:hover a{
    color:white;
    transition: 0.5s;
} */


#menu {display: none;
    position:fixed;
    top: 0rem;
    right:0rem }
.labelBurguer {display: none;
    position:fixed;
        top: 0rem;
        right:0rem }

.burguer {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #081526;
    /* border: 1px solid #081526; */
    border-radius: 5px;
    background-color: white;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    user-select: none;
}

  .divNavegacionSP {
    
    position: fixed;
    top: 0rem;
    left: -50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
    background-color: #618C03;
    transition: 500ms;
    /* transition-delay: 500ms; */
    transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
}





/******************* MEDIA QUERIES ******************/

/*    Codigo pag en tablet       */

@media (max-width:1540px) {


    .tarjetasAccion {
       
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .tarjAnimada {
        
        width: 30%;
        height: 8rem;
        margin-bottom: 1rem;
        transition: 0.35s;
    }
    .columna {
        width: 45%;
        height: auto;
        border: 0.15rem solid rgb(245, 248, 252,.1);
        padding: 1rem;
        border-radius: 0.7rem;
        margin-bottom: 1%;
        
    }

}

@media (max-width:960px) {
    nav {
        justify-content: space-between;
    }

    .divLogo {
            min-height: 4rem;
            padding-left: 1rem;
        }

    .langSeleccion ul {
        height: 2rem;
        padding-right: 0.5rem;
    }

    .navPaginas ul {
        height: 2rem;
        padding-right: 0.5rem;
    }

    .navPaginas li {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .rrss {
        /* border: red solid 2px; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 40%;
        min-height: 12rem;
        color: #7B8DA6;
        text-decoration: none;
        font-size: xx-large;
    }
    .rrss ul {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        /* border: yellow solid 2px; */
    }
    .faq  {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 3rem;
        justify-content: center;
        margin-top: 3rem;
        line-height: 1.5rem;
    }
    .faq ul li{
        display: inline;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    .faq a, .faq ul {
        list-style: none;
        font-family: Padel;
        line-height: 1.7rem;
        text-align: center;
        color: #7B8DA6;
        font-size: 0.7rem;
        width: 90%;
    }
    .columna {
        width: 100%;
        height: auto;
        border: 0.15rem solid rgb(245, 248, 252,.1);
        padding: 1rem;
        border-radius: 0.7rem;
        margin-bottom: 1%;
        
    }
    

    footer {justify-content: space-between;
            }
    .logoFooter {padding-left: 2rem;}
    .navFooter {padding-right: 2rem;}

    .tarjetasAccion {
        /* border: 5px green solid; */
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .tarjAnimada {
        
        width: 30%;
        height: 8rem;
        margin-bottom: 1rem;
        transition: 0.35s;
    }

    .seccionInicio {
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 65rem;

    }
    .seccionInicio3 {
 
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        padding-bottom:3rem;
    }

    .divInicio {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 15rem;
    }
    .divInicio2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 15rem;

    }

}


/*  Codigo pagina en smartphone   */    

@media (max-width:768px) { 

    nav {
        position:relative
    }
    header {
        padding-top: 0;
    }

    .labelBurguer {display: block;
        position:fixed;
        top: 0rem;
        right:0rem;
        z-index: 101; }

    #menu {display: none;
            position:fixed;
            top: 0rem;
            right:0rem;
            z-index: 101; }

    nav ul {width: 100%;
        color: white;}

    nav ul li {
        display: flex;
        flex-direction: column;
        min-height: 5rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* border-radius: 0.5rem; */
        border-bottom: 0.12rem solid rgb(255, 255, 255, .3);
    }


    nav ul li a {color: white;}

    .divLogo {
        display: none;
    }

    .divLogo2 {
                width: 100%;
                display: flex;
                justify-content: left;
                align-items: center;
                padding-left: 1rem;
                z-index: 300;

            }

    .divNavegacionSP {width: 100%;}

    .divNavegacion ul{
        display: none;
      }
    
    #menu:checked  ~ .divNavegacionSP {translate: 50rem 0px;
      }

    #menu:checked ~ label .burguer {background-color: #618C03;
        color: white;}

    #menu:checked ~ label .burguer {
            background-color: #618C03;
            color: white;
            border:none;
        }


    .divNavegacionSP ul li:active {background-color: #B3D92B;
    }

    .bienvenida {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 2rem;
        z-index: 2;
        min-height: 40rem;
    }
    
    .bienvenida p{
        display: none;
    }
    .bienvenida h1 {
        text-align: center;
        width: 100%;
        margin: 0;
        font-size: 3rem;
        /* border: red solid 2px; */
    }
    section {
        width: 100%;
        min-height: 38rem;
        /* border: 4px red dotted; */
    }
    .seccionInicio {
        display: flex;
        width: 100%;
        align-items: start;
        justify-content: center;
        flex-wrap: wrap;
        min-height: 65rem;
    }
    .seccionInicio3 {
        /* border: 2px red solid; */
        display: flex;
        justify-content: space-evenly;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        padding-bottom:3rem;
    }
   
    .divInicio {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 15rem;
    }
    .imgInicio {
   
        /* border: red solid 3px; */
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    
    }
    .divInicio2, .divInicio3 {
        padding-top: 2rem;
        display: flex;
        justify-content: left;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding-left:1rem;
        padding-right:1rem;
        min-height: 15rem;
    }
    

    footer {flex-direction: column;
        align-items: center;}
    
    .logoFooter {width: 50%;
        padding-left: 0;
        padding-top: 2rem;
        padding-bottom: 1rem;
        min-height: 5rem;
        /* border: green solid 2px; */
        }
    .logoFooter img {
        min-height: 12rem;
    }
    .rrss {width: 70%;
        /* border: red 2px solid; */
        min-height: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 2rem;}

    .navFooter {
        justify-content: space-around;
        text-align: center;
        font-size: 1rem;
        font-weight: bolder;
        width: 100%;
        padding-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 0;}

    .navFooter ul li {padding-bottom: 0.5rem;
    }

    .rrss ul {width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
            align-items: center;
            align-content: center;}

    .rrss ul li {justify-content: center;}

    .faq ul li{
        display: block;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .faq a, .faq ul {
        list-style: none;
        font-family: Padel;
        text-align: center;
        color: #7B8DA6;
        font-size: 0.7rem;
        width: 90%;
        line-height: 2rem;
    }
    .menuMobile {
        position: relative;
        background-color: #618C03;
        min-height: 5rem;
    }
    .menuMobile2 {
        position: relative;
        background-color: #6ea002;
        min-height: 5rem;
    }


    .desplegable {
        position: relative;
        border: red 1px solid;
        min-height: 9rem;
        justify-content: space-evenly;
    }

    .liSubmenu {
        background-color: #b3d92b;
        border: yellow 1px solid;
        display: flex;
        width: 100%;
        text-align: center;
        min-height: 2rem;
        justify-content: center;
        align-items: center;
        border-bottom: none;
    }

    .tarjetasAccion {
        /* border: 5px green solid; */
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .tarjAnimada {
        
        width: 45%;
        height: 8rem;
        margin-bottom: 1rem;
        transition: 0.35s;
    }
    .s2 {

        background-color: #b3d92b;
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: 5rem;
    
    }

    #boton1 {
        padding: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        outline: none;
        cursor: pointer;
        border-radius: 3rem;
        border: 0.16rem solid #081526;
        font-size: 1.3rem;
        background-color: transparent;
        transition: 0.5s;
    }
    #boton1 a {
        padding-left: 1rem;
        padding-right: 1rem;
        color:#081526;
    
    }
    #boton1:hover {
        padding: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        outline: none;
        cursor: pointer;
        border-radius: 3rem;
        border: 0.16rem solid #081526;
        font-size: 1.3rem;
        background-color: #f5f8fc;
        transition: 0.5s;
    }

    .divInicio3 {
        display: flex;
        justify-content: left;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2rem;
        min-height: 15rem;
        margin-bottom: 3rem;
        /* background-color: #081526; */
    }
   

}
