@charset "utf-8";
/* CSS Document */
/* latin */
/*
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: local('Michroma'), url(../fon/Michroma.woff2) format('woff2');
  src: local('Michroma'), url(../fon/Michroma.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@import url('https://fonts.googleapis.com/css?family=Michroma&display=swap');
*/
body {
  margin: 0;
  font-family: 'Michroma', sans-serif;
  letter-spacing: 0.1em ;
  overflow-x: hidden;
}






p {
  margin: 0 0 1.5em;
}
* {
  box-sizing: border-box;
}



a {
  color: #000;
}

.title{ 
  color: white;font-weight: 400;letter-spacing: 0.2em; }
/* header */



/*  E S T I L O   T R E S   C O L U M N A S  ================================================= */

  #main {
  height: auto;
   min-height: 800px;
   margin: 0px;
   padding: 0px;
   overflow-x: hidden;
   display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
           flex-flow: row;
   }
 
  #main > article {
   margin: 0px;
   padding: 60px 0px 0px 0px;
   border: 0px solid #a2cc00;  
   border-radius: 0pt;
   background: #F5F5F5; /* PARA IOS */
   /*background: #777;*/
   -webkit-flex: 3 1 60%;
           flex: 3 1 60%;
   -webkit-order: 2;
           order: 2;
    z-index: 2;
   }
   
  .encabezado {
   display: block;
   margin: 0px;
   padding: 0px;
   min-height: 0px;
   border: 0px solid red;
   border-radius: 0pt;
   background: #888;
   }

footer {
   display: block;
   margin: 0px;
   padding: 0px;
   min-height: 60px;
   border: 0px solid #2e4053;
   border-radius: 0pt;
   background: #222222;
   color: gray;
   font-size: 10PX;
   text-align: center;
   }



  /* Too narrow to support three columns */
  @media all and (max-width: 640px) {
  
   #main, #page {
    -webkit-flex-flow: column;
            flex-flow: column;
   }

   #main > article, #main > nav, #main > aside {
    /* Return them to document order */
    -webkit-order: 0;
            order: 0;
   }
  
   #main > nav, #main > aside, encabezado, footer {
    min-height: 50px;
    max-height: 50px;
   }
  }


/* E S T I L O   T R E S   C O L U M N A S=================*/


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 30%; /* perfecto*/
  padding: 20px;
   z-index: 2;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
   z-index: 2;
}


/* FINAL ESTILO TRES COLUMNAS==============================*/


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

h2{
  /*font-family: 'Saira Condensed', sans-serif;*/
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 600;
  color: white;
  margin: 4px 0;
  text-shadow: 3px 3px 6px #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: #FFF;
  margin: 4px 0;
}


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

}

.nos{
  font-size: 12px;
  font-weight: 600;
  width: calc(25% - 2rem);
  margin: 80px 20px 20px 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: #FFF;
  /*text-shadow: 0 1.5px 1px black;*/ 
}

.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;
}

.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;

 
}


/*  AQUI EMPIEZA PLANES PARCIALES*/
.col .contened{
 position: relative;
 transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.85, 1);
}

.contened{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.more {
  display: none;
}

.more:checked ~ .contened {
  transform: rotateY(180deg); /* AQUI SE DA LA ANIMACION DEL BOTON*/
}

/* FRONTAL CON IMAGEN DE FONDO  */
.front,
.back{
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
}

.front{
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.7)
  ;z-index: 1;}

.front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: 0;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    border: 2px solid #333;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.77);
}
.contened:hover .front,
.contened:hover .back{
}

.back{
  background: #fff;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.77);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 222;
}


/*  CONTENIDO CON LOS TEXTOS Y LOGOS */

.inner{
    -webkit-transform: translateY(-20%) translateZ(60px) scale(0.94);
            transform: translateY(-20%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 98%;
    padding: 0px 10px 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 244;
}

.Bolivar{
background-image: url("../img/Bolivar.gif");
} 

#Bolivar{
background-image: url("../img/Bolivar.gif");
} 


.contened .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}


.contened .front{
  -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}


.front .inner p{
  font-size: 20px;
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 2px 2px 3px #000000;
  z-index: 10;
  
}

.front .inner h5{
  margin-bottom: 2rem;
  position: relative;
  text-shadow: 2px 2px 3px #000000; 
    z-index: 10;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
    color: white;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
   font-size: 1rem;
  font-family: 'Saira Condensed', sans-serif;
   font-weight: 600;
   text-shadow: 3px 3px 4px #000000;
   z-index: 1; 

}

