@charset "utf-8";
/* CSS Document */
*{
    padding:0;
    margin:0;
}
html {
        scroll-behavior: smooth;
       /*Comenta la línea (o dale el valor 'auto' a scroll behavior )
       para probar la diferencia con y sin scroll suavizado*/
}
img { border:none; }

@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('bmwhelvetica-bold_2-webfont.woff2') format('woff2'),
         url('bmwhelvetica-bold_2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
   font-family: 'Conv_Helvetica-Light';
    src: url('Helvetica-Light.eot');
    src: local('☺'), url('Helvetica-Light.woff') format('woff'), url('Helvetica-Light.ttf') format('truetype'), url('Helvetica-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('myriadpro-semibold-webfont.eot');
    src: url('myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('myriadpro-semibold-webfont.woff') format('woff'),
        url('myriadpro-semibold-webfont.ttf') format('truetype'),
        url('myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat At';
    src: url('MontserratAlternates-Thin.woff2') format('woff2'),
        url('MontserratAlternates-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat m';
    src: url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat l';
    src: url('Montserrat-Light.woff2') format('woff2'),
        url('Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Ab';
    src: url('MontserratAlternates-Bold.woff2') format('woff2'),
        url('MontserratAlternates-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Ar';
    src: url('MontserratAlternates-Regular.woff2') format('woff2'),
        url('MontserratAlternates-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Al';
    src: url('MontserratAlternates-Light.woff2') format('woff2'),
        url('MontserratAlternates-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat As';
    src: url('MontserratAlternates-SemiBold.woff2') format('woff2'),
        url('MontserratAlternates-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Am';
    src: url('MontserratAlternates-Medium.woff2') format('woff2'),
        url('MontserratAlternates-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('avenirltstd-black-webfont.woff2') format('woff2'),
         url('avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('avenirltstd-book-webfont.woff2') format('woff2'),
         url('avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'myriad_proregular';
    src: url('myriadpro-regular-webfont.woff2') format('woff2'),
         url('myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.ob { font-family: 'avenir_lt_std95_black'; }
.ol { font-family: 'avenir_lt_std45_book'; }
.od { font-family: 'avenir_lt_std95_black'; }
.h{ font-family: 'myriad_proregular'; }
.n { font-weight:bold; }
.B { font-family: 'Montserrat l'; }
.C { font-family: 'Montserrat Al'; }
.M { font-family: 'Montserrat Al'; }
.A { font-family: Arial, Helvetica, sans-serif; }
.v { font-family: 'myriad_proregular'; }
body {
  	width: 100%;

    background-color:#ffff;
	
    font-family: 'avenir_lt_std45_book';
    font-size:13px;
    color:#555;
}

header{
	margin-bottom:0px;
}

h1 {  
    color:#333;
	font-family: 'avenir_lt_std95_black';
	font-size:30px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
	letter-spacing: 4px;
}

.content h1 {  
    color:#000;
	font-family: 'avenir_lt_std95_black';
	font-size:32px;
    font-weight:normal;	
	margin:0px;
	padding:0px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #bbb;
}
.content .grisc {  
    color:#000;
}
.content .grisa {  
    color:#000;
}
h2 {  
    font-family: 'avenir_lt_std95_black';
    font-size:22px;
    font-weight:normal;	
    color:#333;
}

h3 {  
    font-family: 'avenir_lt_std95_black';
    font-size:28px;
    font-weight:normal;	
    color:#fff;
    line-height:30px;
    margin-bottom:10px;
}
h4 {
    font-size: 17px;
    font-family: 'avenir_lt_std45_book';
    color:#444;
    text-align:left;
    margin:0px;
    font-weight:bold;
}
h5, .h5 {
    clear: both;
    font-size: 18px;
    background: #0068ac;
    padding: 10px 20px !important;
    color: #fff;
    margin: 3px !important;
    width: 99%;
    line-height: 20px;
    overflow: hidden;
    font-family: 'avenir_lt_std45_book';
    font-weight: normal;
    text-align: left;
}

h6, .h6 {
  font-size: 18px;
     background: #0068ac;
    padding: 10px 20px !important;
    color: #fff;
    margin: 3px!important;
    width: 48.7%;
    line-height: 20px;
    overflow: hidden;
    float: left;
    font-family: 'avenir_lt_std45_book';
    font-weight: normal;
        text-align: left;
}

hr {
    height: 0;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom:#ddd solid 1px !important; 
    padding-bottom:3px; 
    maergin-bottom:3px;
    overflow: hidden;
    padding-top:3px;
}

.central3 h3 {  
    font-family: 'avenir_lt_std95_black';
    font-size:22px;
    font-weight:normal;	
    color:#0068aa;
    line-height:30px;
    margin-bottom:10px;
}
.central3 h4 {
    font-size: 17px;
    font-family: 'avenir_lt_std45_book';
    color:#0068aa;
    text-align:left;
    margin:0px;
    font-weight:bold;
}
.videot{
	display: none;
	position: fixed;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 99998;
	 -webkit-transition:all 0.5s 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 */		
}

#videot{
	display: none;
	position: fixed;
	background: #fff;
	left: 50%;
	top: 10%;
	width: 560px;
	height: 360px;
	margin-left:-280px;
	opacity: 1;
	z-index: 99999;
	 -webkit-transition:all 0.5s 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 */		
}
.ma span::first-letter {
    text-transform: uppercase;
}

.lleva{
	position: absolute;
	background: #000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	cursor: pointer;
	 -webkit-transition:all 0.5s 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 */		
}
.lleva:hover{

	opacity: 0;
	 -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 */		
}



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

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

#top{
    background:#fff;
    width:100%;
	min-height:0px;
}
.top{
	background:rgba(255,255,255,0.8);
	width:100%;
    margin:auto;
	position:fixed;
    top: 0px;
	z-index:999;
	min-height:60px;
}
.top2{
	background:rgba(0,104,175,0.6);
	width:100%;
    margin:auto;
	position:fixed;
    top: 60px;
	z-index:999;
	min-height:50px;
}
.logo{    
	width:100%;
	max-width:220px;
	float:left;
	padding-top:5px;
	
}
.menum{
	margin: auto;
	width:100%;
    height: 150px;
	margin-top:13px;
	position: absolute;
    top: -80px;
    right: 5px;
    z-index: 99;
}
.menu{
	margin: auto;
	width:100%;
	max-width:1200px;
	margin-top:13px;
	font-family: 'avenir_lt_std45_book';
}

.barraTop{
	background:#232425;
	width:100%;
    margin:auto;
	min-height:70px;
	position:fixed;
	z-index:998;
	-webkit-box-shadow: 0px 1px 15px 0px #666;
	-moz-box-shadow:    0px 1px 15px 0px #666;
	box-shadow:         0px 1px 15px 0px #666;	
}
.bt1{
	width: 100%;
	max-width: 1100px;
	margin: auto;
}

.slid{
    width: 100hv;
    height: 50hv;
}
.may{ text-transform: uppercase; }

@keyframes blink {  
  0% { color: #C2984E; }
  100% { color: #000; }
}
@-webkit-keyframes blink {
  0% { color: #C2984E; }
  100% { color: #000; }
}
.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
} 

.boot{
	width:200px; margin:20px auto; border:#d3cfc3 solid 1px; padding:10px 20px; color:#929089;
	/* 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{
	width:200px; margin:20px auto; border:#d3cfc3 solid 1px; padding:10px 20px; color:#7F6828; background:#d3cfc3;
	/* 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{
	width:100px; margin:5px auto; border:#d3cfc3 solid 1px; padding:5px 10px; color:#929089;
	position:absolute; bottom:7px; left:30%;
	/* 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{
	width:100px; margin:5px auto; border:#d3cfc3 solid 1px; padding:5px 10px; color:#7F6828; background:#d3cfc3;
	/* 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 */		
}
.nmed{
    background:rgba(0,104,175,0.9);
    border-radius: 5px;
    padding: 10px 10px;
    width: 230px;
    height:50px;
    margin:6px 5px;
    text-align: center;
    font-family: 'avenir_lt_std45_book';
    font-weight: 300;
    font-size: 13px;
    color:#fff;
    float: left;
    position: relative;
    cursor: pointer;
    
    display:flex;
    justify-content: center;
    align-items: center;
    
    /* 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 */
}
.nmed:hover{
    background:rgba(0,157,160,0.8);
    /* 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 */
}
.nesp{
   
    font-size: 13px;
    opacity: 0.6;
    font-family: 'avenir_lt_std45_book';
}


.dat0{
    position: relative;
    float: left;
    z-index: 3;
    width:420px;
    line-height:50px;
	margin-top: 100px;
	overflow: hidden;
}
.dat1{
    position: absolute;
    right: 0%;
    top:0%;
    z-index: 3;
    width:550px;
	margin-top: -150px;
    
}
.dat02{
    position: absolute;
    left: 0%;
    top:0%;
    z-index: 3;
    width:420px;
    line-height:50px;
}
.dat03{
    position: absolute;
    left: 0%;
    top:-200px;
    z-index: 3;
    width:420px;
    line-height:50px;
}
.dat031{
    position: absolute;
    left:10px;
    top:-80px;
    z-index: 3;
    width:420px;
	
}
.dat04{
    position: absolute;
    left: 50%;
    top:2%;
    z-index: 3;
    width:600px;
    line-height:50px;
     margin-left: -300px;
}
.dat05{
    position: absolute;
    left: 50%;
    top:10%;
    z-index: 3;
    width:500px;
    line-height:50px;
     margin-left: -250px;
}
.dat2{
    position: absolute;
    left: 7%;
    top:25%;
    z-index: 3;
    width:420px;
}
.dat21{
    background:rgba(255,255,255,0.5);
    position: absolute;
    left: 0%;
    right: 0%;
    bottom:0%;
    z-index: 3;
    width:100%;
}
.ser1{
    background:rgba(0,0,0,0.6);
    color: #fff;
    border:#000000 solid 0.5px;
    margin: 2px;
    padding:7px 10px;
    cursor: pointer;
	font-size: 15px;
	/* 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 */
}
.ser1:hover{
    background:rgba(0,0,0,0.9);
	/* 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 */
}
.ser2{
    background:rgba(0,0,0,0.3);
    color: #fff;
    border:#000000 solid 0.5px;
    margin: 2px;
    padding: 7px 40px;
    cursor: pointer;
	font-size: 15px;
		/* 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 */
}
.ser2:hover{
     background:rgba(0,0,0,0.5);
	/* 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 */
}
.dat3{
    position: absolute;
    right: 7%;
    top:10%;
    z-index: 3;
    width:320px;
}
.dat1tit{
    color: #fff;
    font-family: 'Montserrat m';
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    border-bottom:#fff solid 1px;
    padding: 0 10px;
    padding-bottom: 5px;
    margin: 15px auto;
    font-weight: bold;
    width: 90%;
}

.dat1c1{
    background:rgba(24, 24, 24, 0.65);
    padding: 5px 5px;
    width: 100%;
    overflow: hidden;
    margin:2px auto;
}

.dat1f50{
    width: 50%;
    float: left;
    color: #ddd;
    padding:0px 5px;
    font-family: 'Montserrat m';
    font-size: 12px;
}
.dat1f100{
    width: 100%;
    float: left;
    color: #fff;
    padding:2px 5px;
    font-family: 'Montserrat m';
    font-size: 12px;
    font-weight: bold;
}


.colores{
	width:100%; height: 80vh; overflow: hidden;
    background: url("../imgs/bg-color.jpg?v=1.01");
    background-repeat: repeat-x;   
	 background-attachment: fixed;
 	 background-position: center center;
  	 background-size: cover;
}

.colores1{
    width: 1200px;
    margin: auto;
    padding: 50px 0px;
}

.nosotros{
	opacity:1;
    background-color:var(--global-palette7, #EDF2F7);
    background-image:url('../imgs/nosotros.webp?v=2.01');
    background-size:cover;
    background-position:49% 53%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    mix-blend-mode:multiply;
    width: 100%;
    height: 100vh;
}
.nosotrosm{
	opacity:1;
    background-color:var(--global-palette7, #EDF2F7);
    background-image:url('../imgs/nosotros.webp?v=2.01');
    background-size:cover;
    background-position:49% 53%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    mix-blend-mode:multiply;
    width: 100%;
    min-height: 140vh;
    overflow: hidden;
    padding-bottom: 30px;
}
.contactos{
	opacity:1;
    background-color:var(--global-palette7, #EDF2F7);
    background-image:url('../imgs/contactanos.webp?v=2.01');
    background-size:cover;
    background-position: center 70%;
    background-attachment:fixed;
    background-repeat:no-repeat;
    mix-blend-mode:multiply;
    width: 100%;
    height:90vh;
}
.concesionarios{
	opacity:1;
    background-color:var(--global-palette7, #EDF2F7);
    background-image:url('../imgs/concesionarios.webp?v=2.01');
    background-size:cover;
    background-position:bottom center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    mix-blend-mode:multiply;
    width: 100%;
    height:90vh;
}
.concesionariosm{
	opacity:1;
    background-color:var(--global-palette7, #EDF2F7);
    background-image:url('../imgs/concesionarios.webp?v=2.01');
    background-size:cover;
    background-position:bottom center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    mix-blend-mode:multiply;
    width: 100%;
    height:170vh;
}
.botonenv {	
    background:rgba(24, 24, 24, 0.8);
	border:none; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:160px !important; 
	height: 40px;
	margin:0px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.botonenv:hover {		
	border: none; 
	background:#fff;
	opacity: 0.8;
	color: #222 !important;
}

.boton {	
    position: relative;
    z-index: 2;
	background: none;
	border: #fff solid 2px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:200px; 
    font-size:17px;
	height: 45px;
	margin: 30px 0;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.boton:hover {		
	border: #fff solid 2px; 
	background:#fff;
	opacity: 0.8;
	color: #222 !important;
}

.botonVerd {	
    position: relative;
    z-index: 2;
    line-height:20px;
	background:#009daa;
	border: #009daa solid 1px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:200px; 
    font-size:17px;
	height: 40px;
	margin: 30px 0;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.botonVerd:hover {		
	border: #fff solid 1px; 
	background:none;
	opacity: 0.8;
	color: #fff !important;

}
.botonVerd2 {	
    position: relative;
    z-index: 2;
    line-height:20px;
	background:#009daa;
	border: #009daa solid 1px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:200px; 
    font-size:17px;
	height: 40px;
	margin: 30px 0;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.botonVerd2:hover {		
	border: #003e80 solid 1px; 
	background:none;
	opacity: 0.8;
	color: #003e80; !important;

}

.boton2 {	
    position: absolute;
    bottom:2%;
    left: 0;
    right: 0;
    z-index: 2;
	background: none;
	border: #fff solid 2px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:230px; 
	height: 45px;
	margin: 10px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    font-size:17px;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.boton2:hover {		
	border: #fff solid 2px; 
	background:#fff;
	opacity: 0.8;
	color: #222 !important;
}

.boton3 {	
    position: absolute;
    bottom:5%;
    left: 5%;
    z-index: 2;
	background: none;
	border: #fff solid 2px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:230px; 
	height:45px;
	margin: 10px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    font-size: 17px;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.boton3:hover {		
	border: #fff solid 2px; 
	background:#fff;
	opacity: 0.8;
	color: #222 !important;
}

.boton4 {	
    position: relative;
   
    z-index: 2;
	background: none;
	border: #fff solid 2px; 
    border-radius: 20px;
	padding: 10px 0px; 
	width:95%; 
	max-width:230px; 
	height:45px;
	margin: 10px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    font-size: 17px;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.boton4:hover {		
	border: #fff solid 2px; 
	background:#fff;
	opacity: 0.8;
	color: #222 !important;
}


input,textarea{
	background:rgba(24, 24, 24, 0.65);
	border:#fff solid 1px;
	border-radius:20px;
	width:100%;
	max-width: 100% !important;
	height:35px;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999 !important;
    margin-top:2px;
}


#bus select{
	background:#fff;
	border:#ccc solid 1px;
	width:100%;
	max-width: 100% !important;
	height:40px;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#555 !important;
    margin-top:2px;
}
#bus input{
	background:#fff;
	border:#ccc solid 1px;
    border-radius: none;
	width:100%;
	max-width: 100% !important;
	height:40px;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#555 !important;
    margin-top:2px;
}

.content{
	width:100%;
	background:#fff;
	border-bottom:#ccc solid 1px;
	min-height:90px; 	
	position:relative;
	z-index:1;
	margin:auto;
	margin-top:0px; 	
	margin-bottom:20px;	
	padding-bottom:10px;
	overflow:hidden;
	padding-top:50px;
}
.titulo{
	width:100%;
	max-width:1200px;
	padding-top:20px;
	overflow:hidden;
	font-size: 16px;
	text-transform: uppercase;
	margin: auto;
	
}

.titulo a{ color:#333; }
.titulo a:hover{ color:#000; }
.bgCabecera{
    width:100%;
	max-width:1200px;
    margin: 0 auto;
    position:relative;
	z-index:5;	
}

.central{
    width:100%;
    max-width:1100px;
	margin:auto;
	padding:20px 0px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:16px;
	line-height: 25px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
    margin-top:-20px;
}
.centralE{
    width: 100%;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.centralE2{
    width: 100%;
    min-height: 95vh;
    background: url("../imgs/bgnpro.jpg?v=1.01");
    margin-top: 5vh;
    position: relative;
    
}
.centralE3{
    width: 100%;
    height: 1200px;
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.central2{
    width:100%;
    max-width:1150px;
	margin:auto;
	padding:20px 0px;
	position:relative;
	font-size:16px;
	line-height: 25px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
    margin-top: 100px;
    padding-bottom: 100px;
}
.central3{
    width:100%;
    max-width:1160px;
	margin:auto;
	padding:60px 0px;
    overflow:hidden;	   
	position:relative;
	line-height:20px;
	font-size:16px;
	line-height: 25px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
    margin-top: 100px;
}

.central3 a{ color:#003e80; }
.central3 a:hover{ color: rgba(211,144,0,1); }


.qs0{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.qs1{
    width: 100%;
    max-width: 900px;        
    border-radius: 20px;
    overflow: hidden;
}
.qs2{
    position: absolute;
    bottom: 20px;
    right: 0px;
    background:rgba(0,136,189,0.8);
    width: 100%;
    max-width: 600px;
    height: 280px;
    padding: 30px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    text-align: justify;
}

.qs3{
    width: 100%;
    max-width: 900px;        
    border-radius: 20px;
    overflow: hidden;
    height:360px;
    margin: auto;
}

/* cafetria */

.menu1{
    background:#003e80;
    width: 100%;
    max-width: 48%;
    padding:15px 30px;
    overflow: hidden;
}

.menu2{
    width: 100%;
    max-width: 48%;
    padding:15px 0px;
    overflow: hidden;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
}
.menu3{
    width: 100%;
    max-width: 48%;
    padding:15px 0px;
    overflow: hidden;
    float: right;
    padding-top: 0px;
}
.mtit{
    background-image: url("../imgs/lineamenu.png");
    background-repeat: repeat-x;
    background-position:left bottom;
    padding-bottom:4px;
    padding-left: 5px;
}
.mdet{
    float: left;
    width: 60%;
    line-height:20px;
    font-size: 15px;
    color:#0068a1;
}
.mdet1{
    overflow: hidden;
    border-bottom:#ddd solid 1px;
    padding:8px 5px;
}
.mima{
    float: right;
    width: 31%;
    margin-right:4%;
}
.mdet2{
    overflow: hidden;
    border-bottom:#ddd solid 1px;
    padding:3px 5px;
}
.mlin1{
    background-image: url("../imgs/lineamenu.png");
    background-repeat: repeat-x;
    background-position:left top;
    padding-bottom:4px;
    padding-left: 5px;
    width: 100%:
}
.mlin2{
    background-image: url("../imgs/lineamenu.png");
    background-repeat: repeat-x;
    background-position:left bottom;
    padding-bottom:4px;
    padding-left: 5px;
    width: 100%:
}

.conv{
    float: left;
    width: 25%;
    padding: 10px;
    
}

/* Resposabilidad Social */
.respso{
   width: 300px;
    overflow: hidden;
    float: left;
    margin:20px 30px;
    position: relative;
    
    /* 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 */
}
.respso:hover{
   width: 300px;
    overflow: hidden;
    float: left;
    margin:20px 30px;
    position: relative;
    transform : scale(1.05);
	-moz-transform : scale(1.05); /* Firefox */
	-webkit-transform : scale(1.05); /* Chrome - Safari */
	-o-transform : scale(1.05); /* Opera */
	-ms-transform : scale(1.05); /* IE9 */
    /* 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 */
}
.respso1{
    background:#e1a537;
    border-radius: 150px;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.respso2{
    background:#e1a537;
    border-radius: 150px;
    width: 292px;
    height: 292px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 8px;
}

/* servicios */
.subser1{
    background: #0068ac;
    padding:10px 20px;
    color: #fff; 
    margin: 3px;
    width: 80%;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    
}

.subser2{
    background: #0068ac;
    padding:10px 20px;
    color: #fff; 
    margin: 2px;
    width: 49%;
    line-height: 16px;
    float: left;
    overflow: hidden;
}

.subser3{
    background: #0068ac;
    padding:10px 20px;
    color: #fff; 
    margin: 3px;
    width: 99%;
    line-height: 16px;
    overflow: hidden;
}

.horser1{
    background: #d39000;
    padding:10px 20px;
    color: #fff; 
    margin: 2px 0px;
    width: 45%;
    line-height: 16px;
    float: left;
    border: #d39000 solid 1px;
}
.horser2{
    border: #d39000 solid 1px;
    padding:10px 20px;
    color: #fff; 
    margin: 2px 0px;
    width: 45%;
    line-height: 16px;
    float: left;
}

.servimg0{
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
}
.servimg1{
    width: 48%;
    float: left;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}
.servimg2{
    width: 48%;
    float: right;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}
.servimg3{
    width: 100%;
    float: left;
    overflow: hidden;
}
.servimg4{
    width: 53%;
    float: left;
    height: 170px;
    overflow: hidden;
    border-radius: 10px;
}
.servimg5{
    width: 47%;
    float: right;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}

/* servicios adicionales */
.serad{
    float: left;
    width: 360px;
    margin: 10px;
    height: 250px;
    border: #e6f2fc solid 1px;
    /* 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 */
}
.serad:hover{
   background: #e6f2fc;
    /* 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 */
}
.seradimg{
    width: 220px;
    margin: auto;
    padding: 20px;
}


/* pacientes */
.bancos {
    width: 46%;
    float: left;
    margin: 1% 2%;
    padding:0px 10px;
}

.pac1{
    border-bottom:#ddd solid 1px; 
    padding-bottom:10px; 
    maergin-bottom:10px;
    overflow: hidden;
    padding-top: 10px;
}
.pac2{
    border-bottom:#ddd solid 1px; 
    padding-bottom:3px; 
    maergin-bottom:25px;
    overflow: hidden;
    padding-top: 5px;
}
.pac3{
    padding: 10px;
    overflow: hidden;
}
.pac3 li{
    list-style-type: square;
    margin-bottom:5px;
}

.central3 li{
    list-style-type: square;
    margin-bottom:5px;
}
.pac4{
    float: left;
    width:25%;
    padding: 1.5%;
    border-right:#ddd solid 1px;
    height:380px;
}
.pac41{
    float: left;
    width:20%;
    padding: 1.5%;
    border-right:#ddd solid 1px;
    height:240px;
}
.pac42{
    float: left;
    width:30%;
    padding: 1.5%;
    border-right:#ddd solid 1px;
    height:240px;
}
.pac5{
    border-bottom:#ddd solid 1px; 
    padding-bottom:3px; 
    maergin-bottom:25px;
    overflow: hidden;
    padding-top: 5px;
}

.botonf1 {	
    background:#003e80;
	border:#003e80 solid 1px; 
    border-radius: 10px;
	padding: 10px 0px; 
	width:95%; 
	max-width:160px !important; 
	height: 40px;
	margin:20px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}

.botonf1:hover {		
	border:#003e80 solid 1px; 
	background:none;
	opacity: 0.8;
	color: #003e80 !important;
}

.botonf2 {	
    background:#003e80;
	border:#003e80 solid 1px; 
    border-radius: 10px;
	padding: 10px 0px; 
	width:95%; 
	max-width:160px !important; 
	height: 40px;
	margin:20px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color:#fff;
    text-align: center;
	/* 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 */
	
}
.botonf21{	
    border:#003e80 solid 1px; 
	background:none;
    border-radius: 10px;
	padding: 10px 0px; 
	width:95%; 
	max-width:160px !important; 
	height: 40px;
	margin:20px auto;
	font-family: 'avenir_lt_std45_book';
    font-weight: bold;
	cursor: pointer;
    color: #003e80 !important;
    text-align: center;
	/* 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 */
	
}

.botonf2:hover {		
	border:#003e80 solid 1px; 
	background:none;
	opacity: 0.8;
	color: #003e80 !important;
}


footer{
    background-color: #5b7e96;
	
    width:100%;
    min-height:30px;	
	position:relative;
	z-index:10;
	overflow:hidden
}

.pie{
	width:100%;
	max-width:1180px;
    margin:auto;
	position:relative;
	z-index:999;
	overflow:hidden;
	padding-bottom:30px;
}

#pie{
	background:#922b2d;
	width:100%;
	max-height:50px;
	overflow:hidden;
	padding:20px 0px	
}

		#IrArriba {
			position: fixed;
			bottom: 60px; /* Distancia desde abajo */
			right: 25px; /* Distancia desde la derecha */
			z-index:9999;
		}

		#IrArriba span {
			background: #232425;
			width: 45px;
			height: 45px;
			padding: 0px;
			border-radius: 30px;
			display: block;
			z-index:9999;
		}


.imgscroll3{
	width: 140px !important;
	height: 100px !important;
	overflow: hidden;	
	margin: auto;
	position: relative
}

.imgscroll{
	width: 345px !important;
	height: 300px;
	overflow: hidden;	
	margin: auto;
}
.imgscroll img{
	-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 */	
}

.imgscroll:hover img{
	transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
		transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */	
	 -webkit-transition:all 0.5s 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 */		
}



.imgscroll2{
	width: 1100px !important;
	height: 550px;
	overflow: hidden;	
}
/*   pancho  */

.medico{
    /* background:rgba(0,104,175,0.03); */
    width: 100%;
    max-width:270px;
    margin:20px 10px;
    padding:0px;
    height: 520px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    position: relative;
	 border: #dee2e6 1px solid;
    /* 
    border: #ccc 0.5px solid;
    background: #fff; */
    line-height: 17px;
    font-family: 'avenir_lt_std45_book';
    /* 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 */
}

.medico:hover{
   
    background:rgba(0,104,175,0.05);
    /* 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 */
    -webkit-box-shadow: 10px 0px 10px 0px #ccc;
	-moz-box-shadow:    10px 0px 10px 0px #ccc;
	box-shadow:         10px 0px 10px 0px #ccc;	

}

.medimg{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 260px;
    max-height:280px;
    margin: 5px auto;
    /* border: #003e80 2px solid; */
}
.medimg img{
    width: 100%;
    /* 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 */
}
.medico:hover .medimg img{
   transform : scale(1.05);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    /* 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 */
}
.icono {
    width: 25px;  /* Cambia el tamaño */
    height: 25px;
    fill:#003d80;   /* Cambia el color */
  }
.btn1{
	border: #ccc solid 0.5px;
	border-radius: 10px;
	background:#fff;
	width: 120px;
	float: left;
	height: 45px; 
	padding: 10px 10px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}

.btn2{
	border: #ccc solid 0.5px;
	border-radius: 10px;
	background:#fff;
	width: 117px;
	float: left;
	height: 45px; 
	padding: 10px 10px;
	text-align: center;
	cursor: pointer;
}
.btn3{
	border: #ccc solid 0.5px;
	border-radius: 10px;
	background:#fff;
	width: 100%;
	float: left;
	height: 45px; 
	padding: 10px 10px;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}

.especia{
    text-transform: uppercase; line-height: 15px; 
    min-height:60px; overflow: hidden;
   /*  border-bottom:#eee 3px  dotted; */
    margin-bottom:5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.detmed{
    width: 100%;
    max-width: 330px;
    overflow: hidden;
    padding: 10px;
    float: right;
}
.info{
    position: absolute;
    width: 170px;
    bottom: -100px;
    right: 0px;
    background:rgba(0,104,175,0.9);
    overflow: hidden;
    z-index: 999;
    padding:5px 20px;
    /* 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 */
}
.medico:hover .info{
    position: absolute;
    bottom: 0px;
    right: 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 */
    
}


/* blog noicias */
.info8{float:left; width:100%; max-width:360px;
 		margin:10px; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden; height:410px; 
		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%; 
 		margin:10px; margin-top:7px; background:#fff; position:relative; 
		margin-bottom:20px; margin-right:13px;
		overflow:hidden;  
		 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:#222; }
.info8 a:hover { color:#901a04; }

.img_info8{clear:both; overflow:hidden; width:100%; height:180px}
.det_info8{clear:both; padding:15px; overflow:hidden; font-size:14px; }
.info8 .vermas{
	position:absolute;
	left:10px;
	bottom:20px;
    font-weight: bold;
	width:100%;
	height:25px;
    font-size:15px;
	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: 'gotic';
    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; }

.blog1{
    width: 24.6%;
    margin: 0.2%;
    float: left;
    overflow: hidden;
    height:350px;
    position: relative;
}

.blog2{
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding:20px 10px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
    font-size:25px;
    color: #fff;
    background:rgba(91,126,150,0.8);
    height: 80px;
    line-height: 25px;
}

.blog1 img{
/* 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 */
}
.blog1:hover img{
   transform : scale(1.05);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    /* 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 */
}


.t_10 { font-size:10px;	}
.t_11 { font-size:11px;	}
.t_12 { font-size:12px;	}
.t_13 { font-size:13px;	}
.t_14 { font-size:14px;	}
.t_15 { font-size:15px;	}
.t_16 { font-size:16px;	}
.t_17 { font-size:17px;	}
.t_18 { font-size:18px;	}
.t_19 { font-size:19px;	}
.t_20 { font-size:20px;	}
.t_21 { font-size:21px;	}
.t_22 { font-size:22px;	}
.t_23 { font-size:23px;	}
.t_24 { font-size:24px;	}
.t_25 { font-size:25px;	}
.t_26 { font-size:26px;	}
.t_27 { font-size:27px;	}
.t_28 { font-size:28px;	}
.t_29 { font-size:29px;	}
.t_30 { font-size:30px;	}
.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;	}

.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;	}
.negro{ color:#000;	}
.amarillo{ color:#f0b911; }
.amarillo2{ color:#C2984E; }
.amarillo3{ color:#B88840; }
.rojo{ color:#922b2d; }
.celest2{ color:#405b83; }

.azul3{ color:#0068aa; }
.azul2{ color:#003e80; }
.azul{ color:#5b7e96; }
.tur{ color:#afe2ff; }
.lemas{ color:#564e48; text-shadow: 0em 0.5px 0em #ddd; }
.so{ text-shadow: 0.1em 0.1em 0.1em #444; }
.so2{ text-shadow: 0em 0.1em 0.1em #B88840;; }
.so3{ text-shadow: 1px 1px 10px #000; }
#descripcion img {
    padding:5px;
}

.blanco{
    color:#fff;	
}
.celest{
    color:#0068ad;	
}
.amarillo{
    color:#d39000; 	
}


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

    .blog1{
        width: 90%;
        margin:10px auto;
        float: none;
        overflow: hidden;
        height:350px;
        position: relative;
    }

    .blog2{
        position: absolute;
        bottom: 0px;
        text-align: center;
        padding:20px 10px;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 2;
        font-size:25px;
        color: #fff;
        background:rgba(91,126,150,0.8);
        height: 80px;
        line-height: 25px;
    }
    .subser1{
        background: #0068ac;
        padding:10px 20px;
        color: #fff; 
        margin: 3px;
        width: 95%;
        line-height: 20px;
        overflow: hidden;
        text-align: left;

    }
	.top{
       position: relative;
       min-height:120px;
       background:#fefefe;
       -webkit-box-shadow: 0px 13px 15px 3px rgba(0,0,0,0.1);
		-moz-box-shadow:    0px 13px 15px 3px rgba(0,0,0,0.1);
		box-shadow:         0px 3px 15px 3px rgba(0,0,0,0.1);
    }	
	.centralE2{
        width: 100%;
        min-height: 95vh;
        background: url("../imgs/bgnpro.jpg?v=1.01");
        margin-top: 5vh;
        position: relative;

    }
    .central2{
        width:100%;
        max-width:1150px;
        margin:auto;
        padding:20px 0px;
        position:relative;
        font-size:16px;
        line-height: 25px;
        color:#555;
        font-family:Arial, Helvetica, sans-serif;
        overflow:hidden;
        margin-top: 20px;
        padding-bottom: 100px;
    }
    .pac4{
        float: none;
        width:90%;
        padding:20px 1.5%;
        border: none;
        border-bottom:#ddd solid 1px;
        height:auto;
        margin: 20px auto;
        overflow: hidden;
    }
    .bancos {
        width: 70%;
        float: none;
        margin:10px auto;
        padding:0px 10px;
    }
    .dat0{
        position: relative;
        float: left;
        z-index: 3;
        width:420px;
        line-height:50px;
        margin-top: 100px;
        overflow: hidden;
    }
    .dat1{
        position: absolute;
        right: 0%;
        top:0%;
        z-index: 3;
        width:550px;
        margin-top: -150px;

    }
    .dat02{
        position: absolute;
        left: 0%;
        top:0%;
        z-index: 3;
        width:420px;
        line-height:50px;
    }
    .dat03{
        position: absolute;
        left: 0%;
        top:-200px;
        z-index: 3;
        width:420px;
        line-height:50px;
    }
    .dat031{
        position: absolute;
        left:10px;
        top:-80px;
        z-index: 3;
        width:420px;

    }
    .dat04{
        position: absolute;
        left: 50%;
        top:2%;
        z-index: 3;
        width:600px;
        line-height:50px;
         margin-left: -300px;
    }
    .dat05{
        position: absolute;
        left: 50%;
        top:10%;
        z-index: 3;
        width:500px;
        line-height:50px;
         margin-left: -250px;
    }
    .dat2{
        position: absolute;
        left: 7%;
        top:25%;
        z-index: 3;
        width:420px;
    }
    .dat21{
        background:rgba(255,255,255,0.5);
        position: absolute;
        left: 0%;
        right: 0%;
        bottom:0%;
        z-index: 3;
        width:100%;
    }
    .ser1{
        background:rgba(0,0,0,0.6);
        color: #fff;
        border:#000000 solid 0.5px;
        margin: 2px;
        padding:7px 10px;
        cursor: pointer;
        font-size: 15px;
        /* 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 */
    }
    .ser1:hover{
        background:rgba(0,0,0,0.9);
        /* 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 */
    }
    .ser2{
        background:rgba(0,0,0,0.3);
        color: #fff;
        border:#000000 solid 0.5px;
        margin: 2px;
        padding: 7px 40px;
        cursor: pointer;
        font-size: 15px;
            /* 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 */
    }
    .ser2:hover{
         background:rgba(0,0,0,0.5);
        /* 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 */
    }
    .dat3{
        position: absolute;
        right: 7%;
        top:10%;
        z-index: 3;
        width:320px;
    }
    .dat1tit{
        color: #fff;
        font-family: 'Montserrat m';
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
        border-bottom:#fff solid 1px;
        padding: 0 10px;
        padding-bottom: 5px;
        margin: 15px auto;
        font-weight: bold;
        width: 90%;
    }

    .dat1c1{
        background:rgba(24, 24, 24, 0.65);
        padding: 5px 5px;
        width: 100%;
        overflow: hidden;
        margin:2px auto;
    }

    .dat1f50{
        width: 50%;
        float: left;
        color: #ddd;
        padding:0px 5px;
        font-family: 'Montserrat m';
        font-size: 12px;
    }
    .dat1f100{
        width: 100%;
        float: left;
        color: #fff;
        padding:2px 5px;
        font-family: 'Montserrat m';
        font-size: 12px;
        font-weight: bold;
    }
    
    
    .respso{
        width: 300px;
        overflow: hidden;
        float: none;
        margin:40px auto;
        position: relative;

        /* 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 */
    }
    
    .central3{
        width:100%;
        max-width:1160px;
        margin:auto;
        padding:60px 0px;
        overflow:hidden;	   
        position:relative;
        line-height:20px;
        font-size:16px;
        line-height: 25px;
        color:#555;
        font-family:Arial, Helvetica, sans-serif;
        overflow:hidden;
        margin-top:0px;
    }
    
    .centralE{
        width: 100%;
        height: 100%;
        position: relative;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }
    
    .nmed{
        background:rgba(0,104,175,0.9);
        border-radius: 5px;
        padding: 10px 10px;
        width: 230px;
        height:50px;
        margin:6px auto;
        text-align: center;
        font-family: 'avenir_lt_std45_book';
        font-weight: 300;
        font-size: 13px;
        color:#fff;
        float: none;
        position: relative;
        cursor: pointer;

        display:flex;
        justify-content: center;
        align-items: center;
    }

    
    .medico{
        background:rgba(0,104,175,0.05);
        width: 96%;
        max-width: 260px;
        margin:20px auto;
        padding:0px;
        height: 540px;
        border-radius: 10px;
        overflow: hidden;
        float: none;
        position: relative;
        /* 
        border: #ccc 0.5px solid;
        background: #fff; */
        line-height: 17px;
        font-family: 'avenir_lt_std45_book';
        /* 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 */
    }

    .medico:hover{

        background:rgba(0,104,175,0.09);
        /* 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 */
        -webkit-box-shadow: 10px 0px 10px 0px #ccc;
        -moz-box-shadow:    10px 0px 10px 0px #ccc;
        box-shadow:         10px 0px 10px 0px #ccc;	

    }

    .medimg{
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
        width: 100%;
        max-width: 260px;
        max-height:280px;
        float: left;
        border: none;
    }
    .medimg img{
        width: 100%;
        /* 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 */
    }
    .medico:hover .medimg img{
       transform : scale(1.05);
        -moz-transform : scale(1.1); /* Firefox */
        -webkit-transform : scale(1.1); /* Chrome - Safari */
        -o-transform : scale(1.1); /* Opera */
        -ms-transform : scale(1.1); /* IE9 */
        /* 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 */
    }

    .especia{
        text-transform: uppercase; line-height: 15px; 
        min-height:70px; overflow: hidden;
        border-bottom:#ddd 3px  dotted;
        margin-bottom:10px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .detmed{
        width: 100%;
        max-width: 330px;
        overflow: hidden;
        padding: 10px;
        float: right;
    }
    .info{
        position: absolute;
        width: 170px;
        bottom: -100px;
        right: 0px;
        background:#003e80;
        overflow: hidden;
        z-index: 999;
        padding:5px 20px;
        /* 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 */
    }
    .medico:hover .info{
        position: absolute;
        bottom: 0px;
        right: 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 */

    }
    
    
    /* cafetria */

    .menu1{
        background:#003e80;
        width: 100%;
        max-width: 100%;
        padding:15px 30px;
        overflow: hidden;
    }

    .menu2{
        width: 100%;
        max-width: 100%;
        padding:15px 0px;
        overflow: hidden;
        float: left;
        padding-left: 20px;
        padding-top: 20px;
    }
    .menu3{
        width: 100%;
        max-width: 100%;
        padding:15px 0px;
        overflow: hidden;
        float: left;
        padding-left: 20px;
        padding-top: 20px;
    }
    .mtit{
        background-image: url("../imgs/lineamenu.png");
        background-repeat: repeat-x;
        background-position:left bottom;
        padding-bottom:4px;
        padding-left: 5px;
    }
    .mdet{
        float: left;
        width: 60%;
        line-height:20px;
        font-size: 15px;
        color:#0068a1;
    }
    .mdet1{
        overflow: hidden;
        border-bottom:#ddd solid 1px;
        padding:8px 5px;
    }
    .mima{
        float: right;
        width: 31%;
        margin-right:4%;
    }
    .mdet2{
        overflow: hidden;
        border-bottom:#ddd solid 1px;
        padding:3px 5px;
    }
    .mlin1{
        background-image: url("../imgs/lineamenu.png");
        background-repeat: repeat-x;
        background-position:left top;
        padding-bottom:4px;
        padding-left: 5px;
        width: 100%:
    }
    .mlin2{
        background-image: url("../imgs/lineamenu.png");
        background-repeat: repeat-x;
        background-position:left bottom;
        padding-bottom:4px;
        padding-left: 5px;
        width: 100%:
    }
    
    
    
    
    
    
}
/*menu responsivo activado*/
@media only screen and (max-width: 970px){


}
@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){
   
}

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

@media only screen and (max-width: 790px){
	
    .logo{    
        padding: 0px;
        padding-top: 10px;
        padding-left:10px;
        position: relative;
        z-index: 9999;
        max-width:260px;
    }
    .menu{
        position: absolute;
        width:20px;
        top: 10px;
        right: 10px;
        z-index: 999;
    }
 /*  pancho movil */   

    
    
    

}


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

}


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



}




/* tam inicio voyah  */
.wrapper{
  width: 100%;
  height: 100%;
  background: #fff;
  margin: 0 auto 0;
}

.wrapper .tabs_wrap{
  padding: 0px 30px;
 
}

.wrapper .tabs_wrap ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .tabs_wrap ul li{
    width: 150px;
    text-align: center;
    padding: 8px 25px;
    cursor: pointer;
    color:#777;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child{
  
}

.wrapper .tabs_wrap ul li:last-child{

}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active{
  color: #000;
}

.wrapper .container .item_wrap{
  padding:0px 0px;
 
  
}

.wrapper .container .item_wrap:hover{
  background: none;
}

.wrapper .container .item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    overflow: hidden;
}

.item_wrap .item .item_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_wrap .item_left img{
  width: 70px;
  height: 70px;
  display: block;
}

.item_wrap .item_left .data{
  margin-left: 20px;
}

.item_wrap .item_left .data .name{
  font-weight: 600;
}

.item_wrap .item_left .data .distance{
  color: #7f8b9b;
  font-size: 14px;
  margin-top: 3px;
}

.item_wrap .item_right .status{
  position: relative;
  color: #77818d;
}

.item_wrap .item_right .status:before{
  content: "";
  position: absolute;
  top: 5px;
    left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b3bbc8;
}

.offline {
  display: none
}

.item_wrap.online .item_right .status:before{
  background: #7fc469;
}

.ca1 {
    float: left;
    width: 20%;
    max-width: 200px;
    
}
.ca2 {
    float: right;
    width: 80%;
    max-width: 960px;
    
}  

.itt1{
 position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    overflow: hidden;
    z-index: 1;
}
.itt1 img {
    transition: 1.5s ease;
 		-moz-transition: 1.5s ease; /* Firefox */
 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
 		-o-transition: 1.5s ease; /* Opera */
		position:relative;
		z-index:9999;
}

.itt1:hover img{
	transform : scale(1.05);
	-moz-transform : scale(1.05); /* Firefox */
	-webkit-transform : scale(1.05); /* Chrome - Safari */
	-o-transform : scale(1.05); /* Opera */
	-ms-transform : scale(1.05); /* IE9 */
	position:relative;
		z-index:9999;
}


/* galeria  */
		#galeria {
            margin: 1rem auto;
            width:100%;
            padding:0 10px 10px;
            box-sizing: border-box;
            column-count: 3;

            /* Espacio entre columnas */
            -moz-column-gap: 10px;
            -webkit-column-gap: 10px;
            column-gap: 10px;
            
            /* Filete entre columnas */
            /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


        }
		#galeria h3 { font-size: 25px;	 }    

		#galeria a { color: #482410 !important	 }    
		#galeria a:hover { color: #cf7994 !important	 }

        #galeria header {
            -webkit-column-span:all;
            column-span:all;
        }

        #galeria article {
            background:#fff;
            border-radius:5px;
            border:1px solid #ccc;
            margin:0 0 20px 0;
            text-align: left;
            max-width: 100%;
            filter: opacity(90%);

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid;         
       
        }
        
        #galeria article img {
            width:100%;
        }

        #galeria article:hover {
            transition: .2s ease;
            filter: opacity(100%);
        }

        #galeria figure {
            padding:0rem;
            box-sizing: border-box;
			margin: 0 0 0rem;
        }

 
        /* Móviles en horizontal o tablets en vertical */
        @media (max-width: 767px) { 
            #galeria {
                columns:2;
            }

        }
        
        /* Móviles en vertical */

        @media (max-width: 480px) {
            #galeria {
                columns: 1;
            }
        }


/* galeria marcas  */
		#galeria2 {
            margin: 0rem auto;
            width:100%;
            padding:0;
            box-sizing: border-box;
            column-count: 4;

            /* Espacio entre columnas */
            -moz-column-gap: 0px;
            -webkit-column-gap: 0px;
            column-gap: 0px;
            
            /* Filete entre columnas */
            /*-moz-column-rule: 1px solid #bbb;
            -webkit-column-rule: 1px solid #bbb;
            column-rule: 1px solid #bbb;*/


        }
		#galeria2 h3 { font-size: 25px;	 }    

		#galeria2 a { color: #482410 !important	 }    
		#galeria2 a:hover { color: #cf7994 !important	 }

        #galeria2 header {
            -webkit-column-span:all;
            column-span:all;
        }

        #galeria2 article {
            background:#fff;
            border:1px solid #eee;
            margin:0;
            text-align: left;
            max-width: 100%;
            

            /*Evitamos que se corte al cambiar de columna*/
            break-inside: avoid;
            page-break-inside: avoid;         
       
        }
        
        #galeria2 article img {
            width:100%;
        }

        #galeria2 article:hover {
            transition: .2s ease;
            
        }

        #galeria2 figure {
            padding:0rem;
            box-sizing: border-box;
			margin: 0 0 0rem;
        }

 
        /* Móviles en horizontal o tablets en vertical */
        @media (max-width: 767px) { 
            #galeria2 {
                columns:2;
            }

        }
        
        /* Móviles en vertical */

        @media (max-width: 480px) {
            #galeria2 {
                columns: 1;
            }
        }


/* cookies */
/* Estilos del banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,104,175,0.8);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
	display: none;
}

.cookie-content {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cookie-banner p {
    margin: 0 0 10px;
}

.cookie-banner a {
    color:rgba(249,187,54,1.00);
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-banner button {
    background: rgba(211,144,0,1);
    color: #fff;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
}

.cookie-banner button:hover {
    background: rgba(211,144,0,0.8);
}

/* Bloqueo de navegación */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

