#proyectos_padre{
    width:100%;
    height:100%;
    position:relative;
    margin-top:-10%;

}

#proyectos_padre nav{ 
    position:absolute;
    left:50%;
    right:0%;
    top:50%;
    transform:translate(-50%,-50%);
}

.proyectos_padre_cubierto{
    color: rgb(37, 88, 255)!important;
    background: white;
    border-radius:100px;
    border: 5px solid rgb(37, 88, 255);
    padding: 2%;
    font-size: 4em;
    text-decoration:none;
    text-align: center;
    display:block;
    position: relative;
    margin-bottom: 10%;
}

.proyectos_padre_cubierto:before{
    content: "";
    position: absolute;
    background:rgba(122, 122, 122, 0.5);
    border:0px solid rgb(37, 88, 255);
    display:block;
    margin-bottom: 10%;
    width: 102%;
    height:110%;
    top: -6%;
    left:-1%;
    border-radius:100px;
    transition: all 1s ease;
}

.proyectos_padre_descubierto{
    color: rgb(37, 88, 255)!important;
    background: white;
    border-radius:100px;
    border: 5px solid rgb(37, 88, 255);
    padding: 2%;
    font-size: 3em;
    text-decoration:none;
    text-align: center;
    display:block;
    position: relative;
    margin-bottom: 10%;
}

.proyectos_padre_cubierto:hover{
    opacity: 1.0;
    transition: opacity 2s ease-in-out;
}

.proyectos_padre_cubierto:hover:before{
    opacity: 0.2;
    width: 0px;
}

#section_proyectos{
    min-height: 1200px;
}

#cabecera_proyectos{
	display:flex;
	color: white;
	justify-content:center;
	text-shadow: 0 0 8px #0083fe, 0 0 2px #0083fe, 0 0 10px #0083fe, 0 0 6px #0083fe, 0 0 20px #0083fe, 0 0 20px #0083fe, 0 0 1px #0083fe, 0 0 12px #0083fe;
    font-size: 5em;
    margin-top: 10%;
}

@media (min-width: 1900px) {
  
    /* CSS */
    .proyectos_padre_cubierto{
        font-size:4em
    }
} 

@media (min-width:1227px) and (max-width:1500px){
    .proyectos_padre_cubierto{
        font-size: 4em
    }
   
}

@media (min-width:1014px) and (max-width:1250px){
    .proyectos_padre_cubierto{
        font-size: 3.5em
    }
    #hibernate, #banco{
        font-size: 1em;
    }
}

@media (min-width:700px) and (max-width:1037px){
    .proyectos_padre_cubierto{
        font-size: 3.0em
    }

    #section_proyectos{
        margin-top: -55px;
       }
    
    #proyectos_padre{
        margin-top: -250px;
    }
}

@media (min-width:659px) and (max-width:845px){
    .proyectos_padre_cubierto{
        font-size: 2.3em
    }

    #cabecera_proyectos{
        font-size: 3.5em;
       }

    #proyectos_padre{
        margin-top: -350px;
    }
}

@media (min-width:590px) and (max-width:670px){
   .proyectos_padre_cubierto{
    font-size: 2em
   }

   #cabecera_proyectos{
    font-size: 2em;
   }

   #proyectos_padre{
    margin-top: -400px;
    }

   #section_proyectos{
    margin-top: -55px;
   }

   #cabecera_proyectos{
    font-size: 55px;
   }
}


@media (max-width:590px){

    .proyectos_padre_cubierto{
        font-size: 1.5em
    }
    #cabecera_proyectos{
        font-size: 45px;
       }
    #section_proyectos{
        margin-top: 0px;
    }

    #proyectos_padre{
        margin-top: -400px;
    }
}