body {
  background: #FFFFFF;
  margin: 0;
  font-family: 'Michroma', sans-serif;
}



*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.description{
  max-height: 280px;
}


.nos{
  font-size: 12px;
  font-weight: 600;
  width: calc(25% - 2rem);
  margin: 28px 20px 0px 20px;
  padding: 12px;
  transform-style: preserve-3d;
  transition: transform 1s ease 0s;
  width: 96%;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.77);
  border-radius: 10px;
  background: #690;
  color: #222;
  /*text-shadow: 0 1.5px 1px black;*/ 
}


.nos h2{
  padding-left: 10px;
}
.nos-parr{
    font-size: 18px;
    font-family: 'Saira', sans-serif;
    font-weight:300;
    margin: 4px 0; 
    padding: 8px 8px;
    line-height: 1.2em;
    text-align: left; 
}

.nos-parr.blanca{
  color: #fff;
}

.nos-parr.grey{
 color: grey;
}

.grey h3{
  color: #fff;
  text-shadow: none;
}



.quien{
  width: calc(25% - 2rem);
  margin: 1rem;
  padding: 8px;
  transform-style: preserve-3d;
  transition: transform 1s ease 0s;
  width: 96%;
  /*box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.77);*/
  border-radius: 10px;
}


.quien h2{
  color: #BEBEBE;
}

#quien{
padding: 20px 0px 0px 40px;
}

#quien h2{
color: #708090;

}


h5 {
    font-size: 18px;
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    color: #669900;
    margin: 4px 40px;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 1px #888888 solid;
   /* text-shadow: 1px 1px 1px #000;*/
  }


#descr {
    font-size: 19px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight:400;
    color: #000;
    margin: 4px 0;
    letter-spacing: 1px;  
    line-height: 1.4em;
    text-align: left;
}


.description{
  position: relative;
  overflow-y: auto;
 /* max-height: 280px;
  min-height: 280px;*/
  border-radius: 5px;
  padding-right: 4px;
  background: #ffffff;
}

/* DANDO COLOR AL SCROLL */

.description{
  --scrollbarBG: darkgrey;
  --thumbBG: #690;
}
.description::-webkit-scrollbar {
  width: 11px;
}
.description {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.description::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.description::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.description::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.description::-webkit-scrollbar-track {
  background: darkgrey; 
}
 
/* Handle */
.description::-webkit-scrollbar-thumb {
  background: #aecc00; 
}

/* Handle on hover */
.description::-webkit-scrollbar-thumb:hover {
  background: #690; 
}

h1{
  font-size: 2.5rem;
  font-family: 'Michroma';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}



h2{
  text-align: left !important;
  font-size: 24px;
  font-family: 'Michroma';
  font-weight: 600;
  color: white;
  margin: 4px 0;
  text-shadow: 1px 1px 1px #000;
}



h3{
  font-size: 18px;
  font-family: 'Michroma';
  font-weight: 600;
  color: #fff;
  margin: 4px 0;
  text-shadow: 1px 1px 1px #000;
}

h4{
  font-size: 16px;
  font-family: 'Michroma';
  font-weight: 500;
  color: #fff;
}




h5{
  font-size: 12px;
  font-family: 'Michroma';
  font-weight: 600;
  color: #fff;
  margin: 4px 0;
  text-shadow: 1px 1px 1px #000;
}




p{
  font: 14px;
  font-family: 'Michroma';
  font-weight: 500;
  color: #555;
  margin: 4px 0;
}


.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
  background: #F5F5F5; /* PARA IOS */
 /* background: #777;*/
 /* background: #749A01;*/

}


}

.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
       
}


.col{
  position: relative;
  width: calc(25% - 2rem);
  margin: 1rem;
  /*
  transform-style: preserve-3d;*/
  transition: transform 1s ease 0s;
  width: 100%;
  /*
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;*/
  border-radius: 10px;

  animation-name: fadeInUpBig;
  animation: fadeInUpBig 1s 1;
}

/* M E D I A  ===============================================*/

/* ESPECIFICO PARA CONTENIDO NOS                                
====================================================================================================== */
@media screen and (max-width: 200rem){
.col{width: calc(33.333333% - 2rem);}
}
@media screen and (max-width: 120rem){
.col{ width: calc(33.333333% - 2rem); }
}
@media screen and (max-width: 72rem){
.col{ width: calc(50% - 2rem); }
}
@media screen and (max-width: 32rem){
.col{ width: 100%; margin: 0 0 2rem 0;}
}


/* #Tablet (Landscape)                                  1050 - 1340
====================================================================================================== */
@media only screen and  (max-width: 1900px)/*  and (max-width: 1280px) */ {

  }
/* #Tablet (Landscape)                                    768 - 959
===================================================================================================== */
@media only screen and (min-width: 778px) and (max-width: 1040px) {

body {overflow-x:hidden;}

.nos{
  margin-top: 224px;  /* original 24px*/
  width: 94%;
}

}

/* #Tablet (Portrait) & Mobile - COMMON                             < 780 *
===================================================================================================== */
@media only screen and (max-width: 780px){
.nos{
  width: 94%;
}
.description{
  max-height: 280px;/* altura de la descripcion*/
  font-size: 14px;
}
}

/*  #Mobile iPhone 678 plus  LANDSCAPE)                                      < 480
=================================================================== */
@media only screen and (max-width: 740px) {
  h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 4px 8px;
    text-align: left;;
  }
.nos{font-size: 11px; font-weight: 600;}

.nos{
  margin-top: 24px;  /* original 24px*/
  width: 94%;
}
.description{
  max-height: 280px;/* altura de la descripcion*/
  font-size: 14px;
}
}


/*  #Mobile (Portrait)                                      < 440
=================================================================== */
@media only screen and (max-width: 440px) { 
.nos{
  width: 88%;
}
.description{
  max-height: 280px;
}
  p{

  }

}



/*  #Mobile (Portrait)                                      < 480
=================================================================== */
@media only screen and (min-width: 362px) and (max-width: 479px) {
.nos{
  width: 88%;
}
.description{
  max-height: 280px;/* altura de la descripcion*/
  font-size: 14px;
}

}

/*  #Mobile (Portrait)                                      < 380
=================================================================== */
@media only screen and (max-width: 380px) { 
.nos{
  width: 88%;
}
.description{
  max-height: 220px;/* altura de la descripcion*/
  font-size: 16px; 
  font-weight: 200;
}

}


/*  #Mobile (Portrait)                                      < 370
=================================================================== */
@media only screen and (max-width: 370px) { 
.nos{
  width: 88%;
}
h4{
  font-size: 13px;
}
.description{
  max-height: 280px;/* altura de la descripcion*/
  font-size: 12px;
  line-height: 1.4em;
}

}


/*  #Mobile (Portrait)                                      < 340
=================================================================== */
@media only screen and (max-width: 340px) { 
  h2{
  font-size: 18px;
}
h4{
  font-size: 13px;
}
.nos{
  width: 88%;
}
.description{
  max-height: 220px;
  font-size: 12px;
}

}




