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

body{
   
    font-family: 'Poppins', sans-serif;
    font-size: 16px; 
    
}


p{ 
    width: 90%;
   /* max-width: 12.5em;*/
    overflow: hidden;
    margin: auto;
    padding: 2.5em 0em;
    font-size: 18px
}

#root {
    height: 100%,
}

/*************************MENU*********************************/

.divMenu {
    width: 100%;
    background-size:cover;
    background-position: center;   
    line-height: 2;
}

.navMenu{
    width: 100%;
    background-color: rgb(114, 175, 211, .75);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.125em;
    transition: all 0.5s ease;
    z-index: 5;
   
}
.navMenu.active{
    background-color: rgb(114, 175, 211, .75);
    position: fixed;
}

.navMenu.active.logo
.navMenu.active.a{color:#000}


.ulMenu{
    display: flex;
}
.ulMenu li {
    list-style: none;
    margin: 1em;
}
.ulMenu li a{
    font-family: 'Poppins', sans-serif;
    color:#000;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
    
}
.ulMenu li a:hover{
    padding: 0.3125em 0.625em;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    color: #000;
    border-radius: 1.25em;
   
} 

.divLogo {
    width: 10em;
    max-width:12.5em;
    margin: 0.5px;
    padding: 0.3125em 0.3125em;
}

.divSuscribite{
font-family: 'Poppins', sans-serif;
    text-decoration: none;
    /* display: block; */
    background: linear-gradient(50deg,#37ecba,#72afd3);
    color: black;
    font-size: 132%;
    /* color: #5ce2b6; */
    font-weight: 100;
    transition: all 0.5s ease;
    position: fixed;
    right: 0em;
    bottom: 3%;
    /* height: 14%; */
    z-index: 3000;
    border-radius: 2.5em 2.5em 1px 2.5em;
    padding: 2% 2% 2% 2%;
    text-align: center;
    
}
.divSuscribite:hover{
    
    font-size: 1.56em;
    border-radius: 2.5em 2.5em 1px 2.5em;
    padding: 2% 4%  2%;
    
    
} 


/*-----------------> Menu de Imagenes <----------------- */

#divCuerpo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#menuImg {
    display: flex;
    margin: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
   
}

#divImgMenu{
    width: 100%;
    display: flex;
    justify-content: center
    

}

#imgMenu {
    margin: auto;
    height: 44em;
    width: 90%;
    object-fit: cover;
     
    
}

.ulSlider {
    display: flex; 
    top: 105%;
    
}
.ulSlider li {

    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 1rem;
    transition: all 0.5s ease;
}

.liSlider :hover{
   background: linear-gradient(#37ecba,#72afd3);
   padding: 0.60em ;
    
   transition: all 0.5s ease;
    
}
.liSlider a {


    display: flex;
    width: 0.625em;
    height: 0.625em;
    text-decoration: none;
    background: linear-gradient(#37ecba3d,#72afd3d9); 
    border-radius: 100%;
    font-size: 1.25em;
    padding: 0.425em;
    justify-content: space-around;
    align-items: center;
    top: 46.25em;
}

#tituloImgMenu{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 2.31em;
    color: white;
    display: block;
    background: linear-gradient(to top, rgba(55,236,186,0.5) 0%, rgba(114,175,211,0.5) 100%);
    position: absolute;
    top: 10.75em;
    width: 90%;
}
/******************INICIO ITEMS*****************/
.subMenuInicio{    
    font-family: 'Poppins', sans-serif;%
    display: flex;
    flex-direction: column;
    margin: auto;

}


#tituloInicio{
    margin-top: 5em;
    width: 100%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.187em;
    color: white;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    font-style: italic;    
    text-align: center;
}

.pInicio{
    width: 100%;
    text-align: center;
    max-width: none;
    overflow: unset;
    margin: auto;
    display: flex;
    padding: 3.125rem;
    box-sizing: border-box;
    flex-direction: column;
}

.ulInicio{
    margin-top: 3em;
    display: flex;
    padding: 1em;
}

.liInicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    
}

.imgInicio {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 30%;
}
.imgInicio:hover {
    transform: translateY(1em);
    box-shadow: 0px 30px 10px -15px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 35%;
}

.textoInicio {
    margin-top: 3em;
    font-size: 1em;
    text-align: center;
    margin-bottom: 1.25rem;
}

/*************************FOOTER**********************************/

.divFooter {  
    width: 100%; 
    background-size: cover;
    background-position: center;   
    line-height: 2;
    padding-top: 10%;
}

.navFooter{
    font-family: 'Poppins', sans-serif;
    font-size: 0.625em;
    width: 100%;
    background-color:#72afd3;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
   
}
.ulFooter{
    display: flex;
    
}
.ulFooter li{
     display: flex;
     margin-top: 0.625em;
     margin-inline: 0.3125em;
 
}
.ulFooter li a img{
    margin: 10%;
    color: white;
    width: 1.56em;
    height:1.56em;
    
    }

.ulTextFooter{
   
    display: flex;
    font-size: 1.875em;
   
    
}
.ulTextFooter li{
    
    font-size: 0.625em;
    margin: 0.625em;
    list-style: none;
}

