/*--------------------------- NOTICIA PRODUCTO ---------------------------*/

.ultimos-productos{
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 75px auto;
  padding: 0 25px;
}

/*VIDEO*/
.video-producto{
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.video-producto iframe{
  width: 100%;
  height: auto;
}


/*GALLERY*/
.galery-producto{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-producto{
  width: 49%;
  height: auto;
}

.item-producto img{
  width: 100%;
}

/*--------------------------- NOTICIA PRODUCTO ---------------------------*/


/*--------------------------- INSPIRATE ---------------------------*/

.txt-inspirate{
  width: 70%;
  text-align: center;
  padding: 15px 25px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.txt-inspirate h3{
  font-size: 19px;
  color: black;
}

/*--------------------------- INSPIRATE ---------------------------*/

/*--------------------------- PAISES ---------------------------*/

.fondo-paises{
  width: 100%;
  height: auto;
  background-image: url(../images/fondo-oficinas.jpg);
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #f08300;
}

.cont-paises{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 25px;
}

.info-paises h2{
  font-size: 28px;
  margin-bottom: 25px;
  color: white;
  font-weight: 500;
}

.info-paises h2 span{
  display: block;
  width: 101px;
  height: 5px;
  background-color: #f08300;
  margin-top: 11px;
}

.info-paises img{
  width: 200px;
  display: block;
  margin: 0 auto;
}

.info-paises a{
  color: white;
  margin-top: 25px;
  display: block;
  text-align: center;
}

.info-paises p{
  font-size: 14px;
  color: white;
}

.cont-banderas{
  width: 100%;
  height: auto;
  margin: 59px 0 0;
}

.cont-banderas h2{
  width: 100%;
  font-size: 28px;
  margin-bottom: 25px;
  color: white;
  font-weight: 500;
}

.cont-banderas h2 span{
  display: block;
  width: 101px;
  height: 5px;
  background-color: #f08300;
  margin-top: 11px;
}

.item-bandera{
  width: 283px;
  height: auto;
  margin: 35px auto 0;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.item-bandera img{
  width: 90px;
  display: block;
}

.item-bandera b{
  font-size: 16px;
  text-align: center;
  display: block;
  margin-left: 11px;
}

.item-bandera p{
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.item-bandera span{
  font-size: 14px;
  text-align: center;
}


/*--------------------------- PAISES ---------------------------*/



@media screen and (min-width: 540px){}

@media screen and (min-width: 640px){
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/
.video-producto iframe {
    width: 100%;
    height: 367px;
}
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/

}

@media screen and (min-width: 768px){
/*--------------------------- PAISES ---------------------------*/
  .cont-banderas{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item-bandera {
      width: 31%;
  }
  
  .info-paises img{
    margin: 0 0;
  }

  .info-paises a{
    text-align: left;
  }
  
/*--------------------------- PAISES ---------------------------*/

}

@media screen and (min-width: 800px){
}

@media screen and (min-width: 900px){
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/

.ultimos-productos{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*VIDEO*/
.video-producto{
  width: 55%;
  margin-bottom: 0px;
}

.video-producto iframe{
  width: 100%;
  height: 368px;
}

/*GALLERY*/
.galery-producto{
  width: 42%;
}
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/

/*--------------------------- INSPIRATE ---------------------------*/
.txt-inspirate {
  width: 80%;
}

/*--------------------------- INSPIRATE ---------------------------*/

/*--------------------------- PAISES ---------------------------*/
  .cont-paises{
    display: flex;
    justify-content: space-between;
    padding: 51px 25px;
  }

  .info-paises{
    width: 45%;
  }

  .cont-banderas{
    width: 55%;
    margin: 0 0 0;
  }

  .item-bandera {
    margin: 0 auto 0;
  }
/*--------------------------- PAISES ---------------------------*/


}

@media screen and (min-width: 1025px){}

@media screen and (min-width: 1100px){}

@media screen and (min-width: 1200px){
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/ 
  .ultimos-productos {
      padding: 0 0;
  }

  .video-producto {
    width: 60%;
  }

  .video-producto iframe {
      width: 100%;
      height: 433px;
  }

  .galery-producto {
    width: 36%;
  }
/*--------------------------- NOTICIA PRODUCTO ---------------------------*/

/*--------------------------- PAISES ---------------------------*/

  .info-paises {
    width: 35%;
  }

  .cont-banderas {
    width: 60%;
  }
/*--------------------------- PAISES ---------------------------*/
}