@charset "utf-8";
*{
    box-sizing: border-box;
}
 html,
      body {
        position: relative;
        height: 100%;
      }

body{ 
    background: #1E031E;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
   
}

.general{
    padding: 1rem;
}

a{
    text-decoration: none;
}

h1{
    margin: auto;
    padding: 5rem 1rem 1rem 1rem;
    font-size: 50pt;
}
span{
    font-style: italic;
    font-weight: bold;
}
.contenedor{
    margin: auto;
    padding: .25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-items: center;
}
.contenedor>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-self: flex-end;  
}
ul{
    padding: 0;
    margin: 0rem;
}
li{
    color: #E9F9CC;
    margin-bottom: .3em;
    line-height: 1.3em;
    
}

#colorsolido{
    height: 4rem;
    width: 100%;
    background: #E9F9CC;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

nav{
    
    background: #E9F9CC ;
    height: 4rem;
    padding: 0rem 1rem 1rem 1rem;
    flex-direction: column;
    position: fixed;
    width: 100%;
    top:0;
    right: 0;
    z-index: 9997;
}

header nav div{
    margin: 0;
   
}

nav ul{
    margin: auto;
    padding: 0rem 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0rem .2rem 0rem;
  
}

ul li{
    list-style:none;
    
}

nav li>a{
    background: #1E031E;
    padding: 1rem;
    margin: 0 .25rem 0;
    border-radius: .4rem;
    color: #E9F9CC;
    display: block;
    text-align: center;
    
}
#nosotras ul{
    padding-bottom: .2rem
        
}
nav>section{
    background-color: rgb(233, 249, 204, .6);
     position: absolute;
     top: -25rem;
    right: 0%;
    transition: all .3s ease;
    width: 100%;
    
}
nav>.visible{
    top:4rem;
}

#nosotras li{
   margin-bottom: 0;
   margin-top: 0;

}
#nosotras li a{
    border-bottom: groove .1rem;
    border-bottom-color: #120112;
}

#navegador a{
    text-transform: uppercase;
    font-weight: bold;
    background: #120112;
    padding: 1rem;
    margin: .25rem;
    border-radius: .25rem;
    color: floralwhite;
}

/*
nav{
    display: flex;
    background: #E9F9CC ;
    padding: 0rem 1rem 1rem 1rem;
    flex-direction: column;
}

header nav div{
    margin: 0;
   
}

nav ul{
    display: flex;
    margin: auto;
    padding: 1rem 0 0 0;
    flex-wrap: wrap;
    justify-content: center;
}

ul li{
    list-style:none;

    
}

nav li>a{
    background: #341C34;
    padding: .4rem;
    margin: .25rem;
    border-radius: .8rem;
    color: #E9F9CC;
    display: block;
    
}


#navegador a{
    text-transform: uppercase;
    font-weight: bold;
    background: #1E031E;
    padding: .6rem;
    margin: .25rem;
    border-radius: .25rem;
    color: floralwhite;
}
*/
#foto{
    display: flex;
    min-width: 2rem;
    max-width: 13rem;
    align-self: center;
    border-radius: 50%;
    background-color: #E9F9CC;
    padding: .25rem;
   
}
/*
    display: flex;
    max-width: 14rem;
    margin: auto;
    padding: 1.5em;
    background-color: darkcyan;
    border-radius: 12em;
    margin-top: 2rem;
    margin-bottom: 2rem
*/


img{
    max-width: 100%;
    height: auto;
}

h1,
h2{
    color: floralwhite;
    margin: 1rem 1rem;
    line-height: 1.3em;
}

h4,
p{
    color: #E9F9CC;
}

p{
    margin: 0rem;
    line-height: 1.3em;
    
}
article{
    padding: .6rem;
}
#boceto{
    margin: auto;
    max-width: 50rem;
    text-align: center;
    padding: 0 1rem;
   
}



#boceto>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
    
}

#boceto a{
   background-color: #E9F9CC;
    color: #1E031E;
    display: block;
    margin: .5em;
    padding: .4em .5em;
    border-radius: .4rem;
   
}
.general .datos{
    display: flex;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-items: center;
     flex-direction: column;
    
}

