@import url(/css/toc.css);
@import url(/css/headers.css);
@import url(/css/style.css); /* need this for the flex blog sample at the end of the page*/

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
}


dfn {
  font-style: normal;
}

hr.small {
  border: 1.5px solid black;
}

hr.medium {
  border: 2px solid black;
}

hr.big {
  border: 3px solid black;
}
input{
  width: 95%;
}

article > p {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1em 0em;
}

q {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 1em 0em;
  quotes: "“" "”" 
}
p > q:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 0px;
  position: relative;
  top: 0px;
  color: black;
  font-size: 2rem;
}
p > q:after {
  content: close-quote;
  display: inline;
  line-height: 0;
  left: 1px;
  position: relative;
  top: 5px;
  color: black;
  font-size: 2rem;
}
q:before {
  content: open-quote;
  display: inline;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 45px;
  color: #ccc;
  font-size: 6rem;
}
q:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 50px;
  color: #ccc;
  font-size: 6rem;
}

.smallerFont{
  font-size: .1rem;
}

button{
  font-size: 1.2rem;
    text-decoration: none;
    border: 1px solid black;
    box-shadow: 0px 0px black;
    margin: 2rem 0rem 0rem 0rem;
    padding: .5rem;
    transition-property: box-shadow;
    transition-duration: .5s;
}
button:hover{
  box-shadow: 2px 2px black;
}

a.shadowButton{
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid black;
  box-shadow: 0px 0px black;
  margin: 2rem 0rem 0rem 0rem;
  padding: .5rem;
  transition-property: box-shadow;
  transition-duration: .5s;
}
a.shadowButton:hover{
  box-shadow: 2px 2px black;
}
a.fat_underline:hover{
  text-decoration: 2px underline;
}


a.class1 {
  color: black;
  font-size: inherit;
}

a.class1:visited {  
  color: black;
}
a.class1:hover {
  text-decoration: underline;
  color: black;
}
a.class1:active {  
  color: black;
}

a.class2 {
  color: rgb(14, 151, 241);
}
a.class2:link {
  text-decoration: none;
  color: rgb(14, 151, 241);
}
a.class2:visited {
  text-decoration: none;
  color: rgb(14, 151, 241);
}
a.class2:hover {
  text-decoration: underline;
  color: rgb(14, 151, 241);
}
a.class2:active {
  text-decoration: none;
  color: rgb(14, 151, 241);
}

a.class3 {
  color: rgb(14, 151, 241);
}
a.class3:link {
  text-decoration: none;
  color: rgb(14, 151, 241);
}
a.class3:visited {
  text-decoration: none;
  color: rgb(14, 151, 241);
}
a.class3:hover {
  text-decoration: underline;
  color: rgb(14, 151, 241);
}
a.class3:active {
  text-decoration: none;
  color: rgb(14, 151, 241);
}

a.blue-marker{
  text-decoration: underline rgb(14, 151, 241);
  color: black;
}

a.blue-marker:link {
  text-decoration: underline;
  text-decoration-color:  rgb(14, 151, 241);
  color: black;
}
a.blue-marker:visited {
  text-decoration: underline;
  text-decoration-color:  rgb(14, 151, 241);
  color: black;
}
a.blue-marker:hover {
  text-decoration: underline;
  text-decoration-color:  rgb(14, 151, 241);
  color: black;
}
a.blue-marker:active {
  text-decoration: underline;
  text-decoration-color:  rgb(14, 151, 241);
}

a.class6 {
  color: black;
}
a.class6:link {
  text-decoration: none;
  color: black;
}
a.class6:visited {
  text-decoration: none;
  color: black;
}
a.class6:hover {
  text-decoration: none;
  color: rgb(36, 55, 66);
}
a.class6:active {
  text-decoration: none;
  color: rgb(35, 53, 64);
}

