@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
.body{
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.whatsapp {
	position:fixed;
	width:85px;
	height:85px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:60px;
	z-index:100;
  }

    
  .whatsapp-icon {
	margin-top:13px;
  }

  .whatsapp:hover{
    color:#FFF;
  }
 

#navbar{
    font-family: 'Poppins',sans-serif;
}

#navbar img{
   width: 50px;
}

#main img{ 
    max-height: 80vh;
    object-fit: cover;
    width: auto;
    height: auto;
}

#carouselExampleCaptions{
    font-family: 'Poppins',sans-serif;    
}

.carousel-item h5{
   font-size: 40px;
   font-weight: bold;
   color: white !important;
   text-shadow: 3px 3px 3px gray;
}

.carousel-item p{
    font-size: 20px;
    font-weight: 600;
    color:white;
   /* text-shadow: 5px 5px 5px white;*/
    text-transform: uppercase;
  
  }



.py-5{
    text-align: left;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;

}


.py-5 p{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin-top: 2rem;
    
}

.card{
    border: none;

}

.card img {
    width: 100px;
}




.card-text{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color:slategrey;
    text-align:center;
    font-weight:450; 
}


#misionVision{
    margin-top: 25px;
}

#misionVision h5{
    text-align: center;
    color: #B73D95;
}

#socios{
    font-family: 'Poppins',sans-serif;
    color:black;
}

#socios .card-body{
    background-color: white;
}


#socios .card-header{
    color:#B73D95;
    font-family: 'Poppins',sans-serif;
}

#socios .card-text{
    text-align: center;
    color:black;
    font-family: 'Poppins',sans-serif;
}

#socios{
    padding-top: 100px;
}

#socios .card h5, h6 {
    text-align: center;
    
}


#socios .card p {
    text-align: center;
    
}


#socios h3 {
    text-align: center;
    color: #B73D95;
}


.py-5 #quienesSomos{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#potencial{
    text-align: center;
    font-size: 20px;
}

#potencial ul{
    list-style-type: none;
}


#somosPersonas{
    font-size: 25px;
    color:#B73D95 !important;
    font-weight: bold;
}

hr{
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid;
}

#talentoHumano h3{
   color: #B73D95;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


#talentoHumano p{
    color:#606061;
    font-weight: 500;
}

#talentoHumano {
/*    background-color:rgb(138,190,62);*/
    background-color:#A4DDE4
}

#liderazgo h3{
/*    color: white;*/
    color:#B73D95;
}

#liderazgo p{
/*    color:white;*/
    color:#B73D95;

}

#liderazgo{
 /*   background-color: rgb(197,223,155);*/
/*    background-color:rgb(123,198,167);*/
background-color: white;

}


#coaching p{
    color:#B73D95;

}

#coaching h3{
    color:#B73D95;
}

#coaching{
    background-color:#EAFAF1
}


#bienestarPersonal{
    background-color:white;


}

#bienestarPersonal p{
    color:#45B39D;

}




#bienestarPersonal h3{
    color: #138D75;
}

#contactanos h3,h4,h6{
    color: #B73D95;
}

#contactanos label{
    color: #B73D95;
}

#contactanos .btn{
    background-color: #B73D95;
    color: white;
}

#footer{
    background-color:#B73D95;
    height: 30px;
}



.footer-desarrollado{
    color:white;
    font-weight: bold;
    text-align: right;
  }
  
  .footer-desarrollado a{
    color:white;
  }
