/* 
ADD Stylesheet
Last Updated: 8 feb 2018
Author: www.addwebdesign.com
Description: Landing ContuGestion.com;
---------------------------------------------------

	INDICE

	1. RESET

	2. LAYOUT

	3. UTILITIES

	4. TYPOGRAPHY AND COLORS

	5. STRUCTURAL MODULES

	6. XTRAS

	7. ANIMATION

--------------------------------

/* 

	1. RESET

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input, select {
    vertical-align: middle;
}

html {margin-top: 0!important; }



/* UTILITIES */ 

.mt-1 { margin-top: 1em !important; }
.mt-3 { margin-top: 3em !important; }
.mt-5 { margin-top: 5em !important; }
.mt-8 { margin-top: 8em !important; }
.bg-fundation {	background: url(../images/bg-fundation.jpg) no-repeat left top;}
.p-2 {padding: 2em;}
a {color: #D5620D; text-decoration: underline; font-weight: bold; }
a:hover { color: #247FAE; text-decoration: none;}

/*para cambiar el color cuando se selecciona el texto*/
::-moz-selection { background-color: #85BC50; color: #FFF; }
::selection { background-color: #85BC50; color: #FFF; }

/* 

	2. LAYOUT

*/


body {
  font-family: 'Montserrat', sans-serif;
  color: #777;
  line-height: 1.4em;

   -webkit-transition: background 1s ease-in-out;
   -moz-transition: background 1s ease-in-out;
   -o-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}

.brand {
  width: 520px;
}


@media screen and (min-width: 900px) {
  body { background: url("../images/background-header.png") no-repeat right top;  }
  .brand { margin: 150px 0 30px 0; }
}

@media screen and (max-width: 900px) {
  body { background: url("../images/background-header2.png") no-repeat right top; }
  .brand { margin: 70px 0 30px 0; width: 350px; }
}

@media screen and (max-width: 650px) {
  body { background: url("../images/background-header3.png") no-repeat right top; }
  .brand { margin: 70px 0 30px 0; width: 250px; }
}


.container {
  padding: 0.5em;
  max-width: 900px;
  margin: auto;
}

.row {
  display: -webkit-box; 
  display: -webkit-flex;  
  display: -ms-flexbox; 
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}

.mod-services .row {
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-big {
  width: 80%;
}

.col-a {
  width: 20%;
}

.col-b {
  width: 70%;
}

.col-small {
  width: 15%;
}

.two-col {
  width: 48%;
}


.mod-ppal {
  line-height: 1.5em;
  font-size: 21px;
}

.mod-ppal p {
  margin-bottom: 1em;
  text-align: justify;
}

.mod-ppal h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 1.5em;
  color: #4D4D4D;
}

.mod-ppal h1 strong {
  font-weight: 700;
}

.mod-button-contacto {
  background-image: linear-gradient(to right, #85BC50, #247FAE);
  margin: 0;
  color: #FFF;
}

.mod-button-contacto .row {
	padding: 3em;
}

.mod-button-contacto h1 {
  font-size: 73px;
  line-height: 1.2em;
}

.mod-button-contacto img {
	width: 100px;
}

.mod-services h2 {
  font-family: 'Prompt', sans-serif;
  color: #2F2F2F;
  font-size: 30px;
  text-align: center;
}

.mod-services .cards {
  background: #FFF;  
  padding: 1.5em;
  font-size: 15px;
}

.mod-services .two-col {
  border: 1px solid #ECECEC;
  box-shadow: 2px 6px 10px 0 rgba(0,0,0,0.13);
   -webkit-box-shadow: 2px 6px 10px 0 rgba(0,0,0,0.13);
}

.mod-services img {
  width: 100%; vertical-align: top; height: auto;
}

.bg-fundation {
	min-height: 470px;
}

.mod-fundation { 
  font-size: 20px; 
  line-height: 1.4em; 
  background-color: rgba(251,251,251,.5); 
}

.mod-contacto h2, .mod-contacto h3 {
  font-family: 'Prompt', sans-serif;
  color: #2F2F2F;
}

.mod-contacto h2 {
  font-size: 30px;
}

.mod-contacto h3 {
  font-size: 15px;
}


.mod-contacto ul {
  list-style: none;
  margin-top: 0.5em;
}

.mod-contacto ul li {
  display: inline-block;
}

.mod-contacto ul li a:hover {
  opacity: .5;
}


footer.MainFooter {
  background: url("../images/background-footer.png") no-repeat left bottom;
  height: 140px;
  position: relative;
}

footer.MainFooter p {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #252525;
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  .bg-fundation .two-col {width: 100%; height: 100%;}
  .mod-fundation { background-color: rgba(251,251,251,.7); color: #222; font-size: 17px;}
  .bg-fundation.position-relative {position: relative;}
  .mod-fundation.position-absolute {position: absolute; bottom: 0; height: auto;}
}

@media screen and (max-width: 760px) {
  .mod-button-contacto .row { padding: 2em; }
  .mod-button-contacto h1 { font-size: 50px; }
  .mod-button-contacto img {width: 70px;}
  .mod-services .two-col, .mod-contacto .two-col {width: 100%;}
  .mod-services img { width: 100px;}
  .mod-ppal { font-size: 18px;}
  .mod-ppal h1 { font-size: 30px;}
  .mod-contacto .Form {margin-top: 2em;}
}

@media screen and (max-width: 620px) {
  footer.MainFooter p { right: 0px; left: 10px; }
}

@media screen and (max-width: 500px) {
  .mod-button-contacto h1 { font-size: 40px; }
  .mod-button-contacto .col-small, .mod-button-contacto .col-big,
  .mod-services .col-a, .mod-services .col-b {width: 100%; text-align: center;}
  .mod-services img { margin-bottom: 0.8em; width: 70px;}
  .mod-ppal p { text-align: left;}
}



/* FORMS */ 
.Form {}

.Form input {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #409193;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;

  width: 95%; 
  padding: 1em;
  margin: 0.25em 0;
  -webkit-appearance: none;
}

.Form textarea {
  font-family: 'Montserrat', sans-serif;
  height: 60px; 
  border: 1px solid #409193;  
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;

  width: 95%; 
  padding: 1em;
  margin: 0.25em 0;
  -webkit-appearance: none;
}

.Form input[type=submit] {
  font-family: 'Prompt', sans-serif;
  background-image: linear-gradient(to right, #85BC50, #247FAE);
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  width: 115px;
  border: 0;

  -webkit-appearance: none; 
}

.Form input[type=submit]:hover {
  background-image: linear-gradient(to right, #247FAE, #85BC50);
}

.mensajeOK {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  color: #FFF;
  margin: 1em 0;
  padding: 0.5em;
  letter-spacing: 0.02em;
  background-color: #85BC50;
}


/* 

	7. ANIMATION

*/


.animation-element {
	opacity: 0;
	position: relative;
}

/*bounce up animation for the subject*/

.animation-element.bounce-up {
	opacity: 0;
		-moz-transition: all 700ms ease-out;
		-webkit-transition: all 700ms ease-out;
		-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
		-moz-transform: translate3d(0px, -100px, 0px);
		-webkit-transform: translate3d(0px, -100px, 0px);
		-o-transform: translate(0px, -100px);
		-ms-transform: translate(0px, -100px);
	transform: translate3d(0px, -100, 0px);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.animation-element.bounce-up.in-view {
	opacity: 1;
		-moz-transform: translate3d(0px, 0px, 0px);
		-webkit-transform: translate3d(0px, 0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

@media screen and (max-width: 630px){
	.animation-element.bounce-up {
			-moz-transform: translate3d(-100px, 0, 0px);
			-webkit-transform: translate3d(-100px, 0, 0px);
			-o-transform: translate(-100px, 0);
			-ms-transform: translate(-100px, 0);
		transform: translate3d(-100px, 0, 0px);
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.animation-element.bounce-up.in-view {
			-moz-transform: translate3d(0px, 0px, 0px);
			-webkit-transform: translate3d(0px, 0px, 0px);
			-o-transform: translate(0px, 0px);
			-ms-transform: translate(0px, 0px);
		transform: translate3d(0px, 0px, 0px);
	}
}



/* LOOP ARROW BUTTOM */
.bounce-loop {
  padding: 0.5em 0.25em;
  animation: bounce-loop 3s infinite;
   -webkit-animation: bounce-loop 3s infinite;
   -moz-animation: bounce-loop 3s infinite;
   -o-animation: bounce-loop 3s infinite;
}
 
@-webkit-keyframes bounce-loop {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
  40% {-webkit-transform: translateY(-10px);}
  60% {-webkit-transform: translateY(-5px);}
}
 
@-moz-keyframes bounce-loop {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-10px);}
  60% {-moz-transform: translateY(-5px);}
}
 
@-o-keyframes bounce-loop {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-10px);}
  60% {-o-transform: translateY(-5px);}
}
@keyframes bounce-loop {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-5px);}
}


