*{
    margin:0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    /*background-color: #bf4996;*/
    background-color: beige;
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    
}

nav ul {
    list-style: none;
    display: flex;
    margin-right: 30px;
    margin-top: 30px;
}

nav ul li:not(:last-child) {
    margin-right: 50px;
}

nav ul li a {
    text-decoration: none;
    color: rgb(253, 253, 253);
    text-shadow: 2px 2px rgb(0, 0, 0);
    font-size: 1.2em;
    font-family: Josefin Sans;
}

nav ul li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

section#slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

div#content-images-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.image-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

section#content {
    width: 100%;
    height: 10%;
    background-color: #f0f0f0;
}

div.text-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: .9;*/
}

/*#logoch {
    position: fixed;
    margin-left: 2%;
    width: 15%;
    height: 9%;
}*/

#garfieldizq {
    float: left;
}


#texto1 {
    float: initial;
    margin-left: 25%;
    margin-right: 25%;
    /*background-color: #fe9a00;*/
}

#cuadro1 {
    float: left;
}

#cuadro2 {
    float: left;
    width: 300px;
    height: 300px;
    background-color: #bf4996;
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#garftext {
    font-family: Josefin Sans;
    text-align: center;
    font-size: 20px;
}

#texto2 {
    /*padding-top: 23%;*/
    float: inline-start ;
}

#odieder {
    float: right;
}

#imagen2 {
    float: right;
    width: 50%;
    /*margin-top: 50px;*/
}

#jonizq {
    float: left;
}

#texto3 {
    padding-top: 10px;
    float: left;
}

#caja1 {
    float: left;
    width: 300px;
    height: 300px;
    background-color: #23a5d9;
}

#sabiasq {
    font-family: Abril Fatface;
    font-size: 50px;
}

#caja2 {
    float: left;
    width: 300px;
    height: 300px;
    background-color: #ffd500;
    margin-left: 20px;
}

#infojim {
    font-family: Josefin Sans;
    padding-left: 5px;
    padding-right: 5px;
}

#caja3 {
    float: left;
    width: 300px;
    height: 300px;
    background-color: #fe9a00;
    margin-left: 20px;
}

#nermalder {
    float: right;
    width: 400px;
    height: 400px;
    margin-top: 50px;
}



#texto4 {
    float: right;
    margin-top: 50px;
}

#imagendato {
    float: right;
    margin-top: 200px;
    margin-right: 150px;
}

.wrapper {
    
   /* width: 70%;*/
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
}

.datito {
    display: block;
    /*width: 80%;*/
    height: auto;
}

.content {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 150px;
    margin-left: 150px;
    font-family: Josefin Sans;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*height: 100%;
    width: 80%;*/
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 153, 0, 0.830);


}

.wrapper:hover .overlay {
    opacity: 1;
}

#imagendato2 {
    float: right;
    margin-top: 200px;
    margin-right: 320px;
}

.wrapper2 {
    
   /* width: 70%;*/
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
}

.datito2 {
    display: block;
    /*width: 80%;*/
    height: auto;
}

.content2 {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 150px;
    margin-left: 150px;
    font-family: Josefin Sans;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*height: 100%;
    width: 80%;*/
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 153, 0, 0.830);


}

.wrapper2:hover .overlay2 {
    opacity: 1;
}

#imagendato3 {
    float: right;
    margin-top: 200px;
    margin-right: 320px;
}

.wrapper3 {
    
   /* width: 70%;*/
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
}

.datito3 {
    display: block;
    /*width: 80%;*/
    height: auto;
}

.content3 {
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 150px;
    margin-left: 150px;
    font-family: Josefin Sans;
}

.overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*height: 100%;
    width: 80%;*/
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 153, 0, 0.830);


}

.wrapper3:hover .overlay3 {
    opacity: 1;
}

#footer {
    float: right;
    margin-top: 100px;
    padding-top: 30px;
    background-color: #000000;
    color: white;
    width: 100%;
    height: 200px;
}

#textofoot {
    font-family: Josefin Sans;
    margin-left: 30px;
}

.menuabajo {
    color: white;
    font-family: Josefin Sans;
    margin-top: 10px;
    margin-left: 30px;
}

#imagenfooter {
    width: 30%;
    float: right;
    margin-right: 30px;
}