/* -------------------------------- 

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;
}

body {
  font-size: 100%;
  font-family: 'dk_lemon_yellow_sunregular';
  color: #7f8c97;
  background-color: #fff;
  padding-top: 142px;
}

a {
  color: #acb7c0;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1, h2 {
  font-weight: bold;
}

.cd-timeline-img.small-number {
	top:15px;
	left:50px;
    width: 40px;
    height: 40px;
	line-height:40px;
	float: left;
    position: static;
}

#como-funciona .cd-timeline-content,
#nosotros .cd-timeline-content, 
#comprar .cd-timeline-content, 
#contacto .cd-timeline-content {
	width:70%;
	margin:auto;
}

section {
	padding:145px 0 0 0;
}

#cd-timeline #preambulo {
	padding:145px 0 0 0;
}

section#home {
	padding:0;
}


#como-funciona img {
	width:auto;
	margin: 0 60px 0 10px;
	float:left;
}

#nosotros img, #comprar img {
	width:auto;
	margin: 0;
}

#nosotros strong, #cd-timeline strong {
	font-weight:700;
}

.cdu {
	float:right;
}

#como-funciona .cd-timeline-content::before, 
#nosotros .cd-timeline-content::before, 
#comprar .cd-timeline-content::before, 
#contacto .cd-timeline-content::before {
	display:none;
}

#como-funciona article h1 {
    padding-bottom: 0;
}

#como-funciona .cd-timeline-block .cd-timeline-content, 
#nosotros .cd-timeline-block .cd-timeline-content, 
#comprar .cd-timeline-block .cd-timeline-content {
	float:none;

}

.paso-1, .paso-3, .paso-4 {
	margin:13px 0 30px 30px;
	display:table;
}

.paso-2 {
	margin:0 0 0 30px;
	display:table;
}

.paso-1 h2, .paso-2 h2, .paso-3 h2, .paso-4 h2 {
    line-height: 40px;
	padding: 0 0 0 30px;
}

.paso-3 h2 {
    margin: 0 0 30px 0;
	float:none;
}

.fundir-1, .fundir-2, .fundir-3 {
	float:left;
}

#comprar img.logo-comprar {
	margin:0 4px 10px 0;
}

#como-funciona .paso-3 img {
	margin:0 15px 10px 14px;
}

#como-funciona small {
	line-height:24px;
}

#como-funciona small img {
	margin:0 15px 0 20px;
}

.por-mayor {
/*	margin: 45px 0 0 0;*/
}

.por-mayor h2 {
	margin: 0 0 15px 0;
}

#contact_form input {
    display: block;
	clear: both;
    margin: 0 0 12px 0;
	padding-top:4px;
	padding-left: 5px;
}

#contact_form input.enviar {
	text-indent:0px;
	padding:7px 6px 5px 6px;
	font-size:20px;
	background:#ffffff;
	border:1px solid #CCC;
	margin:12px 0;
	display:table;
}

#contact_form textarea {
    display: block;
	clear: both;
	padding:7px 8px 8px 8px;
    margin: 0 0 12px 0;
}

.logosTop {
  text-align: right;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;

}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
  margin: 10px 0;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/*
Custom
*/
nav.navbar {
  background-color: #F78433;
  border: 0;
  color: #fff;
}
.navbar-brand {
    height: auto;
}
.navbar-brand > img {
    max-height: 100px;
}
.navbar-nav {
    margin-bottom: 15px;
    margin-left: 100px;
    margin-top: 75px;
}
.navbar-nav > li > a {
    font-size: 19px;
    line-height: 21px;
    margin: 0 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #f58220;
}
.cd-timeline-content {
    background: #f0f0f0 none repeat scroll 0 0;
}

.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
    border-color: transparent #f0f0f0 transparent transparent;
}
.cd-timeline-content::before {
    border-color: transparent transparent transparent #f0f0f0;
}
.cd-timeline-img {
    background: #f58220 none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
#home > img {
    display: block;
    margin: 0 auto;
}
img[src*="historia.png"] {
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 10px;
}
.wrapper {
    max-width: 875px;
    margin: 0 auto;
    position: relative;
}
img[src*="boton"] {
    top: 225px !important;
    left: -20px !important;
}
#cd-timeline article {
    background-color: #fff;
    padding-top: 0/*150px*/;
    position: relative;
    padding-bottom: 35px;
}
#nace .cd-timeline-content {
    margin: 0 auto;
    top: 90px;
    margin-bottom: 45px;
    text-align: center;
    float: none;
}
#nace {
    background-color: #fff;
}
#nace h2 {
    font-size: 45px;
    line-height: 40px;
}
#nace p {
    margin: 0;
}
#nace .cd-timeline-content::before {
    border-color: transparent transparent #f0f0f0 transparent;
    top: -14px;
    left: 48.8%;
}
p{
  font-family: 'Open Sans', sans-serif;  
}
#cd-timeline {
    padding-top: 0;
}
article h1 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 35px;
    text-align: center;
}
article h3 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
}
#preambulo > p {
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 20px;
}
#preambulo p b {
    font-weight: 600;
}

