

.float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50%;
    right: 5%;
    background-color: #25d366;
    color: #000;
    border-radius: 60px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 500;
    animation: imgwhat 5s ease-in-out 0s infinite normal backwards;

}
@keyframes imgwhat {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
.float:hover{
    text-decoration: none;
    color: #fff;
    background-color: #1ab152;
    animation: 3s;
    animation-iteration-count: infinite;
}
.my-float{
    margin: 25%;
    
}

header{
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 10vh;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    
}
nav{
    position: relative;
    width: 100%;
    height: 100%;
}

.nav__logo{
    position: relative;
    width: 50%;
    
    
}
.logo{
    position: relative;
    width: 200px;
    
    
}

.nav__menu{
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 35%;
        right: 0; 
    }  

.nav__menu li {
    display:inline-block;
    padding:5px 10px 5px 10px;
    text-align: center;
}

.nav__menu li a{
    color: #00538B;
    text-decoration: none;
    font-weight: 700;
}
.nav__menu li a:hover{
    text-decoration:underline;
}

.nav__menu img{
    width: 25px;
    height: 25px;
}


/* cuerpooooooooooo0000000000000000000000000000000000000000000000000 */

body{
    background-image: url(https://img.freepik.com/vector-gratis/fondo-monocromatico-blanco-estilo-papel_52683-66443.jpg?w=1800&t=st=1682805723~exp=1682806323~hmac=81eade04d48135715766358057f44b9dff79800ba7b0c936777a2b4f0349c384);
    background-attachment:fixed;
}

*{
    font-family: 'Heebo', sans-serif;
}

.contenedor{
    width: 100vw;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
    

.servicios{
    width: 800px;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    

}

.caja{
    position: relative;
    width: 900px;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #f8f6f6;
    border-radius: 25px;

}

.imagen{
    position: absolute;
    padding: 25px;
    width: 550px;
    height: 350px;
    overflow: hidden;
    
}
.imagenr{
    position: absolute;
    padding: 25px;
    width: 10px;
    height: 10px;
    overflow: hidden;

}

.caja img{
    width: 750px;
    height: 480px;
    object-fit: cover;
    transition-duration: 4s;
    transition-timing-function:cubic-bezier(.11,.92,0,1.06);
}
.caja img:hover{
    width: 550px;
    height: 350px;
    object-fit: cover;
    -webkit-border-radius:10%;
    box-shadow: 0px 0px 3px 3px #ec731e;
    -webkit-box-shadow: 0px 0px 3px 3px #ec731e;
   
}

.imagen2,.imagen4{
    top:10px;
    right: 5px;
}


h2{ font-size: 15px;
    width:250px;
    height: 25px;
    position: absolute;
    
    color: #00538B;
}
.h22,.h24{
    top:80px;
    left: 30px;
}
.h21,.h23{
    
    top:70px;
    right: 50px;
}

p{  position: absolute;
    width: 250px;
    height: 250px;
    
    color: #00538B;
}

.p2,.p4{
    top:110px;
    left: 50px;

}
.p1,.p3{
    top:100px;
    right: 50px;

}

footer {
    position: absolute;
    width: 100vw;
    height: 200px;
    background: #00538B;
    top:2000px;
    align-content: center;

}
footer p{
    width: 100%;
    height: 100%;
    position: relative;
    color:#fff;
    text-align: center;
    top: 50%;
    margin: auto;
}
 
/* reponsiveeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee*/

@media only screen and (max-width: 800px){

    header{
        position: fixed;
        z-index: 20;
        width: 100vw;
        height: 10vh;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        
    }
    .float{
        bottom:15%;
        right: 8%;
    }
    .logo{
        top: 10px;
        width: 180px;
        
        
    }
  

*{
    font-family: 'Heebo', sans-serif;
}

.contenedor{
    width: 100vw;
    height: auto;
    position: absolute;
    top:10vh;
   
}
    

.servicios{
    width: 100%;
    height: 100%;
    position: relative;
}

.caja{
    position: relative;
    width: 93%;
    height: 80vh;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #d1cfcf;
    border-radius: 15px;
}
.imagen2, .imagen4{
    top: 0;
    right: 1px;
}
.imagen{
    position: absolute;
    padding: 15px;
    width: 1%;
    height: 1%;
    overflow: hidden;
    top: 5%;
}
.imagenr{
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 80%;
    overflow: hidden;
    top: 5%;
}

.imagen1{
    height: 90%;
}
.imagen11{
    height: 80%;
}
.imagen12{
    height: 80%;
}
.caja .imagenr img{
    width: 120%;
    height: 120%;
    object-fit: cover;
    transition-duration: 4s;
    transition-timing-function:cubic-bezier(.11,.92,0,1.06);
}
.caja .imagenr img:hover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius:10%;
    box-shadow: 0px 0px 3px 3px #ec731e;
    -webkit-box-shadow: 0px 0px 3px 3px #ec731e;
   
}



h2 { position: absolute;
    font-size: 14px;
    width:100%;
    height: 20px;
    color: #00538B;
}

.h22,.h24{
    width: auto;
    top:3%;
    left: 10%;
    right: 0;

}
.h21,.h23{
    width: auto;
    top:3%;
    right: 0px;
    left: 10%;
    
}

p{  
    position: absolute;
    width: 97%;
    height: auto;
    line-height: 21px;
    color: #00538B;
}
.p2,.p4{
    top:86%;
    left: 20px;
    

}
.p1,.p3{
    top:86%;
    left: 20px;

}
#pl{
    top:25%;
    left: -10px;
    color: #ffffffc6;
    text-align: right;
  

}
footer {
    position: relative;
    width: 100vw;
    height: 200px;
    background: #00538B;
    top:3150px;
    align-content: center;

}
footer p{
    width: 100%;
    height: 100%;
    position: relative;
    color:#fff;
    text-align: center;
    top: 50%;
    margin: auto;
}
}
     /* reponsiveeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
     @media only screen and (max-width: 300px){
       
        .logo{
            width: 120px;
            
            
        }
       
        .nav__menu{
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            top: 55%;
            right: 0; 
        } 
    }



  
