body {
    margin: 0;
    padding: 0;
    
}

.botones{
    color: #ffffff;
    display: flex;
    margin: auto;
    
}


.boton{
    
    margin-left: 35px;
    align-items: center;
    text-align: center;
    border-radius:80px ;
    color: #ffffff;
    font-weight: bolder;
}

h1{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    
}
p{
    text-align: justify;
    font-size: large;
    margin: 15px;
}
.split-screen {
    border: none;
    display: flex;
    flex-wrap: 1.8;
    height: 28rem;
    width: 100%;
    

}

.left {
    flex: 1.031;
    background-color: #708f59;
    color: #ffffff;
    display: flex;
    
    align-items: center;
    justify-content: center;

}

.left img {
    max-width: 100%;
    max-height: 100%;
}
.left:hover .suelo2{
    filter: saturate(300%);
}
.left{
    overflow:hidden;
}
.right {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #708f59;
    color: #ffffff;
    
}

.right2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}

.right2 img {
    max-width: 100%;
    max-height: 100%;
}
.right2:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.right2{
    overflow:hidden;
}
.left2 {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: black;
    
}

.left3 {
    flex: 1.031;
    background-color: #708f59;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left3 img {
    max-width: 100%;
    max-height: 100%;
}
.left3:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.left3{
    overflow:hidden;
}
.right3 {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: black;
    
}

.left4 {
    flex: 1.031;
    background-color: #708f59;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left4 img {
    max-width: 100%;
    max-height: 65rem;

}
.left4:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.left4{
    overflow:hidden;
}
.right4 {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color:#708f59;
    color: #ffffff;
    
}

.carousel-inner .carousel-item {
    transition-duration: 0.8s; 
}

@media only screen and (min-width:320px) and (max-width:768px){
	.split-screen{
        flex-direction: column;
        height: auto;
	}

}