@charset "utf-8";
/* CSS Document */


/*
*  @author ( Francisco francisco@nicesoft.cl )
*    
*     
*     
*    
*	  
*/

/********************[fuentes]************************/
@font-face {
    font-family: 'colaborate-thinregular';
    src: url('../fonts/colabthi-webfont.eot');
    src: url('../fonts/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/colabthi-webfont.woff') format('woff'),
        url('../fonts/colabthi-webfont.ttf') format('truetype'),
        url('../fonts/colabthi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('../fonts/colabreg-webfont.eot');
    src: url('../fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/colabreg-webfont.woff') format('woff'),
        url('../fonts/colabreg-webfont.ttf') format('truetype'),
        url('../fonts/colabreg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

/******************[GENERAL]**************************************************/
* {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
header, nav {
	display: block;
}*/
a {
    color: #929292;
    text-decoration: none;
}

html {
    /*background-image:url(../images/bg_body.png);
	background-color:#ebebeb;
	*/
    background-color: #F1F1F1;
}

/*******************[BODY]******************************************************/
body {
    color: #181B20;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: colaborate-thinregular;
    font-size: 12px;
    font-weight: lighter;
    color: #555555;
    min-width: 300px;
    cursor: default;
}
/*
 #182242 > intenso backgorund color antes
*/
.area-logo {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    border-top: 5px solid#182242;
    background-color: #182242;
    text-align: center;
    height: 100px;  
}

.area-logo img {
    max-height: 100%;
}

/***********************[CONTENDEOR DEL SLIDER SHOW]******************************/
#contendor_slider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 12px;
    background-color: #b4a5c9;
    clear: both;
    display: block;
    z-index: -40;
}

/********************[ESLIDER SHOWS]****************************/
.#sliderFrame {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*center-aligned*/
}

#slider,
#slider div.sliderInner {
    width: 100%;
    height: 400px;/*380px;*/
    /* Must be the same size as the slider images */
    text-align: center;
}


#slider {
    background: #fff url(../images/loading.gif) no-repeat 50% 50%;
    position: relative;
    margin: 0 auto;
    /*center-aligned*/
    transform: translate3d(0, 0, 0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink,
#slider div.video {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#slider .video {
    background: transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg,
#slider div.mc-caption-bg2 {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 40px 0;
    /* 10px will increase the height.*/
    left: 0px;
    /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
    bottom: 0px;
    /*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
    z-index: 3;
    overflow: hidden;
    font-size: 0;

}

#slider div.mc-caption-bg {
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
    background: Black;
    /* or any other colors such as White, or: background:none; */
    background-color: #644748;
}

#slider div.mc-caption-bg2 {
    background: none;
}

#slider div.mc-caption {
    /*font: bold 20px/20px Arial;*/
    color: #EEE;
    z-index: 4;
    text-align: center;
    background: none;
    font-family: colaborate-regularregular;
    font-size: 45px;
    font-weight: lighter;
}

#slider div.mc-caption a {
    color: #FB0;
}

#slider div.mc-caption a:hover {
    color: #DA0;
}

/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper {
    top: 415px;/*390px;*/
    /* Its position is relative to the #slider */
    text-align: center;
    background: none;
    position: relative;
    z-index: 5;
}

/* each bullet */
#slider div.navBulletsWrapper div {
    width: 11px;
    height: 11px;
    font-size: 0;
    color: White;
    /*hide the index number in the bullet element*/
    background: transparent url(../images/bullet.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    cursor: pointer;
    margin: 0 6px;
    /* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {
    background-position: 0 -11px;
}

/* --------- Others ------- */
#slider div.loading {
    width: 100%;
    height: 100%;
    background: transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

#slider img,
#slider > b,
#slider a > b {
    position: absolute;
    border: none;
    display: none;
}

#slider div.sliderInner {
    overflow: hidden;
    -webkit-transform: rotate(0.000001deg);
    /* fixed the Chrome not crop border-radius bug*/
    position: absolute;
    top: 0;
    left: 0;
}

#slider > a,
#slider video,
#slider audio {
    display: none;
}


