@media screen and (min-width: 640px) and (max-width:1023px) {

	a {
		text-decoration: none;
	}

header {
	background-image: -webkit-gradient(
	linear,
	left top,
	left top,
	color-stop(0, #20E9F7),
	color-stop(1, #8A98DB)
    );
    background-image: -o-linear-gradient(left top, #20E9F7 0%, #8A98DB 100%);
    background-image: -moz-linear-gradient(left top, #20E9F7 0%, #8A98DB 100%);
    background-image: -webkit-linear-gradient(left top, #20E9F7 0%, #8A98DB 100%);
    background-image: -ms-linear-gradient(left top, #20E9F7 0%, #8A98DB 100%);
    background-image: linear-gradient(to left top, #20E9F7 0%, #8A98DB 100%);
	background-position: 50% 0px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#wrapperHead {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 1100px;
}
#wrapperHead #logoHead a {
	width: auto;
}

#wrapperHead #logoHead a svg {
	width: 100%;
}
#wrapperHead #logoHead img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#wrapperHead #lineHead {
	border-bottom: thin solid #FFFFFF;
	float: left;
	width: 100%;
	height: 5px;
	display: none;
}
#wrapperHead ul {
	width: 100%;
	margin-top: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	float: left;
	display: block;
	clear: right;
	margin-bottom: 0px;
}
#wrapperHead ul li {
	float: none;
	color: #FFFFFF;
	/* [disabled]font-weight: bold; */
	display: block;
	text-align: center;
	width: 90%;
	height: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #135873;
	background: rgba(18, 70, 96, 0.7);
	/* [disabled]padding-top: 15px; */
	border-radius: 8px;
}
#wrapperHead ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Fjalla One', sans-serif;
	text-transform: capitalize;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-align: center;
	width: 100%;
	height: 28px;
	display: block;
	padding-top: 12px;
	border-radius: 8px;
	
}
#wrapperHead ul li a:hover {
	color: #FFFFFF;
	background-color: #124660;
	opacity: 1;
	border-radius: 8px;
}
.js #menu {
		display:none;
}
	
.js .slicknav_menu {
		display:block;
}
#wrapperHead #socialNetwork {
	float: right;
	display: none;
	margin-top: 65px;
	text-align: center;
}
article  {
	width: 100%;
	height: auto;
	overflow:hidden;
}
#fondoArticle{
	background-image:url(../images/img_01.jpg);
	background-position: 50% 0px;
	width: 100%;
	background-repeat: no-repeat;
	height: auto;
	background-attachment: scroll;
	background-size: cover;
}
#banner {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#banner .flexslider .slides p {
    color: #777;
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'Fjalla One', sans-serif;
}
#banner .flexslider .slides h3 {
    color: #777;
    font-size: 1rem;
    font-family: 'Fjalla One', sans-serif;
    text-align: center;
}
#banner .flexslider .slides a {
    color: #777;
}
#banner .flexslider .slides a:visited {
    color: #777;
}
#banner .flexslider .slides img {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: auto;
}
#wrapperArticle  {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 1100px;
	padding-top: 10px;

}
.contenedor-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
.contenedor-video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wrapperArticle p  {
	color: #B8B6B7;
	font-size: 1rem;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
    line-height:150%;
}
#wrapperArticle h1 {
	color: #B8B6B7;
    font-family: 'Fjalla One', sans-serif;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
}
#wrapperArticle h2 {
	font-size: 16px;
	color: #B8B6B7;
    font-family: 'Fjalla One', sans-serif;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0px;
}
#wrapperArticle img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 920px;
    margin-bottom: 10px;
}
#lineArticle {
	width: 90%;
	height: 5px;
	border-bottom: thin solid #B3B3B3;
	margin-top: 40px;
	display: block;
	margin-bottom: 40px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
#wrapperArticle #catArticle {
	width: 33.3%;
	float: left;
	height: auto;
	display: block;
}
#wrapperArticle #catArticle h1 {
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	color: #B9B7B8;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
#wrapperArticle #catArticle h2 {
	font-size: 13px;
	color: #B9B7B8;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapperArticle #catArticle img {
	text-align: center;
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}
#wrapperArticle #catArticle span {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-size: 12px;
	color: #24A6D9;
	float: right;
	text-align: center;
}
time {
	font-size: 1rem;
    font-family: 'Fjalla One', sans-serif;
	color: #a8a8a8;
	float: left;
	text-align: justify;
}
.two-columns {
    
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
#imgCont  {
	margin-top: 50px;
	display: block;
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	/* [disabled]max-width: 1600px; */
	margin-left: auto;
	margin-right: auto;
}

