/*cores*/
.azul {
    color: #1c3144;
}

.bg-azul {
    background-color: #1c3144;
}

.rosa {
    color: #ff6978;
}

.branco {
    color: white;
}

.azul2 {
    color: #b1ede8;
}

.bg-azul2 {
    background-color: #b1ede8;
}

.azul3 {
    color: #3f88c5;
}

.bg-azul3 {
    background-color: #3f88c5;
}

/*cores*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: sans-serif;
    background-color: #17202a;
    color:white;
    font-family: 'Lato', sans-serif;
}

.icon{
    width: 2.5em;
    max-width: 50px;
    height: auto;
}

.title-section{
    display: flex;
    width: 100%;
    height: 50px;
    align-content: center;
    align-items: center;
    padding: 20px:
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1C3144;
    color: white;
    width: 100%;
    height: 70px;
}

header img {
    padding: 10px;
    width: 100px;
}

header p {
    flex-grow: 1;
    justify-content: center;
    text-align: center;
    font-size: 1.1em;
}

.carrousel {
    margin: 0 auto;
}


.responsive {
    width: 100%;
    height: auto;
}


nav {
    width: 100%;
}

nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    background-color: #1c3144;
    height: 60px;

}

nav ul li {
    text-align: center;
    justify-content: center;
    padding: 5px;
    width: 25%;
    font-size: 0.8em;
    

}

/*intro*/
.intro {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 30px;
}

.img-profile {
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 10px;
}

.title-name {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 5px;
}

.text-info {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px;
    color: white;
    
}

/*equipo*/
info-equipo {
    padding: 20px;
    display: flex;
    flex-direction: column;

}

.title-equipo {
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 20px;
    color: white;
}

.icon-equipo{
    width: 50px;
    height: 50px; 
    margin-right: 30px;
}

.equipo {
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    align-items: center;
    padding: 10px;
}

.equipo li{
    width: 45%;
    margin: 0 auto;
    align-content: center;
    margin-bottom: 20px;
}

.equipo li a {
    color: white;
}
.img-team {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}

/*infos*/
.info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    margin-top: 50px;
}

.title-info {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 10px;
}

.item-info {
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.50em;
    margin-bottom: 20px;
    text-align: left;
}

/*footer*/
footer {
    height: auto;
    margin-top: 10px;
    padding: 10px;
    line-height: 1em;
    font-size: 0.75em;
    font-family: monospace;
    text-align: left;
    display: flex;
    align-items: center;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*HOJA DE PLAN*/
.plan-detalle{
    display: flex;
    margin: 0.5em;
    align-items: center;
}
.plan-detalle>p{
    padding: 0.5em;
    font-weight: 600;
    background-color: #EF6060;
    border-radius: 10px;
}
.plan-detalle>img{
    width: 12%;
    padding: 0.5em;
}
.objetivo{
    padding: 0.8em;
    background-color: #2F455C;
    margin: 1em;
    border-radius: 25px;
}

.objetivo>p{
    margin-top: 10px;
}
.estetica{
    padding: 0.8em;
    margin: 1em;
    background-color: #2F455C;
    border-radius: 25px;
}
.estetica>p{
    margin-top: 10px;
}
.paleta-colores{
    padding: 0.em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.imagen-mapa{
    width: 340px;
    height: auto;
}