/*************BAJO EL SLIDER SHOW*****************************************************/
#content-area {
    background-color: transparent/* #303955;/* #2D3943; /*#182242; /*#eee5f9;*/
   
    /*border-bottom: 1px solid #1F3373;*/
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

#quote {
    height: auto;
    margin-bottom: 0px;
}

#quote .container {
    text-align: center;
    background: url(../images/stars-bg.png) no-repeat center 95%;
    padding-top: 30px;
    padding-bottom: 17px;
}

#quote-shadow {
    max-width: 960px;
    height: 8px;
    left: 0px;
    bottom: -19px;
    position: absolute;
}

p#quote-line-1 {
    font-family: 'colaborate-regularregular';
    font-size: 30px;
    color: #654e2d;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    font-style: normal;
}

p#quote-line-2 {
    font-family: 'colaborate-regularregular';
    color: #b4a48d;
    margin-bottom: 25px;
    font-size: 14px;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    text-transform: uppercase;
    font-style: normal;
}


/***HOME 6 Cuadrados con accesos Rapidos **********************************************/

.contenido-ajustado {
    max-width: 1054px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #F1F1F1;
    /*#eff0ef;*/
    text-align: center;
    padding-bottom: 30px;
    clear: both;
   
}

.contenedor-img {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    background-color: #1F3373;/*#303955;/*#182242;*/
    width: 335px;
    height: 380px;
    border-radius: 5px; /* Borde del boton */
    
}

.contenedor-img img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:45%;
   padding-top: 60px;
    /*
    border-radius: 10px 10px 10px 10px;
    */
}

.contenedor-img img:hover {
   
}

.contenedor-img:hover {
  
    background-color: crimson;/*#182242;/*#E91E63;/*#6ead73;/* #2c2fa5; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-9px);
    -moz-transition:all 0.5s;
  	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;

}

.texto-encima {

    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    position: absolute;
    top: 250px;
    left: 0px;
    right: 0px;
    bottom: 8px;
    /*background-color: #182242;*/
    opacity: 0.9;
    margin: 3px;
}

.texto-encima span {
    font-size: 41px;
    line-height: 25px;
    color: #C12C27;
}


@media(max-width:768px) {

    .contenedor-img {}
}


/*********************[FOOTER]**********************/
footer {
    /*background: #eff0ef url(../images/top-bg.png) repeat-x ;*/
    background-color:#2B2B2B;
    /*background-color:#000;
    background-color:#182242;
   
   /* background-color: #EFEFEF;*/
    /*background-image: url(../images/quote-shadow.png);*/
    /* background-repeat: no-repeat;
    background-position: top center;
    border-radius: 0px 0px 7px 7px; */
    border-top: 1px solid #fff;
    color: #000;
    font-size: 18px;
    height: auto;
    margin: 0 auto;
    /*margin-bottom:20px;*/
    padding-left: 20px;
    padding-right: 20px;
    max-width:100%;
   /* text-shadow: 1px 1px 1px #fff;*/
    text-align: center;
    border-top: 1px solid #1F3373;
    /*font-family: 'Source Sans Pro Regular', sans-serif;*/
    font-family: 'colaborate-thinregular';
    font-size: 18px;
     color:white;
     clear: both;
}

footer section#principal {
    max-width: 100%;
    height: auto;
    text-align: left;
    padding-top: 30px;
    width: 180px;
    float: left;
    margin-bottom: 20px;

}

footer section#principal ul{
   font-size: 18px;
    line-height: 25px;

}

footer section#principal .pie_tit{
   font-size: 20px;
    line-height: 25px;

}

footer section#principal a:hover {
    color: #C12C27;
}

footer section#secundario {
    max-width: 100%;
    text-align: right;
    height: auto;
}

footer section#tercero {
    /*border-top: 1px solid #d3cfcf;*/
    clear: both;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    
}

footer section#tercero2 {
    border-bottom: 1px solid #d3cfcf;
    clear: both;
    max-width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    
}

footer figure {
    text-align: center;
    padding: 10px;
   
}

