
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body{
    background-image: url("/recursos/fondo_home.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    backdrop-filter: blur(20px);
}

span {
float: right;
}
.figura_4{
    border-radius: 50%;
    background-color: #0936B7;
    height: 300px;
    width: 300px;
    z-index: 200;
    position: relative;
    top: 30%;
    left: 10%;
    
}

.figura_5{
    border-radius: 50%;
    background-color: #FE5200;
    height: 300px;
    width: 300px;
    z-index: 100;
    position: relative;
    float: right;
    top: 15%;
    
}


.imagen_perro{
    z-index: 800;  
    position: relative;
}

.cargar{
    width: 300px;
    height: 150px;
    background: #0a4275;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 100px;
}

.cargar p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.cargar a{
    
    position: relative;
    left: 30%;
}

/*LADO IZQUIERDO*/
.pileta1{
    width: 90%;
    height: 100px;
    background-color: #0936B7;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 200;
    position: relative;
    top: 10%;
    left: -15px;
}

.pileta2{
    width: 80%;
    height: 100px;
    background-color: #FE5200;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 100;
    position: relative;
    top: 20%;
    left: -15px;
}

.contenedor_vidrio {
    background-color: #0E2440; 
    z-index: 800;
    position: relative;
    left: -15px;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px !important;
    color:white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
   
   }


  