@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
  url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  }

body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000000;
  background-color: #ffffff;
}

.fondo-meto{
  background-image:url(../img/bg-metod.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 900px;
}

.row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.col-12 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
img {
  width: 100%;
  height: auto;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

p{
  line-height: 1.7;
  font-size: 1.2em;
  color: #000;
  font-family: 'Georgia';
}

.quote p {
  background-color: #ffbb00;
  padding:15px 15px 0 15px;
  font-size: 2.3em;
  line-height: 1.2;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.quote h4 {
padding: 0;
  background-color: #ffbb00;
line-height:1 !important;
padding: 15px;
font-weight: 300;
}

li{
  background-color:#fff;
}

li:hover{
  background-color:#ccc;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
}

.capitular h2{
  font-size: 280px;
  line-height: 0.9;
  color: #8fd3d4;
}

.cap {
padding-top: 15px;
}

.redes{ 
  opacity: 1;
  max-width: 35px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

/******* estilos que cambian mobile y desk *******/
.mobile {
  display: none;
}
.desk{
  display: block;
}
/******* estilos que cambian mobile y desk *******/

.met h2{
  font-size:60px;
  color: #000000;
  padding: 12px 0px 1em;

}

.met h4{
  background: #ffbb00;
  color:#ffffff;
  padding:3px;
}

.met p{
  color: #000000;
  line-height: 1.5;
  opacity: 0.7;
}

.principal img{
  margin-top: 59px;
}

.intro{
  padding-top: 1em;
  padding-bottom: 2em;
}

.intro p{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  text-align: center;
  font-size: 1.9em;
}

.titular h1{
  font-size: 6em;
  padding: 50px 0 20px 0;
  color: #9bd1d3;
}

.s-1{
  padding-top: 2em;
  padding-bottom: 2em;
}

#bg-verde {
  background: #E7F3F1;
}

.ganadores h2{
  font-size:4em;
  color:#6dadad;
}

.subtitular h2{
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 3em;
}

.graficas h2{
  font-size: 3em;
}




/******* typing demo *******/
.wrapper {
  height: 110px;
  /*This part is important for centering*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing-demo {
  width: 400px;
  animation: typing 4s steps(23), blink .5s step-end infinite alternate;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  font-size: 4.9em;
}


.typing-quote p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
}


@keyframes typing {
  from {
    width: 100px
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
/******* typing demo *******/


/*********** btn *********/
.btn-layer {
  font-family: 'Druk Text Web Bold', sans-serif !important;
  border: 3px solid #000000;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 30px !important;
  position: relative;
  text-decoration: none;
  background-color: #000000 !important;
}

.btn-layer::before {
  content: "";
  background-color: #f0554e;
  box-shadow: 10px 10px 0 #fbb913, 
              20px 20px 0 #9cd1d2;
  position: absolute;
  left: 0.55rem;
  top: 0.5rem;
  height: 108%;
  width: 102%;
  z-index: -1;
  transition: all 0.4s ease;
}

.btn-layer:hover::before {
  box-shadow: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*********** btn *********/


label{
  font-size: 1.1em !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 0.9em ;
  padding: 14px 14px 5px 14px; 
}
label input{
  border-style: none !important;
  margin: 2px;
}
label select{
  color: #000000;
  border-radius: 0px !important;
  border-style: none !important;
  margin: 2px;
  font-family: 'Lato' !important;
  font-weight: 900;
}
table img{
  max-width:70px;
}
td{
  border-top: 1px solid #346671 !important;
}

.agregados {
  padding: 3em;
  transition: transform .7s;
  text-align: center;
}

.agregados h6{
  padding: 3px 2px;
  border-style: solid;
  border-width:2px 0px;
  border-color: #ed1c24;
  margin: 10px auto;
  position: relative;
}

.agregados:hover{
transform: scale(1.2);
}
.col-sm-1{
  margin-left: 0px !important;
}
.col-sm-1{
  margin-left: 0px !important;
}


.nota{
  padding: 0.8em 0;
}
.nota p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900;
  color: rgb(87, 87, 87);
  font-size: 0.9em;
  text-align: center;
}

.subtitulo{
  width: 80%;
  padding-left: 20%;
  margin: 0;
}
.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}
.text-center button{  
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  padding:4px;
  margin:4px;
  text-transform: uppercase;
  font-size: .9em ;
}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #000; }


.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper
.dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
  font-size: 0.8em;
  font-weight: 400 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.dataTables_wrapper .dataTables_info{
  color: #346671 !important; 
  opacity: 0.5;
  font-size: 0.6em;
  font-weight: 400 !important;

}

tr{
  background-color: #bfbfbf !important;
  color: #000000 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
tr:hover{
  color: #40c8f4;
    border-width: 2px;

}

table.dataTable thead .sorting{
  background-image: url(../img/sort_both.png) !important;
}

table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #ffffff !important;

    }
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff !important;

}
table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #faf2e9 !important
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
      background-color: #ffffff !important;

}  


/*------------------------------------------------------------------------------------------------------------------------*/
.head_table{
  font-size: 1.2em;
 font-weight: 400 !important;
 font-family: 'Open Sans', sans-serif !important;
  text-align: center;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  background-color: #fff !important;
}


.head_table:hover{
  font-size: 1.2em;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.pos2021-amarillo{
  font-size: 1.5em;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #ffbb00 !important;
}

.pos2021-rojo{
  font-size: 1.5em;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #ff413b !important;
}

.pos2021-azul{
  font-size: 1.5em;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background-color: #8fd3d4 !important;
}

.pos2019{
  font-size: 1.5em;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.name-list{
  font-weight: 800;
  font-size: 1.1em;
  font-family: 'Georgia' !important;
  line-height: 1.2em;
  color: #000 !important;
}

.brdrb.name-list {
  min-width: 220px;
}

.telm{
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.7px;
  min-width: 220px;
  text-align: left;
  color: #000000;
}

.telm_list{
  font-family: 'Georgia' !important;
  font-weight: 900;
  font-size: 1.2em;
  min-width: 180px;
  text-align: center;
  color: #000000;
}

.cardimg{
  width: 100%;
  max-width: 80px;
  display: block;
}


.heading{
    text-align: center;
}/*********** Galerría ********/

.heading{
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3em;
}


.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
        position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    /* padding: 10px; */
    line-height: 18px;
    /* font-size: 45px !important; */
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 60px;
    padding-bottom: 5px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.description h4{  text-align: left !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.description h3{  text-align: left !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}
.gallery-block.compact-gallery .item .description .description-heading{
  text-align: left;
}

.gallery-block.compact-gallery .item .description .description-body{
  margin-top: 10px;
  font-weight: 300;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}

.gallery-block .zoom-on-hover:hover .image {
    opacity: 0.4; 
 -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  }
.mobile img{
  -webkit-animation: inzoom 1s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.1s; /* Safari 4.0 - 8.0 */
  animation: inzoom 1s;
  animation-delay: 0.1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes inzoom {
  from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}

@keyframes inzoom {
from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}
.gallery-block.compact-gallery .item a:hover .description {
  opacity: 1; 
} 
.gallery-block .zoom-on-hover:hover .image {
  transform: scale(1.2);
  opacity: 0.4; 
}

.recuadro{
  background-color: #40c8f4;
  display: block;
  position: absolute;
  width: 100%;
  height: 780px;
  top: 0px;
  z-index: -1;
}


/*    CSS filtrado */ 


.filterDiv {
  
  display: none;
}

.show_table{
  display:table-row;
  text-align: left;
  visibility: inherit !important;
}


/* Style the buttons */
.btn_table {
  font-size: 1em;
  font-family: Georgia, Times, "Times New Roman" !important;
  border-style: none !important;
  outline: none !important;
  background-color: #000;
  cursor: pointer !important;
  color: #ffffffb5;
  border-bottom: solid 1px !important;
  border-color: #000 !important;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  
}

.text-center #amarillo {
  color: #ffbb00;
}

.text-center #rojo {
  color: #ff413b;
}

.text-center #azul {
  color: #8fd3d4;
}

/* #casilla-amarilla{
  background-color: #ffbb00 !important;
}

#casilla-roja{
  background-color: #ff413b !important;
}

#casilla-azul{
  background-color: #8fd3d4 !important;
} */

.btn_table:hover {
  color: #fff !important;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

.btn_table.active {
 color: #fff;
  border-radius: 0px !important;
  border-color: #fff;
  border-bottom: solid 1px !important;
   -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;

}



/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
 
}


@media (min-width: 200px) and (max-width: 770px) {

  .fotoartes img {
    padding: 40px 0 0 0;
  }
  .fixed-top {
    background-color: #000;
  }
  .typing-demo {
    font-size: 4.2em;
    width:330px;
    animation: typing 3s steps(11), blink .5s step-end infinite alternate;
    animation-iteration-count: infinite;
  }
 
  .principal img{
    margin-top: 115px !important;
  }
  
  .capitular h2{
    font-size: 200px;
    line-height: 0.9;
    text-align: center;
  }
 
  .ganadores h2 {
    font-size: 2.8em;
    padding-bottom: 32px;
  }

  
  .mobile img {
    margin-top: -15px;
  }

  .fondo-meto{
    background-image:url(../img/pruebabg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 900px;
  }

  .desk {
    display: none;
  }
  
  .mobile {
    display: block;
  }

  .intro h1 {
    text-align: center;
    font-size: 66px;
  }
  .intro p {
    text-align: center;
    font-size: 1.3em;
  }
  .agregados h6{
    padding: 3px 2px;
    border-style: solid;
    border-width:2px 0px;
    border-color: #ed184a;
    margin: 10px 30px;
    position: relative;
  }

  .intro h3{
    font-size: 90px;
    padding-top: 0px; 
    color: black;
    text-align: center;
    line-height: 90px;
    text-shadow: 6px 9px 0px #bebebe;
  }

}

@media (min-width: 700px) and (max-width: 1400px){

  .block video{
    margin-top: -210px;
  }


}





