
:root {
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
     --gradient-azul: linear-gradient(180deg, #3b4ae4 0%, rgba(236, 242, 246, 0) 70.31%);
      --gradient-azulclaro: linear-gradient(180deg, #add8f1 0%, rgba(236, 242, 246, 0) 70.31%);
 }


@font-face {
font-family: "Metronic";
src: url("/temas/global/fuentes/metronic/MetronicPro.eot");
src: url("/temas/global/fuentes/metronic/MetronicPro.woff") format("woff"),
url("/temas/global/fuentes/metronic/MetronicPro.otf") format("opentype"),
url("/temas/global/fuentes/metronic/MetronicPro.svg#filename") format("svg");
}

@font-face {
font-family: "MetronicB";
src: url("/temas/global/fuentes/metronic/Metronic-Bold.eot");
src: url("/temas/global/fuentes/metronic/Metronic-Bold.woff") format("woff"),
url("/temas/global/fuentes/metronic/Metronic-Bold.otf") format("opentype"),
url("/temas/global/fuentes/metronic/Metronic-Bold.svg#filename") format("svg");
}
@font-face {
font-family: "MetronicL";
src: url("/temas/global/fuentes/metronic/Metronic-Light.eot");
src: url("/temas/global/fuentes/metronic/Metronic-Light.woff") format("woff"),
url("/temas/global/fuentes/metronic/Metronic-Light.otf") format("opentype"),
url("/temas/global/fuentes/metronic/Metronic-Light.svg#filename") format("svg");
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}

/*(1) owl-stage box*/
.owl-carousel .owl-stage { display: flex; }
/*(2) the direct div of each element in the owl carousel*/
.blog-item { height: 100%; }


.azul{
  color: #131e8c !important;
}
.azulclaro{
  color: #61B3E4 !important;
}
.blanco{
   color: #ffffff !important;
}
.verde{
  color: #E1E61E !important;
}

a {
  color: #131e8c;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #61B3E4 !important;
}

::-moz-selection {
  background: #131e8c;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #131e8c;
  text-shadow: none;
  color: #ffffff;
}

#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 0px solid #61B3E4;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 0px solid #131e8c;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}



.home-6 #scrollUp i, 
.home-6 .readon.submit.paste-btn, 
.home-6 .gridFilter button.active, 
.home-6 .gridFilter button:hover, 
.home-6 .rs-project.style1 .project-item .project-content .project-inner .p-icon, 
.home-6 .full-width-header .rs-header.style2 .topbar-area, 
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover, 
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    background: #131e8c;
}
/*
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
    color: #131e8c !important;
}
*/

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 20px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 16px;
    font-weight: 700;
 }

.full-width-header .rs-header.style2 .expand-btn-inner ul li > a {
    color: #131e8c;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover, 
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a, 
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, 
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
    color: #61B3E4 !important;
}
.socialtop li a:hover{
	  color: #61B3E4 !important;
}

.full-width-header .rs-header .menu-area .logo-area img {
    height: 91px !important;
}
.rs-header .menu-area .logo-area img {
    max-width: 100%;
    max-height: inherit !important;
}

@media only screen and (max-width: 1199px){
.full-width-header .rs-header .menu-area .logo-area img {
    height: 60px !important;
    margin-top: -10px;
}
}



.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #131e8c !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #61B3E4 !important;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #131e8c;
}
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, 
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
    color: #61B3E4 !important;
}

/*
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #131e8c !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #0a0a0a;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #131e8c !important;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #131e8c !important;
}
*/
.full-width-header .right_menu_togle {
    background: #131e8c;
    padding: 46px 40px 50px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}
.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 68px;
}






.home-6 .rs-project.style1 .project-item .project-content .project-inner .title a:hover, 
.home-6 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before, 
.home-6 .full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
    color: #61B3E4;
}



