@font-face {
  font-family: 'Arial';
  src: url('../fonts/ArialMT.eot');
  src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArialMT.woff2') format('woff2'),
      url('../fonts/ArialMT.woff') format('woff'),
      url('../fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Light.eot');
  src: url('../fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoSlab-Light.woff2') format('woff2'),
      url('../fonts/RobotoSlab-Light.woff') format('woff'),
      url('../fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Regular.eot');
  src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
      url('../fonts/RobotoSlab-Regular.woff') format('woff'),
      url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Bold.eot');
  src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
      url('../fonts/RobotoSlab-Bold.woff') format('woff'),
      url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Thin.woff2') format('woff2'),
      url('../fonts/Roboto-Thin.woff') format('woff'),
      url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff'),
      url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff'),
      url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueRegular.eot');
  src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
      url('../fonts/HelveticaNeueRegular.woff') format('woff'),
      url('../fonts/HelveticaNeueRegular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/*
ROBOTO SLAB: Navbar y botón.
*/

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}
a{
  text-decoration:none;
}
table {
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
font-weight: bold;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border: 0;
}

 /* Custom CSS
 * --------------------------------------- */
html {
  font-size: 14px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Roboto",arial,helvetica;
  background-color: #F4F4F5;
  color: #4D4E56;
}

h1 {
	font-size: 5rem;
  margin:0;
  padding:0;
  font-family: 'HelveticaNeue',arial,helvetica;
}

h2 {
  font-size: 2.8rem;
  font-weight: 300;
  text-align: center;
  padding: 0 5rem;
}

h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.1rem;
}

h4 {
  font-size: 2rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

#navbar, #footer {
  position:fixed;
  height: 70px;
  width: 100%;
  background: white;
  z-index:9;
  text-align:center;
}

.navbar {
  top:0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto Slab',Arial, sans-serif;
  padding: 0 40px;
}

.brand-container {
  display: flex;
  align-items: flex-end;
}

i.fab.fa-instagram, i.fab.fa-linkedin-in {
  background-color: #595C5C;
  padding: 4px 5px;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 12px;
  color: white;
  align-self: flex-end;
}

i.fas.fa-play{
  background-color: #D6DA14;
  border-radius: 50%;
  margin-left: 10px;
  padding: 5.5px 6.5px;
  font-size: 9px;
  color: white;
  align-self: flex-end;
  cursor: pointer;
}

.visible-xs{
  display: none !important;
}

.navbar-links {
  height: 100%;
}

.navbar-links > ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-links > ul > li {
  list-style: none;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 0 4px;
}

.navbar-links > ul > li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #4D4E56;
  font-weight: 300;
  padding: 2px 8px;
}

.navbar-links > ul > li:hover {
  background-color: #D6DA14;
}

.navbar-links > ul > li.active {
  background-color: #D6DA14;
}

.navbar-links > ul > li:last-child a {
  color: #D6DA14;
  font-weight: bold;
}

.navbar-links > ul > li:last-child:hover {
  background-color: #4D4E56;
}

.navbar-links > ul > li:last-child.active {
  background-color: #4D4E56;
}

.sub-menu-container {
  position: relative;
}

.sub-menu-container:hover .sub-menu {
  display: flex;
}

.sub-menu {
  position: absolute;
  top: 25px;
  left: -27px;
  display: none;
  padding-top: 5px;
}

.sub-menu ul {
  background-color: rgba(237, 228, 69, 0.7);
  height: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
}

.sub-menu li {
  border-bottom: 1px solid black;
  width: 100%;
}

.sub-menu li a {
  margin: 0;
  padding: 3px 0;
}

.sub-menu li a:hover {
 background: none;
 font-weight: bold;
}

.sub-menu li.active a {
  background: none;
  font-weight: bold;
 }

 .sub-menu-mobile {
   display: none;
 }

.toggle-button {
  position: absolute;
  top: .75rem;
  left: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #4e4e4e;
  border-radius: 10px;
}

#footer {
  bottom:0px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro {
  width: 100%;
  height: 50%;
  transition: 2s;
  text-align: center;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
}

.nuevo-orden {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  font-family: 'Roboto Slab', Helvetica, sans-serif;
  padding-bottom: 70px;
}

