*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    border: 0;
}

:root{
    --main-primary : #001240;
    --main-purple : #CB88FF;
    --btn-purple : #B311FF;
    --main-orange : #FF281D;
    --bg-ancianato : #FFA48F;
    --title-ancianato : #581000;
    --bg-ninos : #9FFF8F;
    --title-ninos : #005809;
    --bg-contact : #88C6FF;
    --title-contact : #00396D;
    --main-whatsapp : #4AC959;
    --main-facebook : #1877F2;
    --bg-consents: #FF8585;
    --title-consents : #790000;
    --title-purple : #3D006B;
}

body{
    font-family: 'Poppins', sans-serif !important;
}

.overflowy-hidden{
    overflow-y: hidden;
}

.btn-right{
    border-radius: 0 25px 25px 0 !important;
}

.btn-orange{
    border-color: var(--main-orange) !important;
    color: var(--main-orange) !important;
}

.btn-orange:hover{
    border-color: #740701 !important;
    color: #740701 !important;
}

.btn-red{
    border-color: white !important;
    background-color: var(--title-consents) !important;
    color: white;
}

.btn-red:hover{
    border-color: var(--title-consents) !important;
    background-color: #2e0000 !important;
    color: var(--title-consents);
}

.btn-whatsapp{
    border-color: var(--main-whatsapp) !important;
    color: var(--main-whatsapp) !important;
    background-color: #002705;
}

.btn-whatsapp:hover{
    border-color: #002705 !important;
    color: #002705 !important;
    background-color: var(--main-whatsapp);
}

.btn-facebook{
    border-color: var(--main-facebook) !important;
    color: var(--main-facebook) !important;
    background-color: #000f24;
}

.btn-facebook:hover{
    border-color: #000f24 !important;
    color: #000f24 !important;
    background-color: var(--main-facebook);
}

.btn-purple{
    background-color: var(--title-purple);
    color: white;
}

.btn-purple:hover{
    background-color: #120020;
    color: white;
}

.btnActive{
    background-color: var(--btn-purple) !important;
    color: white !important;
}

.text-purple{
    color: var(--title-purple) !important;
}

.modalImgCont{
   width: 100%;
   height: 300px;
   /* overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: center;  */
   background-position: center;
   background-size: cover;
   background-clip: border-box;
}

.text-shadow{
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.navbar, .footer, .offcanvas{
    background-color: var(--main-primary) !important;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

#hiddenNavbar{
    z-index: 10000;
}

.mainLogo{
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}

#navbarMain > div, #footerMain > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

#footerMain > div{
    padding: 1rem;
}

.btn{
    border-radius: 50px;
    border: 2px solid white;
    padding: .8rem;
}

