/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, #contenedorPrincipal{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins';
	background-color: transparent;
	color: #FFF;
}

img {
    max-width:100% !important;
    max-height:100% !important;
    display:block;
}

p{
	font-size: .9em;
	text-align: justify;
}

h1{
	font-family: 'Oswald', sans-serif;
}

h1.tituloSubrayado{
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
}

h2{
	font-size: 1.6em;
	position: relative;
}

h3{
	font-weight: bold;
	font-size: 1.2em;
}

#parallax-1 {
	/*background-size: contain;*/
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../img/coplacem-bg-quimicos-3.jpg");
	background-attachment: fixed;
	background-position: 50% 50%;
	height: 240px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin-top: 90px!important;
	margin-bottom: 100px;
	padding: 0px;
}


@media (max-width: 992px) {
    #parallax-1 {
	height: 540px;
}
}

#parallax-1 .seccion-informativa {
    color: #fff;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    text-shadow: #000 2px 2px 2px;
    line-height: 40px;
        line-height: 32px !important;
        padding-left: 0px;
}
 .filtro {
    background: #00000096;
    height: 100%;
    width: 100%;
    padding:30px 170px;
}

@media (max-width: 992px) {
    .filtro {
    padding:30px 50px;
}
}

#parallax-2 {
	/*background-size: contain;*/
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../img/coplacem-bg-quimicos-2.jpg");
	background-attachment: fixed;
	background-position: 50% 50%;
	height: 180px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: -10px;
}

#parallax-3 {
	/*background-size: contain;*/
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../img/coplacem-quimicos-microscopio.jpg");
	background-attachment: fixed;
	background-position: 50% 50%;
	height: 180px;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 10px;
}

#header{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
	border-top: 7px solid #1d3f5e;
}

#header #barraSuperior{
	background: #fff;
	color: #1d3f5e;
	font-weight: bold;
}

#header #barraSuperior #contenidoBarraSuperior{
	padding: 0;
	margin: 0;
	font-size: .75em;
}


#header #barraSuperior #contenidoBarraSuperior .seccionRedes {
	padding: 10px 15px;
	margin-bottom: 60px;
}

#header #barraSuperior #contenidoBarraSuperior i{
	background-color: #1d3f5e;
	text-align: center;
	color: #FFF;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header #barraSuperior #contenidoBarraSuperior #telefono{
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

#header #barraSuperior #contenidoBarraSuperior #correo{
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

#header #contenedorMenu{
	background: linear-gradient(90deg, #0080b6 10%, #1d3f5e);
	min-height: 80px;
	height: 80px;
	color: #fff;
	font-weight: bold;
}

#header #logo{
	margin-top: 12px;
	padding-bottom: 0px;
	text-align: center;
}

#header #logo a{
	display: inline-block;
}

#header #logo a img{
	margin: auto;
	width: 120px;
}

#header #contenedorMenu #menu{
	padding: 0;
	text-align: right;
	background: transparent;
}

#header #contenedorMenu #menu .navbar{
	background: transparent;
    border: none;
    margin-bottom: 0;
    width: 100%;
}

#header #contenedorMenu #menu .navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#header #contenedorMenu #menu .navbar .navbar-toggle:hover, #header #contenedorMenu #menu .navbar .navbar-toggle:focus{
}

#header #contenedorMenu #menu .navbar .navbar-toggle:hover .icon-bar, #header #contenedorMenu #menu .navbar .navbar-toggle:focus .icon-bar{
    background-color: #000;
}

#header #contenedorMenu #menu .navbar .navbar-collapse{
    border: none;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 300px;
    width: 50vh;
    background:linear-gradient(90deg, #0080b6 10%, #1d3f5e);
    text-align: center;
}

#header #contenedorMenu #menu .navbar .navbar-collapse ul{
    width: 290px;
}

#header #contenedorMenu #menu .navbar .navbar-collapse li a{
    width: 290px;
    color: #fff;
}

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #1d3f5e;
}

#contenedor{
	margin-top: 120px;
}

#contenedor #cuerpo #contenedorImagen{
	position: relative;
	width: 100%;
	height: 460px;
	min-height: 460px;
	overflow: hidden;
}

#contenedor #cuerpo #contenedorImagen .slider{
	font-size: 1.1em;
	height: 500px;
}

#contenedor #cuerpo #contenedorImagen .slider h1{
	font-size: 35px;
	text-align: center;
	width: 75%;
}

#contenedor #cuerpo #contenedorImagen .slider #parrafoTexto{
	font-size: 12.5px;
	width: 70%;
}

