* {
    padding: 0;
    margin: 0;
    background-color: #CC69B7; 
    @import 'https://fonts.googleapis.com/css?family=Coda+Caption:800|Teko:300';
}

header{
    position: fixed;
    z-index: 999;
    width: 100%;
}

h1 {
    padding-top: 4.4rem;
    height: 6.6715625rem;
    background-color: #3FC9C2;
    color: #CC69B7;
    font-family: 'Coda Caption', sans-serif;
    text-align: center;
    font-size: 3.3875rem;
    line-height: 6.5rem ;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}

main {
    text-align: center;
    padding-top: 2rem;
        
}

main p {
    font-family: teko, sans-serif;
    font-size: 2.3rem;
    color: white;
    font-weight: 100; 
    text-align: center;
    margin-bottom: 2rem;
}

main p a {
    font-weight: 500
}

main img {
    border-radius: 50%;
    height: 18.2540625rem;
    width: auto;
    vertical-align: middle;
    border-style: dotted;
    border-color: #3FC9C2;
}

#primerparrafo {
    font-family: teko, sans-serif;
    color: white;
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 2rem
}

#puntos1 {
    font-family: teko, sans-serif;
    color: white;
    letter-spacing: 0.2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem
}

#puntos2 {
    font-family: teko, sans-serif;
    color: white;
    letter-spacing: 0.2rem;
    margin-top: -0.2rem;
    margin-bottom: 2rem;
}

#segundoparrafo {
    font-family: teko, sans-serif;
    color: #3FC9C2;
    font-weight: 100;
    font-size: 1.9rem;
    line-height: 2.1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

#behance {
    font-family: teko, sans-serif;
    color: #3FC9C2;
    font-weight: 600;
    text-decoration: none;
}


.contenedor img { width: 15.25075rem;
    height:auto;
    border-radius: 50%;
    border-style: dotted;
    border-color: white;
}

.rota {
    transform:rotate(0deg);

    transition:transform 2s;
    -webkit-transition:transform 2s;
    -moz-transition:transform 2s;
}

.rota:hover{
    transform:rotate(360deg);
}


h3 {
    text-align: center;
    font-family: teko, sans-serif;
    font-weight: 100;
    letter-spacing: 0.1rem;
    color: white;
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.separador {
    font-family: teko, sans-serif;
    color: white;
    letter-spacing: 0.2rem;
    margin-top: -0.6rem;
    margin-bottom: 1rem;
}

nav div {
    height: 4rem;
    width: 100%;
    background-color: #3FC9C2;
    text-align: center;
}


header img {
    margin-top: 1rem;
    margin-right: 0.2rem; 
    margin-left: 1.1rem;
    background-color: #3FC9C2;
    
}

nav div a {
    
    font-family: "coda caption", sans-serif;
    color: #CC69B7 ;
    margin-right: 1.5rem;
    text-decoration: none;
    background-color: #3FC9C2;
    font-size: 1.4rem
}

#guada {
    color: white;
}

footer {
    width: 100%;
    height: 4.6715625rem;
    background-color: #3FC9C2;
    color: #CC69B7;
    font-family: Teko;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 3rem;
    padding: 1rem;
}