@charset "utf-8";
/* CSS Document */
*{
    padding:0;
    margin:0;
}
img { border:none; }

/* Akzidenz Grotesk */

@font-face{
    font-family:'AkzidenzGroteskBQ-BoldExt';
    src:url('fonts/AkzidenzGroteskBQ-BoldExt.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

@font-face{
    font-family:'AkzidenzGroteskBQ-Ext';
    src:url('fonts/AkzidenzGroteskBQ-Ext.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'AkzidenzGroteskBQ-LigExt';
    src:url('fonts/AkzidenzGroteskBQ-LigExt.ttf') format('truetype');
    font-weight:300;
    font-style:normal;
}

@font-face{
    font-family:'AkzidenzGroteskPro-BoldEx';
    src:url('fonts/AkzidenzGroteskPro-BoldEx.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

@font-face{
    font-family:'AkzidenzGroteskPro-MdEx';
    src:url('fonts/AkzidenzGroteskPro-MdEx.ttf') format('truetype');
    font-weight:500;
    font-style:normal;
}


/* Arial Narrow */

@font-face{
    font-family:'ArialNarrow';
    src:url('fonts/ARIALN.TTF') format('truetype');
    font-weight:normal;
    font-style:normal;
}


/* Gobold */

@font-face{
    font-family:'Gobold';
    src:url('fonts/Gobold Bold Italic.otf') format('opentype');
    font-weight:bold;
    font-style:italic;
}


/* Roxborough */

@font-face{
    font-family:'Roxborough1';
    src:url('fonts/RoxboroughCF-Bold.otf') format('opentype');
    font-weight:bold;
    font-style:normal;
}

@font-face{
    font-family:'Roxborough2';
    src:url('../fonts/RoxboroughCF-Light.otf') format('opentype');
    font-weight:300;
    font-style:normal;
}

@font-face{
    font-family:'Roxborough3';
    src:url('../fonts/RoxboroughCF-Thin.otf') format('opentype');
    font-weight:100;
    font-style:normal;
}


/* Sketter */

@font-face{
    font-family:'Sketter';
    src:url('fonts/Sketter DEMO.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

.Abold { font-family:'AkzidenzGroteskPro-BoldEx'; }
.tr{ font-family:'AkzidenzGroteskPro-MdEx'; }

.h{ font-family: 'poppinsregular'; }
.n { font-weight:bold; }
.B { font-family: 'poppinsregular'; }
.C { font-family: 'poppinsregular'; }
.M { font-family: 'poppinsregular'; }
.A { font-family: Arial, Helvetica, sans-serif; }
.somt{
    text-shadow:
        1px 1px 2px rgba(0,0,0,0.4),
        2px 2px 4px rgba(0,0,0,0.3),
        3px 3px 6px rgba(0,0,0,0.2);
}
.somt2{
    text-shadow:
        5px 1px 2px rgba(0,0,0,0.9) 
}


body{
    font-family:'AkzidenzGroteskBQ-LigExt';
    font-size:14px;
    color:#555;
	margin: 0px;
	padding: 0px;
	
}

header{
	margin-bottom:0px;
}

h1 {  
    color:#fff;
	font-family: 'poppinsextrabold';
	font-size:35px;
    font-weight:normal;	
	text-transform: uppercase;
	margin:0px;
	padding:0px;
    line-height: 40px;
	letter-spacing: 4px;
}
h2 {  
    font-family: 'poppinslight';
    font-size:26px;
    font-weight:normal;	
    color:#333;
}

h3 {  
    font-family: 'poppinslight';
    font-size:20px;
    font-weight:bold;	
    color:#333;
    line-height:20px;
    margin-bottom:10px;
}
h4 {
    font-size: 17px;
    font-family: 'poppinslight';
    color:#444;
    margin:0px;
    font-weight:bold;
}
h5 {  
    font-family: 'poppinslight';
    font-size:17px;
    font-weight:normal;	
    color:#444;
    line-height:22px;
}
h6 {  
    font-family: 'poppinslight';
    font-size:15px;
    font-weight:normal;	
    color:#444;
    line-height:20px;
}



a { color:#ff5100; text-decoration:none !important }
a:hover { color:#fff; text-decoration:none }

#home a { color:#4b4337; text-decoration:none }
#home a:hover { color:#7F6828; text-decoration:none }

.topcuelga{
    position: fixed;
    background:rgba(255,255,255,0.98);
	width:100%;
    margin:auto;
	z-index:9998;
	min-height:75px;
     border-bottom: #eda500 solid 5px;
	-webkit-box-shadow: 	0px -60px 100px 0px #444;
		-moz-box-shadow:    0px -60px 100px 0px #444;
		box-shadow:         0px -60px 100px 0px #444;
}

.top {
    background: none;
    width:100%;
    margin:auto;
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000; /* Aumenta el z-index para que esté por encima del overlay */
    min-height:90px;
    transition: background 0.3s ease; /* Transición suave */
}

.top.menu-abierto {
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.top2{
	background:rgba(255,255,255,1);
	width:100%;
    margin:auto;
	position:fixed;
	top: -20px;
	left: 0px;
	right: 0px;
	z-index:9999999;
	height:90px;
	transition: background 0.3s ease; 
	-webkit-box-shadow: 	0px 5px 35px 0px #000;
		-moz-box-shadow:    0px 5px 35px 0px #000;
		box-shadow:         0px 5px 35px 0px #000;
}
 


.bgCabecera{
    width:100%;
	max-width:1200px;
    margin: 0 auto;
    position:relative;
	z-index:5;
    clear: both;
}
.bgCabecera2{
    width:100%;
	max-width:100%;
    margin: 0 auto;
}




.topmenu{
    background:#ffd507;
    width: 100%;
    height:40px;
    padding: 10px 0px;
    position:relative;
	z-index:5;
    clear: both;
}

.cabtop{
	width:100%;
	max-width:1200px;
    margin: 0 auto;
    position:relative;
	z-index:0;	
}

.cabtop2{
	background-image:url(../imagenes/bgtop.png);
	width:100%;
	height:117px;
    margin: 0 auto;
    position:relative;
	z-index:0;	
}


/* home */
.homsec1{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
	padding: 100px 0px;
	line-height: 18px;
}
.st1{
	font-family:'AkzidenzGroteskPro-BoldEx';
	font-size: 80px;
	color: #000;
	line-height: 80px
}
.st2{
	font-family:'Roxborough1';
	font-size: 80px;
	color: #000;
	line-height: 80px
}

.homsec2 {
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 18px;
    position: relative; 
    overflow: hidden; /* Para que la imagen no se desborde */
	padding:50px 0px;
}

 

.homsec21 {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
}

 
.homsec21 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.st3{
	font-family:'AkzidenzGroteskPro-MdEx';
	font-size: 6.9em;
	color: #fff;
	line-height: 1.1em
}
.st4{
	font-family:'Roxborough1';
	font-size: 6.5em;
	color: #fff;
	line-height: 1.1em
}



.homsec3{
	width: 100%;
 	margin: auto;
	text-align: center;
	padding:150px 0px 350px 0px;
	line-height:28px;
	position: relative
}



.homsec4 {
    width: 100%;
    margin: auto;
    text-align: left;
    line-height: 18px;
    position: relative; 
    overflow: hidden; /* Para que la imagen no se desborde */
	padding:50px 0px;
}
.homsec41 {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 25%;
    left: 100px;
    position: absolute;
    color: #fff;
}

.st5{
	font-family:'AkzidenzGroteskPro-MdEx';
	font-size: 4.9em;
	color: #fff;
	line-height: 1.1em
}
.st6{
	font-family:'Roxborough1';
	font-size: 4.9em;
	color: #fff;
	line-height: 1.1em
}
.st8{
	font-family:'AkzidenzGroteskPro-MdEx';
	font-size: 3.7em;
	color: #fff;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}
.st7{
	font-family:'Roxborough1';
	font-size: 3.7em;
	color: #fff;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}


.boot{
    clear: both; background:#ff5100;
	width:170px; margin:30px auto; 
	border:#444 solid 1px; padding:10px 0px; color:#fff;
    font-size: 1em;
	border-radius: 10px;
	
	cursor: pointer;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot:hover{
	color:#000; 
	background:#fff;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}


.boot2{
    clear: both; 
	width:300px; margin:40px auto; 
	border:#fff solid 1px; padding:25px 0px; 
	color:#fff;
    font-size: 28px;
	border-radius: 10px;
	
	cursor: pointer;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot2:hover{
	color:#fff; 
	background:rgba(255,255,255,0.1);
	border:rgba(255,255,255,0.3) solid 1px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}


.boot3{
    background:#ff5100;
	float: left;
	width:140px; margin:30px 20px 0px 0px; 
	border:#444 solid 1px; padding:10px 0px; color:#fff;
    font-size: 1em;
	border-radius:5px;
	text-align: center;
	cursor: pointer;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot3:hover{
	color:#fff; 
	background:rgba(255,255,255,0.1);
	border:rgba(255,255,255,0.3) solid 1px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot4{
    background:none;
	float: left;
	width:140px; margin:30px 20px 0px 0px;
	border:#fff solid 1px; padding:10px 0px; 
	color:#fff;
    font-size: 1em;
	border-radius:5px;
	text-align: center;
	cursor: pointer;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.boot4:hover{
	color:#fff; 
	background:rgba(255,255,255,0.1);
	border:rgba(255,255,255,0.3) solid 1px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}


.service{
	float:left; width:100%; max-width:220px; padding:25px 0px;	
}

.imgg{ float:left; margin:3px }
.imgp{ float:left; width:340px; height:200px; overflow:hidden; margin:5px; margin-top:10px; 
	border-radius: 5px; border:#ccc solid 1px; position:relative

}
.divi{
	background-image:url(../imagenes/bg_linia_amarilla.png);
	width:100%;
	height:4px;	
}

.slid{
    width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;
	margin-top: -5px;
}

.slid2{
    width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;
	height:300px;
	overflow:hidden;
}

.sombraslid{
	background-image:url(../imagenes/bgsombra.png);
	width:100%;
	height:100%;
	max-width:930px;
	max-height:18px;
	margin:auto;	
}

.parallax-container{
    background: transparent;
	overflow:hidden;	
}

.may{ text-transform: uppercase; }

.bglogo2{    
	width:100%;
	max-width:340px;
	margin-top:5px;
	float:left;
	margin-left:0px;
}

.whatsapp{
	position: fixed; bottom:10px; right:10px; z-index: 9999;
}
.barraVer{
    background:#90d300;
    height:47px;
    position:absolute;
    top:25px;
    right:1000px;
    width:100%;	
}
.contenTop{    
	font-family: 'poppinsbold';
    font-weight: bold;
	width:100%;
	max-width:440px;
	padding-top:40px;
	float:right;
    margin-left:0px;
}

.serv1{
	color:rgba(255,255,255,0.99) ;
	float: left;
	width: 33%;
	font-size: 22px;
	text-align: center;
	padding: 50px 0px;
}



.logo10{    
	width:100%;
	max-width:90px;
	float:left;
	padding-top:10px;
    margin-top: 15px;
    border-left:#eee solid 1px; 
    padding-left:20px;
}
.menu{
	width:100%;
    margin: auto;
	font-family: 'poppinsmedium';
    text-transform: uppercase;
	float: right;
}
.menu3{;
	width:100%;
	max-width:1050px;
    margin: auto;
    padding-top:20px;
	font-family: 'poppinsmedium';
    text-transform: uppercase;
	float: right;
	padding-right: 3%;
}
.menuTop{
   	float:right;
	width:100%;
	max-width:870px;
	margin-top:10px;
	font-family: 'poppinsregular';
    text-transform: uppercase;
}

.menu a{ color:#000; }
.menu a:hover{ color:#ff5100; }
.menu #current { color:#ff5100; }

.menuTop a{ color:#fff; }
.menuTop a:hover{ color:#9de2f5; }
.menuTop #current { color:#9de2f5; }

.red{
    float:right;
    margin-left:18px;
    margin-top: -3px;
}

.menT{
    font-family: 'poppinslight';
    text-transform: uppercase;
    font-weight: bold;
    float:right;
    margin-left:30px;
	font-size:14px;
     border-bottom: #fff solid 3px;
}
.menT2{
    font-family: 'poppinslight';
    text-transform: uppercase;
    font-weight: bold;
    float:right;
    margin-left:30px;
	font-size:14px;
    border-bottom: #999 solid 3px;
}

.men{
    font-family: 'poppinslight';
    float:left;
    padding:10px;
    padding-right:15px;
    padding-left:15px;
	font-size:15px;
}


.men0{
    width:3px;
	height:29px;
	float:left;
    margin-top:5px;
    background-image:url(../imgs/separa_menu.png);
	background-position:top right;
	background-repeat:no-repeat;
    
}
.m1{ float:left; margin-top:-5px; }
.men1{
    width:220px; 
	overflow:hidden;
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:210px; 
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
	padding-right:0px;
    padding-left:20px;
	padding-top:20px;
}

.men1 a{ color:#fff; }
.men1 a:hover{ color:#ffec00; }

.men2 a{ color:#fff; }
.men2 a:hover{ color:#ffec00; }

.reds{ float:right; overflow:hidden; width:160px; }

.busca {
	clear:both; margin-top:20px; float:right; width:240px; 
}
.busk{
	border:none; background:none; height:30px; width:180px; padding:0px; padding-left:10px; padding-right:10px; color:#ccc
}

.notii{
	position:relative;
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
		  border:#e4e0d4 solid 1px;
}

.notii:hover{
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	background:#f2efe9;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
		  border:#e4e0d4 solid 1px;
}

.notiin{
	width:95%; max-width:260px; float:left; height:350px; margin:5px; overflow:hidden;	
	background:#e6ddcb;	
	border:#e4e0d4 solid 1px;
	opacity:0.6;
	color:#ccc;
	line-height:35px;
}


.porta{
	float:left;
	width:100%;
	height:100%;
	max-width:363px;
	max-height:179px;
	margin:1px;
	text-align:center;
	position:relative;	
	overflow:hidden;
}



.porta img{
    position: relative;
}

.pres{
	width:340px;
	height:59px;	
	background-image:url(../imgs/topbg.png);
	position:absolute;
	top:0px;
	left:0px;	
	color:#fff;
	font-size:25px;
	padding-top:120px;
	padding-left:23px;
	text-shadow: 5px 3px 5px #444;
	z-index:9;
	text-align:left;
}

.pres:hover{
	width:363px;
	height:179px;
	background-image:none;	
	position:absolute;
	top:0px;
	left:0px;	
}


.zoom{
		transition: 3.5s ease;
 		-moz-transition: 3.5s ease; /* Firefox */
 		-webkit-transition: 3.5s ease; /* Chrome - Safari */
 		-o-transition: 3.5s ease; /* Opera */
		position:relative;
		z-index:9999;
	}
.zoom:hover{
	transform : scale(2);
	-moz-transform : scale(2); /* Firefox */
	-webkit-transform : scale(2); /* Chrome - Safari */
	-o-transform : scale(2); /* Opera */
	-ms-transform : scale(2); /* IE9 */
	position:relative;
		z-index:9999;
}

#left{
    float: left;
    width: 100%;
    background:#000;
    position: relative;
    overflow: hidden;
}
#right{
    float: right;
    width: 50%;
    background:#000;
    position: relative;
    overflow: hidden;
}	
#left img{
    opacity: 0.8;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
#left:hover img{
    opacity: 0.3;
    transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
    transition: 4.0s ease;
    -moz-transition: 4.0s ease; /* Firefox */
    -webkit-transition: 4.0s ease; /* Chrome - Safari */
    -o-transition: 4.0s ease; /* Opera */
}
#right img{
     opacity: 0.8;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
#right:hover img{
    opacity: 0.3;
    transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
    transition: 4.0s ease;
    -moz-transition: 4.0s ease; /* Firefox */
    -webkit-transition: 4.0s ease; /* Chrome - Safari */
    -o-transition: 4.0s ease; /* Opera */
}

.gale{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    z-index: 2;
    text-align: center;
}
.gale2{
    position: absolute;
    top: 30%;
    right: 50%;
    width: 400px;
    margin-right:-200px;
    z-index: 2;
    text-align: center;
}

.inic {
	width:100%;
	max-width:980px;
	margin:auto;
	margin-top:-150px;
	position:relative;
	z-index:9999;
	padding-bottom:150px;
}

.c1{
	background-image:url(../imagenes/bgazul1.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */		
}

.c1:hover{
	background-image:url(../imagenes/bgazul.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;
}

.c11{
	float:left;
	padding:30px;
	padding-right:20px;
}
.c12{
	float:left;
	padding-top:45px;	
}
.c13{
	clear:both;
	width:70%;
	margin:auto;
	text-align:center;
}



.c2{
	background-image:url(../imagenes/bgcian1.png);
	width:300px;
	height:215px;
	float:left;	
	margin-left:40px;
	margin-right:40px;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
   /* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */			
}

.c2:hover{
	background-image:url(../imagenes/bgcian.png);
	width:300px;
	height:215px;
	float:left;	
	margin-left:40px;
	margin-right:40px;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;		
}

.c3{
	background-image:url(../imagenes/bgverd1.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.5s ease-out;  /* Opera */
		  -moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
		  transition:all 0.5s ease-out;  /* W3C */			
}

.c3:hover{
	background-image:url(../imagenes/bgverd.png);
	width:300px;
	height:215px;	
	float:left;
	-webkit-box-shadow: 0px 5px 5px 0px #666;
		-moz-box-shadow:    0px 5px 5px 0px #666;
		box-shadow:         0px 5px 5px 0px #666;		
}


.BarraNoticia{
	background:#dddbdc;
	width:100%; max-width:770px;
	height:40px;
	color:#00a5de;
	font-size:20px;
	margin-bottom:2px;
}
.ContNoticia{
	background:#fff;
	width:100%; max-width:770px;
	overflow:hidden;
}


.bgeventos{    
    width:100%;
    background-image:url(../imagenes/bgeventos.png);	
	margin-top:70px;
	overflow:hidden;
	padding-bottom:50px;
	
}
.BarraEventos{
    width:100%;
    max-width:70px;
    height:100%;
	max-height:326px;
	float:left;
	margin-right:50px;
	margin-left:0px;
}

.BarraComunica{
   	background-image:url(../imagenes/bg_barra_azul.png);
	background-color:#009bd1;
	background-repeat:no-repeat;
    width:100%;
    max-width:300px;
    height:43px;
}

.bggaleria{    
    width:100%;
    background-image:url(../imagenes/bg_galeria.jpg);
	background-position:center;
	min-height:743px;
	overflow:hidden;
	border-bottom:#fff solid 1px;
	border-top:#fff solid 2px;
}

.imgEdi{
    float:left; 
    width:100%; 
    max-width:325px; 
    margin-left:6px; 
    overflow:hidden;
    margin-bottom:5px;
    position:relative;
    max-height:215px;
}
.titEdi{
    position:absolute;
    height:50px;
    width:100%;
    background-image:url(../imagenes/bgnegro.png);
    bottom:0px; left:0px;
    font-family: 'poppinslight';
    color:#fff;
    font-size:19px;	
    padding-top:5px; padding-left:10px;
}



.inputBusca{
    background-image:url(../imagenes/bgnegro.png);
	border:#fff solid 1px;
    width:200px;
    height:30px;
    float:left	
}
.bottonBusca{
    background-image:url(../imagenes/buscar.png);
    width:38px;
    height:30px;
    float:left;
}
.inputB{
    padding:7px; background:none; color:#a28169; border:none;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
    width:200px;
    padding-right:1px;
}


.central{
    width:100%;
    max-width:1100px;
	margin:auto;
	padding-bottom:100px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.central3{
    width:90%;
    max-width:950px;
	margin:auto;
	padding-bottom:100px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

#centralTOP{
    clear:both;
    background:#FFF;
    width:100%;
    max-width:1060px;
    min-height:400px;
    margin:auto;
    overflow:hidden;	
    margin-bottom:20px;
    padding:10px;
	padding-top:0px;
	margin-top:-25px;
    padding-bottom:20px;
	position:relative;
	z-index:1;
}

#central2{
    background-image:url(../imagenes/bgblanco.png);
    width:100%;
    height:320px;
    overflow:hidden;	
    margin-bottom:30px;
    margin-top:30px;
    border-top:#ddd solid 1px;
    border-bottom:#ddd solid 1px;
}

.content{
	width:100%;
	max-width: 1100px;
	min-height:90px; 	
	position:relative;
	z-index:1;
	margin:auto;
	margin-top:-200px; 	
	margin-bottom:100px;	
	padding-bottom:15px;
	overflow:hidden;
	padding-top:20px;
}

.barra {
    background:#d57c1b;
    width:100%;
    height:50px;
    margin-top:40px;
	padding-top:10px;
    padding-left:20px;
	font-family: 'poppinslight';
    font-size:30px;
	color:#fff;
}





.titnoticia{
    position:absolute;
    height:40px;
    width:300px;
    background-image:url(../imagenes/bgnegro.png);
    bottom:0px; left:0px;
    font-family: 'poppinslight';
    color:#fff;
    font-size:15px;	
    padding-top:10px; padding-left:10px;
    padding-right:20px;
    line-height:18px;
}

.mas{
	background-image:url(../imgs/mas_tom.png);
	width:16px;
	height:26px;
	position:absolute;
	bottom:7px; 
	right:10px;
}

.titnoticia a { color:#fff; text-decoration:none }
.titnoticia a:hover { color:#aaa; text-decoration:none }


.NoticiasH{
	width:100%;
	max-width:770px;
	float:left;	
	overflow:hidden;
	margin-right:30px;
}

.ComunicadosH{
	width:100%;
	max-width:300px;
	float:left;	
	overflow:hidden;
	background:#efefef;
	min-height:460px;
}

.noticias {
    float:left; width:100%; height:210px; overflow:hidden; margin-top:10px; margin-bottom:10px; position:relative; margin-left:7px; margin-right:7px; max-width: 330px;	
}


.noticias img{
    position: relative;
}

.articulo{ float:left; width:340px; background:#ececec } 
.articuloPrin{width:334px; margin:auto; margin-top:4px; height:230px;  overflow:hidden;}
.articuloPrinDet{ width:314px; height:155px; margin:auto; padding:10px; }

.articuloSecu{float:left; width:220px; height:245px; padding:5px; margin-right:3px; position:relative}
.articuloSecuImg{width:220px; height:140px; overflow:hidden; margin-bottom:5px}
.articuloSecuLink{position:absolute; bottom:15px; right:10px;}


 

.pie2{
    clear:both; width:980px; background-image:url(../imagenes/line.png); 
    background-position:center;
    background-repeat:no-repeat;
    margin:auto;	
    text-align:center;
}

.menp{
	clear:both;
	height:30px;
	font-family: 'poppinsregular';
	font-size:15px;	
}

.menp a { 
	background-image:url(../imagenes/icono_pie2.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#565656;
	padding-top:2px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
}

.menp a:hover { 
	background-image:url(../imagenes/icono_pie1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#00a7c1;
	padding-top:2px;
}

.menp .current { 
	background-image:url(../imagenes/icono_pie1.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px;
	color:#00a7c1;
	padding-top:2px;
}


.titulo{
	width:90%;
	margin: auto;
	padding-top:40px;
	overflow:hidden;
	text-align: center;
	
	padding-bottom:20px;
}

.bTop{
	background-image:url(../imagenes/bgTitle.png);
	background-position:left; 
	background-repeat:no-repeat;
	width:100%;
	min-height:109px; 	
	position:relative;   
}

.topi{
	width:100%;
	max-width:1100px;
	margin:auto;
	position:relative;
}


.redes{
	float:left;
	width:130px;
	padding-top:30px;	
}


.retorno{
	float:right;	
	width:64px;

}

.imgDet{
	width:100%; float:left; max-width:100px; min-height:80px; overflow:hidden; margin:5px;
	background:#fff; padding:2px;
}

.efectazo{
	 width:100%; height:100%;  background-position:center 50%;
	 background-attachment: fixed;
 	 background-position: center center;
  	 background-size: cover;
}

.tramite{
	width:100%;
	max-width:1060px;
	min-height:130px;
	background:#352820;	
	margin:auto;
	margin-bottom:80px
}
.tramitem{
	width:100%;
	max-width:1060px;
	min-height:230px;
	background:#352820;	
	margin:auto;
	margin-bottom:80px
}

.imgFond{
	width:100%; height:100%;  background-position:center 50%;
  	background-position: center center;
  	background-size: cover;
}


.contP{		
	position:absolute;
	bottom:20px;
	left:20px;	
	text-align:left;
    width: 100%
}
.contP h2{	
	font-family: 'poppinsbold';
	color:#fff;
	font-size:28px;
	text-shadow: 0.5em 0.5px 0.5em #222;
	max-width: 90%;
}

.contP h4{	
	font-family: 'poppinslight';
	color:#DD9638;
	font-size:15px;
	text-shadow: 0.1em 0.5px 0.1em #111;
}

.vermasP {		
	position:absolute;
	bottom:30px;
	right:30px;	
	width:35px;
	height:35px;
}


.prod1{
	float:left;
	width:100%;
	max-width:390px;
	height:250px;
	margin:5px;
	position:relative;	
    overflow:hidden; 
    background: #000;
}

.imgFond{
	width:100%; height:100%;  background-position:center 50%;
    
  	background-position: center center;
  	background-size: cover;
     transition: 1.1 ease;
 		-moz-transition: 1.1s ease; /* Firefox */
 		-webkit-transition: 1.1s ease; /* Chrome - Safari */
 		-o-transition: 1.1s ease; /* Opera */
}
.prod1:hover .imgFond{
    opacity: 0.6;
	transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
	position:relative;
	
}

.bgP{
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3)); 
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;	
    transition: 1.1 ease;
 		-moz-transition: 1.1s ease; /* Firefox */
 		-webkit-transition: 1.1s ease; /* Chrome - Safari */
 		-o-transition: 1.1s ease; /* Opera */
}

.prod2{
	float:left;
	width:100%;
	max-width:520px;
	height:240px;
	margin:10px;
	position:relative;		
}

.prod3{
	float:left;
	width:100%;
	max-width:520px;
	height:240px;
	margin:10px;	
	position:relative;	
}


.recuadro0
{
    float: left;
    width:100%;
    height:280px;
    overflow:hidden;
    background:#fff;	
    margin-bottom:0px;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.productos{	
	width:278px;
    height:360px;
    float:left;
    overflow:hidden;
    border: #eee solid 0.5px;
    margin:10px;
	margin-top:20px;
    position:relative;
	background:none;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
		  
	
	
}

.productos:hover{				  
	background-position:-250px center;
	
}
.recuadro0 img{
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}
.productos:hover .recuadro0 img
{
	transform : scale(1.2);
	-moz-transform : scale(1.2); /* Firefox */
	-webkit-transform : scale(1.2); /* Chrome - Safari */
	-o-transform : scale(1.2); /* Opera */
	-ms-transform : scale(1.2); /* IE9 */
	position:relative;	
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */
}

.img{
	width:310px; height:200px; overflow:hidden; margin-right:20px; float:left;
	position:relative;	
}

.bgimg{
	position:absolute;
	top:0px; left:0px;
	background-image:url(../imagenes/bgimg.png);
	background-repeat:no-repeat;
	background-position:0px 128px;
	width:310px;
	height:260px;	
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */	
	opacity: 1;
	z-index:99;
}

.bgimg:hover{
	position:absolute;
	top:0px; left:0px;
	background-image:url(../imagenes/bgimg.png);
	background-repeat:no-repeat;
	background-position:0px 128px;
	width:310px;
	height:260px;	
	opacity: 0.5;
	z-index:99;
}

.pcont{
	clear:both; padding:10px;
	background:#f9b800;
	width:290px;
	height:40px;
	position:relative;
}

.mas{
	background-image:url(../imagenes/flecha.png);
	width:39px;
	height:33px;	
	position:absolute;
	right:0px;
	bottom:0px;
}


.productos2{	
    width:180px;
    height:270px;
    float:left;
    overflow:hidden;
    margin-top:0px;
    margin-left:10px;
    margin-right:10px;
    position:relative;
}

.titu{
	background:#fff;
	height:49px; 
	width:95%;	
	padding:10px;
}

.titul{
	clear:both;
	background-image:url(../imagenes/icono_titulo.png);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:5px;
	padding-left:25px;
}




div.recuadro01
{
    float: left;
    width:180px;
    height:226px;
    overflow:hidden;
    background:#f5f5f5;	
    margin-bottom:0px;
}


.noticias_ini{	
	background:#eee;
	width:350px;
    height:250px;
    float:left;
    overflow:hidden;
    margin-top:20px;
    margin-right:15px;
    position:relative;
	/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.3s ease-out;  /* Opera */
		  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
		  transition:all 0.3s ease-out;  /* W3C */		
}


.columna1{
    padding-top:5px;
    text-align:center;
    float:left;
    width:303px;
}
.columna1 img{
    padding-bottom:10px;
}
.columna2{
    padding-left:310px;
    padding-top:5px;
}
.pie{
    clear:both;
}
.pie-info{
    padding-top:5px;
    font-family: 'Swis721LtBTLight';
    font-size:12px;
    padding-bottom:15px;
}
.pie-info img{
    margin-left:5px;
}
.pie-datos{
    color:#002596;
}


/**  menu  **/

.lavaLampBottomStyle {
    position: relative;
    height: 20px;
    width: 690px;
    background-color: white;
    padding-top:5px;
    padding-bottom:25px;
    margin-left:auto;
    overflow: hidden;
}
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
}
.lavaLampBottomStyle li.back {
    border-bottom: 5px solid  #005DAA;
    width: 9px;
    height: 25px;
    z-index: 8;
    position: absolute;
}
.lavaLampBottomStyle li a {
    font-family: 'Swis721LtBTLight';
    font-size:14px;
    text-decoration: none;
    color:#666666;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}       

/*************  fin menu  ******************/

.espl10 { padding-left:10px }
.espl20 { padding-left:20px }
.espr10 { padding-right:10px }
.espr20 { padding-right:20px }

.t_10 { font-size:10px !important }
.t_11 { font-size:11px !important }
.t_12 { font-size:12px !important }
.t_13 { font-size:13px !important }
.t_14 { font-size:14px !important }
.t_15 { font-size:15px !important }
.t_16 { font-size:16px !important }
.t_17 { font-size:17px !important }
.t_18 { font-size:18px !important }
.t_19 { font-size:19px !important }
.t_20 { font-size:20px !important }
.t_21 { font-size:21px !important }
.t_22 { font-size:22px !important }
.t_23 { font-size:23px !important }
.t_24 { font-size:24px !important }
.t_25 { font-size:25px !important }
.t_26 { font-size:26px !important }
.t_27 { font-size:27px !important }
.t_28 { font-size:28px !important }
.t_29 { font-size:29px !important }
.t_30 { font-size:30px !important }
.t_31 { font-size:31px;	}
.t_32 { font-size:32px;	}
.t_33 { font-size:33px;	}
.t_34 { font-size:34px;	}
.t_35 { font-size:35px;	}
.t_36 { font-size:36px;	}
.t_37 { font-size:37px;	}
.t_38 { font-size:38px;	}
.t_39 { font-size:39px;	}
.t_40 { font-size:40px;	}
.t_41 { font-size:41px;	}
.t_42 { font-size:42px;	}
.t_43 { font-size:43px;	}
.t_44 { font-size:44px;	}
.t_45 { font-size:45px;	}
.t_46 { font-size:46px;	}
.t_47 { font-size:47px;	}
.t_48 { font-size:48px;	}
.t_49 { font-size:49px;	}
.t_50 { font-size:50px;	}
.t_51 { font-size:51px;	}
.t_52 { font-size:52px;	}
.t_53 { font-size:53px;	}
.t_54 { font-size:54px;	}
.t_55 { font-size:55px;	}
.t_56 { font-size:56px;	}
.t_57 { font-size:57px;	}
.t_58 { font-size:58px;	}
.t_59 { font-size:59px;	}
.t_60 { font-size:60px;	}
.t_61 { font-size:61px;	}
.t_62 { font-size:62px;	}
.t_63 { font-size:63px;	}
.t_64 { font-size:64px;	}
.t_65 { font-size:65px;	}
.t_66 { font-size:66px;	}
.t_67 { font-size:67px;	}
.t_68 { font-size:68px;	}
.t_69 { font-size:69px;	}
.t_70 { font-size:70px;	}
.t_71 { font-size:71px;	}
.t_72 { font-size:72px;	}
.t_73 { font-size:73px;	}
.t_74 { font-size:74px;	}
.t_75 { font-size:75px;	}
.t_76 { font-size:76px;	}
.t_77 { font-size:77px;	}
.t_78 { font-size:78px;	}
.t_79 { font-size:79px;	}
.t_80 { font-size:80px;	}
.t_81 { font-size:81px;	}
.t_82 { font-size:82px;	}
.t_83 { font-size:83px;	}
.t_84 { font-size:84px;	}
.t_85 { font-size:85px;	}
.t_86 { font-size:86px;	}
.t_87 { font-size:87px;	}
.t_88 { font-size:88px;	}
.t_89 { font-size:89px;	}
.t_90 { font-size:90px;	}
.t_95 { font-size:90px;	}
.t_100 { font-size:100px;	}
.t_105 { font-size:105px;	}
.t_110 { font-size:100px;	}
.t_115 { font-size:115px;	}
.t_120 { font-size:120px;	}


.grisa{ color:#AAA; }
.gris{ color:#222; }
.gris1{ color:#111; }
.gris2{ color:#222; }
.gris3{ color:#302B2B; }
.gris4{ color:#494949;	}
.gris5{ color:#555;	}
.gris6{ color:#666;	}
.gris7{ color:#727272;	}
.gris8{ color:#888;	}
.gris9{ color:#999;	}
.grisd{ color:#ddd;	}
.grisc{ color:#ccc;	}
.grise{ color:#eee;	}
.negro{ color:#000;	}
.amarillo{ color:#ffd507; }
.amarillo2{ color:#eda500; }
.tomat{ color:#e16833; }
.rojo{ color:#ff5100; }
.cian{ color:#2c438f; }
.azul{ color:#222; }
.lemas{ color:#564e48; text-shadow: 0em 0.5px 0em #ddd; }


#descripcion img {
    padding:5px;
}

.blanco{
    color:#fff;	
}
.celest{
    color:#00a8ea;	
}
.verd{
    color:#345400; 	
}

.txt_pag
{
    border:#4e4031 solid 1px;
    background:#eee;
    color:#924D3C;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:6px;
    padding-right:6px;
    font-size:11px;
}

.txt_pag2
{
    border:#4e4031 solid 1px;
    background:#68594c;
    color:#fff;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:7px;
    padding-right:7px;
    font-size:12px;
}


/*.button {   	
    font-size:13px;
    color:#333;
    background:#eee;
    border:#CCC solid 1px;
}
.button:hover {
    border:#CCC solid 1px;
    background: #444;
    color: #fff;
}
.button:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.botonn {
    font-family:Arial, Helvetica, sans-serif;
    color:#333;
    background:#eee;
    border:#CCC solid 1px;
} 
*/

 

.boton {
    background:none;
    font-size:25px;
    color:#201813;
    border:none;
    font-family: 'poppinsregular';
	height:50px;
	width:100px;
	cursor:pointer;
	font-weight:bold;
}
.boton21 {
    background:none;
    font-size:25px;
    color:#fff;
    border:none;
    font-family: 'poppinsregular';
	height:50px;
	width:100px;
	cursor:pointer;
	font-weight:bold;
}
.boton2{
	background:#f9b800;
	width: 170px;
	padding: 10px;
	height: 40px;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius:5px;
}
/* f9b800 */
.boton2:hover{
	background:#fff;
	padding: 10px;
	height: 40px;
	color: #000;
	border: none;
	cursor: pointer;
	border-radius:5px;
}
#btver{
    float:left;
    font-family: 'CaviarDreamsBold';
    font-size:13px;
    color:#fff;
    background-image:url(../imagenes/bot2.jpg);
    width:70px;
    height:20px;
    text-align:center;
    font-weight:bold;
    padding-top:5px;
}

#btver:hover{
    float:left;
    font-family: 'CaviarDreamsBold';
    font-size:13px;
    color:#000;
    background-image:url(../imagenes/bot3.jpg);
    width:70px;
    height:20px;
    text-align:center;
    font-weight:bold;
    padding-top:5px;
}

#btcot{
    float:right;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:90px;
    height:30px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	margin-top:-8px;
	background-image:url(../imagenes/pedidos.png);
	background-position:left 0px;
	background-repeat:no-repeat;
}

#btcot:hover{
    float:right;
    font-family: 'poppinslight';
    font-size:15px;
    color:#fff;
    width:90px;
    height:30px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	margin-top:-8px;
	background-image:url(../imagenes/pedidos.png);
	background-position:left 0px;
	background-repeat:no-repeat;
}

#btcot2{
    clear:both;
	float:left;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:150px;
    height:35px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	background-color:#164193;
	background-image:url(../imagenes/pedidos.png);
	background-position:20px 5px;
	background-repeat:no-repeat;
}

#btcot2:hover{
    clear:both;
	float:left;
    font-family: 'poppinslight';
    font-size:15px;
    color:#ffd300;
    width:150px;
    height:35px;
	margin-right:15px;
    text-align:right;
    font-weight:bold;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	background-color:#4268b0;
	background-image:url(../imagenes/pedidos.png);
	background-position:20px 5px;
	background-repeat:no-repeat;
}



.rsp_nav{
    float: right;
    width: 80px;
    display: none;
    height: 40px;
    padding: 9px 30px 9px 30px;
    margin: 25px 0px 0px 0px;
    border-left:#eee solid 1px;
}
.rsp_nav > span{
    font-family: 'poppinsextrabold';
    display: block;
    float: left;
    width: 20px;
    margin-top: 2px;
}
.rsp_buttom {
    border: 1px solid #777;
    border-radius: 3px;
    width: 24px;
    padding: 0px 7px 4px 7px;
    cursor: pointer;
    float: right;
}
.rsp_buttom span{
    width: 24px;
    height: 2px;
    background: #c18a0e;
    display: block;
    margin-top: 4px;
}

/*/----------------secundarias-----------------------------/*/
/* Contactenos*/
.info1{float:left; width:300px; padding-left:20px; margin-left:10px; margin-top:50px; overflow:hidden}
.info2{float:left; margin-top:40px; width:260px; padding-left:60px; margin-left:10px; border-left:#ddd solid 1px;  overflow:hidden}
.info3{float:left;  width:100%; max-width:340px; margin:10px; margin-right:5px; margin-left:5px; position:relative }
.info4{ padding-top:10px; padding-bottom:10px; max-width:840px; width: 100%}
.info5{clear:both; margin-bottom:2px; margin-left:10px; margin-right:10px}


.info6{
		clear:both; border:#fff solid 1px;
		background:#efefef; 
		position:relative; 
		margin:5px;
		margin-bottom:30px;
		overflow: hidden;
		-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#999;
}

.info6:hover{
		clear:both; border:#fff solid 1px;
		background:#eee; 
		position:relative; 
		margin:5px;
		margin-bottom:30px;
		overflow: hidden;
		-webkit-box-shadow: 0px 5px 5px 0px #ddd;
		-moz-box-shadow:    0px 5px 5px 0px #ddd;
		box-shadow:         0px 5px 5px 0px #ddd;	
		color:#555;	
}

.info6h{
		clear:both; border:#fff solid 1px;
		background:#efefef; 
		position:relative; 
		margin:0px;
		overflow: hidden;		
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.8s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.8s ease-out;  /* Opera */
		  -moz-transition:all 0.8s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.8s ease-out;   /* Internet Explorer */
		  transition:all 0.8s ease-out;  /* W3C */
		  color:#999;
}
.info6h:hover{
		clear:both; border:#fff solid 1px;
		background:#f9f9f9; 
		position:relative; 
		margin:0px;
		overflow: hidden;			
		color:#555;	
}

.det_info6{ margin-bottom:10px; position:relative; padding:20px; z-index:2;  }

.fle_info6{ position:absolute; left:297px; top:5px;  width:13px; height:28px;
		    background-image:url(../imagenes/f1.png); background-repeat:no-repeat; z-index:999;
}
.img_info6{ float:left; overflow:hidden; width:310px; height:170px; padding-right:20px; position:relative; z-index:1; }
.info6 .vermas{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
}
.info6h .vermas{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
}


.fle_info61{ position:absolute; right:297px; top:5px;  width:13px; height:28px;
		    background-image:url(../imagenes/f2.png); background-repeat:no-repeat; z-index:999;
}
.img_info61{ float:right; overflow:hidden; width:310px; height:170px; padding-left:20px; position:relative; z-index:1; }
.info6 .vermas1{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
	padding-left:20px
}
.info6h .vermas1{
	color:#da0977;	
	font-family: 'poppinsregular';
    font-size:15px;	
	padding-left:20px
}

.img_info6h{ float:left; overflow:hidden; width:310px; padding-right:20px; position:relative; z-index:1; }
.img_info6h1{ float:right; overflow:hidden; width:310px; padding-left:20px; position:relative; z-index:1; }





.img_info7{float:right; margin-left:25px; margin-right:5px; overflow:hidden; padding:10px; margin-bottom:10px; background:#fff;
	-webkit-box-shadow: 0px 5px 5px 0px #ccc;
		-moz-box-shadow:    0px 5px 5px 0px #ccc;
		box-shadow:         0px 5px 5px 0px #ccc;
		border-radius: 6px;
		border:#ddd solid 1px;
 }
.det_info7{text-align: justify; }

.titulo_sub1{float:left; width:870px; overflow:hidden}
.titulo_sub2{float:left; width:80px; overflow:hidden; padding-top:10px}

.info8{float:left; width:100%; max-width:325px;
 		margin:10px; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden; height:380px; 
		border:#ddd solid 1px;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.2s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.2s ease-out;  /* Opera */
		  -moz-transition:all 0.2s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.2s ease-out;   /* Internet Explorer */
		  transition:all 0.2s ease-out;  /* W3C */
		  color:#555;
		border-radius: 6px;
	}
.info8:hover{float:left; width:100%; max-width:325px;
 		margin:10px; margin-top:7px; background:#fff; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden; height:380px; 		
		 color:#888;
		 -webkit-box-shadow: 0px 10px 15px 3px #ddd;
		-moz-box-shadow:    0px 10px 15px 3px #ddd;
		box-shadow:         0px 10px 15px 3px #ddd;
		
	}	
.info8 a { color:#5e4b41; }
.info8 a:hover { color:#e16833; }

.img_info8{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:311px; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:13px; }
.info8 .vermas{
	position:absolute;
	right:1px;
	bottom:1px;
	background:#2c438f;
	width:100%;
	height:25px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	

}
.info8 .vermas a { color:#ffd300; }
.info8 .vermas a:hover { color:#fff; }

.det_info81{clear:both; padding:15px; overflow:hidden;}
.img_info81{clear:both; overflow:hidden; width:100%; max-width:325px; height:180px}
.info8 .det_info81 a { color:#444; }
.info8 .det_info81 a:hover { color:#00a5de; }
.info8 .vermas2{
	position:absolute;
	right:0px;
	bottom:8px;
	width:141px;;
	height:23px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	
	background-image:url(../imagenes/ver_mas1.png);

}
.info8 .vermas2 a { color:#fff; }
.info8 .vermas2 a:hover { color:#ccc; }



.info8C{float:left; width:100%; max-width:300px;
 		position:relative; 
		margin-bottom:20px;
		overflow:hidden; height:320px; 		
		  color:#555;
		
	}
.info8C .vermas2{
	position:absolute;
	right:0px;
	bottom:8px;
	width:141px;;
	height:23px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	
	background-image:url(../imagenes/ver_mas1.png);

}
.info8C .vermas2 a { color:#fff; }
.info8C .vermas2 a:hover { color:#ccc; }



/* info 8 home */
.info88{float:left; width:100%; max-width:300px;
 		margin:10px; background:none; position:relative; 
		margin-bottom:20px; margin-top:30px; margin-right:13px;
		overflow:hidden; height:330px; 
		-webkit-box-shadow: 0px 5px 5px 0px #ccc;
		-moz-box-shadow:    0px 5px 5px 0px #ccc;
		box-shadow:         0px 5px 5px 0px #ccc;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#555;
		
	}
.info88:hover{float:left; width:100%; max-width:300px;
 		margin:10px; background:#fff; position:relative; 
		margin-bottom:20px; margin-top:20px; margin-right:13px;
		overflow:hidden; height:330px; 
		-webkit-box-shadow: 0px 5px 3px 0px #eee;
		-moz-box-shadow:    0px 5px 3px 0px #eee;
		box-shadow:         0px 5px 3px 0px #eee;
		 color:#888;
	}	
.info88 a { color:#222; }
.info88 a:hover { color:#b20553; }

.img_info88{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:286px; height:180px}
.det_info88{clear:both; padding:15px; overflow:hidden;}
.info88 .vermas{
	position:absolute;
	right:1px;
	bottom:1px;
	background:#da0977;
	width:40%;
	height:25px;
	font-family: 'poppinsregular';
    font-size:14px;
	padding-top:8px;
	float:right;	

}
.info88 .vermas a { color:#fff; }
.info88 .vermas a:hover { color:#ccc; }





.info9{float:left; margin-right:25px; overflow:hidden; width:450px; padding:20px; margin-bottom:10px; padding-left:15px; background:#e5e5e5}

.gima{
	position:relative;
	float:left; width:330px; height:240px; overflow:hidden;  background:#fff; margin:10px; 
	margin-right:20px; margin-top:10px;
	-webkit-box-shadow: 	0px 3px 5px 0px #ddd;
		-moz-box-shadow:    0px 3px 5px 0px #ddd;
		box-shadow:         0px 3px 5px 0px #ddd;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */	
		  opacity:1;
}
.gima:hover{
	position:relative;
	float:left; width:330px; height:240px; overflow:hidden;  background:#eee; margin:10px;
	margin-right:20px; margin-top:10px;
	-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		opacity:0.9;
		}
.dimg{
	float:left; margin:10px; border:#fff solid 6px; margin-left:4px; margin-right:4px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;	
/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */		
}
.dimg:hover{
	float:left; margin:10px; border:#fff solid 6px; margin-left:4px; margin-right:4px;
	filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
		
}



.gima2{
	float:left; width:320px; height:240px; overflow:hidden;  background:#fff; margin:20px; margin-top:40px;
	-webkit-box-shadow: 	0px 3px 3px 0px #555;
		-moz-box-shadow:    0px 3px 3px 0px #555;
		box-shadow:         0px 3px 3px 0px #555;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.9s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.9s ease-out;  /* Opera */
		  -moz-transition:all 0.9s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.9s ease-out;   /* Internet Explorer */
		  transition:all 0.9s ease-out;  /* W3C */	
}
.gima2:hover{
	float:left; width:320px; height:240px; overflow:hidden;  background:#ddd; margin:20px; margin-top:40px;
	-webkit-box-shadow: 	0px 3px 5px 0px #999;
		-moz-box-shadow:    0px 3px 5px 0px #999;
		box-shadow:         0px 3px 5px 0px #999;		
}



.bgBook{
	position:relative; 
	width:100%; 
	max-width:650px; 
	max-height:455px; 
	padding-top:25px; 
	margin:auto; 
	margin-top:15px; 
	background-image:url(../imagenes/bgrevista.jpg); 
	border:#ccc solid 1px;	
}

.PreDet{
	float:left; width:190px; margin-top:5px; text-align:right;	
}
.ComDet{
	float:right;	
}
.RedDet{
	float:right; width:190px; overflow:hidden; margin-left:20px; margin-bottom:20px; padding-bottom:10px; background:#C8C9CA;
}

.Red2{
	float:left; width:170px; overflow:hidden; padding-left:10px; padding-bottom:10px;	
}
.Red3{
	float:left; padding-left:10px; margin-top:5px; padding-top:3px; width:170px;	
}

.flecha{ position:absolute; bottom:5px; width:100%; z-index:999; }


.ulcu1{ width:145px; height:130px; overflow:hidden; margin:auto; margin-top:5px; }
.ulcu2{ background:#bf302c; width:135px; height:130px; padding:5px; margin:auto; }
.ulcu3{ float:left; width:135px; padding-left:5px; } 
.ulcu4{ float:left; width:75px; padding-top:15px; padding-left:5px; } 
.ulcu5{ float:left; width:50px; padding-top:30px; } 
.ulcu6{ width:140px; height:100px; overflow:hidden; margin:auto; } 
.ulcu7{ float:left; width:140px; padding:5px; padding-top:15px } 
.ulcu8{ float:left; width:135px; padding:4px; padding-top:10px; line-height:20px } 
.ulcu9 { float:left; width:95%; padding-left:5px; padding-top:10px; line-height:20px; }


.ini1{ float:left; width:20%; text-align:right; padding-right:10px; }
.ini2{ float:left; width:70%; text-align:left }
.ini3{ float:left; width:50%; }
.ini4{ float:left; width:50%; }

.reg1{ float:left; width:190px; text-align:right; padding-right:10px; padding-top:5px }
.reg2{ float:left; width:320px; text-align:left }
.regb{ clear:both; width:100%; margin-bottom:15px; overflow:hidden; text-align:center; }


.conn1{ clear:both; width:100%; max-width:820px; margin:auto; padding-top:30px; overflow:hidden; position:relative }
.con1{ padding-left:70px; padding-bottom:20px; width:100%;  max-width:850px }
.con2{ float:left; width:100px; border:#c87418 solid 1px; border-right:none; padding-top:5px; background:#c87418; height:30px;  text-align:right; } 
.con3{ clear:both; width:98%; max-width:390px; border:#c87418 solid 1px; border-right:none; padding-top:5px; background:#c87418; height:30px;  text-align:left; padding-left:10px; } 

.con4{ float:left; width:98%; text-align:left }

.compar1{ float:left; margin-top:0px; padding-left:10px; width:250px }
.compar2{ float:left; padding-left:10px; margin-top:5px; padding-top:3px; width:145px }

/* Botón Ir Arriba
		----------------------------------------------- */
		#IrArriba {
		position: fixed;
		bottom: 55px; /* Distancia desde abajo */
		right: 25px; /* Distancia desde la derecha */
		z-index:9999;
		}
		
		#IrArriba span {
		width: 51px; /* Ancho del botón */
		height: 51px; /* Alto del botón */
		display: block;
		background: url(../imagenes/flcha-arriba.png?v=1.04) no-repeat center center;
		z-index:9999;
		}
		

.p1C{ width:8%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; text-align:center; background:#ddd; border-bottom:#ccc solid 1px;  }
.p2C{ width:67%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }
.p3C{ width:12%; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }
.p4C{ width:13%; float:left; font-size:15px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; }

.p1{ width:8%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; text-align:center  }
.p2{ width:67%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; }
.p3{ width:12%; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; }
.p4{ width:13%; float:left; font-size:15px; padding-top:5px; padding-bottom:5px; }


.frm1{
	float:right; width:100%; max-width:480px; padding-left:50px; margin-left:100px;  overflow:hidden	
}

.fila{ clear:both; padding-top:5px; padding-bottom:5px; }
.fil1 { width:100%; text-align:left; padding-right:10px; padding-top:7px; padding-bottom:5px; }
.fil2 { width:100%; }

.lat1{ float:right; width:100%; max-width:420px; margin-right:23px }
.lat2{ width:100%; max-width:540px; margin-right:40px; }

.b1{
	float:left; padding-right:20px; padding-top:5px;
}
.b2{ float:left; width:350px; margin-right: 10px; }
.b3{ float:left; background:#211915; width:130px; padding:10px; margin-left: 10px }

/*** pancho/
@media only screen and (min-width: 1800px) {
	.flecha{ display:none; }
}
/*-------------------------fin secundarias--------------------*/
@media only screen and (max-width: 1090px) {
	
	

/*.pie > div{float: left;}*/
.pie_i1{float:left; width:250px; padding-left:30px;}
.pie_i2{float:left;width:250px; padding-left:30px; margin-top:40px;}
.pie_i3{float:left;width:250px; padding-left:30px; margin-left:30px; margin-top:40px;}

.frm1{
	float:left; width:100%; max-width:550px; padding-left:50px; margin-left:50px; border-left:#ccc dashed 1px; overflow:hidden	
}
.fil1 { float:none; width:150px; text-align:left; padding-right:0px; padding-top:0px; }
.fil2 { float:none; }

}
/*menu responsivo activado*/
@media only screen and (max-width: 970px){
/*.pie > div{float: left;}*/
.pie_i1{float:left; width:220px; padding-left:30px;}
.pie_i2{float:left;width:220px; padding-left:80px; margin-top:40px;}
.pie_i3{float:left;width:250px; padding-left:30px; margin-left:30px; margin-top:40px;}

.prod1{
	float:left;
	width:100%;
	max-width:100%;
	height:250px;
	margin:0.5px 0px;
	position:relative;	
    overflow:hidden; 
    background: #000;
}
.serv1{
	 
	float: none;
	width: 90%;
	margin: auto;
	padding: 20px 0px;
}	
	.productos{
		width:350px;
		height:430px;
		float:none;
		overflow:hidden;
		border: #eee solid 0.5px;
		margin:auto;
		margin-top:20px;
		position:relative;
		background:none;
	}

	.recuadro0
	{
		float: left;
		width:100%;
		height:350px;
		overflow:hidden;
		background:#fff;	
		margin-bottom:0px;
		/* Aqui colocamos la transicion para cada navegador */
			  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
			  -o-transition:all 0.3s ease-out;  /* Opera */
			  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
			  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
			  transition:all 0.3s ease-out;  /* W3C */
	}






}
@media only screen and (max-width: 1060px){
   .frm1{
	float:left; width:85%; max-width:400px; padding-left:10px; margin-left:50px; border-left:none; overflow:hidden; padding-top:40px	
}
}
@media only screen and (max-width: 685px){
   
}

/* pancho fin declaracion de activacion de menu responsivo--------------------------------*/

@media only screen and (max-width: 790px){
   
	.b1{ float:none; padding-right:20px; padding-top:5px; }
	.b2{ float:none; width:250px; margin-right: 0px; }
	.b3{ float:none; background:#211915; width:130px; padding:6px; margin-left: 0px; margin: 10px 0px }
	
	.noticias_ini{	
		float: none;
	   margin: 10px auto;
	}
   
	.top{
		background-image:none;
		background:#eee;
		width:100%;
		margin:auto;
		position:relative;
		z-index:99;
		min-height:145px;
		-webkit-box-shadow: 	0px 2px 10px 0px #111;
			-moz-box-shadow:    0px 2px 10px 0px #111;
			box-shadow:         0px 2px 10px 0px #111;
		 
	}

.logo{    
	width:100%;
	max-width:280px;
	float:none;
 
	margin:auto;
}


/*.pie > div{float: left;}*/
.pie_i1{float:none; clear:both; width:280px; padding-left:0px; margin:auto }
.pie_i2{float:none; clear:both; width:280px; padding-left:0px; margin:auto; padding-top:40px;}
.pie_i3{float:none; clear:both; width:280px; padding-left:0px; margin-left:0px; margin:auto; padding-top:40px;}
.derechos{clear:both; width:90%; max-width:700px; text-align:left; padding-left:20px; padding-top:55px; padding-bottom:30px; margin:auto }
.siguenos{clear:both; width:220px; margin:auto; padding-top:30px; text-align:center }
.redesSociales{width:168px; height: 50px;  margin:auto; text-align:center}
.redesSociales div {float:left; padding:20px 10px 0px 5px}

.frm1{
	float:left; width:85%; max-width:550px; padding-left:10px; margin-left:10px; border-left:none; overflow:hidden; padding-top:40px	
}

.img_info7{float:none; clear:both; margin-left:0px; overflow:hidden; width:100%; max-width:400px; padding:0px; margin-bottom:10px; padding-left:0px; background:#e5e5e5}

}


@media only screen and (max-width: 520px){
.service{
	float:none; margin:auto; width:100%; max-width:220px; padding:25px 0px;	
}
.slid2{
	width:100%;	
	max-width:1800px;
	position:relative;
	z-index:1;
	height:auto;
	overflow:hidden;
}

.notii{
	float:none; margin:5px auto;
}

.notii:hover{
	float:none; margin:5px auto;
}

.notiin{
	display:none;
}

h1 {  
	font-family: 'poppinsregular';
	font-size:25px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
}
.redes{
	padding-left:10px;
	padding-top:10px;	
}



.m1{ float:left; margin-top:5px;}
.men1{
    width:150px; 
	overflow:hidden;
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
    padding-right:10px;
	padding-top:20px;
}
.men2{
    width:120px; 
	font-family: 'poppinsregular';
	font-size:14px;
    float:right;
    padding:9px;
	padding-right:0px;
    padding-left:10px;
	padding-top:20px;
}

.retorno{
	display:none;
}


	
 
.lat1{ float:none; width:100%; max-width:420px; overflow:hidden; margin-right:0px }
.lat2{ clear:both; width:100%; max-width:540px; margin-right:0px; margin-top:20px }

}


@media only screen and (max-width: 320px){
h1 {  
	font-family: 'poppinsregular';
	font-size:20px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
	line-height:25px
}

.redes{
	padding-left:10px;
	padding-top:10px;	
}


.imgg{ float:none; margin:3px auto; }
.imgp{ float:none; width:260px; height:200px; overflow:hidden; margin:5px auto; margin-top:10px; }

.menT{
    padding:5px;
	font-size:12px;
	padding-bottom:40px;
}

.gima{
	float:left; width:300px; height:240px; overflow:hidden;  background:#eee; margin:0px; 
	margin-right:0px; margin-top:10px;
	
}
.gima:hover{
	float:left; width:300px; height:240px; overflow:hidden;  background:#fff; margin:0px;
	margin-right:0px; margin-top:10px;
	
		}

.info8{float:left; width:100%; max-width:300px;
 		margin:0px; background:#ebebeb; position:relative; 
		margin-bottom:20px; margin-right:0px;
		overflow:hidden; height:380px; 
		-webkit-box-shadow: 0px 5px 5px 0px #aaa;
		-moz-box-shadow:    0px 5px 5px 0px #aaa;
		box-shadow:         0px 5px 5px 0px #aaa;
		/* Aqui colocamos la transicion para cada navegador */
		  -webkit-transition:all 0.6s ease-out;  /* Chrome y Safari */
		  -o-transition:all 0.6s ease-out;  /* Opera */
		  -moz-transition:all 0.6s ease-out;  /* Mozilla Firefox */
		  -ms-transition:all 0.6s ease-out;   /* Internet Explorer */
		  transition:all 0.6s ease-out;  /* W3C */
		  color:#555;
		
	}
.info8:hover{float:left; width:100%; max-width:300px;
 		margin:0px; background:#fff; position:relative; 
		margin-bottom:20px; margin-right:0px;
		overflow:hidden; height:380px; 
		-webkit-box-shadow: 0px 5px 3px 0px #ddd;
		-moz-box-shadow:    0px 5px 3px 0px #ddd;
		box-shadow:         0px 5px 3px 0px #ddd;
		 color:#888;
	}

.img_info8{clear:both; overflow:hidden; width:100%; border:#fff solid 7px; max-width:285px; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:13px; }

.p1C{ display:none; width:30px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; text-align:center; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden  }
.p2C{ width:140px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }
.p3C{ width:50px; float:left; font-size:12px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }
.p4C{ width:50px;; float:left; font-size:15px; padding-top:10px; padding-bottom:10px; background:#ddd; border-bottom:#ccc solid 1px; overflow:hidden }

.p1{ display:none; width:30px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; text-align:center; overflow:hidden  }
.p2{ width:140px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; overflow:hidden }
.p3{ width:50px; float:left; font-size:12px; padding-top:5px; padding-bottom:5px; overflow:hidden }
.p4{ width:50px; float:left; font-size:15px; padding-top:5px; padding-bottom:5px; overflow:hidden }
 

}


 /* ================= FOOTER ================= */
.footer {
    background: #000;
    width: 100%;
    padding: 40px 20px 0;
    box-sizing: border-box;
    color: #fff;
    font-family:'AkzidenzGroteskPro-BoldEx';
	border-top:#fff 20px solid;
	position: relative;
	z-index: 99
}

.footer-container {
    max-width: 99%;
    margin: 0 auto;
    width: 100%;
}

/* Redes sociales */
.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.social-icon {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.social-icon i {
    font-size: 17px;
}

.social-icon:hover {
    color: #ff5100;
}

/* Línea blanca divisoria */
.footer-line {
    width: 100%;
    height: 0.5px;
    background:rgba(255,255,255,0.5);
    margin: 30px 0;
}

/* Enlaces del menú */
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ff5100;
}

/* Parte inferior (copyright y desarrollador) */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}

.copyright {
    text-align: left;
	font-family:'AkzidenzGroteskBQ-LigExt';
	font-size: 12px;
}

.developer {
    text-align: right;
	font-family:'AkzidenzGroteskBQ-LigExt';
	font-size: 12px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
    .footer-social {
        gap: 20px;
    }
    
    .social-icon {
        font-size: 14px;
    }
    
    .footer-links {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links a {
        font-size: 13px;
        padding: 5px 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .copyright, .developer {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-social {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer {
        padding: 30px 15px 0;
    }
}


/* ================= MODAL SUSCRIPCIÓN ================= */
.modal-suscripcion {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-suscripcion.mostrar {
    display: flex;
    opacity: 1;
}

.modal-contenido {
    background: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: modalAbrir 0.5s ease;
}

@keyframes modalAbrir {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.modal-cerrar {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
    line-height: 20px;
}

.modal-cerrar:hover {
    color: #ff5100;
}

.modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.modal-header img {
    margin-bottom: 20px;
}

.modal-header h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Gobold', sans-serif;
}

.modal-header p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.modal-body {
    margin-bottom: 30px;
}

.form-suscripcion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group {
    width: 100%;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #ff5100;
    box-shadow: 0 0 5px rgba(189, 36, 23, 0.3);
}

.form-control.error {
    border-color: #ff0000;
    animation: shake 0.3s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

.form-check-input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.btn-suscribir {
    background: #ff5100;
	border: #444 solid 1px;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
    border-radius:10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-suscribir:hover {
    background:none;
    transform: translateY(-2px);
    color: #000;
}

.mensaje-exito {
    text-align: center;
    padding: 20px;
}

.mensaje-exito i {
    font-size: 60px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.mensaje-exito h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Gobold', sans-serif;
}

.mensaje-exito p {
    color: #666;
    font-size: 14px;
}

.modal-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.modal-footer p {
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
}

.redes-suscripcion {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.redes-suscripcion .social-icon {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.redes-suscripcion .social-icon:hover {
    background: #ff5100;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .modal-contenido {
        padding: 30px 20px;
        width: 95%;
    }
    
    .modal-header h2 {
        font-size: 20px;
    }
    
    .btn-suscribir {
        padding: 12px;
        font-size: 14px;
    }
}



/* motor home */
.motor-heart{
    position:absolute;
    top:-300px;
    left:50%;
    margin-left:-300px;
    z-index:1;
    text-align:center;
}

.motor-img{
    width:802px;
    animation: latido 2s infinite ease-in-out,
               fuego 1.25s infinite alternate;
}

/* latido del corazón */
@keyframes latido{
    0%{
        transform:scale(1);
    }
    15%{
        transform:scale(1.01);
    }
    30%{
        transform:scale(1);
    }
    45%{
        transform:scale(1.02);
    }
    60%{
        transform:scale(1);
    }
}

/* brillo tipo fuego */
@keyframes fuego{
    0%{
        filter: drop-shadow(0 0 10px rgba(255,80,0,0.4))
                drop-shadow(0 0 25px rgba(255,40,0,0.2));
    }

    100%{
        filter: drop-shadow(0 0 18px rgba(255,120,0,0.6))
                drop-shadow(0 0 0px rgba(255,50,0,0.4));
    }
}


.escape-box{
    position:absolute;
    width:600px;
}

/* lado izquierdo normal */
.izquierda{
    left:0;
}

/* lado derecho invertido */
.derecha{
    right:0;
    transform:scaleX(-1);
}

/* base */
.escape-base{
    width:100%;
    position:relative;
    z-index:1;
}

/* humo */
.humo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:2;
    pointer-events:none;
}

.humo1{
    animation:humoMove 6s linear infinite;
}

.humo2{
    animation:humoMove 6s linear infinite;
    animation-delay:3s;
}

@keyframes humoMove{
    0%{
        transform:translateX(0) scale(1);
        opacity:0.7;
    }

    100%{
        transform:translateX(160px) scale(1.25);
        opacity:0;
    }
}