.contenedorBody {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.contenedorPodcastButton {
  
  text-align: left;
  margin: 20px 0px;
}

.responsiveImage {
  width: 100%;
  height: auto;
}
.tiraDeContenido_section{
  margin-top: 3em;
}

.contenedorSuscribirse{
  box-sizing: border-box;
  max-width: 30rem;
  max-height: 30rem;
  margin: 0rem;
  padding: 3rem;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.contenedorSuscribirseContrapunto{
  box-sizing: border-box;
  background-color: white;
  width: 7rem;
  height: 25rem;
  margin: 0rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transition-property: all;
  transition-duration: 2.5s;
}
.contenedorSuscribirseContrapunto:hover{
  width: 40rem;
  height: 15rem;
  background-color: whitesmoke;
}

.contenedorSuscribirseContrapunto1{
  box-sizing: border-box;
  background-color: white;
  width: 4rem;
  height: 4rem;
  margin: 0rem;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  transition-property: all;
  transition-duration: 2s;
}
.contenedorSuscribirseContrapunto1:hover{
  width: 15rem;
  height: 15rem;
  background-color: whitesmoke;
}
/*Article
  ============================================================================*/
.contenedorMain {
  width: 100%;
  box-sizing: border-box;
  margin: 0rem;
}

.responsiveImageComGif {
  width: 100%;
  height: auto;
  margin: 2em 0em;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  padding: 3%;
  box-sizing: border-box;
  background-color: rgba(172, 181, 197, 0.774);
  border-top: 6pt solid rgb(14, 151, 241);
  list-style-position: outside;
}

.titulosMainForArticles {
  font-family: "Source Sans Pro", sans-serif;
  color: black;
  font-size: 3rem;
  font-family: 700;
  font-style: italic;
  line-height: 1.2;
}
.recomendadosTitulos{
  text-align: center;
  font-size: 4.5rem;
}

.tituloEncimaDelBanner1 {
  position: absolute;
  top: 450px;
  left: 20%;
  text-align: center;
  color: white;
  font-size: 4rem;
  line-height: 1.2;
}

.tituloEncimaDelBanner2 {
  position: absolute;
  top: 250px;
  left: 10%;
  text-align: center;
  color: white;
  font-size: 4rem;
  line-height: 1.2;
}

.tituloEncimaDelBanner3 {
  position: absolute;
  top: 300px;
  left: 25%;
  text-align: center;
  color: green;
  font-size: 4.5rem;
  line-height: 1.5;
}

.tituloEncimaDelBanner4 {
  position: absolute;
  top: 600px;
  left: 24%;
  text-align: center;
  color: white;
  font-size: 4rem;
  line-height: 1.2;
}

.author {
  color: rgb(167, 167, 167);
  font-size: 1rem;
  text-align: justify;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 300;
}

#resumen {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
  margin: 40px 40px 40px 0px;
}
.bannerTwitero {
  width: 98%;
  padding: 2%;
  margin: 2em 0;
  box-sizing: border-box;
  background-color: rgb(231, 241, 248);
  border-top: 4px solid rgb(248, 156, 8);
}

.bonus {
  width: 100%;
  padding: 1em;
  margin: 3em 0em;
  box-sizing: border-box;
  border-left: 5pt solid rgb(14, 151, 241);
  background-color: whitesmoke;
  border-radius: 0.7%;
}

/* oculto  header */
.beforeBody {
  display: none;
  border: 1px solid lightgreen;
  width: 100%;
  min-height: 5rem;
  min-width: 100%;
  padding: 1em;
  margin: 3em 0em;
  box-sizing: border-box;
}

/* oculto */
.publicidadEnArticulo {
  display: none;
  border: 1px solid lightgreen;
  width: 100%;
  min-height: 5rem;
  min-width: 100%;
  padding: 1em;
  margin: 3em 0em;
  box-sizing: border-box;
  border-left: 4px solid rgb(14, 151, 241)
}
.publicidadEnArticulo::before{
  content: "Ads";
}

figcaption {
  font-size: 1.1rem;
  color: darkgray;
  text-align: justify;
  font-weight: 300;
}
h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 40px 40px 40px 0px;
}

blockquote {
  text-align: left;
  color: rgb(14, 151, 241);
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(165, 165, 165);
}
h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(248, 156, 8);
  padding: .6em 0em;
}