.rs-banner.banner-style6 {
    background: url(/temas/webs/grupocolabora/web/mods/img/banner_portada.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
}

.rs-banner.banner-style6.consultores {
    background: url(/temas/webs/grupocolabora/web/mods/img/banner_portada_consultores.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
}

.rs-banner.banner-style6 .title {
    font-weight: 700;
    font-size: 70px !important;
    line-height: 1;
    margin-left: -5px;
    font-family: Metronic;
}

@media only screen and (max-width: 1199px){
.rs-banner.banner-style6 .title {
    font-size: 40px !important;
}
}



.rs-services.style1 .service-wrap{
	box-shadow: inherit !important;
    border-radius: inherit !important;
}
.rs-services.style1 .service-wrap .service-grid.servicioazul {
    padding: 30px 30px 30px;
    transition: all 0.3s ease;
    background: #131e8c !important;
    transform: scale(1);
    border-right: 1px solid;
    border-color: #f5f5f5;
}

.rs-services.style1 .service-wrap .service-grid.servicioazulclaro {
    padding: 30px 30px 30px;
    transition: all 0.3s ease;
    background: #61B3E4 !important;
    transform: scale(1);
    border-right: 1px solid;
    border-color: #f5f5f5;
}




.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon,
.rs-services.style1 .service-wrap .service-grid.servicioazul .title,
.rs-services.style1 .service-wrap .service-grid.servicioazul .desc,
.rs-services.style1 .service-wrap .service-grid.servicioazulclaro .title,
.rs-services.style1 .service-wrap .service-grid.servicioazulclaro .desc{
  text-align: center;	
}

.rs-services.style1 .service-wrap .service-grid.servicioazul .desc,
.rs-services.style1 .service-wrap .service-grid.servicioazulclaro .desc{
 	font-weight: 500;
 	font-size: 18px;
 	color: #ffffff;
 	font-family: Metronic;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 80px;
  height: 60px;
  filter: grayscale(1);
  transition: all 0.3s ease;

}
.rs-services.style1 .service-wrap .service-grid.servicioazul .title a,
.rs-services.style1 .service-wrap .service-grid.servicioazulclaro .title a {
  color: #efefef;
}

.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #61B3E4;
}

.rs-services.style1 .service-wrap .service-grid.servicioazulclaro .title a:hover{
	color: #131e8c !important;
}


.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #131e8c;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid.servicioazul .btn-wrap .readmore{
	  color: #afafaf;
}
.rs-services.style1 .service-wrap .service-grid.servicioazul .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid.servicioazul .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #afafaf;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #E1E61E !important;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #E1E61E;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}



.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #131e8c;
  margin: 0 0 10px;
  text-transform: inherit;
  display: block;
}
.sec-title .sub-text.big {
  font-size: 19px;
  font-weight: 600;
  color: #333333;
}
.sec-title .sub-text.small {
  font-size: 15px;
  color: #0082f1;
  text-transform: uppercase;
}
.sec-title .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #131e8c;
  margin: 0;
  position: relative;
  padding-top: 28px;
  font-family: Metronic;
}
.sec-title .title span {
  color: #bb0b0b;
  font-style: oblique;
}
.sec-title .title span.new-text {
  font-style: unset;
}
.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 150px;
  height: 3px;
  background: #61B3E4;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0;
  top: auto !important;
}
.sec-title .title.title2:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .title.title2.contact {
  max-width: 530px;
  margin: 0 auto;
  color: #ffffff;
}

.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #61B3E4;
  overflow: hidden;
  position: relative;
}
.readon.consultant:hover{
	color:#131e8c !important;
}
.readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.readon.consultant:hover:after {
 		
  opacity: .3;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}



.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #131e8c;
  margin: 0 0 10px;
  text-transform: inherit;
  display: block;
}
.sec-title3 .desc {
  font-size: 19px;
  font-weight: 600;
  color: #333333;
}
.sec-title .sub-text.small {
  font-size: 15px;
  color: #0082f1;
  text-transform: uppercase;
}
.sec-title3 .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  color: #131e8c;
  margin: 0;
  position: relative;
  padding-top: 28px;
  font-family: Metronic;
  text-transform: uppercase;
}

.sec-title3 .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 150px;
  height: 3px;
  background: #61B3E4;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0;
  top: auto !important;
}

.bloqueregistrosalarial {
	background: url(/temas/webs/grupocolabora/web/mods/img/4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;

}
.bloquecontrolhorario{
	background: url(/temas/webs/grupocolabora/web/mods/img/5.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
.bloqueregistrosalarial h3.title{
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-transform: uppercase;
  text-align: center;
}

.bloquecontrolhorario h3.title{
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-transform: uppercase;
  text-align: center;
}


.botonazulverde{
background-color: #1724A9;
color: #E1E61E !important;
border: 0;
border-radius: 6px;
padding: 15px;      
}
.botonazulverde:focus,
.botonazulverde:hover{
background-color: #E1E61E;
color: #1724A9 !important;
border: 0;

}

.botonazulclaro{
background-color: #61B3E4;
color: #ffffff !important;
border: 0;
border-radius: 6px;
padding: 15px;
}
.botonazulclaro:focus, .botonazulclaro:hover{
background-color: #1724A9;
color: #61B3E4;
border: 0;
}



.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #131e8c 0%, #131e8c 58%);
  border-radius: 4px 4px 4px 4px;
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-azulclaro:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #61B3E4 0%, #61B3E4 58%);
  border-radius: 4px 4px 4px 4px;
}


.bloqueacoso{
	background: url(/temas/webs/grupocolabora/web/mods/img/3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% -30px;
}

.sec-titleacoso .title {
text-align: center;
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-transform: uppercase;
  text-align: center;
}
.sub_azul_claro{
	content: "";
	height: 3px;
	width: 160px;
	background: #61B3E4;
	margin: 10px auto;
}


.sec-titleacoso .desc {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}


.bloqueazulclaro{
	background: #61B3E4;
}
.bloqueazulclaro .sec-title .title {
text-align: center;
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-transform: uppercase;
  text-align: center;
}


.bloqueazulclaro .sec-title .desc {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}


.sub_azul_oscuro{
	content: "";
	height: 3px;
	width: 160px;
	background: #131e8c;
	margin: 10px auto;
}

.titulo_curso_portada .title{
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-transform: uppercase;
  text-align: center;
}

.titulo_centrado .titulo{
  font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 20px;
  font-family: Metronic;
  text-align: center;
}
.titulo_centrado .subtitulo{
  font-size: 25px !important;
  line-height: 35px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 15px;
  font-family: Metronic;
  text-align: center;
}

.rs-project.style7 .project-item .project-content .p-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E1E61E;
  line-height: 55px;
  color: #131e8c;
  text-align: center;
  display: block;
}

.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #131e8c;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #131e8c;
  opacity: .5;
}



.rs-project.style7 .project-item .project-img:before {
  content: "";
  height: 3px;
  background: #131e8c;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: rotate(19deg) scale(1.5);
  transition: .5s;
  width: 100%;
  height: 60%;
  opacity: 0;
  visibility: hidden;
}
.rs-project.style7 .project-item .project-content {
  position: relative;
  padding: 0;
  width: 100%;
  border-top: 0;
  z-index: 11;
  left: 0;
  transition: .6s;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: left;
}


.rs-services.main-home.services-style1 .services-item:after {
    display: block;
    width: 47px;
    left: 124px;
    background: #131e8c;
    content: "";
    height: 4px;
    position: absolute;
    transition: all .3s ease 0s;
    bottom: 0;
    z-index: 9;
    transform: translateX(-50%);
}



.ocupaciones_familia{
   background: #61B3E4 !important;
   color: #131e8c;
    border-radius: 5px;
    font-weight: bold;
    font-size: 110%;
    padding: 0 10px;
    margin-top: 20px;
}


.ocupaciones_ocupacion{
   border-bottom: 1px solid#61B3E4 !important;
   padding-left: 20px; 
}









.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
  height: 70px;
}


.rs-footer .bg-wrap .footer-content .about-widget .social-links li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 100%;
  display: inline-block;
  background: #61B3E4;
  font-size: 16px;
  color: #131e8c;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
  background: #E1E61E;
  color: #61B3E4;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap {
    background:#131e8c url(/temas/webs/grupocolabora/web/mods/img/fondo_pie.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 20px;
    border-radius: 0;
    /*border-radius: 70px 70px 0 0;*/
    /*background-color:  #131e8c;*/
    padding-top: 30px;
}

.rs-footer .bg-wrap.fondo_pie_consultores {
    background:#131e8c url(/temas/webs/grupocolabora/web/mods/img/fondo_pie_consultores.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 100% 20px;
    border-radius: 0;
    /*border-radius: 70px 70px 0 0;*/
    /*background-color:  #131e8c;*/
    padding-top: 30px;
}



@media only screen and (max-width: 1199px){
.rs-footer .bg-wrap {
   /* border-radius: 20px 20px 0 0;*/
}
}


