body { font-family: "Montserrat", sans-serif; }

/************************* MENÚ ****************/
/***********************************************/
.navbar { min-height:82px;  max-height:82px; }

.nav>li>a:focus, .nav>li>a:hover  { color:#e72226; background-color:transparent;  }
.navbar-nav>li>a.activo:after{
    width: 100%;
    background: #e72226;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
   font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    padding-bottom: 33px;
}

.nav li a:hover + .bg_submenu { display:none; }

.navbar-nav>li>a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav>li>a:hover:after {
    width: 100%;
    background: #e72226;
}


.navbar-toggle { 
    border:1px solid #fff;
    margin:  33px 15px;}
.navbar-toggle .icon-bar { background-color:#fff; }

.bot_responsive { display:none !important; }

.bg_submenu { 
    opacity:0; background-color:rgba(255, 255, 255, 0.9); 
    height:0px; position:absolute; width:100%; 
    z-index:15; 
    border-top:1px solid #ccc;
    -webkit-transition: all  linear 0.2s;
    -moz-transition: all  linear 0.2s;
    -o-transition: all  linear 0.2s;
    transition: all  linear 0.2s;
}

.s_empresa { 
    right: 50%;
    opacity:0; 
    position:absolute;     
    padding-top:5px;  
    display:none; margin-top:-2px;
    -webkit-transition: all  linear 0.2s;
    -moz-transition: all  linear 0.2s;
    -o-transition: all  linear 0.2s;
    transition: all  linear 0.2s;
}

.s_asesoramiento { 
    right: 42%;
    opacity:0; 
    position:absolute;
    padding-top:5px; 
    padding-right:20px; 
    display:none;
    -webkit-transition: all  linear 0.2s;
    -moz-transition: all  linear 0.2s;
    -o-transition: all  linear 0.2s;
    transition: all  linear 0.2s;
}   

.bg_submenu_r { opacity:0; background-color:rgba(255, 255, 255, 0.9); height:0px; position:relative; width:100%; z-index:15; border-top:1px solid #ccc;
                -webkit-transition: all  linear 0.2s;
                -moz-transition: all  linear 0.2s;
                -o-transition: all  linear 0.2s;
                transition: all  linear 0.2s;
}

.s_empresa_r { opacity:0; position:relative; padding-top:0px; padding-bottom:5px; display:none; 
               -webkit-transition: all  linear 0.2s;
               -moz-transition: all  linear 0.2s;
               -o-transition: all  linear 0.2s;
               transition: all  linear 0.2s;
}

.s_asesoramiento_r { opacity:0; position:relative; padding-top:0px;  padding-bottom:5px;  display:none;
                     -webkit-transition: all  linear 0.2s;
                     -moz-transition: all  linear 0.2s;
                     -o-transition: all  linear 0.2s;
                     transition: all  linear 0.2s;
}      

.caja_links { display:inline-block; margin-left:10px; margin-top:15px; }

.caja_links li a { color:#74706f; }

.caja_links li { color:#74706f; padding-bottom: 5px;}

.s_menu_mostrar { opacity:1 !important; display:block !important; height:150px !important; }

.s_menu_mostrar_r { opacity:1 !important; display:block !important; }

.padding_abajo_menu { padding-bottom:30px !important; }

#logo_movimiento { position:absolute; margin-left:0; top:68px;  
                   webkit-animation-delay: 0.2s;
                   moz-animation-delay: 0.2s;
                   MS-animation-delay: 0.2s;
                   o-animation-delay: 0.2s;
                   animation-delay: 0.2s;
}

#logo_movimiento img { width:80%;  }

.buscador { margin-top:5px; margin-right:15px; }

.buscador .form-group { margin-bottom:0; }

.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 75%;
    border-radius: 6px 25px 25px 6px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #e72226;
    left: initial;
    font-size: 14px;
}

.buscador_activo { width: 75% !important; border-radius: 6px 25px 25px 6px !important; }

.dropdown-menu { overflow:hidden; width:150%; font-size:10px !important; }

/************************* FIN MENÚ ****************/
/***********************************************/

.sin_margen { margin-left:0; margin-right:0; }

.sin_padding_izq { padding-left:0px; }

.sin_padding_der { padding-right:0px; }

.padding_arriba_1 { padding-top:1%; }
.padding_arriba_2 { padding-top:2%; }
.padding_arriba_3 { padding-top:3%; }
.padding_arriba_4 { padding-top:4%; }
.padding_arriba_5 { padding-top:5%; }

.padding_abajo_1 { padding-bottom:1%; }
.padding_abajo_2 { padding-bottom:2%; }
.padding_abajo_3 { padding-bottom:3%; }
.padding_abajo_4 { padding-bottom:4%; }
.padding_abajo_5 { padding-bottom:5%; }

.margen_arriba_1 { margin-top:1%; }
.margen_arriba_2 { margin-top:2%; }
.margen_arriba_3 { margin-top:3%; }
.margen_arriba_4 { margin-top:4%; }
.margen_arriba_5 { margin-top:5%; }

.margen_abajo_1 { margin-bottom:1%; }
.margen_abajo_2 { margin-bottom:2%; }
.margen_abajo_3 { margin-bottom:3%; }
.margen_abajo_4 { margin-bottom:4%; }
.margen_abajo_5 { margin-bottom:5%; }

.bg_rojo { background-color:#e72226; }
.bg_gris { background-color:#838383; }

.fuente_roja { color:#e72226; }
.bold { font-weight:bold; }

/******************** HOME *****************************/

.pops_home { position:relative; display:inline-block; width:33%; }
.img-pop { width:100%; }

.pops_home:hover .sobre_negro { opacity:0.3; }

.sobre_negro { width:100%; height:100%; position:absolute; background-color:#000; z-index:5; opacity:0; 
               -webkit-transition: all  linear 0.2s;
               -moz-transition: all  linear 0.2s;
               -o-transition: all  linear 0.2s;
               transition: all  linear 0.2s;
}


#modal_home .modal-content { background-color:transparent; border:none; box-shadow:none; }
.slider_home .carousel-control  { background-image:none !important; }
.slider_home .carousel-control .glyphicon { top:50%; position:absolute; font-size:30px;  }

.frase_slider_arriba { position:absolute; right:21%; top:12%; font-size:34px; color:#FFF; text-align:right; line-height:1.2; font-family: 'Montserrat', sans-serif; }

.frase_slider_abajo { position:absolute; right:21%; top:34%; font-size:32px; color:#FFF; text-align:right; line-height:1.3; font-family: 'Montserrat', sans-serif; text-shadow: 1px 1px 6px rgba(80, 80, 80, 1); }

.img-producto-banner { position:absolute; right:21%; top:57%; }

.img-banner-normal { }

.img-banner-responsive { display:none !important; }

.menu_productos_home li { display:inline-block; list-style-type:none; width:12%; }

/*.menu_productos_home { margin-bottom:-5px; }*/

.bot_menu_marcas { margin-bottom:-5px; }

/******************** FIN HOME *****************************/

/*************** SECCIÓN PRODUCTOS *******************************/



.pastilla_banner { position:absolute; right:25%; margin-top:2%; font-size:22px; padding-left:20px; padding-right:5px; background-color:#FFF; color:#e72226; font-family: 'Montserrat', sans-serif; }

.texto_banner { position:absolute; right:21.5%; margin-top:5%; font-size:50px; font-family: 'Montserrat', sans-serif; text-align:right; color:#FFF; line-height:1.2; }

.tit_linea { color:#e72226; font-size:22px; margin-top:30px; padding-left:10px; }

.linea_menu { width:100%; height:1px; background-color:#e9e9e9; margin-top:15px; margin-bottom:15px;  }

.tit_menu { color:#74706f; font-size:16px; font-weight:bold; padding-bottom: 15px; }

.menu_lateral { padding-left:10px; }

.menu_lateral li a { color:#74706f; font-size:16px; }





/*************** FILTROS MODIFICADOS PRODUCTOS *******************************/
.filtros_productos { padding-left:20px; border:2px solid #efb7b8; padding-top:20px; padding-bottom:20px; padding-right:10px; display:none; margin-bottom:20px; }


.filtros_productos input[type=checkbox] {
    visibility: hidden;
    position:absolute;
}

.filtros_productos .row { margin-bottom:15px; }

input[type=checkbox].css-checkbox {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    /*clip: rect(0 0 0 0); */
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 22px;
    height: 17px;
    display: block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    color: #74706f;
    margin-bottom: 10px;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -17px;
    color:#cf3736;
}

label.css-label {
    /*background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_f8525e60241e4a4d2e0b1af9f9fc3804.png);*/
    background-image:url(../imagenes/css/ka2u2kml.png);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.filtro { width:100%; margin-bottom:10px; text-align:left; }

.filtro div { width:90%; display:inline-block; }

.badgebox
{
    opacity: 0;
}

.badgebox + .badge
{
    /* Move the check mark away when unchecked */
    text-indent: -999999px;
    /* Makes the badge's width stay the same checked and unchecked */
    width: 27px;
}

.badgebox:focus + .badge
{
    /* Set something to make the badge looks focused */
    /* This really depends on the application, in my case it was: */

    /* Adding a light border */
    box-shadow: inset 0px 0px 5px;
    /* Taking the difference out of the padding */
}

.badgebox:checked + .badge
{
    /* Move the check mark back when checked */
    text-indent: 0;
}

/*************** FIN FILTROS MODIFICADOS PRODUCTOS *******************************/

.margen_lista_productos { margin-top:8%; }

.box_img { position:relative; overflow:hidden; /* background-color:rgba(230, 230, 230, 0.5);*/ }

.caja_listado a:hover .img_producto {
    -ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1,1.1);


}

.bg_gris_img {  width:100%; height:100%; position:absolute; z-index:10;
                -webkit-transition: all  linear 0.2s;
                -moz-transition: all  linear 0.2s;
                -o-transition: all  linear 0.2s;
                transition: all  linear 0.2s;
}

.caja_listado a:hover .bg_gris_img { background-color:rgba(0, 0, 0, 0.1); }

.img_producto { width:100%; 
                -webkit-transition: all  linear 0.1s;
                -moz-transition: all  linear 0.1s;
                -o-transition: all  linear 0.1s;
                transition: all  linear 0.1s;
}

.caja_listado { 
    margin-bottom:40px; 
}

.modelo_producto { 
    color:#727272; 
    margin-top:5px; 
    padding: 0px;
    margin: 0px;
}

.info_producto { 
    color:#727272; 
    padding: 0px;
    margin: 0px;
    font-weight:bold; 
}

.linea_gris_producto { 
    background-color:#cccccc; 
    width:100%; 
    height:1px; 
    margin-top:5px; 
    margin-bottom:5px; 
}

.product-info-box{
    /* background-color: pink; */
    text-align: center;
    min-height: 85px;
    border-bottom: #cccccc solid thin;
}



/*************** FIN SECCIÓN PRODUCTOS *******************************/

/*************** SECCIÓN PRODUCTOS DETALLE *******************************/

.bg_productos_detalle { background-image:url('../imagenes/banner_detalle_producto.png'); background-size:cover; background-repeat:no-repeat; min-height:400px; }

.modelo_producto_banner { color:#FFF; font-size:93px; position:absolute; left:49%; margin-top:4%; font-family: 'Montserrat', sans-serif; }

.tipo_producto_banner { color:#FFF; font-size:50px; position:absolute; left:49%; margin-right:10%; margin-top:10%;font-family: 'Montserrat', sans-serif; }

.tit_caracteristicas { color:#878585; font-size:40px; font-family: 'Montserrat', sans-serif;  }

.caracteristicas { color:#878585; }

.caja_texto_caracteristicas { width:80%; margin:20px auto; }

.bg_especificaciones { background-color:#b3b0b0; }

.tit_especificaciones { color:#FFF; font-size:40px; font-family: 'Montserrat', sans-serif;  padding-bottom:4%; }

.especificaciones { color:#FFF; }

.caja_texto_especificaciones { width:85%; margin:20px 0; font-size:22px; font-family: 'Montserrat', sans-serif;  }

.img-circular { padding:5%; width:75%; }

.bg_circulo { background-image:url('../imagenes/productos/circulo-blanco.png'); background-size:contain; background-repeat:no-repeat; background-position:center center; }

.bot_descargar { position:relative; font-family: 'Montserrat', sans-serif;  color:#FFF; font-size:20px; border:1px solid #FFF; border-radius:5px; padding:15px 25px; margin-top:5%; display:inline-block;
                 -webkit-transition: all  linear 0.2s;
                 -moz-transition: all  linear 0.2s;
                 -o-transition: all  linear 0.2s;
                 transition: all  linear 0.2s;
}

.bot_descargar:hover {  color:#000000; border:1px solid #FFF; background-color:#FFF; text-decoration:none; }
.bot_descargar:focus {  color:#000000; border:1px solid #FFF; background-color:#FFF; text-decoration:none; } 


.tit_consultas { color:#b3b0b0; font-size:40px; font-family: 'Montserrat', sans-serif;  }

.tit_input { color:#b3b0b0; font-size:18px; font-family: 'Montserrat', sans-serif;  }

.input_consulta { background-color:rgba(179, 176, 176, 0.7); width:100%; height:40px; border:none; outline:none; font-size:18px; padding-left:3px;  }

.caja_texto { background-color:rgba(179, 176, 176, 0.7); width:100%; border:none; outline:none; font-size:18px; padding-left:3px; }

.bot_enviar_consulta { position:relative; font-family: 'Montserrat', sans-serif;  background-color:#FFF; color:#737070; font-size:20px; border:1px solid #C9C7C7; border-radius:5px; padding:10px 40px; margin-top:2%; display:inline-block; float:right;
                       -webkit-transition: all  linear 0.2s;
                       -moz-transition: all  linear 0.2s;
                       -o-transition: all  linear 0.2s;
                       transition: all  linear 0.2s;
}

.bot_enviar_consulta:hover {  color:#FFF; border:1px solid #C9C7C7; background-color:#C9C7C7; text-decoration:none; }
.bot_enviar_consulta:focus {  color:#FFF; border:1px solid #C9C7C7; background-color:#C9C7C7; text-decoration:none; }

.control-slide-prod { background-image:none !important; opacity:1 !important; }
.control-slide-prod .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { color:#b3b0b0; }


.bot_flecha { 
    background-color:#D43D3C; 
    border-radius:45px; 
    padding:15px 16px; 
    color:#FFF; }

.bot_flecha:hover { background-color:#be3938; color:#FFF; }

.text_bot_flecha { margin-top: 35%;  margin-bottom:0; font-size:11px; font-family:arial; font-weight:bold; color:#000; }

.flecha_izq { 
    position:absolute; 
    left:25px; 
    margin-top:40px; 
    z-index:15; 
    text-align: center;
}
.flecha_der { 
    position:absolute; 
    right:25px; 
    margin-top:40px; 
    z-index:15; 
    text-align: center;
}

/*************** FIN SECCIÓN PRODUCTOS DETALLE *******************************/


/*************** SECCIÓN ASISTENCIA *******************************/

.bg_asistencia { background-image:url('../imagenes/banner_asistencia.png'); background-size:cover; background-repeat:no-repeat; min-height:400px; }

.tit_asistencia { font-size:32px; color: #3f3f3f; font-family: 'Montserrat', sans-serif;  font-weight:bold; }
.div_mapa {  }
.img-mapa { width:100%; }

.pin { position:absolute; z-index:4; width:25px; }

.pin_buenos_aires { top:36%; left:62%; }
.pin_entre_rios { top:24%; left:65%; }
.pin_corrientes { top:15%; left:70%; }
.pin_misiones { top:9%; left:82%; }
.pin_santa_fe { top:19%; left:58%; }
.pin_chaco { top:9%; left:59%; }
.pin_formosa { top:4%; left:62%; }
.pin_salta { top:4%; left:48%; }
.pin_jujuy { top:-1%; left:40%; }
.pin_santiago { top:13%; left:49%; }
.pin_tucuman { top:9.5%; left:42%; }
.pin_catamarca { top:10%; left:35%; }
.pin_la_rioja { top:17%; left:36%; }
.pin_san_juan { top:20%; left:29%; }
.pin_mendoza { top:31%; left:30%; }
.pin_san_luis { top:28%; left:39%; }
.pin_cordoba { top:24%; left:47%; }
.pin_la_pampa { top:39%; left:40%; }
.pin_neuquen { top:42%; left:26%; }
.pin_rio_negro { top:47%; left:34%; }
.pin_chubut { top:57%; left:30%; }
.pin_santa_cruz { top:72%; left:26%; }
.pin_tierra_del_fuego { top:93%; left:34%; }
.pin_malvinas { top:83%; left:64%; }

.buenos_aires { }
.entre_rios { display:none; }
.corrientes { display:none; }
.misiones { display:none; }
.santa_fe { display:none; }
.chaco { display:none; }
.formosa { display:none; }
.salta { display:none; }
.jujuy { display:none; }
.santiago { display:none; }
.tucuman { display:none; }
.catamarca { display:none; }
.la_rioja { display:none; }
.san_juan { display:none; }
.mendoza { display:none; }
.san_luis { display:none; }
.cordoba { display:none; }
.la_pampa { display:none; }
.neuquen { display:none; }
.rio_negro { display:none; }
.chubut { display:none; }
.santa_cruz { display:none; }
.tierra_del_fuego { display:none; }
.malvinas { display:none; }

.info_locales_asistencia { padding-top:3%; position:relative; }
.tit_provincia { font-size:22px; color: #e31e26; font-family: 'Montserrat', sans-serif;  font-weight:700; text-transform:uppercase;}
.img-item-randers { position:absolute; left:-8%; }

.local { padding-top:4%; font-size:16px; font-family: 'Montserrat', sans-serif;  }

.texto_instrucciones_cuidado { color:#FFF; font-size:24px; font-family: 'Montserrat', sans-serif;  }

.tit_manuales { font-size:22px; color:#7f7f7f; font-family: 'Montserrat', sans-serif;  font-weight:bold; margin-bottom:3%; }

.menu_manuales { width:100%; }
.menu_manuales li { width:13.8%; list-style-type:none; display:inline-block; }
.menu_manuales li a { color:#030000; }
.menu_manuales li a:hover { color:#e72226; text-decoration:none;  }

.bot_manual_activo { color:#e72226 !important; text-decoration:underline; }

.texto_menu_manuales { font-family: 'Montserrat', sans-serif; text-align:center; font-size:16px; padding-top:10px; }

.img-item-randers_blanco { position:absolute; left:-5%; margin-top:3%; }
.tit_manual { font-size:40px; color:#fff; font-family: 'Montserrat', sans-serif;  font-weight:bold;  }

.manuales { padding-top:5%; }
.manuales a { color:#FFF; font-size:24px; vertical-align:bottom; display:inline-block; margin-bottom:5%; width:49%;  }
.manuales a:hover { color:#CCC; text-decoration:none; }

.manuales a p { width:92%; display:inline-block; }

.img-descargar-manual { display:inline-block; }

.div_manual { position:relative; } 
.div_manuales_bici_fija {  }
.div_manuales_cintas { display:none; }
.div_manuales_elipticos { display:none; }
.div_manuales_plataformas { display:none; }
.div_manuales_indoor { display:none; }
.div_manuales_multigym { display:none; }
.div_manuales_otros { display:none; }

.bg_consejos { background-image:url('../imagenes/bg_flechita_blanca.png'); background-size:cover; background-repeat:no-repeat; min-height:95px; }

.tit_consejos { font-size:40px; color:#838383; font-family: 'Montserrat', sans-serif;  font-weight:bold; margin-top:1.5%;  }

.ico_consejos { display:inline-block; vertical-align:top; }

.texto_consejos { color:#FFF; display:inline-block; width:80%; padding-left:2%; font-size:16px; }

.caja_consejos { min-height:150px; padding-bottom:10px; }

.texto_presentacion_asistencia { color:#FFF; font-size:18px; padding-bottom:4%; padding-top:0; }

.tit_presentacion_asistencia { color:#FFF; padding-top:3%; font-size:32px;  font-family: 'Montserrat', sans-serif; font-weight:bold; }

/*************** FIN SECCIÓN ASISTENCIA *******************************/


/*************** SECCIÓN RUTINAS *******************************/

.bg_rutinas { background-image:url('../imagenes/banner_rutinas.png'); background-size:cover; background-repeat:no-repeat; min-height:400px; }

.tit_videos { font-size:30px; color:#e72226; font-family: 'Montserrat', sans-serif; font-weight:bold; padding-left:15px; padding-bottom:10px;  }

.miniatura_video { width:100%; }

.bg_video_preview { width:100%; }

/*************** FIN SECCIÓN RUTINAS *******************************/


/*************** SECCIÓN DONDE COMPRAR *******************************/

.bg_donde_comprar { background-image:url('../imagenes/banner_donde_comprar.png'); background-size:cover; background-repeat:no-repeat; min-height:400px; }

.logos_locales { margin-bottom:4%; }

#info_mapa { position:absolute; z-index:450; width:250px; height:450px; left:-250px; background-color:#f7f7f7; display:none; border-right:3px solid #999; }
.bot_cerrar { position:absolute; right:5px; z-index:15; }
.bot_cerrar i { font-size:20px; color:#e72226; }

#cliente { padding-left:30px; padding-top:15px;  font-size:20px; }
#localidad { padding-left:30px; padding-top:1px;  font-size:14px; }
#direccion { padding-left:30px; padding-top:5px; font-size:14px; }
#telefono { padding-left:30px; padding-top:1px; font-size:14px; }

.tit_locales { color:#FFF; font-weight:300; margin-top:2px !important; margin-bottom:2px !important; }

.bot_cercania { color:#FFF; border: 1px #FFF solid; border-radius:12px; padding:15px; padding-top:20px; padding-bottom:15px; text-align:center; vertical-align:middle; }

.bot_cercania i { font-size:32px; }

.text_cercania { vertical-align:middle; display:inline-block; text-align:left; line-height:1.2; }

.select_mapa { vertical-align:middle; font-size:12px; padding: 2px; border: none; border-radius: 5px; -moz-border-radius:5px;}

.tit_select { color:#FFF; padding-bottom:0px;  margin-bottom:0; margin-top:-3%;  }

.tit_adquiri { color:#000; padding-top:20px; border-top:1px solid #FFF; font-size:38px; text-align:center; }

/*************** FIN SECCIÓN DONDE COMPRAR *******************************/



/*************** SECCIÓN CONTACTO *******************************/

.bg_contacto { background-image:url('../imagenes/banner_contacto.png'); background-size:cover; background-repeat:no-repeat; min-height:400px; }

.texto_contacto { color:#74706f; font-size:16px; }

.tit_randers_contacto { font-size:30px; color:#e72226; font-family: 'Montserrat', sans-serif; font-weight:bold;  padding-bottom:10px;  }

/*************** FIN SECCIÓN CONTACTO *******************************/


.bg_footer { background-color:#191919; padding-top:35px; padding-bottom:15px; }

.tit_redes { color:#FFF; font-size:16px; }

.links_terminos a { color:#8d8d8d; display:inline-block; margin-left:5px; }


.navbar-nav>li>a {
    padding-left: 40px;
}

.diamond-container_sm{
    margin-left: 40px;
    margin-right: 20px;
}

@media (max-width: 1200px) {

    .navbar-nav>li>a {
        padding-left: 20px;
    }

    .diamond-container_sm{
        margin-left: 40px;
        margin-right: 20px;
    }

    .s_empresa {right:50%; } 

    .s_asesoramiento { right:40%; }  

    .banner_gral { min-height:300px; }

    .pop_up_marcas { width:95% !important; }

}

@media (max-width: 992px) {

    .navbar-nav>li>a {
        padding-left: 10px;
    }

    .diamond-container_sm{
        margin-left: 30px;
        margin-right: 10px;
    }

    .s_empresa {right:40%; } 

    .s_asesoramiento { right:30%; }   

    .banner_gral { min-height:250px; }

    .pops_home { width:32%; } 
}

@media (max-width: 375px) and (min-width: 320px){
       input[type=checkbox].css-checkbox + label.css-label{padding-right: 32px;
    margin-left: 20px;
    } 
    .tit_linea, .tit_menu{
            text-align: center;
    }
}

@media (max-width: 768px) and (min-width: 426px){
   input[type=checkbox].css-checkbox + label.css-label{
         
             /*padding-right: 235px;
    margin-left: 235px;*/
   } 
   .tit_linea, .tit_menu{
            text-align: center;
    }
}
@media (max-width: 425px) and (min-width: 325px){
    .tit_linea, .tit_menu{
            text-align: center;
    }
   
.empresa-servicios-certified-img{
    float: none;
    width: 70px;
    position: relative;
    left: 170px;
    top: 30px;
}
@media (max-width: 425px) {
     .cat_resp{    width: 50%;
    margin: auto;
}
    input[type=checkbox].css-checkbox + label.css-label {
    /*padding-left:22px;*/
    height:17px; 
    display:block;
    line-height:17px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:11px;
    vertical-align:middle;
    cursor:pointer;
    font-weight:400;
    color:#74706f;
    margin-bottom: 10px;
     padding-right: 0px;
    margin-left: 0px;

}
    
}
@media (max-width: 375px) and (min-width: 321px){
      /* input[type=checkbox].css-checkbox + label.css-label {     padding-right: 40px;
    margin-left: 83px;}*/
    .empresa-servicios-certified-img{
    float: none;
    width: 70px;
    position: relative;
    left: 137px;
    top: 30px;
}
}
@media (max-width: 768px){
    .tit_asistencia{width: 80%; margin: auto;  }

       .info_locales_asistencia{ width: 80%;

    margin: auto;}
    /*.get_margin{
            margin: -20px
    }*/
}
