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

@font-face {
  font-family: 'Oswald';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Oswald-regular/Oswald-regular.eot');
  src: url('../fonts/Oswald-regular/Oswald-regular.eot?#iefix') format('embedded-opentype'),
       local('Oswald Regular'),
       local('Oswald-regular'),
       url('../fonts/Oswald-regular/Oswald-regular.woff2') format('woff2'),
       url('../fonts/Oswald-regular/Oswald-regular.woff') format('woff'),
       url('../fonts/Oswald-regular/Oswald-regular.ttf') format('truetype'),
       url('../fonts/Oswald-regular/Oswald-regular.svg#Oswald') format('svg');
}

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

.logovisa{
	width: 135px;
	margin-left: 30px;
	margin-top: -5px;
}

.imgconekta{
	
}

.titCol{
font-size: 17px;
line-height: 28px;
color: #EE40AD;
font-weight: bold;
text-align: left;
float: left;
width: 100%;
}

.gapl{
	padding-left: 150px;
	font-size:  18px;
}
.tit1
{
	float: left;
	color: #656565;
	margin-right: 19px;
	width: 60px;
}

.proC{
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 overflow: hidden;
	 margin-bottom: 20px;
	 float: left;
	 margin-right: 10px;
}

.proC div{
	float: left;
	margin-right: 10px;
	cursor: pointer;
	width: 24px;
	border-radius: 3px;
	text-align: center;
	/* border-right: 1px solid black; */
}

.proC div:hover{
	background-color: #eacce1;
}

.selectedI{
	background-color: #ee40ad66;
}

