@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	padding: 0;
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

/*main{
	width: 100%;
	max-width: 1280px;
	margin: auto;
}*/

a{
	text-decoration: none;
	color:darkorange;
	
}

a:hover{
	text-decoration: none;
	color: #f15a24;
	
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	width: 20%;
	height: 120px;
	float: left;
}

.marca {
	display: block;
	width: 100%;
	max-width: 280px;
	padding: 50px;
}

.imagen-ilustrativa{
	width: 100%;
	height: auto;
	border-radius: 25px 25px 0px 0px;
	border-bottom: 3px solid #f9b234;
}

#bloqueSuperior {
	width: 80%;
	height: 100px;
	float: left;
	margin-bottom: 33px;
}

#copete {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(165, 167, 169, 1);
	width: 100%;
	height: 50px;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:	80px;
	border-bottom-left-radius: 60px;
	background : -moz-linear-gradient(50% 35.04% -90deg,rgba(108, 109, 112, 1) 0%,rgba(165, 167, 169, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -webkit-gradient(linear,50% 35.04% ,50% 120.38% ,color-stop(0,rgba(108, 109, 112, 1) ),color-stop(1,rgba(165, 167, 169, 1) ));
  background : -o-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6D70', endColorstr='#A5A7A9' ,GradientType=0)";
}

nav a {
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 1.3em;
	font-weight: 300;
	margin:0 3% 0 3%;
}

nav a:hover{
	color: rgba(231, 173, 74, 1);
}

#slider {
	background-image:url(images/bannerbig.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 410px;
	clear: both;
	position: relative;
	border-bottom: 5px solid rgba(165, 167, 169, 1);
	margin: auto;
}

#degradado {
	background : -moz-linear-gradient(50% 0% -90deg,rgba(249, 178, 51, 0) 0%,rgba(239, 175, 64, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(249, 178, 51, 0) ),color-stop(1,rgba(239, 175, 64, 1) ));
  background : -o-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B233', endColorstr='#EFAF40' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B233',endColorstr='#EFAF40' , GradientType=0);
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: white;
	font-size: 2.8em;
	font-weight: 700;
	line-height: 5;
}



#blog {
	clear: both;
	width: 100%;
	margin-top:50px;
	margin-bottom: 370px;
	}

#blog article {
	width: 60%;
	margin: auto;
}

#vineta {
	display:none;
}


#columna1 {
	float: left;
	width: 60%;
	height: 267px;
	border-top: 3px solid #df912e;
	border-bottom: 3px solid #f9b234;
	
}

#etiquetablog {
	margin: auto;
	background-color: #df912e;
	width: 50%;
	height: 35px;
	text-align: center;
	border-radius: 0px 0px 30px 30px;
	color: white;
	font-weight: 700;
	line-height: 1.8;
	font-size: 1.1em;
}

#tituloarticulo {
	width: 70%;
	margin: 15px auto;
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	color: #6c6d70;
}


#columna2 {
	float: left;
	width: 40%;
	height: 200px;

}

#columna2 img{
	border-radius: 0px 25px 25px 0px ;
}

#nota {
	clear: both;
	width: 90%;
	font-size: 1.2em;
	margin: auto;
}

#nota a{
	float: right;
	text-decoration: none;
	font-size: .8em;
	font-weight: 400;
	color: white;
	padding: 10px;
	background-color: #df912e;
	border-radius: 8px;
	margin-top: 10px;
	transition: 0.5s;
}

#nota a:hover{
	color: white;
	background-color: #f15a24;
}

strong {
	font-weight: 900;
}


#contacto{
	width: 60%;
	max-width: 969px;
	margin: auto;
	font-size: 1.3em;
	padding: 4%
}

h2{
	color: #df912e;
	font-weight: 400;
	font-size: 1.6em;
	font-variant-caps: all-small-caps;
}

form{
	width: 100%;
	margin-bottom: 10px;
}
input[type=text],textarea{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	resize: vertical;
	padding: 10px;
	font-size: 14px;
}

input[type=submit]{
	width: 100%;
	color: white;
	background-color: #f15a24;
	font-weight: 700;
	border: none;
	padding: 10px;
	font-size: 1em;;
}


