@charset "utf-8";
/*--------------- 
Table of Contents:

- Preloader
- Titles
- Home

---------------*/

/*---- Stylesheets ----
@import "bootstrap.min.css";
@import "animate.css";*/

/*---- Fonts ----*/  
@import "../fonts/et-lineicons/css/style.css";
@import "ionicons.min.css";
@import "font-awesome.min.css";

/*---- General ----*/
html, 
body {
	height: 100%;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:Raleway,sans-serif;
	font-weight: 400;
	color: #444;
}
body {
padding-top:70px }
a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	cursor:pointer!important;
	
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0; 
	background: transparent;
	color: #121212;
	text-decoration: none;	  
}
a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

.margin_reset {
margin:0!important;
}

.fullwidth { width:100%; height:auto; }

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	text-shadow:none;
	margin-top:0;
	/*text-transform:uppercase*/
}

.icon48 { font-size:48px; padding:15px; display:block }

.box_padding { padding:0 40px}

.highlight { color:#004e70 }



@media (max-width: 990px) {
.consejo p { text-align:center}
}

.m-0 { margin: 0!important;}
.m-1 { margin: .25rem!important; }
.m-2 { margin: .5rem!important; }
.m-3 { margin: 1rem!important; }
.m-4 { margin: 1.5rem!important; }
.m-5 { margin: 2rem!important; }

.mt-0 { margin: 0!important;}
.mt-1 { margin: .25rem!important; }
.mt-2 { margin: .5rem!important; }
.mt-3 { margin: 1rem!important; }
.mt-4 { margin: 1.5rem!important; }
.mt-5 { margin: 2rem!important; }

.mr-0 { margin: 0!important;}
.mr-1 { margin: .25rem!important; }
.mr-2 { margin: .5rem!important; }
.mr-3 { margin: 1rem!important; }
.mr-4 { margin: 1.5rem!important; }
.mr-5 { margin: 2rem!important; }

.mb-0 { margin: 0!important;}
.mb-1 { margin: .25rem!important; }
.mb-2 { margin: .5rem!important; }
.mb-3 { margin: 1rem!important; }
.mb-4 { margin: 1.5rem!important; }
.mb-5 { margin: 2rem!important; }

.ml-0 { margin: 0!important;}
.ml-1 { margin: .25rem!important; }
.ml-2 { margin: .5rem!important; }
.ml-3 { margin: 1rem!important; }
.ml-4 { margin: 1.5rem!important; }
.ml-5 { margin: 2rem!important; }
/*--- COLORS ---*/

        .text-primary     { color:#004e70!important }
        .text-secondary   { color:#fb4d57!important; }
        .text-default     { color:#004e70!important; }
        .text-success     { color:#fb4d57!important; }
        .text-warning     { color:#fb4d57!important; }
        .text-danger      { color:#fb4d57!important; }
        .text-info        { color:#fb4d57!important; }
        .text-light       { color:#fb4d57!important; }
        .text-dark        { color:#fb4d57!important; }

        .bg-primary     { 
          background: rgb(30,87,153); /* Old browsers */
          background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(41,171,226,1) 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(41,171,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(41,171,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#29abe2',GradientType=1 ); /* IE6-9 */
         }
        .bg-secondary   { background-color:#004e70!important }
        .bg-default     { background-color:#004e70!important }
        .bg-success     { background-color:#004e70!important }
        .bg-warning     { background-color:#004e70!important }
        .bg-danger      { background-color:#004e70!important }
        .bg-info        { background-color:#004e70!important }
        .bg-light       { background-color:#004e70!important }
        .bg-dark        { background-color:#004e70!important }

        .label-info {
            background-color: rgb(91, 192, 222);
        }

        .btn-primary {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-secondary {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-default {
            color: #fff!important;
            background-color: #fb4d57!important;
        }
        .btn-success {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-warning {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-danger {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-info {
          color: #fff!important;
          background-color: rgb(91, 192, 222);
        }
        .btn-light {
          color: #fff!important;
          background-color: #fb4d57!important;
        }
        .btn-dark {
            background-color:  !important;
            border-color:  !important;
        }

/*---- Titles ----*/
.blue_light { color:#5cccf5!important}
.blue_normal { color:#004e70!important}
.blue_dark { color:#0c95f0!important}

.bg_green { background:#5dd1d1!important}

.violet_light { color:#fb4d57!important}
.violet_normal { color:#fb4d57!important}
.violet_dark { color:#fb4d57!important}

/*---- Bg Color ----*/
.bg_light { background:#e9f0f5 }
.bg_blue_light { background-color:#5cccf5!important}
.bg_blue_normal { background-color:#004e70!important}
.bg_blue_dark { background-color:#0c95f0!important}

.bg_violet_light { background-color:#fb4d57!important}
.bg_violet_normal { background-color:#fb4d57!important}
.bg_violet_dark { background-color:#fb4d57!important}

.bg_grey_light { background-color:#fbfbfc!important}
.bg_beige { background:#f8f8f8 /*#eaeae2*/ /*e5e5dc*/; }

/*---- Titles ----*/

.section_header {
	/*color:#fff*/
}

@media (max-width: 768px) {
.section_header {
	padding:60px 0 40px; 
}
.body_container { margin-top:80px}

}
@media (min-width: 769px) {
	.section_header {
	padding:60px 0 40px; 
}

}

.section_title {
	
	}
.subtitle {
    font-family: Raleway,sans-serif;
    line-height: 1.4em;
    color: grey;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}



@media (max-width: 990px) {
.subtitle {
    font-size: 16px;
}
.home_title { padding:40px }
}
@media (min-width: 991px) and (max-width: 1280px) {
.subtitle {
    font-size: 14px;
}
.home_title { padding:40px}
}
@media (min-width: 1281px) {
.subtitle {
    font-size: 18px;
}
.home_title { padding:50px 60px }
}



.center { text-align:center}

/*---- Fun Facts ----*/
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	padding-top:30px;
	padding-bottom:30px;
}
#fun-facts .row {
    margin-top: 10px;
}
.fact-container {
	padding-top:60px;
	padding-bottom:13px;
}
.counter {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 0px;
}
.fact {
	text-align:center;	
}

/* backgrounds */
.gradient1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,29abe2+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(41,171,226,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(41,171,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(41,171,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#29abe2',GradientType=1 ); /* IE6-9 */
}
.gradient_grey {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6e8482+0,6e8482+100&0.22+0,0+66 */
background: -moz-linear-gradient(45deg, rgba(110,132,130,0.22) 0%, rgba(110,132,130,0) 66%, rgba(110,132,130,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(110,132,130,0.22) 0%,rgba(110,132,130,0) 66%,rgba(110,132,130,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(110,132,130,0.22) 0%,rgba(110,132,130,0) 66%,rgba(110,132,130,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386e8482', endColorstr='#006e8482',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.back_blue {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3985cc+0,5392ce+100 */
background: #3985cc; /* Old browsers */
background: -moz-linear-gradient(45deg, #3985cc 0%, #5392ce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #3985cc 0%,#5392ce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #3985cc 0%,#5392ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3985cc', endColorstr='#5392ce',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.back_module_1 {
background:#2cabab
}
.back_module_2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89c9fc+0,52b1f9+100 */
background: #89c9fc; /* Old browsers */
background: -moz-linear-gradient(left, #89c9fc 0%, #52b1f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #89c9fc 0%,#52b1f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #89c9fc 0%,#52b1f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c9fc', endColorstr='#52b1f9',GradientType=1 ); /* IE6-9 */
}
.back_module_3 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e14e6e+0,ce3d5d+100 */
background: #e14e6e; /* Old browsers */
background: -moz-linear-gradient(left, #e14e6e 0%, #ce3d5d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e14e6e 0%,#ce3d5d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e14e6e 0%,#ce3d5d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14e6e', endColorstr='#ce3d5d',GradientType=1 ); /* IE6-9 */
}
.back_module_intro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+46,000000+100&1+45,0.08+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 45%, rgba(255,255,255,0.98) 46%, rgba(0,0,0,0.08) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 45%,rgba(255,255,255,0.98) 46%,rgba(0,0,0,0.08) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 45%,rgba(255,255,255,0.98) 46%,rgba(0,0,0,0.08) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#14000000',GradientType=0 ); /* IE6-9 */
}
.back_img_module_3 {
background-image: url(/images/head/back_modulo_3.svg);
}
.back_canales {
background-image:url(../../images/head/canales.svg);
background-repeat:no-repeat;
background-position:left;
background-size:cover;
}
.back_fixed {
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-color: #fff;*/
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    /*color: #fff;*/
}

/*---- Header ----*/
#header .navbar.navbar-default.navbar-fixed-top .container .navbar-header .navbar-brand {
	font-family: 'Montserrat', sans-serif;
}
.bottom-header,
.home-top-header {
    margin-top: -70px;
} 
.header-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.header-top .navbar-default {
    position: fixed;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 4;
	top:-100px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#home-slideshow {
    top: -70px;
}
.navbar-brand {
	float: left; 
    margin-top: 4px;
	padding: 10px;  
}
.navbar-logo {
	padding:15px 0;
	display:block!important
}
@media (max-width: 768px) {
.navbar-logo img {
	max-width:120px;
}
}
@media (min-width: 769px) and (max-width: 990px) {
.navbar-logo img {
	max-width:160px;
}
}

.navbar-default .navbar-brand h3{
	letter-spacing: -2px;
	color: #121212;
	font-size: 30px;
	margin-bottom:0px;
	margin-top:10px;
	line-height: 20px;
}
.navbar {
	/*min-height: 70px;*/
	/*height:110px;*/
	border: none;
}
.navbar-default {
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
	background-color: #fff;
    opacity: 1;
	
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22); 
}
.navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;.
	font-weight: 400;
	height: 100%;
	margin-top:10px;
	color: ;
}

.navbar-collapse {
	margin-top:6px;
	padding-right: 15px;
	padding-left: 35px;
	color: #121212;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
    font-weight: 700;

}
.nav > li > span {
	position: relative;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
    font-weight: 400;
	cursor: pointer;
	color:#777;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1em;
    color: #777;
    white-space: nowrap;
}
.nav.navbar-nav {
  display:flex; align-items:center;
}
.navbar-default .navbar-nav > li > a.highlight {
        color: #fff; background:#004e70;
    }
.navbar-default .navbar-nav > li > a i {
        margin-right:0.2em;
    }
.navbar-default .navbar-nav > li > a.highlight:hover {
        color:#fff; background:#fb4d57;
    }
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #777;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}
.dropdown-menu {
	font-size: 13px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
	
}
.navbar-default .navbar-nav > li > a:hover {
    color:#004e70;
    }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color:#004e70;
}
.menu-padding { 
    padding-top:70px; 
}
.content { 
    margin-top:0px; 
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

/*Navbar Collapse*/
@media (max-width: 992px) {
    .navbar-default .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-collapse {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
        background-color: #1C1C1C;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .nav > li > span {
        color: #fff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default ul.nav li {
		border-bottom: 1px dotted #2A2A2A;
	}
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li {
        border-bottom: none!important;
    }
    .dropdown-menu > li > a {
        color: #fff;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        background-color: transparent!important;
    }
}
.navbar .icon {
    font-size: 18px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 2px;
}
@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: 10px;
        top: -155px;
    }
}
@media (min-width: 992px) {
    .rez .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
}
@media (min-width: 992px) {
    .rez-drop .dropdown-menu {
        right: auto;
        left: 10px;
        top: 36px!important;
    }
} 

/* ==== 21) Footer ==== */

.logos { text-align:center}
.logos img { display:inline-block; margin:10px; }

#footer {
	padding-bottom: 15px;
}
.back-to-top {
	display: block;
	/*background: #121212;*/
	width: 45px;
	height: 40px;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-transform: translateZ(0);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
    cursor: pointer;
}
.footer-social {
	margin-top: 60px;
	margin-bottom: 10px;
}
.footer-social li a:hover {
	color: #fff;
}
.footer-info {
	margin-bottom: 20px;
}
.footer-copyright {
	font-size:13px;
}
footer p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #fff;
}
.footer-logo a {
    color: #fff;
}
footer .footer-menu {
    margin-top: 45px;
    border-top: 1px solid #999;
    padding-top: 30px;
    font-size: 12px;
    font-weight: 400;
    height: 64px;
    color: #fff;
}
footer .footer-menu a {
    color: #fff;
    margin-left: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;  
}
footer .footer-menu a:hover {
    color: #fff;
}
footer .connected-icons {
	margin: 0;
	list-style-type: none;
    display: inline-block;
    list-style: none;
}
footer .connected-icons li {
	display: inline-block;
    padding: 17px 17px;
}
footer .connected-icons li .fa-2-5x {
    font-size: 2.5em;
}
.btn-buy {
padding: 1px 5px;
font-size: 10px;
line-height: 1.5;
border-radius: 3px;
}

/*---- Contact Details ----*/ 
#contact-details {
	background-position: center 0%;
	background-size: cover;
	background-repeat: no-repeat; 
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	color: #fff;
}
.details {
	margin-top: 60px;
	margin-bottom: 80px;
	color: #fff;
	z-index: 3;
}
.phone-info {
	line-height: 0;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}

/*--- COLORS ---*/

.green { color:#5dd1d1}
.red { color:#e14e6e}
.blue { color:#5392ce}
.yellow { color:#efc86e}
.white { color:#fff!important; }

.bg_green { background:#5dd1d1!important}
.bg_red { background:#e14e6e!important}
.bg_blue { background:#5392ce!important}
.bg_yellow { background:#efc86e!important}
.bg_white { background:#fff!important; }

/* ==== 19) Contact Form ==== */

#contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
}


#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }



/* Form style */

#contact input { 
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #9198a4; 
	margin: 7px 0px; 
	-webkit-border-radius:2px; 
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: none;
box-shadow: none;
outline: 0 none;
}
textarea { 
	width: 100%; 
	max-width:  ;
	height: 165px;
	padding: 13px; 
	color: #444; 
	background: #fff; 
	border: 1px solid #9198a4; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius:2px; 
}
#contact input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

#contact input.submit { 
	width: 185px;
	margin: 15px 0px;
	cursor: pointer;  
	color:#fff; 
	border-radius: 3px;
	border-color: none;
	-webkit-transition: .4s cubic-bezier(0.25,.46,.45,.94);
	transition: .4s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
#contact input.submit:hover { 
	background:#444; 
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required { 
	font-size: 13px; 
	color: #ff0000; 
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}
.error_message {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	-webkit-border-radius: 5px;
	background-color: #FBE3E4;
	background-image: url(../img/error.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}

.loader { 
	padding: 0 10px; 
}
acronym { 
border-bottom:1px dotted #ccc; 
}


/* ---- 9.11 Feature Hover Box ---- */
.ft-hover-item .ft-item {
  position: relative;
  height: 440px;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}

.ft-hover-item .ft-item .content-wrapper {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.ft-hover-item .ft-item .content-wrapper p {
  margin: 0;
  padding-bottom: 45px;
  color: #ececec;
}

.ft-hover-item .ft-item .content-wrapper .ft-button {
  opacity: 0;
}

.ft-hover-item .ft-item:hover {
  background-size: 103%;
}

.ft-hover-item .ft-item:hover .bg-overlay {
  background: rgba(17, 17, 17, 0.8);
}

.ft-hover-item .ft-item:hover .content-wrapper {
  bottom: 100px;
}

.ft-hover-item .ft-item:hover .content-wrapper .ft-button {
  opacity: 1;
}

.ft-hover-item .ft-1, .ft-hover-item .ft-2 {
  background: url(http://placehold.it/900x580);
  background-size: 100%;
  background-position: 50%;
  -webkit-transition: background-size 0.3s;
          transition: background-size 0.3s;
}

.ft-hover-item .ft-1 .bg-overlay, .ft-hover-item .ft-2 .bg-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.55);
  -webkit-transition: background 0.4s;
          transition: background 0.4s;
}

.ft-hover-item .ft-2 {
  background: url(http://placehold.it/900x580);
  background-size: 100%;
  background-position: 50%;
}

.ft-hover-item .ft-2 .bg-overlay {
  background: rgba(17, 17, 17, 0.4);
}

/* form  */

.panel {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    /*padding: 14px;*/
    color: #555;
	height:42px;
	margin:0;
}

.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px!important;
}

a.btn, a.btn2 {
    display: inline-block; margin:0
}

.btn {
    margin:1em 0; border:none; text-transform:uppercase;
}

.btn2 {
    /*margin:1em 0; */border:none; 
	font-weight: 700;
}

.btn-default {
    color: #fff;
    background-color: #fb4d57;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fb4d57;
}
.btn-success {
    color: #fff;
    background-color: #5dd1d1;
    border-color: #5dd1d1;
}
.btn-info {
    background-color: #0c95f0!important;
	color:#fff
}

.btn-go {
    background-color: #bbdd6e!important;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.btn-go:hover {
    background-color: #374d58!important;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 16px 32px;
    font-size: 14px;
}
.btn-lg:hover, .btn-group-lg>.btn:hover {
    background-color: #001f5f;
	color:#fff
}

.btn-md, .btn-group-md>.btn {
    padding: 12px 16px;
    font-size: 12px;
}
.btn-md:hover, .btn-group-md>.btn:hover {
    background-color: #001f5f;
	color:#fff
}

/*--- REGISTER ---*/



@media (max-width: 480px) {
.logo_register { padding:0 15px; text-align:center; width:100% }
}
@media (min-width: 481px) {
.logo_register { padding:0 15px; float:left; margin-right:30px }
}

@media (max-width: 480px) {
.head_register { float:none }
.head_register h2 { text-align:center; margin-top:20px; letter-spacing:-1px; margin-bottom:20px }
.head_register h4 { text-align:center; }
}
@media (min-width: 481px) {
.head_register { float:left}
.head_register h2 { text-align:left; margin-top:0; letter-spacing:-1px; margin-bottom:20px }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /*-moz-appearance: none;*/
    appearance: none;
    margin: 0; 
	-moz-appearance: textfield;
}

/*--- VUE.js ---*/
[v-cloak] { display:none; }


/*--- DEFINITY ---*/

/* --------------------------------------------------
	0.2 Utility
-------------------------------------------------- */
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #ccc;
}

.no-gap {
  padding-left: 0;
  padding-right: 0;
}

.no-gap-left {
  padding-left: 0;
}

.no-gap-right {
  padding-right: 0;
}

.center-block {
  margin: 0 auto;
  display: block !important;
}

.no-style-link {
  color: inherit;
}

.no-style-link:focus,
.no-style-link:visited {
  text-decoration: none;
  color: inherit;
}

.no-style-link:hover {
  color: #919191;
}

.clear {
  clear: both;
}

/* ----------
News 
-------------- */

.blog-post .main_img {
    margin: 20px 40px 40px -50px;
}

@media (max-width: 768px) {
.blog-post .main_img {
    margin: 0;
}
}
@media (min-width: 769px) {
.blog-post .main_img {
    margin: 20px 40px 40px -50px;
}
}

/* --------------------------------------------------
	9.0 Feature
-------------------------------------------------- */
/* ---- 9.1 Feature - Cards ---- */
.ft-cards .ft-item {
  padding: 50px 40px;
  border: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards .ft-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-cards .ft-item span {
  font-size: 64px;
  color: #111;
}

.ft-cards .ft-item h4, .ft-cards .ft-item .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .ft-cards .ft-item .tab-heading, .ft-cards .ft-item .testimonials-3col .t-item blockquote footer cite, .testimonials-3col .t-item blockquote footer .ft-cards .ft-item cite, .ft-cards .ft-item .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .ft-cards .ft-item cite, .ft-cards .ft-item .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .ft-cards .ft-item cite, .ft-cards .ft-item .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .ft-cards .ft-item cite, .ft-cards .ft-item .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .ft-cards .ft-item cite, .ft-cards .ft-item .model_canvas .t-item .t-info .t-role, .model_canvas .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .team-4col .t-item .t-info .t-role, .team-4col .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .freelancer-about .t-item .t-info .t-role, .freelancer-about .t-item .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .t-join .t-info .t-role, .t-join .t-info .ft-cards .ft-item .t-role, .ft-cards .ft-item .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .ft-cards .ft-item .cards-header, .ft-cards .ft-item .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .ft-cards .ft-item .sc-lead {
  margin-top: 40px;
  margin-bottom: 30px;
}

.ft-cards .ft-item p {
  padding: 0;
  margin: 0;
}

.ft-cards .ft-item a {
  padding-top: 50px;
  display: block;
  text-align: right;
  color: #999;
}

.ft-cards .ft-item a:hover {
  color: #111;
}

.ft-cards .ft-item a:focus {
  text-decoration: none;
}

.ft-cards .ft-item a span {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  color: inherit;
}

/* ---- 9.2 Feature - Cards 2 ---- */
.ft-cards-2 .ft-card-item {
  margin-bottom: 50px;
  height: 254px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-cards-2 .ft-card-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-cards-2 .ft-card-item img {
  display: inline-block;
  max-width: 240px;
  float: left;
}

.ft-cards-2 .ft-card-item .ft-content {
  display: inline-block;
  padding: 50px 40px;
  width: 56%;
}

.ft-cards-2 .ft-card-item .ft-content h5, .ft-cards-2 .ft-card-item .ft-content .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-cards-2 .ft-card-item .ft-content .ft-heading, .ft-cards-2 .ft-card-item .ft-content .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-cards-2 .ft-card-item .ft-content .tab-info, .ft-cards-2 .ft-card-item .ft-content .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-cards-2 .ft-card-item .ft-content .widget-comm-title, .ft-cards-2 .ft-card-item .ft-content .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-cards-2 .ft-card-item .ft-content .title-timer {
  margin: 0;
  padding-bottom: 20px;
}

.ft-cards-2 .ft-card-item .ft-content p {
  margin: 0;
  color: #999;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn {
  display: inline-block;
  margin-top: 30px;
  float: right;
  color: #777;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: -webkit-transform 0.4s;
          transition: transform 0.4s;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn span {
  display: inline-block;
  font-size: 23px;
  vertical-align: top;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:hover {
  color: #111;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:hover span {
  opacity: 1;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.ft-cards-2 .ft-card-item .ft-content .link-btn:focus {
  text-decoration: none;
}

/* ---- 9.3 Feature - Steps Numbers ---- */
.ft-steps-numbers .ft-item {
  display: block;
  position: relative;
}

.ft-steps-numbers .ft-item .ft-nbr {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: rgba(204, 204, 204, 0.4);
  font-weight: lighter;
  font-size: 165px;
}

.ft-steps-numbers .ft-item h4, .ft-steps-numbers .ft-item .ft-tabs .tabs-list li a .tab-group .tab-heading, .ft-tabs .tabs-list li a .tab-group .ft-steps-numbers .ft-item .tab-heading, .ft-steps-numbers .ft-item .testimonials-3col .t-item blockquote footer cite, .testimonials-3col .t-item blockquote footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer cite, .testimonials-3col .t-item .wrapper-404 .content-wrapper .info-wrapper .info-404 footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer cite, .wrapper-404 .content-wrapper .info-wrapper .testimonials-3col .t-item .info-404 footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer cite, .testimonials-3col .t-item .bg-maintenance .content-wrapper .content-inner p footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer cite, .bg-maintenance .content-wrapper .content-inner .testimonials-3col .t-item p footer .ft-steps-numbers .ft-item cite, .ft-steps-numbers .ft-item .model_canvas .t-item .t-info .t-role, .model_canvas .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .team-4col .t-item .t-info .t-role, .team-4col .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .freelancer-about .t-item .t-info .t-role, .freelancer-about .t-item .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .t-join .t-info .t-role, .t-join .t-info .ft-steps-numbers .ft-item .t-role, .ft-steps-numbers .ft-item .login-2 .bg-overlay .form-wrapper .form-content .cards-header, .login-2 .bg-overlay .form-wrapper .form-content .ft-steps-numbers .ft-item .cards-header, .ft-steps-numbers .ft-item .login-2 .bg-overlay .form-wrapper .social-signup .social-card .sc-lead, .login-2 .bg-overlay .form-wrapper .social-signup .social-card .ft-steps-numbers .ft-item .sc-lead {
  margin: 0;
  padding-bottom: 20px;
  padding-left: 85px;
}

.ft-steps-numbers .ft-item p {
  margin: 0;
  padding-left: 85px;
}

/* ---- 9.4 Feature - Centered ---- */
.ft-centered .ft-item, .ft-x .ft-item, .ft-y .ft-item {
  text-align: center;
}

.ft-centered .ft-item h5, .ft-x .ft-item h5, .ft-y .ft-item h5, .ft-centered .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-centered .ft-item .ft-heading, .ft-x .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-x .ft-item .ft-heading, .ft-y .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-y .ft-item .ft-heading, .ft-centered .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-centered .ft-item .tab-info, .ft-x .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-x .ft-item .tab-info, .ft-y .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-y .ft-item .tab-info, .ft-centered .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-centered .ft-item .widget-comm-title, .ft-x .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-x .ft-item .widget-comm-title, .ft-y .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-y .ft-item .widget-comm-title, .ft-centered .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-centered .ft-item .title-timer, .ft-x .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-x .ft-item .title-timer, .ft-y .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-y .ft-item .title-timer {
  margin-top: 30px;
  margin-bottom: 20px;
}

.ft-centered .ft-item span, .ft-x .ft-item span, .ft-y .ft-item span {
  padding: 0;
  width: 110px;
  height: 110px;
  font-size: 45px;
  line-height: 109px;
}

.ft-centered .ft-material:hover span,
.ft-x .ft-material:hover span,
.ft-y .ft-material:hover span, .ft-centered .ft-material:hover i, .ft-x .ft-material:hover i, .ft-y .ft-material:hover i {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-centered .ft-material span,
.ft-x .ft-material span,
.ft-y .ft-material span, .ft-centered .ft-material i, .ft-x .ft-material i, .ft-y .ft-material i {
  display: inline-block;
  border: 1px solid #f8f8f8;
  border-radius: 100px;
  background: #fff;
  color: #777;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-diagonal span,
.ft-x .ft-diagonal span,
.ft-y .ft-diagonal span, .ft-centered .ft-diagonal i, .ft-x .ft-diagonal i, .ft-y .ft-diagonal i {
  display: inline-block;
  color: #111;
  background: url(../images/pat-diagonal.png) 100% repeat;
  border-radius: 100px;
}

.ft-centered .ft-circle-frame:hover span,
.ft-x .ft-circle-frame:hover span,
.ft-y .ft-circle-frame:hover span, .ft-centered .ft-square-frame:hover span, .ft-x .ft-square-frame:hover span, .ft-y .ft-square-frame:hover span, .ft-centered .ft-circle-frame-dark:hover span, .ft-x .ft-circle-frame-dark:hover span, .ft-y .ft-circle-frame-dark:hover span, .ft-centered .ft-square-frame-dark:hover span, .ft-x .ft-square-frame-dark:hover span, .ft-y .ft-square-frame-dark:hover span, .ft-centered .ft-circle-frame:hover i, .ft-x .ft-circle-frame:hover i, .ft-y .ft-circle-frame:hover i, .ft-centered .ft-square-frame:hover i, .ft-x .ft-square-frame:hover i, .ft-y .ft-square-frame:hover i, .ft-centered .ft-circle-frame-dark:hover i, .ft-x .ft-circle-frame-dark:hover i, .ft-y .ft-circle-frame-dark:hover i, .ft-centered .ft-square-frame-dark:hover i, .ft-x .ft-square-frame-dark:hover i, .ft-y .ft-square-frame-dark:hover i {
  border-color: #ececec;
  box-shadow: 0 0 0 0 #ececec;
}

.ft-centered .ft-circle-frame span,
.ft-x .ft-circle-frame span,
.ft-y .ft-circle-frame span, .ft-centered .ft-square-frame span, .ft-x .ft-square-frame span, .ft-y .ft-square-frame span, .ft-centered .ft-circle-frame-dark span, .ft-x .ft-circle-frame-dark span, .ft-y .ft-circle-frame-dark span, .ft-centered .ft-square-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-centered .ft-circle-frame i, .ft-x .ft-circle-frame i, .ft-y .ft-circle-frame i, .ft-centered .ft-square-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i, .ft-centered .ft-circle-frame-dark i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  display: inline-block;
  color: #111;
  background: #ececec;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #ececec;
  border-radius: 100px;
  line-height: 102px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.ft-centered .ft-square-frame span,
.ft-x .ft-square-frame span,
.ft-y .ft-square-frame span, .ft-centered .ft-square-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i {
  width: 100px;
  height: 100px;
  border-radius: 0;
  font-size: 45px;
  text-align: center;
  line-height: 90px;
}

.ft-centered .ft-dark-spin:hover span,
.ft-x .ft-dark-spin:hover span,
.ft-y .ft-dark-spin:hover span, .ft-centered .ft-dark-spin:hover i, .ft-x .ft-dark-spin:hover i, .ft-y .ft-dark-spin:hover i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  border: 1px solid #cccccc;
  background: #fff;
  color: #111;
}

.ft-centered .ft-dark-spin span,
.ft-x .ft-dark-spin span,
.ft-y .ft-dark-spin span, .ft-centered .ft-dark-spin i, .ft-x .ft-dark-spin i, .ft-y .ft-dark-spin i {
  display: inline-block;
  color: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0);
  background: #111;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-circle-frame-dark:hover span,
.ft-x .ft-circle-frame-dark:hover span,
.ft-y .ft-circle-frame-dark:hover span, .ft-centered .ft-square-frame-dark:hover span, .ft-x .ft-square-frame-dark:hover span, .ft-y .ft-square-frame-dark:hover span, .ft-centered .ft-circle-frame-dark:hover i, .ft-x .ft-circle-frame-dark:hover i, .ft-y .ft-circle-frame-dark:hover i, .ft-centered .ft-square-frame-dark:hover i, .ft-x .ft-square-frame-dark:hover i, .ft-y .ft-square-frame-dark:hover i {
  border-color: #644aaf;
}

.ft-centered .ft-circle-frame-dark span,
.ft-x .ft-circle-frame-dark span,
.ft-y .ft-circle-frame-dark span, .ft-centered .ft-square-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-centered .ft-circle-frame-dark i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  color: #f8f8f8;
  background: #644aaf;
  border: 5px solid white;
  box-shadow: 0 0 0 1px #644aaf;
}

.ft-centered .ft-square-frame-dark span,
.ft-x .ft-square-frame-dark span,
.ft-y .ft-square-frame-dark span, .ft-centered .ft-square-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  width: 100px;
  height: 100px;
  border-radius: 0;
  font-size: 45px;
  text-align: center;
  line-height: 90px;
}

.ft-centered .ft-small-card, .ft-x .ft-small-card, .ft-y .ft-small-card {
  padding: 50px 30px;
  background: #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-small-card:hover, .ft-x .ft-small-card:hover, .ft-y .ft-small-card:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-centered .ft-small-card:hover span,
.ft-x .ft-small-card:hover span,
.ft-y .ft-small-card:hover span, .ft-centered .ft-small-card:hover i, .ft-x .ft-small-card:hover i, .ft-y .ft-small-card:hover i {
  color: #644aaf;
}

.ft-centered .ft-small-card span,
.ft-x .ft-small-card span,
.ft-y .ft-small-card span, .ft-centered .ft-small-card i, .ft-x .ft-small-card i, .ft-y .ft-small-card i {
  display: block;
  margin-top: 30px;
  padding-bottom: 30px;
  width: auto;
  height: auto;
  line-height: 0;
  font-size: 64px;
  color: #777;
  -webkit-transition: color 0.7s;
          transition: color 0.7s;
}

.ft-centered .ft-circle-overlay:hover span,
.ft-x .ft-circle-overlay:hover span,
.ft-y .ft-circle-overlay:hover span, .ft-centered .ft-square-overlay:hover span, .ft-x .ft-square-overlay:hover span, .ft-y .ft-square-overlay:hover span, .ft-centered .ft-circle-overlay:hover i, .ft-x .ft-circle-overlay:hover i, .ft-y .ft-circle-overlay:hover i, .ft-centered .ft-square-overlay:hover i, .ft-x .ft-square-overlay:hover i, .ft-y .ft-square-overlay:hover i {
  background: #f4f4f4;
}

.ft-centered .ft-circle-overlay span,
.ft-x .ft-circle-overlay span,
.ft-y .ft-circle-overlay span, .ft-centered .ft-square-overlay span, .ft-x .ft-square-overlay span, .ft-y .ft-square-overlay span, .ft-centered .ft-circle-overlay i, .ft-x .ft-circle-overlay i, .ft-y .ft-circle-overlay i, .ft-centered .ft-square-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  display: inline-block;
  color: #111;
  border-radius: 100px;
  background: #ececec;
  border: 10px solid #f4f4f4;
  line-height: 90px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.ft-centered .ft-square-overlay span,
.ft-x .ft-square-overlay span,
.ft-y .ft-square-overlay span, .ft-centered .ft-square-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  border-radius: 0;
}

.ft-centered .ft-basic span,
.ft-x .ft-basic span,
.ft-y .ft-basic span, .ft-centered .ft-basic i, .ft-x .ft-basic i, .ft-y .ft-basic i {
  font-size: 60px;
  line-height: 60px;
}

/* ---- 9.5 Feature - Horizontal Aligned ---- */
.ft-x .ft-item, .ft-y .ft-item {
  text-align: left;
  clear:both;
}

.ft-x .ft-item h5, .ft-y .ft-item h5, .ft-x .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-x .ft-item .ft-heading, .ft-y .ft-item .ft-boxed-hover ul li .hover-content .ft-heading, .ft-boxed-hover ul li .hover-content .ft-y .ft-item .ft-heading, .ft-x .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-x .ft-item .tab-info, .ft-y .ft-item .ft-tabs .tabs-list li a .tab-group .tab-info, .ft-tabs .tabs-list li a .tab-group .ft-y .ft-item .tab-info, .ft-x .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-x .ft-item .widget-comm-title, .ft-y .ft-item .sidebar .comments-widget .widget-item span .widget-comm-title, .sidebar .comments-widget .widget-item span .ft-y .ft-item .widget-comm-title, .ft-x .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-x .ft-item .title-timer, .ft-y .ft-item .comingsoon .content-wrapper .content-inner .cs-timer .item .title-timer, .comingsoon .content-wrapper .content-inner .cs-timer .item .ft-y .ft-item .title-timer {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size:1.4em;
  text-transform:uppercase;
}

.ft-x .ft-item span,
.ft-y .ft-item span,
.ft-x .ft-item i, .ft-y .ft-item i {
  display: inline-block;
  margin: 25px 35px 50px 0;
  padding: 28px 26px;
  width: 85px;
  height: 85px;
  float: left;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
}

.ft-x .ft-material span,
.ft-y .ft-material span,
.ft-x .ft-material i, .ft-y .ft-material i {
  color: #111;
}

.ft-x .ft-circle-frame span,
.ft-y .ft-circle-frame span,
.ft-x .ft-square-frame span, .ft-y .ft-square-frame span, .ft-x .ft-circle-frame-dark span, .ft-y .ft-circle-frame-dark span, .ft-x .ft-square-frame-dark span, .ft-y .ft-square-frame-dark span, .ft-x .ft-circle-frame i, .ft-y .ft-circle-frame i, .ft-x .ft-square-frame i, .ft-y .ft-square-frame i, .ft-x .ft-circle-frame-dark i, .ft-y .ft-circle-frame-dark i, .ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  padding: 24px 25px;
}

.ft-x .ft-square-frame span,
.ft-y .ft-square-frame span,
.ft-x .ft-square-frame i,
.ft-y .ft-square-frame i,
.ft-x .ft-square-frame-dark span,
.ft-y .ft-square-frame-dark span,
.ft-x .ft-square-frame-dark i, .ft-y .ft-square-frame-dark i {
  width: 80px;
  height: 80px;
  padding: 21px 23px;
}

.ft-x .ft-circle-overlay span,
.ft-y .ft-circle-overlay span,
.ft-x .ft-square-overlay span, .ft-y .ft-square-overlay span, .ft-x .ft-circle-overlay i, .ft-y .ft-circle-overlay i, .ft-x .ft-square-overlay i, .ft-y .ft-square-overlay i {
  padding: 20px;
  border: 10px solid #f4f4f4;
}

.ft-x .ft-basic span,
.ft-y .ft-basic span,
.ft-x .ft-basic i, .ft-y .ft-basic i {
  padding: 0;
  font-size: 64px;
  line-height: 64px;
}

.ft-x .right-align .ft-content, .ft-y .right-align .ft-content {
  display: inline-block;
  width: 62%;
  text-align: right;
}

.ft-x .right-align .ft-icon, .ft-y .right-align .ft-icon {
  float: right;
  display: inline-block;
  margin-left: 20px;
  width: 30%;
}


/* --------------------------------------------------
	2.0 Buttons
-------------------------------------------------- */
/* ---- 2.1 Defualt Buttons ---- */
.btn, .btn-ghost, .btn-ghost-light, .btn-text, .btn-text-light, .btn-light {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Hind', sans-serif;
  font-weight:800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  line-height: 1.6em;
  border-radius: 0;
  border:2px solid #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.btn-danger {
background-color:#fb4d57;
}

.btn-sm {
padding: 5px 12px;
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    border-color: #38a6f0;
}

.btn:visited, .btn-ghost:visited, .btn-ghost-light:visited, .btn-text:visited, .btn-text-light:visited, .btn-light:visited {
  color: #fff;
  background: #fb4d57;
}

.btn:visited:hover, .btn-ghost:visited:hover, .btn-ghost-light:visited:hover, .btn-text:visited:hover, .btn-text-light:visited:hover, .btn-light:visited:hover {
  color: #ececec;
  background: #3f3f3f;
}

.btn:hover, .btn-ghost:hover, .btn-ghost-light:hover, .btn-text:hover, .btn-text-light:hover, .btn-light:hover {
  color: #ececec!important;
  background: #3f3f3f!important;
  border-color: #ccc!important
}

.btn:focus, .btn-ghost:focus, .btn-ghost-light:focus, .btn-text:focus, .btn-text-light:focus, .btn-light:focus {
  color: #ececec;
  outline: none;
}

.bt_reset { 
width:150px; 
display:block;
margin:auto;
border-radius:16px
}

/* ---- 2.2 Ghost Buttons ---- */
.btn-ghost, .btn-ghost-light {
  background: none;
  color: #111;
  border: 2px solid #111;
  overflow: hidden;
  z-index: 1;
}

.btn-ghost:after, .btn-ghost-light:after {
  content: '';
  position: absolute;
  background: #111;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
  z-index: -1;
}

.btn-ghost:visited,
.btn-ghost-light:visited,
.btn-ghost:focus, .btn-ghost-light:focus {
  color: #111;
  text-decoration: none;
}

.btn-ghost:hover, .btn-ghost-light:hover {
  color: #ececec;
  background: none;
}

.btn-ghost:hover:visited, .btn-ghost-light:hover:visited {
  color: #ececec;
  text-decoration: none;
}

.btn-ghost:hover:after, .btn-ghost-light:hover:after {
  top: 0;
}

input[class="btn-ghost"]:hover {
  color: #ececec;
  background: #111;
}

input[class="btn-ghost"]:after {
  content: none;
}

/* ---- 2.3 Buttons Rounded ---- */
.btn-round {
  border-radius: 25px;
}

/* ---- 2.4 Text Buttons ---- */
.btn-text, .btn-text-light {
  background: none;
  border: 2px solid rgba(17, 17, 17, 0);
  color: #777;
}

.btn-text:visited, .btn-text-light:visited {
  color: #777;
  background: none;
}

.btn-text:visited:hover, .btn-text-light:visited:hover {
  color: #111;
  background: none;
  border: 2px solid #111111;
}

.btn-text:hover, .btn-text-light:hover {
  color: #111;
  background: none;
  border: 2px solid #111111;
}

.btn-text:focus, .btn-text-light:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}

/* ---- 2.5 Button Sizes ---- */
.btn-large {
  padding: 10px 54px;
  font-size: 1.1em;
  letter-spacing: 3px;
}

.btn-small {
  padding: 6px 33px;
  font-size: 0.75em;
}

/* ---- 2.6 Light Buttons ---- */
.btn-light {
  color: #111;
  background: #ececec;
}

.btn-light:visited {
  color: #111;
  background: #ececec;
}

.btn-light:visited:hover {
  color: #111;
  background: #bebebe;
}

.btn-light:hover {
  color: #111;
  background: #bebebe;
}

.btn-light:focus {
  color: #111;
}

.btn-ghost-light {
  z-index: 1;
  border-color: #ececec;
  color: #ececec;
}

.btn-ghost-light:after {
  background: #ececec;
}

.btn-ghost-light:hover {
  color: #111;
}

.btn-ghost-light:hover:visited {
  color: #111;
}

.btn-ghost-light:visited {
  color: #ececec;
}

input[class="btn-ghost-light"] {
  z-index: 1;
}

input[class="btn-ghost-light"]:hover {
  z-index: 1;
  color: #111;
  background: #ececec;
}

.btn-text-light {
  border: 2px solid rgba(235, 235, 235, 0);
}

.btn-text-light:visited:hover {
  color: #ececec;
  border: 2px solid #ebebeb;
}

.btn-text-light:hover {
  color: #ececec;
  border: 2px solid #ebebeb;
}

.btn-text-light:focus {
  color: #ececec;
}

.img_back {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.preguntas .panel { border-bottom:1px solid #ccc; overflow:auto; margin-bottom:15px; padding-bottom:15px; border-radius:0}

.preguntas input[type="radio"] { width:25px; }

.preguntas textarea { height:50px; }

.preguntas i { font-size:0.9em; color:rgb(0,0,0,0.6); cursor:pointer }

.list_solucion { padding:0; list-style:none }
.list_solucion li { padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #eee; }

.ae_back {
	height: 50px;
    width: 50px;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.4)/*#374d58*/;
    color: #fff;
    display: table;
    margin: 20px auto;
    cursor: pointer;
	position:absolute;
	top:-10px;
	left:-60px;
}
.ae_back:before {
    font-family: FontAwesome;
    content: "\f053 ";
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: block;
}

.puntajes { }
.puntajes span { display: inline-block; width:28px; text-align:center }
.tip {
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	border: 1px solid #ccc;
}
.tip p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	line-height: 1.4em
}
.tip span.niveles {
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	background: #003399;
	width: 20px;
	line-height: 20px;
	border-radius: 100%;
	text-align: center
}

.tip h1 { font-size: 2em }
.tip h2 { font-size: 1.8em }
.tip h3 { font-size: 1.6em }
.tip h4 { font-size: 1.4em }
.tip h5 { font-size: 1.2em }

.puntuacion {
	position: relative;
	margin: 1px auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px
}
.puntuacion a {
	background-color: #00a9dd;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 2em;
	display: block;
	width: 200px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.row.modulos {
  display:flex;
  justify-content:center
}

.modulos.menu .modulo { margin-bottom:0!important; cursor:pointer}

.modulos.menu .modulo .item.active {
  background:#2EAEC1;
  color:#fff!important
}

.modulos.menu .modulo .item.active .modulo_title {
  color:#fff!important
}

.modulos.menu .modulo .arrow_next {
  top:50%!important; 
  margin-top:initial; 
  border-color: transparent transparent transparent #2EAEC1 !important;
  transform: translateY(-50%);
  right:-12px
}

.modulos.menu .item {
  display: block;
  position:relative;
  border-top: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.modulos.menu .item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.modulos { padding:40px 0; text-align:center }
.modulo_title {  }
.article { clear:both; padding-bottom:30px; margin-bottom:30px; border-bottom:1px solid #ccc; overflow:auto}

.modulo { margin-bottom:30px; float:none; display:inline-block; margin-left:-2px; margin-right:-2px }
.modulo .modulo_title { padding:30px 15px 0; color:#444}
/*.modulo img { width: 60%; height:auto; margin-bottom:2em; }*/
/*.modulo a.btn { position:absolute; bottom:0}*/

.modulo_top { height:180px; display:flex; align-items:center; justify-content:center; }
.modulo_top img { max-height:80%; width:80%!important  }

.modulo .bt { /*width:80px; height:80px; */line-height:50px; /*border-radius:100%; */color:#fff; display:table; width:70%; margin:auto; position:absolute; bottom:60px; left:0; right:0; margin:auto; text-align:center; border:2px solid #fff; max-width:180px  }
.modulo .bt.bt_puntos { z-index:20px; top:-120px; color:#666666 }
.modulo .bt.bt_eval { background:#7eb66f; font-weight:600; }
.modulo .bt.bt_eval:hover { background:#333; }
.modulo .bt.bt_reeval { /*background:#fb4d57; */font-weight:600; top:-4px; z-index:10 }
.modulo .bt.bt_puntos span.puntos { font-size:2.2em; letter-spacing:-1px; }
.modulo .bt.bt_puntos { }

.bt_modulo_1 { color:#5dd1d1!important; border-color:#5dd1d1!important; background:transparent!important }
.bt_modulo_2 { color:#5392ce!important; border-color:#5392ce!important; background:transparent!important }
.bt_modulo_3 { color:#e14e6e!important; border-color:#e14e6e!important; background:transparent!important }


.bt.disabled, .bt[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
	background:#ccc!important;
    /*opacity: .65;*/
}

.bootstrap-dialog .bootstrap-dialog-close-button button.close {
    font-size: 30px;
    opacity: 1;
    color: #fff;
	line-height:20px;
}

.modal-backdrop { position: fixed !important; }
.modal {
    z-index: 5000;
}

.modal-body {
	max-height: calc(100vh - 200px);
    overflow-y: auto;
	padding:30px;
	}

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.alert-nomargin { margin-bottom: 0; }

/* ==== transformer tabs ===== */

.transformer-tabs ul {
	list-style: none;
	margin: 0;
	padding-left: 30px;
	/*background-color: #616b72;*/
	background:rgba(0, 0, 0, 0.3) none repeat scroll right
}
.transformer-tabs li {
	display: inline;
	vertical-align: bottom;
	margin-left: -3px;
}
.transformer-tabs li .active {
	color: #fff;
	background-color: #00A7E4;
	border-top: 4px solid #00A7E4;
	margin-top: -4px;
}
.transformer-tabs li .active:hover {
	background-color: #00a6de;
}
.tabs-title {
	color: #fff;
	margin-bottom: 30px;
}
.transformer-tabs a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	font-weight:600;
}
@media screen and (max-width: 1030px) {
.transformer-tabs a { padding: 16px 11px; font-size:0.9em }
}
@media screen and (min-width: 1031px) {
.transformer-tabs a { padding: 20px; }
}
.transformer-tabs a:hover {
	background-color: rgba(255,255,255,.1); text-decoration:none; color:#FFFFFF
}
.tabs p {
	color: #fff; margin-bottom:1em
}
/* Skin White */
.tabs-white .transformer-tabs li .active {
	color: #004e70;
	background-color: #fff;
	border-top: 4px solid #5cccf5;
	margin-top: -4px;
}
.tabs.tabs-white > div {
	background: #fff;
	color: #616b72;
}
.tabs.tabs-white p {
	color: #616b72;
}
 @media (min-width: 768px) and (max-width: 991px) {
.transformer-tabs > ul {
	padding-left: 30px!important;
}
.transformer-tabs li i {
	display: none;
}
.tabs > div {
	padding: 30px !important;
}
}
 @media (max-width: 767px) {
.transformer-tabs ul {
	border-bottom: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background-color: #555c61;
}
.transformer-tabs ul::after {
	font-family: 'FontAwesome';
	content: '\f0c9' !important;
	position: absolute;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	top: 15px;
	right: 20px;
	z-index: 2;
	pointer-events: none;
}
.transformer-tabs ul.open a {
	position: relative;
	display: block;
	color: rgba(255,255,255,.5);
}
.transformer-tabs ul.open a:hover {
	/* background-color: #5b656d;  */
	color: #fff;
}
.transformer-tabs li {
	display: block;
	overflow: hidden;
}
.transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transformer-tabs a.active, .tabs-white .transformer-tabs li .active {
	position: relative;
	border: 0;
	margin: 0;
	z-index: 1;
	background-color: #00a7e1 /*#616b72*/;
	color: #fff !important;
}
.transformer-tabs li .active:hover {
	background-color: #616b72;
	color: #fff;
}
}
.tabs > div {
	display: none;
	padding: 30px;
}
.tabs > div {
	background: #00A7E4;
	color: #fff;
}
.tabs > .active {
	display: block;
}

nav.top {
  position:fixed; 
  width:100%;
  z-index:1000;
  // set animation
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
			
}
nav.top.sticky {
  /*height: 65px; */
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.logo_sticky {
  display: none;
}
nav.top.sticky .logo {
  display:none;
}
nav.top.sticky .logo_sticky {
  display: block;
}

header.sticky #navtop {
  top:10px;
}

header.sticky #headermenu {
  width: 100%;
  margin: auto;
  height:60px;
  position:relative;
  background:none;
}

header.sticky #headermenu .menu_top {
  display:none;
}

header.sticky #headermenu .logolate {
  background:none;
}

header.sticky #headermenu .logolate .logo1 {
  display:none;
}

header.sticky #headermenu .logolate .logo2 {
  display:block!important;
}

.nomargin { margin:0; }

.step_holder .step {
	border-right:1px dotted #666;
	}
.step_holder .step:last-child, .step_holder .step:first-child {
	border-right:none;
	}
.step_holder .step_inner {
	padding:20px 30px
	}
.step_holder .step_inner img {
	width:60%; height:auto; margin-bottom:2em; clear:both; display:block
	}
.step_holder .step_inner small {
	font-size: 1.4em; 
	text-transform:uppercase;
	font-weight: 700;
	/*color:#fb4d57*/
	}
.step_holder .step_inner .icon {
	margin-left:0
	}
.beneficios span { font-size:2.6em; color:#004e70; margin:0 0 0.3em 0; display:block}

.nivel { padding:30px; color:#fff; }
.nivel.inicial { }

.tools { display: table}
.tools p { font-size:0.9em;  }
.tools li { display:table-cell; padding:30px; text-align:left }
.tools img { width:140px; height:auto; margin-bottom:1em}

.col-centered{
    /*float: none;*/
}


/* --------------------------------------------------
	14.0 Team Blocks
-------------------------------------------------- */
/* ---- 14.1 Team - 3 Columns ---- */
.model_canvas .t-item, .team-4col .t-item, .freelancer-about .t-item {
  display: block;
  border-top: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  height:100%;
}

.model_canvas .t-item:hover, .team-4col .t-item:hover, .freelancer-about .t-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.model_canvas .t-item:hover .t-image .t-description, .team-4col .t-item:hover .t-image .t-description, .freelancer-about .t-item:hover .t-image .t-description {
  bottom: 0;
}

.model_canvas .t-item:hover .t-image .t-description .content-wrapper, .team-4col .t-item:hover .t-image .t-description .content-wrapper, .freelancer-about .t-item:hover .t-image .t-description .content-wrapper {
  padding-top: 0;
  border-bottom: 1px solid #ebebec;
  opacity: 1;
}

.model_canvas .t-item .t-image, .team-4col .t-item .t-image, .freelancer-about .t-item .t-image {
  position: relative;
  /*height: 375px;*/
  overflow: hidden;
}

.model_canvas .t-item .t-image .t-description, .team-4col .t-item .t-image .t-description, .freelancer-about .t-item .t-image .t-description {
  display: block;
  position: absolute;
  padding: 100px 30px 30px 30px;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: bottom 0.4s;
          transition: bottom 0.4s;
}

.model_canvas .t-item .t-image .t-description .content-wrapper, .team-4col .t-item .t-image .t-description .content-wrapper, .freelancer-about .t-item .t-image .t-description .content-wrapper {
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 73px;
  /*border-bottom: 1px solid rgba(235, 235, 236, 0);*/
  -webkit-transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
          transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
}



.model_canvas .t-item .t-info, .team-4col .t-item .t-info, .freelancer-about .t-item .t-info {
  padding: 25px 30px;
}



.model_canvas .t-item .t-info .t-name, .team-4col .t-item .t-info .t-name, .freelancer-about .t-item .t-info .t-name {
  font-size: 16px;
}

.model_canvas .t-item .t-info .t-role, .team-4col .t-item .t-info .t-role, .freelancer-about .t-item .t-info .t-role {
  display: block;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 3.5px;
  color: #999;
}

.model_canvas .t-item .t-info .social-links, .team-4col .t-item .t-info .social-links, .freelancer-about .t-item .t-info .social-links {
  margin: 0;
  padding: 15px 0 0 0;
  list-style: none;
}

.model_canvas .t-item .t-info .social-links li, .team-4col .t-item .t-info .social-links li, .freelancer-about .t-item .t-info .social-links li {
  display: inline-block;
}

.model_canvas .t-item .t-info .social-links li a, .team-4col .t-item .t-info .social-links li a, .freelancer-about .t-item .t-info .social-links li a {
  display: block;
  padding-right: 12px;
  font-size: 21px;
  color: #111;
}

.model_canvas .t-item .t-info .social-links li a:hover, .team-4col .t-item .t-info .social-links li a:hover, .freelancer-about .t-item .t-info .social-links li a:hover {
  color: #999;
}

/* ---- 14.2 Team - 4 Columns ---- */
.team-4col .t-item .t-image {
  /*height: 200px;*/
  padding-bottom:100px;
  height:100%
}

.t-image .icon { display:block; margin:30px auto 0; }

.arrow_next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 18px;
  border-color: transparent transparent transparent #ffffff;
  position:absolute; top:120px; margin-top:-15px; right:-2px
}
.arrow_modulo_1 { border-color: transparent transparent transparent #2cabab!important; }
.arrow_modulo_2 { border-color: transparent transparent transparent #52b1f9!important; }
.arrow_modulo_3 { border-color: transparent transparent transparent #ce3d5d!important; }

.team-4col .t-item .t-image .t-description {
  padding: 30px;
  bottom: -100%;
}

.team-4col .t-item .t-image .img_holder {
  position:absolute; bottom:30px; width:100%; height:50px; overflow:visible
}
/*
.modulo_1 .t-item .t-image .img_holder { background:#2ba5e4 }
.modulo_2 .t-item .t-image .img_holder { background:#64bfef }
.modulo_3 .t-item .t-image .img_holder { background:#b66aaf }
.modulo_4 .t-item .t-image .img_holder { background:#862791 }
*/
.team-4col .t-item .t-image .img_holder img {
  position:absolute; right:0; bottom:0; height:auto;
}

.team-4col .t-item .t-info {
  padding: 15px 30px;
}

.team-4col .t-item .t-info .t-name {
  font-size: 14px;
}

.team-4col .t-item .t-info .t-role {
  font-size: 12px;
}

.team-4col .t-item .t-info .social-links {
  padding-top: 7px;
}

.team-4col .t-item .t-info .social-links li a {
  padding-right: 10px;
  font-size: 19px;
}

.mod_personas {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ba5e4+0,64bfef+100 */
background: rgb(43,165,228); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(43,165,228,1) 0%, rgba(100,191,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(43,165,228,1) 0%,rgba(100,191,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(43,165,228,1) 0%,rgba(100,191,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba5e4', endColorstr='#64bfef',GradientType=1 ); /* IE6-9 */
color:#fff;

}

.mod_gestion {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b66aaf+0,862791+100 */
background: rgb(182,106,175); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(182,106,175,1) 0%, rgba(134,39,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(182,106,175,1) 0%,rgba(134,39,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(182,106,175,1) 0%,rgba(134,39,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b66aaf', endColorstr='#862791',GradientType=1 ); /* IE6-9 */
color:#fff;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}
.owl-controls .owl-buttons div {
    opacity: 1;
    padding: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
	background:#333
}

.scroller.back {
    height: 50px;
    width: 50px;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
	background:#374d58;
	color:#fff;
	display:table;
	margin:20px auto;
	cursor:pointer;
}
.scroller.back:hover {
    background:#5dd1d1;
}
.scroller.back:before {
    font-family: FontAwesome;
    content: "\f077 ";
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: block;
}

/*  REGISTER WIZARD */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    /*display: table-row;*/
	text-align:center;
}

.stepwizard {
    /*display: table;*/
    width: 100%;
    position: relative;
	margin:30px 0;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
	left:0;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    /*display: table-cell;*/
	display:inline-block;
	float:none;
    text-align: center;
    position: relative;
	margin:0 15px;
}

.tab-pane { padding:15px}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}
.add-item { border-bottom:1px solid #ccc; margin-bottom:15px; overflow:auto; }

.listado_p p:before {
	font-family: FontAwesome;
    content: "\f138";
    margin-right: 1em;
	margin-left:-2em;
    color: #374d58;
	}
.form-group label { display:block; clear:both}
.inline { display:inline-block; }
.radio-inline { display:inline-block!important}

.editable { 
    overflow:auto;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; 
	padding:25px 15px 15px;
	position:relative;
	}
.editable:after {
    font-family: FontAwesome;
    content: "\f044";
    color: #0c95f0;
    top: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 32px;
}
.editable .add-item {
    border-bottom: 1px solid #31708f;
    margin-bottom: 20px;
}
.inline_list { margin-bottom:1em }
.inline_list p { display:inline; margin-right:1em; padding-right:1em; border-right: 1px solid #ccc; }

.modal-dialog {
    width: 720px!important;
}
.modal-content { overflow:auto }

/*--- NUEVOS ---*/

.logo { height:60px; max-width:240px}
.logo_sticky { height:40px}

.headline0.bold,
.headline1.bold,
.headline2.bold,
.headline3.bold {
font-weight:700;
}
.bold {
font-weight:700;
}
.lead1.bold,
.lead2.bold,
.lead3.bold,
.lead4.bold {
font-weight:700;
}

.headline0 { font-family: 'Hind', sans-serif; font-weight:300; font-size:56px }
.headline1 { font-family: 'Hind', sans-serif; font-weight:300; font-size:52px }
.headline2 { font-family: 'Hind', sans-serif; font-weight:700; font-size:32px }
.headline3 { font-family: 'Hind', sans-serif; font-weight:400; font-size:26px }

.lead1 { font-family: 'Hind', sans-serif; font-weight:400; font-size:20px }
.lead2 { font-family: 'Hind', sans-serif; font-weight:400; font-size:18px }
.lead3 { font-family: 'Hind', sans-serif; font-weight:400; font-size:16px }

@media (max-width: 768px) {
.headline1 { font-size:2.2em!important; }
.headline2 { font-size:2em!important; }
.headline3 { font-size:1.2em!important; }
.lead1 { font-size:1.4em!important; }
.lead2 { font-size:1.2em!important; }
.lead3 { font-size:1em!important; }
}
@media (min-width: 769px) and (max-width: 1090px) {
.headline1 { font-size:2.4em!important; }
.headline2 { font-size:2.2em!important; }
.headline3 { font-size:1.6em!important; }
.lead1 { font-size:1.6em!important; }
.lead2 { font-size:1.4em!important; }
.lead3 { font-size:1.2em!important; }
}
@media (min-width: 1091px) {
.headline1 { font-size:3.2em!important; }
.headline2 { font-size:2.2em!important; }
.headline3 { font-size:2em!important; }
.lead1 { font-size:1.6em!important; }
.lead2 { font-size:1.4em!important; }
.lead3 { font-size:1.2em!important; }
}

@media (min-width: 100px) {
.icon { 
width:40px; 
height:40px; 
font-size:22px; 
margin:5px;
}
.icon:before {
line-height:40px!important; 
}
.icon56 { 
font-size:52px; 
margin:5px;
width:56px;
text-align:center;
display: inline-block
}
.icon56:before {
line-height:52px!important; 
}
}
@media (min-width: 768px) {
.icon { 
width:60px; 
height:60px; 
font-size:32px; 
margin:15px;
}
.icon:before {
line-height:60px!important; 
}
}
.icon { 
display:inline-block;  
background:#6e8482; 
border-radius:100%; 
text-align:center; color:#FFFFFF;-webkit-transition: color 0.5s;
transition: color 0.5s; 
}

#pasos .icon { 
display:block;
clear:both; 
margin:0 15px 15px 0; 
width:60px; 
height:60px; 
background:#004e70; 
border-radius:100%; font-size:32px; text-align:center; color:#FFFFFF;-webkit-transition: color 0.5s;
transition: color 0.5s; 
}

.line-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.line-icons ul li {
  display: block;
  margin-bottom: 40px;
  padding: 35px 15px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.line-icons ul li:hover {
  background: #f4f4f4;
}

.line-icons ul li:hover span {
  color: #111;
}


.line-icons ul li p {
  margin-top: 25px;
  font-size: 1.2em;
  color: #999;
}

/* --------------------------------------------------
	18.0 Blog
-------------------------------------------------- */
.blog-pagination .pagination {
  margin: 0;
}

.blog-pagination .pagination li a {
  border: none;
  background: none;
  color: #999;
  font-size: 1.2em;
}

.blog-pagination .pagination li a:hover {
  border: none;
  color: #111;
}

.blog-post-nav {
  padding-top: 100px;
  padding-bottom: 50px;
}

.blog-post-nav .prev-btn,
.blog-post-nav .next-btn {
  display: inline-block;
  color: #999;
}

.blog-post-nav .prev-btn:hover,
.blog-post-nav .next-btn:hover {
  color: #111;
}

.blog-post-nav .prev-btn {
  float: left;
  padding-left: 15px;
}

.blog-post-nav .next-btn {
  float: right;
  padding-right: 15px;
}

/* ---- 18.1 Blog Columns ---- */
.blog-columns .blog-post, .blog-classic .blog-post {
  border-top: 1px solid #f8f8f8;
  margin-bottom:30px;
  background: #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.blog-columns .blog-post:hover, .blog-classic .blog-post:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.blog-columns .blog-post .post-img, .blog-classic .blog-post .post-img {
  display: block;
}

.blog-columns .blog-post .post-img img, .blog-classic .blog-post .post-img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.blog-columns .blog-post .post-img:hover img, .blog-classic .blog-post .post-img:hover img {
  opacity: .8;
}

.blog-columns .blog-post .bp-content, .blog-classic .blog-post .bp-content {
  padding: 30px; height:250px
}

.blog-columns .blog-post .bp-content .post-meta .post-date i,
.blog-classic .blog-post .bp-content .post-meta .post-date i,
.blog-columns .blog-post .bp-content .post-meta .post-comments i, .blog-classic .blog-post .bp-content .post-meta .post-comments i {
  display: inline-block;
  padding-right: 9px;
  font-size: 18px;
  vertical-align: middle;
  color: #ccc;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.blog-columns .blog-post .bp-content .post-meta .post-date span,
.blog-classic .blog-post .bp-content .post-meta .post-date span,
.blog-columns .blog-post .bp-content .post-meta .post-comments span, .blog-classic .blog-post .bp-content .post-meta .post-comments span {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #ececec;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: .75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #999;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.blog-columns .blog-post .bp-content .post-meta .post-date:hover i,
.blog-classic .blog-post .bp-content .post-meta .post-date:hover i,
.blog-columns .blog-post .bp-content .post-meta .post-date:hover span,
.blog-classic .blog-post .bp-content .post-meta .post-date:hover span,
.blog-columns .blog-post .bp-content .post-meta .post-comments:hover i,
.blog-classic .blog-post .bp-content .post-meta .post-comments:hover i,
.blog-columns .blog-post .bp-content .post-meta .post-comments:hover span, .blog-classic .blog-post .bp-content .post-meta .post-comments:hover span {
  color: #111;
}

.blog-columns .blog-post .bp-content .post-meta .post-comments, .blog-classic .blog-post .bp-content .post-meta .post-comments {
  float: right;
}

.blog-columns .blog-post .bp-content .post-title, .blog-classic .blog-post .bp-content .post-title {
  display: block;
  padding: 25px 0 20px 0;
  color: #111;
}

.blog-columns .blog-post .bp-content p, .blog-classic .blog-post .bp-content p {
  margin-bottom: 30px;
}

.blog-preview .blog-post {
  background: #fff;
}

/* ---- 18.2 Blog Masonry ---- */
.blog-masonry .blog-post {
  margin-bottom: 30px;
}

/* ---- 18.3 Blog Classic ---- */
.blog-classic .blog-post {
  margin-bottom: 100px;
}

/* ---- 18.4 Blog Post Single ---- */
.blog-post-single {
  margin-bottom: 100px;
}

.blog-post-single .post-img {
  margin-bottom: 20px;
}

.blog-post-single .post-meta .post-date i,
.blog-post-single .post-meta .post-comments i {
  display: inline-block;
  padding-right: 9px;
  font-size: 18px;
  vertical-align: middle;
  color: #ccc;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.blog-post-single .post-meta .post-date span,
.blog-post-single .post-meta .post-comments span {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #ececec;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-size: .75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #999;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}

.blog-post-single .post-meta .post-date:hover i,
.blog-post-single .post-meta .post-date:hover span,
.blog-post-single .post-meta .post-comments:hover i,
.blog-post-single .post-meta .post-comments:hover span {
  color: #111;
}

.blog-post-single .post-meta .post-comments {
  float: right;
}

.blog-post-single .post-title {
  margin: 0;
  padding-top: 30px;
}

.blog-post-single .blog-post-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-post-single .blog-post-content p {
  margin-bottom: 0;
}

.blog-post-single .blog-post-content .left-blog-quote {
  margin: 20px 30px 20px -50px;
}

.blog-post-single .blog-post-content .right-blog-quote {
  margin: 20px -50px 20px 30px;
}

/* ---- 18.5 Sidebar ---- */
.sidebar .header-widget {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.sidebar .recent-posts-widget .widget-item {
  padding-bottom: 15px;
}

.sidebar .recent-posts-widget .widget-item:last-child {
  padding-bottom: 0;
}

.sidebar .recent-posts-widget .widget-item h6, .sidebar .recent-posts-widget .widget-item .progress-group .progress-title, .progress-group .sidebar .recent-posts-widget .widget-item .progress-title,
.sidebar .recent-posts-widget .widget-item .progress-group .progress-value, .progress-group .sidebar .recent-posts-widget .widget-item .progress-value, .sidebar .recent-posts-widget .widget-item .accordions-1 .panel .panel-heading .panel-title, .accordions-1 .panel .panel-heading .sidebar .recent-posts-widget .widget-item .panel-title, .sidebar .recent-posts-widget .widget-item .footer-social-links ul li, .footer-social-links ul .sidebar .recent-posts-widget .widget-item li, .sidebar .recent-posts-widget .widget-item .footer-contact .contact-info .show-info-link, .footer-contact .contact-info .sidebar .recent-posts-widget .widget-item .show-info-link, .sidebar .recent-posts-widget .widget-item .footer-contact .contact-info address ul li .adr-heading, .footer-contact .contact-info address ul li .sidebar .recent-posts-widget .widget-item .adr-heading, .sidebar .recent-posts-widget .widget-item .footer-contact .contact-info address .show-map, .footer-contact .contact-info address .sidebar .recent-posts-widget .widget-item .show-map, .sidebar .recent-posts-widget .widget-item .footer-litle address ul li .adr-group .adr-heading, .footer-litle address ul li .adr-group .sidebar .recent-posts-widget .widget-item .adr-heading, .sidebar .recent-posts-widget .widget-item .ft-cards .ft-item a, .ft-cards .ft-item .sidebar .recent-posts-widget .widget-item a, .sidebar .recent-posts-widget .widget-item .ft-cards-2 .ft-card-item .ft-content .link-btn, .ft-cards-2 .ft-card-item .ft-content .sidebar .recent-posts-widget .widget-item .link-btn, .sidebar .recent-posts-widget .widget-item .ft-boxed-hover ul li .hover-content a, .ft-boxed-hover ul li .hover-content .sidebar .recent-posts-widget .widget-item a, .sidebar .recent-posts-widget .widget-item .circles-counters .circle-item .circle-text, .circles-counters .circle-item .sidebar .recent-posts-widget .widget-item .circle-text, .sidebar .recent-posts-widget .widget-item .circles-counters-dark-bg .circle-item .circle-text, .circles-counters-dark-bg .circle-item .sidebar .recent-posts-widget .widget-item .circle-text, .sidebar .recent-posts-widget .widget-item .number-counters .count-wrapper .count-item .count-text, .number-counters .count-wrapper .count-item .sidebar .recent-posts-widget .widget-item .count-text, .sidebar .recent-posts-widget .widget-item .number-counters-dark-bg .count-wrapper .count-item .count-text, .number-counters-dark-bg .count-wrapper .count-item .sidebar .recent-posts-widget .widget-item .count-text, .sidebar .recent-posts-widget .widget-item .project-nav nav .nav-btns li a, .project-nav nav .nav-btns li .sidebar .recent-posts-widget .widget-item a, .sidebar .recent-posts-widget .widget-item .pricing-tables .p-table .desc, .pricing-tables .p-table .sidebar .recent-posts-widget .widget-item .desc, .sidebar .recent-posts-widget .widget-item .blog-post-nav .prev-btn, .blog-post-nav .sidebar .recent-posts-widget .widget-item .prev-btn,
.sidebar .recent-posts-widget .widget-item .blog-post-nav .next-btn, .blog-post-nav .sidebar .recent-posts-widget .widget-item .next-btn, .sidebar .recent-posts-widget .widget-item .tags-widget .tag-list li a, .sidebar .tags-widget .tag-list li .recent-posts-widget .widget-item a, .sidebar .recent-posts-widget .widget-item .contact-1 .contact-wrapper .contact-info-wrapper address .address-group span, .contact-1 .contact-wrapper .contact-info-wrapper address .address-group .sidebar .recent-posts-widget .widget-item span, .sidebar .recent-posts-widget .widget-item .contact-1 .contact-wrapper .contact-info-wrapper address .address-group a, .contact-1 .contact-wrapper .contact-info-wrapper address .address-group .sidebar .recent-posts-widget .widget-item a,
.sidebar .recent-posts-widget .widget-item .contact-1 .contact-wrapper .contact-info-wrapper address .address-group p, .contact-1 .contact-wrapper .contact-info-wrapper address .address-group .sidebar .recent-posts-widget .widget-item p, .sidebar .recent-posts-widget .widget-item .contact-1 .contact-wrapper .contact-info-wrapper address .show-map-link a, .contact-1 .contact-wrapper .contact-info-wrapper address .show-map-link .sidebar .recent-posts-widget .widget-item a, .sidebar .recent-posts-widget .widget-item .landing-hero .heading-wrapper .cta-btn, .landing-hero .heading-wrapper .sidebar .recent-posts-widget .widget-item .cta-btn {
  margin-top: 0;
  margin-bottom: 0;
  color: #777;
}

.sidebar .recent-posts-widget .widget-item span {
  font-size: .9em;
  letter-spacing: .6px;
  color: #ccc;
}

.sidebar .recent-posts-widget .widget-item span a {
  color: #ccc;
}

.sidebar .recent-posts-widget .widget-item span a:hover {
  color: #111;
}

.sidebar .categories-widget .widget-item a {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: .9em;
  letter-spacing: .3px;
  color: #777;
  border-bottom: 1px solid rgba(17, 17, 17, 0);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.sidebar .categories-widget .widget-item a span {
  color: #ccc;
}

.sidebar .categories-widget .widget-item a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #111111;
  color: #111;
}

.sidebar .tags-widget .tag-list {
  padding: 0;
  margin: 0;
}

.sidebar .tags-widget .tag-list li {
  list-style: none;
  display: inline-block;
}

.sidebar .tags-widget .tag-list li a {
  display: block;
  padding: 0 10px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  color: #999;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.sidebar .tags-widget .tag-list li a:hover {
  border-color: #777;
  color: #111;
}

.sidebar .searh-widget .form-group {
  position: relative;
}

.sidebar .searh-widget .form-group .inside-input-btn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  right: 20px;
  background: none;
  border: none;
  font-size: 18px;
  color: #ccc;
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}

.sidebar .searh-widget .form-group .inside-input-btn:hover {
  color: #111;
}

.sidebar .searh-widget .form-group .inside-input-btn:focus,
.sidebar .searh-widget .form-group .inside-input-btn:visited {
  outline: none;
}

.sidebar .comments-widget .widget-item span {
  font-size: .9em;
  color: #ccc;
}

.sidebar .comments-widget .widget-item span a {
  color: #ccc;
}

.sidebar .comments-widget .widget-item span a:hover {
  color: #111;
}

.sidebar .comments-widget .widget-item span .widget-comm-title {
  font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1.5px;
  color: #777;
}
.sidebar .header-widget {
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.ws-s {
    padding-bottom: 30px;
}
.menu_labels { margin:0; padding:0; text-align:center; list-style:none; display:inline-block; width:100% }
.menu_labels .label { margin:2px; }
.menu_labels li { display: inline-block; margin:5px 2px; float:none }
.menu_labels li a { color:#fff; }

.centered_col div[class^='col-'] {
    display: inline-block;
    float: none;
    margin: 0 -0.2%;
}

.centered_col.border-right div[class^='col-'] {
border-right:1px solid #ccc
}
.centered_col.border-right div:last-child {
border:none!important
}

.radio label, .checkbox label {
    cursor:pointer
}
.radio label:hover, .checkbox label:hover {
    opacity:0.5;
}
.iradio_flat-green {
    margin-right: 5px!important;
}
.label-info.active { background:#007ea4 }
.label-default.active { background:#222222 }

.eval_answer { display:block; /*border-bottom:1px solid #eee; */ line-height:2em; vertical-align:middle }
.eval_answer_dot { display:inline-block; margin-right:10px; height:15px; width:15px; border-radius:100%; }
.eval_answer_dot.marked { background:#0c95f0; border: 1px solid #0c95f0;  }
.eval_answer_dot.unmarked { background:#eeeeee; border: 1px solid #eeeeee;  }


@media print {    
.no-print, .no-print * { display: none !important; }
.col-xs-9.col-print-12 { width:100%!important}
a[href]:after {
    content: none !important;
  }

.ae-question { 
  display:table;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid; 
  page-break-inside:avoid; 
-webkit-region-break-inside: avoid;
  }
.panel { display:block; 
position:relative; min-height:0; overflow:hidden}
.x-panel, .x_content, .row { display:block!important; box-sizing: content-box !important; overflow:visible !important; float:none!important; position:relative!important }

body,html { overflow:visible; float:none; padding-top:0; }

body {
      -webkit-print-color-adjust: exact;
   }

.tile_count .tile_stats_count {
    margin-bottom: 15px;
}
}
@media screen {    
.no-screen, .no-screen * { display: none !important; }
}

.pagebreak { page-break-before: always; } 

.echart_donut { margin:auto; display:table; }


/*--- Soluciones ---*/

.solucion-post {
  /*border-top: 1px solid #cccccc;*/
  margin-bottom:30px;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.solucion-post:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.post-img {
	width: 140px;
    height: 140px;
    overflow: hidden;
    display: block;
    border-radius: 100%;
	margin:15px auto;
	background:#f8f8f8;
}


/*--- HOVER EFFECTS ---*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 2em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
	overflow:auto;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%/*48%*/;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 80%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	/*height: 50%;*/
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	margin-bottom:0.4em;
	font-size:1.5em;
}

figure.effect-lily p {
	/*color: rgba(255,255,255,0.8);*/
	color:#fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	font-weight:300;
}

figure.effect-lily:hover img {
	opacity: 0.2;
}
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/*--- TIMELINE ---*/

#cd-timeline {
  position: relative;
  /*padding: 2em 0;
  margin-top: 2em;*/
  margin-bottom: 2em;
  padding-bottom:100px
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #bfd0dc/*#fb4d57;*/
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
   /* margin-top: 3em;*/
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block .character {
  position: absolute;
  bottom:0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #fb4d57;
  text-align:center;
  color:#fff;
  /*padding-top:5px*/
}
.cd-timeline-img.cd-picture i {
  line-height:60px;
  font-size:24px;
}
.cd-timeline-img.cd-picture p.nro {
  font-size:30px;
  font-weight:700;
  line-height:1em;
}
.cd-timeline-img.cd-picture p {
  margin:0
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  text-align:center;
}

.cd-timeline-box {
-webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.cd-timeline-box:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}



.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .progress {
    height: 18px;
	margin:30px 0 auto;
	overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.cd-timeline-content h2 {
  /*color: #ff2424;*/
}
.cd-timeline-content .ico {
  width:100px; border:1px solid #fff; margin-top:-80px; margin-bottom:10px; margin-left:auto; margin-right:auto; overflow:hidden; border-radius:100%;
}
.cd-timeline-content .ico img {
  width:100%
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-pic {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-pic {
  float: left;
  padding: 1.2em 0;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid white;
}
.cd-timeline-content h2 {
    margin-top:0
  }
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 1.8em;
  }
  .cd-timeline-content p {
    font-size: 1em;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-pic {
    position: absolute;
    width: 100%;
    left: 125%;
    top: 0px;
	padding:0;
  }
  .cd-timeline-content .cd-pic {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0px;
	/*border:3px solid #fff;
	border-radius:0.25em;*/
	height:100%;
	width:100%;
	/*max-width:50%;*/
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-pic {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}


<!-- cod timeline -->

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*--- Model Canvas ---*/

.model_canvas {}

.model_canvas div[class^='col-'] {
    /*display: flex*/
	padding:5px;
}

.model_canvas .box {
background:#fff;
width: 100%;
height:100%;
/*margin-bottom:20px*/
}

.canvas-label { 
padding:30px; 
font-weight:700
}
.canvas-label i { 
margin-right:6px;
color:#afbbc4;
display:block;
clear:both;
font-size:1.8em;
margin-bottom:10px
}

/*-- Alturas Canvas ---*/

.canvas1 { min-height:60vh }
.canvas2 { min-height:29.3vh }
.canvas3 { min-height:20vh }

/* --------------------------------------------------
	14.0 Team Blocks
-------------------------------------------------- */
/* ---- 14.1 Team - 3 Columns ---- */
.model_canvas .t-item {
  display: block;
  border-top: 1px solid #f8f8f8;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.model_canvas .t-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.model_canvas .t-item:hover .t-image .t-description {
  bottom: 0;
}

.model_canvas .t-item:hover .t-image .t-description .content-wrapper {
  padding-top: 0;
  border-bottom: 1px solid #ebebec;
  opacity: 1;
}

.model_canvas .t-item .t-image {
  position: relative;
  overflow: hidden;
  background:#fff;
}

.model_canvas .t-item .t-image .t-description {
  display: block;
  position: absolute;
  padding: 30px;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: bottom 0.4s;
          transition: bottom 0.4s;
}

.model_canvas .t-item .t-image .t-description .content-wrapper {
  opacity: 0;
  padding-top: 100px;
  padding-bottom: 73px;
  border-bottom: 1px solid rgba(235, 235, 236, 0);
  -webkit-transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
          transition: opacity 1s, padding-top 0.8s, border 1.5s ease-out;
}

.progress-bar {
font-weight:600
}

.progress-bar-success {
    background-color: #5dd1d1 /*5dd1a7*/;
}
.progress-bar-warning {
    background-color: #edc571;
}
.progress-bar-danger {
    background-color: #fa7d84;
}

/*--- Soluciones ---*/

.grid_programas .element-item {
    width: 19%;
    margin: .4%;
    min-height: 320px;
	padding:15px 30px 30px 30px;
    float: right;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

@media (min-width: 180px) {
.grid_programas .element-item {
    width: 100%;
	margin-bottom:15px;
    min-height: 320px;
}
}

@media (min-width: 576px) {
.grid_programas .element-item {
    width: 46%;
    margin: 1%;
    min-height: 320px;
}
}

@media (min-width: 768px) {
.grid_programas .element-item {
    width: 46%;
    margin: 1%;
    min-height: 320px;
}
}

@media (min-width: 992px) {
.grid_programas .element-item {
    width: 31%;
    margin: 1%;
    min-height: 320px;
}
}

@media (min-width: 1200px) {
.grid_programas .element-item {
    width: 23%;
    margin: 1%;
    min-height: 320px;
}
}

@media (min-width: 1400px) {
.grid_programas .element-item {
    width: 18.6%;
    margin: .7%;
    min-height: 320px;
}
}

@media (min-width: 1600px) {
.grid_programas .element-item {
    width: 19%;
    margin: .4%;
    min-height: 320px;
}
}

.grid_programas .element-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.grid_programas .element-item h4 {
line-height:1.4em
}

.ico_video { 
	position: absolute;
    width: 30px;
    right: 15px;
    top: 15px;
	display:none
}
.ico_video img { 
	width: 100%
}
a.video .element-item .ico_video { 
	display:block!important
}

.seleccion_empresas img {
  max-width:180px;
  max-height:180px;
}
.seleccion_empresas row {
  display:flex;
  align-items:center;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.rounded {
  border-radius: .25rem!important;
}

.p-1 {
  padding: .25rem!important;
}
.p-2 {
  padding: .5rem!important;
}
.p-3 {
  padding: 1rem!important;
}
.p-4 {
  padding: 1.5rem!important;
}
.p-5 {
  padding: 3rem!important;
}
.bg-white {
  background-color: #fff!important;
}