.imgGal{
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

.gapright3{
	margin-right: 30px;
}

.textRight{
	float: right;
	color: #464646;
	font-size:  13px;
}

li{
	list-style-type: none;
	/* list-style-type: disc; */
}

ul {
  list-style: none; /* Remove default bullets */
  margin: 0; /* To remove default bottom margin */
  padding: 0;
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #87b23f; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.textLeft{
	float: left;
	color: #464646;
	font-size: 13px;
}

.redesRight{
	float: right;
}
.collapse{
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

body{
	color: #353535;
	margin: 0px;
	font-family: 'Oswald';
	background-image: url('../img/cream_dust.png');
}


.initGap{
	height: 140px;
}
.imgIco{
	margin-top: 20px;
}

.numCol{
	float: right;
	width: 50px;
}

.numColDer{
	float: left;
	width: 50px;
	margin-left: 25px;
}


.columnaDiv{
	float: left;
	margin-left: 20px;
	width: 40px;
	margin-right: 10px;
}

.blueS{background: rgba(110,207,237,1);
background: -moz-linear-gradient(top, rgba(110,207,237,1) 0%, rgba(16,188,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,207,237,1)), color-stop(100%, rgba(16,188,245,1)));
background: -webkit-linear-gradient(top, rgba(110,207,237,1) 0%, rgba(16,188,245,1) 100%);
background: -o-linear-gradient(top, rgba(110,207,237,1) 0%, rgba(16,188,245,1) 100%);
background: -ms-linear-gradient(top, rgba(110,207,237,1) 0%, rgba(16,188,245,1) 100%);
background: linear-gradient(to bottom, rgba(110,207,237,1) 0%, rgba(16,188,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecfed', endColorstr='#10bcf5', GradientType=0 );


	border-radius: 8px;text-align: center;margin-right: 20px;margin-left: 20px;min-height: 300px;margin-bottom: 40px;}

.text1{padding: 20px;padding-bottom: 0px;color: white;}

.text2{
	
padding: 20px;
	
font-size: 12px;
}

.mobile body {
  overflow: hidden;
}

.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobile #scroller {
  height: 3000px;
}

@media screen and (max-width: 39.9375em) {
	.menu-small{
	/* margin-right: 65px; */
	margin-top: 10px;
	text-align: right;
	font-weight: 100;
	font-size: 17px;
	margin-bottom: 30px;
}

.intpic {
        background-attachment: inherit !important;
        /* background-size: 100% 100% !important; */
        background-repeat: no-repeat !important;
        background-position: center !important;
        /* padding: 56px; */
        /* margin: 2em auto; */
        min-height: 100px;
    }

}
@media screen and (min-width: 40em) {
	.menu-medium{
	/* margin-right: 65px; */
	margin-top: 10px;
	text-align: right;
	font-weight: 100;
	font-size: 17px;
	margin-bottom: 30px;
}

.intpic {
        background-attachment: inherit !important;
        background-size: cover;
        background-repeat: no-repeat;

        background-position: center;
    background: hsla(0,0%,100%,.05);
    /* padding: 56px; */
    /* margin: 2em auto; */
    min-height: 400px;
    }


}


@media screen and (min-width: 64em) {
	.menu-large{
	/* margin-right: 65px; */
	margin-top: 11%;
	text-align: right;
	font-weight: 100;
	font-size: 17px;
	margin-bottom: 30px;
}

	}

.homepic {
    background: hsla(0,0%,100%,.05);
    padding: 2.5em;
    /* margin: 2em auto; */
    min-height: 600px;
}



.intmini {
    /* background: hsla(0,0%,100%,.05); */
    /* padding: 2.5em; */
    /* margin: 2em auto; */
    /* width: 100%; */
    /* width: 400px; */
}

[data-paroller-factor] {
    position: relative;
    z-index: 0;
}

.rowBack{
	background-color: #f1f1f1;
	padding-top: 50px;
	/* padding-bottom: 30px; */
	overflow-y: hidden;
	height: auto;
	padding-bottom: 50px;
}

brown{
	color: #87b23f;
	font-weight: bold;
	font-size: 35px;
	/* margin-left: 10px; */
	/* margin-right: 10px; */
}

.icoFlecha{
	margin-right: 4px;
	margin-top: -2px;
}

.selected {
	color: #87b23f !important;
	/* font-weight: bold; */
	/* text-decoration: underline; */
	text-underline-position: under;
}

.header{
	height: auto;
	overflow-y: hidden;
}


.logo{
	margin: 20px auto;
}


.yellow{
	/* background-color: #ffffff; */
}

.blue{
	background-color: #0096CD;
}

.midBanner{
	height: 600px;
	width: 100%;
	border-top: 5px solid #87b23f;
}

.fotoQ{
	float: left;
	margin-right: 20px;
	/* width: 200px; */
	margin-bottom: 20px;
}

.subMarco{
position: absolute;
top: 131px;
left: 22%;
z-index: 1000;
width: 50%;
}


.backMain{
	background-size: contain;
	height: 500px;
	
}

.quienesBack{
	background: url(../img/quienessomos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}

.queBack{
	background: url(../img/quehacemos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}

.imgTit{
	margin-top: 100px;
	margin-left: 100px;
}

.proyectosBack{
	background: url(../img/proyectos.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}


.divF{float: left;/* text-align:  right; */margin-right: 10px;width:  130px;/* margin-bottom: 17px; */}

.enviar{
	width: 120px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: #87b23f;
	height: 30px;
	line-height: 30px;
	/* float: right; */
	margin-right: 30px;
	margin-top: 10px;
	margin-left: 124px;
	cursor: pointer;
}

.inputF{min-width: 100%;border-radius: 3px;background-color: #f1f1f1;border: 1px solid #522b1c42;padding-left: 5px;margin-bottom: 20px;}

.colaboraBack{
	background: url(../img/colabora.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}


.btGen{
	width: 200px;
	padding: 10px;
	color : white;
	text-align: center;
	border-radius: 3px;
}

.fixedH{
	min-height: 90px;
	overflow-y: hidden;
	height: auto;
}
.title0{
	font-size: 23px;
	line-height: 23px;
	color: #EE40AD;
	font-weight: bold;
}

.titleP{
	font-size: 20px;
	/* line-height: 0px; */
	color: #EE40AD;
	font-weight: bold;
	text-align: right;
}

.titleQ{
	font-size: 20px;
	line-height: 0px;
	color: #EE40AD;
	font-weight: bold;
	text-align: left;
	/* float: left; */
	width: 100%;
}

.titleP2{
	font-size: 20px;
	/* line-height: 0px; */
	color: #EE40AD;
	font-weight: bold;
	text-align: left;
}

.numLeft{
	float: right;
}

.divisor{
	min-height: 1500px;
	height: 100%;
	width: 12px;
	border-radius: 10px;
	margin: 0 auto;
	background: rgba(118,183,39,1);
	background: -moz-linear-gradient(top, rgba(118,183,39,1) 0%, rgba(127,86,197,1) 30%, rgba(203,88,159,1) 71%, rgba(120,190,227,1) 85%, rgba(223,119,161,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(118,183,39,1)), color-stop(30%, rgba(127,86,197,1)), color-stop(71%, rgba(203,88,159,1)), color-stop(85%, rgba(120,190,227,1)), color-stop(100%, rgba(223,119,161,1)));
	background: -webkit-linear-gradient(top, rgba(118,183,39,1) 0%, rgba(127,86,197,1) 30%, rgba(203,88,159,1) 71%, rgba(120,190,227,1) 85%, rgba(223,119,161,1) 100%);
	background: -o-linear-gradient(top, rgba(118,183,39,1) 0%, rgba(127,86,197,1) 30%, rgba(203,88,159,1) 71%, rgba(120,190,227,1) 85%, rgba(223,119,161,1) 100%);
	background: -ms-linear-gradient(top, rgba(118,183,39,1) 0%, rgba(127,86,197,1) 30%, rgba(203,88,159,1) 71%, rgba(120,190,227,1) 85%, rgba(223,119,161,1) 100%);
	background: linear-gradient(to bottom, rgba(118,183,39,1) 0%, rgba(127,86,197,1) 30%, rgba(203,88,159,1) 71%, rgba(120,190,227,1) 85%, rgba(223,119,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b727', endColorstr='#df77a1', GradientType=0 );
}

.title1{
	font-size: 30px;

}

.title2{
	font-size: 17px;
	font-weight: 100;
}

.subText{
	font-size: 17px;
	font-weight: 100;
	text-align: justify;
}

.subText0{
	font-size: 17px;
	font-weight: 100;
	text-align: left;
	font-weight: bold;
}
.subText2{
	font-size: 16px;
	font-weight: 100;
	text-align: left;
}
.subText1{
	font-size: 16px;
	font-weight: 100;
	text-align: right;
}

.gapSec{
	margin-bottom: 50px;
	height: auto;
	overflow-y: hidden;
	margin-top: 40px;
}

.dblack{
	color: #252525;
	font-weight: 100;
}

.white{
	color: 	#fff;
}

.bblack{
	color: #582e1c;
}
/* SAPACEs */
.gaptop{
	margin-top: 10px;
}

.gaptop2{
	margin-top: 20px;
}

.gaptop3{
	margin-top: 30px;
}

.gapbot{
	margin-bottom: : 10px;
}	

.gapbot2{
	margin-bottom: : 20px;
}

.gapbot3{
	margin-bottom: 30px;
}

.bold{
	font-weight: bold;
}

.right{
	float: right;
}

.left{
	float: left;
}

.itemMenu{
	text-align: center;
	/* margin-right: 30px; */
	color: #582e1c;
	cursor: pointer;
	/* margin-left: 5px; */
	font-size: 18px;
}

.itemMenu:hover{
	color: #669418 !important;
	font-weight: b;
}	



.padding3{
	padding: 30px;
}

.subSecs{
	/* margin-top: 60px; */
	padding-left: 30px;
	/* padding-top: 60px; */
	/* padding-bottom: 80px; */
	overflow-y: hidden;
	padding-right: 20px;
	height: auto;
	overflow-x: hidden;
}

.extraTop{
	padding-top: 60px;
}


.footerHome{
	height: auto;
	background-color: #00638a;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 60px;
}


.phone800{
	color: #3e3e40;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	font-size: 16px;
}

.subfooterHome{
	height: 119px;
	/* background-color: #6ED0ED; */
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
	/* background: repeating-linear-gradient(    135deg,    #6ED0ED,    #5ab3ce 2px,    #6ED0ED 1px,    #6ED0ED 6px  ); */
}

.ulFooter{
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	font-weight: b;
}

.ulFooter li{
	
font-size: 13px;
	
color: #ffffff;
	
font-weight: 100;
}


.colLeft{
	padding-left: 20px;
	padding-right: 20px;
}

.colRight{
	padding-right: 60px;
	padding-left: 60px;
}

a{
	
color: #87b23f;
	
text-decoration: none;
}


.blueBack{
background-color: #0095cd;
}

.liTitle{
	margin-bottom: 6px;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }