body {
    margin: 0;
    padding: 0;
    
}
h1{
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    
}
p{
    text-align: justify;
    font-size: large;
    margin: 20px;
}
.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;
}
.parrafo_c { 
    
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    color: #000000; 
    font-size: 18px; 
    font-weight: 400; 
    text-align: center; 
    background: #ffffff; 
    margin: 0 0 25px; 
    overflow: hidden; 
    padding: 20px; 

}

.split-screen {
    border: none;
    display: flex;
    flex-wrap: 1;
    height: 68vh;
}

.left {
    flex: 1.050;
    background-color: #dbce1b;

    display: flex;
    align-items: center;
    justify-content: center;
}

.left img {
    max-width: 80%;
    max-height: 80%;
}
.suelo2{
    max-width: 70%;
    max-height: 70%;
    margin: auto;
}
.left{
    overflow:hidden;
}
.right {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #dbce1b;

    
}

.left2 {
    flex: 1;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left2 img {
    max-width: 100%;
    max-height: 100%;
}

.left2{
    overflow:hidden;
}
.right2 {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: black;
    
}



.left4 {
    flex: 1;
    background-color: #dbce1b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left4 img {
    max-width: 100%;
    max-height: 100%;
}
.left4:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.left4{
    overflow:hidden;
}
.right4 {
    flex: 1.031;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #dbce1b;
    color: #000000;
    
}

.left5 {
    flex: 1.031;
    background-color: #dbce1b;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left5 img {
    max-width: 100%;
    max-height: 100%;
}
.left5:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.left5{
    overflow:hidden;
}

.left5 {
    flex: 1.031;
    background-color: #ffffff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left5 img {
    max-width: 100%;
    max-height: 100%;
}
.left5:hover .suelo{
    -webkit-transform:scale(1.3);transform:scale(1.3);
}
.left5{
    overflow:hidden;
}
.right5 {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    
}

@media only screen and (min-width:320px) and (max-width:768px){
	.split-screen{
        flex-direction: column;
        height: auto;
	}

}