@import url(/css/postStyle.css);



* {
  background-color: whitesmoke;
}
p.typographyForButterBanner {
  background-color: rgb(255, 247, 153);
}


.titulosMain {
  text-align: center;
  font-family: Helvetica, sans-serif;
  color: black;
  font-size: 4rem;
  line-height: 1.2;
  margin: 1em 0em;
  padding: 1.1em 0em 0em 0em;
}



/*---------------------------- desktop flex -----------------------------------*/



.containerFlexRow {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.containerFlexRowBaseline {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  margin-top: 3.7rem;
}


.contentUnit {
  min-width: 40%;
  width: 45%;
  height: 45%;
  max-width: 48%;
  flex: auto;
  margin: 1%;
}

.contentUnitRectangle {
  min-width: 50%;
  width: 50%;
  max-width: 50%;
  flex: auto;    
}



.lista {
  padding-left: 6em;
}

.contentUnitButter {
  width: 30em;
  height: 30em;
  background-color: rgb(255, 247, 153);
}

.contentUnitButterGrandiente {
  width: 25em;
  height: 20em;
  margin-top: 2em;
  margin-bottom: 2em;  
  background: repeating-linear-gradient(-139deg, #7987D2, #E9EC9A 5px, #60C3AD 5px, #FFF799  10px);
}

.imageIllustration {
  width: 100%;
  height: auto;
}

.imageIllustrationUX {
  width: 100%;
  height: auto;
  max-height: 600px;
  margin-bottom: 5em;
}

.imageForContentUnit {
  width: 3em;
  height: auto;
}


/*---------------------------- desktop nested flex -----------------------------------*/


.nestedFlexContainerRow {
  display: flex;
  flex-flow: row wrap;
  flex: auto;
  padding: 2em;
  justify-content: center;
  align-items: baseline;
  background-color: whitesmoke;  
}
.nestedContentUnit {
  flex: auto;  
  max-width: 31%;
  padding: 1%;  
}

.longContentRow {
  width: 100%;
  flex: auto;
  border-radius: 20px;
  margin: 0.4em;
  background-color: darkgreen;
}

.contenedorDeFoto {
  max-height: 1015px;
}

/*---------------------------- desktop imágenes que rotan -----------------------------------*/


#noRotateNinetyDegrees {
    margin: -0.2em 0em 0em 0em;
    transform-origin: top left;
    width: 7em;
    height: 7em;
    padding: 0.2em;
    padding-left: 2em;
  }
  
  .postItAbsolutePosition {
    margin: -0.2em 0em 0em 0em;
    transform-origin: top left;
    width: 7em;
    height: 7em;
    padding: 0.2em;
    padding-left: 2em;
    position: absolute;
    top: 3300px;
    left: 850px;
    background-color: rgb(255, 247, 153);
  }
  
  #rotateNinetyDegrees {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 7em;
    height: 7em;
    padding: 1em;
  }
  
  #rotateNinetyDegreesToRight {
    transform: rotate(-20deg);
    transform-origin: bottom right;
    width: 7em;
    height: 7em;
    padding: 1em;
  }

/*---------------------------- desktop content unit list -----------------------------------*/

ul.content {
  border-left: none;
  padding: 0em;
}

ul li {
  margin-left: 1em;
  font-size: 1.1em;
}

/*---------------------------- @media flex nested flex -----------------------------------*/

@media screen and (min-width: 760px) and (max-width: 1024px) {

  .containerFlexRow {
   margin-top: 3rem;
  }

  .nestedContentUnit {
    flex: auto;  
    max-width: 90%;
    padding: 1%;  
  }

  .contentUnitRectangle {
    min-width: 100%;
    width: 100%;
    max-width: 50%;
    flex: auto;    
  }
  
  .titulosMain {
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 4rem;
    line-height: 1.2;
    padding: 0em 0em .4em 0em;
  }

  .contentUnitButter {
    width: 5em;
    height: 7em;
    margin-top: 5em;
    margin-bottom: 2em;
    background-color: rgb(255, 247, 153);
  }

  .contentUnitButterGrandiente {
    width: 3em;
    height: 10em;
    margin-top: 2em;
    margin-bottom: 2em;  
    background: repeating-linear-gradient(-139deg, #7987D2, #E9EC9A 5px, #60C3AD 5px, #FFF799  10px);
  }

  .contenedorDeFoto {
    max-height: 615px;
  }
  .imageIllustrationUX {
    width: 100%;
    height: auto;
    max-height: 450px;
  } 
}

@media screen and (min-width: 320px) and (max-width: 760px) {

  .containerFlexRow {
    margin-top: 3rem;
   }
  
  .contentUnit {
    max-width: 100%;
    min-width: 100%;
    flex: auto;
    margin: 0.5%;
    padding: 1em;
  }

  .contentUnitRectangle {
    min-width: 100%;
    width: 100%;
    max-width: 50%;
    flex: auto;    
  }

  .nestedContentUnit {
    flex: auto;  
    max-width: 100%;
    padding: 0%;  
    margin-top: 2em;
  }

  .titulosMain {
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: black;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0em 0em .3em 0em;
  }
  

  .contentUnitButter {
    width: 30em;
    height: 15em;
    margin-bottom: 2em;
    background-color: rgb(255, 247, 153);
  }

  ul.content {
    border-left: none;
    padding: 0em;
    background-color: whitesmoke;
  }

  ul li {
    margin-left: 1em;
    
    background-color: whitesmoke;
  }

  .postItAbsolutePosition {
    margin: -0.2em 0em 0em 0em;
    transform-origin: top left;
    width: 7em;
    height: 7em;
    padding: 0.2em;
    padding-left: 2em;
    position: absolute;
    top: 5000px;
    left: 250px;
    background-color: rgb(255, 247, 153);
  }

  .contenedorDeFoto {
    max-height: 315px;
  }
  .imageIllustrationUX {
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-bottom: 1em;
  }
}