.highlight {
  background: rgb(201, 231, 251);
  font-size: 1.6rem;
  align-items: flex-end;
  line-height: 0.7;
  border-radius: 3px;
  display: inline-block;
}
.highlightForHeadlines {
  background: rgb(201, 231, 251);
  align-items: flex-end;
  line-height: 0.7;
  border-radius: 3px;
  display: inline-block;
}

.forma {
  line-height: 2;
}

.youtubeVideo {
  width: 100%;
  height: 415px;
  margin: 1em 0;
  border: 8px solid rgb(14, 151, 241);
}
.podcastQuote {
  border-left: 4px solid rgb(14, 151, 241);
  padding: 1em;
  margin: 2em 0em;
}
.podcast-section {
  margin: 3em 0em;
}

/*WHEN WE NEED TABLES IN ARTICLES, USE THIS
    ====================================================================================================*/

table {
  width: 100%;
  overflow: scroll;
}
tr:nth-child(even) {
  background-color: rgb(235, 234, 236);
}
tr:hover {
  background-color: rgb(223, 217, 228);
}
th {
  padding: 1px;
  border: solid rgb(14, 151, 241);
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
}
td {
  padding: 5px;
  text-align: center;
  font-weight: 100;
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
}
th[scope="col"] {
  height: 3rem;
  color: white;
  background-color: rgb(14, 151, 241);
}
th[scope="row"] {
  color: black;
  background-color: chartreuse;
}

/*pop-up
    =========================================================================*/
/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on left) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  color: whitesmoke;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 2;
  bottom: 0%;
  left: -20%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  display: none;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(149, 149, 149) transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#close{
  color: rgb(14, 151, 241);
  cursor: pointer;
  float: right;
  font-size: 2rem;
}

/******************************************************* FLEX ARTICLE TITLE =============================================*/

.titleFlexContainer{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 4rem 2rem 2rem 0rem;
  box-sizing: border-box;
  background-color: white;  
}
.shareInTitleFlex{
  font-weight: 400;
  min-width: 10rem;
  max-width: 16.5rem;
  height: 19em;
  flex: auto;
  order: 0;
  background-color: white;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  margin: 2.3em 2em 0em 2em;
  padding: 1em;
  text-align: left;
}
.shareInTitleFlex h4{
  padding-bottom: .5em;
}


.articleTitleInFlex{
  flex: auto;
  width: 34em;
  order: 1;
  margin: 1em 1em;
}

/******************************************************* FLEX ARTICLE =============================================*/

.articleFlexContainer {
  display: flex;
  flex-wrap: wrap;    
  width: 100%;
  min-height: 100%;
  margin: 0em auto;
  box-sizing: border-box;
  background-color: white;  
}
.flex_LeftColumnContainerInArticle{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: -0.8em 2em 0em 2em;
  padding: 0em;
  text-align: left;
  min-width: 16.5em;
  max-width: 16.5rem;
}
.articleInfoInTheFlexContainer {
  font-weight: 400;
  min-width: 16.5em;
  max-height: 8rem;
  max-width: 16.5rem;
  flex: auto;
  order: 0;
  background-color: white;
  border: 1px solid rgb(248, 156, 8);
  box-shadow: 0px 0px grey;
  margin: 1em 0em;
  padding: 1em;
  text-align: left;
  transition-property: height, background-color, box-shadow;
  transition-duration: 1s;
  transition-delay: 50ms;
}
.articleInfoInTheFlexContainer:hover{
  box-shadow: 3px 2px black;
}


/*---------------contenedor oculto a la izquierda-------------*/

.extraInfoInTheFlexContainerIzq{
  display: none;
  position: sticky;
  height: 10em;
  top: 5em;
  margin: 220em 0em 0em 0em;
  border: 1px solid lightgreen;
}