#contenedor #cuerpo #contenedorImagen .slider #parrafoBotones{
	font-size: 12px;
	width: 66%;
	margin-left: -35%;
	margin-top: -12%;
}

#contenedor .contenedorContenido{
	padding: 0;
	background-color: #fff;
	color: #333;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
    -webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	background-image:
		url("../img/bg-moleculas.png"),
		url("../img/bg-moleculas-bottom.png");
	background-position:
		top right, /* this positions the first image */
		bottom center; /* this positions the second image */
		padding-top: 50px;
}


@media (max-width: 992px) {
    #contenedor .contenedorContenido{
		padding-top: 170px;
}
}

#contenedor .contenedorContenidoInicio {
		padding-left: 50px;
		padding-right: 50px;
}


@media (max-width: 992px) {
    #contenedor .contenedorContenidoEventos {
		padding-top: 30px;
}

#contenedor .contenedorContenidoInicio {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
}


}

#contenedor .contenedorContenido p{
	padding: 10px;
	line-height: 22px;
}

#contenedor .contenedorContenido .encabezadoTitulo{
	text-align:center;
	margin-top: 100px;
}

#contenedor .contenedorContenido #parrafoAdornado p {
    text-align:center;
    font-size: 25px;
    color:  #71b429;
    font-weight: 700;
}


@media (max-width: 992px) {
#contenedor .contenedorContenido #parrafoAdornado p {
    font-size: 18px;
}
}


#contenedor .contenedorContenido .nosotros {
    color:  #777;
    font-weight: 300;
}

#contenedor .contenedorContenido .encabezadoTitulo h1{
	color: #1d3f5e;
	font-size: 1.4em;
	position: relative;
	display: inline-block;
	outline: none;
}

#contenedor .contenedorContenido .encabezadoTitulo h1::before{
	position: absolute;
	width: 180px;
	font-size: 1.4em;
	line-height: 1.4em;
	top: 0;
	left: 0;
	max-width: 180px;
	height: 150%;
	content: '';
}

#contenedor .contenedorContenido .tituloSolapa{
	background-color: #0f7da1;
	width: 110px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	position: relative;
	text-align: center;
}

#contenedor .contenedorContenido #contenedorNoticias #parrafoAdornado{
	margin-top: 50px;
}

#contenedor .contenedorContenido #parrafoAdornado{
	margin-bottom: 10px;
}

@media (max-width: 992px) {
   #contenedor .contenedorContenido #parrafoAdornado{
	margin-top: 20px;
}
 
}


#contenedor .contenedorContenido #parrafoAdornado p{
	line-height: 1.6em;
}

#contenedor .contenedorContenido .valores{
	text-align: center;
	font-size: 1em;
	margin-bottom: 25px;
}

#contenedor .contenedorContenido .fondoGris{
	/*background-color: #f2f3f4;
	background-color: rgba(242, 243, 244, 0.9);*/
	padding: 4px;
	margin-bottom: 15px;
	height: 230px;
	line-height: 20px;
	/*-webkit-box-shadow: 5px 10px 10px 1px rgba(0,0,0,0.2);
	box-shadow: 5px 10px 10px 1px rgba(0,0,0,0.2);*/
	border-radius: 10px;
}

#contenedor .contenedorContenido .cta{
	color: #000;
    /*background: url(../img/exportaciones-importaciones-leaf-toluca.png) no-repeat center center;*/
	padding-top: 40px;
	padding-bottom: 50px;
	height: 345px
}

#contenedor .contenedorContenido .servicios{
	color: #FFF;
	margin: 0;
	padding: 5px;
}

#contenedor .contenedorContenido .servicios h2{
	font-size: 1.2em;
	padding-left: 5px;
	font-weight: bold;
}

#contenedor .contenedorContenido .contacto{
	color: #000;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 320px
}

#contenedor .contenedorContenido .infoContacto{
	color: #fff;
    background: #1d3f5e;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 320px
}

#footer{
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	height: 100px;
	top: 100%;
	font-size: 12px;
	z-index: 9999;
	background-color: #fff;
}

#footer a{
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#footer #barraSuperiorFooter{
	padding: 2px;
	background-color: #1d3f5e;
	height: 35px;
	line-height: 35px;
}


@media (max-width: 992px) {
    #footer #barraSuperiorFooter {
        margin-top: 70px;
        height: 90px;
    }
}

#footer #barraSuperiorFooter a{
	color: #fff;
	font-weight: bold;
}

#footer #barraInferiorFooter{
	padding: 2px;
	background-color: #a4ce49;
	color: #fff;
	height: 60px;
	line-height: 25px;
}