.rs-footer .bg-wrap .footer-content .widget ul li a {
  color: #e2e2e2;
  display: inline-block;
}
.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
  color: #61B3E4;
  margin-left: 5px;
}
.rs-footer .bg-wrap .footer-content .widget ul li:last-child {
  margin: 0;
}

.copyright a{
	color: #ffffff;
}
.copyright a:hover{
	color: #E1E61E;
}
#scrollUp {
    text-align: center;
    bottom: 90px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 34px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#whatsapp {
    text-align: center;
    bottom: 30px;
    cursor: pointer;
    position: fixed;
    right: 34px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#whatsapp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 10px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #25d366;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#whatsapp i:hover {
  opacity: 0.8;
}



.rs-footer .pattern-right {
    position: absolute;
    bottom: 160px;
    right: 0;
}

.cookiealert{
	background: inherit !important;
	background-color: #131e8c !important;
}

.acceptcookies{
	background-color: #E1E61E;
}

.rs-footer .bg-wrap .footer-content .widget .widget-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 26px;
        position: relative;
}
.rs-footer .bg-wrap .footer-content .widget .widget-title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 100px;
  height: 3px;
  background: #fff;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0;
  top: auto !important;
}

.menu_usuario .dropdown-item{
  color: #131e8c;
}
.menu_usuario .dropdown-item:hover{
  background-color: #131e8c !important;
  color: #ffffff !important;
}



.mobile-slider { padding-left: 15px; padding-right: 15px; }
.mobile-slider .row{z-index: 2; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; margin-right: -15px; margin-left: -15px; padding-top: 0 !important; padding-bottom: 0 !important;}
.mobile-slider ul {list-style: none;  z-index: 2;}
.highlight h3 {position: relative; margin-top: 10px; display: block;  font-size: 18px;  }
.highlight.active h3 { color: #84ba3f; }
.highlight-title span { position: relative; z-index: 1; font-size: 28px; color: #84ba3f; }
.highlight { cursor: pointer; margin: 40px 0px;} 
li:last-child.highlight { margin-bottom: 0px; }
.highlights-phone{ width: 100%;height: 640px; float: left;}
.phone-holder{  display: block; height: 640px; position: relative;  top: 0px; left: 0; width: 306px; margin: auto; overflow: hidden}
#fon{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; overflow: hidden;}
.highlights-phone.wht .phone-holder #fon{background: url(/temasm/webs/grupo22/img/mobile-bg.png) center top no-repeat; background-position-x: 0;  }
.hgi{position: absolute; top: 58px; left: 0; width: 100%; height: 510px; visibility: hidden;}
.hgi img{width: 100%;height: 100%; padding: 0 8px; }
.highlights-phone.wht .hgi { top: 63px; }
.hgi.active { visibility: visible; }
.right-row { padding-right: 0; float: right; }
.left-row { float: left; margin-right: 0; }
.left-row .highlight-title { text-align: right; }
.right-row .highlight-title { text-align: left; }

.feature-text .feature-icon span, 
.feature-text .feature-icon i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #131e8c;
}
.feature-info h5 {
  font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #131e8c;
    margin-bottom: 10px !important; 
}
.feature-info p {

}

.section-title p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    font-size: 19px;
    font-weight: 600;
    color: #333333;
}