.front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Michroma';
  font-size: 1.2rem;
  font-weight: 200;
  text-shadow: 2px 2px 3px #000000;
}


/* M E D I A   T R E S   C O L U M N A S ============================================================================= */

@media screen and (max-width: 3848px) {
  .column {
    width: 94%;/* perfecto*/
    height: 56vh;/* perfecto*/
  }
  #main {
    font-size: 14px;
   }
          .encabezado {
   min-height: 0px;
 }

}
/* On screens that are 992px wide or less, go from four columns to two columns */

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1024px) {
  .column {
    width: 94%;/* perfecto*/
    height: 26vh;/* perfecto*/
  }
  #main {
    font-size: 14px;
   }
          .encabezado {
   min-height: 0px;
 }

.nos{
  font-size: 12px;
  font-weight: 600;
  width: calc(98% - 2rem);
  margin: 20px 20px 20px 20px;
}


}


@media screen and (max-width: 440px) {
  .column {
    width: 94%;/* perfecto*/
    height: 26vh;/* perfecto*/
  }
  #main {
    font-size: 14px;
   }
        .encabezado {
   min-height: 100px;
 }







}

@media screen and (max-width: 340px) {
  .column {
    width: 94%;/* perfecto*/
    height: 26vh;/* perfecto*/
  }
  #main {
    font-size: 14px;
   }
        .encabezado {
   min-height: 60px;
 }
}



/*ANIMACION INICIAL*/

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}
/*ANIMACIO INICIAL FINAL*/

.button {
  display: inline-block;
  background-image:url('../img/plus1.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  transition:background-position 150ms;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: solid 0px #fff;
  color: #fff;
  border-radius: 4px;
  padding: 0px;
  width: 32px;
  height: 32px;
  right: 20px;
  bottom: -40px;
  position: absolute;
  z-index: 10;
}


.button:link, .button:visited{
  background-position:0 0
 }
.button:hover, .button:active, .button:focus{
  background-position:0 -32px;
}

.button2 {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  right: 4px;
  bottom: 4px;
  padding: 0px 0px;
  cursor: pointer;
  border: solid 0px #444;
  color: #444;
  border-radius: 4px;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 288;
}

.button2 {
background-image:url('../img/returnX.png');
background-repeat:no-repeat;
background-size:cover;
transition:background-position 150ms
}

.button2:link, .button2:visited{
  background-position:0 0
 }
.button2:hover, .button2:active, .button2:focus{
  background-position:0 -32px;
}







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


/* #Desktop                                         min- 1340
====================================================================================================== */
@media only screen and (min-width: 1340px){ 
   body {overflow-x:hidden;}

.title {
  height: 40px;
  font-size: 14px;
padding-top:10px;

}

 .one { 
  background-color: #749A01;
   margin-top:60px;

 }
.wrapper{
     
    padding-top: 1%;
}
}


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

.title {
  height: 40px;
  font-size: 14px;
padding-top:10px;

}

 .one { 
  background-color: #749A01;
   margin-top:60px;

 }
.wrapper{
     
    margin-bottom: auto;
}

h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px; 
}

p{font-family: 'Michroma'; font-size: 12px; padding-right: 8px;
}

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

 


.title {
  padding-top:5px;
  font-size:14px;



}
 .one { 
   height:32px;
   background-color: #749A01;
   margin-top:60px;
   margin-bottom: 
   top:0px;
 }

 .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;

  }

.wrapper{
  padding-top: 0%;
}



h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px; 
}

p{font-family: 'Michroma'; font-size: 14px; padding-right: 8px;
}








}

/* #Tablet (Portrait) & Mobile - COMMON                             < 768 *
===================================================================================================== */
@media only screen and (max-width: 640px){

.title {
  font-size:10px;
  left: 24px;
}
   
     .encabezado {
   min-height: 68px;
 }
 
 #main > article {
   padding: 0px;
 }

}

/*  #Mobile (Portrait)                                      < 370
=================================================================== */
@media only screen and (max-width: 370px) { 


/*  #Mobile (Portrait)                                      < 480
=================================================================== */
@media only screen and (min-width: 378px) and (max-width: 479px) {

.nos{
  margin: 20px 20px 20px 20px;
  padding: 8px 12px 0px 12px;
}

}

/*  #Mobile (Portrait)                                      < 340
=================================================================== */
@media only screen and (max-width: 378px) { 

.nos{
  margin: 20px 20px 20px 20px;
}

}







/*  #Mobile (Portrait)                                      < 340
=================================================================== */
@media only screen and (max-width: 340px) { 
 }


#BtnUp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 200px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#BtnUp:hover {
  background-color: #555;
}