#mapa-canvas{
	width: 90%;
	height: 350px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#mapa-canvas img {
    max-width: none !important;
    max-height: none !important;
    display: block;
}

#FrmContacto{
	padding: 1em;
}

#FrmContacto .input-group{
	width: 90%;
}

.input-group{
	margin:0.5em;
}

.placeholder{
	color: #444;
}

.form-inline .input-group .input-group-addon{
	width: 40px;
	background-color: #1d3f5e;
	margin-right: 10px;
}

.input-group-addon i{
	color: #FFF;
}

.fondoBlanco{
	background-color: #fff;
}

.botonHeader.btn-info , .botonHeader.btn-info:hover, .botonHeader.btn-info:active, .botonHeader.btn-info:visited {
    background-color: rgba(239, 219, 52, 0.6);
    border-color: #5497ff;
}

.botonHeader.btn-info , .botonHeader.btn-info:visited {
    background-color: rgba(239, 219, 52, 0.6);
    border-color: #5497ff;
}

.botonHeader.btn-info:hover, .botonHeader.btn-info:active{
	background-color: #5497ff;
}

.botonCTA.btn-info , .botonCTA.btn-info:hover, .botonCTA.btn-info:active, .botonCTA.btn-info:visited {
    background-color: #5497ff;
    border-color: #5497ff;
}

.botonCTA.btn-info , .botonCTA.btn-info:visited {
    background-color: #5497ff;
    border-color: #5497ff;
}

.botonCTA.btn-info:hover, .botonCTA.btn-info:active{
	background-color: #5497ff;
}

.vinetas{
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 8px;
}

.vinetas li{
	background: url('../img/vineta.png') no-repeat left top;
	padding-left: 25px;
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
}

.imagenEfecto{
	display: block;
	-webkit-filter: none;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
}

.imagenEfecto:hover{
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 1s;
       -moz-transition: all 1s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1.tituloSubrayado{
		padding-bottom: 6px;
	}

	#header{
		background-color: #fff;
	}

	#header #barraSuperior #contenidoBarraSuperior img{
		margin:8px;
	}

	#header #barraSuperior #contenidoBarraSuperior i{
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-top: 12px;
		margin-bottom: 12px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#header #barraSuperior #contenidoBarraSuperior #telefono{
		height: 45px;
		line-height: 45px;
		font-size: 1.3em;
	}

	#header #barraSuperior #contenidoBarraSuperior #correo{
		height: 45px;
		line-height: 45px;
		font-size: 1.3em;
	}

	#header #contenedorMenu{
		min-height: 70px;
		height: 70px;
		background-color: transparent!important;
	}

	#header #logo{
		background-color: #fff;
		margin-top: 0px;
		height: 120px;
		z-index: 9997;
		text-align: center;
	}

	#header #logo a{
		height: 120px;
		line-height: 120px;
		z-index: 9999;
		margin: auto;
	}

	#header #logo a img{
		width: 110px;
		z-index: 9999;
		padding: 10px;
	}

	#header #contenedorMenu #menu{
		padding: 0;
		text-align: right;

	}

	#header #contenedorMenu #menu .navbar{
		background-color: transparent;
	    border-color: transparent;
	    padding: 0;
	}

	#header #contenedorMenu #menu .navbar .navbar-collapse{
	    background-color: transparent;
	}

	.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
	    color: #fff;
	    background-color: #5497ff;
	}

	#header #contenedorMenu #menu .navbar .navbar-nav > li > a:hover{
		color: #1d3f5e;
	}

	#header #contenedorMenu #menu .navbar .navbar-nav > li > a{
		color: #fff;
	}

	#header #contenedorMenu #menu .navbar .navbar-toggle:hover, #header #contenedorMenu #menu .navbar .navbar-toggle:focus, #header #contenedorMenu #menu .navbar .navbar-nav > li.active, #header #contenedorMenu #menu .navbar .navbar-nav > li:hover{
		background-color: none;
		border: 2px solid #fff;
        margin: 0px 10px;
        border-radius: 10px;
        font-weight: 300;
	}
	
	
     #contenedorMenu #menu .navbar .navbar-nav > li a:hover{
		color: #fff!important;
	}


	#header #contenedorMenu #menu .navbar .navbar-toggle:hover .icon-bar, #header #contenedorMenu #menu .navbar .navbar-toggle:focus .icon-bar{
	    background-color: #fff;
	}

	#header #contenedorMenu #menu .navbar .navbar-collapse{
	    border: none;
	    overflow-y: hidden;
	    overflow-x: hidden;
	    height: auto;
	    width: auto;
	    margin-left: 0px;
	}

	#header #contenedorMenu #menu .navbar{
		font-size: .8em;
		height: 100%;
	}

	#header #contenedorMenu #menu nav li{
		padding: 15px 15px;
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
		letter-spacing: 1px;
	}

	#header #contenedorMenu #menu .navbar .navbar-nav > li > a {
		padding: 10px 0;
		text-shadow: none;
	}

	#header #contenedorMenu #menu .navbar .navbar-nav > li > a:hover,
	#header #contenedorMenu #menu .navbar .navbar-nav > li > a:focus {
		outline: none;
		color: #1d3f5e;
	}

	/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
	#header #contenedorMenu #menu .navbar .navbar-nav > li > a::before {
		position: absolute;
		top: 15px;
		left: 15px;
		overflow: hidden;
		max-width: 0;
		color: #fff;
		content: attr(data-hover);
		-webkit-transition: max-width 0.2s;
		-moz-transition: max-width 0.2s;
		transition: max-width 0.2s;
		white-space: nowrap;
		padding: 10px 0px;
		letter-spacing: 1px;
		text-shadow: none;
	}

	#header #contenedorMenu #menu .navbar .navbar-nav > li > a:hover::before,
	#header #contenedorMenu #menu .navbar .navbar-nav > li > a:focus::before {
		max-width: 100%;
	}

	#contenedor{
		margin-top: 120px;
	}

	#contenedor #cuerpo #contenedorImagen{
		position: relative;
		width: 100%;
		height: 480px;
		min-height: 480px;
		overflow: hidden;
	}

	#contenedor #cuerpo #contenedorImagen .slider{
		font-size: 1.1em;
		height: 510px;
	}

	#contenedor #cuerpo #contenedorImagen .slider h1{
		font-size: 40px;
		width: 75%;
	}

	#contenedor #cuerpo #contenedorImagen .slider #parrafoBotones{
		font-size: 14px;
		width: 70%;
		margin-left: -25%;
		margin-top: -5%;
	}

	#contenedor .contenedorContenido .encabezadoTitulo{
		margin-bottom: 60px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#contenedor .contenedorContenido .encabezadoTitulo h1{
		font-size: 1.8em;
	}

	#contenedor .contenedorContenido .encabezadoTitulo h1::before{
		font-size: 1.8em;
		line-height: 1.8em;
	}

	#contenedor .contenedorContenido .fondoGris{
		height: 250px;
	}
	

}