/*************************
        Counter
*************************/
.counter{ position:relative; color:#353535; min-height:60px; }
.counter .icon { font-size: 40px; }
.counter .timer { display: block; font-size: 44px; font-weight: 600; line-height: 40px; margin: 20px 0 5px; }
.counter label { font-size: 15px; font-weight: 600; margin: 10px 0 0; position: relative; text-transform: capitalize; }
.counter.text-white { color:#ffffff; }
.counter.text-white label { color:#ffffff; }
.counter.text-white span { color:#ffffff; }
.counter.theme-color { color:#84ba3f; }
.counter.theme-color label { color:#84ba3f; }
.counter.theme-color span { color:#84ba3f; }


/*counter-small*/
.counter.counter-small .timer { font-size: 30px; font-weight: 600; }
.counter.counter-small label { font-size: 16px; font-weight: 400; margin-top: 20px; }
.counter.counter-small .icon {  font-size: 30px; line-height: 40px; }

/*big-counter*/
.counter.big-counter .timer { font-size: 70px; font-weight: 600; }
.counter.big-counter label { font-size: 18px; font-weight: 300; margin-top: 20px; }
.counter.big-counter icon {  font-size: 50px; line-height: 60px; }

 /*left-icon*/
.counter.left-icon { position:relative; padding-left:70px; }
.counter.left-icon .icon { font-size:40px; line-height:50px; position:absolute; left:0; bottom:auto; top:0; }
.counter.left-icon span { margin:0; line-height:40px; }

 /*left-icon*/
.counter.right-icon { position:relative; padding-right:70px; }
.counter.right-icon .icon { font-size:40px; line-height:50px; position:absolute; right:0; bottom:auto; top:0; }
.counter.right-icon span { margin:0; line-height:40px; text-align: right; }
.counter.right-icon label  { text-align: right; display: block; }

.gradient_azulclaro {
  /*  background: var(--gradient-azulclaro);*/
}


.cabecera_interna {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.cabecera_interna .cabecera_interna_interior {
  padding: 200px 0 80px;
  min-height: 350px;
}

.cabecera_interna.cabecera_gdpr .cabecera_interna_interior {
  padding: 50px 0 80px;
  min-height: 350px;
}
.cabecera_interna.cabecera_aulas .cabecera_interna_interior {
  padding: 50px 0 80px;
  min-height: 350px;
}

.cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo {
  font-size: 55px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #131e8c;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  font-family: Metronic;
  text-shadow: 1px 1px #ffffff;

} 
.cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo span{
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
  } 

.cabecera_interna .cabecera_interna_interior  .cabecera_interna_titulo:after {
      content: "";
      position: absolute;
      border: 0;
      width: 150px;
      height: 5px;
      background: #61B3E4 !important;
      z-index: 1;
      margin-left: 0;
      left: 0;
      bottom: 0;
      top: auto !important;
    }

.cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.cabecera_interna .cabecera_interna_interior .cabecera_interna_texto {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;

  margin-top: 10px;
  padding: 3px;
  color: #ffffff;
  background-color: #131e8c; 
}




.cabecera_interna .cabecera_interna_interior ul {
  padding: 0;
}
.cabecera_interna .cabecera_interna_interior ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.cabecera_interna .cabecera_interna_interior ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.cabecera_interna .cabecera_interna_interior ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.cabecera_interna .cabecera_interna_interior ul li a:hover {
  opacity: .7;
}

@media only screen and (max-width: 991px) {

.cabecera_interna {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left center !important;
}
 .cabecera_interna .cabecera_interna_interior {
        padding: 200px 0 50px;
        min-height: 200px;
    }
 .cabecera_interna.cabecera_contratos .cabecera_interna_interior {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left bottom !important;
    }


.cabecera_interna .cabecera_interna_interior .cabecera_interna_texto {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
  padding: 3px;
  color: #ffffff;
  background-color: #131e8c; 
    }


    .cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo {
        font-size: 40px;
        line-height: 30px;
        color: #131e8c;
       font-family: Metronic;
      text-shadow: 1px 1px #ffffff;
    }
 .cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo span{
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  }    
    .cabecera_interna_titulo:after {
      content: "";
      position: absolute;
      border: 0;
      width: 150px;
      height: 3px;
      background: #61B3E4 !important;
      z-index: 1;
      margin-left: 0;
      left: 0;
      bottom: 0;
      top: auto !important;
    }

.cabecera_interna.cabecera_aulas .cabecera_interna_titulo:after {
      content: "";
      position: absolute;
      border: 0;
      width: 150px;
      height: 3px;
      background: #fff !important;
      z-index: 1;
      margin-left: 0;
      left: 0;
      bottom: 0;
      top: auto !important;
    }
    
    .cabecera_interna .cabecera_interna_interior .cabecera_interna_titulo .watermark {
        font-size: 170px;
    }

}




#seccion_gdpr {
      position: relative;
        z-index: 10;
        padding: 30px 0;
    background: #f7f7f7;

}


.fondo_seccion_gdpr {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    position: relative;
    z-index: 0;
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat;
}


.lateral_seccion_gdpr{
    left: 0;
    right: 0;
    padding: 0;
    position: absolute!important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
  }


.titulo_seccion_gdpr {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #131e8c;
    margin: 0;
    position: relative;
    padding-top: 8px;
    font-family: Metronic;
}
.sub_titulo_seccion_gdpr {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
        color: #131e8c;
}
.top_seccion_gdpr p{
font-size: 17px;
font-weight: 500;
text-align: justify;
}


@media (max-width: 767.98px){
.escuende_chico{display: none;}
}

@media (min-width: 768px){
.muestra_chico{display: none;}
}

.fondo_seccion_gdpr_chico {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.rs-counter.style1 .counter-area .content-part .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #E1E61E;
    z-index: 1;
    margin-left: 0;
    left: 0;
    bottom: 0px;
}
.counter-icon{
  font-size: 40px; 
  margin-bottom: 2px; 
  display: inline-block; 
  padding-right: 15px; 
  transition: 0.5s ease-in-out; 
  -webkit-transition: 0.5s ease-in-out; 
  -o-transition: 0.5s ease-in-out; 
  -moz-transition: 0.5s ease-in-out; 
}


/*************************************
             Features all
 **************************************/
.feature-text { text-align: center; position: relative; }
.feature-text.text-left { text-align: left; }
.feature-text.text-start .feature-icon span, .feature-text.text-start .feature-icon i { padding-left: 0;  }
.feature-text.text-right .feature-icon span, .feature-text.text-right .feature-icon i { padding-right: 0; }
.feature-text.text-right { text-align: right; }
.feature-text .feature-icon span, .feature-text .feature-icon i { font-size: 40px; margin-bottom: 30px; display: inline-block; padding-left: 15px; transition: 0.5s ease-in-out; -webkit-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; }
.feature-text.round .feature-icon span, .feature-text.round .feature-icon i { width: 70px; height: 70px; line-height: 70px;  display: inline-block; font-size: 26px; border-radius: 50%; padding-left: 0px; }
.feature-text.feature-border .feature-icon span, .feature-text.feature-border .feature-icon i { color: #323232; background: transparent; border:2px solid #323232; padding-left: 0px; }
.feature-text.gray-icon .feature-icon span, .feature-text.gray-icon .feature-icon i {  color: #323232; background: #f6f7f8; padding-left: 0px; }
.feature-text.theme-icon .feature-icon span, .feature-text.theme-icon .feature-icon i { color: #ffffff; background: #84ba3f; padding-left: 0px; }
.feature-text.shadow .feature-icon span, .feature-text.shadow .feature-icon i {  color: #323232; background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.09); padding-left: 0px; }
.feature-text.square .feature-icon span, .feature-text.square .feature-icon i { width: 70px; height: 70px; line-height: 70px;  display: inline-block; font-size: 26px; padding-left: 0px;}
.feature-text.text-center .feature-icon span, .feature-text.text-center .feature-icon i { padding-left: 0; }

/*left-icon*/
.feature-text.left-icon .feature-info { text-align: left; padding-left: 60px; }
.feature-text.left-icon .feature-icon span, .feature-text.left-icon .feature-icon i { padding-left: 0; }
.feature-text.left-icon .feature-icon { position: absolute; left: 0;  }

/*right-icon*/
.feature-text.right-icon .feature-info { text-align: right; padding-right: 60px; }
.feature-text.right-icon .feature-icon { position: absolute; right: 0;  }

.feature-text.left-icon.round .feature-info  { padding-left: 90px; }
.feature-text.right-icon.round .feature-info  { padding-right: 90px; }

.feature-text.left-icon.square .feature-info  { padding-left: 100px; }
.feature-text.right-icon.square .feature-info  { padding-right: 100px; }

 /*box-shadow*/
.feature-text.box-shadow { box-shadow: 0 0px 30px rgba(0,0,0,0.09); padding: 40px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  }
.feature-text.box-shadow:hover { box-shadow: 0 0px 70px rgba(0,0,0,0.09); }

/*border-box*/
.feature-text.border-box { box-shadow: 0 0px 1px rgba(0,0,0,0.5); padding: 40px;}

/*button*/
.feature-text .button { margin-top: 10px; }
.feature-text.round:hover .feature-icon i, .feature-text.round:hover .feature-icon span { background: #84ba3f; color: #ffffff; border-color: #84ba3f; }
.feature-text.theme-icon:hover .feature-icon span, .feature-text.theme-icon:hover .feature-icon i { background: #323232; color: #ffffff; }
.feature-text.square:hover .feature-icon i, .feature-text.square:hover .feature-icon span { background: #84ba3f; color: #ffffff; border-color: #84ba3f; }
.feature-text.square.theme-icon:hover .feature-icon span, .feature-text.square.theme-icon:hover .feature-icon i { background: #323232; color: #ffffff; }


.boton_info { 
    color: #E1E61E;
    display: inline-block;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    vertical-align: middle;
    background: #1724A9;
    text-decoration: none;
    margin: 1em;
    border-radius: 50rem !important;

}

.boton_info .icono{
    display: inline-block;
    position: relative;  
    top: -3px;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #1724A9;
     border-radius: 50rem !important;
}
.boton_info .icono .fa{
    font-size: 25px;
    line-height: 50px;
}
.boton_info .icono .fa{
  transition: .3s;
}
.boton_info .txt{
    font-size: .8em;
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align:middle;
    margin-top: -3px;
     color: #E1E61E !important;
}
.boton_info .txt:hover{
 
}

.boton_info .icono {background:#E1E61E}
.boton_info:hover .icono .fa{
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}


.rs-faq .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #131e8c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}
.subtitulo-webinar{
  font-size: 25px !important;
  line-height: 35px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 15px;
  font-family: Metronic;
}
.contenedor-webinar {
  width: 300px;
  height: 200px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.titulo_curso_g{
  font-size: 20px !important;
  line-height: 35px !important;
  font-weight: 800;
  color: #1724A9 !important;
  margin: 0;
  position: relative;
  padding-top: 15px;
  font-family: Metronic;
}

.imagen-webinar {
  max-width: 100%;
  max-height: 100%;
}
table.costescto {
  border: 4px solid #191BBA;

  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.costescto td, table.costescto th {
  border: 9px solid #FFFFFF;
  padding: 4px 4px;
}
table.costescto tbody td {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}
table.costescto thead {
  }
table.costescto thead th {
  font-size: 13px;
  font-weight: bold;
}
table.costescto tfoot {
  font-weight: bold;
  border-top: 1px solid #444444;
}
table.costescto tfoot .links {
  text-align: right;
}
table.costescto tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #BA8697;
  padding: 2px 8px;
  border-radius: 5px;
}
table.costescto th.fazul, table.costescto td.fazul{
        background: #131e8c;
        color: #fff;
}
table.costescto th.fazulc, table.costescto td.fazulc{
        background: #61B3E4;
        color: #fff;
}
table.costescto th.fverde, table.costescto td.fverde{
        background: #a8ac13;
        color: #fff;
}
.container-nosotros {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Clase para la imagen */
.imagen-nosotros {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.lista-primaria {
  font-family: "Metronic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #27272E;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lista-primaria li {
  background-image: var(--gradient-primary);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.imagen-formacion {
  max-width: 50%;
  max-height: 50%;
}

.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #1724a9;
  color: #E1E61E;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #E1E61E;
  color: #1724a9; 
}

.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #1724a9;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #1724a9;
}

.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #1724a9;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);
  padding: 15px;
  transition: 0.3s;
}

.rs-inner-blog .widget-area .categories {
    background: #fff;
    padding: 40px 30px
px
 40px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
}

.rs-breadcrumbs.img3 {
  background: url(temas/webs/grupocolabora/web/mods/img/politicas_gestion.jpg);
}

.imagen-difuminada {
  mask-image: linear-gradient(transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(transparent 0%, black 10%, black 90%, transparent 100%);
}

/*.imagen-difuminada {
  mask-image: linear-gradient(to left transparent 0%, black 10%, black 60%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left transparent 0%, black 10%, black 90%, transparent 100%);
}*/

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #ffffff !important;
    white-space: nowrap
}
.goog-te-gadget a{
    color: #ffffff !important;
}
.goog-te-gadget img {
    vertical-align: middle;
    border: none;
    display:none;
}

.goog-te-gadget-simple {
    background-color: #FFF;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #D5D5D5;
    font-size: 10pt;
    display: none;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer
}

.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle
}

.goog-te-combo {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: baseline
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0
}



.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover, .rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
    background: #131e8c !important;
    color: #ffffff;
}