footer section#tercero span {
    color: #C12C27;
    font-size: 19px;
    line-height: 25px;
}
footer section#tercero2 span {
    color: #C12C27;
    font-size: 19px;
    line-height: 25px;
}
.zona_trabajo{
	max-width:1024px;
	margin:0 auto;
}

.zona_trabajo2{
    background-color: #000;
    font-family: 'colaborate-thinregular';
    font-size: 18px;
     color:white;
    text-align: center;
}


@media(max-width:768px) {

    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
        width: 100%;
        height: 300px;
        text-align: center;
        margin: 0 auto;
    }
}

/******************[TITULOS Y SUBTITULOS GENERALES]*************************/
.info { /**Contenedor*/
    max-width: 1024px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 180px;
    text-align: center;
    background-color: #F1F1F1;
    padding-bottom: 30px;
    padding-top: 10px;
}

.info_tit {/*titulos*/
    font-family: colaborate-regularregular;
    font-size: 45px;
    line-height: 45px;
    padding-top: 40px;
    padding-bottom: 30px;
    /*color: #644748;*/
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 5px;
    clear: both; 
}

.info_tit span {
    font-size: 45px;
    line-height: 25px;
    color: #1F3373;
}

.info_tit_sub {    /*sub titulos*/
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #644748;
    text-align: left;
    padding-left: 5px;
    clear: both;
}

.info_tit_sub span {
    font-size: 20px;
    line-height: 20px;
    color: #6ead73;
}

.area-diapos {
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto;
    background-color: #f1f1f1;
    text-align: center;
    /*height: 120px;*/
}

.area-diapos img {
    max-width: 100%;
}