@media (max-width: 992px) {
    
    .contenedorNoticias {
        margin-top: 100px!important;
    }
}


@media (max-width: 992px) {
    
    .eventosHeader{
    padding-top: 150px;
    }
    
    .FondoGrisMision {
        height: 300px!important;
        
    }
    
    .FondoGrisValores span {
        font-size: 12px!important; 
    }
    
    
}


	#contenedor .contenedorContenido .fondoGris{
		height: 310px!important;
	}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    

	h1.tituloSubrayado{
		padding-bottom: 25px;
	}

	h2{
		font-size: 1.7em;
	}

	p{
		font-size: 1.1em;
	}

	#header #logo a img{
		width: 110px;
		padding: 0px;
	}

	#header #contenedorMenu #menu nav a{
		padding-left: 14px;
		padding-right: 14px;
		font-size: 1.1em;
	}

	#header #contenedorMenu #menu .navbar .navbar-collapse ul{
	    width: auto;
	}

	#header #contenedorMenu #menu .navbar .navbar-collapse li a{
	    width: auto;
	}

	#contenedor{
		margin-top: 150px;
	}

	#contenedor #cuerpo #contenedorImagen{
		position: relative;
		width: 100%;
		height: 510px;
		min-height: 510px;
		overflow: hidden;
	}

	#contenedor #cuerpo #contenedorImagen .slider{
		font-size: 1.1em;
		height: 540px;
	}

	#contenedor #cuerpo #contenedorImagen .slider h1{
		font-size: 50px;
		width: 75%;
		margin-top: 80px;
	}

	#contenedor #cuerpo #contenedorImagen .slider #parrafoBotones{
		font-size: 15px;
		width: 70%;
		margin-left: -18%;
		margin-top: 0%;
	}

	#contenedor .contenedorContenido .encabezadoTitulo{
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#contenedor .contenedorContenido .encabezadoTitulo h1{
		font-size: 2.2em;
	}

	#contenedor .contenedorContenido .encabezadoTitulo h1::before{
		font-size: 2.2em;
		line-height: 2.2em;
	}

	#contenedor .contenedorContenido .fondoGris{
		height: 260px;
	}

	#contenedor .contenedorContenido .servicios{
		height: 320px;
	}

	#contenedor .contenedorContenido .servicios h2{
		font-size: 1.5em;
	}

	#footer{
		height: 70px;
		font-size: 14px;
	}

	#footer #barraSuperiorFooter{
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		line-height: 70px;
	}

	#footer #barraInferiorFooter{
		display: table-cell;
		height: 70px;
		vertical-align: middle;
		line-height: 32px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1.tituloSubrayado{
		padding-bottom: 12px;
	}

	#contenedor{
		margin-top: 180px;
	}

	#contenedor #cuerpo #contenedorImagen{
		position: relative;
		width: 100%;
		height: 490px;
		min-height: 490px;
		overflow: hidden;
	}

	#contenedor #cuerpo #contenedorImagen .slider{
		font-size: 1.1em;
		height: 490px;
	}

	#contenedor #cuerpo #contenedorImagen .slider h1{
		font-size: 60px;
		font-weight: bold;
	}

	#contenedor #cuerpo #contenedorImagen .slider #parrafoBotones{
		font-size: 20px;
	}

	#contenedor .contenedorContenido .fondoGris{
		height: 200px;
	}

	#contenedor .contenedorContenido .encabezadoTitulo{
		margin-bottom: 50px;
		margin-top: 40px;
	}
}

