html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    display:table;
    float:left;
    font-family: sans-serif;
    height:100%;
    width:100%;
}
* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
}
*:before,
*:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #788188;
    display:table;
    float:left;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height:100%;
    line-height: 14px;
    overflow-x: hidden;
    overflow-y: hidden;
    width:100%;
    background-image: url("../imagenes/bg.png");
}
a {
    color: #E2372D;
    outline: 0px;
    text-decoration: none;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: left;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table tr td {
    vertical-align: middle !important;
}
.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.table-hover>tbody>tr:hover{background-color:#f5f5f5}
ul,
ol {
    list-style: none;
    margin-bottom: 10px;
    margin: 0;
    padding: 0;
}
p,
ul li {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}
p b {
    color: #E2372D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1{
    border-bottom: 1px solid #DEDEDE;
    display: table;
    font-family: 'Squada One', cursive;
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 12px;
    padding-bottom: 2px;
}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.pace-inactive{display:none}
.pace .pace-progress{
position:fixed;
z-index:2000;
top:0;
right:100%;
width:100%;
height:3px;
left:0;
background:#C50007;
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
-ms-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.font-bold {
    font-weight: 700;
}

.text-uc {
    text-transform: uppercase;
}

.ease-in_05s {
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s;
}
.ease-in-1s {
    -moz-transition: all ease-in 1s;
    -ms-transition: all ease-in 1s;
    -o-transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s;
}
hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border: 0;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
.center {
    display: table;
    margin: 0 auto;
}
.txtcenter {
    text-align: center!important;
}
.txtleft {
    text-align: left;
}

.in-block {
    display: inline-block;
}
.all {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.row {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}
.col-100 {
    width: 100%;
}
.col-80 {
    width: 80%;
}
.col-75 {
    width: 75%;
}
.col-70 {
    width: 70%;
}
.col-60 {
    width: 60%;
}
.col-58 {
    width: 58%;
}
.col-50 {
    width: 48%;
    margin: 0 1%;
}
.col-46 {
    width: 46%;
}
.col-30 {
    width: 30%;
}
.col-33 {
    width: 33%;
}
.col-25 {
    width: 24%;
    margin: 0 .5%;
}
.col-40 {
    width: 40%;
}

/*
******************
***** LOGIN ******
******************
*/

.f-left {
    float: left;
}
.f-right {
    float: right;
}
.boxed {
    display: table;
    height:100%;
    margin: 0 auto;
    width: 100%;
}

.logo {
    -moz-background-size: 100px 120px;
    -o-background-size: 100px 120px; 
    -webkit-background-size: 100px 120px;
    background-image: url("../imagenes/logo.png");
    background-size: 100px 120px;
    display: block;
    height: 120px;
    left: 50%;
    margin-left:-50px;
    position: absolute;
    top: 30px;
    width: 100px;
}
input, input[type="password"], textarea{
    -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,.05);
    -ms-box-shadow: inset 0px 0px 10px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,.05);
    background-color: #f4f4f4;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,.05);
    margin-top: 5px;
    padding: 15px;
    width: 100%;
}
input[type="checkbox"]{
    margin:0; 
    width: auto;
}
input[type="submit"], .btn{
    background-color: #000;
    border-color: #000;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    font-family: 'Exo', sans-serif;
    min-width: 120px;
    padding: 6px 12px;
    width: auto;
-webkit-appearance: none;
display: inline-block;
-moz-transition: all ease-out .25s;
    -ms-transition: all ease-out .25s;
    -o-transition: all ease-out .25s;
    -webkit-transition: all ease-out .25s;
    transition: all ease-out .25s;
}
input[type="submit"]:hover, .btn:hover{
-webkit-box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
-moz-transition: all ease-in .25s;
    -ms-transition: all ease-in .25s;
    -o-transition: all ease-in .25s;
    -webkit-transition: all ease-in .25s;
    transition: all ease-in .25s;
}
.btn-success {
    background-color: #78CD51;
    border-color: #78CD51;
    color: #FFFFFF;
    min-width: auto;
}

.btn-primary {
min-width: auto;
}
.btn-pre-danger {
    background-color: #ff6c60;
    border-color: #ff6c60;
    color: #FFFFFF;
    min-width: auto;
}
.btn-danger {
    background-color: #bc0000;
    border-color: #bc0000;
    color: #FFFFFF;
    min-width: auto;
}
label{
    font-family: 'Exo', sans-serif;
}
.left-log, .right-log{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}
.right-log{
    background-color: #fff;
}
.left-log{
    background-color: #000;
}
.img-log{
    -khtml-opacity: 0.5;
    -moz-background-size: cover;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-image: url("../imagenes/img-log.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    filter: alpha(opacity=50);
    height: 100%;
    opacity: 0.5;
    position: relative;
    width: 100%;
}
.login{
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}
.login form{
    width: 60%;
    margin-bottom: 60px;
}
.login form input{
    margin-bottom: 15px;
    position: relative;
}
.login form input[type="checkbox"]{
    margin-bottom: 0px;
}

.login-remember label{
    line-height: 19px;
    margin-left: 10px;
}
.login-remember label span{
    position: relative;
    top: -2px;
    display: inline-block;    
}
.foot-log{
    width: 100%;
    text-align: left;
    bottom: 10px;
    position: absolute;
}
.foot-log span {
    display: table;
    line-height: 19px;
    margin-left: 10px;
    padding-right: 20px;
    min-height: 19px;
}
.foot-log a{
    background-image: url("../imagenes/mk-logo.png");
    background-position: center right;
    background-repeat: no-repeat;
    color: #788188;
    float: right;
    font-weight: 700;
    height: 19px;
    line-height: 19px;
    margin-right: 10px;
    padding-right: 23px;
}
.logo-empresa{
    display: block;
    margin-bottom: 35px;
    margin-top: 35px;
    height: auto;
    max-width: 340px;
}

/*
********************
****** INICIO ******
********************
*/
.allbox{
    height: 100%;
    max-width: 1200px;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 35px;
  background: #f3f3f4;
  border-bottom: 1px solid #cfcfcf;
}
header img{
    float: left;
    display: block;
    margin-top: 7px;
}

header h1 {
  margin: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  float: left;
  border: 0;
}
section.content {
    padding: 0px;
    overflow: hidden;
    position: relative;
    top: 35px;
    float: left;
}
.boxcntpdng{padding: 20px 25px 10px 25px;}
.boxcntfull{padding: 0;}

section.content footer{
    margin-top: 0px;
    width: 100%;
    display: table;
    text-align: right;
}
section.content #mCSB_1_scrollbar_vertical {
    right:-25px;
    top:-5px;
    bottom: 0px;
}
.vertical_nav .logo-empresa{
    width: 86%;
}
.wrapper {
  position: absolute;
  margin-left: 230px;
  transition: all 0.3s ease-out;
  z-index: 1;
  height: 100%;
  background-color: #fff;
}
  .wrapper__minify {
    margin-left: 50px;
  }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.navbar-right{
    float: right;
    height: 100%;
    margin: 0;
}
.navbar-right li{
    position: relative;
    float: left;
    margin: 0;
    border-left: 1px solid #ccc;
}
.navbar-top-links li a {
    position: relative;
    background-color: #EBEBED;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #7E7E7E;
    line-height: 34px;
    padding: 0 20px;
    -moz-transition: all ease-out .25s;
    -ms-transition: all ease-out .25s;
    -o-transition: all ease-out .25s;
    -webkit-transition: all ease-out .25s;
    transition: all ease-out .25s;
}

.navbar-top-links li a:hover{
    -webkit-box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
    box-shadow: inset 2px 2px 35px -8px rgba(0,0,0,0.75);
    -moz-transition: all ease-in .25s;
    -ms-transition: all ease-in .25s;
    -o-transition: all ease-in .25s;
    -webkit-transition: all ease-in .25s;
    transition: all ease-in .25s;
}
.navbar-top-links li a.salir {
    background-color: #bc0000;
    font-size: 23px;
    color: #fff;
}
.navbar-top-links li a.galeria {
    /* background-color: #2f4050; */
}
.navbar-top-links li a.maps {
    /* background-color: #00C596; */
}

.boxright{
    top:35px;
    width: 230px;
    height: 100%;
    position: relative;
    float: left;
    background-color: #ebebed;
}
article.album header {
    position: relative;
    display: table;
    width: 100%;
    height: 140px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    cursor:pointer;
}
article.album header img {
    line-height: 1;
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}
img {
    vertical-align: middle;
}
article.album header .album-options, article.album header .album-options-2,article.album header .album-options-px {
    position: absolute;
    display: block;
    right: 10px;
    top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 7px;
    font-size: 11px;zoom:1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
article.album header .album-options-2 {
    top:40px;
}
article.album header .album-options-px{
    left: 10px;
    right: auto;
}

article.album header:hover .album-options, article.album header:hover .album-options-2,article.album header:hover .album-options-px{
  zoom: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

article.album .album-info {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    max-height: 30%;
    overflow: hidden;
}

article.album .album-info h3 {
    font-size: 18px;
    margin: 0;
}
article.album .album-info p {
    margin: 0;
    margin-top: 0px;
    color: #EBEBED;
}

article.album footer .options-artright{
    padding: 12px 15px;
    color: #8d929a;
}
article.album footer .options-artright {
    float: right;
    border-left: 1px solid #ddd;
    padding: 7px 10px;
}

article.album {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
article.album footer .album-images-count,
article.album footer .album-options {
  padding: 5px 10px;
  float: right;
  color: #8d929a;
}
article.album footer .album-images-count a,
article.album footer .album-options a {
  color: #8d929a;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
article.album footer .album-images-count a + a,
article.album footer .album-options a + a {
  margin-left: 5px;
}

.clock{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.clock ul{text-align: center;margin: 0;}
.clock ul li{
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Squada One', cursive;
    margin: 0;
}

.clock #Date{font-family: 'Squada One', cursive;font-size: 18px;line-height: 18px;text-align: center;}

section.content .mCSB_scrollTools{
    right:-23px;
    top:0;
    bottom:0;
}
.boxcnt{
    margin-bottom: 35px;
}

.titcont{
    margin-bottom: 40px;
}

.titcont h3{
    margin-top: -8px;
    font-family: 'Squada One', cursive;
    font-weight: 100;
    font-size: 14px;
}

.titcont ul{
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
}

.titcont ul li{
    display: inline-block;
    margin: 0;
}

.btn-add{
    min-width: auto;
    position: relative;
}

.btn-atras{
    min-width: auto;
    position: relative;
    color: #bc0000;
}

.boxcnt form input[type="text"], .boxcnt form textarea{
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 50%;
    font-size: 14px;
}
.boxcnt form textarea{
    width: 70%;
    min-height: 85px;
}
.boxcnt .tblform .tdleft{
        width: 20%;
    text-align: right;
    padding-right: 15px;
}
.boxcnt .tblform .tdright{
    width: 80%;
}

.seo{
    margin-bottom: 0px;
}
.footform{
    margin-bottom: 25px;
}
.perfil{
    position: relative;
    width: 100%;
    height: 100%;
}
.left-perfil{
    width: 30%;
    height: 100%;
    background-color: #ebebed;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.rigth-perfil{
    width: 70%;
    height: 100%;
     display: inline-block;
    vertical-align: top;
    position: relative;
}

.padding-0{
    padding: 0!important;
}
.b-r {
    border-right: 1px solid #cfcfcf;
}
.b-l {
    border-left: 1px solid #cfcfcf;
}
.b-b {
    border-bottom: 1px solid #cfcfcf;
}
.b-t {
    border-top: 1px solid #cfcfcf;
}
/*
**************************
***** MENU VERTICAL ******
**************************
*/

.collapse_menu .collapse_menu--icon,.vertical_nav{
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out
}
*{
box-sizing:border-box
}
:active,:focus{
outline:0
}
.toggle_menu{
display:block;
float:left;width: 35px;height: 35px;
line-height:50px;
padding:0;
background:0 0;
border:0;
text-align:center;
cursor:pointer}
.toggle_menu i{
display:block;font-size: 23px;}

.vertical_nav{
position: absolute;
left:-230px;
top: 0px;
bottom:0;
width:230px;
background:#2f4050;
z-index: 2;
height: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.vertical_nav__closed{
left:-230px!important
}
.vertical_nav__opened{left:0!important;}
.menu{
position:absolute;
top:170px;
bottom:0;
overflow-y:hidden;
width:100%;
margin:0;
padding:0;
list-style-type:none
}
.menu--item{
position:relative;
min-height:40px;
line-height:40px;
margin-bottom: 0;
}
.menu--item__has_sub_menu .menu--link:after{
position:absolute;
top:0;
right:15px;
height:40px;
line-height:40px;
font-family:FontAwesome;
content:"\f0d7"
}
.menu--subitens__opened{
background:#e9e9e9
}
.menu--subitens__opened .menu--link{
color:#000
}
.menu--subitens__opened .sub_menu{
display:block
}
.menu--link{
display:block;
overflow:hidden;
font-size:14px;
text-decoration:none;
color:#fff;
font-weight:100;
white-space:nowrap;
cursor:pointer
}
.menu--link:hover,.menu--link:hover .menu--label{
color:#000;
background:#ddd;
}
.menu--icon{
display:block;
float:left;
width:50px;
height:40px;
line-height:40px;
font-size:20px
}
.menu--label{
display:block;
height:40px;
line-height:40px;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
    font-size: 13px;
}
.sub_menu{
display:none;
overflow:hidden;
padding-left:0;
list-style:none
}
.sub_menu--link{
display:block;
padding-left:50px;
padding-right:16px;
font-size:.875rem;
color:#666;
text-decoration:none
}
.sub_menu--link:hover{
color:#000;
background:#ddd
}
.sub_menu--link__active{
color:#000;
font-weight:500
}
.collapse_menu{
display:none;
}

@media (min-width:992px){
.vertical_nav{
left:0
}
.toggle_menu{
display:none
}
.vertical_nav__minify{
width:50px
}
.vertical_nav__minify .menu{
overflow:visible
}
.vertical_nav__minify .menu--label{
display:none;
position:absolute;
top:0;
left:50px;
width:150px;
padding-left:16px;
padding-right:16px;
background:#e9e9e9;
font-weight:500
}
.vertical_nav__minify .menu--item__has_sub_menu .menu--link:after{
content:""
}
.vertical_nav__minify .menu--subitens__opened .menu--label,.vertical_nav__minify .menu--subitens__opened .sub_menu{
display:block
}
.vertical_nav__minify .sub_menu{
position:absolute;
top:40px;
left:50px;
width:150px;
background:#e9e9e9
}
.vertical_nav__minify .sub_menu--link{
padding-left:16px
}
.vertical_nav__minify .collapse_menu--icon{
-webkit-transform:rotate(180deg)
}
.collapse_menu{
position:absolute;
bottom:0;
display:none;
width:100%;
height:40px;
line-height:40px;
padding:0;
border:0;
border-top:1px solid #e6e6e6;
background:#f6f6f6;
color:#666;
font-size:.875rem;
text-align:left;
cursor:pointer
}
.collapse_menu:hover{
color:#000;
background:#ddd
}
.collapse_menu .collapse_menu--icon{
display:block;
float:left;
width:50px;
height:40px;
line-height:40px;
font-size:20px
}
.collapse_menu .collapse_menu--icon:before{
content:"\f053"
}
.collapse_menu .collapse_menu--label{
display:block;
height:40px;
line-height:40px
}
}
/* Tab */
.c-tabs { height: 100%; }

/**
 * Tabs navigation
 */
.c-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tabs-nav__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 2px;
  padding: 8px 10px;
  color: #fff;
  background-color: #b3b3b3;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 14px;
}

.c-tabs-nav__link:last-child {
  margin-right: 0;
}

.c-tabs-nav__link:hover {
  color: #6d6d6d;
}

.c-tabs-nav__link.is-active {
  color: #dc446e;
  background-color: #fff;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
  margin: 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
}

.c-tabs-nav__link i {
  font-size: 18px;
}

.c-tabs-nav__link span {
  display: inline-block;
  font-size: 14px;
}

@media all and (min-width: 720px) {
  .c-tabs-nav__link i {
    margin-bottom: 0;
    font-size: 18px;
  }
  .c-tabs-nav__link span {
    /* display: block; */
  }
}

/**
 * Tab
 */
.c-tab {
  display: none;
  background-color: #fff;
  height:100%;
}

.c-tab.is-active {
  display: block;
}

.c-tab__content {
  padding: 1.5rem;
}

/**
 * Tabs no-js fallback
 */
.c-tabs.no-js .c-tabs-nav {
  display: none;
}

.c-tabs.no-js .c-tab {
  display: block;
  margin-bottom: 1.5rem;
}

.c-tabs.no-js .c-tab:last-child {
  margin-bottom: 0;
}
