/*barra de navegacion*/
.navbar{
    padding: 2rem;
    background-color: #fbfefd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    

}

.navbar-collapse{
    align-items: center;
    justify-content:center;
}

/*.logosup{
    padding-left: 50px;;
}*/

/*estilos generales*/
section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 50px !important;
    /*font-family: 'Rubik Dirt', cursive;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.seccion-oscura{
    color: white;
    background-color:#1b1b32;
}

.seccion-clara{
    color: black;
    background-color:#ffffff;
}


.seccion-titulo{
    font-size: 2rem;
    padding: 15px 0;
    font-family: 'Rubik Dirt', cursive;
}
.seccion-descripcion{
    font-size: 1.2rem;
    color: #584e4e;
}

.seccion-texto{
    font-size: 1.2rem;
}

.texto-negro{
    color: black;
}

.texto-blanco{
    color: white;
}

.btn-info{
    font-size: 1.1rem;
    margin: 20px;
   
}

/*hero*/
.hero{
    background-color: #fbfefd;
    min-height: 450px;
    
}


/*.her{
    padding: 0;
    margin: 0;
}*/
.hero-texto{
    width: 550px;
    min-width: 550px;
}
.hero-principal{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
    
}

.herofoto{
    margin: 0;
    padding: 0;
}

.hero-imagen-desarrollador{
    width: 200px;
    height: 200px;
    margin: 20px;
}

/*sobre mi*/
.sobre-mi{
    height: 500px;
    padding: 10px;
}

.sobre-mi .contenedor{
    max-width: 600px;
    text-align: center;
}

/*experiencia*/
.experiencia{
    padding: 40px 40px 60px 40px;
}

.experiencia .columna{
    padding: 20px;
    border: solid 2px #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: #7852cd;
}

.experiencia-titulo{
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.experiencia i{
    font-size: 2.5rem;
    color: #7ade30;
    background-color: #0a0a23;
    padding: 8px 19px;
    border-radius: 50%;
}

.badges-contenedor{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.badge{
    margin: 5px;
}


/*proyects*/
.proyectos-recientes{
    padding: 40px;
}

.proyectos-recientes img{
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease;
}

.proyectos-contenedor{
    padding-top: 60px;
    margin-bottom: 40px;
}

.overlay{
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.overlay p{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}
.proyecto{
    position: relative;
}

.proyecto:hover img{
    opacity: 0.2;
}
.proyecto:hover .overlay{
    opacity: 1;
}

.overlay .iconos-contenedor{
    display: flex;
}

.overlay i{
    color: black;
    font-size: 60px;
    margin: 2px;
}

/*articulos*/
.articulos{
    min-height: 500px;
    padding: 30px;
}

.articulos .card{
    width: 80%;
    max-width: 600px;
    margin: 20px;
}

.articulos .card-header{
    font-weight: bold;
}

/*testimonio*/
.testimonios{
    padding: 40px 40px 80px 40px;
}

.testimonios .carousel{
    max-width: 800px;
}
.carousel-item{
    height: 500px;
}

.carousel-item .container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonio-imagen{
    height: 150px;
    width: 150px;
    margin: 10px 10px 20px 20px;
}

.testimonio-texto{
    max-width: 70%;
    text-align: center;
    font-size: 20px;

}

.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.8rem;
}

/*contactocorreo*/
.contactocorreo .container{
    max-width: 1100px;
    min-height: 350px;
    padding: 20px;
    border: solid 2px #8080804d;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 1px white;
    margin-bottom: 120px;
}

.columnacorreo{
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

/*contacto*/
.contacto .container{
    max-width: 1100px;
    min-height: 200px;
    padding: 20px;
}
.contacto .rectangulo{
    margin-top: -5rem;
    background-color: rgb(25, 58, 243);
    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: 100px;
    transition: all 0.2s ease-in-out;
}
.contacto button i{
    color: white;
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
}

.contacto button:hover{
    background-color: white;
    color: black;
}

.contacto button:hover i{
    
    color: black;
}

.colortitulo{
    color: #7f56d9;
    font-weight: bold;
}

.miboton{
    width: 220px;
    height: 55px;
    background-color: #7f56d9;
    color:white;
    border: none;
    border-radius: 5px;
}

/*adaptable resposnivo*/
@media screen and (max-width: 767px){
    .navbar-brand{
       display:flex;
       align-items: center;
       justify-content: center;
       
    }
}

@media screen and (max-width: 767px){
    .herofoto{
      display: none;
       
    }
}

@media screen and (max-width: 600px){
    .hero-texto-titulo{
       /* max-width: 500px !important;*/
       width: 300px;
      
        text-align: left;
        font-size:20px !important;
    }

    .hero-texto-titulo2{
        /* max-width: 500px !important;*/
        width: 300px;
         text-align: left;
         font-size:12px !important;
     }

     .hero-texto{
       
        /* max-width: 500px !important;*/
      
        
         text-align: left;
         padding: 10px;
         
     }

     .hero-principal{
        width: 150px;
        /* max-width: 500px !important;*/
      
        margin-left: 230px !important;
         text-align: center;
         padding: 5px;
         
     }

     .miboton{
        width: 300px;
       
    }
}
/*reto*/
@media screen and (max-width:400px){
    .overlay p{
        font-size: 16px;
    }

    .overlay i{
        font-size: 20px;
    }
}

@media screen and (max-width :800px){
    .testimonio-imagen{
        height: 120px;
        width: 120px;
    }
    .testimonio-texto{
        font-size: 12px;
    }
}