:root {
    font-size: 15px;
}

* {
    outline: none !important;
}

html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box; 
}

.titulo {
    margin: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	 display: -ms-flexbox;
}

.titulo_do_inicio {
    margin: 10px;
    padding: 0;

    font-weight: 820;
    color: #000;
    font-size: 1.6rem;
    text-align: center;
}

.inicio {
    padding: 0;
    margin: 0;
    background: rgba(254, 254, 255);
    -webkit-box-flex: 2;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

.container_inicio {
    padding: 40px 20px 20px 20px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: 1200px;
	align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    
}

.cartao {
    width: 100%;
    margin: 13px 1px 1px 1px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.tamanho_texto {
    margin: 0;
    padding: 20px;
    width: 325px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	 flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    background: #FFFFFF3B;
    border-radius: 13px;
    -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 13px 25px rgba(74, 54, 54, 0.11);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 40px;
}

.tamanho_texto:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05);
}
.logo_inicio:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05);
}


.tamanho_texto .tamanho_texto_titulo {
    margin: 30px 1px 1px 1px;
    padding: 20px 40px;
    border-radius: 180px;
	    font-size: 1.1rem;
    color: #fff;
    background: #f288b6;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	 -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-align: center;

}



.logo_inicio {
    margin: 30px 1px 1px 1px;
    padding: 10px 25px;
    border-radius: 180px;
	    font-size: 1.1rem;
    color: #fff;
    background: #ffffff47;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	 -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    text-align: center;
	margin-left: 35%;

}

.tamanho_texto:hover .tamanho_texto_titulo {
    background: rgba(242, 136, 182, 1);
    -webkit-box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
    box-shadow: 0 10px 20px rgba(242, 136, 182, 0.3);
}

.tamanho_texto .tamanho_texto_subtitulo {
    margin: 30px 0 30px 0;
    padding: 0;
	  color: #828282;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
  
}


.margem{
	
	margin-right: 65%;
	margin-left: 35%;
}



@media screen and (max-width: 1000px) {
    
    .cartao {
        margin: 0 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
		-webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .tamanho_texto {
        width: 100%;
		-webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 30px 0;
        padding: 15px 30px;
    }
	.logo_inicio {
    margin: 30px 1px 1px 1px;
    padding: 10px 25px;
    border-radius: 180px;
	    font-size: 1.1rem;
    color: #fff;
    background: #ffffff47;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	 -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-align: center;
	
	}
	.margem{
		margin-left: 24%;
	}
}





    .tamanho_texto:last-child {
        margin: 0;
    }

    .tamanho_texto:hover {
       -webkit-transform: scale(1.05);
    transform: scale(1.05);
        -webkit-box-shadow: 0 14px 17px rgba(0, 0, 0, 0.05);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05);
	 
    }
.btn-secondary {
    color: 
#fff;
background-color:
#7b69a5;
border-color:
    #7b69a5;
}
.verde{
	color: #1BC231;
}
.btn-primary {
    color: #fff;
	background-color:#7b69a5;
	border-color:#7b69a5;
}

.btn-success {
    color: #fff;
	background-color:#7bbb3a;
	border-color:#b1c868;
}
.borda{
	border-radius:40px;border: double;border-top-color: currentcolor;border-right-color: currentcolor;border-bottom-color: currentcolor;border-left-color: currentcolor;border-color:blanchedalmond;"
}