@media (min-width: 1600px) {
	h1.tituloSubrayado{
		padding-bottom: 12px;
	}

	#header #contenedorMenu #menu{
		font-size: 1.4em;
	}

	#header #logo{
		/*width: 370px;*/
	}

	#contenedor{
		margin-top: 150px;
	}

	#contenedor #cuerpo #contenedorImagen{
		position: relative;
		width: 100%;
		height: 500px;
		min-height: 500px;
		overflow: hidden;
	}

	#contenedor #cuerpo #contenedorImagen .slider{
		font-size: 1.1em;
		height: 500px;
	}

	#contenedor #cuerpo #contenedorImagen .slider h1{
		font-size: 65px;
		width: 75%;
	}

	#contenedor #cuerpo #contenedorImagen .slider #parrafoTexto{
		font-size: 22px;
	}

	#contenedor #cuerpo #contenedorImagen .slider #parrafoBotones{
		font-size: 22px;
		width: 75%;
		margin-left: -11%;
		margin-top: 0%;
	}

	#contenedor .contenedorContenido .fondoGris{
		height: 210px;
	}
}

@media all and (min-width:480px) {
   .botonesBloqueMovil { width: 240px; margin: 2px;}
}


.principal-publicidad img {
    border-radius: 20px;
    box-shadow: 12px 12px 2px #81d90c;
}


 .mesa-titulo {
	margin-top: 80px;
 }


 .mesa-item img {
	border-radius: 10px;
    box-shadow: 2px 2px 12px #777;
 }

 .mesa-item {
	margin-bottom: 50px;
 }

 .mesa-item img:hover {
	transform: scale(1.05);
 }
 
 
  .contenedorContenido .afiliacion-titulo {
	margin-top: 70px!important;
 }

 @media all and (max-width:992px) {
	.contenedorContenido .afiliacion-titulo {
		margin-top: 100px!important;
		margin-bottom: 50px;
	 }
 }
 
 
 .caracteristica-uno:hover {
     box-shadow: 2px 2px 12px #7779;
     border-radius: 15px;
 }
 
 .card-header {
         text-align: center;
    font-weight: 700;
 }
 
 
 .card {
     box-shadow: 2px 2px 12px #7779;
     margin-top: -30px;
 }
 
  @media all and (max-width:768px) {
       .card {
     margin-top: 20px;
 }
  }
 
 .card:hover {
     transform: scale(1.08);
    
 }
 
  .moduloiv1 {
     font-size: 18px;
 }
 
 
 .moduloiv2 {
     font-size: 16px!important;
 }
 
  
 .moduloiv3 {
     font-size: 12px!important;
 }
 
 
  @media all and (max-width:768px) {

 
 .moduloiv1 {
     font-size: 25px; 
 }
 
 
 .moduloiv2 {
     font-size: 19px!important;
 }
 
  
 .moduloiv3 {
     font-size: 19px!important;
 }
 
  }
  
  
  
  
        .button-links {
            background: #71b429; border: 3px solid #71b429; width: 100%; color: #fff; padding: 10px 40px; border-radius: 10px; font-size: 12px;margin-bottom: 100px;
        }
        
        
        @media (max-width: 490px) {
        
        
        .button-links {
            font-size: 10px;
        }
        
        }