.nuevo-orden h4 {
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 2.6rem;
  padding-left: 350px;
  white-space: nowrap;
}

.nuevo-orden-mobile{
  display: none;
}

.nuevo-orden-desktop{
  display: block;
}

.nuevo-orden h4 b {
  font-weight: 500;
}

#crackTitle {
  position: relative;
  z-index: 6;
  font-weight: 900;
}

#identidadesx {
  position: relative;
  z-index: 6;
  padding: 11vh 0;
}

#section0 {
  background-image: url(../images/GRIETA_BLANCA_site_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section0:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  background: url(../images/GRIETA_negra_web_3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s ease-in-out;
}

#section0.faded:after {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.half {
  width: 50%;
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 70px 0;
}

.container.left {
  justify-content: flex-start;
}

.container.right {
  justify-content: flex-end;
}

.titulo-absoluto {
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /*flex-direction: column;*/
}

.titulo-absoluto.left {
  left: 0;
  width: 50%;
}

.titulo-absoluto.right {
  right: 0;
}

.titulo {
  text-align: center;
}

.dark {
  background-color: #4D4E57 !important;
}

#slide1 p {
  margin-bottom: 1rem;
  font-weight: 300;
}

#slide1 .half:nth-child(2) {
  padding-left: 50px;
  padding-right: 14%;
}

#slide2 .half:nth-child(1) {
  padding-left: 50px;
  padding-right: 14%;
}

#slide2 .half:nth-child(1) p:last-child {
  position: absolute;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  bottom: 140px;
}

#section2 {
  background-image: url(../images/abuela_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide6 {
  text-align: center;
}

.big-span {
  display: block;
  font-family: "Roboto Slab",arial,helvetica;
  font-weight: 700;
  font-size: 14rem;
}

#slide6 .big-span {
  padding-left: 18rem;
  transform: rotate(180deg);
}

#slide7 {
  background-color: #4E4F58;
  color: white;
}

.medium-span {
  display: block;
  font-family: "Roboto Slab",arial,helvetica;
  font-weight: 300;
  font-size: 11rem;
  line-height: 39vh;
  /*
  line-height: 18rem;
  margin-top: -25%;
  */
}

#slide7 .medium-span {
  transform: rotate(180deg) !important;
  text-align: right;
}

#slide7 p {
  font-weight: 300;
  color: #dbdbdb;
}

#slide7 .half:nth-child(1) {
  padding-left: 14%;
  padding-right: 50px;
  align-self: flex-start;
}

#section3 {
  background-image: url(../images/beso_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide8 {
  text-align: center;
}

#slide8 .big-span{
  color: #D6DA14;
}

#slide9 {
  background-color: #F4F4F5;
}

#slide9 .medium-span{
  color: #D6DA14;
}

#slide9 p {
  color: #4D4E56;
}

#section3 h2 {
  color: #4D4E56;
}

#slide9 .half:nth-child(2) {
  padding-left: 50px;
  padding-right: 14%;
  align-self: flex-start;
}

.lado-a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F5;
  padding: 0 !important;
}

.lado-a span {
  display: block;
  font-family: "Roboto Slab",arial,helvetica;
  font-weight: 700;
  font-size: 8rem;
  color: #D6DA14;
  line-height: 14rem;
}

.lado-a h2 {
  font-size: 2.8rem;
  color: #4E4E4E;
}

.dark.lado-a span {
  color: white;
}

.dark.lado-a h2 {
  color: white;
}

.half.dark.lado-a {
  transform: rotate(180deg);
}

#section4 .slide {
  color: white;
}

#section4 .slide .half.titulo h2 {
  display: inline-block;
  font-size: 3.6rem;
  padding: 0;
}

#section4 .slide .half.titulo span {
  display: inline-block;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: 'Arial',arial,helvetica;
}

#section4 .slide .half:nth-child(2) {
  padding: 0 10%;
  background-color: #4D4E56;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section4 .slide p {
  font-weight: 100;
}

#section4 .slide h3 {
  margin-bottom: 1.2rem;
}

#section4 .titulo-absoluto h2 {
  display: inline-block;
  font-size: 3.6rem;
  padding: 0;
  color: white;
}

