@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700');
body, html {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	width: 100%;

}

a {
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin: 0;
}

input {
	background-color: #FFF;
}

input:focus {
	outline: none;
	background-color: #FFF;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

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

::-webkit-input-placeholder { color: #C1C1C1 !important; } /* WebKit */
:-moz-placeholder { color: #C1C1C1 !important; } /* Firefox 18- */
::-moz-placeholder { color: #C1C1C1 !important; } /* Firefox 19+ */
:-ms-input-placeholder { color: #C1C1C1 !important; } /* IE 10+ */

.btnWhatsapp {
	width: auto;
	height: auto;
	position: fixed;
	background-color: #41c300;
	font-size: 44px !important;
	font-weight: 400 !important;
	color: #FAFAFA !important;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	padding: 5px 17px 5px 17px;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	transition: all 0.3s;
}

.btnWhatsapp:hover {
	background-color: #008b00;
	cursor: pointer;
	font-size: 54px !important;
	color: #FAFAFA !important;
}

.flex {
	width:100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.center {
	width: 90%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.wrapper {
	display: none;
}

footer {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}

header {
	width: 100%;
	/*height: 125px;*/
	height: auto;
	position: fixed;
	z-index: 9999;
}

.logo {
	width: 100%;
	padding-right: 4%;
	margin-top: 10px;
}

.logo img {
	float: right;
}

.socialIcon {
	background-color: transparent;
	border: 0;
}

.socialIcon i {
	font-size: 22px;
}

li {
	margin: 0;
}

nav {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

nav ul {
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	padding-right: 4%;
}

nav li {
	width: auto;
	height: auto;
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	margin: 5px;
	padding: 8px;
	cursor: pointer;
	transition:all 0.5s;
	font-family: 'Roboto Condensed', sans-serif;
	vertical-align: middle;
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,0.1);
}

nav li:hover {
	background-color: rgba(255,255,255,0.5);
}

.services li {
	list-style-type: none;
	text-align: left;
	font-size: 34px !important;
}

.services li i {
	color: #BB0000;
}

.hover {
	background-color: rgba(255,255,255,0.5);
}

.urgencias {
	font-size: 44px;
	font-weight: 300;
}

.lineNav {
	display: none;
	height: 15px;
	width: 1px;
	background-color: rgba(255,255,255,0.8);
}

.top {
	padding-top: 0px;
}

.wrapperBody {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  height: 100vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2.5px;
}

.section {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 100vh;
  /* For text formatting. */
  display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
  
}

.sectionSmall {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 200px;
  /* For text formatting. */
  display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
  
}

.sectionSmall h2 {
	color: #FFF !important;
	font-size: 64px !important;
	font-weight: 300 !important;
	text-shadow: 0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;
	-o-text-shadow: 0px 0px 10px #000;
}

.sectionLast {
	width: 100%;
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: auto;
  /* For text formatting. */
  display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.parallaxTop {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../images/bgTop.jpg");
	margin-top: 0px;
}

.bgForm {
	width: 100%;
	height: 100vh;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../images/bgForm.jpg");

	padding-top: 20px;
	padding-bottom: 20px;
}

.parallaxTop img {
	margin-top: 50px;
}

.parallaxTop2 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/001.png");
	margin-top: 0px;
}

.parallaxTop2 img {
	margin-top: 50px;
}

.parallaxTop3 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/002.png");
	margin-top: 0px;
}

.parallaxTop3 img {
	margin-top: 50px;
}

.parallaxTop4 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/004.png");
	margin-top: 0px;
}

.parallaxTop4 img {
	margin-top: 50px;
}

.parallaxTop5 {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("../slide/005.png");
	margin-top: 0px;
}

.parallaxTop5 img {
	margin-top: 50px;
}
/* The styling for the static div. */

/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1::after {
  background-image: url('../slide/003.png');
  background-repeat: no-repeat;
}

.bg2 {
	background-image: url('../slide/006.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg3 {
	background-image: url('../images/bgForm.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg4 {
	background-image: url('../images/bgServicios.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg5 {
	background-image: url('../slide/007.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contentClock {
	width: 100%;
	position: absolute;
	z-index: 1000;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: flex-start;
  	align-content: center;
  	align-items: center;
  	margin-top: 5%;
}

.titleCaro  {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0%;
	text-shadow: 0px 0px 10px #000;
  -webkit-text-shadow: 0px 0px 10px #000;
  -moz-text-shadow: 0px 0px 10px #000;
  -o-text-shadow: 0px 0px 10px #000;
}
.titleCaro i {
	color: #FFFF00;
}

.titleCaro h1 {
	font-size: 50px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 44px;
	font-weight: 400;
}

.titleCaro span {
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	margin: 30px 0px 0px 0px;
}

.clock {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
  	margin-top: 50px;
}

.contentInfo {
	width: 100%;
	height:900px;
	background-color: #FAFAFA;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.titleSlideCenter {
	width: 100%;
	position: absolute;
	margin-top: 55%;
	padding-right: 5%;
	z-index: 10;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
}

.titleSlideRight span {
	font-size: 24px;
	color: #666;
	text-shadow: 0px 0px 20px #FFF;
	-moz-text-shadow: 0px 0px 20px #FFF;
	-o-text-shadow: 0px 0px 20px #FFF;
	-webkit-text-shadow: 0px 0px 20px #FFF;
}

.btnSlide {
	width: auto;
	height: auto;
	padding: 15px;
	background-color: transparent;
	border: 4px solid #FFF;
	margin-top: 70px;
	transition: all 0.3s;
}

.btnSlide p {
	margin: 0;
	color: #FFF;
	font-size: 38px;
	letter-spacing: 0px;
}

.btnSlide:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.4);
}

.title {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

.contentText {
	width: 80%;
}

.contentText p {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 300;
}

.contentCenterText {
	width: 60%;
}

.contentCenterText p {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 300;
	text-align: left;
}

.subTitle {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.subTitle p {
	font-size: 32px;
	color: #333;
	font-weight: 400;
}

.subTitle span {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.line {
	width: 90%;
	height: 1px;
	background-color: #CCC;
	margin-bottom: 20px;
	margin-top: 20px;
}

.col {
	width: 25%;
	margin: 2%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: flex-start;
  	align-content: flex-start;
  	align-items: flex-start;
  	margin-top: 40px;
  	margin-bottom: 40px;
}

.col .icon {
	height: 120px;
}

.col .icon img {
	width: 72px;
}

.col .textCol p {
	font-size: 18px;
	color: #333;
	font-weight: 300;
	padding: 1%;
	text-align: left;
}

.textCol img {
	margin-top: 15px;
}

.textCol img:hover {
	cursor: pointer;
}

.btnDegrade {
	padding: 15px;
	font-size: 24px;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 60px;
	transition: all 1s;

	background: rgba(205,4,34,1);
	background: -moz-linear-gradient(left, rgba(205,4,34,1) 0%, rgba(205,4,34,1) 16%, rgba(29,36,94,1) 79%, rgba(29,36,94,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(205,4,34,1)), color-stop(16%, rgba(205,4,34,1)), color-stop(79%, rgba(29,36,94,1)), color-stop(100%, rgba(29,36,94,1)));
	background: -webkit-linear-gradient(left, rgba(205,4,34,1) 0%, rgba(205,4,34,1) 16%, rgba(29,36,94,1) 79%, rgba(29,36,94,1) 100%);
	background: -o-linear-gradient(left, rgba(205,4,34,1) 0%, rgba(205,4,34,1) 16%, rgba(29,36,94,1) 79%, rgba(29,36,94,1) 100%);
	background: -ms-linear-gradient(left, rgba(205,4,34,1) 0%, rgba(205,4,34,1) 16%, rgba(29,36,94,1) 79%, rgba(29,36,94,1) 100%);
	background: linear-gradient(to right, rgba(205,4,34,1) 0%, rgba(205,4,34,1) 16%, rgba(29,36,94,1) 79%, rgba(29,36,94,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0422', endColorstr='#1d245e', GradientType=1 );
}

.btnDegrade:hover {
	cursor: pointer;
	background: #CD0523;
}

.leftColCondifencial {
	width: 49%;
	align-self: flex-start;
	padding: 0 4% 0 4%;
	margin-bottom: 80px;
}

.rightColCondifencial {
	width: 49%;
	align-self: flex-start;
	padding: 0 4% 0 4%;
	margin-bottom: 80px;
}

.iconConfidencial {
	text-align: left;
}

.iconConfidencial img {
	width: 74px;
}

.lineVert {
	width: 1px;
	height: 440px;
	background-color: #CCC;
}

.leftColCondifencial p {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color: #333;
}

.rightColCondifencial p {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	margin-top: 35px;
}

.titleCol {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 2px solid #00145B;
	margin-bottom: 10px;
}

.titleCol h3 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #271339;
}

.iconTrayectoria {
	text-align: left;
	width: 20%;
}

.iconTrayectoria img {
	width: 74px;
}

.pTrayectoria {
	width: 80%;
}

.leftColTrayectoria {
	width: 49%;
	padding: 0;
	margin-bottom: 10px;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: center;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.leftColTrayectoria p {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color: #333;
}

.lineVertSmall {
	height: 150px;
}

.iconAlignLeft {
	width: 100%;
	height: 90px !important;
	text-align: left;
}

.degradeNumber {
	width: 100%;
	height: 489px;
	background: #cd0421;
	background: -moz-linear-gradient(left, #cd0421 0%, #1d235e 100%);
	background: -webkit-linear-gradient(left, #cd0421 0%,#1d235e 100%);
	background: linear-gradient(to right, #cd0421 0%,#1d235e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0421', endColorstr='#1d235e',GradientType=1 );
}

.numberCol {
	font-size: 36px !important;
    text-align: left !important;
    color: #FFF !important;
}

.borderColorWhite {
	height: 200px;
	border-bottom: 1px solid #FFF !important;
}

.fontWhite p {
	color: #FFF !important;
}

.pContacto {
	width: 100%;
}

.pContacto span img {
	width: 22px;
	vertical-align: middle;
	margin-right: 15px;
}

.pContacto {
	font-size: 18px !important;
	vertical-align: middle;
	line-height: 40px;
}

.pContacto i {
	font-size: 24px;
}

.rightColCondifencial form {
	width: 100%;
}

.rightColCondifencial input {
	width: 100%;
	height: 48px;
	border: 0;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 3px;
	margin-bottom: 10px;
}

.rightColCondifencial textarea {
	width: 100%;
	height: 100px;
	border: 0;
	background-color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 3px;
	margin-bottom: 10px;
}

.rightColCondifencial button {
	width: auto;
	height: 35px;
	border: 0;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;

	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-start;
  	align-self:  flex-start;
  	align-content:  flex-start;
  	align-items:  flex-start;

	background: #FF0000;
	transition: all 1s;
}

.rightColCondifencial button:hover {
	background: #6F0000;
	cursor: pointer;
}

.bgGrey {
	background-color: #EDEEF0;
	padding-top: 20px;
}

.alignSelfStart {
	align-self: flex-start !important;
	margin-top: 30px;
}

.fontSizeTitleForm {
	font-size: 30px !important;
	font-weight: 400 !important;
}

.alignCenter {
	align-self: center !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
}

.marginTop {
	margin-top: 0 !important;
}