﻿@import url('https://netdna.bootstrapcdn.com/font__awesome/4.4.0/css/font__awesome.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700&display=swap');

html,
body,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #FF0000;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #000;
    }

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.margin-top-30 {
    margin-top: 30px;
}

margin-bottom-30 {
    margin-bottom: 30px;
}

footer {
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 200px;
    justify-content: center;
    bottom: 0;
    background-color: #fff;
    border-radius: 40px 40px 0px 0px;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    align-items: center;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    height: 100vh;
    width: 900px;
    justify-content: left;
    align-items: initial;
    flex-wrap: wrap;
}

.logo__box {
    background-color: #fff;
    width: 300px;
    height: 100px;
    border-radius: 0px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    width: 280px;
}

.content__intro {
    width: 100%;
    height: 400px;
    border-radius: 0px 0px 40px 0px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.content__intro__center {
    width: 100%;
    border-radius: 0px 0px 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content__principal {
    width: 100%;
    border-radius: 0px 0px 40px 0px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.card {
    display: inline-block;
    margin-right: 20px;
    margin-top: 50px;
}

.card__margin__left {
    border-left-width: 4px;
    border-left-color: #7AFC78;
    border-left-style: solid;
}

.card .card__size1 {
    height: 100px;
    width: 450px;
}

.card .card__size2 {
    height: 170px;
    width: 450px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.card__title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 43px;
    color: #7AFC78;
    margin-left: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-bottom: 10px;
}

.card__content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content__principal .card__content {
    background: linear-gradient(90deg, #000000 -55.12%, rgba(179, 129, 129, 0) 100%);
    width: 100%;
    height: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content__principal-2 .card__content {
    background: linear-gradient(90deg, #000000 -55.12%, rgba(179, 129, 129, 0) 100%);
    width: 100%;
    height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card__content__list {
    font-size: 30px;
    color: #7AFC78;
    margin-left: 60px;
    background-color: transparent;
}

.card__content__item {
    color: #fff;
    font-size: 18px;
}

.title__1 {
    color: #fff;
    font-size: 25px;
    font-style: italic;
}

.title__2 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
}

.title__3 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.margin-left-20 {
    margin-left: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.footer-card-sm {
    width: 200px;
    height: 100px;
}

.footer-card-lg {
    width: 380px;
    height: 100px;
}

.footer-card__content {
    width: 100%;
    text-align: center;
}

.footer-card__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 43px;
    margin-top: 10px;
    text-align: center;
}
