/* ----------- FUENTES      */ 
	.montserrat,
	body,
	.uk-navbar-nav > li > a,
	.uk-navbar-item,
	.uk-navbar-toggle,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		font-family: 'Montserrat', sans-serif;
	}
	body{
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		background: url(../img/design/bg-inicio.png) no-repeat; 
		background-position: top center;
	}

/* ----------- COLORES      */
	a,
	a:hover,
	.uk-navbar-dropdown-nav>li>a,
	.color-general{
		color: black;
	}
	em,
	.buybutton,
	.uk-accordion-title:focus,
	.uk-accordion-title:hover,	
	.uk-navbar-dropdown-nav>li>a:hover,
	.color-primary,
	.color-primary-hover:hover{
		color: #3a6690;
	}
	.buybutton:hover,
	.social,
	.color-secondary{
		color: #9db54a;
	}
	.color-secondary-1{
		color: white;
		text-shadow: -4px -1px 0px #204065;
	}
	.color-verde{
		color: #22cf5b;
	}
	.color-rojo{
		color: #c4262e;
	}
	.color-rojo-vivo{
		color: #ff0000;
	}
	.color-gris-9{
		color: #8c8b8b;
	}
	.color-gris-7{
		color: #777;
	}
	.color-gris-6{
		color: #666;
	}
	.color-gris-4{
		color: #444;
	}
	.color-gris{
		color: #a7a6a4;
	}
	.color-gris-3{
		color: #333;
	}
	.color-gris-2{
		color: #222;
	}
	.color-gris-a,
	.color-gris-a:hover{
		color: #a6a8ab;
	}
	.color-gris-d{
		color: #ddd;
	}
	.textfooter li a,
	.color-blanco,
	.color-blanco:hover,
	.ui-datepicker-calendar a{
		color: white;
	}
	.uk-slidenav,
	.color-negro{
		color: black;
	}

/* ----------- FONDOS       */
	.bg-primary{
		background: #3a6690;
	}
	.ajax-file-upload{
		background: #3a6690!important;
	}
	.bg-secondary{
		
	}
	
	.uk-slidenav,
	.bg-none{
		background: none;
	}
	.bg-danger,
	.bg-red{
		background: #e30613;
	}
	.bg-success{
		background: #32d296;
	}
	.bg-blue{
		background: #1e87f0;
	}
	.bg-warning,
	.bg-yellow{
		background: #f6b61a;
	}

	.uk-navbar-dropdown,
	.bg-white{
		background: white;
	}
	.bg-gris-claro{
		background: #DDD;
	}
	.bg-gris{
		background: #888;
	}
	.uk-subnav-pill > .uk-active > a,
	.bg-gris-oscuro{
		background: #9db54a;
	}
	.bg-black{
		background: black;
	}

	.bg-dark{
		background: rgba(0,0,0,.8);
	}
	.bg-oscuro{
		background: rgba(0,0,0,.5);
	}
	.bg-claro{
		background: rgba(250,250,250,.7);
	}

	.bg-test1{
		background: #ff0;
	}
	.bg-test2{
		background: #f0f;
	}
	.bg-test3{
		background: #0ff;
	}

/* ----------- NAVEGACIÓN   */
	#navegacion{
	}
	.uk-navbar-nav > li > a,
	.uk-navbar-item,
	.uk-navbar-toggle {
		border-bottom: solid 3px transparent;
		color: #666;
		font-size: .9em;
		min-height: 50px;
		text-transform: capitalize;
	}
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a,
	.uk-navbar-nav > li > a:focus,
	.uk-navbar-nav > li > a.uk-open {
		text-align: left;
		border-bottom: solid 2px #7ab3c7;
		color: #666;
		outline: none;
	}
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a{
		color: black;
	}
	.uk-navbar-dropdown-nav{
		text-align: left;
	}
	.uk-navbar-dropdown {
		margin: 0;
	}
	.uk-navbar-dropdown-nav>li>a{
		font-size: 18px;
		margin: 0;
		padding-left: 5px;
	}


	/* Off canvas */
	.uk-offcanvas-bar{
		background: white;
		width: 100%;
		min-width: 300px;
	}
	.uk-offcanvas-bar li a{
		border:solid 1px #3a6690;
		background: #3a6690;
		font-size: 1em!important;
		text-align: left;
		padding-left: 10px!important;
		color:#fff!important;
	}

	.uk-offcanvas-bar li a:hover{
	}

	.uk-offcanvas-bar li{
		border-radius: 10px;
		margin-top: 5px;
	}

	.uk-offcanvas-bar .uk-nav-sub a{
		padding-left: 20px;
	}

	.uk-offcanvas-bar a:hover,
	.uk-offcanvas-bar a{
		color: #3a6690;
	}