#volver>a{
    background: #1E031E;
    color: #E9F9CC;
    font-size: 10.5pt;
    padding: 1em;
    border-radius: .5em;
    justify-content: center;
    display: flex;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
    min-width: 5rem;
    max-width: 10rem;
}
#navegador a:hover{
    background-color: floralwhite;
    color: #1E031E;
} 
#nosotras a:hover{
    background-color:  #E9FC9C;
    color: #1E031E;
} 
#boceto a:hover{
    background-color: #170217;
    color:  #E9F9CC;
} 
#volver a:hover{
    background-color: floralwhite;
    color: #1E031E;
} 
footer{
    background-color: #E9F9CC;
    display: flex;
     flex-direction: column;
    justify-items: center;
    
    
}
footer>p{
margin: auto;
    font-size: 10pt;
    color: #1E031E;
    padding-bottom: .5rem;
    max-width: 85%;
    justify-self: center;
}


.datos>p{
    padding: .6rem;
    margin-bottom: 1.5rem;
}

#titulogaleria{
    text-align: center;
}

.swiper-container {
        width: 100%;
        height: 50%;
    margin: 1rem 0 4.5rem;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #1E031E;
      }

      .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
      }

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    opacity: 50%
}


/*........boton menu........*/

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
position: fixed;
    z-index: 9999;
    top: 0.3rem;
    right: 0rem;}
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #1E031E; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
    position: relative;
    z-index: 9999;
    }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #1E031E;
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }



/*
.general>.datos{
    
}

div{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-self: flex-end;  
}
*/


@media all and (min-width: 600px){
   /* 
    #todo{
        flex-direction: column;
        
    }
    */
    .info{
    
        justify-content: center;
        display: flex;
      
}
    nav>section,
    ul{
    max-width: 30rem;
}
  
    .contenedor ul{
        margin-top: .5rem;
    }
    
    .contenedor{
        max-width: 100%;
        margin: 0;
        padding: 1.3rem;
        justify-items: center;
        align-content: center;
        
    }
    .contenedor>section{
        padding-right: 2.7rem; 
        
    }
    
    .contenedor>div{
        padding-left: 2.7rem;
        justify-self: center;
        align-self: center;
    }
    
    h1{
    margin: auto;
    margin-top: 4.5rem;
    padding: 1rem;
    font-size: 60pt;
    max-width:70%; 
}
    
    nav{
    padding: 1rem 2rem 2rem 2rem;
  
}
    .general>.fadu{
        display: flex;
       max-width: 50rem;
        margin: auto;
        padding: 1.3rem 1.3rem 0 1.3rem;
        justify-items: center;
        align-content: center;
}
    
    .datos>p{
        max-width: 48rem;
        margin: auto;
        padding: 0 2.3rem 2.5rem 2.3rem;
        justify-items: center;
        align-content: center;
        
    }

    .parrafos{
        max-width: 100%;
        margin: 0;
        padding: 1.3rem;
        justify-items: center;
        
    }
    
    h2{
        display: contents;
        width: 30rem;
    }
}

.swiper-container {
        width: 100%;
        height: 50%;
    margin: 1.5rem 0 6rem;
      }
    
    footer>p{
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 1.5rem;
        max-width: 40rem;
        min-width: 20rem;
    }
#boceto ul{
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
    margin: auto;
     margin-top: 1rem;
    
}
   
@media all and (min-width: 1200px){
    
    .general,
 .info{
     max-width: 65rem;
    margin: auto;
}
    button,
    .hamburger-box
    .hamburger-inner{
        display: none;
    }
    
     nav{
        position: relative;
        height: 5rem;
    }
    #colorsolido{
        display: none;     
    }
    
    nav>section{
        position: fixed;
        display: flex;
        padding: 2rem 7rem;
        justify-content: space-between;
        flex-direction: row-reverse;
        height: 5rem;
        align-items: center;
        max-width: 100%;
        top: 0;
        background-color: rgb(233, 249, 204, .8);
    }
    
    nav>.visible{
        padding: 2rem 5rem;
        top:0;
        
    }
    
    nav ul{
        display: flex;
        padding: 0;
        margin: 0;
    }
    nav li{
        padding: 0;
        margin: 0;
    }
    nav li>a{
        padding: .6rem;
    }
    
    #navegador a{
        padding: .6rem;
    }
    
     h1{
    font-size: 70pt;
}
    
    footer{
        display: flex;
        flex-direction:row-reverse;
        justify-content: space-between;
    }
    
    #volver>a{
        margin: 2rem 7rem;
        justify-content: center;
    }
    
    footer>p{ 
        margin: 0rem 7rem;
       padding: 0;
        align-self: center;
    }
    
}
/* 
PARA LA COSA MAS GRANDE
.general{
     max-width: 60rem;
    margin: auto;
}

background: red;
width: 50%; el 50 porciento del ancho permitido o el ancho web, no estoy segura, probar.
padding: 2em; agrega espacio interno (osea, seria de color rojo) */