#section4 .titulo-absoluto span {
  display: inline-block;
  font-weight: bold;
  font-size: 3.6rem;
  font-family: 'Arial',arial,helvetica;
  color: white;
}

#slide10 {
  background-image: url(../images/individuos_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide11 {
  background-image: url(../images/aprendizajes_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide12 {
  background-image: url(../images/trabajos_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide13 {
  background-image: url(../images/ciudades_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide14 {
  background-image: url(../images/consumos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slide15 {
  background-image: url(../images/liderazgos_site.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.santiago-foto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: white;
}

.santiago-foto h3 {
  font-weight: 100;
  margin-right: 50px;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.santiago-foto img {
  width: 93%;
}

#section5 .half:nth-child(2) {
  padding-left: 150px;
  padding-right: 20%;
}

#section5 p {
  line-height: 1.8rem;
}

#section5 p a {
  color: #4e4e4e;
}

form {
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 80%;
  margin-left: 150px;
}

input {
  background: none;
  border: none;
  border-bottom: 1px solid #827f7f;
  font-family: "Roboto Slab",arial,helvetica;
  font-size: 0.9rem;
  color: #4e4e4e;
  margin-bottom: 0.8rem;
  padding: 6px 0;
}

input:focus {
  outline: none;
}

textarea {
  height: 160px;
  background: none;
  border: none;
  border-bottom: 1px solid #827f7f;
  resize: none;
  font-family: "Roboto Slab",arial,helvetica;
  font-size: 0.9rem;
  color: #4e4e4e;
}

textarea:focus {
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #4D4E56;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #4D4E56;
 opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #4D4E56;
 opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #4D4E56;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:    #4D4E56;
}

::placeholder { /* Most modern browsers support this now. */
 color:    #4D4E56;
}

.button {
  width: auto;
  background-color: #D6DA14;
  font-family: 'Roboto Slab', Arial, Helvetica;
  font-weight: 900;
  font-size: 1.3rem;
  color: #4e4e4e;
  padding: 4px 15px 8px 15px;
  border: none;
  border-radius: 12px;
  line-height: 1.4rem;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

.button:hover {
  background-color: #4e4e4e;
  color: #D6DA14;
  transition: ease-in-out 0.3s;
}

form .button {
  align-self: self-start;
  margin-top: 2rem;
}

.foto-libro {
  text-align: right;
}

.foto-libro img {
  width: 100%;
  max-width: 600px;
  margin-left: 50px;
}

#section7 .container .half:nth-child(1) {
  padding-right: 7%;
}

.break-desktop{
  display: block;
}


#section7 .container .half:nth-child(2) {
  padding: 0 15% 0 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section7 h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: 'Roboto Slab', Helvetica, sans-serif;
}

#section7 p {
  font-size: 1.4rem;
  margin: 1.4rem 0;
  font-weight: 500;
}

#section7 .button {
  margin-top: 5rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 25% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.spanClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -8px;
}

.spanClose:hover,
.spanClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.copyright {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4D4E56;
  font-family: 'Arial', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.9rem;
  color: #F6F3F4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 140px;
  z-index: 10;
  transition: 0.5s;
}

.copyright.gray {
  background-color: #7F7F85;
  color: #F6F3F4;
  transition: 0.5s;
}

.copyright.light-gray{
  color: #F6F3F8;
  background-color: #7F7F85;
  transition: 0.5s;
}

.copyright.white {
  background-color: white;
  color: #4D4E56;
  transition: 0.5s;
}

.break-laptop{
  display: none;
}

@media only screen and (min-width:769px) and (max-width: 967px) {
  #section5 .half:nth-child(2) {
    padding-left: 3%;
    padding-right: 3%;
}

form {
  margin-left: 100px;
}

.nuevo-orden h4 {
  font-size: 2rem;
  padding-left: 300px;
}

#section4 .slide .half.titulo h2 {
  font-size: 3rem;
}
#section4 .slide .half.titulo span {
  font-size: 3rem;
}

#section7 h3 {
  font-size: 2rem;
  line-height: 2rem;
}

#section5 p {
  line-height: 1.4rem;
}

.copyright {
  bottom: 110px;
}

#slide1 .half:nth-child(2) {
  padding-left: 0px;
  padding-right: 10%;
}

