@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html,body,section {
  /*  background: url("../body.png");	*/
/*
background: rgb(35,98,167);
background: linear-gradient(90deg, rgba(35,98,167,1) 0%, rgba(51,97,175,1) 49%, rgba(57,123,201,1) 100%);
background: rgb(24,52,102);
background: linear-gradient(90deg, rgba(24,52,102,1) 0%, rgba(39,104,172,1) 49%, rgba(24,52,102,1) 100%);
*/

/*background: rgb(228,207,178);
background: linear-gradient(90deg, rgba(228,207,178,1) 0%, rgba(181,171,157,1) 7%, rgba(244,168,110,1) 52%, rgba(171,159,150,1) 91%, rgba(242,218,185,1) 100%);
	*/
background: #FFFFFF;
background: -moz-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: -webkit-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: linear-gradient(to right, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
/*background-image: url("images/navidad.png");
 background-repeat: repeat;	*/

}

#conocenos{
background: rgb(24,52,102);
background: linear-gradient(90deg, rgba(24,52,102,1) 0%, rgba(39,104,172,1) 49%, rgba(24,52,102,1) 80%);


background: rgb(228,207,178);
background: linear-gradient(90deg, rgba(228,207,178,1) 0%, rgba(181,171,157,1) 7%, rgba(242,192,154,1) 52%, rgba(171,159,150,1) 91%, rgba(242,218,185,1) 100%);

background: #FFFFFF;
background: -moz-linear-gradient(left, #FFFFFF 40%, #009ABF 65%, #FFFFFF 100%);
background: -webkit-linear-gradient(left, #FFFFFF 40%, #009ABF 65%, #FFFFFF 100%);
background: linear-gradient(to right, #FFFFFF 40%, #009ABF 65%, #FFFFFF 100%);
margin-top: 5px!important;
padding: 0!important;
}

#acciones{
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(24,52,102,1) 0%, rgba(39,104,172,1) 49%, rgba(24,52,102,1) 80%);

background: rgb(228,207,178);
background: linear-gradient(90deg, rgba(228,207,178,1) 0%, rgba(181,171,157,1) 7%, rgba(119,115,112,1) 52%, rgba(171,159,150,1) 91%, rgba(242,218,185,1) 100%);
	background: #FFFFFF;
background: -moz-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: -webkit-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: linear-gradient(to right, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
}

#campa{
	width: 100%;
background: rgb(228,207,178);
background: linear-gradient(90deg, rgba(228,207,178,1) 0%, rgba(181,171,157,1) 7%, rgba(242,192,154,1) 52%, rgba(171,159,150,1) 91%, rgba(242,218,185,1) 100%);
background: #FFFFFF;
background: -moz-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: -webkit-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: linear-gradient(to right, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
}
#pie{
background:url("../footer.jpg");
width: 100%;
background: rgb(228,207,178);
background: linear-gradient(90deg, rgba(228,207,178,1) 0%, rgba(181,171,157,1) 7%, rgba(242,192,154,1) 52%, rgba(171,159,150,1) 91%, rgba(242,218,185,1) 100%);
background: #FFFFFF;
background: -moz-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: -webkit-linear-gradient(left, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
background: linear-gradient(to right, #FFFFFF 0%, #009ABF 50%, #FFFFFF 100%);
color:#ed713c;

}
#pie p{
	color:#ed713c;


}
#divider{
background:url("../divider.png");
background-size: cover;
background-repeat: no-repeat;
max-width: 100%;

	height:100%;
margin-top: 20px;
margin-bottom: 20px;

}

#divider h1{
	color: var(--color);
font-family: "Hurme Geometric Sans 4";	font-weight:1000;
/*	text-shadow: -1px 2px 0px rgba(66,66,66,0.97);*/
	font-size: 3.5em;
	text-align: center;
	padding: 10px;
}

.divider{
margin-top: 10px;
margin-bottom: 10px;

}


.contenido {
 /*   background: url("../header.png");	*/
	width: 100%;
	float:center;
	padding: 5px;
	z-index: 1;

}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
.ie7 body{
	overflow:hidden;
}
a{
	color: #FFFFFF ;
	text-decoration: none;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}



@keyframes slide {
	0% { transform: translateX(0); }
	10% { transform: translateX(0); }

	15% { transform: translateX(-100%); }
	30% { transform: translateX(-100%); }

	35% { transform: translateX(-200%); }
	50% { transform: translateX(-200%); }

	55% { transform: translateX(-300%); }
	70% { transform: translateX(-300%); }

	75% { transform: translateX(-400%); }
	90% { transform: translateX(-400%); }

	95% { transform: translateX(-500%); }
	100% { transform: translateX(-500%); }
}

* { box-sizing: border-box; }



.slider {
	position: relative;

}

.slides {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 90%;

}

.slide {
	width: 90%;
	flex-shrink: 0;
	animation-name: slide;
	animation-duration: 38s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}

.slides:hover .slide {
	animation-play-state: paused;
}

