*{
    margin: 0;
    padding: 0;
}

.foto-perfil{ 
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 50%;
}

.fotoPerfil_position{
    padding-top: 70px;
}

.text{
    padding: 15px;
}

.cor-primaria{
    background-color: #18bc9c;
}

.espaco{
    padding: 30px;
}

.cor-secundaria{
    background-color: #2c3e50;
}

p{
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: black !important;
}

.icones{
    padding-left: 5px;
}

.titulosBrancos{
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}
.titulosVerdes{
    text-decoration: underline;
    text-underline-position: below;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18bc9c;
}

.texto-branco{
    color: white !important;
}

.texto-footer{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;    
}

section, footer {
    margin: 0px;
}

.disponivel{
    padding: 30px;
}

/* The Modal (background) */
.modal {
	display: none;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content Box */
.modal-content {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 40%; 
	padding-bottom: 30px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    animation: zoom 0.6s
}

@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}



.contato{
    display: flex;
    align-items: center;
    
    flex-direction: row;
    justify-content: space-between;

    padding: 20px;
}

@media (max-width: 700px){
    .contato{
        display: block;           
    }

    .foto-perfil{
        height: 60%;
        width: 60%;       
        max-width: 100%;
        border-radius: 50%;
    }

    .modal{
        height: 100%;
        width: 100%;
    }
}