



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



/* Estilos generales */

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seccion-titulo {
    font-size: 2rem;
    padding: 15px 0;
    font-family: "Roboto", serif;
    font-weight: 200;
    font-style: normal;
}

.seccion-texto {
     font-size: 1.5rem;
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;


}

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

}
/* soobre mi  */

.main{   
      background: linear-gradient( rgb(234, 174, 208), rgb(233, 215, 226));
}



.hero-imagen-perfil {
    width: 400px;
    height: 400px;
   margin-left: 30%; 
   margin-right: 15%;

   border: 10px solid  rgb(207, 66, 169)
  



}


h1 {
    padding-top: 30px;
    font-size: 2.5rem;
    color:rgb(202, 44, 178);
    font-family: "Roboto", serif;
    font-weight: 600;
    font-style: normal;

    
}
    
    

    .hero-presentacion{
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 50px;
        padding-top: 40px;
        text-align: left;
       font-size: 1.5rem;
        color:rgb( 202, 44,178);
        font-family: "Roboto", serif;
        font-weight: 300;
        font-style: normal; 

    }

    .areas-presentacion{
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
        color:rgb( 202, 44,178);
    }

  
        
    
    .hero-imagen-naty{
       
        width: 400px;
        height: 400px;
        margin-left: 35%; 
        margin-right: 15%;
        margin-top: 50px;
        border: 10px solid  rgb(207, 66, 169);
        margin-bottom: 30px;
     
    }

    /* Responsive */
    @media screen and (max-width: 767px) { 
         .hero-imagen-naty{

        width: 250px;
        height: 250px;
        margin-left: 20%;
        margin-right: 20%;
    }}
        

    
    @media screen and (max-width: 767px) {
    .hero-imagen-perfil{
        width: 250px;
        height: 250px;
        margin-left: 20%;
        margin-right:20% ;
    }}


    .img-responsiveimg-thumbnail {
        padding: 40px 40px 80px 40px;
        margin-left: 20px;
        margin-right: 30px;
       
    }


 
/* Experiencia */

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




.experiencia-titulo {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
    color:rgb(202, 44, 178); ;
}

.experiencia-parrafo { 
    color:rgb(202, 44, 178);}


.logo {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}



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

.badges {
    margin: 5px;

}




.experiencia.columna {
    padding: 20px;
    border: 2px solid #8080804d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: 0.2s ease-in;

}

.experiencia .columna:hover {
    color:rgb(202, 44, 178);
    background-color: rgb(43, 7, 79);
}


/* seccion Proyecto */

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

.seccion-descripcion {
    font-size: 1,2rem;
     color:rgb(202, 44, 178);
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal}

.seccion-titulo-proyectos {
    color: rgb(202, 44, 178);
    font-size: 2rem;
    padding: 15px 0;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 50px;
    

}





.badge {
    color: rgb(207, 66, 169); 
}

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

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


.proyecto {
    position: relative;
  
}
.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:hover img {
    opacity: 0.2;
}

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



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

.overlay img {
    margin: 10px;
    height: 70px;
    width: 70px;
   
}
.iconos-contenedor:hover img {
    opacity: 1;
}





/* Footer */

.footer{
    background-color: rgb(224, 88, 178);
    padding-bottom: 40px;
    padding-top: 40px;
}

.contacto .container{
    max-width: 1100px;
    min-height: 200px;

     
}

.seccion-titulo {
    font-size: 2rem;
    padding: 15px 0;
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
    color: rgb(244, 228, 244);
}


.contacto .row{
    width: 100%;
    display: flex;
    align-items: center;
   
}

.descripcion{
    color: rgb(244, 228, 244);
     
    font-size: 1.2rem;
}



    .button {
        color: rgb(244, 228, 244);  
        align-items: center;
        justify-content: center;
        font-weight: bold;
        background-color: transparent;
        border: 2px solid rgb(244, 228, 244); 
        padding: 1,25em 2em;
        margin: 10px;
        border-radius: 100px;
        transition: all 0.2s ease-in-out;
}

 .button:hover {
    background-color:rgb(247, 243, 245); 
    color: rgb(202, 44, 178 );

}
.button i {
    color: rgb(235, 230, 239);;
    font-size: 1.3rem;
    transition: all 0.2s ease-in-out;
}

.button:hover i {
    color: rgb(246, 243, 246);
}

.iconos-redes-sociales{
    display: flex;
   align-items: center;
   justify-content: center;}
 
   

    .instagram{
        width: 50px;
        height: 50px;
    }

   .whatsapp{
    width: 50px;
    height: 50px}



/* Responsive */
@media screen and (max-width: 767px) {
    .navbar-brand{ display: none;}
}
    
