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

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

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-3_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-5_Plain.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-7_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansC4s';
  src: url('../thesans/TheSans-9_Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-3_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-5_Plain.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'TheSansCdC4s';
  src: url('../thesans/TheSansCd-7_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

body {
  font-size: 1rem;
  font-family: 'Georgia';
  background-color: #f4f3ef !important;
}

.head_table {
  background-color: #b3b3b3 !important;
}

.head_exp {
  top: 0px;
  background-color: #F2F3F4;
  padding: 0.4em;
  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: #ED1C24;
}

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

.flecha img {
  width: 50px;
  padding: 20px 0 0;
}

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

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

.pie-foto p {
  margin: 16px 0;
  line-height: 1.3;
  font-size: 1em;
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 100;
  text-align: center !important;
  text-transform: uppercase;
}

.pie-foto p b {
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
}


li {
  background-color: #fff;
}

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

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


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

.desk {
  display: block;
}

/******* estilos que cambian mobile y desk *******/

.titulares {
  padding: 6% 0 3% 0;
  background-color: #e7e6e2;
}

.titulares h2 {
  background-color: #df6687;
  letter-spacing: 1px;
  font-size: 39px;
  padding: 7px;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.titulares h6 {
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 100;
  color: #000000;
  text-align: center;
  font-size: 1.2em;
  text-transform: none;
}

.titulares h3 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-size: 3.0em;
  padding: 15px 0 0 0;
  line-height: 1;
  letter-spacing: 1px;
  color: #23376f;
  text-align: center;
}

.titulares h4 {
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 300;
  font-size: 21px;
  padding: 10px 0 5px;
  text-align: center;
  color: #000000;
}

.titulares h4 b {
  font-weight: 600;
}

.titulares h4 img {
  width: 17px;
}

.title {
  height: 700px !important;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  flex-wrap: wrap;
  top: 50px;
}

#planificacion {
  background-image: url(../img/planif1.jpg);
}

#tecnologia {
  background-image: url(../img/tecno1.jpg);
}

#ingenieria {
  background-image: url(../img/inge1.jpg);
}

#recursos {
  background-image: url(../img/recu1.jpg);
}

#estetica {
  background-image: url(../img/este1.jpg);
}

#ganador {
  background-image: url(../img/obraanio1.jpg);
}

#impacto {
  background-image: url(../img/imp1.jpg);
}

#mejoramiento {
  background-image: url(../img/mejo1.jpg);
}

#conservacion {
  background-image: url(../img/cons1.jpg);
}

#promesa {
  background-image: url(../img/prom1.jpg);
}

.title img {
  width: 13%;
  margin-bottom: 1em;
}

.title h1 {
  color: #ffffff;
  display: inline-block;
  font-size: 4.8em;
}

.title h1 span {
  color: #ffffff;
  display: inline-block;
  font-size: 0.6em;
}