footer {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(108, 109, 112, 1) 0%,rgba(165, 167, 169, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(108, 109, 112, 1) ),color-stop(1,rgba(165, 167, 169, 1) ));
  background : -o-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6D70', endColorstr='#A5A7A9' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5A7A9',endColorstr='#6C6D70' , GradientType=0);
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items:center;
}

footer p{
	font-weight: 400;
	font-size: 1em;
	color: white;
	margin-right: 50px;
	
}

#logofooter {
	width: 6%;
	height: auto;
	margin-right: 8%;
}

.fa-facebook-official, .fa-envelope, .fa-whatsapp {
	font-size: 2.5em !important;
    color: white;
	padding: 0px 20px 0px 20px;
	text-decoration: none !important;	
}

#keynotes {
	clear: both;
	width: 60%;
	margin: 10px auto;
}

#degradado a {
	text-decoration: none;
	color: white;
	transition-duration: 0.5s;

}

#degradado a:hover {
	color: #934409;
}

.topico {
	background-color: #cccccc;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tema {
	width: 20%;
	color:black;
	font-size: 1.2em;
}

.contenidoTema {
	width: 50%;
	font-size: 1.3em;
	padding: 15px;
}

.imagenTema {
	width: 15%;
	height: auto;
	padding: 0px 20px;
}

.imagen-responsiva {
	width: 100%;
	height: auto;
	max-width: 100%;
}

#temasHot {
	width: 40%;
	max-width: 969px;
	margin: auto;
	font-size: 1.3em;
}

.topico2 {
	background-color: #E1E1E1;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 15px 15px;
}

.icon {
    display: none;
}

@media screen and (max-width: 600px) {

header{
	display: flex;
	justify-content:center;
	align-items: center;
	background-color: white;
	width: 100%;
	height: 70px;
	margin:0 0px;
}

.imagen-ilustrativa{
	width: 100%;
	height: auto;
	border-radius: 25px 25px 0px 0px;
	border-bottom: 3px solid #f9b234;
}

#bloqueSuperior {
	width: 100%;
	height: 100px;
	margin-bottom: 0px;
}

#copete {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(165, 167, 169, 1);
	width: 100%;
	height: 30px;
	margin-right: 100px;
}

#copete img{
	width: 70%;
	height: auto;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:	68px;
	border-bottom-left-radius: 0px;
	background : -moz-linear-gradient(50% 35.04% -90deg,rgba(108, 109, 112, 1) 0%,rgba(165, 167, 169, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -webkit-gradient(linear,50% 35.04% ,50% 120.38% ,color-stop(0,rgba(108, 109, 112, 1) ),color-stop(1,rgba(165, 167, 169, 1) ));
  background : -o-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6D70', endColorstr='#A5A7A9' ,GradientType=0)";
}

nav a {
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: .8em;
	font-weight: 300;
	padding: 2px;
}

nav a:hover{
	color: rgba(231, 173, 74, 1);
}

#slider {
	background-image:url(images/bannerbig.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	clear: both;
	position: relative;
	border-bottom: 4px solid rgba(165, 167, 169, 1);
	margin: auto;
}

#degradado {
	background : -moz-linear-gradient(50% 0% -90deg,rgba(249, 178, 51, 0) 0%,rgba(239, 175, 64, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(249, 178, 51, 0) ),color-stop(1,rgba(239, 175, 64, 1) ));
  background : -o-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(249, 178, 51, 0) 0%, rgba(239, 175, 64, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B233', endColorstr='#EFAF40' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9B233',endColorstr='#EFAF40' , GradientType=0);
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: white;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 11;
}

#degradado a {
	text-decoration: none;
	color: white;
	transition-duration: 0.5s;

}

#degradado a:hover {
	color: #934409;
}

#blog {
	clear: both;
	width: 100%;
	height: 320px;
	margin-top:20px;
	margin-bottom: 200px;
	}

#blog article {
	width: 90%;
	
	margin: auto;

}

#vineta {
	width: 80%;
	display:block;
	margin: auto;
}

