.content-home {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 800px auto 400px auto auto ;
    grid-template-areas: 
    "header"
    "campaign"
    "platforms"
    "information"
    "location";
}

/* Main Header */

.header {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px 300px 300px;
    grid-template-areas: 
    "blank-space"
    "content-header"
    "information-boxes";
    background: linear-gradient(90deg,rgba(26, 26, 26, 0.86) 0%, rgba(26, 26, 26, 0.86) 100%), url("../img/examen-preocupacional.jpg") center / 200px 50px no-repeat;
    background-size: cover;
    height: 100%;
}

.content-header {
    grid-area: content-header;
    padding-left: 48px;
}

.content-header span {
    margin: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #ff6600 ;
    display: block;
}

.content-header p {
    color: #ffff;
    font-size: 1.3rem;
    font-weight: 300;
}

.information-boxes {
    grid-area: information-boxes;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.container-boxes {
    display: flex;
    flex-direction: row;
    width: 1000px;
}

.box-content {
    display: flex;
    gap: 8px;
    padding: 24px;
    width: 333px;
}

.box-content h3 {
    margin: 0;
    color: #ffff;
}

.box-content p {
    color: #ffff;
}

.box-content.left {
    background: #ff6600;
}

.fi-sr-doctor {
    color: #ffff;
    font-size: 2rem;
}

.box-content.center {
    background: #636262;
}

.fi-ss-digital-certificate {
    color: #ffff;
    font-size: 2rem;
}

.box-content.right {
    background: #04265a;
}

.fi-ss-user-md {
     color: #ffff;
    font-size: 2rem;
}

/* Campaign */

.prevention-campaign {
    grid-area: campaign;
    display: flex;
    flex-direction: row;
    background: url("../img/fondo-prevencion-cancer.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    padding: 24px;
    margin-top: 24px;
}

.pink-ribbon {
    background: url("../img/cinta-rosa.svg");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-campaign {
    padding: 16px;
}

.content-campaign h2 {
    color: #ffff;
    font-size: 2rem;
}

.content-campaign span {
    font-size: 1.4rem;
    font-weight: 700;
}

.content-campaign p {
    font-size: 1.3rem;
    font-weight: 500;
}

.pink-woman {
    background: url("../img/mujer-rosa.svg");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #ffff;
    color: #FF009C;
    padding: 16px;
    border-radius: 8px;
    font-weight: 500;
}

.schedule:hover {
    background: #FF009C;
    color: #ffff;
}

.fi-rr-calendar {
    padding-right: 8px;
}

/* Main Platforms */

.platforms {
    grid-area: platforms;
    display: flex;
    flex-direction: row;
    padding: 24px;
    justify-content: center;
    gap: 48px;
}

.content-platform {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
}

.title-platform h2 {
    font-size: 3rem;
    margin: 0;
    color: #2b2a2a;
}

.title-platform p {
    font-size: 1.2rem;
}

.img-booking {
    background: url("../img/agenda-de-atencion.png");
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
}

.access-platforms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.access-platforms a {
    text-decoration: none;
    background: #ff6600;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    color: #ffff;
    width: 250px;
    text-align: center;
}

/* Informacion */

.information {
    grid-area: information;
    display: flex;
    justify-content: center;
}

.content-information {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
}

.content-information.left {
    display: flex;
    flex-direction: column;
    border-top: solid 1px #a8a8a8;
    justify-content: flex-end;
}

.content-information.center {
    display: flex;
    flex-direction: column;
    background: #ff6600;
}

.content-information.right {
    display: flex;
    flex-direction: column;
    background: #292929;
}

.content-information.left h2 {
    display: inline;
    margin: 0;
}

.content-information.left p {
    margin-top: 24px;
    font-size: 1.2rem;
}

.content-information .box-1,
.content-information .box-2 {
    font-family: "Bungee Outline", sans-serif;
    font-size: 6rem;
    color: #ffff;
}

.content-information span {
    margin-top: 16px;
    color: #ffff;
}

.content-information.center .fi-sr-angle-circle-right {
    padding-right: 16px;
    color: #242424;
}

.content-information.right .fi-sr-angle-circle-right {
    padding-right: 16px;
    color: #ff6600;
}

/* Ubicacion y Contacto */

.location {
    grid-area: location;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    margin-bottom: 48px;
}

.separator {
    border-top: solid 10px #ff6600;
    width: 50%;
}

.content-location {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.map-location {
    width: 50%;
    padding-left: 16px;
}

.map-location iframe {
    border-radius: 8px;
}

.data-location {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
    padding-left: 48px;
}

.title-location {
    border-bottom: solid 5px #ff6600;
    padding-bottom: 8px;
}

.title-location h2 {
    margin: 0;
    font-size: 2rem;
}

.title-1 {
    color: #ff6600;
    font-weight: 900;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.location-details span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.location-details .fi {
    color: #ff6600;
    font-size: 1.5rem;
    padding-right: 20px;
}

/* MEDIA QUERY RESPONSIVO */

@media(max-width: 768px){
    
  .content-home {
    display: flex;
    flex-direction: column;
}

/* Main Header */

.header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    background: linear-gradient(90deg,rgba(26, 26, 26, 0.86) 0%, rgba(26, 26, 26, 0.86) 100%), url("../img/examen-preocupacional.jpg");
    background-position: center;
    background-size: cover;
    max-width: 768px;
}

.content-header {
    grid-area: content-header;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.content-header span {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ff6600 ;
}

.content-header p {
    color: #ffff;
    font-weight: 300;
    font-size: 1rem;
}

.information-boxes {
    grid-area: information-boxes;
    display: flex;
}

.container-boxes {
    display: flex;
    flex-direction: column;
}

.box-content {
    display: flex;
    gap: 8px;
    padding: 24px;
    width: 100%;
}

.box-content h3 {
    margin: 0;
    color: #ffff;
}

.box-content p {
    color: #ffff;
}

.box-content.left {
    background: #ff6600;
}

.fi-sr-doctor {
    color: #ffff;
    font-size: 2rem;
}

.box-content.center {
    background: #636262;
}

.fi-ss-digital-certificate {
    color: #ffff;
    font-size: 2rem;
}

.box-content.right {
    background: #04265a;
}

.fi-ss-user-md {
     color: #ffff;
    font-size: 2rem;
}

/* Campaign */

.prevention-campaign {
    grid-area: campaign;
    display: flex;
    flex-direction: column;
    background: url("../img/fondo-prevencion-cancer.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 24px;
    margin-top: 24px;
}

.pink-ribbon {
    background: url("../img/cinta-rosa.svg");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-campaign {
    padding: 16px;
}

.content-campaign h2 {
    color: #ffff;
    font-size: 2rem;
}

.content-campaign span {
    font-size: 1.4rem;
    font-weight: 700;
}

.content-campaign p {
    font-size: 1.3rem;
    font-weight: 500;
}

.pink-woman {
    background: url("../img/mujer-rosa.svg");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-schedule {
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: #ffff;
    color: #FF009C;
    padding: 16px;
    border-radius: 8px;
    font-weight: 500;
}

.schedule:hover {
    background: #FF009C;
    color: #ffff;
}

.fi-rr-calendar {
    padding-right: 8px;
}

/* Main Platforms */

.platforms {
    grid-area: platforms;
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    gap: 48px;
}

.content-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.title-platform h2 {
    font-size: 3rem;
    margin: 0;
    color: #2b2a2a;
}

.title-platform p {
    font-size: 1.2rem;
}

.img-booking {
    background: url("../img/agenda-de-atencion.png");
    max-width: auto;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
}

.access-platforms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.access-platforms a {
    text-decoration: none;
    background: #ff6600;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    color: #ffff;
    width: 250px;
    text-align: center;
}

/* Informacion */

.information {
    grid-area: information;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-information {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
}

.content-information.left {
    display: flex;
    flex-direction: column;
    border-top: solid 1px #a8a8a8;
    justify-content: flex-end;
}

.content-information.center {
    display: flex;
    flex-direction: column;
    background: #ff6600;
}

.content-information.right {
    display: flex;
    flex-direction: column;
    background: #292929;
}

.content-information.left h2 {
    display: inline;
    margin: 0;
}

.content-information.left p {
    margin-top: 24px;
    font-size: 1.2rem;
}

.content-information .box-1,
.content-information .box-2 {
    font-family: "Bungee Outline", sans-serif;
    font-size: 6rem;
    color: #ffff;
}

.content-information span {
    margin-top: 16px;
    color: #ffff;
}

.content-information.center .fi-sr-angle-circle-right {
    padding-right: 16px;
    color: #242424;
}

.content-information.right .fi-sr-angle-circle-right {
    padding-right: 16px;
    color: #ff6600;
}

/* Ubicacion y Contacto */

.location {
    grid-area: location;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
}

.separator {
    border-top: solid 10px #ff6600;
    width: 50%;
}

.content-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 48px;
}

.map-location {
    width: 100%;
    padding: 16px;
}

.map-location iframe {
    border-radius: 8px;
}

.data-location {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-left: 48px;
}

.title-location {
    border-bottom: solid 5px #ff6600;
    padding-bottom: 8px;
}

.title-location h2 {
    margin: 0;
    font-size: 2rem;
}

.title-1 {
    color: #ff6600;
    font-weight: 900;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.location-details span {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.location-details .fi {
    color: #ff6600;
    font-size: 1.5rem;
    padding-right: 20px;
}  
}