/* --------------------------------

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';

}*/

body {
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  color: #3e3947;
  background-color: white;
  font-weight: lighter;
}

body, html {
  height: 100%;
}

a {
  color: #3e3947;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right{
  float: right;
}

/* RESET BOOTSTRAP CSS */

.col-md-2{
  margin:0;
  padding: 0;
}

.arrow{
  color: #fff;
  height: 30px;
  padding-right: 0px;
  font-size: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-logo:nth-of-type(odd) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: -webkit-linear-gradient(left, #f2f4f5, #f2f4f5);
    background: -o-linear-gradient(right, #f2f4f5, #f2f4f5);
    background: -moz-linear-gradient(right, #f2f4f5, #f2f4f5);
    background: linear-gradient(to right, #f2f4f5, #f2f4f5);
}

.main-logo:nth-of-type(even){
   position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: -webkit-linear-gradient(left, #f2f4f5, #f2f4f5);
    background: -o-linear-gradient(right, #f2f4f5, #f2f4f5);
    background: -moz-linear-gradient(right, #f2f4f5, #f2f4f5);
    background: linear-gradient(to right, #f2f4f5, #f2f4f5);
  }

.main-logo img {
    width: 200px;
    margin: 0 auto;
}

.cd-section .intro p{
    font-size: 18px;
    line-height: 28px;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-section {
  min-height: 100%;
  position: relative;
  padding-top: 5%;
}

.cd-section ul{
  margin-left: -20px;

}

.cd-section:nth-of-type(odd) {
    background-color: #0da4ca;
}

.cd-section:nth-of-type(odd) p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  list-style: none;
  font-weight: 100;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  /*border-left: 3px #333 solid;
  padding-left: 10px;*/
}
.cd-section:nth-of-type(even) {
  background-color: #086070;
}
.cd-section:nth-of-type(even) p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  list-style: none;
  font-weight: 100;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  /*border-left: 3px #fff solid;
  padding-left: 10px;*/
}



/*.cd-section h1 {
  position: absolute;
  left: 50%;
  top: 25%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-section p {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-section h1 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
.cd-section p {
  line-height: 1.6;
}*/


.cd-section h1{
  font-size: 48px !important;
  font-family: 'Lobster', sans-serif;
  color: #fff;
  margin-bottom: 30px;
}


.media-content {

}

.cd-section .text-content{
  padding: 0 0 0 20px;
  color: #fff;
}

.cd-section .text-content p{
  color: #fff;
  font-size: 16px;
}


@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }


}

.cd-scroll-down .fa-arrow-circle-down{
  color: #fff;
}

.cd-scroll-down {
  font-size: 24px;
      /* position: absolute; */
    /* right: 10px; */
    /* margin-right: 0px; */
  height: 30px;
  /*-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -100px;
  width: 38px;
  height: 44px;
  background: url("images/arrow.png") no-repeat center center;*/
  color: #fff;
  opacity: .7;
  margin-right: 10px;
  margin-left: 10px;
}

a:hover.cd-scroll-down {
  color: #fff;
  opacity: 1;
}

.top3{
  margin-top: 3%;
}

.top5{
  margin-top: 5%;
}

.cd-scroll-down a:hover{
  color: #fff;
}

/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 27px;
  top: 55%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.no-touch #cd-vertical-nav li {
  text-align: right;
  list-style: none;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  /*background-color: #ffffff;*/
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #123746;
  font-size: 14px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: #fff;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 35px;
}

.btn-default:hover {
    color: #fff;
    background-color: #ffb921;
    border-color: #eca200;
}

.btn-default:active {
    color: #fff !important;
    background-color: #ffb921 !important;
    border-color: #eca200 !important;
}

/******** FADE *********/

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.7s;
  -moz-animation-duration:0.7s;
  animation-duration:0.7s;
}


.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}


.three {
  -webkit-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  animation-delay: 1.7s;
}


.four {
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  animation-delay: 2.2s;
}


.five {
  -webkit-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.six {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

/********* FIN FADE *********/

/* FADE IN RIGHT AND LEFT */

.fade-in-left.cero {
    animation-delay: animateLeft 2s;
    -moz-animation-delay: animateLeft 2s; /* Firefox */
    -webkit-animation-delay: animateLeft 2s; /* Safari and Chrome */
    -o-animation-delay: animateLeft 2s; /* Opera */
}

.fade-in-right {
    animation-delay-delay: animateRight 1s;
    -moz-animation-delay: animateRight 1s; /* Firefox */
    -webkit-animation-delay: animateRight 1s; /* Safari and Chrome */
    -o-animation-delay: animateRight 1s; /* Opera */
}


/* ANIMATE LEFT */
@keyframes animateLeft {
    from { opacity:0; left: -600px; }
    to { opacity:1; left: 0; }

}

@-moz-keyframes animateLeft { /* Firefox */
    from { opacity:0; right: -100px; }
    to {  opacity:1; right: 0; }
}

@-webkit-keyframes animateLeft { /* Safari and Chrome */
    from { opacity: 0; right: -100px; }
    to { opacity:1; right: 0; }
}

@-o-keyframes aninateLeft{ /* Opera */
    from { opacity:0; right: -100px; }
    to { opacity: 1; right: 0; }
}

/* ANIMATE RIGHT */
@keyframes animateRight {
    from { opacity:0; left: 400px; }
    to { opacity:1; left: 0; }
}

@-moz-keyframes animateRight { /* Firefox */
    from { opacity:0; left: -100px; }
    to {  opacity:1; left: 0; }
}

@-webkit-keyframes animateRight { /* Safari and Chrome */
    from { opacity: 0; left: -100px; }
    to { opacity:1; left: 0; }
}

@-o-keyframes aninateRight{ /* Opera */
    from { opacity:0; left: -100px; }
    to { opacity: 1; left: 0; }
}

/* FIN FADE IN RIGHT/LEFT */

/* FADE TOP, UP, LEFT, RIGHT */

[data-position]{
  opacity:1;
  position:relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display:inline-block;
}
[data-position="left"]{
  left:100px;
}
[data-position="right"]{
  right:100px;
}
[data-position="bottom"]{
  bottom:100px;
}
[data-position="top"]{
  top:100px;
}

/***************************/


@media only screen and (max-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

@media (max-width: 1200px){
  .intro {
    margin-top: 5%;
  }
}

@media (max-width: 992px){

    .cd-section:nth-of-type(odd) p {
        font-size: 15px;
    }

    .cd-section:nth-of-type(even) p {
        font-size: 15px;
    }

    .media-content{
      width: 60%;
      margin-left: 20%;
    }

    .intro img{
      margin-top: 12%;
    }

}

@media (max-width: 728px){

    .cd-section:nth-of-type(odd) p {
        font-size: 15px;
    }

    .cd-section:nth-of-type(even) p {
        font-size: 15px;
    }

    .intro {
      text-align: center;
      margin-top: 5%;
      width: 90%;
    }

    .intro p{
      font-size: 16px;
    }

    .media-content{
      width: 100%;
      margin-left: 0;
    }

    .text-content{
      width: 90%;
    }

}

@media (max-width: 420px){

    .cd-section:nth-of-type(odd) p {
        font-size: 15px;
    }

    .cd-section:nth-of-type(even) p {
        font-size: 15px;
    }

    .cd-section{
      padding-top: 17%;
    }

    .cd-section h1{
    font-size: 38px;
    margin-top: 30px;
    }

    .intro {
      text-align: center;
      margin-top: 5%;
      width: 90%;
    }

    .intro p{
      font-size: 16px !important;
      margin-top: -10px;
    }

    .titular h1{
      text-align: center;
    }

    .media-content{
      width: 100%;
      margin-left: 0;
    }

    .text-content{
      width: 80%;
    }

}




