/* general */
*{
    padding: 0;
    margin: 0;
}
a {
    color: #666666 !important;
}
h5{
    padding: 2% 3%;
    font-size: 25px;

}
p{
    padding: 1% 2% 2% 6%;
}
.seccion{
    margin-top:5% ;
}
/* NavBar */
.navbar{
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}
.nav-link, .dropdown-item{
    font-weight: 600;
}
.dropdown-menu{
    background: #f8f9fa;
}

.dropdown-item{
    color: rgba(0, 0, 0, 0.55);
}
.nav-link:hover, .dropdown-item:hover{
    background-color: #f8f9fa;
    color: deeppink !important;
}


.collapse{
    margin-right: 5%;
}

.logoNav{
    width: 15%;
    margin-left: 25%;
}

/* Home */
.home{
    background-image: url("../assets/imgs/niños7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 65%;
    color: #dbdbdb;
    height: 1000px;
}

.home h3, .home h1{
    font-size: 95px;
    font-weight: bolder;
    margin-left: 5%;
    text-shadow: 2px 2px 0 #ffffff;
    color: deeppink;
}
.home h3{
    margin-left: 5%;
    padding-top: 15%;
    font-size: 55px;
    color: blue;
}
.home p{
    font-size: 19px;
    margin: 2% 7%;
    font-weight: 400;
    padding: 2% 10% 2% 1%;
}
.buttons{
    margin: 1% 10%;
}
.buttons h5{
    font-size: 25px;

}
.buttons button{
    border-radius: 15px;
    border: 1px solid deeppink;
    height: 35px;
    width: 10%;
    margin: 2% ;
    font-weight: 600;
    color: deeppink !important;
}
.buttons a{
    font-weight: 600;
    font-size: 80%;
    color: #000000 !important;
}
.empresa{
    border: 1px solid blue !important;
    color: blue !important;
}
.niños:hover{
    background-color: deeppink;
    border: 1px solid deeppink;
    color: #dbdbdb;
}
.empresa:hover{
    background-color:blue;
    border: 1px solid #dbdbdb;
    color: #dbdbdb !important;
}
.deporte{
    border: 1px solid #069b3f!important;
    color: #069b3f !important;
}
.deporte:hover{
    background-color:#069b3f;
    border: 1px solid #dbdbdb;
    color: #dbdbdb !important;
}

/* quienesSomos */

.quienesSomos img{
    width: 50%;
    margin-left: 25%
}

/* primario */

.swiper-button-prev{
    background-color: #ffffff26;
    color:deeppink !important
}
.swiper-button-next{
    background-color: #ffffff26;
    color:deeppink !important
}
.swiper-pagination-bullets span{
    background-color: #ffffff;
}
.swiper-pagination-bullet-active{
    background-color: deeppink !important;
}


.primario-fotos{
    display: flex;
}
.primario-fotos img{
    padding: 3%;
    width: 130%;

}
.carousel{
    padding: 5%;
}
.carousel-item img{
    margin-top: 20%;
    height: 320px;
}

.primario-fotos img:hover, .empresa-fotos img:hover, .deporteFotos img:hover, .hoverIMG:hover{
    animation-duration: 1s;
    animation-name: agrandar;
    animation-fill-mode: forwards;
    animation-direction:alternate ;
}
@keyframes agrandar {
    100%{transform: scale(1.1);}
}

/* Empresarial */
iframe{
    width: 100%;
    height: 92%;
    padding: 3%;
}

.empresa-fotos img{
    width: 25%;
    padding: 3% 2%;
}


.rowVideo{
    height: 70%;
}

/* Deporte */
.deporteFotos{
    padding: 0% 5% 5% 5%;
}
.deporteFotos div{
    display: flex;
}
.deporteFotos img{
    width: 100%;
    height: 100%;
    padding:2% ;
    
}


/* contacto */
.contacto{
    height: 596px;
}
.contacto-local div{
    background-color: #ffffffad;

}
.fondoLocal{
    background-image: url("../assets/imgs/local.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 65%;
    
}
.fondoLocal div{
    margin-top: 5%;
    background-color: #dfdfdf94;

}

.contacto h4, .contacto h5{
    margin-top: 2%;
    color: black;
}
.fondoLocal h4, .fondoLocal h5{
    color: white;
}
.contacto img{
    width: 100%;
}

.contacto-info{
    position: fixed;
    z-index: 9999999999999999999999999999999;
    top:70%;
    left: 1%;
    border-radius: 15px;
    border-radius: 25px;
    border: 2px solid transparent;
    padding: 1% 0%;
  
}
.contacto-info div{
    display: flex;
    margin: 0% 3%;
    margin-top: 6%;
   

}
.contactoEscondido{
    opacity: 0%;
    width: 130px;
    padding: 5%;
    color: deeppink;
}
a{
    text-decoration: none;

}
.contactDiv{
    background-color: #f5f5f5bb;
    border-radius: 25px;
    border: 2px solid deeppink;
}
.contactoAparece{
    opacity: 100% !important;
}



.contacto-info img{
    width: 50px;
    padding: 0% 2%;

    
}
.instagram{
    padding: 4%;
}



/* Footer */
footer{
    display: flex;
    text-align: center;
    justify-content: space-around;
}
footer div h5{
    padding: 1%;
    text-align: center;
    width: 200px;
    font-size: 21px;
}



/* Vista mobile */
@media only screen and (max-width:577px)
{
   /* nav */
    .logoNav{
        width: 40%;
        margin-left: 0;
    }   
    /* Home */
    .home{
        background-image: url("../assets/imgs/homeCelu.jpg");
        height: 1181px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .home h3, .home h1{
        font-size: 70px;
        font-weight: bolder;
        margin-left: 5%;
        text-shadow: 2px 2px 0 #ffffff;
        color: deeppink;
    }
    .home h3{
        margin-left: 5%;
        padding-top: 20%;
        font-size: 45px;
        color: blue;
    }
    .buttons h5{
        color: white;
        text-shadow: 2px 2px 0 black;

    }
    .home p{
        font-size: 18px;
        margin: 10% 2% 2% 40%;
        font-weight: 400;
        color: white;
        background: #4a4a4aad;
        text-align: end;
    }

   .buttons{
        margin: 1%;
        display: grid;
   }
    .buttons button{
        width: 25%;
        font-weight: 500;
    }

    /* quienes somos */
    .quienesSomos div{
        width: 50%;
        justify-content:center;

    }
    .quienesSomos img{
        width: 100%;
        margin: 0%;
    }

    /* primario */

    .empresarialContainer iframe{
        display: none;
    }
    .seccion p{
        font-size: 15px;
    }
    .primario-fotos{
        padding: 0% 2%;
    }
    .swiper-button-prev{
        left:0 !important
    }
    .swiper-button-next{
        right:0 !important;
    }
    .swiper-pagination-bullets{
        bottom: 0 !important;
    }
    .primario-fotos img{
        padding: 10%;
        width: 100% !important;
    
    }
    /* Empresarial */
    .carousel{
        padding: 5%;
    }
    .carousel-item img{
        margin-top: 2%;
        height: 320px;
    }
  
    
    
    .contactDiv{
        background-color: #f5f5f500;
        border-radius: 0px;
        border: 2px solid transparent;
    }
    .contactoAparece{
        display: none;
    }
    .contactoEscondido{
        display: none;
    }
    .navbar-brand{
        width: 25%;
        margin-right: 0%;
    }
    .contacto-info{
        position: relative;
        display: flex;
        top:0%;
        left: 0%;
        border-radius: 0px;
        border: 2px solid transparent;
        padding: 0%;
        width: 50%;
        margin-right: 0%;
    }
    .contacto-info a{
        display: flex;
        margin: 0% 3%;
    }
    .contacto img{
        padding: 5%;
    }
    .contacto iframe{
        padding: 0%;
    }
    .contacto-info a img{
       padding: 20%;
       width: 50px !important;

    }
    .fondoLocal{
        background-size: contain;
        background-repeat: no-repeat;
        height: 65%;
        padding: 2% 10%;
    }
    .hoverIMG{
        padding: 0% 5%
    }
    .instagram{
        padding: 25%;
    }
    /* Footer */
    
    footer{
        display: flex;
        justify-content: space-around;
        margin-top: 30%;
        border-top: 1px solid #c8c9ca;
    }
    footer div h5{
        padding: 1%;
        text-align: center;
        width: 200px;
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 550px){
    .home {
        height: 1120px;
    }
}

@media only screen and (max-width: 520px){
    .home {
        height: 1050px;
    }
    .carousel-item img {
        height: 300px;
    }
}





@media only screen and (max-width: 490px){
    .home {
        height: 1000px;
    }
     .carousel-item img {
        height: 250px;
    }
}

@media only screen and (max-width: 470px){
    .home {
        height: 950px;
    }
     .carousel-item img {
        height: 230px;
    }
}
@media only screen and (max-width: 440px){
    .home {
        height: 900px;
    }
    .home p{
        font-size:16px;
        margin: 20% 2% 2% 10%;
        
    }
    
     .carousel-item img {
        height: 220px;
    }
}

@media only screen and (max-width: 400px){
    .home {
        height: 820px;
    }
    
     .carousel-item img {
        height: 210px;
    }
}
@media only screen and (max-width: 380px){
    .home {
        height: 780px;
    }
}