.webInfoInTheFlexContainer {
  font-weight: 400;
  min-width: 16.5em;
  max-height: 27em;
  max-width: 16.5rem;
  flex: auto;
  order: 0;
  overflow-x: scroll;
  background-color: white;
  border: 1px solid rgb(248, 156, 8);
  box-shadow: 0px 0px grey;
  margin: 1em 0em;
  padding: 1em;
  text-align: left;
  transition-property: box-shadow, border-bottom, max-height;
  transition-duration: 1s;
  transition-delay: 50ms;
}
.webInfoInTheFlexContainer p{
  color: rgb(14, 151, 241);
}
.webInfoInTheFlexContainer:hover {  
  box-shadow: 3px 2px black;
}
/*This is an hr */
.webInfoInTheFlexContainer h4{
  border-bottom: 1px dotted black;
  margin: 0em 0em .5em;
  padding-bottom: .5em;
}

.articleInTheFlexContainer{
max-width: 34em;
min-width: 15em;
order: 1;
margin: -6em 1em 1em 1em;
font-size: 1.3rem;
  line-height: 1.58;
  font-weight: 300;
}
.articleInfoInTheFlexContainer, .newsletterInTheFlexContainer  p {
  color: grey;
}

.articleInfoInTheFlexContainer h4 {
  margin: 0rem 0rem .7rem 0rem;
}

.flex_RightColumnContainerInArticle{
  display: flex;
  order: 2;
  flex-wrap: wrap;
  flex-direction: column;
  margin: -4em 2em 0em 2em;
  padding: 0em;
  text-align: left;
  min-width: 18em;
  max-width: 18rem;
}

.newsletterInTheFlexContainer {
  flex: auto;
  min-width: 18em;
  max-width: 18em;
  min-height: 26em;
  max-height: 26em;
  padding: 1em;
  margin: 0em;
  box-shadow: 0px 0px grey;
  background-color:  rgb(252, 244, 175);
  text-align: center;
  transition-property: height, border-radius, box-shadow;
  transition-duration: 0.5s;
  transition-delay: 50ms;
}
.newsletterInTheFlexContainer:hover {
  box-shadow: 5px 4px black;
}

/*---------------contenedor oculto a la derecha-------------*/
.extraInfoInTheFlexContainerDerecha{
  display: none;
  min-height: 100em;
  background-color: lightcyan;
  margin: 70em 0em 0em 0em;
  border: 1px solid lightgreen;
}

