* {
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

/*
	===================== Colores =================
*/
/*


	$color-input: 					#B7B7B7;

	$color-dark-blue:				#134B70;
	$color-blue:					#20597F;
	$color-light-blue:				#1E75AF;*/
/*
	===================== background =============
*/
.bg-grey {
  background-color: #F6F6F6;
}

.bg-base {
  background-color: #000000;
}

.bg-primary {
  background-color: #0379B0;
}

.bg-secondary {
  background-color: #AFCB08;
}

.bg-white {
  background-color: #ffffff;
}

.bg-success {
  background-color: #AFCB08;
}

.bg-grey-20 {
  background-color: #F4F4F4;
}

.bg-grey-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-grey-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-grey-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-grey-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-grey-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-blue {
  background-color: #02A8E4;
}

.bg-dark-blue {
  background-color: #176193;
}

.color-base {
  color: #000000;
}

.color-primary {
  color: #0379B0;
}

.color-secondary {
  color: #AFCB08;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000;
}

.color-success {
  color: #AFCB08;
}

.color-grey-70 {
  color: rgba(0, 0, 0, 0.7);
}

.color-grey-60 {
  color: rgba(0, 0, 0, 0.6);
}

.color-grey-50 {
  color: rgba(0, 0, 0, 0.5);
}

.color-grey-40 {
  color: rgba(0, 0, 0, 0.4);
}

/*
	===================== Base =====================
*/
/*
	===================== Base =====================
*/
/*
	===================== font-weight ==============
*/
/*
	=====================     Mixin ================
*/
.margin-top-1 {
  margin-top: 10px !important;
}

.margin-n-top-1 {
  margin-top: -10px !important;
}

.margin-left-1 {
  margin-left: 10px !important;
}

.margin-n-left-1 {
  margin-left: -10px !important;
}

.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.margin-n-bottom-1 {
  margin-bottom: -10px !important;
}

.margin-right-1 {
  margin-right: 10px !important;
}

.margin-n-right-1 {
  margin-right: -10px !important;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-n-top-2 {
  margin-top: -20px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-n-left-2 {
  margin-left: -20px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-n-bottom-2 {
  margin-bottom: -20px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.margin-n-right-2 {
  margin-right: -20px !important;
}

.margin-top-3 {
  margin-top: 30px !important;
}

.margin-n-top-3 {
  margin-top: -30px !important;
}

.margin-left-3 {
  margin-left: 30px !important;
}

.margin-n-left-3 {
  margin-left: -30px !important;
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.margin-n-bottom-3 {
  margin-bottom: -30px !important;
}

.margin-right-3 {
  margin-right: 30px !important;
}

.margin-n-right-3 {
  margin-right: -30px !important;
}

.margin-top-4 {
  margin-top: 40px !important;
}

.margin-n-top-4 {
  margin-top: -40px !important;
}

.margin-left-4 {
  margin-left: 40px !important;
}

.margin-n-left-4 {
  margin-left: -40px !important;
}

.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.margin-n-bottom-4 {
  margin-bottom: -40px !important;
}

.margin-right-4 {
  margin-right: 40px !important;
}

.margin-n-right-4 {
  margin-right: -40px !important;
}

.margin-top-5 {
  margin-top: 50px !important;
}

.margin-n-top-5 {
  margin-top: -50px !important;
}

.margin-left-5 {
  margin-left: 50px !important;
}

.margin-n-left-5 {
  margin-left: -50px !important;
}

.margin-bottom-5 {
  margin-bottom: 50px !important;
}

.margin-n-bottom-5 {
  margin-bottom: -50px !important;
}

.margin-right-5 {
  margin-right: 50px !important;
}

.margin-n-right-5 {
  margin-right: -50px !important;
}

.margin-top-6 {
  margin-top: 60px !important;
}

.margin-n-top-6 {
  margin-top: -60px !important;
}

.margin-left-6 {
  margin-left: 60px !important;
}

.margin-n-left-6 {
  margin-left: -60px !important;
}

.margin-bottom-6 {
  margin-bottom: 60px !important;
}

.margin-n-bottom-6 {
  margin-bottom: -60px !important;
}

.margin-right-6 {
  margin-right: 60px !important;
}

.margin-n-right-6 {
  margin-right: -60px !important;
}

.margin-top-7 {
  margin-top: 70px !important;
}

.margin-n-top-7 {
  margin-top: -70px !important;
}

.margin-left-7 {
  margin-left: 70px !important;
}

.margin-n-left-7 {
  margin-left: -70px !important;
}

.margin-bottom-7 {
  margin-bottom: 70px !important;
}

.margin-n-bottom-7 {
  margin-bottom: -70px !important;
}

.margin-right-7 {
  margin-right: 70px !important;
}

.margin-n-right-7 {
  margin-right: -70px !important;
}

.margin-top-8 {
  margin-top: 80px !important;
}

.margin-n-top-8 {
  margin-top: -80px !important;
}

.margin-left-8 {
  margin-left: 80px !important;
}

.margin-n-left-8 {
  margin-left: -80px !important;
}

.margin-bottom-8 {
  margin-bottom: 80px !important;
}

.margin-n-bottom-8 {
  margin-bottom: -80px !important;
}

.margin-right-8 {
  margin-right: 80px !important;
}

.margin-n-right-8 {
  margin-right: -80px !important;
}

.margin-top-9 {
  margin-top: 90px !important;
}

.margin-n-top-9 {
  margin-top: -90px !important;
}

.margin-left-9 {
  margin-left: 90px !important;
}

.margin-n-left-9 {
  margin-left: -90px !important;
}

.margin-bottom-9 {
  margin-bottom: 90px !important;
}

.margin-n-bottom-9 {
  margin-bottom: -90px !important;
}

.margin-right-9 {
  margin-right: 90px !important;
}

.margin-n-right-9 {
  margin-right: -90px !important;
}

.margin-top-10 {
  margin-top: 100px !important;
}

.margin-n-top-10 {
  margin-top: -100px !important;
}

.margin-left-10 {
  margin-left: 100px !important;
}

.margin-n-left-10 {
  margin-left: -100px !important;
}

.margin-bottom-10 {
  margin-bottom: 100px !important;
}

.margin-n-bottom-10 {
  margin-bottom: -100px !important;
}

.margin-right-10 {
  margin-right: 100px !important;
}

.margin-n-right-10 {
  margin-right: -100px !important;
}

.margin-top-11 {
  margin-top: 110px !important;
}

.margin-n-top-11 {
  margin-top: -110px !important;
}

.margin-left-11 {
  margin-left: 110px !important;
}

.margin-n-left-11 {
  margin-left: -110px !important;
}

.margin-bottom-11 {
  margin-bottom: 110px !important;
}

.margin-n-bottom-11 {
  margin-bottom: -110px !important;
}

.margin-right-11 {
  margin-right: 110px !important;
}

.margin-n-right-11 {
  margin-right: -110px !important;
}

.margin-top-12 {
  margin-top: 120px !important;
}

.margin-n-top-12 {
  margin-top: -120px !important;
}

.margin-left-12 {
  margin-left: 120px !important;
}

.margin-n-left-12 {
  margin-left: -120px !important;
}

.margin-bottom-12 {
  margin-bottom: 120px !important;
}

.margin-n-bottom-12 {
  margin-bottom: -120px !important;
}

.margin-right-12 {
  margin-right: 120px !important;
}

.margin-n-right-12 {
  margin-right: -120px !important;
}

/*
	===================== fin Mixin =====================
*/
/*
	===================== font-size =====================
*/
/*
	===================== fin font-size =====================
*/
/*
	===================== mediaqueries =====================
*/
/*
	===================== mediaqueries =====================
*/
/*
	===================== margenes =====================
*/
/*
	===================== fin margenes =====================
*/
/*fonts family*/
@font-face {
  font-family: 'muliextra';
  src: url("../fonts/muli-extralight-webfont.eot");
  src: url("../fonts/muli-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-extralight-webfont.woff2") format("woff2"), url("../fonts/muli-extralight-webfont.woff") format("woff"), url("../fonts/muli-extralight-webfont.svg#muliextralight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'mulilight';
  src: url("../fonts/muli-light-webfont.eot");
  src: url("../fonts/muli-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-light-webfont.woff2") format("woff2"), url("../fonts/muli-light-webfont.woff") format("woff"), url("../fonts/muli-light-webfont.svg#mulilight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'muliregular';
  src: url("../fonts/muli-webfont.eot");
  src: url("../fonts/muli-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-webfont.woff2") format("woff2"), url("../fonts/muli-webfont.woff") format("woff"), url("../fonts/muli-webfont.svg#muliregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'mulisemi';
  src: url("../fonts/muli-semibold-webfont.eot");
  src: url("../fonts/muli-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-semibold-webfont.woff2") format("woff2"), url("../fonts/muli-semibold-webfont.woff") format("woff"), url("../fonts/muli-semibold-webfont.svg#mulisemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'mulibold';
  src: url("../fonts/muli-bold-webfont.eot");
  src: url("../fonts/muli-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muli-bold-webfont.woff2") format("woff2"), url("../fonts/muli-bold-webfont.woff") format("woff"), url("../fonts/muli-bold-webfont.svg#mulibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

/*
  ===================== Base =====================
*/
html {
  height: 100%;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
  position: relative;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.005);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 22px;
  min-width: 320px;
  font-family: "muliregular";
  font-size: 13px;
}

/*
  ===================== Titulos =====================
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 20px;
  line-height: 140%;
  font-family: "muliregular";
  font-weight: 400;
}

h1,
.h1 {
  font-size: 40px !important;
  font-family: 'mulibold';
}

h2,
.h2 {
  font-size: 32px !important;
}

h3,
.h3 {
  font-size: 28px !important;
  line-height: 35px;
}

h4,
.h4 {
  font-size: 24px !important;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.extralight {
  font-weight: 200;
  font-family: 'muliextra';
}

.light {
  font-weight: 300;
  font-family: 'mulilight';
}

.regular, .ch_form-item label, .ch_search label, .nav-tabs li a {
  font-weight: 400;
  font-family: 'muliregular';
}

.semi {
  font-weight: 500;
  font-family: 'mulisemi';
}

.strong, .ch_title-int h2,
strong,
.ch_text-link {
  font-weight: 600;
  font-family: 'mulibold';
}

a {
  color: #0379B0;
  text-decoration: none;
}

hr {
  margin: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  border-top: none;
}

.ch_small {
  font-size: 12px !important;
  line-height: 140%;
}

p.ch_small + p.ch_small {
  margin-top: 10px;
}

p + h5 {
  margin-top: 30px;
}

img {
  display: block;
}

blockquote {
  padding: 0 26px;
  margin: 20px 0 40px;
  border-left: 6px solid #AFCB08;
}

blockquote p {
  font-size: 16px;
}

/*
  ===================== Helpers  =====================
*/
.ch_to-the-right {
  float: right;
}

.ch_to-the-left {
  float: left;
}

.ch_text__center {
  text-align: center !important;
}

.ch_text__left {
  text-align: left;
}

.ch_text__right {
  text-align: right;
}

.ch_text__justify {
  text-align: justify;
}

.ch_table {
  display: table;
  width: 100%;
}

.ch_table-element {
  display: table;
}

.ch_table-element * {
  display: table-cell;
}

.ch_block {
  display: block !important;
}

.ch_inline {
  display: inline-block !important;
}

.ch_content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ch_wrap {
  position: relative;
}

.ch_align__v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_align__h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ch_align__h-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ch_align__justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ch_align__v-middle {
  vertical-align: middle;
}

.ch_align__center-element {
  margin: 0 auto;
}

.ch_align__center-element-absolute {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.ch_align___wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ch_align_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ch_align__box-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.ch_relative {
  position: relative;
}

.ch_absolute {
  position: absolute;
}

.ch_full {
  width: 100% !important;
}

.ch_elastic-img {
  width: 100% !important;
}

.ch_reset-img {
  width: auto !important;
}

.ch_box {
  padding: 30px;
  border: 1px solid #ECECEC;
}

.ch_box-slim {
  padding: 15px;
}

.ch_box-double {
  padding: 40px 90px;
}

.ch_text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.ch_reset-margin {
  margin: 0 !important;
}

.ch_wrapper {
  margin: 50px 0;
}

.ch_border-none {
  border: none !important;
}

.ch_border-bottom {
  margin: 10px 0 0;
  border-bottom: 1px solid #d6d6d6;
}

.ch_border-top {
  margin: 10px 0 0;
  border-top: 1px solid #d6d6d6;
}

.ch_text-middle {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-bottom: 0;
}

.ch_overlay {
  -webkit-animation: fadeIn 800ms;
          animation: fadeIn 800ms;
}

.ch_overlay:before {
  top: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.8);
  width: 100%;
  height: 100%;
  z-index: 20;
  position: fixed;
  content: "";
}

.ch_fixed {
  position: fixed;
}

.ch_hidden {
  display: none !important;
}

.ch_box-shadow {
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.1);
}

.ch_inner {
  padding: 50px 0;
}

.ch_clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.ch_img-circle {
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.ch_center_h3 h3 {
  text-align: center;
  margin: 28px auto 31px;
}

.ch_left_h3 h3 {
  margin: 28px auto 31px;
}

.ch_img_fluid {
  max-width: 100%;
  height: auto;
}

.ch_padding_col--20 .p-0:nth-child(odd) {
  padding: 0;
}

.ch_padding_col--20 .p-0:nth-child(even) {
  padding: 0;
}

.affix {
  position: fixed;
}

/*fin*/
/*setting grid*/

.container, .p-0 {
  padding: 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.ch_columns--two aside {
  margin-top: 20px;
}

.ch_width--full {
  width: 100% !important;
  margin-bottom: 20px;
  text-align: left !important;
}

.ohhiden {
  overflow: hidden;
}

.ch_mt--40 {
  margin-top: 40px;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?cwvuuh");
  src: url("../fonts/icons.eot?cwvuuh#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?cwvuuh") format("truetype"), url("../fonts/icons.woff?cwvuuh") format("woff"), url("../fonts/icons.svg?cwvuuh#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], .ch_btn-cerrar:before, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a > i, li > i {
  vertical-align: middle;
}

a > [class*="ch_icon-"] + span, .fileinput-wrapper a > .fileinput:before + span, li > [class*="ch_icon-"] + span, .fileinput-wrapper li > .fileinput:before + span {
  padding-left: 10px;
  vertical-align: middle;
}

.icon_s:before {
  font-size: 25px;
}

.icon_m:before {
  font-size: 35px;
}

.icon_l:before {
  font-size: 45px;
}

.icon-play:before {
  content: "\e92c";
}

.icon-mujer_certificada:before {
  content: "\e92a";
}

.icon-perfil_certificado:before {
  content: "\e927";
}

.icon-director:before {
  content: "\e91a";
}

.icon-institucional:before {
  content: "\e926";
}

.icon-agricola:before {
  content: "\e910";
}

.icon-alimentos:before {
  content: "\e919";
}

.icon-arte:before {
  content: "\e911";
}

.icon-asistencia:before {
  content: "\e912";
}

.icon-certificacion_empleadores:before {
  content: "\e913";
}

.icon-certificacion_financiamiento:before {
  content: "\e914";
}

.icon-certificacion_trabajadores:before {
  content: "\e915";
}

.icon-comercio:before {
  content: "\e916";
}

.icon-competencias:before {
  content: "\e917";
}

.icon-construccion:before {
  content: "\e918";
}

.icon-descarga:before {
  content: "\e90e";
}

.icon-export:before {
  content: "\e91b";
}

.icon-financieros:before {
  content: "\e91c";
}

.icon-hoteleria:before {
  content: "\e91d";
}

.icon-metalica:before {
  content: "\e91e";
}

.icon-perfiles-laborales:before {
  content: "\e91f";
}

.icon-planes-formativos:before {
  content: "\e920";
}

.icon-rutas-formativos:before {
  content: "\e921";
}

.icon-servicios:before {
  content: "\e922";
}

.icon-suministros:before {
  content: "\e923";
}

.icon-trabajadores:before {
  content: "\e924";
}

.icon-transporte:before {
  content: "\e925";
}

.icon-helmet:before {
  content: "\e906";
}

.icon-burger:before {
  content: "\e902";
}

.icon-clock:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-perfil:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e907";
}

.icon-plataformas:before {
  content: "\e90f";
}

.icon-panal:before {
  content: "\e90c";
}

.icon-sectores:before {
  content: "\e90d";
}

.icon-ubicacion:before {
  content: "\e908";
}

.icon-perfiles-certificados:before {
  content: "\e909";
}

.icon-listado:before {
  content: "\e90a";
}

.icon-certificado:before {
  content: "\e90b";
}

.icon-enter:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e928";
}

.icon-tooltip:before {
  content: "\e929";
}

.icon-alert:before {
  content: "\e92b";
}

.icon-home:before {
  content: "\e92d";
}

.icon-attach:before {
  content: "\e92e";
}

.ch_icon-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.ch_icon-close:before, .ch_icon-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: ' ';
  height: 16px;
  width: 3px;
  margin-top: -8px;
  margin-left: -1px;
}

.ch_icon-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ch_icon-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ch_icon-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-ticket {
  position: relative;
}

.icon-ticket:after {
  position: absolute;
  z-index: 10;
  content: '';
  width: 16px;
  height: 9px;
  border-left: 3.2px solid black;
  border-bottom: 3.2px solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.icon-arrow {
  position: relative;
}

.icon-arrow:after {
  position: absolute;
  z-index: 10;
  content: '';
  width: 14px;
  height: 14px;
  border-left: 2.33333px solid #000000;
  border-bottom: 2.33333px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
  ===================== Botones =====================
*/
.ch_btn {
  display: inline-block;
  padding: 17px 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-decoration: none !important;
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 120%;
  line-height: 16px;
  font-size: 13px;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  min-width: 117px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'mulibold';
}

.ch_btn i {
  font-size: 20px;
  margin: 0 4px;
  vertical-align: sub;
}

.ch_btn-primary {
  color: #ffffff;
  background-color: #0379B0;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ch_btn-primary:before {
  width: 100%;
  height: 0;
  top: 50%;
  z-index: -1;
  position: absolute;
  content: '';
  left: 50%;
  background-color: #02A8E4;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ch_btn-primary:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #AFCB08;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.ch_btn-primary:hover:before {
  height: 500%;
  opacity: 1;
  background-color: #02A8E4;
}

.ch_btn-primary:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ch_btn-secondary {
  background-color: #AFCB08;
  color: #ffffff;
}

.ch_btn-secondary:hover {
  -webkit-box-shadow: inset 0 0 0 2px #AFCB08;
          box-shadow: inset 0 0 0 2px #AFCB08;
  background-color: #ffffff;
  color: #AFCB08;
}

.ch_btn-tertiary {
  background-color: #02A8E4;
  color: #ffffff;
}

.ch_btn-tertiary:after {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  height: 100%;
  border-right: 3px solid #AFCB08;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.ch_btn-tertiary:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ch_btn.disabled {
  background-color: rgba(0, 0, 0, 0.4) !important;
  cursor: no-drop;
  color: #ffffff;
}

.ch_btn.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch_btn-fix {
  position: fixed;
  z-index: 3;
  right: -100px;
  width: auto;
  height: auto;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.ch_btn-fix a {
  padding: 20px 14px;
  float: left;
}

.ch_btn-fix .bg-secondary:after {
  content: '';
  position: absolute;
  right: 0;
  display: inline-block;
  height: 100%;
  border-right: 3px solid #0379B0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.ch_btn-fix .bg-secondary:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ch_btn_contactenos {
  background: #EFEEEE;
  color: #9B9B9B;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
  margin-top: 10px;
  padding: 11px 9px;
  border-left: 36px solid #E6E6E6;
  position: relative;
}

.ch_btn_contactenos .icon-mail {
  position: absolute;
  top: 14px;
  left: -28px;
}

.ch_btn--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 42px auto 60px;
}

.ch_btn_burger {
  width: 50px;
  height: 50px;
  background: #0E3A58;
}

.ch_btn_burger .icon-burger, .ch_btn_burger .icon-close {
  color: #fff;
  font-size: 17px;
}

.ch_btn_boxes {
  width: 50px;
  height: 50px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  position: relative;
}

.ch_btn_boxes .icon_m:before {
  font-size: 28px;
}

.ch_btn_boxes--search {
  color: #0379B0;
  margin-left: 20px !important;
}

.ch_btn_boxes--panal {
  background: #0379B0;
}

.ch_btn_boxes--panal:hover {
  background: #ffffff;
  color: #0379B0;
}

.ch_btn_boxes--intranet {
  background: #AFCB08;
}

.ch_btn_boxes--intranet:hover {
  background: #ffffff;
  color: #AFCB08;
}

.ch_hover_btn {
  -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
  transition: background .3s ease-in-out, color .3s ease-in-out;
}

.ch_hover_btn .ch_hover_text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.ch_hover_btn:hover .ch_hover_text {
  opacity: 1;
}

.ch_text-link {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: inline-block;
}

.ch_text-link:after {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #000000;
}

.ch_text-link:before {
  content: '';
  width: 0;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  position: absolute;
  bottom: -3px;
  left: 0;
  background-color: #0379B0;
  z-index: 10;
}

.ch_text-link:hover:before {
  width: 100%;
}

.ch_button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_cards_btn {
  border: 1px solid #0379B0;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.ch_cards_btn--conticon {
  width: 73px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0379B0;
  color: #ffffff;
  font-size: 28px;
}

.ch_cards_btn--txt {
  margin-left: 12px;
  color: #000000;
}

.ch_cards_btn--txt span {
  color: #0379B0;
  font-family: 'mulibold';
}

/*
  ===================== Form =====================
*/
.ch_form-item, .ch_search {
  margin-bottom: 15px;
  position: relative;
}

.ch_form-item label, .ch_search label {
  -webkit-transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
  transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
  font-family: "muliregular";
  width: 100%;
  color: #000000;
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 13px;
  line-height: 120%;
  text-align: left;
}

.ch_form-item input,
.ch_form-item select,
.ch_form-item textarea, .ch_search input,
.ch_search select,
.ch_search textarea {
  -webkit-transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
  transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
  font-family: "muliregular";
  width: 100%;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.ch_form-item input.placeholder,
.ch_form-item select.placeholder,
.ch_form-item textarea.placeholder, .ch_search input.placeholder,
.ch_search select.placeholder,
.ch_search textarea.placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ch_form-item input:-moz-placeholder,
.ch_form-item select:-moz-placeholder,
.ch_form-item textarea:-moz-placeholder, .ch_search input:-moz-placeholder,
.ch_search select:-moz-placeholder,
.ch_search textarea:-moz-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ch_form-item input::-moz-placeholder,
.ch_form-item select::-moz-placeholder,
.ch_form-item textarea::-moz-placeholder, .ch_search input::-moz-placeholder,
.ch_search select::-moz-placeholder,
.ch_search textarea::-moz-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ch_form-item input:-ms-input-placeholder,
.ch_form-item select:-ms-input-placeholder,
.ch_form-item textarea:-ms-input-placeholder, .ch_search input:-ms-input-placeholder,
.ch_search select:-ms-input-placeholder,
.ch_search textarea:-ms-input-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ch_form-item input::-webkit-input-placeholder,
.ch_form-item select::-webkit-input-placeholder,
.ch_form-item textarea::-webkit-input-placeholder, .ch_search input::-webkit-input-placeholder,
.ch_search select::-webkit-input-placeholder,
.ch_search textarea::-webkit-input-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ch_form-item input::-ms-clear,
.ch_form-item select::-ms-clear,
.ch_form-item textarea::-ms-clear, .ch_search input::-ms-clear,
.ch_search select::-ms-clear,
.ch_search textarea::-ms-clear {
  display: none;
}

.ch_form-item textarea, .ch_search textarea {
  height: 150px;
  resize: none;
  padding: 12px 14px;
  -webkit-transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
  transition: all 400ms cubic-bezier(0.5, 0.82, 0.165, 1);
}

.ch_form-item textarea:focus, .ch_search textarea:focus {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ch_form-item input,
.ch_form-item .ch_select, .ch_search input,
.ch_search .ch_select {
  font-size: 13px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.ch_form-item input[type=email]:focus:invalid,
.ch_form-item .ch_select[type=email]:focus:invalid, .ch_search input[type=email]:focus:invalid,
.ch_search .ch_select[type=email]:focus:invalid {
  border: 1px solid #DC3545;
  color: #DC3545;
  background-color: rgba(220, 53, 69, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch_form-item input[type=number],
.ch_form-item .ch_select[type=number], .ch_search input[type=number],
.ch_search .ch_select[type=number] {
  -moz-appearance: textfield;
}

.ch_form-item input[type=number]::-webkit-inner-spin-button, .ch_form-item input[type=number]::-webkit-outer-spin-button,
.ch_form-item .ch_select[type=number]::-webkit-inner-spin-button,
.ch_form-item .ch_select[type=number]::-webkit-outer-spin-button, .ch_search input[type=number]::-webkit-inner-spin-button, .ch_search input[type=number]::-webkit-outer-spin-button,
.ch_search .ch_select[type=number]::-webkit-inner-spin-button,
.ch_search .ch_select[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ch_form-item input[disabled],
.ch_form-item .ch_select[disabled], .ch_search input[disabled],
.ch_search .ch_select[disabled] {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ch_form-item input:-webkit-autofill, .ch_search input:-webkit-autofill {
  background-color: transparent !important;
}

.ch_form-item .ch_select, .ch_search .ch_select {
  position: relative;
  overflow: hidden;
}

.ch_form-item .ch_select select, .ch_search .ch_select select {
  display: block;
  width: 110%;
  border: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 13px;
  z-index: 10;
  position: relative;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 15px 24px;
  cursor: pointer;
}

.ch_form-item .ch_select:after, .ch_search .ch_select:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  content: '';
  width: 12px;
  height: 12px;
  border-left: 2px solid #0379B0;
  border-bottom: 2px solid #0379B0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ch_form-item span.ch-text, .ch_search span.ch-text {
  font-size: 12px;
  color: #000000;
  line-height: 120%;
  display: block;
  margin-top: 5px;
}

.ch_form-item.ch_error label, .ch_search.ch_error label {
  color: #000000;
}

.ch_form-item.ch_error input, .ch_search.ch_error input {
  border: 1px solid #DC3545;
}

.ch_form-item.ch_error input:focus, .ch_search.ch_error input:focus {
  background-color: #ffffff;
}

.ch_form-item.ch_error select:focus, .ch_search.ch_error select:focus {
  background-color: #ffffff;
}

.ch_form-item .ch_text-error, .ch_search .ch_text-error {
  color: #DC3545;
  font-size: 14px;
}

.ch_form-item .ch_error-msj + .ch_error-msj, .ch_search .ch_error-msj + .ch_error-msj {
  display: none;
}

.ch_form-item-find, .ch_search-find {
  background: #ffffff;
}

.ch_form-item-find:after, .ch_search-find:after {
  background-color: #0379B0;
  color: #ffffff;
}

[disabled] {
  pointer-events: none;
  color: #ffffff;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

/*file input*/
.fileinput-wrapper {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 50px;
  background-color: #ffffff;
}

.fileinput-wrapper .fileinput {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
  color: #ffffff;
  background-color: #0379B0;
  position: absolute;
  right: 0;
  height: 50px;
  line-height: 22px;
  margin-top: -1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 13px;
}

.fileinput-wrapper .fileinput input[type=file],
.fileinput-wrapper .fileinput input[type=file]:focus,
.fileinput-wrapper .fileinput input[type=file]:hover {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  outline: 0;
}

.fileinput-wrapper .fileinput:before {
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.fileinput-wrapper .fileinput-name {
  left: 0;
  margin-left: 15px;
  width: calc(100% - 130px);
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileinput-wrapper .fileinput-name .close {
  float: none;
  margin-left: 8px;
  vertical-align: middle;
}

/*
    ==============================================
    custom radio
    ==============================================
  */
.ch_custom-radio {
  padding: 0;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 10px;
}

.ch_custom-radio label {
  margin-left: 5px;
}

.ch_custom-checkbox {
  padding: 0;
  position: relative;
  padding-left: 1.5rem;
}

.ch_custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ch_custom-checkbox label:before {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: .25rem;
  background-color: #ffffff;
}

.ch_custom-checkbox label:after {
  top: 7px;
  left: 3px;
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  width: 10px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ch_custom-checkbox input:checked ~ label:before {
  color: #ffffff;
  background-color: #0379B0;
}

.ch_custom-checkbox input:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ch_input-run input {
  width: 80%;
}

.ch_input-run input:last-child {
  width: 15%;
  float: right;
}

.ch_custom-checkbox + .ch_custom-checkbox,
.ch_custom-radio + .ch_custom-radio {
  margin-top: 22px;
}

.ch_custom-checkbox input,
.ch_custom-radio input {
  /*opacity: 0.5;*/
}

.ch_custom-checkbox.disabled,
.ch_custom-radio.disabled {
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}

.ch_custom-checkbox.disabled label,
.ch_custom-radio.disabled label {
  color: rgba(0, 0, 0, 0.4);
}

.ch_custom-checkbox.disabled input,
.ch_custom-radio.disabled input {
  pointer-events: none;
  cursor: not-allowed;
}

.ch_check-despliegue + .ch_check-despliegue {
  margin-top: 10px;
}

.ch-file-success {
  margin-bottom: 20px;
}

.ch_custom-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ch_custom-radio label:before {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background-color: #ffffff;
}

.ch_custom-radio label:after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.ch_custom-radio input:checked ~ label:before {
  color: #ffffff;
  background-color: #ffffff;
  border: 6px solid #0379B0;
  background: transparent;
  background-size: cover;
}

.ch_custom-radio input:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ch_search input {
  padding: 20px;
}

/* Select*/
.ch-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid #BBBBBB;
  width: 100%;
  height: 50px;
  font-size: 20px;
  padding: 12px 14px 10px;
}

.ch-select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: left;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}

.prov_form-error .ch-select .select .select-styled {
  background-color: #FDE8E8;
  border: 1px solid #DB1818;
}

.prov_form-error .ch-select .select-styled.active {
  background-color: #ffffff;
}

.ch-select .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #AAA9AA transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}

.ch-select .select-styled:focus {
  border: solid 1px #007abc;
  outline: 0;
}

.ch-select .select-styled:focus:after {
  border-color: #007abc transparent transparent transparent;
}

.ch-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 13px;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border: solid 1px #007abc;
  border-top: 0px;
  list-style: none;
  background-color: #ffffff;
  max-height: 176px;
  overflow: scroll;
}

.ch-select .select-options li {
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  text-align: left;
  list-style: none;
}

.ch-select .select-options li:hover {
  color: #ffffff;
  background: #007abc;
}

.ch-select .select-options li[rel="hide"] {
  display: none;
}

.ch-select .select-options li:first-child {
  border-top: 0;
}

.ml-form[data-forms="floating-label"] input + span, .ml-form[data-forms="floating-label"] input[value=""] + span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 15px;
  font-size: 13px;
  width: 90%;
}

.ml-form[data-forms="floating-label"] input:focus + span, .ml-form[data-forms="floating-label"] input:not([value=""]) + span {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: bold;
  font-size: 13px;
  visibility: visible;
  top: -5px;
  margin-top: 13px;
  width: auto;
  background-color: #fff;
  text-shadow: -4px 2px 0 0 #FFFFFF, 3px 0 1px 0 #FFFFFF, -2px 0 0 0 #FFFFFF, -3px 1px 2px 0 #FFFFFF, 6px 0 0 0 #FFFFFF, 4px 2px 0 0 #FFFFFF, 1px 1px 0 0 #FFFFFF;
}

/*
  ===================== Tablas =====================
*/
table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: #ffffff;
  white-space: nowrap;
}

table td,
table th {
  padding: 12px 30px;
  text-align: left;
}

table thead th {
  background-color: #0379B0;
  color: #ffffff;
}

table tbody tr:nth-child(odd) td {
  background: #E5F4FF;
}

.ch_tabla {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

/*
  =====================    alert =====================
*/
.ch_alert {
  position: relative;
  opacity: 1;
  clear: both;
  padding: 0;
  border: 0;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  /* =====================
			colores 
		======================== */
}

.ch_alert .ch_inner-alert {
  position: relative;
  padding: .75rem 1.8rem .75rem 2.5rem;
  line-height: inherit;
  border: 1px solid transparent;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.ch_alert .ch_inner-alert p {
  margin-bottom: 0;
}

.ch_alert .ch_inner-alert p + p {
  margin-top: 2px;
}

.ch_alert .ch_icon-close {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.ch_alert .ch_icon-close:before, .ch_alert .ch_icon-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: ' ';
  height: 16px;
  width: 3px;
  margin-top: -8px;
  margin-left: -1px;
  background-color: #ffffff;
}

.ch_alert .ch_icon-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ch_alert .ch_icon-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ch_alert .ch_icon-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ch_alert.danger {
  background-color: #D26363;
}

.ch_alert.success {
  background-color: #AFCB08;
}

.ch_alert.info {
  background-color: #02A8E4;
}

/*
  ===================== fin alert =====================
*/
/*
  ===================== Listas =====================
*/
.ch_post ul,
.ch_list-dots {
  margin-bottom: 24px;
}

.ch_post ul li,
.ch_list-dots li {
  display: block;
  list-style: none;
  margin-bottom: 16px;
  position: relative;
  font-size: 13px;
  padding-left: 15px;
}

.ch_post ul li:before,
.ch_list-dots li:before {
  content: "";
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #0379B0;
  position: absolute;
  left: 0;
  top: 5px;
}

.ch_post ul li:last-child,
.ch_list-dots li:last-child {
  margin-bottom: 0;
}

.ch_post ul li a:hover,
.ch_list-dots li a:hover {
  text-decoration: underline;
}

.ch_post ul .ch_post ul li,
.ch_post ul .ch_list-inline li,
.ch_list-dots .ch_post ul li,
.ch_list-dots .ch_list-inline li {
  display: inline-block;
}

.ch_post ul .ch_post ul li + li,
.ch_post ul .ch_list-inline li + li,
.ch_list-dots .ch_post ul li + li,
.ch_list-dots .ch_list-inline li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
}

ol {
  margin-top: 20px;
  margin-left: 14px;
}

ol li {
  margin-bottom: 8px;
  list-style: decimal;
  list-style-position: outside;
  margin-bottom: 16px;
  font-size: 13px;
}

ol + ol {
  margin-top: 20px;
}

ul + ol,
ol + ul {
  margin-top: 30px;
}

.ch_rcrumbs {
  padding-left: 10px;
  padding-right: 10px;
}

.ch_rcrumbs .ch_breadcrums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 45px auto 40px;
}

.ch_rcrumbs .ch_breadcrums li {
  margin-right: 5px;
  overflow: hidden;
  display: none;
  font-size: 13px;
}

.ch_rcrumbs .ch_breadcrums li a {
  color: #0379B0;
  margin-right: 5px;
  display: inline-block;
}

.ch_rcrumbs .ch_breadcrums li a i {
  font-style: normal;
  font-size: 12px;
  vertical-align: baseline;
}

.ch_rcrumbs .ch_breadcrums li .divider {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
}

.ch_rcrumbs .ch_breadcrums li .divider:before {
  position: absolute;
  z-index: 1;
  top: 3px;
  content: '';
  width: 7px;
  height: 7px;
  border-left: 1.4px solid black;
  border-bottom: 1.4px solid black;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.ch_rcrumbs .ch_breadcrums li.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_rcrumbs .ch_breadcrums li.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 100px;
}

.ch_rcrumbs .ch_breadcrums li:last-child {
  margin-right: 0;
}

/*
  ===================== Paginador =====================
*/
.ch_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: 20px 0;
}

.ch_pagination li {
  color: #0379B0;
}

.ch_pagination li:before {
  display: none;
}

.ch_pagination li a {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-left: -1px;
  padding: .6rem .8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #0379B0;
}

.ch_pagination li a:hover {
  background-color: #F4F4F4;
}

.ch_pagination li a.current {
  background-color: #0379B0;
  border: 1px solid #0379B0;
  color: #ffffff;
}

.ch_pagination li a.disabled {
  color: #000000;
  pointer-events: none;
  cursor: auto;
}

.ch_pagination li:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.ch_pagination li:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/*
  ===================== Tabs =====================
*/
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 1px solid #0379B0;
}

.nav-tabs li {
  -webkit-transition: width 600ms ease-in;
  transition: width 600ms ease-in;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: -1px;
  margin-right: -5px;
}

.nav-tabs li a {
  padding: .8rem .9rem;
  color: #0379B0;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
}

.nav-tabs li:hover a {
  text-decoration: none;
}

.nav-tabs.break {
  display: none;
  margin: 0;
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-tabs.break li {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}

.nav-tabs.break li.active {
  border-top: none;
  background-color: #0379B0;
}

.nav-tabs.break li.active a {
  color: #ffffff;
  background: transparent;
  border: none;
}

.tabs-content {
  display: block;
  padding: 15px;
  position: relative;
}

.tabs-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.tabs-content .contenido-tab {
  display: none;
}

.tabs-content .contenido-tab.active {
  display: block;
}

.toggle-tabs {
  display: none;
  position: relative;
  padding: 12px 14px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.toggle-tabs i {
  position: absolute;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  right: 10px;
  width: 22px;
}

.toggle-tabs i:after {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.toggle-tabs.break {
  display: block;
}

/*
==============================================
Modal
==============================================
*/
.modal-open {
  overflow: hidden;
}

.modal-open .ch_wrap {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding: 0 !important;
  /*
  .close {
    border: none;
    position: absolute;
    right: $margen;
    top: $margen;
    width: 50px;
    height: 50px;
    background: $color-primary;
    transition:transform 400ms ease-in-out;
    cursor: pointer;
    color: $color-white;
    font-size: 34px;
    line-height: 16px;
    background: #66C6CC;
    @include border-radius(3px);
    @extend .light;
    &:hover {
      transform: rotate(180deg);
    }
    @media (max-width: $screen-xs-min) {
      width: 30px;
      height: 30px;
    }
  }
  */
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  max-width: 700px;
  margin: 10px auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999;
  padding: 3% 8%;
  outline: 0;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2;
  -o-border-radius: 2;
  -ms-border-radius: 2;
  -moz-border-radius: 2;
  -webkit-border-radius: 2;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.modal-header {
  position: relative;
  padding: 0 0 12px;
}

.modal-header .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px 0 30px;
}

.modal-body .ch_box-int .ch_icon-circle {
  margin: 0 auto 20px;
}

.modal-body .modal-scroll {
  overflow-y: scroll;
  max-height: 200px;
}

.modal-body .modal-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.modal-footer .btn + .btn,
.modal-footer a + a {
  margin-bottom: 0;
  margin-left: 10px;
}

.modal-footer .ch_btn, .modal-footer button {
  margin: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.extend .modal-dialog {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}

.extend .modal-dialog .modal-content {
  height: 100vh;
}

.modal-centered .modal-body,
.modal-centered .modal-header {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.ch_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.16);
  z-index: 8888;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  display: none;
}

.ch_modal [data-modal="close"] {
  position: absolute;
  top: -54px;
  right: 0;
}

.ch_modal [data-modal="close"] .icon-close {
  font-size: 14px;
  margin: 0 3px 3px 0;
  display: inline-block;
}

.ch_modal-box {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ch_modal-contactanos {
  padding: 24px;
  max-width: 980px;
}

.ch_modal-contactanos .ch_modal--phonenumber {
  font-size: 20px;
  line-height: 24px;
  font-family: 'mulibold';
  margin: 0;
}

.ch_modal-contactanos--col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.ch_modal-contactanos--col h4 {
  margin-bottom: 21px;
}

.ch_modal-contactanos--col h6 {
  margin-bottom: 0;
}

.ch_modal-contactanos--col_left p {
  line-height: 30px;
  margin: 0 0 24px;
}

.ch_modal-contactanos--col_right {
  padding: 33px 0 11px;
}

.ch_modal-contactanos--col_right p {
  margin: 0;
}

.ch_modal-contactanos--info {
  padding: 0 0 15px 38px;
  margin: 0 34px 26px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.ch_modal-contactanos--info:last-child {
  border: none;
  margin-bottom: 0;
}

.ch_modal-contactanos--info i {
  width: 42px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  background: black;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: -14px;
}

.ch_modal-contactanos--info i.icon-phone {
  font-size: 21px;
  background: #3E3F59;
}

.ch_modal-contactanos--info i.icon-clock {
  background: #3D7499;
}

.ch_modal-contactanos--info i.icon-mail {
  background: #6199A6;
}

.ch_modal-contactanos--info .ch_btn {
  margin-top: 18px;
}

.ch_modal-video {
  max-width: 980px;
}

.ch_modal-intranet .ch_modal-contactanos--col {
  padding: 0;
}

.ch_modal-intranet .ch_modal-contactanos--info {
  display: block;
  background: #3E3F59;
  color: #ffffff;
  margin: 0 0 16px 0;
  border: none;
  padding: 24px 0 16px 82px;
}

.ch_modal-intranet .ch_modal-contactanos--info.ch_bg_two {
  background: #3D7499;
}

.ch_modal-intranet .ch_modal-contactanos--info.ch_bg_three {
  background: #6199A6;
}

.ch_modal-intranet .ch_modal-contactanos--info:last-child {
  margin: 0;
}

.ch_modal-intranet .ch_modal-contactanos--info i {
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 26px;
  top: 16px;
  left: 30px;
}

/*
  ===================== Slider =====================
*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  background: transparent;
  border-color: #0379B0;
}

.slick-arrow.slick-prev {
  border-bottom: 4px solid #0379B0;
  border-left: 4px solid #0379B0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  border-top: none;
  border-right: none;
}

.slick-arrow.slick-next {
  right: 0;
  border-bottom: 4px solid #0379B0;
  border-left: 4px solid #0379B0;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-dots {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  width: 100%;
  position: absolute;
  bottom: 7px;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-size: 1px;
}

.slick-dots li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #AFCB08;
  border: none;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #0379B0;
}

.slider.descript {
  padding: 0 30px;
}

.slider.descript .slick-arrow {
  top: 50%;
}

.slider.descript .ch_descrip-slide {
  position: relative;
  padding: 20px 10px;
}

.slider.descript .ch_descrip-slide h5 {
  margin-bottom: 5px;
}

.slider.descript .ch_descrip-slide p {
  color: #000000;
}

.slider.descript .ch_descrip-slide p + p {
  margin-top: 5px;
}

.slick-arrow {
  z-index: 10;
  width: 24px;
  height: 24px;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  background: transparent;
  border-color: #0379B0;
}

.slick-arrow.slick-prev {
  border-bottom: 3px solid #0379B0;
  border-left: 3px solid #0379B0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0;
  border-top: none;
  border-right: none;
}

.slick-arrow.slick-next {
  right: 0;
  border-bottom: 3px solid #0379B0;
  border-left: 3px solid #0379B0;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.ch_title {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ch_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 90px;
  height: 1px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.ch_title * {
  margin-bottom: 26px;
}

.ch_title-int {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}

.ch_title-int:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 55px;
  height: 1px;
  display: block;
  border-bottom: 5px solid #AFCB08;
}

.ch_title-int * {
  margin-bottom: 18px;
}

.ch_title-int h2 {
  color: #ffffff;
}

.ch_content-post {
  padding: 15px;
}

.ch_content-post h1, .ch_content-post .h1,
.ch_content-post h2, .ch_content-post .h2,
.ch_content-post h3, .ch_content-post .h3,
.ch_content-post h4, .ch_content-post .h4,
.ch_content-post h5, .ch_content-post .h5,
.ch_content-post h6, .ch_content-post .h6 {
  margin-bottom: 20px;
}

.ch_content-post a:hover {
  text-decoration: underline;
}

.ch_content-post ul {
  margin-bottom: 20px;
}

.ch_content-post ul li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  list-style: disc;
  line-height: 130%;
  list-style-position: inside;
}

.ch_content-post ul li:last-child {
  margin-bottom: 0;
}

.ch_btn-cerrar {
  position: relative;
  background-color: #0379B0;
  width: 40px;
  height: 40px;
}

.ch_btn-cerrar:before {
  position: absolute;
  content: "\e90e";
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  text-align: center;
  color: #ffffff;
}

.ch_post p {
  margin: 0 0 24px 0;
  line-height: 160%;
}

.ch_post h6 {
  color: #0379B0;
}

.ch_post blockquote {
  margin-left: 40px;
}

.ch_post blockquote p {
  font-size: 20px;
  line-height: 160%;
}

.ch_post img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.ch_pageinner {
  padding-bottom: 80px;
}

.ch_box-min {
  width: 216px;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}

.ch_noticias h3 {
  padding: 28px 0 31px;
  margin: 0;
}

.ch_box-inner {
  background-color: #F4F4F4;
  position: relative;
  padding-bottom: 36px;
}

.ch_box-inner h5 {
  margin-bottom: 24px;
}

.ch_box-inner p {
  line-height: 25px;
  margin-bottom: 28px;
}

.ch_box-inner p:last-of-type {
  margin-bottom: 0;
}

.ch_box-inner i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: sub;
}

.ch_box-inner--link {
  display: block;
  margin-bottom: 15px;
  position: relative;
  line-height: 150%;
}

.ch_box-inner--link:last-of-type {
  margin-bottom: 0;
}

.ch_box-inner--link i {
  font-size: 18px;
  position: absolute;
  left: 0;
}

.ch_box-inner:before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: #99CC00;
  position: absolute;
  top: 0;
  left: 0;
}

.ch_box-inner .ch_btn {
  width: 100%;
}

.ch_box-inner--b {
  background: #ffffff;
}

.ch_box-inner--b:before {
  content: none;
}

.ch_box-inner--b p {
  text-align: left;
}

.ch_box-inner--b p b {
  display: block;
}

.ch_box-info {
  position: relative;
  background-color: #0379B0;
  color: #ffffff;
  padding-top: 60px;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.ch_box-info:before {
  position: absolute;
  top: -28px;
  left: -69px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 121px solid transparent;
  border-right: 121px solid transparent;
  border-bottom: 122px solid #348BC5;
  -webkit-transform: rotate(-45deg) skew(12deg, 12deg);
          transform: rotate(-45deg) skew(12deg, 12deg);
}

.ch_box-info i {
  display: block;
  margin: 0 auto 30px;
}

.ch_box-info h4 {
  margin-bottom: 0;
}

.ch_box-info * {
  position: relative;
  z-index: 1;
}

.ch_cont-news {
  color: #000000;
}

.ch_cont-news .ch_img {
  overflow: hidden;
}

.ch_cont-news .ch_img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ch_cont-news .ch_descript {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 15px 18px;
  margin-bottom: 20px;
}

.ch_cont-news .ch_descript .ch_fecha {
  display: block;
  margin-bottom: 10px;
}

.ch_cont-news .ch_descript h5 {
  /*overflow: hidden;
        height: 80px;*/
  margin-bottom: 27px;
}

.ch_cont-news:hover .ch_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ch_cont-news:hover .ch_descript {
  background-color: rgba(0, 0, 0, 0.1);
}

.ch_cont-news:hover .ch_descript .ch_text-link:before {
  width: 100%;
}

.ch_buscando_box {
  text-align: center;
  padding: 0;
  max-width: 280px;
  width: 100%;
  height: 330px;
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  border: 1px solid #E1E1E1;
  color: #000000;
  position: relative;
}

.ch_buscando_box--hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #176193;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform ease-in-out .3s;
  transition: -webkit-transform ease-in-out .3s;
  transition: transform ease-in-out .3s;
  transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
}

.ch_buscando_box--texto {
  position: relative;
  padding-bottom: 8px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.ch_buscando_box--texto:after {
  content: '';
  width: 78px;
  height: 5px;
  background: #AFCB08;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ch_buscando_box--p {
  color: #ffffff;
  width: 90%;
  margin-top: -26px;
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}

.ch_buscando_box--btn {
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  color: #0379B0;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  display: none;
}

.ch_buscando_box:last-child {
  margin-right: 0;
}

.ch_buscando_box .icon_m {
  display: inline-block;
  margin-bottom: 12px;
}

.ch_buscando_box .icon_m:before {
  font-size: 80px;
  color: #02A8E4;
}

.ch_buscando_box h6, .ch_buscando_box h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.ch_buscando_box h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: 'mulibold';
}

.ch_buscando_box h6 {
  font-size: 16px;
  line-height: 20px;
}

.ch_mainslider--slide {
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.ch_mainslider--slide-one {
  background: url("../img/examples/BANNER-WEB-BIENVENIDO-1.jpg") no-repeat center right;
  background-size: cover;
}

.ch_mainslider--slide-two {
  background: url("../img/banner2.jpg") no-repeat center right;
  background-size: cover;
}

.ch_mainslider--text {
  max-width: 555px;
}

.ch_mainslider .ch_btn {
  margin-top: 12px;
}

.ch_certificacion {
  margin-bottom: 33px;
}

.ch_certificacion--box {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ch_certificacion--box img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.ch_certificacion--box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ch_certificacion--text {
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ch_certificacion--text h4 {
  position: relative;
  display: inline-block;
  margin: 20px auto 30px;
}

.ch_certificacion--text h4:after {
  content: '';
  width: 78px;
  height: 5px;
  background: #AFCB08;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ch_certificacion--text p {
  max-width: 420px;
  margin: auto;
  margin-bottom: 13px;
}

.ch_certificacion--text .ch_btn {
  margin-bottom: 26px;
}

.ch_alianzas {
  padding: 28px 0 0;
}

.ch_alianzas_bottom {
  padding: 112px 0 39px;
}

.ch_alianzas_bottom--container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ch_alianzas_bottom--container a {
  float: left;
  /* width: 196px; */
  width: calc(25% - 2%);
  margin-bottom: 3%;
}

.ch_alianzas_bottom--container a img {
  width: 100%;
  height: auto;
}

.ch_alianzas--self {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  margin-bottom: 36px;
}

.ch_alianzas--self img {
  margin: auto;
}

.ch_alianzas_col {
  padding-bottom: 36px;
}

.ch_alianzas img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.ch_productos {
  padding-bottom: 33px;
}

.ch_productos h3 {
  padding: 27px 0 31px;
  margin: 0;
}

.ch_productos--imgvideo {
  width: 100%;
  height: auto;
  margin: auto;
}

.ch_productos--box {
  margin-bottom: 18px;
  padding-bottom: 20px;
  color: #000000;
  border-bottom: 2px solid #ffffff;
}

.ch_productos--box:last-child {
  margin: 0;
  border: 0;
  padding: 0;
}

.ch_productos--icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 179px;
          flex: 0 0 179px;
  background: #E1E1E1;
  margin-right: 28px;
}

.ch_productos--icon i {
  color: #02A8E4;
  font-size: 60px;
}

.ch_productos--text {
  padding: 0 20px;
  text-align: center;
}

.ch_productos--text .ch_text-link {
  font-family: 'Muliregular';
  color: #0379B0;
  text-decoration: underline;
}

.ch_productos--text .ch_text-link:before, .ch_productos--text .ch_text-link:after {
  content: none;
}

.ch_productos_video {
  position: relative;
  display: block;
}

.ch_productos_videomask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.ch_productos_videomask .icon-play {
  font-size: 83px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.ch_productos_videomask:hover .icon-play {
  color: #02a8e4;
}

.ch_estadistica {
  color: #ffffff;
}

.ch_estadistica--infomain {
  background: #02A8E4;
  padding: 24px 28px;
  margin: 18px 0;
}

.ch_estadistica--infomain:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #02A8E4;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}

.ch_estadistica--infomain h3 {
  margin-bottom: 8px;
}

.ch_estadistica--infomain p {
  margin-bottom: 18px;
}

.ch_estadistica--infomain .ch_btn {
  background: #ffffff;
  color: #02A8E4;
}

.ch_estadistica--infomain .ch_btn:hover {
  color: #ffffff;
}

.ch_estadistica--box {
  text-align: center;
}

.ch_estadistica--box i {
  font-size: 64px;
  margin-bottom: 14px;
}

.ch_estadistica--box img {
  margin: 0 auto 12px;
  height: 69px;
}

.ch_estadistica--box h4 {
  line-height: 30px;
  margin-bottom: 0;
}

.ch_estadistica--box h5 {
  line-height: 25px;
  margin-bottom: 0;
}

.ch_testimonios {
  padding: 32px 50px;
}

.ch_testimonios--txt h3 {
  margin-bottom: 9px;
}

.ch_testimonios--txt p {
  margin-bottom: 16px;
  padding: 0 0 0 13px;
  border-left: 5px solid #AFCB08;
}

.ch_testimonios--txt h2 {
  margin-bottom: 21px;
}

.ch_testimonios--txt h2 p {
  border: none;
  padding: 0;
}

.ch_testimonios--txt .ch_btn {
  margin-bottom: 21px;
}

.ch_testimonios--imgvideo {
  margin-left: auto;
  max-width: 100%;
  height: auto;
  padding-right: 1px;
}

.ch_testimonios .slick-arrow.slick-prev {
  left: -32px;
}

.ch_testimonios .slick-arrow.slick-next {
  right: -32px;
}

.ch_fotografias .container {
  overflow: hidden;
}

.ch_fotografias--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.ch_fotografias--metadata {
  position: relative;
  border: 1px solid green;
  overflow: hidden;
}

.ch_fotografias--metadata h4 {
  font-size: 19px !important;
  text-shadow: 0 1px 1px #000;
  line-height: 20px;
  word-break: break-word;
  margin: 0 0 2px;
  color: #fff;
}

.ch_fotografias--metadata--shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.9)), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, transparent 50%, transparent);
}

.ch_fotografias--metadata--text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0 14px 16px;
  text-shadow: 0 1px 1px #000;
  font-family: 'mulibold';
}

.ch_maintitle {
  background: #176193;
  color: #ffffff;
  padding: 20px 0 26px;
  text-align: center;
}

.ch_maintitle h1 {
  position: relative;
}

.ch_maintitle h1:after {
  content: '';
  width: 73px;
  height: 5px;
  background: #AFCB08;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ch_cards_perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #D8D8D8;
  margin-bottom: 20px;
  width: 100%;
}

.ch_cards_perfil--img {
  width: 163px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 163px;
          flex: 0 0 163px;
  margin: 20px 0 20px 20px;
}

.ch_cards_perfil--txt {
  margin: 15px 20px;
  overflow: hidden;
}

.ch_cards_perfil--txt p {
  line-height: 18px;
  margin: 0 0 12px 0;
}

.ch_cards_perfil--txt p.ch_cards_perfil--time {
  font-size: 10px;
  line-height: 13px;
  margin: 0;
}

.ch_cards_equipo {
  text-align: center;
}

.ch_cards_equipo--img {
  width: 163px;
  height: 163px;
  margin: 0 auto 20px;
}

.ch_cards_equipo h5 {
  margin-bottom: 7px;
}

.ch_cards_equipo h6 {
  color: #0379B0;
  margin-bottom: 32px;
}

.ch_cards_frecuentes {
  background: rgba(3, 121, 176, 0.12);
}

.ch_cards_frecuentes--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_cards_frecuentes--img {
  padding-top: 20px;
}

.ch_cards_frecuentes--txt {
  max-width: 80%;
  margin: 20px auto;
  text-align: center;
}

.ch_cards_frecuentes--txt .ch_btn {
  margin-top: 16px;
}

.ch_cards_sectores .ch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding: 10px;
  height: 120px;
  margin-bottom: 20px;
}

.ch_cards_sectores .ch_box i {
  font-size: 36px;
}

.ch_cards_sectores .ch_box .ico-two {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
  font-size: 24px;
}

.ch_cards_sectores .ch_box p {
  color: #000000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.ch_cards_sectores .ch_box--hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
  background: #0379B0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.ch_cards_sectores .ch_box:hover .ch_box--hover {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.ch_cards_sectores .ch_box:hover .ch_cards_sectores--txt {
  position: relative;
  z-index: 1;
}

.ch_cards_sectores .ch_box:hover .icon-perfil {
  opacity: 0;
}

.ch_cards_sectores .ch_box:hover .ico-two {
  opacity: 1;
}

.ch_cards_sectores .ch_box:hover p {
  color: #ffffff;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
}

.ch_cards_sectores--txt img {
  width: 36px;
  height: 36px;
  margin: auto;
}

.ch_cards_docs .ch_box {
  display: block;
  color: #000000;
  padding: 44px 18px 22px;
  position: relative;
  margin-bottom: 20px;
}

.ch_cards_docs .ch_box .icon-descarga {
  position: absolute;
  top: 19px;
  left: 22px;
  color: #0379B0;
  font-size: 20px;
}

.ch_cards_docs .ch_btn {
  margin-top: 10px;
}

.ch_cards_docs--fecha {
  position: absolute;
  top: 19px;
  right: 22px;
}

.ch_cards_docs--content {
  margin-top: 6px;
}

.ch_cards_docs--content img {
  float: left;
  margin-right: 11px;
}

.ch_cards_videos--box {
  display: block;
  color: #000000;
}

.ch_cards_videos--box p {
  padding: 12px 22px 20px;
}

.ch_cards_videos--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_cards_videos--content img {
  max-width: 280px;
  height: auto;
}

.ch_cards_plataformas_icon {
  display: inline-block;
  width: 50%;
  height: 53px;
}

.ch_cards_plataformas_icon img {
  margin-bottom: 0;
}

.ch_cards_plataformas h5 {
  margin-bottom: 0;
}

.ch_secretaria {
  background: #F6F6F6;
  padding-bottom: 80px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.ch_secretaria_post {
  text-align: center;
}

.ch_secretaria_post p {
  text-align: left;
}

.ch_secretaria_post img {
  margin: 0 auto 16px;
}

.ch_comercio_box {
  border: 1px solid #979797;
  margin-bottom: 20px;
}

.ch_comercio_box--title {
  background: #0379B0;
  color: #ffffff;
  text-align: center;
}

.ch_comercio_box--title h5 {
  padding: 24px 0;
  margin-bottom: 0;
}

.ch_comercio_box--title--left {
  text-align: left;
}

.ch_comercio_box--title--left h6 {
  padding: 24px 24px 0;
}

.ch_comercio_box--title--right h5 {
  text-align: left;
  padding: 0 24px 24px;
}

.ch_comercio_box--txt {
  padding: 30px 30px 14px;
}

.ch_comercio_box--txt p {
  margin-bottom: 16px;
}

.ch_comercio_box--txt p.ch_comercio_box--minititle {
  font-family: 'mulibold';
  margin-bottom: 0;
}

.ch_comercio_box--txt .ch_box-inner--link {
  margin-bottom: 0;
  position: relative;
}

.ch_comercio_box--txt .ch_box-inner--link:last-child {
  margin-bottom: 16px;
}

.ch_comercio_box--inner {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 16px !important;
}

.ch_comercio_box--inner:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.ch_filters {
  margin-bottom: 42px;
}

.ch_filters .ch_form-item {
  margin-bottom: 0;
}

.ch_filters .col-12 {
  margin-bottom: 24px;
}

.ch_filters .col-12:first-child {
  margin-bottom: 12px;
}

.ch_filters .col-12:last-child {
  margin-bottom: 0;
}

.ch_download {
  width: 246px;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ch_conceptos .container {
  overflow: hidden;
}

.ch_conceptos--box {
  margin-bottom: 20px;
}

.ch_conceptos--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.ch_conceptos--title h5 {
  margin-bottom: 2px;
}

.ch_conceptos--vocal {
  background: #02A8E4;
  color: #ffffff;
  float: left;
  margin: 0 16px 0 0 !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.ch_contacto_ayuda {
  padding-top: 43px;
}

.ch_contacto_ayuda--subtitle {
  margin-bottom: 24px;
}

.ch_busquedas--total {
  margin: 40px 0;
}

.ch_busquedas--total h4 {
  margin-bottom: 0;
}

.ch_busquedas--total span {
  color: #02A8E4;
}

.ch_busquedas--result {
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C9CE;
  margin-bottom: 30px;
}

.ch_busquedas--result p {
  margin-bottom: 0;
}

.ch_search-inner {
  position: relative;
}

.ch_search-inner input {
  padding: 0 46px 0 10px;
}

.ch_search-inner .icon {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  color: #0379B0;
}

.ch_404 {
  overflow: hidden;
}

.ch_404 .container {
  margin: 18px auto 60px;
}

.ch_404_txt {
  margin: 0 auto 48px;
}

.ch_404_txt p {
  text-align: center;
  font-size: 28px;
  line-height: 39px;
  margin: 30px auto 55px;
}

.ch_404_txt .ch_btn {
  width: 230px;
  margin: auto;
}

.row-initial {
  margin-left: -15px;
  margin-right: -15px;
}

main {
  padding-top: 50px;
}

.collapse {
  display: none;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.ch_acordeon {
  /* body content */
}

.ch_acordeon .card-header {
  background: #02A8E4;
  color: #ffffff;
  /* head */
}

.ch_acordeon .card-header .panel-title {
  position: relative;
  margin: 0;
  padding: 16px 40px 16px 30px;
  font-family: "muliregular";
  font-weight: 400;
  font-size: 16px !important;
  cursor: pointer;
  display: block;
}

.ch_acordeon .card-header .panel-title i.icon-left {
  font-size: 26px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.ch_acordeon .card-header .panel-title i.icon-arrow {
  position: absolute;
  right: 30px;
  margin-top: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.ch_acordeon .card-header .panel-title i.icon-arrow:after {
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ch_acordeon .card-header .panel-title[aria-expanded="true"] {
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.ch_acordeon .card-header .panel-title[aria-expanded="true"] i:after {
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
}

.ch_acordeon--inner .card-header {
  background: #ffffff;
  color: #000000;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

.ch_acordeon--inner .card-header .panel-title {
  font-size: 13px !important;
  padding: 10px 28px 10px 16px;
  color: #000000;
  line-height: 25px;
}

.ch_acordeon--inner .card-header .panel-title i.icon-arrow {
  right: 27px;
}

.ch_acordeon--inner .card-header .panel-title i.icon-arrow:after {
  border-left: 2px solid #02A8E4;
  border-bottom: 2px solid #02A8E4;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.ch_acordeon--inner .card-body {
  padding: 20px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}

.ch_acordeon + .panel {
  margin-top: 6px;
}

/*
  ===================== header =====================
*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 50;
  position: relative;
  background: white;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .ch_logo {
  position: absolute;
  top: 0;
  left: 15px;
}

.ch_header {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  /*position: fixed;*/
}

.ch_header_logo {
  max-width: 110px;
}

.ch_header_top {
  margin: 24px auto;
  z-index: 3;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ch_header_bottom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.16);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  z-index: 9999;
}

.ch_header_bottom .ch_innerlinks {
  background: #0E3A58;
  margin: 0;
}

.ch_header_bottom .ch_innerlinks li:last-child span {
  border-bottom: 1px solid transparent;
}

.ch_header_bottom .ch_innerlinks li .ch_mainmenu--sub a {
  color: #000000;
}

.ch_header_bottom .ch_innerlinks li .ch_mainmenu--sub a span {
  border: none;
}

.ch_header_bottom .ch_innerlinks a {
  color: #ffffff;
  padding: 21px 16px 0;
  display: block;
  position: relative;
}

.ch_header_bottom .ch_innerlinks a span {
  border-bottom: 1px solid #E1E9ED;
  padding-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: mulibold;
}

.ch_header_bottom .ch_innerlinks a i {
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ch_header_bottom .ch_innerlinks a i:before {
  font-size: 28px;
}

.ch_header_bottom .ch_innerlinks a i.icon-arrow {
  top: 6px;
  right: 0 !important;
}

.ch_header_bottom .ch_innerlinks a i.icon-arrow:after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ch_header_navleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.ch_header_logos li {
  margin-left: 20px;
}

.ch_mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px !important;
}

.ch_mainmenu a {
  color: #000000;
  display: block;
  font-family: 'mulibold';
  font-size: 14px;
  padding: 21px 12px;
}

.ch_mainmenu--sub {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  white-space: nowrap;
  display: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ch_mainmenu--sub a {
  padding: 21px 25px 0;
  font-size: 13px;
}

.ch_mainmenu--sub a span {
  white-space: nowrap;
  padding-bottom: 21px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid transparent;
}

.ch_mainmenu--sub li:last-child span {
  border: none;
}

.ch_mainmenu--sub li a {
  color: #0E3A58;
}

.ch_mainmenu--sub--inner {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.ch_mainmenu li {
  width: 100%;
  position: relative;
}

.ch_mainmenu li:hover .ch_mainmenu--sub {
  display: none;
}

.ch_mainmenu li:hover > a {
  background: #ffffff;
}

.ch_mainmenu li:last-child .ch_mainmenu--sub {
  left: initial;
  right: 0;
}

.ch_search {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  top: 17px;
  right: -10px;
  width: 570px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
}

.ch_search .ch_form {
  background: #ffffff;
}

.ch_search_shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.ch_search input {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #1E75AF;
  border-right: 0;
}

.ch_search_results {
  background: #ffffff;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  transition: opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s;
  transition: transform ease-in-out .3s, opacity ease-in-out .3s, -webkit-transform ease-in-out .3s;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ch_search_results_on {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.ch_search_results a {
  display: block;
  padding: 5px 24px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ffffff;
  -webkit-transition: background-color ease-in-out .3s, color ease-in-out .3s;
  transition: background-color ease-in-out .3s, color ease-in-out .3s;
}

.ch_search_results a:hover {
  background-color: #0E3A58;
  color: #ffffff;
}

.ch_search_cont {
  position: relative;
}

.ch_search_on {
  opacity: 1;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}

.ch_contlogo_mobile {
  background: #ffffff;
  padding: 10px 10px 0 16px;
}

.ch_contlogo_mobile img {
  max-width: 110px;
}

.ch_sublink .icon-arrow {
  position: absolute;
  top: 3px;
  right: 23px;
  -webkit-transform: translateY(22px) rotateX(0);
          transform: translateY(22px) rotateX(0);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.ch_sublink .icon-arrow:after {
  width: 10px;
  height: 10px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.ch_sublink .icon-arrow-up {
  -webkit-transform: translateY(36px) rotateX(-180deg);
          transform: translateY(36px) rotateX(-180deg);
}

.ch_current {
  background: #ffffff;
}

.result_select a {
  background-color: #0E3A58;
  color: #ffffff;
}

.ch_mainmenu li.sv_desplegable:hover {
  background: #1F84C7;
}

.ch_mainmenu li.sv_desplegable > .ch_sublink {
  background: url(../img/ico-submenu.svg) no-repeat center;
  text-indent: -9999px;
}

.ch_mainmenu li.sv_desplegable > .ch_mainmenu--sub {
  display: block !important;
}

.ch_mainmenu li.sv_desplegable > .ch_sublink {
  display: none;
}

.sv_third_level {
  padding-bottom: 21px !important;
}

.sv_third_level .icon-arrow {
  display: block !important;
}

/*
  =====================  footer  =====================
*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}

footer a {
  display: block;
}

.ch_footer {
  position: relative;
  border-top: 5px solid #AFCB08;
  color: #727272;
}

.ch_footer:before {
  content: '';
  height: 5px;
  width: 50%;
  position: absolute;
  top: -5px;
  left: 0;
  background: #02A8E4;
}

.ch_footer_logo {
  max-width: 200px;
}

.ch_footer_bottom {
  padding: 32px 0 16px !important;
}

.ch_footer_bottom--left {
  border-right: 1px solid #CACACA;
  text-align: center;
}

.ch_footer_bottom--middle {
  padding: 0 91px 0 57px;
}

.ch_footer_bottom--right {
  border-left: 1px solid #CACACA;
}

.ch_footer_bottom--left, .ch_footer_bottom--right {
  margin: 12px 0;
}

.ch_footer_last {
  padding: 10px 20px 58px;
  border-top: 1px solid #CACACA;
  text-align: center;
}

.ch_footer_sociales {
  max-width: 156px;
  margin-top: 8px;
}

.ch_footer_sociales a {
  margin-bottom: 8px;
}

.ch_footernav a {
  text-transform: uppercase;
  color: #727272;
  position: relative;
  margin: 0 0 0 6px;
  line-height: 23px;
}

.ch_footernav a:last-child {
  margin-bottom: 0;
}

.ch_footernav a:before {
  content: '';
  width: 1px;
  height: 1px;
  background: #727272;
  position: absolute;
  top: 11px;
  left: -6px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1 !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (min-width: 576px) {
  .ch_padding_col--20 .p-0:nth-child(odd) {
    padding: 0 20px 0 0;
  }
  .ch_productos--text {
    padding: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nav-tabs li a {
    border-top: 1px solid #0379B0;
    border-left: 1px solid #0379B0;
    border-right: 1px solid #0379B0;
    border-bottom: none;
  }
  .nav-tabs li.active a {
    color: #ffffff;
    background-color: #0379B0;
  }
  .nav-tabs li:first-child a {
    border-left: 1px solid #0379B0;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ch_modal-contactanos--col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ch_modal-contactanos--col_left p {
    max-width: 390px;
    margin: 0 24px 0 0;
  }
  .ch_cards_frecuentes--img {
    padding-top: 11px;
  }
  .ch_cards_frecuentes--txt {
    text-align: left;
    max-width: 360px;
    margin: 0 auto 0 0;
  }
  .ch_filters .col-12 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .ch_border-lateral {
    padding-left: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
  }
  .ch_columns--two aside {
    margin-top: 0;
  }
  .ch_testimonios--txt {
    max-width: 300px;
  }
  .ch_testimonios--txt .ch_btn {
    margin-bottom: 0;
  }
  .ch_secretaria_post {
    text-align: left;
  }
  .ch_secretaria_post img {
    float: left;
    margin: 0 16px 16px 0;
  }
  .ch_comercio_box--title--left h6 {
    padding: 0;
  }
  .ch_comercio_box--title--left {
    border-right: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ch_comercio_box--title--left b {
    display: block;
  }
  .ch_comercio_box--title--right h5 {
    padding: 24px 0;
    text-align: center;
  }
  .ch_404 .container {
    margin: 37px auto 48px;
  }
  .ch_404_txt {
    margin: 0 0 0 36px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .container, .p-0 {
    padding: 0 50px;
  }
  .ch_testimonios .slick-arrow.slick-prev {
    left: 10px;
  }
  .ch_testimonios .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (min-width: 1100px) {
  .ch_buscando_box--btn {
    display: block;
  }
  .ch_buscando_box:hover .ch_buscando_box--hover {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .ch_buscando_box:hover .ch_buscando_box--texto {
    color: #ffffff;
    -webkit-transform: translateY(-153px);
            transform: translateY(-153px);
  }
  .ch_buscando_box:hover .ch_buscando_box--p, .ch_buscando_box:hover .ch_buscando_box--btn {
    opacity: 1;
  }
  .ch_alianzas--self {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  main {
    padding-top: 0;
  }
  .ch_header {
    position: static;
  }
  .ch_header_logo {
    max-width: 240px;
  }
  .ch_header_bottom {
    display: block;
    overflow: visible;
    padding: 0;
    position: static;
    background: #0E3A58;
    z-index: 4;
  }
  .ch_header_bottom.fixed {
    position: fixed;
    bottom: initial;
  }
  .ch_mainmenu {
    background: #0E3A58;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: auto;
  }
  .ch_mainmenu a {
    color: #ffffff;
  }
  .ch_mainmenu--sub {
    position: absolute;
    top: 64px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .ch_mainmenu--sub a span {
    border-bottom: 1px solid #E1E9ED;
  }
  .ch_mainmenu--sub li:hover a {
    background: #02A8E4 !important;
  }
  .ch_mainmenu--sub li:hover .ch_mainmenu--sub--inner {
    opacity: 1;
    display: block !important;
  }
  .ch_mainmenu--sub li:hover .ch_mainmenu--sub--inner a {
    background: #fff !important;
  }
  .ch_mainmenu--sub li:hover .ch_mainmenu--sub--inner a:hover {
    background: #1F84C7 !important;
  }
  .ch_mainmenu--sub--inner {
    opacity: 0;
  }
  .ch_mainmenu li:hover .ch_mainmenu--sub {
    display: block;
  }
  .ch_mainmenu li:hover > a {
    background: #1F84C7;
    color: #ffffff;
  }
  .ch_mainmenu li:hover > a span {
    border-bottom: 1px solid transparent;
  }
  .ch_mainmenu li {
    width: auto;
  }
  .ch_sublink .icon-arrow {
    display: none;
  }
  .ch_current {
    background: #1F84C7;
  }
  .ch_mainmenu li.sv_desplegable > .ch_mainmenu--sub {
    display: none !important;
  }
  .ch_mainmenu li.sv_desplegable:hover > .ch_mainmenu--sub {
    display: block !important;
  }
  .ch_mainmenu li.sv_desplegable > .ch_sublink {
    display: block;
  }
  .ch_mainmenu li.sv_desplegable li:hover .icon-arrow:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 1280px) {
  .ch_testimonios {
    padding: 32px 100px;
  }
  .ch_testimonios .slick-arrow.slick-prev {
    left: -40px;
  }
  .ch_testimonios .slick-arrow.slick-next {
    right: -40px;
  }
}

@media (min-width: 1281px) {
  .ch_cards_perfil {
    width: 430px;
    margin-bottom: 40px;
  }
  .ch_cards_perfil:nth-child(odd) {
    margin-right: 40px;
  }
}

@media (min-width: 1400px) {
  .ch_header_navleft {
    -webkit-transform: translateX(110px);
            transform: translateX(110px);
  }
}

@media (max-width: 1400px) {
  .ch_search {
    right: 100px;
  }
}

@media (max-width: 1280px) {
  .ch_search {
    right: 150px;
  }
}

@media (max-width: 1200px) {
  .ch_footer_bottom--middle {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  header .container {
    max-width: 100%;
  }
  .ch_header_top {
    padding: 0 0 0 20px;
    margin: 0;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .ch_search {
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
  }
  .ch_mainmenu li.sv_desplegable a {
    padding: 21px 10px 0;
  }
  .sv_third_level + .ch_mainmenu--sub--inner {
    padding: 0px 0px 0px 15px;
  }
}

@media (max-width: 1099px) {
  .ch_buscando_box {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .ch_modal-box {
    margin: 0 20px 20px;
    top: 72px;
    left: 0;
    width: calc( 100% - 40px);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 992px) {
  .ch_wrapper {
    margin: 30px 0;
  }
  .modal-content {
    padding: 15% 8%;
  }
}

@media (max-width: 991px) {
  .ch_certificacion--text {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ch_certificacion--text p {
    margin: 0;
  }
  .ch_productos--imgvideo {
    margin-bottom: 18px;
  }
  .ch_estadistica--infomain:after {
    top: initial;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0) rotate(135deg);
            transform: translate(-50%, 0) rotate(135deg);
  }
  .ch_estadistica--box {
    margin: 20px 0 28px;
  }
  .ch_contacto_ayuda .ch_modal-contactanos--col {
    margin-bottom: 20px;
  }
  .ch_404 .container img {
    margin: auto;
  }
  .ch_404_mainimg {
    max-width: 290px;
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
  .container, .p-0 {
    padding: 0 15px;
  }
  .ch_btn--center {
    margin: 26px auto 18px;
  }
  .ch_text-link {
    margin-bottom: 20px;
  }
  .ch_form-item span.ch-text, .ch_search span.ch-text {
    margin-left: 0;
  }
  .nav-tabs.break li a {
    font-size: 13px;
    padding: 14px;
    width: 100%;
  }
  .tabs-content {
    padding: 10px 0;
  }
  .ch_modal-contactanos--info {
    margin: 0 25px 26px;
  }
  .slider.descript {
    padding: 0;
  }
  .ch_content-post {
    padding: 0;
  }
  .ch_center-mobile {
    text-align: center;
  }
  .ch_box-min {
    width: 100%;
    text-align: left;
  }
  .ch_noticias .container .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ch_noticias .container .row .col-md-4:last-child .ch_descript {
    margin-bottom: 0;
  }
  .ch_cont-news .ch_descript h5 {
    margin-bottom: 16px;
  }
  .ch_mainslider--slide {
    height: 330px;
  }
  .ch_mainslider--slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .ch_mainslider--slide .container {
    position: relative;
    z-index: 100;
  }
  .ch_mainslider--text {
    line-height: 112% !important;
  }
  .ch_mainslider--text h1 {
    line-height: 112% !important;
  }
  .ch_alianzas_bottom--container a {
    width: calc(50% - 2%);
  }
  .ch_alianzas_bottom {
    padding: 30px 0;
  }
  .ch_alianzas--self {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ch_estadistica--infomain h3 {
    line-height: 130% !important;
  }
  .ch_testimonios {
    padding: 32px 0px 10px;
  }
  .ch_testimonios .slick-dots {
    bottom: auto;
    position: relative;
  }
  .ch_fotografias .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ch_fotografias .row .col-12:last-child a {
    margin-bottom: 0;
  }
  .ch_cards_perfil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ch_cards_perfil--img {
    margin: 20px 0 00px 20px;
  }
  .ch_secretaria {
    padding-bottom: 30px;
  }
  .row {
    margin: 0;
  }
  .ch_search input {
    margin: 20px;
    width: calc( 100% - 40px);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #1E75AF;
  }
  .ch_footer_bottom {
    padding: 32px 20px 37px !important;
  }
  .ch_footer_bottom--middle {
    padding: 10px;
  }
  .ch_footer_last {
    border: none;
  }
  .ch_footer_sociales {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .ch_buscando_box {
    width: 121px;
    height: 121px;
  }
  .ch_buscando_box .icon_m:before {
    font-size: 27px;
  }
  .ch_buscando_box h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .ch_buscando_box h6 {
    font-size: 12px;
    line-height: 15px;
  }
  .ch_certificacion--box {
    margin-bottom: 20px;
  }
  .ch_certificacion--text {
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  .ch_certificacion--text h4 {
    margin: 8px auto 30px;
  }
  .ch_certificacion--text .ch_btn {
    margin: 5px 0 0;
  }
  .ch_alianzas_col {
    padding-bottom: 0;
  }
  .ch_cards_videos--content {
    margin-bottom: 10px;
  }
  .ch_cards_videos--content p {
    padding: 8px 22px 20px;
  }
  .ch_footer_bottom--left {
    border: none;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 21px;
  }
  .ch_footer_bottom--right {
    border: none;
    border-top: 1px solid #CACACA;
  }
}

@media (max-height: 600px) {
  .ch_modal-box {
    left: 50%;
    top: 72px;
    margin: 0 0 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 600px) {
  .extend .modal-dialog .modal-content {
    height: auto;
  }
}

@media (max-width: 576px) {
  .ch_alianzas--self {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 575px) {
  .ch_rcrumbs .ch_breadcrums {
    margin: 20px auto 30px;
  }
  .ch_buscando_boxes {
    /*width: 252px;
        margin: auto;*/
  }
  .ch_buscando_box {
    margin: 0 0 10px 0;
    width: 48%;
  }
  .ch_productos--icon i {
    font-size: 32px;
  }
  .ch_productos--icon {
    width: 129px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    height: auto;
    margin: 0 auto 18px;
  }
  .ch_cards_plataformas {
    text-align: center;
  }
  .ch_cards_plataformas_icon {
    margin: 0 auto 10px;
  }
  .ch_cards_plataformas h5 {
    margin-bottom: 20px;
  }
  .ch_conceptos .col-sm-6:last-child .ch_conceptos--box {
    margin-bottom: 0;
  }
  .ch_acordeon .card .card-header {
    margin: 0 -10px;
  }
}

@media (max-width: 560px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 15px;
    line-height: 150% !important;
  }
  h1,
  .h1 {
    font-size: 29px !important;
  }
  h2,
  .h2 {
    font-size: 28px !important;
  }
  h3,
  .h3 {
    font-size: 24px !important;
  }
  h4,
  .h4 {
    font-size: 18px !important;
  }
  blockquote {
    margin: 20px 0 20px;
  }
  .ch_box {
    padding: 20px;
  }
  .ch_box-double {
    padding: 20px;
  }
  .ch_inner {
    padding: 20px 0 60px;
  }
  .ch_button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ch_button-group .ch_btn + .ch_btn,
  .ch_button-group .ch_text-link .ch_btn {
    margin: 20px 0 0;
  }
  .slick-slide img {
    width: 100%;
  }
  .ch_post blockquote {
    margin: 20px 0 20px 0;
    padding: 0 16px;
  }
  .ch_mainslider--text h1 {
    font-size: 27px !important;
  }
  .ch_mainslider .slick-dots {
    position: relative;
    margin: 20px auto;
  }
  .ch_testimonios--txt h2 {
    line-height: 112% !important;
  }
  .ch_cards_docs {
    margin: 0 -10px;
  }
  .ch_download {
    width: 100%;
  }
}

@media (max-width: 510px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .ch_btn {
    padding: 17px 8px;
  }
  .ch_form-item .ch_select select, .ch_search .ch_select select {
    padding: 15px;
  }
  .ch_form-item .ch_select:after, .ch_search .ch_select:after {
    background-color: #ffffff;
  }
}

@media (max-width: 340px) {
  .ch_filters {
    padding: 15px 10px;
  }
}



@media (min-width: 1100px){

	.container {
		max-width: 1300px!important;
		width: 80%!important;
	}

}

@media only screen and (min-width: 900px) {
  #result_search, .ch_search_results, .ch_search_results_on {
	
    z-index:1000!important;
    position: relative!important;
  
    
  }
   .ch_header {
      position: relative!important;
    }
   
    .ch_header_bottom {
      /*display: block;*/
      overflow: visible;
      padding: 0;
      position: relative!important;
      background: #0E3A58;
      z-index: -1;
    }
}