@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
    --yellow: #ffbc00;
    --black: #111111;
    --brown1: #1d0c0a;
    --brown2: #3a1913;
    --brown3: #57251d;
    --brown4: #743226;
    --brown5: #913e30;
    --brown6: #d38a59;
    --brown7: #F8EDB1;
    --txtSize: clamp(13px, 4vw + .6rem, 30px);
    --txtSizeFooter: clamp(7px, 1.5vw + .5rem, 17px);
    --fonttype: "Plus Jakarta Sans", serif;
    --fontGeneral: clamp(10px, .5vw + .9rem, 18px);

}

.root-container {
    color: var(--brown7);
    height: 34em;
    text-align: center;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.447)), url(img/saragurosNY.webp);
    background-position: center;
    place-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2em;
}


.tittleTeam {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffbb009c;
    display: none;
}

.callOutBox {
    background-color: transparent;
    text-align: center;
    margin: 0px 15%;
    margin-bottom: 40px;
    border: 5px dotted var(--verde);
    border-radius: 50px;
    padding: 3% 7%;
    font-size: clamp(10px, .5vw + .9rem, 18px);

}

.container-story1,
.container-story2,
.container-story3,
.container-story4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    padding: 20px;
    margin: 0 auto;

}

.container-story1 {
    background-color: #ebbe4c92;
}

.container-story3 {
    background-color: #7e8d44c1;
}

.contenido {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 70%;
    padding-right: 20px;
}

.contenido p {
    margin-top: 2%;
    text-align: justify;
}

.contenido h3 {
    padding-top: 30px;
    text-align: center;
    font-size: clamp(10px, 3.5vw + 1.4rem, 25px);
    font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.contenido section {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}


.divImgFirst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60rem;
}

.divImgFirst img {
    border-radius: 5px;
    place-content: center;
    margin-top: 0.5rem;
    width: 90%;
}

@media (max-width: 700px) {
    .contenido section {   
        flex-direction: column;
    }

    .contenido section img {
        width: 90% !important;
    }
}

.arreglo {
    width: clamp(40px, 15vw + 2rem, 400px) !important;
}

@media (min-height: 840px) {
    
}

.contenido section img {
    width: 40%;
}

.fecha {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 1.6rem;
    margin-bottom: .5rem;
    flex: 1 1 20%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

@media (max-width: 848px) {

    .contenido,
    .fecha {
        flex: 1 1 100%;
        text-align: center;
        padding-right: 0;
    }


    .fecha {
        order: -1;
        margin-bottom: 20px;
    }

    .contenido section {}
}

.callOutBox1,
.callOutBox2 {
    margin-top: .5rem;
    padding: 10px;

    border: 2px solid var(--brown3);

    background-color: var(--brown4);
    border-radius: 20px;
}

.callOutBox2 {
    background-color: #f8edb1da;
    border: 2px solid var(--brown2);
}

.callOutBox1 p {
    margin: 0;
    color: var(--brown7);
}

.callOutBox2 p {
    margin: 0;
    color: var(--brown2);
}