.btn-circle{
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.btn-warning{
    text-shadow: none !important;
}

.footer{
    width: 100%;
    /* position: absolute;
    bottom: 0; */
}

.navbar-toggler{
    border-color: white !important;
}

.languageSwitch{
    position: fixed;
    bottom: 50px;
    right: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
    z-index: 1000;
}

.languageSwitch2{
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.languageSwitch2 > img{
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.languageSwitch > img{
    width: 100%;
    position: absolute;
    z-index: -1;
}

.languageSwitch > p, .languageSwitch2 > p{
    color: white;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.upPageBtn{
    position: fixed;
    bottom: 0;
    right: 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
    z-index: 1000;
}

.plusBtn{
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
    z-index: 1000;
}

.btn-wrap{position:fixed; bottom: 50px; right: 0; margin: 2rem; z-index: 1000;}
.btn-circle-plus{position:relative; z-index:2; display:block; width:80px; height:80px; background: var(--bs-indigo); border-radius:100%; border: 2px solid white; transition:transform 0.25s; box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);}
.btn-circle-plus:before{content:''; position:absolute; top:50%; left:50%; display:block; width:40px; height:4px; background:#fff; transform:translate(-50%, -50%);}
.btn-circle-plus:after{content:''; position:absolute; top:50%; left:50%; display:block; width:4px; height:40px; background:#fff; transform:translate(-50%, -50%); transition:all 0.05s;}
.menu-list li{position:absolute; top:50%; left:50%; width:60px; height:60px; text-align:center; line-height:60px; border-radius:100%; border: 2px solid white; transform:translate(-50%, -50%); overflow:hidden; transition:top 0.5s cubic-bezier(0.2, 0.05, 0.35, 1.4), box-shadow 0.5s;}
.menu-list li a{display:block; width:100%; height:100%; font-size:25px; color:#fff; background: var(--title-consents); transition:background .35s;}
.menu-list li button{display:block; width:100% !important; height:100% !important;}
.menu-list li:hover{box-shadow:3px 5px 8px rgba(0, 0, 0, 0.5);}
.btn-wrap.active .btn-circle-plus{transform:rotate(180deg);}
.btn-wrap.active .btn-circle-plus:after{width:40px; height:4px;}
.btn-wrap.active .menu-list li:nth-child(1){top:-120px;}
.btn-wrap.active .menu-list li:nth-child(2){top:-45px;}

.profileBtn{
    overflow: hidden;
}

.profileBtn > img{
    width: 100%;
}

.deleteBtn{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: -25px;
    right: -25px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

#google_translate_element select{
    background:#f6edfd;
    color:#383ffa;
    border: none;
    border-radius:3px;
    padding:6px 8px
}
.goog-logo-link{
    display:none!important;
}

.goog-te-gadget{
    color:transparent!important;
} 
.goog-te-banner-frame{
    display:none !important;
}
    
#goog-gt-tt, .goog-te-balloon-frame{display: none !important;}
.goog-text-highlight { background: none !important; box-shadow: none !important;}

.goog-logo-link,.goog-te-gadget span{
    display:none !important;
}

.goog-te-gadget{
    color:transparent!important;
    font-size :0;
}

.goog-te-banner-frame{
    display:none !important;
}

#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{display: none !important;}

.goog-text-highlight { background: none !important; box-shadow: none !important;}

.goog-te-gadget-simple{
    width: 100% !important;
    height: 100% !important;
    border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* .goog-te-gadget-simple>img{
    display: none;
} */

.goog-te-gadget{
    height: 100%;
}

#signOutCont{
    width: max-content;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#signOutCont2{
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
}

.list-style > li{
    list-style: disc !important;
}

.donateBtn{
    position: fixed;
    top: 150px;
    left: 0;
    border-radius: 0 50px 50px 0 !important;
    z-index: 1001;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    border-left: none;
}

.galleryContent{
    display: none;
}

/* -------------------------------------- Preloader Section --------------------------------------- */

.preloadCont{
    width: 100%;
    height: 100vh;
    background-color: var(--main-primary);
    position: fixed;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imgPreloadCont{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid rgb(0, 1, 26);
    overflow: hidden;
    /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5); */
}

.imgPreloadCont > img{
    width: 100%;
    height: 100%;
}

.smallInfoCont{
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
}

/* -------------------------------------- main Section --------------------------------------- */

.cardsSection{
    margin: 0 !important;
}

.cardsSection > div{
    /* width: 650px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 350px;
}

.cardMainImg{
    transition: 0.2s ease-in-out;
    position: absolute;
    z-index: -1;
}

.cardInfoCont{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 80px 15px rgba(0, 0, 0, 1) inset;
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
}

.cardInfoCont > h1{
    color: white;
    margin: 2rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.2s ease-in-out;
    margin-top: 12rem;
}

.cardInfoPlusCont{
    visibility: hidden;
    opacity: 0;
    color: white;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: 0.2s ease-in-out;
}

.cardInfoCont:hover{
    background-color: rgba(0, 0, 0, 0.6);
}

.cardInfoCont:hover > .cardMainImg{
    transform: scale(1.2);
    filter: blur(1px);
}

.cardInfoCont:hover > h1{
    font-size: 1.5rem;
    margin-top: 0;
}

.cardInfoCont:hover > .cardInfoPlusCont{
    visibility: visible;
    opacity: 1;
}

.mainVideoSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    background-color: var(--main-purple);
}

.mainVideoSection > video{
    width: 80vw;
    background-color: rgb(26, 26, 26);
    /* border-radius: 25px; */
    transition: 0.2s ease-in-out;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.mainVideoSection > video:hover{
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.8);
}

.programsImgCont{
    width: 100%;
    height: 100%;
    /* overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; */
    background-size: cover;
    background-position: center;
    background-clip: border-box;
}

#mainEditSection{
    width: 100%;
    padding: 2em;
    background: #C33764;
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);
    background: linear-gradient(to right, #1D2671, #C33764);

}

.mainFormCont{
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px;
    border: 2px dashed var(--main-primary);
    color: var(--main-primary);
    border-radius: 3px;
    transition: 0.2s;
   
  }
  
  .choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    
  }

  .mainHistorySection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    background-color: var(--main-purple);
}

.videoFrame{
    width: 100%;
    height: 200px;
    background-color: var(--bs-danger);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.videoFrame:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

/* .navMainSects{
    position: fixed;
    width: 100%;
    z-index: 1001;
} */

.navMainSects > li > a{
    text-decoration: none;
    color: white;
}

.navMainSects{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
}
  
/* -------------------------------------- Ancianato Section --------------------------------------- */

.bannerSection{
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
}

.bannerShadowSect{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    flex-direction: column;
}

.projectsSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.projectsSection > .card{
    margin: 2rem;
}

.bg-ancianato{
    background-color: var(--bg-ancianato);
}

.card{
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.card-ancianato{
    text-align: center;
}

.card-ancianato > h5{
    color: var(--main-orange) !important;
}

.gallery{
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-img{
    width: 300px;
    height: 200px;
    margin: 2rem;
    border-radius: 50px;
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);*/
    border: 2px solid white;
    background-color: white;
    cursor: pointer;
    overflow: hidden;
    transition: .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-video{
    width: 300px;
    height: 200px;
    margin: 2rem;
    border-radius: 50px;
    /*box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);*/
    border: 2px solid white;
    cursor: pointer;
    background-color: white;
    overflow: hidden;
    transition: .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img:hover{
    transform: scale(1.1);
}

.gallery-video:hover{
    transform: scale(1.1);
}

.carouselGallery{
    height: 70vh;
    display: flex;
    align-items: center;
}

.card-add{
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0 transparent;
    border: 5px dashed var(--bs-success);
    color: var(--bs-success);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.card-add:hover{
    transform: scale(1.1);
}

/* -------------------------------------- Hogar de niños Section --------------------------------------- */

.bannerKidsSection{
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
}

.carouselKids{
    border-radius: 25px;
    height: 400px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.carouselKids > div{
    height: 100%;
}

.carouselKids > div > img{
    margin-top: -150px;
}

.carousel-caption{
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    /* color: black; */
}

.bg-ninos{
    background-color: var(--bg-ninos);
}

.carouselInfoCont{
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em;
    border-radius: 25px;
}

/* -------------------------------------- Contact Section --------------------------------------- */

.bg-contact{
    background-color: var(--bg-contact);
}

.donateTextCont{
    text-align: left;
}

.contactImgCont{
    height: 400px;
    width: 350px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactImgCont > img{
    height: 100%;
}

.contactTextCont{
    text-align: right;
}

#map, #mapEdit {
    height: 250px;
}

.contactFormCont{
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    width: 35rem;
}

.socialMediaCont{
    display: flex;
    justify-content: center;
}

.socialMediaCont > a{
    margin: 1rem;
}

.programsEditCont{
    height: 300px;
    width: 100%;
    overflow: auto;
}

.card-edit{
    /* background-color: rgba(255, 255, 255, 0.5) !important; */
    box-shadow: 0 0 0 0 transparent;
    border: 5px dashed var(--bs-warning);
    color: var(--bs-warning);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.card-edit:hover{
    transform: scale(1.1);
}

/* -------------------------------------- Consents Section --------------------------------------- */

.bg-consents{
    background-color: var(--bg-consents);
}

.docsSection{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;    
}

.docCont{
    width: 300px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    margin: 1rem;
}

.textDocCont{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-pdf{
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0 transparent;
    border: 5px dashed var(--bs-danger);
    color: var(--bs-danger);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------------------------------- Login Section --------------------------------------- */

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.loginImgCont{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.5) inset;
    background-position: center;
    background-size: cover;
    background-clip: border-box;
}

/* -------------------------------------- Media Query --------------------------------------- */

@media (max-width: 900px) {
    #navFull{
        display: none;
    }
    #navResponsive{
        display: block !important;
    }
    .carouselKids > div > img{
        height: 100%;
        margin-top: 0;
    }

    .donateBtn > span{
        display: none;
    }

    .donateBtn > i{
        font-size: 1.5em;
    }
}

@media (max-width: 770px) {
    .donateTextCont{
        text-align: center;
    }

    .contactTextCont{
        text-align: center;
    }

    .contactImgCont{
        display: none;
    }

    .contactFormCont{
        width: 25rem;
    }
    
    .btn-right{
        border-radius: 0 0 25px 25px !important;
    }

    .mainFormCont{
        margin-bottom: 2rem;
    }

}