/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 0;
  color: black;
  background: white;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* HTML5 tags */
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

hr.doce {
  border: 0;
  margin-top: 12px;
}

/* FONTS */

@font-face {
  font-family: "KozukaGothicProB";
  src: url("kozgopro-bold-webfont.eot");
  src: url("kozgopro-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("kozgopro-bold-webfont.woff") format("woff"),
    url("kozgopro-bold-webfont.ttf") format("truetype"),
    url("kozgopro-bold-webfont.svg#KozukaGothicProB") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KozukaGothicProM";
  src: url("kozgopro-medium-webfont.eot");
  src: url("kozgopro-medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("kozgopro-medium-webfont.woff") format("woff"),
    url("kozgopro-medium-webfont.ttf") format("truetype"),
    url("kozgopro-medium-webfont.svg#KozukaGothicProM") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KozukaGothicProR";
  src: url("kozgopro-regular-webfont.eot");
  src: url("kozgopro-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("kozgopro-regular-webfont.woff") format("woff"),
    url("kozgopro-regular-webfont.ttf") format("truetype"),
    url("kozgopro-regular-webfont.svg#KozukaGothicProR") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-thin {
  font-family: "KozukaGothicProM", sans-serif;
  font-weight: 200;
}

.font-semibold {
  font-family: "KozukaGothicProB", sans-serif;
  font-weight: 600;
}

.font-light {
  font-family: "KozukaGothicProR", sans-serif;
  font-weight: 300;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
  background-color: #b5b5b5;
  font-family: "KozukaGothicProR", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
}

a,
a:visited {
  color: blue;
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

.slider-wrapper {
  width: 100%;
  /*margin: auto;*/
  margin-right: auto;
  margin-left: auto;
  /*max-width:940px;*/
}

/* MENU NAVBAR */

.navbar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0 none;
  font-size: 10px;
  transition: 0.25s all linear;
}

.navbar.inv {
  background-color: rgba(0, 0, 0, 0.5);
  /*border-bottom: 1px solid #bfbfbf;*/
}

.navbar .nav a {
  color: #bbbbbb;
  font-family: "KozukaGothicProR", sans-serif;
  font-weight: 600;
  transition: all 0.5 linear;
}

.navbar.inv a {
  color: #bbbbbb;
}

.navbar-responsive-collapse {
  margin: 0 auto;
  width: 80%;
}

.nav li {
  text-align: center;
  white-space: nowrap;
  height: 50px;
  padding-top: 25px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: inherit;
  outline: none;
  color: #fff;
}

.navbar-brand {
  padding-top: 5px;
  padding-left: 20px;
}

.active-menu {
  background-color: #ffffff;
  content: ".";
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  transition: all 0.5 linear;
  width: 1%;
  z-index: 9;
}

.inv .active-menu {
  background-color: #fff;
}

.special-active-menu {
  z-index: 10;
}

#special-active-menu-1,
#special-active-menu-6 {
  background-color: #ffffff !important;
}

#special-active-menu-2 {
  background-color: #ffffff !important;
}

#special-active-menu-3 {
  background-color: #ffffff !important;
}

#special-active-menu-4 {
  background-color: #ffffff !important;
}

#special-active-menu-5 {
  background-color: #ffffff !important;
}

@media (max-width: 767px) {
  .nav li {
    text-align: left;
    white-space: nowrap;
  }

  .navbar-responsive-collapse {
    width: 100%;
  }

  .active-menu {
    display: none !important;
  }

  .navbar-toggle {
    margin-right: 10px;
  }

  .navbar {
    background-color: #000 !important;
    padding: 0;
  }

  .navbar .nav a {
    color: #e4e6e5;
    font-size: 12px;
    padding-left: 0;
  }

  .icon {
    margin-right: 12px;
  }

  .nav li[data-slide="1"],
  .nav li[data-slide="6"] {
    background-color: #2f2f2f;
  }

  .nav li[data-slide="2"] {
    background-color: #2f2f2f;
  }

  .nav li[data-slide="3"] {
    background-color: #2f2f2f;
  }

  .nav li[data-slide="4"] {
    background-color: #2f2f2f;
  }

  .nav li[data-slide="5"] {
    background-color: #2f2f2f;
  }

  .navbar-brand {
    margin: 0;
    text-align: left;
  }
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

.slide {
  background-position: center center;
  background-repeat: no-repeat;
  /*padding-bottom: 25px;*/
  /*padding-top: 20px;*/
  text-align: center;
}

#slide-1 {
  color: #ffffff;
  width: 100%;
}

#home-row-2 {
  padding-top: 25px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
  clear: both;
}

#idioma {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  float: right;
}

.container {
  width: 100%;
  /*max-width:940px;*/
  margin-right: auto;
  margin-left: auto;
}