#slide2 .half:nth-child(1) {
  padding-left: 0px;
  padding-right: 12%;
}
#slide2 .half:nth-child(1) p:last-child {
  bottom: 130px;
}
}

@media only screen and (min-width:968px) and (max-width: 1500px) {
  #section5 .half:nth-child(2) {
    padding-left: 5%;
    padding-right: 5%;
  }

  #slide1 .half:nth-child(2) {
    padding-right: 10%;
  }

  .medium-span {
    line-height: 36vh;
  }  

  #section4 .slide .half:nth-child(2) {
    padding: 0 10% 0 5%;
  }

  #section5 p a {
    color: #4e4e4e;
    font-weight: bold;
  }

  #section5 p {
    line-height: 1.6rem;
  }

  .break-laptop{
    display: block;
  }

  #identidadesx {
    position: relative;
    z-index: 6;
    padding: 10vh 0;
}

#navbar, #footer {
  position: fixed;
  height: 60px;
  width: 100%;
  background: white;
  z-index: 9;
  text-align: center;
}

.nuevo-orden h4 {
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.4rem;
  padding-left: 350px;
  white-space: nowrap;
}

.copyright {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4D4E56;
  font-family: 'Arial', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  color: #F6F3F4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 140px;
  z-index: 10;
}

.container{
  padding: 60px 0;
}

#section7 .container .half:nth-child(2) {
  padding: 0 5% 0 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.foto-libro img {
  width: 85%;
  max-width: 600px;
  margin-left: 50px;
}

}

