/* Custom CSS */
:root {
    --primary-color: #ff3a3a;;
}
html {
    height: 100%;
}
body {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #131313;
    color: var(--primary-color);
    margin: 0;
    padding: 0;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0px 30px;
    height: 100%;
    background-image: url(img/genuine2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-img {
    margin: 30px 0px;
}
.header__nav ul, footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    list-style: none;
}

button {
    margin: 0 auto;
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 20px;
    transition: all 0.3s ease;
}

button:hover {
    background-color: var(--primary-color);
    color: #f9f9f9;
    transition: all 0.3s ease;
    transform: scale(1.2);
    cursor: pointer;
    border: none;
}

.section-2 {
    background-color: #f9f9f9;
}

h2 {
    font-size: 80px;
    line-height: 30px;
    text-align: center;
    padding-top: 70px;
}

img {
    max-width: 80%;
}

.section-2 img {
    border-radius: 10px;
    width: 50%
}
.img-block {
    background-size: cover;
    height: 100%;
    border-radius: 8px;
}
.valentina {
    background-image: url(./img/staff/valentina.png);
}
.cristian {
    background-image: url(./img/staff/cristian.jpeg);
}
.carlos {
    background-image: url(./img/staff/carlos.jpeg);
}
.robert{
    background-image: url(./img/staff/robert.jpeg);
}
.victor {
    background-image: url(./img/staff/victor.jpeg);
}
.anthony {
    background-image: url(./img/staff/anthony.jpeg);
}
.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}
.team-member {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    margin: 20px;
    gap: 20px;
    height: 150px;
}

.position {
    display: flex;
    justify-content: center;
}

.info {
    text-align: center;
}

.logo {
    max-width: 200px;
}


p {
    margin: 0px;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

a {
    color: #ffb6b6;
    text-decoration: none;
    margin-top: 20px;
}

a:hover {
    color: #f9f9f9;
    transition: all 0.3s ease;
}


.links {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.elementor-price-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.elementor-price-list-separator {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    flex-grow: 1;
    height: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.services p {
    color: #f9f9f9;
    margin-bottom: 20px;
    text-transform: none;
}