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

	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; }


/* 

	2. LAYOUT

*/


body {
	background: url("../images/bg-nueves-mch.jpg") repeat-x top #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #525656;
	line-height: 1.3em;
}

a {
	color: #C11D50;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	padding: 0.5em;
	max-width: 1120px;
	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;
}

.col-big {
	width: 45%;
}

.col-big-full {
	width: 50%;
}

.col-medium {
	width: 35%;
}

.col-small {
	width: 15%;
}


@media screen and (max-width: 650px) {
	.col-small, .col-medium {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.col-big, .col-big-full {
		width: 100%;
	}
}


/* 

	3. UTILITIES

*/

.img-fluid {
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

.mt-4 {
	margin-top: 4em;
}

.mb-4 {
  margin-bottom: 4em;
}

.p-2 {
	padding: 2em;
}

.bg-first-part {
	background: url("../images/bg-landing-mch-2.jpg") no-repeat top left #FFF;
	margin-top: 110px;
}

.shape-bottom {
	background: url("../images/shape-bottom-video.png") repeat-x;
	height: 28px;
}

.shape-top {
	background: url("../images/shape-top-video.png") repeat-x;
	height: 22px;
}

.bg-second-part {
	background: #66CBCB;
	padding: 2em 0;
}

.txt-special p {
	color: #0F6766;
	margin-bottom: 1em;
}

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


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

ul li {
	display: inline-block;
}


/* 

	4. TYPOGRAPHY AND COLORS

*/

h1.title-principal {
	color: #4A0E3D;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.25em;
	letter-spacing: 0.02em;
	text-align: center;
}

.green {
	color: #0F6766 !important;
	text-transform: uppercase;
}


h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.15em;
	letter-spacing: 0.02em;
	color: #29B5B4;
}

h2 span:first-of-type {
	font-weight: 700;
}

h2 span:last-of-type {
	font-weight: 800;
	color: #0F8483;
}


@media screen and (max-width: 750px) {
	h2 {
		font-size: 17px;
	}
}

@media screen and (max-width: 560px) {
	h1.title-principal {
		font-size: 30px;
		line-height: 1em;
	}

	.bg-first-part {
		margin-top: 20px;
	}
}


/* 

	5. STRUCTURAL MODULES

*/


.brand {
	margin: 8px auto 30px auto;
	text-align: center;
}

.card {
	background: #FFF;
	padding: 1.25em;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
	box-shadow: 0 2px 7px 0 rgba(0,0,0,.25);
}

.card h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 28px;
	letter-spacing: 0.02em;
	color: #C11D50;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 1em;

}


.Form {}

.Form input {
	font-family: 'Poppins', sans-serif;
	border: 1px solid #FFA2BF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;

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

.Form textarea {
	font-family: 'Poppins', sans-serif;
	height: 60px; 
	border: 1px solid #FFA2BF;	
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;

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

.Form input[type=submit] {
	font-family: 'Poppins', sans-serif;
	background-color: #C11D50;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	cursor: pointer;
	width: 100%;
	-webkit-appearance: none;	
}

.Form input[type=submit]:hover {
	background-color: #FFA2BF;
}

/* ------- escribeme en el pie -------*/

.card.bottom {
	margin: 1em 0 2em 0;
}

.card.bottom h1 {
	color: #0F6766;
}

.card.bottom .Form input {
	display: block;
	width: 45%; 
	vertical-align: top;
	border: 1px solid #88BCBB;
	-webkit-appearance: none;
}

.card.bottom .Form textarea {
	height: 105px; 
	width: 43%; 
	float: right;
	vertical-align: top;
	margin-top: -128px;
	border: 1px solid #88BCBB;
	-webkit-appearance: none;
}

.card.bottom .Form input[type=submit] {
	margin-top: 1em;
	width: 100%;
	background: #0F6766;
	padding: 0.25em;
	-webkit-appearance: none;
}

.mensajeOK, .mensajeOK-b {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
	margin: 0.5em 0;
	padding: 0.25em;
	letter-spacing: 0.02em;
}

.mensajeOK {
	background-color: #FFAFC8;
}

.mensajeOK-b {
	background-color: #66CBCB;
}


@media screen and (max-width: 560px) {
	.brand img {
		width: 40%;
	}

	.card.bottom .Form input {
		width: 95%; 
	}
	
	.card.bottom .Form textarea {
		width: 95%; 
		float: none;
		margin-top: 0px;
	}
}



/* 

	6. XTRAS

*/


.module {
	width: 80%;
	margin: auto;
}

.module h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #4A0E3D;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 1px dotted #9563A6;
	text-transform: uppercase;
	padding-bottom: 1em;
}

.module p {
	margin: 1.8em 0 1em 0;
}

.video {
	width: 100%;
	height: 400px;
}

.info {
	color: #C11D50;
	font-size: 16px;
}



/* 

	7. ANIMATION

*/



/* Arrow Sytles */

/* Offset for arrows to work */
.anchor {
	position: absolute;
	display: block;
	top: -75px;
}
.anchor.big {
	top:-200px;
}
.ContentArrow{
	position: relative;
}

.arrow-wrap, .arrow-wrap2  {
	position:absolute;
	z-index:1;
	right: 0;
	margin-right: 10px;
	top: -100px;
	background: #FFF;
	width: 10em;
	height: 10em;
	border-radius: 50%;
	font-size: 0.5em;
	display: block;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.arrow, .arrow2 {
	float:left;
	position:relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #CCC transparent transparent transparent;
	margin: 3.5em 2em;
}

.arrow {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}

.arrow2 {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	transform:rotate(180deg);
}

.arrow:after, .arrow2:after {
	content:'';
	position:absolute;
	top:-3.2em;
	left:-3em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #FFF transparent transparent transparent;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}

@-webkit-keyframes arrows {
	0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
 }
  
.arrow-wrap .arrow, .arrow-wrap2 .arrow2 {
	-webkit-animation: arrows 2.8s 0.4s;
	-webkit-animation-delay: 3s;
}

@media screen and (max-width: 630px){
	.arrow-wrap, .arrow-wrap2 {
		font-size:0.3em;
		left: -9999px;
	}
}

  /*  Animation styles */

.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);
	}
}