@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .toggle-button {
    display: flex;
    top: 35%;
    left: 40px;
  }
  .navbar-links {
    display: flex;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    margin-top: 70px;
    overflow: hidden;
  }
  .navbar {
    align-items: flex-start;
  }
  .navbar-links ul {
    width: 100%;
    flex-direction: column;
  }
  .navbar-links > ul > li {
    width: 100%;
    background-color: white;
    border-radius: 0;
    text-align: left;
    padding-left: 40px;
    align-items: flex-start;
  }
  .navbar-links li a {
    width: 100%;
  }
  .brand-container {
    align-self: center;
    margin-left: auto;
  }
  .navbar-links li:last-child a {
    padding-bottom: 5px;
  }
  /*
  .sub-menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  */
  .sub-menu-mobile {
    width: 100%;
    position: relative;
    display: flex;
    font-size: 0.95rem;
    color: #383838;
  }
  .sub-menu-mobile li {
    background-color: white;
  }
  .full-menu .navegacion li.active a{
    background-color: #D6DA14;
    padding: 5px 20px;
    border-radius: 10px;
    color: #4d4e57;
    font-weight: 400;
  }
  .sub-menu-mobile a {
    width: 100%;
    display: block;
    color: #afafaf;
    text-align: left;
    padding-left: 60px;
  }
  .sub-menu-mobile li:last-child a {
    padding-bottom: 0;
  }
 /*  #section0:after {
    background: none;
  } */
  .nuevo-orden h4{
    padding: 0px 20px 0px 20px;
    font-size: 22px;
    text-justify: auto;
    line-height: 1.7rem;
  }
  .nuevo-orden-desktop{
    display: none;
  }
  .nuevo-orden-mobile{
    display: block;
  }
  .container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 55px;
    height: unset;
  }
  .container.right {
    justify-content: flex-start;
  }
  .half {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #section1 h2 {
    padding: 0;
    font-size: 30px;
  }
  #slide1 .half:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.5rem;
  }
  #slide2 .half:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
  #slide2 .half:nth-child(1) p:last-child {
    position: relative;
    bottom: auto;
    margin-top: 1rem;
  }
  #section2 h2 {
    padding: 0;
    margin-top: 2rem;
    font-size: 28px;
  }


  #section2 .fp-slidesContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slide6 .big-span {
    padding-left: 0;
    font-size: 8rem;
    margin-left: 90px;
    margin-top: 60px;
  }
  #slide7 .half:nth-child(1) {
    padding-left:0;
    padding-right: 0;
    align-self: flex-start;
  }
  #slide7 .medium-span{
    font-size: 7rem;
    margin-bottom: 1rem;
  }
  .medium-span {
    line-height: 9rem;
  }
  #section3 h2 {
    padding: 0;
    margin-top: 2rem;
    font-size: 28px;
  }

  #slide8 .big-span {
    font-size: 10rem;
  }

  #section3 .container{
    flex-direction: column-reverse;
  }

  #section3 .fp-slidesContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #slide9 .half:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }

  #slide9 .medium-span{
    font-size: 7rem;
    margin-bottom: 1rem;
  }

  .split-background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F4F4F5;
  }
  .split-background div {
    height: 50%;
    background-color: #4D4E57;
  }
  #section4 .container {
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 0;
  }
  #section4 .titulo {
    margin-bottom: 2rem;
  }
  #slide10 .half:nth-child(2) {
    padding: 0;
  }
  #section5 .container {
    padding: 0 0 25px 0;
  }
  #section5 .half.santiago-foto {
    height: 300px;
  }
  #section5 .half:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    background-color: #4d4e57;
    color: white;
  }
  #section5 p {
    margin-top: 25px;
    line-height: 1.4rem;
  }
  #section5 .copyright {
    color: #F6F3F4;
    background-color: #7F7F85;
  }
  #section6 form {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #section6 h2 {
    padding: 0 0 25px 0;
    text-align: left;
  }
  #section7 .container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
  #section7 img {
    width: 90%;
    margin: 0;
    align-self: center;
  }
  #section7 .container .half:nth-child(1) {
    padding-right: 0;
  }
  #section7 .container .half:nth-child(2) {
    padding: 0;
    align-items: center;
  }
  /* #footer {
    position: relative;
  } */
  .fp-controlArrow {
    width: 25px;
    height: 25px;
    margin-top: -20px;
    /*
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    */
  }
  .fp-controlArrow.fp-prev {
      left: 15px;
  }
  .fp-controlArrow.fp-next {
      right: 15px;
  }
  #section6 .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #section7 h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 2rem;
  }
  #section7 p {
    font-size: 1rem;
    margin: 1rem 0;
  }
  #section4 #slide7 .half.titulo h2 {
    display: inline-block;
  }
  #section4 #slide7 .half.titulo span {
    display: inline-block;
  }
  #section4 .container .half:nth-child(2) {
    height: 50%;
    text-align: left;
    padding-bottom: 50px;
  }
  #section4 .slide {
    position: relative;
  }
  #section4 .half.titulo {
    margin-bottom: 0;
    height: 48%;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
  }
  #section4 .slide .half.titulo h2 {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }
  #section4 .slide .half.titulo span {
    font-size: 2.6rem;
  }
  .titulo-absoluto {
    display: none;
  }
  .lado-a {
    height: 50%;
  }
  .lado-a h2 {
    font-size: 2rem;
    padding: 0;
  }
  .lado-a span {
    font-size: 7rem;
    line-height: 9rem;
  }
  #section4 h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .nuevo-orden {
    display: flex !important;
  }
  .santiago-trabajos{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
    background-color: #4d4e57;
  }
  .santiago-trabajos a{
    color: white;
    letter-spacing: 1.5px;
  }
   .copyright {
    bottom: 65px;
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 1.3em;
  } 
  .hidden-xs{
    display: none !important;
  }
  .visible-xs{
    display: block !important;
  }

  #navbar, #footer{
    height: 50px;
  }

  form .button {
    align-self: center;
  }

  /* FULL MENU ===================*/

  .full-menu{
    position: fixed;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100vh;
    background: #4d4e57;

    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .full-menu .wrap{
    display: flex;
    height: 90%;
    justify-content: center;
    align-items: center;
  }

  .full-menu .wrap .navegacion{
    flex-basis: 0;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
  }

  .full-menu .navegacion ul{
    list-style: none;
  }

  .full-menu .navegacion ul li{
    margin: 35px 0px;
  }

  .full-menu .navegacion ul li a{
    text-decoration: none;
    font-size: 25px;
    font-weight: lighter;
    color: white;
  }

  .full-menu .navegacion ul li .comprar{
    font-weight: bold;
    color: #D6DA14;
  }

  .full-menu .navegacion ul li.active > .comprar,a{
    color: #4d4e57;
  }

  .santiago-mobile{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .santiago-foto img{
    width: 100%;
  }

  .slide3-half-titulo-mobile{
    margin-bottom: 50px;
  }

  .first-box{
    padding-top: 50px;
    background-color: #4D4E56;
    color: #fff;
    height: 100%;
  }

  .first-box img{
    width: 100%;
  }

  .first-box p{
    padding: 0px 65px 0px 65px;
  }

  input {
    border-bottom: 1px solid #848484;
  }

  textarea {
    border-bottom: 1px solid #848484;
  }

  #section7 .button {
    margin-top: 2rem;
  }

  .break-desktop{
    display: none;
  }

  .social-media-fullscreen{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icons-fullscreen{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-left: 10px;
    border-radius: 50%;
  }

  .icons-fullscreen i.fab.fa-instagram,.icons-fullscreen i.fab.fa-linkedin-in {
    background-color: unset;
    padding: unset;
    border-radius: unset;
    margin-left: unset;
    font-size: unset;
    color: unset;
    align-self: unset;
  }

  .icons-fullscreen i.fas.fa-play{
    background-color: unset;
    padding: unset;
    border-radius: unset;
    margin-left: unset;
    font-size: unset;
    color: unset;
    align-self: unset;
  }

  #section2{
    background-position: right -185px top;
  }

  #section5 p a {
    color: white; 
  }
  
  .full-menu.visible-xs .social-media-fullscreen .modal-video.icons-fullscreen {
    margin-left: 0;
  }
}


