.contenedor-cabecera{
    position: relative;
    top: 6.5vw;
    height: 30vw;
    width: 100%;
    overflow-x: hidden;
}
.imagen-cabecera{
    object-fit: cover;
    width: 100%;
}
.contenedor-botones{
    position: absolute;
    top: 7vw;
    left: 24vw;
}
.boton-colabora {
    font: 400 1vw 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background-color: #A5B861;
    width: 10vw;
    color: white;
    border-radius: 2vw;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    transition: transform .6s;
    cursor: pointer;
}
.contenedor-compromiso {
    position: relative;
    top: 11vw;
    height: 17vw;
    width: 62vw;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 1vw;
    padding: 1vw;
    background-image: url('https://contraelcancercambiaelguion.org/public/img/fondo-colores.png');
    z-index: 1;
}
.contenedor-compromiso ::after {
    position: absolute;
    content: "";
    top: 0vw;
    left: 0vw;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    z-index:-1;
}
.fondo-compromiso {
    background-color: white;
    height: 17vw;
    border-radius: 1vw;
}
.titulo-compromiso {
    font: 500 1.5vw 'Montserrat', sans-serif;
    text-align: center;
    color: #FF6B00;
    padding-top: 1.5vw;
}
.texto-compromiso {
    font: 200 1vw 'Montserrat', sans-serif;
    text-align: justify;
    color: black;
    padding-top: 1.5vw;
    padding-left: 1vw;
    padding-right: 1vw;
}
.contenedor-noticias {
    position: relative;
    top: 15vw;
    height: 32vw;
    width: 64vw;
    margin: 0 auto;
}
.titulo-noticias {
    position: absolute;
    top: 1vw;
    left: 2vw;
    font: 500 1.5vw 'Montserrat', sans-serif;
    color: #F4A164;
}
.boton-noticias {
    position: absolute;
    top: 1vw;
    right: -4vw;
    font: 400 1vw 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background-color: #F4A164;
    width: 10vw;
    color: white;
    border-radius: 2vw;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    margin-right: 5vw;
    width: 10vw;
    transition: transform .6s;
    cursor: pointer;
}
.tres-noticias {
    position: relative;
    top: 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 64vw;
}
.noticia {
    border: 0.25vw solid #F4A164;
    /*box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);*/
    border-radius: 1vw;
    height: 25vw;
    width: 19vw;
    transition: transform .6s;
    cursor: pointer;
}
.imagen-noticia {
    width: 19vw;
    border-radius: 1vw 1vw 0vw 0vw;
}
.contenedor-trabaja {
    position: relative;
    top: 18vw;
    height: 19vw;
    width: 100%;
    margin: 0 auto;
}
.imagen-trabaja {
    width: 99vw;
}
.contenedor-texto-trabaja {
    position: absolute;
    top: 1vw;
    right: 17.5vw;
    height: 17vw;
    width: 40vw;
    text-align: center;
    border-radius: 1vw;
    background-color: rgba(255, 255, 255, 0.75);
    font: 400 1.3vw 'Montserrat', sans-serif;
    color: #C3D778;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.titulo-trabaja {
    position: absolute;
    top: 1.5vw;
    left: 13.5vw;
    font: 500 1.2vw 'Montserrat', sans-serif;
    color: #F4A164;
}
.texto-trabaja {
    position: absolute;
    top: 3vw;
    padding: 1vw;
    font: 200 1vw 'Montserrat', sans-serif;
    color: black;
}
.boton-trabaja {
    position: absolute;
    top: 14vw;
    left: 13.5vw;
    font: 400 1vw 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background-color: #F4A164;
    width: 10vw;
    color: white;
    border-radius: 2vw;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    width: 10vw;
    transition: transform .6s;
    cursor: pointer;
}
.contenedor-colaboradores {
    position: relative;
    top: 21vw;
    height: 16vw;
    width: 64vw;
    margin: 0 auto;
}
.titulo-colaboradores {
    position: absolute;
    top: 1vw;
    left: 2vw;
    font: 500 1.5vw 'Montserrat', sans-serif;
    color: #F4A164;
}
.texto-colaboradores {
    position: absolute;
    top: 3vw;
    padding: 1vw;
    font: 200 1vw 'Montserrat', sans-serif;
    color: black;
}
.imagen-colaboradores{
    position: absolute;
    top: -3vw;
    left: -12vw;
}
.colaborador1 {
    position: absolute;
    top: 11vw;
    left: 0vw;
    height: 6vw;
    transition: transform .6s;
    cursor: pointer;
}
.colaborador2 {
    position: absolute;
    top: 11vw;
    left: 22.5vw;
    height: 6vw;
    transition: transform .6s;
    cursor: pointer;
}
.colaborador3{
    position: absolute;
    top: 11vw;
    left: 45vw;
    height: 6vw;
    transition: transform .6s;
    cursor: pointer;
}
.colaborador4{
    position: absolute;
    top: 11vw;
    left: 67.5vw;
    height: 6vw;
    transition: transform .6s;
    cursor: pointer;
}
.contenedor-carrusel {
    position: relative;
    top: 25vw;
    height: 15vw;
    width: 62vw;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 1vw; 
    padding: 1vw;
    background: #C3D778;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.titulo-carrusel {
    position: absolute;
    top: 1vw;
    left: 1vw;
    height: 14vw;
    width: 10vw;
    text-align: center;
    border-radius: 1vw 0vw 0vw 1vw;
    background-color: white;
    font: 400 1.3vw 'Montserrat', sans-serif;
    color: #C3D778;
    padding-top: 1vw;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.titulo-imagen-carrusel {
    position: absolute;
    z-index: 2;
    height: 3vw;
    width: 16vw;
    text-align: center;
    align-items: center;
    display: grid;
    border-radius: 0vw 0vw 0.5vw 0.5vw;
    background-color: rgba(255, 255, 255, 0.5);
    font: 500 0.9vw 'Montserrat', sans-serif;
    color: black;
}
#tic1{
    top: 12vw;
    left: 12vw;
}
#tic2{
    top: 12vw;
    left: 29vw;
}
#tic3{
    top: 12vw;
    left: 46vw;
}
.carrusel {
    display: flex;
    transition: transform 1s ease-in-out;
    width: 50vw;
    transform: translateX(0);
    margin-left: 10vw;
    padding: 1vw;
    background-color: #8FA052;
    border-radius: 0vw 1vw 1vw 0vw;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.imagen-carrusel {
    width: 16vw; 
    height: 13vw; 
    border-radius: 0.5vw; 
    object-fit: cover;
    margin-right: 1vw;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 1s ease-in-out; 
}
.contenedor-terapeutas {
    position: relative;
    top: 28vw;
    height: 19vw;
    width: 62vw;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 1vw; 
    padding: 1vw;
    background: #71A6D3;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.contenedor-terapeutas-inner {
    position: absolute;
    top: 1vw;
    left: 1vw;
    height: 19vw;
    width: 62vw;
    border-radius: 1vw; 
    background: white;
}
.titulo-terapeutas {
    position: absolute;
    top: 1vw;
    left: 0vw;
    height: 2vw;
    width: 16vw;
    text-align: left;
    font: 400 1.3vw 'Montserrat', sans-serif;
    color: #71A6D3;
    padding-left: 1vw;
}
.texto-terapeutas {
    position: absolute;
    top: 2vw;
    height: 11vw;
    width: 14vw;
    padding: 1vw;
    font: 200 1vw 'Montserrat', sans-serif;
    text-align: justify;
    color: black;
}
.imagen-terapeutas {
    position: absolute;
    top: 1vw;
    left: 16vw;
    width: 45vw;
    height: 17vw;
    border-radius: 1vw;
    object-fit: cover;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.boton-terapeutas-info {
    position: absolute;
    top: 15vw;
    right: 2vw;
    font: 400 1vw 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0.5vw 1.5vw;
    background-color: #A5B861;
    width: 10vw;
    color: white;
    border-radius: 2vw;
    text-align: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    width: 10vw;
    transition: transform .6s;
    cursor: pointer;
}