/*--------------> Sub Menu Quienes Somos<--------------------------*/

.subMenuQuienesSomos{
    font-family: 'Poppins', sans-serif;
}




#tituloQuienesSomos0{
    font-style: italic;
    font-size: 1.437em;
    color: white;
    position: absolute;
    top: 30em;
    width: 90%;
    margin-inline-start: 5%;
   
}

#tituloQuienesSomos1  {
    font-size: 20px;
    color: white;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    
    
}
/*--------> Degrade de IMG - Quienes Somos<---------*/

#degradeImg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: auto;
    padding: 2.5em 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}   



/*--------------> Sub Menu Que hacemos + ilustraciones<--------------------------*/

.subMenu{    
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tituloQueHacemos{
    width: 100%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.187em;
    color: white;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    font-style: italic;    
    text-align: center;
}

.ulIlustraciones{
    display: flex;
    padding: 3.125rem;
}

.liIlus {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.imgTarea {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
}

.textoTarea {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1.25rem;
}

.pCuerpo{
    width: 100%;
    max-width: none;
    overflow: unset;
    margin: auto;
    display: flex;
    padding: 3.125rem;
    box-sizing: border-box;
    flex-direction: column;
    text-align: center;
}


/*------------------- Sumate------------------*/

.pSumate {
    display: flex;
    margin: auto;
    text-align: center;
    padding: 2em;
    
}

.h4Cuerpo {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    width: 18.75em;
    display: block;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    padding: 1.25em 1.875em;
    text-align: center;
    margin: auto;
    margin-top: 0.3125em;
    color: black;
    font-size: 1.25em;
    letter-spacing: 1px;
    border-radius: 1.875em;
    transition: all 300ms;
}

.h4Cuerpo:hover {
    transform: translateY(0.625em);
    box-shadow: 0px 30px 5px -15px rgba(0,0,0,0.3);
}

.ulIlustracionesSumate {
    padding: 0.3125em;
}

.imgIlusSumate {
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.p1IlusSumate {

    margin: auto;
    text-align: center;
    font-style: oblique;
    font-weight: bold;
}
/*-------------------Botones Contacto-Redes------------------*/

/*.liRedes{
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 1.875em;
}*/

.subMenu1{
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;   
}

.h3Contacto{ 
    width: 100%;
    font-size: 1.56em;
    color: white;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.pContacto {
    text-align: center;
    padding: 2em;
}
    
.botonContacto {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    /*width: 31.25em;*/
    display: block;
    background: linear-gradient(50deg,#37ecba,#72afd3);
    padding: 1.5% 3.5%;
    text-align: center;
    margin: auto;
    margin-top: 1.3125em;
    color: black;
    font-size: 1.26em;
    letter-spacing: 1px;
    border-radius: 1.875em;
    transition: all 300ms;
}
   

.botonContacto:hover{
    transform: translateY(0.625em);
    box-shadow: 0px 30px 5px -15px rgba(0,0,0,0.3);
}

#googleMaps{
    margin-top: 4.25em;
    width: 40em;
    height: 25em;
    box-shadow: -27px 25px 25px -12px rgb(0 0 0 / 30%);
 
}

.ulRedes {
    display: flex;
    align-items: center;    
}

.ulRedes li {    
    
    border-radius: 100%;
  
}

.ulRedes li:hover{
    transform: translateY(0.625em);
    background: white;
    box-shadow: 0px 30px 5px -15px rgba(0,0,0,0.3);
}

.ulRedes li a {
    margin: 5em;
}
.ulRedes li a img{
    
    /*width: 8.56em;*/
    height: 3.30em;
  
    }


.p1Redes {
    display: flex;
    margin: 4.8em; 
    font-size: 1.25em;
    
}

.p0Redes{
   /*display: flex;*/
        margin-top: 4.5em;
        font-size: 1.25em;
    text-align: center;
   
}

/*.h4Redes {
    width: 40em;
    text-align: center;
    display: flex;
    margin: 6em;
    font-size: 1em;
}*/

   .h4Redes {
    display: flex;
    margin: 4.5em;
    font-size: 1em;
    text-align: center;
}



@media only screen and (max-width: 1060px){
    .navMenu{
    width: 100%;
    background-color: rgb(114, 175, 211, .75);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.125em;
    transition: all 0.5s ease;
    z-index: 5;
    flex-direction: column;
   
}    
    .navFooter{
    font-size: 0.625em;
    width: 100%;
    background-color:#72afd3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
    .ulTextFooter {
    display: flex;
    font-size: 1.875em;
    flex-direction: column;
}

    .ulMenu {
    display: flex;
    flex-direction: column;
        padding: 0.5em;
    }        
    .ulMenu li {
    list-style: none;
    margin:0em;
    
    
    }    
    .ulRedes li a{
        margin: 2em;
    }
    #tituloQuienesSomos0{
    font-style: italic;
    font-size: 1.437em;
    color: white;
    position: absolute;
    top: 34rem;
    width: 90%;
    margin-inline-start: 5%;}    
    #googleMaps {
    margin-top: 4.25em;    
    width: 21em;
    height: 23em;
    box-shadow: -27px 25px 25px -12px rgb(0 0 0 / 30%);
    }}