@media screen and (min-width: 700Px) {
    .hero-inferior-imagen{
      max-width: 600px;
     
    
}}


   

/* Retiro */
.titulo-retiro{
    padding-top: 30px;
    font-size: 2.5rem;
    color:rgb(202, 44, 178);
    font-family: "Roboto", serif;
    font-weight: 600;
    font-style: normal;
    margin-left: 20px;
}

.nombre-retiro { 
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-left: 30px;
    text-align: center;
    font-size: 2rem;
    color:rgb( 202, 44,178);
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
}

.explicacion-retiro{
    
    font-size: 1.4rem;
    color:rgb( 202, 44,178);
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;

}

       
       .Logo-Naty{
        border-radius: 50%;
        width:95px;
    
        height:95px;
        margin-bottom: 40px;
        margin-top: 20px;
        
       }

       .foto-retiro-naty {
        width: 400px;
        height: 400px;
        margin-left: 15%; 
        margin-right: 15%;
        border: 10px solid  rgb(207, 66, 169)
       }

       .container4{
        margin-left: 20px;
        margin-right: 20px;
       }
       .container4 .row {
        padding: 10px;
      
        border: 3px solid rgb(207, 66, 169);

       }
        .borde-rosa  {
           
            border: 4px solid rgb(207, 66, 169);
         border-radius: 20px;
       }

       .parrafo-nombre {

       font-size: 1.5rem;
       color:rgb(195, 13, 168);
       font-family: "Roboto", serif;
       font-weight: 700;
       font-style: normal;
       margin-bottom: 30px;
       margin-left: 20px;
       margin-right: 20px;
       padding-left: 10px;}
       
       
       .parrafo-dias {

        font-size: 1.3rem;
        color:rgb(187, 41, 165);
        font-family: "Roboto", serif;
        font-weight: 500;
        font-style: normal;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 10px;}




     .parrafo-detalle {
        font-size: 1 rem;
        color:rgb( 202, 44,178);
        font-family: "Roboto", serif;
        font-weight: 300;
        font-style: normal;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
 

.areas-presentacion{




}
     
     /* Responsive */
  
     @media screen and (max-width: 767px) { 
        .foto-retiro-naty{

       width: 300px;
       height: 300px;}}

       @media screen and (max-width: 767px) {
        .proyecto{
            margin-bottom: 30px;
            margin-top: 30px;
        }
       }

      

       @media screen and (max-width: 767px) { 
        container5 raw{
       margin-right: 20px;}}
       

       
    /* LUgar */
   
    .lugar{

        padding: 20px;

        font-size: 1.2rem;
       color: rgb(83, 88, 237 );
       font-family: "Roboto", serif;
       font-weight: 300;
       font-style: normal}


    
         #galeria .col-lg-4{
               margin: 0 !important;
            padding: 25PX;}
             
             
    
           #galeria {
               margin: 0 !important;}
              
    
           #galeria img{

               width: 100%;
               height:100%;}
    
            img:hover{
                   border: 10px solid  rgb(207, 66, 169);
                   padding: 0;
           }

           @media screen and (max-width: 767px) {
            .foto{
           
           width: 200px;
           height: 200px;
           margin-left: 20%;}}
           
    
/* BArras */
 .titulo-barras{
    padding-top: 30px;
    font-size: 2.5rem;
    color:rgb(202, 44, 178);
    font-family: "Roboto", serif;
    font-weight: 600;
    font-style: norm
 }
 .nombre-barras{
        margin-bottom: 40px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 10px;
        padding-left: 30px;
        text-align: center;
        font-size: 2rem;
        color:rgb( 202, 44,178);
        font-family: "Roboto", serif;
        font-weight: 500;
        font-style: normal;
 }
 .preguntas-barras {
    margin-bottom: 40px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 10px;
        padding-left: 30px;
        text-align: center;
        font-size: 1.7rem;
        color:rgb( 202, 44,178);
        font-family: "Roboto", serif;
        font-weight: 450;
        font-style: normal;
 }
 .explicacion-barras{

    margin-bottom: 40px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 10px;
        padding-left: 30px;
        text-align: center;
        font-size: 1.5rem;
        color:rgb( 202, 44,178);
        font-family: "Roboto", serif;
        font-weight: 400;
 }
 .foto-barras-nati {
    width: 400px;
        height: 400px;
        margin-left: 15%; 
        margin-right: 15%;
        border: 10px solid  rgb(207, 66, 169);
        margin-bottom: 60px;
        margin-top: 40px;}
    
        @media screen and (max-width: 767px) { 
            .foto-barras-nati{
   
           width: 250px;
           height: 250px;
           margin-left: 20%;}}