#vineta img{
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0px 0px;
}

#columna1 {
	float: none;
	width: 100%;
	height: 300px;
	border-top: 3px solid #df912e;
	border-bottom: none;
}

#etiquetablog {
	margin: auto;
	background-color: #df912e;
	width: 60%;
	height: 25px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	color: white;
	font-weight: 600;
	line-height: 1.3;
	font-size: 1.1em;
}

#tituloarticulo {
	width: 80%;
	margin: 15px auto;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	color: #6c6d70;
}

#columna2 {
	display: none;
	float: left;
	width: 30%;
	height: 100px;

}

#columna2 img{
	border-radius: 0px 25px 25px 0px;
	width: 100%
}

#nota {
	clear: both;
	width: 90%;
	font-size: 1.2em;
	margin: auto;
}

#nota a{
	float: right;
	text-decoration: none;
	font-size: .8em;
	font-weight: 400;
	color: white;
	padding: 10px 60px;
	background-color: #df912e;
	border-radius: 8px;
	margin-top: 20px;
	transition: 0.5s;
}

#nota a:hover{
	color: white;
	background-color: #f15a24;
}

strong {
	font-weight: 900;
}

#temasHot {
	width: 100%;
	margin:0px auto 20px;
	font-size: 1.3em;
	text-align: center;
	clear: both;
	border-bottom: 3px solid #f9b234;
}

#keynotes {
	clear: both;
	width: 100%;
	margin: 0px auto 20px auto;
}


.topico {
	background-color: #cccccc;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tema {
	width: 25%;
	color:black;
	font-size: .8em;
}

.contenidoTema {
	width: 40%;
	font-size: .8em;
	padding: 8px;
}

.imagenTema {
	width: 25%;
	height: auto;
	padding: 0px 20px;
}

.imagen-responsiva {
	width: 100%;
	height: auto;
	max-width: 100%;
}



.topico2 {
	background-color: #E1E1E1;
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 15px 15px;
}

#contacto{
	width: 90%;
	max-width: 969px;
	margin: 10px auto;
	font-size: 1.2em;
	padding: 4%
}

h2{
	color: #df912e;
	font-weight: 400;
	font-size: 1.6em;
	font-variant-caps: all-small-caps;
}

form{
	width: 100%;
	margin-bottom: 10px;
}
input[type=text],textarea{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	resize: vertical;
	padding: 10px;
	font-size: 14px;
}

input[type=submit]{
	width: 100%;
	color: white;
	background-color: #f15a24;
	font-weight: 700;
	border: none;
	padding: 10px;
	font-size: 1em;;
}


footer {
	background : -moz-linear-gradient(50% 100% 90deg,rgba(108, 109, 112, 1) 0%,rgba(165, 167, 169, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(108, 109, 112, 1) ),color-stop(1,rgba(165, 167, 169, 1) ));
  background : -o-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(108, 109, 112, 1) 0%, rgba(165, 167, 169, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6D70', endColorstr='#A5A7A9' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A5A7A9',endColorstr='#6C6D70' , GradientType=0);
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items:center;
}

footer p{
	font-weight: 400;
	font-size: .5em;
	color: white;
	margin-right: 10px;
	
}

.fa-facebook-official, .fa-envelope, .fa-whatsapp {
	font-size: 1.5em !important;
    color: white;
	padding: 0px 5px 0px 5px;
	text-decoration: none !important;	
}

#logofooter {
	width: 18%;
	height: auto;
	margin:0 5%;
}

	.topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    display: block;
	text-align: center;
  }
	
	.topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
	
	.marca {
	display: block;
	width: 100%;
	max-width: 140px;
	padding: 20px;
}
	
}


#mapa {
	clear: both;
	width: 80%;
	margin: auto;
	margin-top:10px;
	margin-bottom: 360px;
	font-size: 1.2em
}

#direccion {
	width: 60%;
	height: 200px;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

#slider2 {
	background-color: white;
	width: 100%;
	height: 410px;
	clear: both;
	position: relative;
	border-bottom: 5px solid rgba(165, 167, 169, 1);
	margin: auto;
}