@media screen and (max-width: 1074px){

.titleFlexContainer{
  margin: 3em 1em 0em 1em;
}
.articleTitleInFlex{
  margin: 0em;
}
.shareInTitleFlex{
  display: none;
}
.articleInTheFlexContainer{
  order: 0;
  margin: 0em 1em 1em 1em;
}
.flex_LeftColumnContainerInArticle{
  order:2;
  margin: 1em 1em 1em 1em;
}
.flex_RightColumnContainerInArticle{
  order: 1;
  margin: 1em 2em 0em 1em;
}
.titulosMainForArticles {
  color: black;
  font-size: 3rem;
  line-height: 1.2;
  margin: 1em 0em;
}

.recomendadosTitulos{
  text-align: center;
  font-size: 2rem;
  margin-top: -1rem;
}


.contenedorSuscribirse{
  box-sizing: border-box;
  max-width: 30rem;
  max-height: 30rem;
  margin: 0rem;
  padding: 3rem;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.contenedorSuscribirseContrapunto{
  box-sizing: border-box;
  background-color: white;
  width: 10rem;
  height: 20rem;
  margin: 0rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transition-property: all;
  transition-duration: 3s;
}
.contenedorSuscribirseContrapunto:hover{
  width: 15rem;
  height: 7rem;
  background-color: whitesmoke;
}

.contenedorSuscribirseContrapunto1{
  box-sizing: border-box;
  background-color: white;
  width: 4rem;
  height: 4rem;
  margin: 0rem;
  position: absolute;
  top: 0px;
  right: 0px;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  transition-property: all;
  transition-duration: 1.5s;
}
.contenedorSuscribirseContrapunto1:hover{
  width: 10rem;
  height: 7rem;
  background-color: whitesmoke;
}

}

/* MOBILE MEDIA queries
    =================================================================================================================*/



@media screen and (max-width: 760px) {
  p {
    font-size: 1em;
    margin: 1em 0em;
  }

  q {
    font-size: 1em;
  }

  q {
    font-size: 1.5rem;
    margin: 1em 0em;
    quotes: "“" "”" 
  }
  q:before {    
    top: 15px;
    color: #ccc;
    font-size: 3rem;
  }
  q:after {
    top: 10px;    
    font-size: 3rem;
  }

  a.class1 {
    color: black;
    font-size: 1em;
  }

  .arrowToGoUp {
    display: none;
  }

 
  .contentIndex {
    display: none;
  }

  .contenedorBody {
    box-sizing: border-box;
    width: 100%;
    margin: 0%;
    padding: 0%;
  }

  .paragrafo {
    font-size: 0.5 rem;
    font-weight: 300;
  }

  /*=======titulos  ============================================================================*/

  .slogan {
    display: none;
  }

  .subtitulo-h2 {
    display: none;
  }

  .titulo-h3 {
    display: none;
  }

  .tituloEncimaDelBanner1 {
    position: absolute;
    top: 250px;
    left: 20%;
    color: white;
    font-size: 2rem;
  }

  .tituloEncimaDelBanner2 {
    display: none;
  }

  figcaption {
    font-size: 0.8rem;
    color: darkgray;
    text-align: center;
    font-weight: 300;
  }

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

  .contenedorPodcastButton {
    width: 100%;
    text-align: center;
    margin: 2em 0em;
  }

  /*------------------------------  @media Article  ============================================================================*/

  .contenedorMain {
    width: 100%;
    margin-top: 2em;
    box-sizing: border-box;
    margin-bottom: 3%;
  }

  .contenedorArticle {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.58;
    font-weight: 300;
  }

  .titulosMainForArticles {
    color: black;
    font-size: 1.7rem;
    line-height: 1;
    margin: 1em 0em;
  }

  .recomendadosTitulos{
    text-align: center;
    font-size: 2rem;
  }

  /*------------------------------  @media encabezado  ============================================================================*/

  #resumen {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.4;
    margin: 40px 40px 40px 0px;
  }

  .author {
    color: rgb(167, 167, 167);
    font-size: 1rem;
    margin-top: 1em;
    line-height: 1.4;
    text-align: left;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-weight: 300;
  }

  .highlight {
    background: rgb(201, 231, 251);
    font-size: 1.3rem;
    align-items: flex-end;
    line-height: 1;
    border-radius: 5px;
    display: inline-block;
  }

  .tituloEncimaDelBanner1 {
    position: absolute;
    top: 10px;
    left: 20%;
    text-align: center;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
  }

  .tituloEncimaDelBanner2 {
    position: absolute;
    top: 250px;
    left: 10%;
    text-align: center;
    color: white;
    font-size: 1rem;
    line-height: 1.2;
  }

  .tituloEncimaDelBanner3 {
    position: absolute;
    top: 200px;
    left: 25%;
    text-align: center;
    color: green;
    font-size: 1rem;
    line-height: 1.5;
  }

  /* @media pop-up RESPONSIVE
    =========================================================================*/
  /* Popup container */
  .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  /* The actual popup (appears on left) */
  .popup .popuptext {
    font-size: 1rem;
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    left: 80%;
    bottom: 70%;
  }

  /* Popup arrow */
  .popup .popuptext::after {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(149, 149, 149) transparent transparent transparent;
  }

  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }

  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .bannerTwitero {
    margin: 2em 0;
    box-sizing: border-box;
    font-size: 0.8em;
    border: none;
  }

  h2 {
    font-size: 1.3rem;
    font-weight: 400;
  }

  blockquote {
    text-align: left;
    color: rgb(14, 151, 241);
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 40px 40px 40px 0px;
  }

  /*------------------------------  @media LISTAS  ============================================================================*/

  ol {
    list-style: none;
    line-height: 1.5;
    content: o;
    margin: 10px auto;

    box-sizing: border-box;

    list-style-position: outside;
  }

  ul {
    line-height: 1.4;
    margin: 1em 1em;
    padding: 1%;
    box-sizing: border-box;
    background-color: white;
    border-left: 0pt solid rgb(248, 156, 8);
    list-style-position: outside;
  }

  .forma {
    line-height: 2;
  }
  .button {
    margin-top: 20px;

  }



  
}
