h1{
    color:blue;
    font-size: 3.5rem;
    /*font-family font-google 'Rubik Dirt'*/
    font-family:dejavu; 
}
.h2-imagen-desarrollador{
    text-align: center;
}
img{
    margin-top: 30px;
}
.liga{
    margin: auto;
    display:flex;
    align-items: center;
    justify-content:center;
}
.sucesos{
    font-size: 25px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bold ;
}
.container .row p{
    font-size: 14px;
    margin:0px;
    padding: 0px;
}
.dolar{
    margin-bottom: 15px;
}
.seccion-oscura{
    color:white;
    background-color:  black;
}
.seccin-clara{
    color:black;
    background-color: white;
}
.seccion-titulo{
    font-size: 2rem;
    padding: 15px 0;
    font-family: dejavu;
}
.seccion-descripcion{
    font-size: 1.2rem;
    color:#584e4e
}
.seccion-texto{
    font-size: 1.3rem;
    font-family: 'Times New Roman', Times, serif;
    padding: 2px 2px;
}
section{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero{
    background-color: #f5f6f7;
    min-height: 450px;
    text-align: center;
}
.hero-principal{
     padding: 3rem;
}
.hero-principal h2{
    font-size: 1.5rem;
    color:#615151;
}
.hero-imagen-desarrollador{
    width: 750px;
    height: 500px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.bandera {
    width: 450px;
    height: 250px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.sobre-mi{
    height: 200px;
    padding: 10px;
}
.sobre-mi .contenedor{
    max-width: 600px;
    text-align: center;
}
.experiencia {
    padding: 40px 40px 60 40;
}
.experiencia .columna{
    padding: 20px;
    border:2px solid #8080804d;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
}
.experiencia .columna:hover{
    color:white;
    background-color: #1b1b32;
}
.experiencia .row div{
    height: 250px;
    background-color: white;
    border: none;
}
.sucesos-titulo{
    font-size:19px;
    font-family:'Franklin Gothnoneic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    margin:2px 0;
}
.badges-contenedor{
    font-size: 17px;
    font-weight: bold;
    margin:1px 0;
    border:none;
}
.badges{
    margin: 5px;
}
.proyecto img{
    margin-top: 20px;
}
.proyectos-recientes{
    padding: 40px; 
    margin-top: 68px;
}
.proyectos-recientes img{
    height:100%;
    width: 100%;
    padding:  10px;
    border-radius: 10px;
    display:block;
    transition: all 0.25 ease;
}
.proyectos-contenedor{
    padding-top: 60px;
    margin-bottom: 40px;
}
.overlay{
    margin-top: 50px;
    transition: all 0.2s ease;
    opacity:0;
    position:absolute;
    top:50%;
    left: 50%;
    transform:translate(-50%, -50%);
    text-align: center;
}
 .overlay p{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding-top:10px;
}
.proyecto{
    position: relative;
}
.proyecto:hover img{
    opacity:0.2;
}
.overlay .iconos-contenedor{
    display:flex;
}
.overlay i{
    color:black;
    font-size: 60px;
    margin:10px;
}
.proyecto:hover .overlay{
    opacity: 1;
}
.proyecto:hover .overlay {
    opacity:1;
}
.texto-negro{
    color:black;
}
.btn-info {
    font-size: 1.7rem;
    margin:20px;
    font-weight: bold;

}
.texto-blanco{
    color:white
}
.row li{
    font-size: 12px;
    padding: 0px;
    
}
.overlay i{
    font-size: 40px;
}
/*Contacto*/
.contacto .container{
    max-width:1100px;
    min-height: 200px;
    padding: 20px;
}
.contacto .rectangulo{
    margin-top: -2rem;
    background-color: rgb(13, 110, 253);
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px white;
}
.contacto .row{
    width: 100%;
    display:flex;
    align-items: center;
}
.contacto .descripcion{
    color: white;
    font-size: 1.2rem;
}
.contacto button{
    color: white;
    font-weight: bold;
    background-color: transparent;
    border: 2px solid white;
    padding: 1.25em 2em;
    margin: 10px;
    border-radius: 10px;
    transition:all 0.2s ease-in-out;
}
.contacto button:hover{
    background-color: white;
    color:black;

}
.contacto button i{
    color: white;
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
}
.contacto button:hover img{
    color:black;
    background-color: black;
}
/* Articulos*/
.articulos {
    min-height: 500px;
    padding: 30px;
}
.articulo .card{
    width: 80%;
    max-width: 600px;
    margin:20px;
}
.card-header{
    font-weight: bold;
}
.testimonios{
    padding: 40px 40px 80px 40px;

}
.conceptosFinancieros-imagen{
    height: 150px;
    width: 150px;
    margin: 10px 10px 20px 10px;
}
.conceptosFinancierosTexto{
    max-width: 70%;
    font-size: 18px;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
}
.testimonios .carousel{
    max-width: 800px;
}
.testimonio-info{
    font-weight: bold;
    text-align: center;
}
.testimonio-info p{
    margin-bottom: 0;
}
.testimonio-footer .cliente{
    font-size: 1.2rem;
}
.testimonio-info .cargo{
    font-size: 0.9rem;
    color:#656060;
    margin-bottom: 5px;
    padding-bottom:5px ;
}
.carousel-item{
    height:300px;
}
.carousel-item .container{
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 .cortesia{
    font-size: 12px;
    margin-bottom: 0px;
}
#cortesia{
    font-size: 13px;
}
#cargo{
    margin-bottom: 1px;;
}
/*footer */
.footer{
    min-height: 500px;
}
.footer-logo {
    height: 80px;
    width: 80;
    margin: 10px;
}
.footer-texto{
    font-size: 1.2rem;
    padding: 20px;
    margin-bottom: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.iconos-redes-sociales{
    width: 50px;
    height: 50px;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 1px rgb(13, 110, 253);
    border: 2px solid white;
    border-radius: 50%;
    transition:all 0.25 ease-in;
}
.iconos-redes-sociales{
    color:black;
    font-size: 10px;
    transition: all 0.2s ease-in;
}
.iconos-redes-sociales a:hover{
    background-color: white;
    border: 2px solid rgb(13, 110, 253);
}
.iconos-redes-sociales a:hover i{
    color:black;

}
.derechos-de-autor{
    font-size: 18px;
    color: black;
    padding: 20px;
}
/* Adaptable responsive*/
@media screen and (max-width: 400px){
    .overlay p{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .navbar-brand{
        display:none;
    }
}
@media screen and (min-width: 700px){
    .hero-inferior-imagen{
        max-width:400px;
    }
}
@media screen and (max-width:800px){
    .testimonio-imagen{
        height: 120px;
        width: 120px;
    }
    .conceptosFinancierosTexto{
        font-size: 22px;
    }
}

