

h1 {
font-family: 'DM Serif Display';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 45px;
}


h2{
font-family: 'DM Serif Display';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 30px;
}


h3{
font-family: 'DM Serif Display';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
}

 
p{
font-family: 'Nunito', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
}

a{
    font-family: 'DM Serif Display';
    text-decoration: none;
    color: rgb(146, 57, 207);
    
}

a:hover{
    color: rgb(71, 185, 184);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    
}

.nav-link {
    color: black;
    font-size: 20px;
}

.titlehome {
font-size: 64px;
}


.azul{
    color: rgba(71, 185, 184);
}

.bg-azul{
    background-color: rgba(71, 185, 184, 0.1);
   //padding: 25px;
    
}

.bg-morado{
    background-color: rgba(146, 57, 207, 0.1);
   //padding: 25px;
    
}

.bg-rayas{
        background-image: url(../img/bg-escribeme-sara-gomez.png);
        background-size: cover;
        background-repeat: no-repeat;
        
}



.skills{
    color: #9239CF;
    padding-top: 20px;
}

.flecha{
    width: 20px;
    height: 20px;
}

.contacto h1{
    font-size: 48px;

}

.contacto{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contacto h2{
    color: rgb(146, 57, 207);
}

.contacto a{   
font-family: 'Nunito', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #000;

}



footer{
    background-color: #000;
   

}

footer p{
    color: #fff;
    font-family: 'DM Serif Display';
    font-size: 14px;
    margin-bottom: 0; 
    
    
}


.btn{
    height: 50px;
    border-radius: 0;
    border: 2px solid #000;
    font-family: 'DM Serif Display';
    font-size: 16px;
    letter-spacing: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transition: 1s;
    user-select: none;
}

.btn-principal {
            padding: 1em 2em;
            border: 2px solid;
            background: none;
            font-size: 1em;
            color: #000;
            transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s;
        }

.btn-principal:hover {
            border-color: rgb(71, 185, 184);
            box-shadow: 0 0.5em 0.5em -0.4em rgb(71, 185, 184);
            color: rgb(71, 185, 184);
            transform: translateY(-0.25em);
        }

.btn-secundario{
            padding: 0;
            border: none;
            background: none;
            font-size: 1em;
            color: #000;
            justify-content: left;
            transition: border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s;
        }


.btn-secundario:hover {
            border-color: rgb(71, 185, 184);
            color: rgb(71, 185, 184);
            //transform: translateY(-0.25em);
        }

.nav-anim{
  position:relative;

}


.nav-anim::before{
    content: "";
    width: 0;
    height: 4px;
    top: 45%;
    left: -3%;
    box-sizing: border-box;
    background-color: rgba(71, 185, 184, 0.5);
    z-index: -1;
    transform: translate(-100%);
    transform-origin: left ;
    position: absolute;
    transition: all .3s;
    }

    .nav-anim:hover::before{
    content: "";
    width: 110%;
    height: 4px;
    top: 45%;
    left: -3%;
    box-sizing: border-box;
    background-color: rgba(71, 185, 184, 0.5);
    z-index: -1;
    transform: translate(0%);
    position: absolute;
    }

   .nav-anim:active::before{
    position: absolute;
    background-color: rgba(146, 57, 207, 0.5);
   
    }

    .nav-active::before{
    content: "";
    width: 100px;
    height: 4px;
    top: 50%;
    justify-content: center;
    background-color: rgba(146, 57, 207, 0.5);
    position: absolute;
    
    
        
    }

.img-gris{
    filter: grayscale(100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
   } 

.img-gris:hover{
    filter: grayscale(0);
    transform: scale(1.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
   } 

.carousel-control{
   opacity: 0.1 } 



@media screen and (max-width: 991px)   {
.foto-contacto {
    padding: 15px 0px;
}
}

        
        