/* ----------- TEMPLATE     */
	.uk-accordion-title{
		font-weight: 600;
	}
	.login-button{
		border-radius: 50px;
		background: white;
		color: black;
	}
	.login-button:hover{
		background: #3a6690;
		color: white;
	}
	.uk-pagination li{
		padding-left: 5px;
	}
	.uk-pagination a{
		padding: 2px 10px;
		border-radius: 100%;
		background: white;
		border: #544b40 1px solid; 
		color: #544b40;
	}
	.uk-pagination .uk-active,
	.uk-pagination a:hover{
		background: #544b40;
		color: white;
		border: #544b40 1px solid;
	}
	.pagination-arrows{
		background: none!important;
		border: none!important;
		color: #544b40!important;
	}

	.inicio-nuevos{
		width: auto;
		color: black;
		font-size: 25px;
	}
	.linea-azul{
		background: #3a6690;
		height: 2px;
		width: 100%;
	}
	.div-productos{
		position: relative;
		width: 100%;
		padding: 20px;
		border-radius: 20px;
		background: white;
	}
	.shadow{
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	}
	.shadow-2{
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	}
	.inicio-marca{
		padding-top: 20px;
		font-size: 20px;
		font-weight: 600;
		color: black;
	}
	.boton-personal{
		background: white;
		border-radius: 50px;
		color: #3a6690;
		border: 2px solid #3a6690;
		padding: 5px 30px;
	}
	.boton-personal:hover{
		background: #3a6690;
		color: white;
		border-radius: 50px;
		border: 2px solid #3a6690;
		padding: 10px 20px;

	}
	.lista-inicio{
		border-bottom: 2px solid #3a6690; 
		padding-left: 0px;
	}
	.inicio-marcas{
		padding-top: 40px;
		color: black;
		font-size: 24px;
	}
	.div-footer{
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;
		top: -30px;
	}
	.input-footer{
		background: white;
		border: 3px solid #3a6690;
		border-radius: 20px;
		font-size: 18px;
		padding: 5px 10px;
		width: 100%;
	}
	.input-footer-2{
		background: white;
		border: 2px solid #3a6690;
		border-radius: 20px;
		font-size: 18px;
		padding: 10px;
		width: 400px;
	}
	.textarea-2{
		background: white;
		border: 3px solid #3a6690;
		border-radius: 20px;
		font-size: 16px;
		padding: 10px;
		width: 400px;
		height: 100px;
	}
	.footer-enviar{
		background: #9db54a;
		font-size: 14px;
		color: black;
		border: 2px solid #9db54a;
		border-radius: 50px;
		padding: 5px 40px;
	}
	.footer-enviar:hover{
		background: white;
		color: #9db54a;
		border-radius: 50px;
		padding: 5px 40px;
	}

	.button-small,
	.button-small:hover
	{
		padding: 3px 20px;
	}

	.footer-menu{
		padding-bottom: 20px;
		font-size: 24px;
	}
	footer{
		background: url(../img/design/bg-footer.jpg) no-repeat #333;
		background-position: top center;
		background-size: cover;
		color: white;
		padding-bottom: 10px;
	}
	footer a{
		color: white;
	}
	footer a:hover{
		color: #3a6690;
	}
	.hover-item{
		background: rgba(58,102,144,.85);
		height: 100%;
		width: 100%;
		border-radius: 20px;
	}
	.titulo-contacto{
		font-size: 50px;
		color: #6c6c6e;
		font-weight: 600;
		border-bottom: 3px solid #94b41c;
	}
	.detalle-producto{
		border-radius: 20px;
		padding: 20px;
		background: white;
	}
	.linea-gris{
		background: #AAA;
		height: 2px;
		max-width: 300px;
		margin-top: 20px;
	}
	.detalle-titulo{
		font-size: 22px;
	}
	.cotizar{
		background: #3a6690;
		color: white;
		border: 1px solid #3a6690;
		font-weight: 200!important;
	}
	.cotizar:hover{
		color: #3a6690;
		background: white;
	}
	.detalle-relacionados{
		margin-top: 50px;
		max-width: 500px;
		padding: 10px;
		background: #3a6690;
		color: white;
		font-size: 25px;
		text-align: center;
	}
	.categoria-div{
		color: black;
		padding: 10px;
		line-height: 18px;
		font-size: 14px;
		margin-left: 10px;
	}
	.div-azul{
		height: 3px;
		width: 100%;
		background: #3a6690;
	}
	.dot-carousel{
		position: absolute;
		left: 20px;
		top: 20px;
		width: 20px;
	}
	.dot-carousel-2{
		position: absolute;
		left: 20px;
		top: 20px;
		width: 20px;
	}
	.uk-dotnav li a{
		border: 1px solid #9db54a;
		height: 15px;
		width: 15px;
		margin-bottom: 5px;
	}
	.uk-dotnav>.uk-active>* {
		background: #9db54a;
	}
	.responsive-dot{

	}
	.contacto-div{
		padding-bottom: 200px;
	}

	.uk-slider-link{
		border: 3px solid #3a6690;
		color: black;
		border-radius: 50px;
		padding: 10px 50px;
		background: white;
	}

	.uk-slider-link:hover{
		border: 3px solid #3a6690;
		color: white;
		background: #3a6690;
	}
	.categoria-div-2{
		font-size: 16px;
		font-weight: 600;
		line-height: 18px;
		margin-left: 10px;
	}
	.quienes{
		color: #6c6c6e; 
		font-weight: 200; 
		font-size: 35px;
	}
	.somos{
		color: #6c6c6e; 
		font-weight: 600; 
		font-size: 70px; 
		line-height: 60px;
	}
	.linea-verde{
		width: 100%;
		background: #94b41c; 
		height: 3px; 
		margin-top: 5px;
	}
	.anios{
		line-height: 30px; 
		font-size: 300px; 
		color: #3a6690;
	}
	.objetivos{
		color: #6c6c6e; 
		font-weight: 600; 
		font-size: 70px; 
		line-height: 60px;
	}
	.padding-vp-200{
		padding-top: 150px;
		padding-bottom: 80px;
	}
	.card-personal{
		background: white;
		padding: 30px;
		margin-top: 20px;
		box-shadow: 0 5px 15px rgba(0,0,0,.08);
		border-radius: 10px;
	}
	.titulo-card-personal{
		font-size: 20px;
		color: black;
		text-transform: uppercase;
		font-weight: 600;
	}
	.card-fecha{
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 200;
	}
	.button-noticia{
		padding: 10px;
		border: 1px solid #9db54a;
		color: #9db54a;
		border-radius: 5px; 
	}
	.populares-titulo{
		font-weight: 600;
	}
	.linea-popular{
		width: 100%;
		height: 2px;
		background: #16af1f;
	}
	#selectitem,
	#itemseleccionado{
		width: 180px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#selectitem .uk-table-link a{
		padding: 5px 10px;
	}
	.uk-tab>.uk-active>a,
	.uk-tab>*>a{
		color: #3a6690;
		font-weight: 700;
	}
	.uk-tab>.uk-active>a:hover,
	.uk-tab>*>a:hover{
		color: #9db54a;
	}

