:root {
    --primario: #7510F7;
    --primarioOscuro: #4a0b9c;
    --secundario: ;
    --negro: #000;
    --blanco: #ffffff;
    --gris: #E6ECF8;
    --padding: 1rem;
    --padding2: 2rem;
}

html {
    box-sizing: border-box;
}
*, *:after, *:before {
    box-sizing: inherit;
}
body {
    box-sizing: border-box;
    background-color: var(--secundario);
    font-family: 'Saira Condensed', sans-serif
}
.contenedor {
    width: min(90%, 120rem);
    margin: 0 auto
}
h1, h2, h3 {
    text-align: center;
}
h1 {
    font-size: 3rem;
    font-weight: 700;
}
h2 {
    flex: 0 1 100%;
    font-size: 1.7rem;
    font-weight: 200;
    line-height: 1.25;
}
h3 {
    margin:0;

}
a  {
    text-decoration: none
}
img {
    max-width: 100%;
    margin: 0 auto;
}

/* navegacion */
.barra .logo {
    max-width: 5rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .barra .logo {
        margin: 0;
    }
}

.barra .contenedor {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    align-items: center;
}
@media (min-width: 768px) {
    .barra .contenedor {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1200px;
    }
}

.navegacion ul{
    list-style: none;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px) {
    .navegacion {
        flex: 0 0 20rem;
    }
    .navegacion ul{
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.nav.superior {
    padding-left: 0;
}

.navegacion ul li a {
    color: var(--blanco);
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.navegacion ul li a:hover {   
    font-weight: bold;
}

.navegador {
    margin: 0 auto;
    background-color: var(--primario);
}

/* Hero */
.columna-central {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 3rem 0;
}

.hero-pie {
    align-items: center;
    text-align: center;
}
.hero-pie .contenedor img {
    max-height: 400px;
    margin: 0 auto;
    margin-bottom: -8px;
}

/* seccion medio */

.seccion.es-medio {
    background-color: var(--primario);
    color: var(--blanco);
}

.seccion.es-larga {
    padding-bottom: 18rem;
    padding-top: 5rem;
}

.columna.central {
    display: flex;
    justify-content: center;
}

.columna.tres-tercios{
    flex: none;
    width: 90%;
    text-align: center;
}
 @media (min-width: 768px) {
    .columna.tres-tercios{
        flex: none;
        width: 75%;
        text-align: center;
    }
 }

/* Habilidades */
.section {
    padding: 5rem 1.5rem;
}

.seccion.habilidades {
    margin-top: -14rem;
    padding-bottom: 1rem;
    text-align: center;
}

.box {
    border-radius: 12px;    
}


@media (min-width: 768px) {
    .columna.es-central {
        display: flex;
        background-color: var(--blanco);
        padding: 0 2rem;
    }  
} 

.columna.es-central ul {
    padding: 0;
    list-style: none;
}


.columnas:last-child {
    margin-bottom: -0.75rem;
}

@media (min-width: 768px) {
    .columna.es-central  {
        border: 1px solid var(--gris);
        border-right: 1px solid var(--gris);
        border-radius: 10px;
    }
}

.columna.es-central  {
    border: 1px solid var(--gris);
    border-right: 1px solid var(--gris);
    border-radius: 10px;
    margin: 0 auto;
    background-color: var(--blanco);
}

.container.es-estrecha {
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .columna.division  {
        border-right: 1px solid var(--gris);
        flex: 50%;
    }
    .columna.division:last-of-type  {
        border-right: none;
    }
}

.columna.division  {
    padding: 1rem 3rem;
}
.columna.division:last-of-type  {
    border-bottom: none;
}

.columna.division h2 {
    font-weight: bold;
}
.columna.division p, .columna.division ul {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}
 
.columna .lista-habilidades {
    color: var(--primario);
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 50px;
    margin-bottom: 0;
}


/* Proyectos */
.contenedor-cards {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;    
}

.card img {    
    border-radius: 10px;
}

.contenedor-cards .opaca {
    opacity: .75;
    transition: all .3s ease-in-out;
}
.contenedor-cards .opaca:hover {
    opacity: 1;
}

.destinos .titulo {
    background-color: var(--blanco);
    opacity: .93;
    font-size: 1.8rem;
    color: var(--primario);
    text-transform: none;
    color: var(--primario);
    margin: 0;
    border-radius: 5px;
    padding: .4rem;
}

.destinos .card {
    position: relative;
}
.destinos .info {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.destinos h1 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 4rem;
}
.destinos h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    width: 75%;
    margin: 0 auto;
}

/* Footer */
.footer {
    background-color: var(--primario);    
    color: var(--blanco);
    margin-top: 3rem;
}
.footer h2 {
 text-transform: uppercase;
}
.footer .contenedor {    
    padding-left: 1rem;
    max-width: 1200px;
}

@media (min-width: 768px) {
    .footer .contenedor {
        display: flex;
        justify-content: space-between;      
    }
    .footer .caja {
        padding-right: 1rem;
        max-width: 800px;
    }
    .footer .caja:last-child {
        padding-right: 0;
    }
}

.nosotros.caja p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
}

.copyright {
    background-color: var(--primarioOscuro) ;
    margin: 2rem 0 0 0;
    padding: .5rem 0;
    text-align: center;
}

/* Redes Sociales< */
.sociales ul li span {
    color: var(--blanco);
    text-transform: uppercase;
    margin-left: .75rem;
}

.sociales ul {
    display: grid;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
    transition: all .5s ease-in-out; 
}

.sociales ul li{
    padding: .2rem;
    display: flex;
    align-items: center;
       
}

.sociales ul li:hover, 
.footer .entradas li a:hover {
    background-color: var(--primarioOscuro);
    padding: .2rem;
    border-radius: 5px;
}