.slide iframe {
	width: 100%;
	vertical-align: top;
}

.slide a {
	width: 100%;
	display: inline-block;
	position: relative;
  margin: 1rem;
  padding: 1rem;
  margin-top: -30px;
  /* IMPORTANTE */
  text-align: center;


}

.slide a img {
	width: 75%;
	height: 75%;

}


.caption {
	color: white;
	text-shadow: 1px 1px black;
	font-size: 8vw;
	position: absolute;
	bottom: 8vw;
	right: 4vw;
}

.slide:target {
	animation-name: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}

.slider-controler {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom:00!important;
	text-align: center;
	padding: 5px;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}

.slider-controler li {
/*	margin: 0 0.5rem;*/


	display: inline-block;
	vertical-align: top;

}

.slider-controler a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: white;
	font-size: 1.5rem;
}

@media only screen and (min-width: 1200px) {
	.slide {
		width: 95%;
	}

	.caption {
		font-size: 36px;
		bottom: 56px;
	}
}




/* Slider style */
.cd-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.cd-slider.ie9 nav div span {
	display: none;
}
.cd-slider ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s .6s;
}
.cd-slider ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	width: 135vh;
	height: 135vh;
	border: solid rgba(0,0,0,0.2);
	border-width: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: border-width .4s .6s;
}
.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	mix-blend-mode: hard-light;
	opacity: .50;
	transform: scale(1.2);
	transition: opacity .6s .8s, transform .6s .8s;
}
.content blockquote {
	position: absolute;
	bottom: 5%;
	left: 4%;
	z-index: 2;
	max-width: 80%;
	font-family: 'Hurme Geometric Sans 4'; src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot"); src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff") format("woff"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.svg#Hurme Geometric Sans No.4") format("svg");
}
blockquote p {
font-family: 'Hurme Geometric Sans 4'; src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot"); src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff") format("woff"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.svg#Hurme Geometric Sans No.4") format("svg");
  font-weight: 700;
	font-size: 1rem;
	color: #fff;

	font-size: 3rem;
	margin-bottom: 2rem;
		color: #fff;
	width: 80%;

}
blockquote span {
	 font-weight: 400;

		color: #fff;
font-family: 'Hurme Geometric Sans 4'; src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot"); src: url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.woff") format("woff"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/379318324cafdcaafd6f5ca625146e49.svg#Hurme Geometric Sans No.4") format("svg");
	font-size: 1.6rem;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
	visibility: visible;
}
.cd-slider li.current_slide::before {
	border-width: 16rem;
}
.cd-slider li.current_slide .content {
	opacity: 1;
	transform: scale(1);
}
/* nav
---------------------------------*/
.navegacion nav div {
	position: absolute;
	top: 50%;
	left: 4%;
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	list-style: none;
}
.navegacion nav div:last-of-type {
	left: auto;
	right: 4%;
}
.prev, .next {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	transition: box-shadow .3s;
}
.prev::before, .prev::after, .next::before, .next::after {
	content: '';
	position: absolute;
	left: 43%;
	background: #fff;
	width: .4rem;
	min-width: 3px;
	border-radius: 3px;
	height: 34%;
}
.prev::before {
	transform: rotate(45deg);
	top: 24%;
}
.prev::after {
	transform: rotate(-45deg);
	bottom: 24%;
}
.next::before, .next::after {
	left: auto;
	right: 43%;
}
.next::before {
	transform: rotate(-45deg);
	top: 24%;
}
.next::after {
	transform: rotate(45deg);
	bottom: 24%;
}
.prev:hover, .next:hover {
	box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.navegacion nav > div > span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 100%;
	z-index: 5;
	pointer-events: none;
	will-change: width, height;
	transform: translate(-50%, -50%);
	transition: width .6s, height .6s;
}




[class*='col-'] {
	float: left;
  }
  .col-2-3 {
	width: 66.66%;
  }
  .col-1-3 {
	width: 33.33%;
  }
  
  .col-1-8 {
	width: 12.5%;
  }
  .grid:after {
	content: "";
	display: table;
	clear: both;
  }
  *, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  [class*='col-'] {
	padding-right: 0px;
  }
  [class*='col-']:last-of-type {
	padding-right: 0;
  }
  
  .grid-pad {
	padding: 50px 0px 0px 0;
	/*margin-top: 80px;*/
  }
 
  .grid-pad > [class*='col-']:last-of-type {
	padding-right: 20px;
  }
  .green{background:#0d7c3e;}
  .black{background:#ccc;}
  /* Responsive design - this is for tablets and smartphones */
  @media screen and (max-width: 750px) {
  .col-1-2 {
	width: 100%;
  }
  .col-1-4 {
	width: 100%;
  }	
  }
	/* Responsive design - this is laptops and desktops */
  
  @media screen and (min-width:751px){ 
  .col-1-2 {
	width: 50%;
  }
  .col-1-4 {
	width: 25%;
  }
  }
  
  