/*  ---------- GENERALES    */
	#cotizacion-fixed{
		top:0;
		right:0px;
		width:30px;
		z-index: 1011;
	}
	#cotizacion-fixed div{
		width: 40px;
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: -150px;
	}
	#cotizacion-fixed img{
		box-shadow: 0 0 20px white;
		border-radius: 10px 0 0 10px;
	}
	a{
		text-decoration: none!important;
	}
	a,
	a:hover,
	.uk-button,
	.uk-button:hover,
	.transicion,
	.transicion:hover{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#totop{
		position: fixed;
		right: 35px;
	}
	#totop a{
		color: white;
		font-size: 30px;
		height: 60px;
		width: 60px;
	}
	h1{
		font-size: 1.2em;
	}
	h2{
		font-size: 1.1em;
	}
	h3,h4,h5,h6{
		font-size: 1em;
	}
	.alpha0{
		opacity: 0;
	}
	.claro,
	.alpha-1-5:hover{
		opacity:.6;
	}
	.oscuro,
	.alpha-1-0:hover{
		opacity:0;
	}
	.alpha-1-0,
	.alpha-1-5,
	.claro:hover,
	.oscuro:hover,
	.alpha1hover:hover{
		opacity: 1;
	}
	.margin-0{
		margin: 0;
	}
	.margin-top-5{
		margin-top: 5px;
	}
	.margin-top-10{
		margin-top: 10px;
	}
	.margin-top-20{
		margin-top: 20px;
	}
	.margin-top-25{
		margin-top: 25px!important;
	}
	.margin-top-50{
		margin-top: 50px;
	}
	.margin-top-100{
		margin-top: 100px;
	}
	.margin-top-menos-150{
		margin-top: -150px;
	}
	.margin-top-menos-100{
		margin-top: -100px;
	}
	.margin-top-menos-50{
		margin-top: -50px;
	}
	.margin-top-menos-20{
		margin-top: -20px;
	}
	.margin-top-menos-10{
		margin-top: -10px;
	}
	.margin-bottom-50{
		margin-bottom: 50px;
	}
	.margin-h-5{
		margin-left: 5px;
		margin-right: 5px;
	}
	.margin-v-20{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.margin-v-25{
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.margin-v-50{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.margin-v-70{
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.margin-right-20{
		margin-right: 20px;
	}
	.margin-right-menos-50{
		margin-right: -45px;
	}
	.margin-right-menos-20{
		margin-right: -15px;
	}
	.padding-bottom-10{
		padding-bottom: 10px;
	}
	.padding-bottom-20{
		padding-bottom: 20px;
	}
	.padding-bottom-50{
		padding-bottom: 50px;
	}
	.padding-bottom-60{
		padding-bottom: 60px;
	}
	.padding-bottom-100{
		padding-bottom: 100px;
	}
	.padding-bottom-200{
		padding-bottom: 200px;
	}
	.padding-top-5{
		padding-top: 5px;
	}
	.padding-top-10{
		padding-top: 10px;
	}
	.padding-top-20{
		padding-top: 20px;
	}
	.padding-top-30{
		padding-top: 30px;
	}
	.padding-top-40{
		padding-top: 40px;
	}
	.padding-top-50{
		padding-top: 50px;
	}
	.padding-top-100{
		padding-top: 100px;
	}
	.padding-v-3{
		padding-bottom: 3px;
		padding-top: 3px;
	}
	.padding-v-5{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.padding-v-10{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.padding-v-20{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.padding-v-50{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.padding-v-100{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.padding-v-200{
		padding-bottom: 200px;
		padding-top: 200px;
	}	
	.padding-left-10{
		padding-left: 10px;
	}
	.padding-left-20{
		padding-left: 20px;
	}
	.padding-left-50{
		padding-left: 50px;
	}
	.padding-left-100{
		padding-left: 100px;
	}
	.padding-right-10{
		padding-right: 10px;
	}
	.padding-right-20{
		padding-right: 20px;
	}
	.padding-right-50{
		padding-right: 50px;
	}
	.padding-h-5{
		padding-left: 5px;
		padding-right: 5px;
	}
	.padding-h-10{
		padding-left: 10px;
		padding-right: 10px;
	}
	.padding-h-20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-h-30{
		padding-left: 30px;
		padding-right: 30px;
	}
	.padding-h-50{
		padding-left: 50px;
		padding-right: 50px;
	}
	.padding-h-70{
		padding-left: 70px;
		padding-right: 70px;
	}
	.padding-0{
		padding: 0px;
	}
	.padding-5{
		padding:5px;
	}
	.padding-10{
		padding:10px;
	}
	.padding-15{
		padding:15px;
	}
	.padding-20{
		padding:20px;
	}
	.padding-30{
		padding:30px;
	}
	.padding-50{
		padding:50px;
	}
	.min-height-150px{
		min-height: 150px;
	}
	.min-height-250px{
		min-height: 250px;
	}
	.max-height-300px{
		max-height: 300px;
	}
	.min-height-500px{
		min-height: 500px;
	}
	.max-width-200{
		max-width: 200px;
	}
	.max-width-600{
		max-width: 600px;
	}
	.pointer{
		cursor: pointer;
	}
	#map{
		min-height: 400px;
	}
	.text-5{
		font-size: .5em;
	}
	.text-6{
		font-size: .6em;
	}
	.text-xs,
	.text-7{
		font-size: .7em;
	}
	.text-8{
		font-size: .8em;
	}
	.text-sm,
	.text-9
	{
		font-size: .9em;
	}
	.text-11
	{
		font-size: 1.1em;
	}
	.text-lg{
		font-size: 1.2em;
	}
	.text-xl{
		font-size: 1.5em;
	}
	.text-xxl{
		font-size: 2em;
	}
	.text-xxxl{
		font-size: 3em;
	}

	.text-v{
		writing-mode: vertical-lr;
		transform: rotate(180deg);
	}
	.uk-text-bold{
		font-weight: 600;
	}
	.uk-text-light{
		font-weight: 300;
	}

	.margin-0{
		margin: 0px;
	}
	/* BUTTON */
	.uk-button{
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		text-transform: none;
	}
	/* danger */
	.uk-button-danger{
		background: #f00;
		color: #fff;
	}
	.uk-button-danger:active,
	.uk-button-danger.uk-active{
		background: #d00;
		color: #fff;	
	}
	.uk-button-danger:hover,
	.uk-button-danger:focus{
		background: #a00;
		color: #fff;
	}

	.login-button{
		border-radius: 50px;
		background: white;
		color: black;
	}
	.login-button:hover{
		background: #3a6690;
		color: white;
	}
	/* personal */
	.uk-button-personal {
		  background: #3a6690;
		  color: white;
		  border: solid 2px #3a6690;
	}
	/* Hover + Focus */
	.uk-button-personal:active,
	.uk-button-personal.uk-active,
	.uk-button-personal:hover,
	.uk-button-personal:focus {
		  background-color: white;
		  border: solid 2px #3a6690;
		  color: #3a6690;
	}

	/* slider */
	.uk-button-slider {
		  background: rgba(0,0,0,.5);
		  color: white;
		  border: solid 2px white;
	}
	.uk-button-slider:active,
	.uk-button-slider.uk-active,
	.uk-button-slider:hover,
	.uk-button-slider:focus {
		box-shadow: 0 0 20px white;
		background-color: black;
		border: solid 2px white;
		color: white;
	}

	/* registro */
	.uk-button-registro {
		  background: #59a168;
		  border-radius: 15px;
		  color: white;
		  border: solid 2px #59a168;
		  padding-left: 20px;
		  width: 100%;

	}
	/* Hover + Focus */
	.uk-button-registro:active,
	.uk-button-registro.uk-active,
	.uk-button-registro:hover,
	.uk-button-registro:focus {
		  background-color: transparent;
		  border: solid 2px #59a168;
		  color: #59a168!important;

	}

	/* Footer */
	.uk-button-fotter {
	  background: white;
	  border-radius: 10px;
	  color: #2d63a3;
	  margin-left: 5px;
	  width: 120px;
	  padding-left: 20px;

	}
	/* Hover + Focus */
	.uk-button-fotter:active,
	.uk-button-fotter.uk-active,
	.uk-button-fotter:hover,
	.uk-button-fotter:focus {
	  background-color: #0079b0;
	  color: white;
	}
	/*AQUI PODEMOS CAMBIAR EL COLOR DEL BORDER BOTTOM Y EL COLOR DE ICONO Y EL NOMBRE 
	  YA QUE LOGEADO*/
	.linea-button{ 
		border-bottom: solid 2px #59a168;
		color: #ff7344;
	}
	.outline-5{
		outline: solid 5px white;
	}
	.outline-10{
		outline: solid 10px white;
	}

	/* totop */
	.uk-button-totop,
	.uk-button-totop:hover,
	.uk-button-totop:focus,
	.uk-button-totop:active,
	.uk-button-totop.uk-active {
	  background-color: #333;
	  color: #fff;
	}
	/*  claro */
	.uk-button-white {
	  background-color: #fff;
	  color: #333;
	  border: 1px solid #fff;
	}
	/* Hover + Focus */
	.uk-button-white:hover,
	.uk-button-white:focus {
	  background-color: #eee;
	  color: #111;
	}
	/* OnClick + Active */
	.uk-button-white:active,
	.uk-button-white.uk-active {
	  background-color: #ddd;
	  color: #000;
	}
	/*  TOP */
	.uk-button-top {
	  background-color: #000;
	  border: 1px solid #000;
	  color: #EEE;
	  font-size: 18px;
	  padding-top: 5px;
	}
	/* Hover + Focus */
	.uk-button-top:hover,
	.uk-button-top:focus {
	  background-color: #000;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-top:active,
	.uk-button-top.uk-active {
	  background-color: #000;
	  color: #CCC;
	}
	.uk-lightbox {
		background: rgba(0,0,0,.7)!important;
	}
	.uk-notification-message{
		background: none!important;
		color: white;
		text-align: center;
	}
	.uk-notification-message div{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	textarea{
		resize:none;
	}
	.z1{
		z-index: 1;
	}
	.z2{
		z-index: 2;
	}

	/* SCROLL */
	::-webkit-scrollbar {
	  width: 8px;
	}
	/* Track */
	::-webkit-scrollbar-track {
	  box-shadow: inset 0 0 0 transparent; 
	  border-radius: 8px;
	  background: transparent;
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
	  border-radius: 8px;
	  background: #CCC;
	}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: transparent; 
	}

/* ----------- XML SITE MAP */
	urlset{
		background: url(../img/design/logo-white.png) no-repeat top center #00a193;
		padding-top: 110px;
	}
	url {
		background: #fff;
		display: block;
		padding: 10px
	}
	loc{
		display: block;
		margin: 0 auto;
		width: 1200px;
	}

/* ----------- MEDIA QUERY  */

	@media (min-width: 1800px){
		.bg-header-2{
			background-size: 100%;
		}
		.bg-central{
			background-size: 100%;
			height: 500px; 
		}
	}
	@media (min-width: 1600px){/*Tamaño xl*/
	}
	@media (max-width: 1400px){
	
	}
	@media (max-width: 1200px){/*Tamaño l*/
	}
	@media (max-width: 960px){ /*Tamaño m*/
		.eventos{
			margin-top: 0px;
		}	
		.header-eventos{
			position: absolute; 
			top:120px; 
			right: 0px;
		}
		.container-mision{
			border-left:none;
		}
		.container-vision{
			border-right:none;
		}
	
	}
	@media (max-width: 820px){


	}
	@media (max-width: 640px){/* Tamaño s*/
		.categoria-div{
			font-size: 14px;
		}
		.input-footer-2{
			width: 100%;
		}
		.textarea-2{
			width: 100%;
		}
		.padding-responsive{
			padding: 30px;
		}
		.dot-carousel-2{
			position: relative;
			width: 100%;
			left: 0px;
		}
		.responsive-dot{
			display: -webkit-inline-box;
		}
		.contacto-div{
			padding-bottom: 50px;
		}
		.anios{
			padding-bottom: 100px;
			font-size: 300px; 
			color: #3a6690;
		}
		.objetivos{
			font-size: 50px; 
		}
		.padding-vp-200{
			padding-top: 100px;
			padding-bottom: 50px;
		}
	}
	@media (max-width: 550px){

	}
