.ventana{
display: flex;
justify-content: center;
align-items: center;
}
.sub_ventana{
position: absolute;
width: 1920px;
height: 1080px;
max-height: 79%;
max-width: 61%;
left: 45%;
}
.iframe_video{
position: absolute;
width: 100%;
height: 100%;
}
.l-carrusel{
max-width: 1300px;
margin: auto;
}
.l-carrusel .item{
width: 100%;
}
.tamano_img{
width: 100%;
max-width: 1300px;
}
.section.sp-12{
max-width: 1200px;
}
@media(max-width: 1080px){
.sub_ventana{
max-height: 49%;
max-width: 72%;
}
@media(max-width: 768px){
.sub_ventana{
width: 1080px;
height: 1080px;
max-height: 46%;
max-width: 111%;
top: 21%;
left: 7%;
}
.section.sp-12{
max-width: 100%;
}
.l-carrusel{
width: 100% !important;
}
.section{
padding: 0;
}
}
.organizador{
display: flex;
height: 75px;
}
.linea-parrafo2{
border-bottom: 1.8px solid #E91A1D;
width: 400px;
justify-content: center;
margin: 0;
}
.rombo1 {
position: absolute;
margin-bottom: 0px;
width: 9px;
height: 9px;
background: #E91A1D;
-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;
}
}