.cd-timeline-content img {
    width: 45%;
    margin: 15px 2%;
}
a{
  outline: 0 !important;
  text-decoration: none !important;
}
a.cd-read-more{
  float: none !important;
  clear: both;
}
.cd-timeline-content a {
    vertical-align: top;
}
   .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out; 
      -moz-transition: all 0.3s ease-out; 
      -o-transition: all 0.3s ease-out; 
      transition: all 0.3s ease-out;
    }
    
    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }
    
    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }

/*
  Media Queries
*/

@media screen and (max-width: 1170px){
  .cd-timeline-img {
    height: 60px;
    width: 60px;
  }
  #cd-timeline::before {
      left: 29px;
  }
  .cd-timeline-content {
      margin-left: 80px;
  }
  .cd-timeline-content::before{
      border-color: transparent #f0f0f0 transparent transparent;
  }
  #nace .cd-timeline-content {
      margin: inherit;
      text-align: inherit;
      top: inherit;
      margin-left: 80px;
  }
  #cd-timeline::before {
      height: 98%;
  }
  #nace .cd-timeline-content::before {
      left: inherit;
      top: inherit;
      border-color: transparent #f0f0f0 transparent transparent;
  }
  .navbar-nav {
      margin-left: 35px;
  }           

}

@media screen and (max-width: 992px){
  .navbar-nav > li > a {
      margin: 0;
      font-size: 18px;
  }
  .navbar-nav {
      margin-left: 0;
  }    

}

@media screen and (max-width: 768px){

	#como-funciona .cd-timeline-content,
	#nosotros .cd-timeline-content, 
	#comprar .cd-timeline-content, 
	#contacto .cd-timeline-content {
		width:100%;
		margin:auto;
	}

	#como-funciona img {
		width: auto;
		margin: 0 30px 0 10px;
		float: left;
	}

	#como-funciona .paso-3 img {
		margin: 0 3px 10px 0px;
	}

	.paso-1 h2, .paso-2 h2, .paso-3 h2, .paso-4 h2 {
	    line-height: 40px;
    	padding: 0 0 0 55px;
	}

	.por-mayor {
		margin: 45px 0 0 0;
	}

	.provo-image img {
		max-width: 90%;
	}

/* Ajustes anteriores */	

  img[src*="historia.png"] {
      right: 80px;
      top: 5px;
  }
  .navbar-default .navbar-toggle {
      border-color: #fff;
      background-color: #fff !important;
      border-radius: 3px;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #F78433;
  }
  .navbar-nav {
      margin: 7.5px -15px;
  }
  .navbar-collapse.collapse.in {
      border: 0;
  }
  
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 480px){
	#como-funciona .cd-timeline-content,
	#nosotros .cd-timeline-content, 
	#comprar .cd-timeline-content, 
	#contacto .cd-timeline-content {
		width:100%;
		margin:auto;
		display:block;
	}
	
	#como-funciona img {
		margin:0 auto;
		display:block;
		float:none;
	}
	
	.paso-1, .paso-3, .paso-4 {
		margin:13px 0 30px 0px;
		width:100%;
	}

	.paso-2 {
		margin:0 0 0 0px;
		width:100%;
	}

	#como-funciona .paso-3 img {
		margin: 10px auto 45px auto;
	}
	
	#como-funciona small img.atencion-icon {
		display:inline;
	    margin: 0 5px 0 0px;
	}

	.paso-1 h2, .paso-2 h2, .paso-3 h2, .paso-4 h2 {
		font-size:20px;
		line-height:1.3em;
		padding: 0 0 0 58px;
	}
	
	.paso-3 h2 {
		line-height:2.3em;
	}

	article h1 {
		font-size: 45px;
		line-height: 50px;
		padding-bottom: 15px;
		text-align: center;
	}

	.fundir-1, .fundir-2, .fundir-3 {
		float:none;
		width:100%;

	}
	
	#preambulo > p {
		font-size: 16px;
		line-height: 21px;
	}

	.por-mayor {
		margin: 45px 0 0 0;
	}

	.provo-image img {
		max-width: 100%;
	}

    .logosTop img {
      width: 30%;
    }

/* Ajustes anteriores */
	img[src*="historia.png"] {
		right: 2px;
	    top: 28px;
    	width: 167px;
	}
	img[src*="boton"] {
		left: -5px !important;
		top: 20px !important;
		width: 150px;
	}
/* ------------------------------------- */

}