/* Fonts */
@font-face{
    font-family: 'Roboto';
    src:  url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: sans-serif; 
}

@font-face{
    font-family: 'Roboto';
    src:  url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: sans-serif; 
}

body {
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    margin: 0;
}

.card {
    width: calc(100% - 40px);
    max-width: 500px;
    text-align: center;
    margin: 20px;
    box-sizing: border-box;
    border: 6px solid #3c8a01;
    border-radius: 10px;
}

.card-padding
{
    padding: 30px 30px 20px 30px;
}

.card-padding-social
{
    padding: 0px 30px 20px 30px;
    background-color: #4c7d43;
}

.profile-image-container
{
    margin: auto;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}

.profile-image img {
    margin: auto;
    width: 100%;
    max-width: 130px;
    margin-bottom: 10px;
}

h1 {
    color: #3c8a01;
    font-size: 40px;
    margin: 0px 0 0 0;
    font-weight: bold;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;

}

.discurso
{
    color: #646464;
    font-size: 16px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 35px;
}

.discurso span
{
    color: #3c8a01;
}

h1 span
{
    color: #646464;
}

h2 {
    font-size: 18px;
    color: white;
    margin: 0;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 700;
}

hr.thick {
    border: none;
    border-top: 1px solid #3c8a01;
    margin: 10px 0 3px 0;
}

hr {
    border: none;
    border-top: 1px solid white;
    margin: 0px 0 15px 0;
}

hr.social {
    border: none;
    border-top: 2px solid white;
    margin: 0px 0 15px 0;
}

.info {
    text-align: left;
    margin-top: 15px;
    padding-left: 10px;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    text-decoration: none;
}

.item img {
    width: 40px;
    height: 40px;
    background-color: white;
    padding: 2px;
    border-radius: 50%;
    margin-right: 10px;
}

.item span {
    font-size: 20px;
    color: #3c8a01;
    font-family: roboto, sans-serif;
}

.boton {
    display: block;
    background-color: #3c8a01;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    width: calc(100% - 36px);
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-family: roboto, sans-serif;
    text-decoration: none;
}

button {
    background-color: #3c8a01;
    color: white;
    font-weight: bold;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-family: roboto, sans-serif;
}

button:hover, .boton:hover {
    background-color: #646464;
}

.social-container
{
    background-color: #4c7d43;
    min-height: 100px;   
}

.social-text-life-reubilt
{
    width: 100%;
    max-width: 280px;
    margin: auto;
    margin-top: 20px;
}

.social-text-lower
{
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    margin-top: 22px;
    margin-bottom: 0px;
}

.social-accordion
{
    background-color: white;
    color: #4c7d43;
    font-weight: bold;
    border: none;
    padding: 12px 18px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 16px;
    cursor: pointer;
    text-align: center;
    font-family: roboto, sans-serif;
    font-size: 13px;
    width: calc(100% - 36px);
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.6);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

.social-icons-container
{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.social-icons-container a
{
    color:none;
    text-decoration: none;
    display:inline-block;
}

.social-icons
{
    width: 25px;
    height: 25px;
    padding: 0px 10px;
}

.social-line
{
    border-right: 1px solid #4c7d43;
}