.btn-menu{
	font-size: 30px;
  cursor: pointer;
  margin-top: 5px;
  z-index: 9;
}

.nav-close-button-right{
  position: fixed;
  top: 20px;
  right: 50px;
}

.video {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.video video{
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.close{
    font-size: 40px;
    color: #fff;
    width: fit-content;
    position: fixed;
    top: 20px;
    font-weight: bold;
    right: 30px;
    cursor: pointer;
    z-index: 999999999999;
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }
  p {
    line-height: 1.2rem;
  }
  .slide3-half-titulo-mobile {
    margin-bottom: 25px;
  }
  .hidebr {
    display: none;
  }
  #slide7 .medium-span {
    margin-bottom: 0.5rem;
  }
  #slide9 .medium-span {
    margin-bottom: 0.5rem;
  }
  .medium-span {
    line-height: 8rem;
  }
  #section2 h2 {
    margin-top: 1rem;
  }
  #section3 h2 {
    margin-top: 1rem;
  }
  #section6 h2 {
    font-size: 30px;
    padding: 0 0 20px 0;
  }

  #section6 textarea{
    height: 140px;
  }
  #section7 h3 {
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 1.6rem;
  }

  .full-menu .navegacion ul li {
    margin: 15px 0px;
  }

  .full-menu .navegacion ul li a {
    font-size: 20px;
  }

  .icons-fullscreen {
    width: 25px;
    height: 25px;
  }

  .full-menu .navegacion li.active a {
    padding: 3px 17px;
  }

  .icons-fullscreen i.fas.fa-play {
    font-size: 10px;
  }

  #section5 p {
    margin-top: 25px;
    line-height: 1.2rem;
  }

  .first-box p {
    padding: 0px 45px 0px 45px;
  }

  #section5 p a {
    color: white;
  }

  .santiago-trabajos {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 45px;
    color: #fff;
    background-color: #4d4e57;
  }

  #section2 {
    background-position: right -145px top;
  }

  #section1 h2 {
    padding: 0;
    font-size: 22px;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 45px;
    height: unset;
  }

  #section1 .half p{
    line-height: 1.2rem;
  }

  .section1-mobilexs-p-down{
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  .section1-mobilexs-p-up{
    line-height: 1.2rem;
  }

  .hidebr-xs{
    display: none;
  }

  .nuevo-orden h4 {
    padding: 0px 20px 0px 20px;
    font-size: 18px;
    text-justify: auto;
    line-height: 1.6rem;
  }

  #identidadesx {
    position: relative;
    z-index: 6;
    padding: 4vh 0 9vh 0px;
  }

  #crackTitle {
    font-size: 4rem;
  }

  #section7 img {
    width: 85%;
    margin-top: 10px;
  }
  #section7 .button {
    margin-top: 1rem;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}