.cuerpo{
width: 100%;
height: 100%;
}
.contenedor{
width: 50%;
}
.ventana{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.sub_ventana{
position: absolute;
margin:0;
width: 100%;
max-width: 1300px;
height: 100%;
}
.iframe_video{
position: absolute;
width: 100%;
height: 100%;
}
.parrafo{
background: aqua;
}
@media(max-width: 773px){
.contenedor{
width: 100%;
}
.sub_ventana{
height: 100%;
width: 100%;
max-width: 1300px;
}
.article-main{
min-height: 0;
}
.img_mb{
content: url("https://multimedia.semana.com/2025/02_febrero/fotos_tatacoa/fondo_mb.jp…;);
}
}
.l-carrusel {
position: relative;
}
.l-carrusel .item {
position: -webkit-sticky;
position: sticky;
top: 0px;
z-index: auto;
width: 100%;
}
.l-carrusel .item img {
width: 100%;
max-width: 1300px;
}
.organizador{
display: flex;
height: 75px;
}
.linea-parrafo2{
border-bottom: 1.8px solid #E91B1E;
width: 400px;
justify-content: center;
margin: 0;
}
.rombo1 {
position: absolute;
margin-bottom: 0px;
width: 9px;
height: 9px;
background: #E91B1E;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.caja-todo-gif{
width: 100%;
display: flex;
justify-content: center;
margin: 10px 0;
}
.linea-sep{
transform: translateX(171px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 400px;
background: #f29100;
}
.linea-sep2{
transform: translateX(-171px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 130px;
background: #f29100;
}
.caja-gif img{
-webkit-box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
-moz-box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
box-shadow: 3px 4px 21px -3px rgba(104,86,62,0.29);
max-width: 730px;
max-height: 70px;
width: 100%;
z-index: 1;
}
@media (max-width: 768px){
.linea-sep{
transform: translateX(148px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 97px;
margin-right: 0;
background: #f29100;
}
.linea-sep2{
transform: translateX(-148px);
margin-top: 99px;
position: absolute;
height: 2px;
width: 97px;
margin-left: 0;
background: #f29100;
}
.caja-gif img{
max-width: 220px;
max-height: 70px;
}
}