.soronga {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.containerBlanco {
  width: 100%;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
}

.containerNegro {
  width: 100%;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  align-content: center;
}

.blanco {
  background-color: #fff;
}

.containerCuadrados {
  width: 100%;
  max-width: 940px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*.containerServicios{
  width: 100%;
  max-width:940px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}*/

.containerServicios {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: grid;
  display:-ms-grid;
  display:-moz-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

#comercial h2,
#social h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.containerQuienes {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.servicios1 {
  float: left;
  width: 100%;
  /*max-width: 470px;
  min-height: 470px;
  max-height: 470px;*/
  margin: auto;
  /*padding:70px;*/
  /*background-color:#5c5b5c;*/
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: left;
  /*line-height:15px;*/
  color: #fff;
  transition: 0.2s;
}

.servicios2 {
  float: right;
  width: 100%;
  /*max-width: 470px;
  min-height: 470px;
  max-height: 470px;*/
  margin: auto;
  /*padding:70px;*/
  /*background-color:#828e96;*/
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: left;
  /*line-height:15px;*/
  color: #fff;
}

.servicios1 img,
.servicios2 img {
  width: 100%;
  height: auto;
}

.servicios1:hover,
.servicios2:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .containerServicios {
    max-width: 768px;
  }
  /*.servicios1, .servicios2 {
		max-width: 384px;
	}*/
}

@media screen and (max-width: 450px) {
  .containerServicios {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .servicios1,
  .servicios2 {
    min-height: 100%;
    max-height: 100%;
  }
}

.cv {
  float: left;
  width: 100%;
  max-width: 470px;
  height: 100%;
  max-height: 470px;
  padding: 70px;
  background-color: #5c5b5c;
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.prensa {
  float: left;
  width: 100%;
  max-width: 470px;
  height: 100%;
  max-height: 470px;
  margin: auto;
  padding: 70px;
  background-color: #a7a9ac;
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .containerQuienes {
    max-width: 768px;
  }
  .cv {
    max-width: 384px !important;
  }
  .prensa {
    max-width: 384px !important;
    height: 438px;
  }
}

@media screen and (max-width: 450px) {
  .cv {
    max-width: 100% !important;
  }
  .prensa {
    max-width: 100% !important;
    margin-bottom: 40px;
  }
}

.portfolio {
  width: 100%;
  /*max-width:940px;*/
  height: 100%;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  background-color: #a7a9ac;
}
.portfolio2 {
  width: 100%;
  height: 100%;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  background-color: #797a7d;
  color: #fff;
}

#comercial {
  background-color: #a7a9ac;
  text-align: center;
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1px;
  min-height: 485px;
  padding-top: 40px;
}

#social {
  background-color: #797a7d;
  text-align: center;
  font-family: "KozukaGothicProM", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  min-height: 565px;
  height: 100%;
  padding-top: 40px;
}

#social #logo {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}

#comercial #logo img {
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  margin: 20px 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #comercial {
    min-height: 285px;
  }

  #social {
    min-height: 285px;
  }
}

.quienesSomos {
  width: 100%;
  /*max-width:940px;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
}

#textoCurriculum {
  max-width: 940px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  margin-top: 100px;
  line-height: 24px;
  padding: 100px;
  text-align: justify;
  display: inline-block;
}

#titulosPrensa {
  font-size: 14px;
  line-height: 24px;
}

#subtitulosPrensa {
  font-size: 14px;
  line-height: 16px;
}

#textoPrensa {
  width: 100%;
  max-width: 620px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 100px 100px 0 100px;
  text-align: left;
  display: inline-block;
}

#textoPrensa a:link,
#textoPrensa a:active,
#textoPrensa a:visited {
  text-decoration: none;
  color: #ffffff !important;
}

#textoPrensa a:hover {
  text-decoration: underline;
  color: #999;
}
#videosPrensa {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  vertical-align: top;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .servicios1 {
    float: none;
  }

  .servicios2 {
    float: none;
  }
}

@media (max-width: 767px) {
  #plaquetaPremios {
    padding: 20px;
  }
  #textoCurriculum {
    padding: 20px;
    padding-bottom: 70px;
    margin-top: 0;
  }
  #textoPrensa {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cv {
    display: block;
  }

  .prensa {
    display: block;
  }
}

.slider-wrapper {
  width: 100%;
  margin: auto;
  margin-top: o;
}

#textoPremios {
  text-align: justify;
  font-size: 12px;
  color: #000;
  line-height: 40px;
  max-width: 940px;
  padding-bottom: 180px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 450px) {
  #textoPremios {
    padding-bottom: 80px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.circulo {
  max-width: 560px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .circulo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .circulo {
    max-width: 60px !important;
    margin-bottom: 50px;
  }
}

/*.cv{
	float:left;
	width:100%;
	max-width:470px;
	height:100%;
	margin:auto;
}

.prensa{
	float:left;
	width:100%;
	max-width:470px;
	height:100%;
	margin:auto;
}*/
.guion {
  color: #f00000;
}
.pie {
  text-align: center;
  background-color: #ec1c24;
  background-image: url(../images/redPIX.gif);
  height: 230px;
  bottom: 0;
}

.containerLibro {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  text-align: center;
}

.libro {
  width: 100%;
  max-width: 620px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 100px;
  line-height: 24px;
  padding: 20px 100px 50px 100px;
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .libro {
    padding: 1px;
    padding-bottom: 70px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.librerias {
  float: left;
  margin-right: 20px;
}

.heroImg {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url(../images/graciasMuchachos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  background: #5e5e5e;
  width: 100%;
  height: 100vh;
}

.emojiForce img{
  width:100%;
  margin-bottom:-20px;
}

video {
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  video,
  .heroImg {
    height: 70vh;
  }
  .emojiForce img {
    width:180px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 470px) {
  video,
  .heroImg {
    height: 45vh;
    margin-top: 30px;
    background-position: -300px;
  }

  .emojiForce img {
    margin-bottom: 0;
    width: 140px;
  }
}