.title h2 {

  background-color: #274EB3;
  letter-spacing: 1px;
  font-size: 39px;
  padding: 7px;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.title h6 {
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 100;
  color: #000000;
  text-align: center;
  font-size: 1.2em;
  text-transform: none;
}

.title h3 {
  background-color: #5481DC;
  font-family: 'Druk Text Web Medium', sans-serif !important;
  font-size: 4.1em;
  padding: 7px;
  width: fit-content !important;
  margin: 0.1em auto 0.3em;
  line-height: 1;
  /* letter-spacing: 5px; */
  color: #ffffff;
  text-align: center;
}

.title h3 span {
  font-size: 0.8em;
  width: fit-content !important;
  margin: 0 auto !important;
  line-height: 1 !important;

}


.title h5 {
  background-color: #274EB3;
  letter-spacing: 1px;
  padding: 7px;
  color: #FFFFFF;
  width: fit-content;
  margin: 3px auto;
  text-align: center;
  font-size: 23px;
}

.title h4 {
  font-family: "TheSansCdC4s", Verdana, sans-serif !important;
  font-weight: 300;
  font-size: 21px;
  padding: 4px 7px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  width: fit-content;
  margin: 0.1em auto;
}

.title h4 b {
  font-weight: 600;
}

.title h4 img {
  width: 17px;
  margin: 0;
}

/* .titularesGanador hr{
  border: 0.5px solid #000000;
} */


.sumario h2 {
  font-family: 'Druk Text Web Medium', sans-serif !important;
  padding-bottom: 10px;
  font-size: 3.5em !important;
  color: #000000;
  text-align: center;
  line-height: 1.1;
}

.reportaje h2 {
  margin-top: 1.5em;
}


.reportaje h6 {
  font-size: 1.6em;
  color: #000000;
  padding: 10px 0;
}


.reportaje p {
  color: #000000;
  line-height: 1.5;
}

.sumario p {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.7em;
  line-height: 1.2;
}

.reportaje {
  margin: 0.2em 0;
}

.nota {
  padding: 0.8em 0;
}

.nota p {
  font-family: "TheSansC4s", Verdana, sans-serif !important;
  color: #274EB3;
  font-size: 1.2em;
  text-align: center;
}

/**************** BUTTON***********/
.material-icons {
  font-family: 'Material Icons';
  font-size: 13px !important;
  vertical-align: middle !important;
}

/* .buttonMov {
  padding-bottom: 6em;
} */
.buttonMov .col-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.buttonMov a {
  padding: 0;
  font-weight: 400;
  color: #F5F1DF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin: 0;
}

.buttonMov a.transparent:hover>p {
  color: #000000;
}

.buttonMov a.transparent>p {
  background: none;
  color: #000000;
}

.buttonMov a.transparent>p span.base {
  border: none;
}

.buttonMov a:after,
.buttonMov a:before {
  width: 1px;
  position: absolute;
  height: 8px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.buttonMov a p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  z-index: 1;
  left: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.buttonMov a p span.base {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  border: none;
  /* border: 2px solid #F5F1DF; */
}

.buttonMov a p span.base:before {
  width: 2px;
  height: 2px;
  left: -1px;
  top: -1px;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
}

.buttonMov a p span.bg {
  left: -5%;
  position: absolute;
  background: #61abeb;
  width: 0;
  height: 100%;
  z-index: 3;
  transition: 0.3s ease-out all;
  transform: skewX(-20deg);
}

.buttonMov a p span.text {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.buttonMov a p span.text:after {
  width: 4px;
  height: 4px;
  right: 0;
  bottom: 0;
  background: #0f1923;
  position: absolute;
  transition: 0.3s ease-out all;
  z-index: 5;
}

.buttonMov a:hover {
  color: #61abeb;
}

.buttonMov a:hover span.bg {
  width: 110%;
}

.buttonMov a:hover span.text:after {
  background: #61abeb;
}

/**************** BUTTON***********/

.quote-numero {
  padding: 30px;
  border-bottom: 2px solid #EF3F3F;
}

.quote-numero h4 {
  text-align: center;
  color: #0d3a4a;
  font-size: 1.6em;
}

.quote-numero h3 {
  font-family: 'Druk Text Web Bold', serif !important;
  font-weight: 700;
  text-align: center;
  color: #0d3a4a;
  font-size: 130px;
  line-height: 0.8;
}

.quote-numero h5 {
  font-family: 'Druk Text Web Bold', serif !important;
  font-weight: 700;
  text-align: center;
  color: #0d3a4a;
  font-size: 60px;
  line-height: 1;
}


.cuadro {
  background-color: #FFE1E1;
  border-top: 30px solid #EF3F3F;
  height: fit-content;
  margin: 0 15px;
}

.cuadro p {
  color: #0f0e48;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  text-align: left;
  padding: 28px;
}

.col-sm-1 {
  margin-left: 0px !important;
}

.col-sm-1 {
  margin-left: 0px !important;
}

.menciones-bg {
  background-color: #fae6d1;
}


/* 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);
  }
}

.botX_2 {
  position: fixed;
  top: 48px;
  right: 11px;
  width: 50px;
  z-index: 999;
  max-width: 100px;
  margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.botX_2:hover {
  -webkit-transform: rotate(1800deg);
  transform: rotate(180deg);
}


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

}

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

  .fotoartes img {
    padding: 40px 0;
  }

  .typing-demo {
    font-size: 3em;
  }

  .desk {
    display: none;
  }

  .mobile {
    display: block;
  }

  .flecha img {
    width: 50px;
  }

  .title {
    height: auto !important;
  }

  .title h2 {
    font-size: 23px !important;
    line-height: 1.1;
  }


  .botX_2 {
    right: -3px;
    width: 40px;
  }

  .title img {
    width: 45%;
  }

  .title h3 {
    font-size: 2.2em;
  }

  .title h4 {
    font-size: 20px;
  }

  #planificacion {
    background-image: none;
  }

  #tecnologia {
    background-image: none;
  }

  #ingenieria {
    background-image: none;
  }

  #recursos {
    background-image: none;
  }

  #estetica {
    background-image: none;
  }

  #ganador {
    background-image: none;
  }

  #impacto {
    background-image: none;
  }

  #mejoramiento {
    background-image: none;
  }

  #conservacion {
    background-image: none;
  }

  #promesa {
    background-image: none;
  }

  .reportaje h2 {
    font-size: 2.3em !important;
  }

  .reportaje h3 {
    font-size: 1.4em;
    text-align: center;
  }

  .reportaje h4 {
    font-size: 2.7em;
    text-align: center;
  }

  .reportaje h5 {
    font-size: 1.7em;
    text-align: center;
  }

  .sumario p {
    font-size: 1.3em;
  }

  .cuadro p {
    padding: 10px;
  }

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

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


  }
}