#imgCont img {
	float: left;
	width: 100%;
}

section  {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

#wrapperSection  {
	width: 90%;
	height: auto;
	overflow: hidden;
	max-width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#wrapperSection h1 {
	color: #B8B6B7;
	text-align: center;
	font-size: 2rem;
    font-family: 'Fjalla One', sans-serif;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}
#wrapperSection h2 {
	font-size: 1rem;
    font-family: 'Fjalla One', sans-serif;
	color: #B8B6B7;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wrapperSection #buttonSection {
	border: medium solid #FFFFFF;
	font-family: 'Fjalla One', sans-serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 125px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color: #BFBFBF;
}
#wrapperSection #buttonSection:hover {
	background-color: #124660;
	cursor:pointer;
}

footer  {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#wrapperFooter  {
	width: 100%;
	height: 300px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 70px;
	background-color: #333333;
}
#wrapperFooter #footerBg  {
	max-width: 1100px;
	width: 90%;
	height: 300px;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	float: none;
	overflow: hidden;
}
#wrapperFooter #footerBg #footLeft {
	width: 100%;
	overflow: hidden;
	display: block;
	height: auto;
	float: left;
}
#wrapperFooter #footerBg #footLeft #logoSocial {
	width: 100%;
	float: left;
	height: 100px;
	display: block;
	clear: both;
	margin-bottom: 28px;
}
#wrapperFooter #footerBg #footLeft #footerSocial {
	display: block;
	margin-top: 65px;
	text-align: center;
}

#wrapperFooter #footerBg #footLeft #footerSocial a {
	background-color: rgba(255,255,255,.75);
	border-radius: 50%;
	color: gray;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#wrapperFooter #footerBg #footLeft #footerSocial a:hover {
	color: dodgerblue;
}
#wrapperFooter #footerBg #footLeft #legal {
	float: right;
	display: block;
	width: 97%;
	height: auto;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	margin-top: 20px;
}
#wrapperFooter #footerBg #footLeft #legal p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 22px;
	width: 90%;
	text-align: center;
}
#wrapperFooter #footerBg #footerCenter {
	overflow: hidden;
	display: block;
	height: auto;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999999;
	width: 30%;
	min-height: 17px;
	min-height: 210px;
	line-height: 22px;
	clear: none;
}

#wrapperFooter #footerBg #footerCenter.center {
	overflow: hidden;
	display: block;
	height: auto;
	float: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999999;
	width: 30%;
	min-height: 17px;
	min-height: 210px;
	line-height: 22px;
	clear: none;
	margin-left: 10%;
	margin-right: 0%;
}

#wrapperFooter #footerBg #footerCenter h2 {
	font-size: 12px;
	font-weight: normal;
}
#wrapperFooter #footerBg #footerCenter h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}
#wrapperFooter #footerBg #footerEnd {
	width: 100%;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top: thin solid #999999;
	margin-top: 40px;
}
#wrapperFooter #footerBg #footLeft #logoSocial img {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#wrapperFooter #footerBg #footerCenter h1 {
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
}
#wrapperFooter #footerBg #footerCenter li a {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}
#wrapperFooter #footerBg #footerEnd h1 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}
/*form*/
#formulario{
	width: 400px;
	margin-left:auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
label {
display:block;
margin-top:10px;
letter-spacing:1px;
}
.formulario {
display:block;
margin:0 auto;
width:510px;
color: #2d2d2d;
font-family:montserrat;
}
form {
margin:0 auto;
width:400px;
}

input, textarea {
width:380px;
height:27px;
background:#2d2d2d;
border: none;
padding:10px;
margin-top:5px;
font-size:11px;
color: #a8a8a8;
}

textarea {
height:150px;
}

#submit {
width:85px;
height:35px;
border:none;
margin-top:10px;
cursor:pointer;
}

}