

body {
    padding-bottom: 20px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
      
}

.navbar {
    padding: 0;
}

.header-container {
    min-height: 550px;
}

@media(max-width: 992px){
    .header-container {
        margin-top: 21px;
    }
}

.image-header {
    width: 120%;
}

.title-header {
    color: #202020;
    font-family: "Raleway";
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
}

.subtitle-header {
    color: #202020;
    font-family: "Raleway", sans-serif;
    font-size: 1.55rem;
}

.subtitle-header-second-section {
    background-color: #FFFFFFDE;
}

.crisalis-button {
    font-family: "Raleway", sans-serif;
    background-color: #FF8800;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF8800;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: 500;
}

.second-section {
    background-image: url("../assets/fondo1.jpg");
    background-size: cover;
}

.second-section-images {
    width: 50%;
}

.third-section {
    background-color: #FF8800;
}

.third-section-cards {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 30px 30px 30px;
}

.center-div {
    display: flex;
    align-items: start;
    justify-content: center;
}

.card {
    background-color: #E8FFED;
    border-style: solid;
    border-width: 6px 0px 0px 0px;
    border-color: #00B5AD;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 15px 15px 15px 15px;
    padding: 20px 20px 20px 20px;
    min-height: 300px;
}

.card-title {
    color: #00B5AD;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.second-section-text {
    color: #202020;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 500;
}


.white-icon {
    color: white;
}

.bold-orange-text {
    color: #ff8800;
}

.center-container {
    padding-top: 4%;
}

.contact-section {
    background-image: url("../assets/fondo-contacto.jpg");
    background-size: cover;
}

.main-text {
    color: #000000;
}