/****************************GENERALIDADES*****************************************/
/*MENSAJE DE ALERTA DE INFORMACION DE DEVOLUCION*/
.infor {
    margin: 0 auto;
    max-width:1024px;
    background-color:#182242;
    color: white;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.infor a {
    text-decoration: underline;
    color:rgb(241, 168, 168);
}
.infor a:hover {
    text-decoration: underline;
    color:#9b0909;
}

.contenedor_general {
    max-width: 1024px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background:#F1F1F1;
    text-align: center;
    padding-bottom: 30px;
}
.contenedor_general_g{
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    clear: both;
} 
.contenedor_general_1 { /*Informacion de Sucursal*/
    max-width: 524px;
    width: 100%;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_2 { /*Plugin Facebook de Sucursal*/
    max-width: 500px;
    width: 100%;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_gg{/*Informacion CERtificacion*/
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    float: left;
} 
.contenedor_general_11 { /*Informacion CERtificacion*/
    max-width: 524px;
    width: 100%;
    height: 300px;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: rgb(179, 16, 16);
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_22 { /*CERtificacion*/
    max-width: 500px;
    width: 100%;
    height: 300px;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: rgb(101, 197, 32);
    text-align: center;
    padding-bottom: 30px;
    float: left;
}
.contenedor_general_22 img{
    max-width: 300px;
    width: 100%;
}
.titulo_g {/*Titulo grande*/
    font-family: colaborate-thinregular;
    font-size: 40px;
    line-height: 40px;
    padding-top: 30px;
    color: #5CA242;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 20px;
}

.titulo_g span {/*Sub Titulo*/
    font-size: 30px;
    line-height: 30px;
}

.titulo_n { /*Titulo mas pequeño*/
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    color: #644748;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #E1E1E1;*/
}

.titulo_n span {/*Sub Titulo mas pequeño*/
    font-size: 18px;
    line-height: 20px;
    font-family: colaborate-regularregular;
}

.contenedor_general .textos {
    display: block;
    font-family: colaborate-thinregular;
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.contenedor_general .textos aside {
    color: #dd3e3e;
}

.contenedor_general .in {/*informacion de contacto*/
    display: block;
    font-family: colaborate-regularregular;
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
}

.contenedor_general img {
    max-width: 900px;
}


.contenedor_general_1 .textos {
    display: block;
    font-family: colaborate-thinregular;
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.contenedor_general_1 .textos aside {
    color: #dd3e3e;
}

.contenedor_general_1 .in {/*informacion de contacto*/
    display: block;
    font-family: colaborate-regularregular;
    color: #555555;
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
}

.contenedor_general_1 img {
    max-width: 900px;
}

/************************************[Contactenos]****************************************/
.areacontacto {
    background-color: #F1F1F1;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    font-family: colaborate-thinregular;
    font-size: 16px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.areacontacto label,
.areacontacto select,
.areacontacto input {
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-top: 5px;
    font-size: 18px;
}

.areacontacto label {
    padding-top: 10px;
}

.areacontacto input {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    height: 20px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #FFF;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    
}
.areacontacto select {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    height: 20px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #F0F0F0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.areacontacto .txtarea {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    max-width: 80%;
    max-height: 180px;
    height: 180px;
    width: 80%;
    background-color: #FFF;
    margin-top: 5px;
    font-size: 15px;
    color: #666;
}
.areacontacto .txtarea {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.areacontacto .boton {
    background-color:#1F3373;	
	color:#fff;
	border: 1px solid #182242;
	border-bottom: 6px solid #182242;
    max-width: 200px;
    height: 50px;
}

.areacontacto .boton:hover {
    background-color:#182242;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.areacontacto .ms {
    /*mensaje del scrip*/
    border: none;
    color: #E8572E;
    font-family: colaborate-thinregular;
    text-align: center;
    background-color: #FFF;
}

/**************************Agenda de Hora 2021 ***********************/
.areacontacto2 {
    background-color: #F1F1F1;
    max-width: 1024px;
    text-align: center;
    margin: 0 auto;
    font-family: colaborate-thinregular;
    font-size: 16px;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.areacontacto2 label,
.areacontacto2 select,
.areacontacto2 input {
    display: inline-block;
    margin: 0 auto;
    width: 260px;
    margin-top: 5px;
    font-size: 18px;
    
}

.areacontacto2 label {
    padding-top: 10px;
    width: 190px;
    text-align: right;
    padding-right: 10px;
}

.areacontacto2 input {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
    
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #FFF;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    
}
.areacontacto2 select {
    border: 1px solid #e5e5e5;
    border-top: 6px solid #e5e5e5;
   
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
    height: 35px;
    background-color: #F0F0F0;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    
}


.areacontacto2 .boton {
    background-color:#1F3373;	
	color:#fff;
	border: 1px solid #182242;
	border-bottom: 6px solid #182242;
    max-width: 200px;
    height: 50px;
}

.areacontacto2 .boton:hover {
    background-color:#182242;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}
.dclie{
    background-color:#F1F1F1;
   
}
.dvehi{
    background-color:#F1F1F1;
}
.dser{
    background-color:#303955;
    color: #FFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px; /* Borde del boton */
}
.dser label,
.dser select,
.dser input {
    display: block;
    text-align: center; 
}
.info_tit_sub2 {    /*sub titulos servicio a agendar*/
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: left;
    padding-left: 5px;
    clear: both;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    /*/ This is the aspect ratio*/
    height: 0;
    overflow: hidden;
   
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
}

iframe {
    max-width: 100%;
    height: auto;
}
/*GM2*/
.google-maps2 {
    position: relative;
    padding-bottom: 40%;
    /*/ This is the aspect ratio*/
    height: 0;
    overflow: hidden;
   
}

.google-maps2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    
}

iframe {
    max-width: 100%;
    height: auto;
}
/**************************SERVICIOS***************************/
.contenedor-pro{
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 1024px;
    width: 100%;
}

.texto-encima-pro{
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    
}
.texto-encima-pro-sb{
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: colaborate-regularregular;
    font-size: 41px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    
}
@media(max-width:768px) {

    .texto-encima-pro-sb{
        position: absolute;
        top: 20px;
        left: 30px;
        font-family: colaborate-regularregular;
        font-size: 35px;
        line-height: 35px;
        color: #FFF;
        text-align: center;
        
    }
}
.centrado-pro{
     /*
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);*/
    font-family: colaborate-thinregular;
    font-size: 20px;
    line-height: 20px;
   /* color: #FFF;
    background-color: #182242;*/
    background-color: #F1F1F1;
    color: #000;
    opacity: 1;
    margin: 3px;
    padding: 10px; 
    text-align: left;
}
.centrado-pro-oc{
   
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
   /* color: #FFF;
    background-color: #182242;*/
    opacity: .90;
    margin: 3px;
    padding: 10px; 
    display: none;
    background-color: #F1F1F1;
    color: #000;
}

@media(max-width:768px) {

    .centrado-pro {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro-oc{
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
}

.centrado-pro-sb{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    background-color: #FFF;
    opacity: 0.7;
    margin: 3px;
    padding: 10px; 
    width: 800px;
}
.centrado-pro-oc-sb{
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    color: #000;
    background-color: #FFF;
    opacity: 0.9;
    margin: 3px;
    padding: 10px; 
    display: none;
}
@media(max-width:768px) {

    .centrado-pro-sb {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro-oc-sb{
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
}

/************************* * HISTORIA**** ******************************/
.centrado-pro-his{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    padding: 10px;
    max-width: 960px;
    width: 100%;
    text-align: justify;
    text-indent: 20px;
}

.centrado-pro-his2{
    font-family: colaborate-thinregular;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    background-color: #182242;
    opacity: 0.9;
    padding: 10px;
    max-width: 960px;
    width: 100%;
    text-align: justify;
    text-indent: 20px;
    display: none;
}

@media(max-width:768px) {

    .centrado-pro-his {
        display: none;
    }
    .centrado-pro-his2 {
        display:block;
        position: relative;
    }
}

/**************************** SUCURSALES ****************************************/
.contenido-ajustado-suc {
    max-width: 1280px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
}

.contenedor-img-suc {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
}

.contenedor-img-suc img {
    max-width: 250px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    border-radius: 5px; /* Borde del boton */
}

.contenedor-img-suc:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}
/*INI Somos Organicos*/
.contenedor-img-suc3 {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    width: 200px;
}
.contenedor-img-suc3 img {
    max-width: 200px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.contenedor-img-suc3:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}
/*END*/
.texto-encima-suc {
    font-family: colaborate-regularregular;
    font-size: 40px;
    line-height: 40px;
    color: #182242;
    position: absolute;
    top: 255px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:#182242;
}
.texto-encima-suc:hover{
     color: #C12C27;
}

@media(max-width:768px) {

    .contenedor-img-suc {}
}
/**************************** SUCURSALES DENTRO DE CADA UNA ****************************************/
.red-social{
    float: right;
    max-width: 30px;
}
.red-social-dos{
  width: 30px;
margin-bottom:-10px;

}
.barra-ver-e{	
	text-align:right;	
	margin-top:10px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;		
}
.barra-ver-e a{ 
	font-size:18px;
	font-family:"colaborate-regularregular";
	line-height:35px;	
	padding:10px;
	background-color:#1F3373;	
	color:#fff;
	border: 1px solid #182242;
	border-bottom: 6px solid #182242;
	max-width:280px;
	width:280px;
	padding-left:40px;
	padding-right:40px;
	height:50px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}
.barra-ver-e a:hover{
    background-color:#182242;
}

.contenedor-gal{
  margin: 0;
  min-height: 100vh;
  background: #000;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(5deg);
}
.container2 .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
}
.container2 .card .card__head {
  color: black;
  background: #182242;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.container2 .card:hover {
  flex-grow: 10;
}
.container2 .card:hover img {
  filter: grayscale(0);
}
.container2 .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}
.container2 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.container2 .card:not(:nth-child(5)) {
  margin-right: 1em;
}

/************************* Nueva Galeria ***********************/
.contenedor-gal2-g{
    margin: 0 auto;
    background: #000;
    width: 100%;
    clear: both;
  }
.contenedor-gal2{
    margin: 0 auto;
    min-height: 100vh;
    background: #000;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*
* {
    box-sizing: border-box;
  }
  
  img {
    vertical-align: middle;
  }
  */
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  /*End Galeria*/



/*Miniaturas de Resto de Servicios*/
.contenido-ajustado-suc2 {
    max-width: 1280px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #F1F1F1;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
}

.contenedor-img-suc2 {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
}

.contenedor-img-suc2 img {
    max-width: 120px;
    -webkit-transition:all .5s ease; /* Safari y Chrome */
    -moz-transition:all .5s ease; /* Firefox */
    -o-transition:all .5s ease; /* IE 9 */
    -ms-transition:all .5s ease; /* Opera */
    background-color: #1F3373;
    border-radius: 5px; /* Borde del boton */
}

.contenedor-img-suc2:hover img { /*Efecto Zoom*/
    /*-webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);*/
    background-color: crimson;/*182242;/*#c13807;*/
    /*box-shadow: 0px 0px 5px 5px#182242;
    -webkit-box-shadow: 0px 0px 5px 5px #182242;
   /* transform: rotate(360deg);
    -webkit-transform: rotate(360deg);*/
    transform: translateY(-9px);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
}

.texto-encima-suc2 {
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 20px;
    color: #182242;
    position: absolute;
    top: 135px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background-color:#182242;*/
}
.texto-encima-suc2:hover{
     color: #C12C27;
}

@media(max-width:768px) {

    .contenedor-img-suc2 {}
}


/*Miniaturas de Administradores de Sucursales*/
.titulo_n_admin { /*Titulo mas pequeño*/
    font-family: colaborate-thinregular;
    font-size: 30px;
    line-height: 35px;
    padding-top: 20px;
    color: #644748;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 0px;
}
.titulo_n_admin span {/*Sub Titulo mas pequeño*/
    font-size: 20px;
    line-height: 20px;
    font-family: colaborate-regularregular;
}
.contenido-ajustado-admin {
    max-width: 1280px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 250px;
    background: #FFF;
    text-align: center;
    padding-bottom: 50px;
    clear: both;
}

.contenedor-img-admin {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
}

.contenedor-img-admin img {
    max-width: 180px;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.contenedor-img-admin:hover img { /*Efecto Zoom*/
    -webkit-transform:scale(1.10);
    -moz-transform:scale(1.10);
    -ms-transform:scale(1.10);
    -o-transform:scale(1.10);
    transform:scale(1.10);
}

.texto-encima-admin {
    font-family: colaborate-regularregular;
    font-size: 20px;
    line-height: 22px;
    color: #182242;
    position: absolute;
    top: 185px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    
}
.texto-encima-admin:hover{
     color: #C12C27;
}
.texto-encima-admin span{
    font-size: 17px;
    line-height: 17px;
    color: #555555;
}

@media(max-width:768px) {

    .contenedor-img-admin {}
}



/************************[LISTA DE EMPLEOS]*************************/
.contenedor_empleos{
	max-width:1024px;	
	height:auto;		
	color:#000; 	
	font-weight:lighter;
	margin:0 auto;
	min-width:200px;
	background:#FFF;/*#eff0ef;*/
	text-align:center;
	padding-bottom:30px;    
}
.contador{
    font-family: colaborate-regularregular;
    font-size: 17px;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #644748;
    text-align: left;
    padding-left: 5px;
    clear: both;
}
.contenedor_empleos table {
    border-collapse:collapse;
    border-bottom-style:solid;
    text-align:left;
    margin: 0 auto;
    margin-top:5px;
    background-color:#FFF;		
    /*border: solid 1px #5F5959 ;*/
    color:#000;
    font-size:17px;
    width:100%;
    margin-bottom: 80px;
   
}
.contenedor_empleos table .cb {
background-color:#182242;
color:#FFF;
height:40px;
font-size:17px;
padding-bottom:8px;
padding-top:8px;
}
.contenedor_empleos table .cp{ 
    height:40px;
    font-size:17px;
    padding-bottom:8px;
    padding-top:8px;
    border-bottom: solid 1px #aaaaaa ;
}
.contenedor_empleos table tr img {
    max-height:60px; 
    max-width:60px;
    padding:0px;	
}
.contenedor_empleos table tr td { 
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;   
}

.contenedor_empleos table tr a {
    color:#182242;
    font-family: colaborate-regularregular;
}
.contenedor_empleos table tr a:hover {
    color:#751328;
    text-decoration: underline;
    font-family: colaborate-regularregular;
}

.contenedor_empleos table tr .pr {
    color:#182242;
    font-family: colaborate-regularregular;
}

.contenedor_empleos table tr:nth-child(2n) {
background: #f6f1f0;
}
/*
.contenedor_empleos table:not(.cb) tr:hover {
background:#c0e8e4;
}
*/


/*******************************[Filtros de Sucursales en Empleos]*****************************/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color:#f6f1f0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align:left;
}
.panel a{
	color:#000;
	font-size:17px;
	line-height:23px;
	padding-left:10px;
}


/*===================[LOGIN]=================================*/
.info_full {
    width: 100%;
    max-width: 1024px;
    background-color: #182242;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
}
.n_1 {
    max-width: 1024px;
    margin: 0 auto;
}

.n_1 span {
    display: block;
    font-size: 17px;
    color: #000;
    margin: 0 auto;
    width: 90%;
    max-width: 1070px;
    padding: 15px;
    background-color: #182242;
    text-align: justify;
    color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.n_1 span a{
    color: #F0F0F0;
}
.login {
    max-width: 1024px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    background-image: url(../images/sl1.jpg);
    text-align: center;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.login p {
    /*titulo*/
    font-family: colaborate-thinregular;
    font-size: 36px;
    line-height: 36px;
    padding-top: 30px;
    color: #FFF;
    border-bottom: 0px solid #644748;
    padding-left: 5px;
    text-align: center;
}

.opciones_i {
    /*este es el form*/
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 208px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid #5CA242;
    background-color: #FFF;
    opacity: 0.8;
   
}

.opciones_i label {
    display: block;
    padding-top: 9px;
    opacity: 1;
}

.opciones_i input {
    background-color:  #dee4f4;
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: colaborate-regularregular;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(29, 27, 27);  
}

.opciones_i .btn {
    background-color: #1F3373;
    color: #FFF;
    width: 200px;
    height: 30px;
    margin-top: 30px;
    opacity: 1;
    margin-bottom: 10px;
}
.mensaje {
    /*mensaje del scrip*/
    border: none;
    color: #C12C27;
    font-family: colaborate-regularregular;
    text-align: center;
    font-size: 16px;
}

/*Certificacion Organica*/

.centrado-pro2{
    width: 80%;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color:#182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
}
.centrado-pro22{
    font-family: colaborate-regularregular;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #182242;/* #364353;*/
    opacity: 0.9;
    margin: 3px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px; 
    text-align: justify;
    display: none;
}
@media(max-width:768px) {

    .centrado-pro2 {
        font-size: 17px;
        line-height: 17px;
        display: none;
    }
    .centrado-pro22 {
        font-size: 17px;
        line-height: 17px;
        position: relative;
        display: block;
        
    }
}

.contenido-certificacion {
    max-width: 1054px;
    height: auto;
    color: #000;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 200px;
    background: #FFF;
    text-align: center;
    padding-bottom: 30px;
    clear: both;
   
}
.contenedor-indiv_txt {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #182242;
    background-image: url(../images/historia2.jpg);
    background-position:bottom;
}
@media(max-width:768px) {

    .contenedor-indiv_txt {
        font-size: 17px;
        line-height: 17px;
        height: auto;
    }   
}

.contenedor-indiv {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
    margin: 5px;
    overflow:hidden;
    max-width: 500px;
    width: 100%;
    height: 350px;
    background-color: #FFF;
}
.contenedor-indiv img{
    max-width: 90%;
    max-height: 90%;
    padding-top: 40px;;
}
@media(max-width:768px) {

    .contenedor-indiv {
        display: none;
    }

    .contenedor-indiv img {
        display: none;
    }
   
}
.info_o { /**Contenedor*/
    font-family: colaborate-regularregular;
    max-width: 1024px;
    height: 94%;
    color:   #FFF;
    font-weight: lighter;
    margin: 0 auto;
    min-width: 180px;
    text-align: center;
    margin:10px;
    background-color:#171e55;
    opacity: 0.7;
}
.info_o:hover { /**Contenedor*/
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    opacity: 1;
}

.info_tit_o {/*titulos*/
    font-size: 45px;
    line-height: 45px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #364353;;
    padding-left: 5px;
    clear: both; 
}

.info_tit_o span {
    font-size: 45px;
    line-height: 25px;
}
@media(max-width:768px) {

    .info_tit_o span {
        font-size: 22px;
    }

}

.info_tit_sub_o {    /*sub titulos*/
    /*font-family: colaborate-thinregular;*/
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
   text-align: left;
    padding-left: 5px;
    clear: both;
    opacity: 1;
}

/************************[Socios]*************************/
.contenedor_categorias{
	max-width:1024px;	
	height:auto;		
	color:#000; 	
	font-weight:lighter;
	margin:0 auto;
	min-width:200px;
	background:#F1F1F1;/*#eff0ef;*/
	text-align:left;
	padding-bottom:30px;
}

@media(max-width:768px){
    
    .contenedor_categorias{
        text-align:center;
    }
}

.cuadrod{ 
	max-width:270px;
	min-width:270px;
	width:200px;
	height:auto;
	text-align:left;	
	background:#F1F1F1;	
	max-width:100%;
	display:inline-block;
	margin:10px;
    color: #FFF;
}
.cuadrod_img{
	width:100%;
    height: 200px;
    text-align: center;
}
.cuadrod_img img {
	/*width:100%;*/
    height: 100%;
	max-width:400px;
	min-width:90px;
			
}
.cuadrod_img img:hover {
	-webkit-filter: contrast(150%);
	-moz-transition:all 0.5s;
  	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.cuadrod_titulo{
	width:100%; 
	height:30px; 
	float:left;
	font-size:17px;
	line-height:24px;	
	padding-top:5px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align:middle;
	text-transform:uppercase;
	background-color:#45515E;	
}

.cuadrod_detalle{
	/*padding-top:15px;*/
     padding-left: 5px;
	width:100%; 
	height:30px; 
	float:left;
	font-size:17px;
	line-height:18px;
	border-bottom: 4px solid #45515E;
	background-color:#45515E;
}
.cuadrod_titulo:hover{
	color: #dd3e3e;
	
}

/********************Marcas Asociadas****************/
.general_marcas{
    background-color: #303955;	/*#2d3943;/*#182242;*/
}
.contenedor_marcas{
	max-width:1024px;	
	height:auto;		
	color:#000; 	
	font-weight:lighter;
	margin:0 auto;
	min-width:200px;
	text-align:center;
	padding-bottom:30px;
    padding-top:30px;
	
}
.cuadro_m{ 
	max-width:145px;
	min-width:145px;
	width:140px;
	height:auto;
    
	text-align:center;	
	background:transparent;	
	max-width:100%;
	display:inline-block;
	margin:5px;	
}
.cuadro_m_img{
	max-width:100%;
	
 	vertical-align:middle;
	margin:0 auto;
	text-align:center;
}
.cuadro_m_img img {
	max-width:100%;
	max-width:110px;
	max-height:60px;
	margin:0 auto;
	text-align:center;
}
.cuadro_m_img img:hover {
	/*-webkit-filter: contrast(50%);*/
	-moz-transition:all 0.5s;
  	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
    filter: saturate(180%);
    -webkit-transform: rotate(360deg);transform: rotate(360deg);
    
}
/*Boton Flotante*/
.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: crimson;/* #1F3373;/*#E91E63; /* Color de fondo */
    padding: 18px 35px; /* Relleno del boton */
   text-align: center;
    position: fixed;
    bottom: 50px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
    }
    .btn-flotante:hover {
    
    background-color: rgb(108, 17, 35);/*#182242;/*#E91E63;/*#6ead73;/* #2c2fa5; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
    }
    @media only screen and (max-width: 600px) {
    .btn-flotante {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
    }
    }
    .btn-flotante img{
        margin-top: 5px;
    }
