*{
	padding: 0;
	margin: 0;
	font-family:arial;
	box-sizing: border-box;

}

.content-cotizador{
	width: 100%;
	height: 120px;
	display: flex;
	float: center;
	padding-top: -2em;
    padding-bottom: -2em;
    top: 600px;
    left: 40px;
}

.btn{
	width: 160px;
	height: 60px;
	font-size: 24px;
	margin: auto;
	border-style: none;
	background: RGB(240, 128, 128);
	color: white;
	transition: all 300ms;
	justify-content: center;
    position: relative;
    bottom: 2px;
    top:2%;
}

.btn:hover{
	background: #999999;
	transition: all 300ms;
	cursor: pointer;
	box-shadow: 1px 1px 10px 0px blue;

}

.btn:activate{
	background: RGB(245, 183, 177);
	transition: all 100ms;
	color: black;
	transform: scale(0.9);
}




*{

    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body {

    background: url('../img');
}

.contenedor{
    width: 100% ;
    max-width: 1000px;
    margin: auto;
    padding: 60px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0px 1px 10px;
}

.contenedor img{
    width: 300px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    }

.contenedor p{
text-align: justify;
font-size: 18px;
font-weight: 100;
margin-top: 20px;

}




*{
    margin: 0;
    padding: 0;

}

.fondo{
}


.titulo-cotizar{
font-family: "Titillium Semibold", sans-serif;
    font-size: 3.1rem;
    font-weight: 400;
    color: #444a4f;
    text-align: center;
    line-height: 45px;
}

.container{
    max-width: 700px;
    height: auto;
    background-color: #EFEFEF;
    margin: 5% auto;
    padding-bottom: 0rem;
    border-radius: 20px;
}

.form_top {
    width: 100%
    text-align: center;
    padding: 0rem 0 0rem;
    margin-left: 45px;
    margin-right: 16px;
    margin-top: 11px;
    border-radius: 15px;
}

.form-input,
.form-input--v2 {
   display: block;
   padding: 0rem 0 0rem;
   color: #444a4f;
   font-size: 18px;
   font-family: "Titillium Semibold", sans-serif;
   font-size: 1.8rem;
   position: relative;
   margin-bottom: 12px;

}


.container .form_top .form-input,
.container .form_top .form-input--v2{
  border: none;
  outline: none;
  border-bottom: 0px solid #444a4f;
  width: 90%;
  padding: 12px;
  margin-bottom: 40px;
  border-radius: 2px;
  font-size: 14px;
  color:#444a4f;
}

.container .form_top .form-input--v2 {
	margin-bottom: 0;
}

.form-textarea,
.form-textarea--v2 {
  border: none;
  outline: none;
  border-bottom: 0px solid #444a4f;
  width: 90%;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 2px;
  font-size: 14px;
  color:#444a4f;
}

.form-textarea--v2 {
	margin-bottom: 0
}

.btn-submit{
    width: 148px;
    height: 40px;
    font-size: 20px;
    border-style: none;
    border-top:0;
    background: RGB(30, 144, 255);
    color: white;
    transition: all 300ms;
    justify-content: center;
    position: relative;
    bottom: -8px;
    top:50%;
    border-radius: 6px;
    margin-bottom: 50px;
}

.btn-submit:hover{
    background: #999999;
    transition: all 300ms;
    cursor: pointer;
    box-shadow: 1px 1px 10px 0px blue;

}

.btn-submit:activate{
    background: RGB(245, 183, 177);
    transition: all 100ms;
    color: white;
    transform: scale(0.9);
}

.row{
 display: flex;
 justify-content: space-between;
 }

.col{
    flex: 1;
    font-size: 18px;
   font-family: "Titillium Semibold", sans-serif;
   font-size: 1.8rem;
   line-height: 25px;
}

.col:first-child{
    margin-right: 5px;
}












[class*=g-col] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


.h1-line::after,h1: :before{
    content: '';
    position: absolute;
    width: 130px;
    height: 3 px;
    background-color: pink;
    top:0.6em;
    }

h1: :before{
    left: -140px;
}

h1: :after{
    right: : -140px;
}





.g-col-auto-xs {
    margin-right: 3rem;
}

.g-col-auto-ml-xs, .g-col-auto-xs {
    -ms-flex: 1 0;
    flex: 1 0;
    margin-left: 3rem;
}

.g-col-auto-mr-xs {
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 3rem;
}

.g-col-xs-1 {
    -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
    flex-basis: calc(100% * .083333333333333 - 2.75rem);
    max-width: calc(100% * .083333333333333 - 2.75rem);
    margin: 0;
}

.g-col-xs-2 {
    -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
    flex-basis: calc(100% * .166666666666667 - 2.5rem);
    max-width: calc(100% * .166666666666667 - 2.5rem);
    margin: 0;
}

.g-col-xs-3 {
    -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
    flex-basis: calc(100% * .25 - 2.25rem);
    max-width: calc(100% * .25 - 2.25rem);
    margin: 0;
}

.g-col-xs-4 {
    -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
    flex-basis: calc(100% * .333333333333333 - 2rem);
    max-width: calc(100% * .333333333333333 - 2rem);
    margin: 0;
}

.g-col-xs-5 {
    -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
    flex-basis: calc(100% * .416666666666667 - 1.75rem);
    max-width: calc(100% * .416666666666667 - 1.75rem);
    margin: 0;
}

.g-col-xs-6 {
    -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
    flex-basis: calc(100% * .5 - 1.5rem);
    max-width: calc(100% * .5 - 1.5rem);
    margin: 0;
}

.g-col-xs-7 {
    -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
    flex-basis: calc(100% * .583333333333333 - 1.25rem);
    max-width: calc(100% * .583333333333333 - 1.25rem);
    margin: 0;
}

.g-col-xs-8 {
    -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
    flex-basis: calc(100% * .666666666666667 - 1rem);
    max-width: calc(100% * .666666666666667 - 1rem);
    margin: 0;
}

.g-col-xs-9 {
    -ms-flex-preferred-size: calc(100% * .75 - .75rem);
    flex-basis: calc(100% * .75 - .75rem);
    max-width: calc(100% * .75 - .75rem);
    margin: 0;
}

.g-col-xs-10 {
    -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
    flex-basis: calc(100% * .833333333333333 - .5rem);
    max-width: calc(100% * .833333333333333 - .5rem);
    margin: 0;
}

.g-col-xs-11 {
    -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
    flex-basis: calc(100% * .916666666666667 - .25rem);
    max-width: calc(100% * .916666666666667 - .25rem);
    margin: 0;
}

.g-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
}

.g-col-offset-xs-1 {
    margin-left: calc(100% * .083333333333333 + .25rem) !important;
}

.g-col-offset-xs-2 {
    margin-left: calc(100% * .166666666666667 + .5rem) !important;
}

.g-col-offset-xs-3 {
    margin-left: calc(100% * .25 + .75rem) !important;
}

.g-col-offset-xs-4 {
    margin-left: calc(100% * .333333333333333 + 1rem) !important;
}

.g-col-offset-xs-5 {
    margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
}

.g-col-offset-xs-6 {
    margin-left: calc(100% * .5 + 1.5rem) !important;
}

.g-col-offset-xs-7 {
    margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
}

.g-col-offset-xs-8 {
    margin-left: calc(100% * .666666666666667 + 2rem) !important;
}

.g-col-offset-xs-9 {
    margin-left: calc(100% * .75 + 2.25rem) !important;
}

.g-col-offset-xs-10 {
    margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
}

.g-col-offset-xs-11 {
    margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
}

.g-col-offset-xs-12 {
    margin-left: calc(100% * 1 + 3rem) !important;
}

.g-col-first-xs {
    -ms-flex-order: -1;
    order: -1;
}

.g-col-last-xs {
    -ms-flex-order: 1;
    order: 1;
}

.g-col-top-xs {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-bottom-xs {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-center-xs {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.g-col-baseline-xs {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.g-col-stretch-xs {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

@media only screen and (min-width:321px) {
    .g-col-auto-s {
        margin-right: 3rem;
    }

    .g-col-auto-ml-s, .g-col-auto-s {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-left: 3rem;
    }

    .g-col-auto-mr-s {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-right: 3rem;
    }

    .g-col-s-1 {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
        margin: 0;
    }

    .g-col-s-2 {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
        margin: 0;
    }

    .g-col-s-3 {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
        margin: 0;
    }

    .g-col-s-4 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin: 0;
    }

    .g-col-s-5 {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
        margin: 0;
    }

    .g-col-s-6 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
        margin: 0;
    }

    .g-col-s-7 {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
        margin: 0;
    }

    .g-col-s-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        margin: 0;
    }

    .g-col-s-9 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
        margin: 0;
    }

    .g-col-s-10 {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
        margin: 0;
    }

    .g-col-s-11 {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
        margin: 0;
    }

    .g-col-s-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .g-col-offset-s-1 {
        margin-left: calc(100% * .083333333333333 + .25rem) !important;
    }

    .g-col-offset-s-2 {
        margin-left: calc(100% * .166666666666667 + .5rem) !important;
    }

    .g-col-offset-s-3 {
        margin-left: calc(100% * .25 + .75rem) !important;
    }

    .g-col-offset-s-4 {
        margin-left: calc(100% * .333333333333333 + 1rem) !important;
    }

    .g-col-offset-s-5 {
        margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
    }

    .g-col-offset-s-6 {
        margin-left: calc(100% * .5 + 1.5rem) !important;
    }

    .g-col-offset-s-7 {
        margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
    }

    .g-col-offset-s-8 {
        margin-left: calc(100% * .666666666666667 + 2rem) !important;
    }

    .g-col-offset-s-9 {
        margin-left: calc(100% * .75 + 2.25rem) !important;
    }

    .g-col-offset-s-10 {
        margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
    }

    .g-col-offset-s-11 {
        margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
    }

    .g-col-offset-s-12 {
        margin-left: calc(100% * 1 + 3rem) !important;
    }

    .g-col-first-s {
        -ms-flex-order: -1;
        order: -1;
    }

    .g-col-last-s {
        -ms-flex-order: 1;
        order: 1;
    }

    .g-col-top-s {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .g-col-bottom-s {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .g-col-center-s {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .g-col-baseline-s {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .g-col-stretch-s {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
}

@media only screen and (min-width:481px) {
    .g-col-auto-m {
        margin-right: 3rem;
    }

    .g-col-auto-m, .g-col-auto-ml-m {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-left: 3rem;
    }

    .g-col-auto-mr-m {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-right: 3rem;
    }

    .g-col-m-1 {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
        margin: 0;
    }

    .g-col-m-2 {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
        margin: 0;
    }

    .g-col-m-3 {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
        margin: 0;
    }

    .g-col-m-4 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin: 0;
    }

    .g-col-m-5 {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
        margin: 0;
    }

    .g-col-m-6 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
        margin: 0;
    }

    .g-col-m-7 {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
        margin: 0;
    }

    .g-col-m-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        margin: 0;
    }

    .g-col-m-9 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
        margin: 0;
    }

    .g-col-m-10 {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
        margin: 0;
    }

    .g-col-m-11 {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
        margin: 0;
    }

    .g-col-m-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .g-col-offset-m-1 {
        margin-left: calc(100% * .083333333333333 + .25rem) !important;
    }

    .g-col-offset-m-2 {
        margin-left: calc(100% * .166666666666667 + .5rem) !important;
    }

    .g-col-offset-m-3 {
        margin-left: calc(100% * .25 + .75rem) !important;
    }

    .g-col-offset-m-4 {
        margin-left: calc(100% * .333333333333333 + 1rem) !important;
    }

    .g-col-offset-m-5 {
        margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
    }

    .g-col-offset-m-6 {
        margin-left: calc(100% * .5 + 1.5rem) !important;
    }

    .g-col-offset-m-7 {
        margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
    }

    .g-col-offset-m-8 {
        margin-left: calc(100% * .666666666666667 + 2rem) !important;
    }

    .g-col-offset-m-9 {
        margin-left: calc(100% * .75 + 2.25rem) !important;
    }

    .g-col-offset-m-10 {
        margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
    }

    .g-col-offset-m-11 {
        margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
    }

    .g-col-offset-m-12 {
        margin-left: calc(100% * 1 + 3rem) !important;
    }

    .g-col-first-m {
        -ms-flex-order: -1;
        order: -1;
    }

    .g-col-last-m {
        -ms-flex-order: 1;
        order: 1;
    }

    .g-col-top-m {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .g-col-bottom-m {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .g-col-center-m {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .g-col-baseline-m {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .g-col-stretch-m {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
}

@media only screen and (min-width:769px) {
    .g-col-auto-l {
        margin-right: 3rem;
    }

    .g-col-auto-l, .g-col-auto-ml-l {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-left: 3rem;
    }

    .g-col-auto-mr-l {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-right: 3rem;
    }

    .g-col-l-1 {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
        margin: 0;
    }

    .g-col-l-2 {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
        margin: 0;
    }

    .g-col-l-3 {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
        margin: 0;
    }

    .g-col-l-4 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin: 0;
    }

    .g-col-l-5 {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
        margin: 0;
    }

    .g-col-l-6 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
        margin: 0;
    }

    .g-col-l-7 {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
        margin: 0;
    }

    .g-col-l-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        margin: 0;
    }

    .g-col-l-9 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
        margin: 0;
    }

    .g-col-l-10 {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
        margin: 0;
    }

    .g-col-l-11 {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
        margin: 0;
    }

    .g-col-l-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .g-col-offset-l-1 {
        margin-left: calc(100% * .083333333333333 + .25rem) !important;
    }

    .g-col-offset-l-2 {
        margin-left: calc(100% * .166666666666667 + .5rem) !important;
    }

    .g-col-offset-l-3 {
        margin-left: calc(100% * .25 + .75rem) !important;
    }

    .g-col-offset-l-4 {
        margin-left: calc(100% * .333333333333333 + 1rem) !important;
    }

    .g-col-offset-l-5 {
        margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
    }

    .g-col-offset-l-6 {
        margin-left: calc(100% * .5 + 1.5rem) !important;
    }

    .g-col-offset-l-7 {
        margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
    }

    .g-col-offset-l-8 {
        margin-left: calc(100% * .666666666666667 + 2rem) !important;
    }

    .g-col-offset-l-9 {
        margin-left: calc(100% * .75 + 2.25rem) !important;
    }

    .g-col-offset-l-10 {
        margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
    }

    .g-col-offset-l-11 {
        margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
    }

    .g-col-offset-l-12 {
        margin-left: calc(100% * 1 + 3rem) !important;
    }

    .g-col-first-l {
        -ms-flex-order: -1;
        order: -1;
    }

    .g-col-last-l {
        -ms-flex-order: 1;
        order: 1;
    }

    .g-col-top-l {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .g-col-bottom-l {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .g-col-center-l {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .g-col-baseline-l {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .g-col-stretch-l {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
}

@media only screen and (min-width:992px) {
    .g-col-auto-xl {
        margin-right: 3rem;
    }

    .g-col-auto-ml-xl, .g-col-auto-xl {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-left: 3rem;
    }

    .g-col-auto-mr-xl {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-right: 3rem;
    }

    .g-col-xl-1 {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
        margin: 0;
    }

    .g-col-xl-2 {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
        margin: 0;
    }

    .g-col-xl-3 {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
        margin: 0;
    }

    .g-col-xl-4 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin: 0;
    }

    .g-col-xl-5 {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
        margin: 0;
    }

    .g-col-xl-6 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
        margin: 0;
    }

    .g-col-xl-7 {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
        margin: 0;
    }

    .g-col-xl-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        margin: 0;
    }

    .g-col-xl-9 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
        margin: 0;
    }

    .g-col-xl-10 {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
        margin: 0;
    }

    .g-col-xl-11 {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
        margin: 0;
    }

    .g-col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .g-col-offset-xl-1 {
        margin-left: calc(100% * .083333333333333 + .25rem) !important;
    }

    .g-col-offset-xl-2 {
        margin-left: calc(100% * .166666666666667 + .5rem) !important;
    }

    .g-col-offset-xl-3 {
        margin-left: calc(100% * .25 + .75rem) !important;
    }

    .g-col-offset-xl-4 {
        margin-left: calc(100% * .333333333333333 + 1rem) !important;
    }

    .g-col-offset-xl-5 {
        margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
    }

    .g-col-offset-xl-6 {
        margin-left: calc(100% * .5 + 1.5rem) !important;
    }

    .g-col-offset-xl-7 {
        margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
    }

    .g-col-offset-xl-8 {
        margin-left: calc(100% * .666666666666667 + 2rem) !important;
    }

    .g-col-offset-xl-9 {
        margin-left: calc(100% * .75 + 2.25rem) !important;
    }

    .g-col-offset-xl-10 {
        margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
    }

    .g-col-offset-xl-11 {
        margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
    }

    .g-col-offset-xl-12 {
        margin-left: calc(100% * 1 + 3rem) !important;
    }

    .g-col-first-xl {
        -ms-flex-order: -1;
        order: -1;
    }

    .g-col-last-xl {
        -ms-flex-order: 1;
        order: 1;
    }

    .g-col-top-xl {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .g-col-bottom-xl {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .g-col-center-xl {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .g-col-baseline-xl {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .g-col-stretch-xl {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
}

@media only screen and (min-width:1200px) {
    .g-col-auto-hd {
        margin-right: 3rem;
    }

    .g-col-auto-hd, .g-col-auto-ml-hd {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-left: 3rem;
    }

    .g-col-auto-mr-hd {
        -ms-flex: 1 0;
        flex: 1 0;
        margin-right: 3rem;
    }

    .g-col-hd-1 {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
        margin: 0;
    }

    .g-col-hd-2 {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
        margin: 0;
    }

    .g-col-hd-3 {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
        margin: 0;
    }

    .g-col-hd-4 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin: 0;
    }

    .g-col-hd-5 {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
        margin: 0;
    }

    .g-col-hd-6 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
        margin: 0;
    }

    .g-col-hd-7 {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
        margin: 0;
    }

    .g-col-hd-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        margin: 0;
    }

    .g-col-hd-9 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
        margin: 0;
    }

    .g-col-hd-10 {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
        margin: 0;
    }

    .g-col-hd-11 {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
        margin: 0;
    }

    .g-col-hd-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 0;
    }

    .g-col-offset-hd-1 {
        margin-left: calc(100% * .083333333333333 + .25rem) !important;
    }

    .g-col-offset-hd-2 {
        margin-left: calc(100% * .166666666666667 + .5rem) !important;
    }

    .g-col-offset-hd-3 {
        margin-left: calc(100% * .25 + .75rem) !important;
    }

    .g-col-offset-hd-4 {
        margin-left: calc(100% * .333333333333333 + 1rem) !important;
    }

    .g-col-offset-hd-5 {
        margin-left: calc(100% * .416666666666667 + 1.25rem) !important;
    }

    .g-col-offset-hd-6 {
        margin-left: calc(100% * .5 + 1.5rem) !important;
    }

    .g-col-offset-hd-7 {
        margin-left: calc(100% * .583333333333333 + 1.75rem) !important;
    }

    .g-col-offset-hd-8 {
        margin-left: calc(100% * .666666666666667 + 2rem) !important;
    }

    .g-col-offset-hd-9 {
        margin-left: calc(100% * .75 + 2.25rem) !important;
    }

    .g-col-offset-hd-10 {
        margin-left: calc(100% * .833333333333333 + 2.5rem) !important;
    }

    .g-col-offset-hd-11 {
        margin-left: calc(100% * .916666666666667 + 2.75rem) !important;
    }

    .g-col-offset-hd-12 {
        margin-left: calc(100% * 1 + 3rem) !important;
    }

    .g-col-first-hd {
        -ms-flex-order: -1;
        order: -1;
    }

    .g-col-last-hd {
        -ms-flex-order: 1;
        order: 1;
    }

    .g-col-top-hd {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .g-col-bottom-hd {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .g-col-center-hd {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .g-col-baseline-hd {
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }

    .g-col-stretch-hd {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
}

.g-xs>[class~=g-col] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.g-xs-1>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
    flex-basis: calc(100% * .083333333333333 - 2.75rem);
    max-width: calc(100% * .083333333333333 - 2.75rem);
}

.g-xs-2>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
    flex-basis: calc(100% * .166666666666667 - 2.5rem);
    max-width: calc(100% * .166666666666667 - 2.5rem);
}

.g-xs-3>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
    flex-basis: calc(100% * .25 - 2.25rem);
    max-width: calc(100% * .25 - 2.25rem);
}

.g-xs-4>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
    flex-basis: calc(100% * .333333333333333 - 2rem);
    max-width: calc(100% * .333333333333333 - 2rem);
}

.g-xs-5>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
    flex-basis: calc(100% * .416666666666667 - 1.75rem);
    max-width: calc(100% * .416666666666667 - 1.75rem);
}

.g-xs-6>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
    flex-basis: calc(100% * .5 - 1.5rem);
    max-width: calc(100% * .5 - 1.5rem);
}

.g-xs-7>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
    flex-basis: calc(100% * .583333333333333 - 1.25rem);
    max-width: calc(100% * .583333333333333 - 1.25rem);
}

.g-xs-8>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
    flex-basis: calc(100% * .666666666666667 - 1rem);
    max-width: calc(100% * .666666666666667 - 1rem);
}

.g-xs-9>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .75 - .75rem);
    flex-basis: calc(100% * .75 - .75rem);
    max-width: calc(100% * .75 - .75rem);
}

.g-xs-10>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
    flex-basis: calc(100% * .833333333333333 - .5rem);
    max-width: calc(100% * .833333333333333 - .5rem);
}

.g-xs-11>[class~=g-col] {
    -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
    flex-basis: calc(100% * .916666666666667 - .25rem);
    max-width: calc(100% * .916666666666667 - .25rem);
}

.g-xs-12>[class~=g-col] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-row-xs {
    -ms-flex-direction: row;
    flex-direction: row;
}

.g-reverse-xs {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.g-left-xs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.g-left-xs>[class~=g-col] {
    margin-right: 3rem;
}

.g-right-xs {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.g-right-xs>[class~=g-col] {
    margin-left: 3rem;
}

.g-center-xs {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.g-center-xs>[class~=g-col] {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.g-around-xs {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.g-between-xs {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.g-top-xs {
    -ms-flex-align: start;
    align-items: flex-start;
}

.g-bottom-xs {
    -ms-flex-align: end;
    align-items: flex-end;
}

.g-middle-xs {
    -ms-flex-align: center;
    align-items: center;
}

.g-baseline-xs {
    -ms-flex-align: baseline;
    align-items: baseline;
}

.g-stretch-xs {
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (min-width:320px) {
    .g-s>[class~=g-col] {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .g-s-1>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
    }

    .g-s-2>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
    }

    .g-s-3>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .g-s-4>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .g-s-5>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }

    .g-s-6>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .g-s-7>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }

    .g-s-8>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }

    .g-s-9>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }

    .g-s-10>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
    }

    .g-s-11>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
    }

    .g-s-12>[class~=g-col] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .g-row-s {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .g-reverse-s {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .g-left-s {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .g-left-s>[class~=g-col] {
        margin-right: 3rem;
    }

    .g-right-s {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .g-right-s>[class~=g-col] {
        margin-left: 3rem;
    }

    .g-center-s {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .g-center-s>[class~=g-col] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .g-around-s {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .g-between-s {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .g-top-s {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-bottom-s {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .g-middle-s {
        -ms-flex-align: center;
        align-items: center;
    }

    .g-baseline-s {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .g-stretch-s {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media only screen and (min-width:480px) {
    .g-m>[class~=g-col] {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .g-m-1>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
    }

    .g-m-2>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
    }

    .g-m-3>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .g-m-4>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .g-m-5>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }

    .g-m-6>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .g-m-7>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }

    .g-m-8>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }

    .g-m-9>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }

    .g-m-10>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
    }

    .g-m-11>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
    }

    .g-m-12>[class~=g-col] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .g-row-m {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .g-reverse-m {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .g-left-m {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .g-left-m>[class~=g-col] {
        margin-right: 3rem;
    }

    .g-right-m {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .g-right-m>[class~=g-col] {
        margin-left: 3rem;
    }

    .g-center-m {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .g-center-m>[class~=g-col] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .g-around-m {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .g-between-m {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .g-top-m {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-bottom-m {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .g-middle-m {
        -ms-flex-align: center;
        align-items: center;
    }

    .g-baseline-m {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .g-stretch-m {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media only screen and (min-width:768px) {
    .g-l>[class~=g-col] {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .g-l-1>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
    }

    .g-l-2>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
    }

    .g-l-3>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .g-l-4>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .g-l-5>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }

    .g-l-6>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .g-l-7>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }

    .g-l-8>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }

    .g-l-9>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }

    .g-l-10>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
    }

    .g-l-11>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
    }

    .g-l-12>[class~=g-col] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .g-row-l {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .g-reverse-l {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .g-left-l {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .g-left-l>[class~=g-col] {
        margin-right: 3rem;
    }

    .g-right-l {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .g-right-l>[class~=g-col] {
        margin-left: 3rem;
    }

    .g-center-l {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .g-center-l>[class~=g-col] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .g-around-l {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .g-between-l {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .g-top-l {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-bottom-l {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .g-middle-l {
        -ms-flex-align: center;
        align-items: center;
    }

    .g-baseline-l {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .g-stretch-l {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media only screen and (min-width:991px) {
    .g-xl>[class~=g-col] {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .g-xl-1>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
    }

    .g-xl-2>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
    }

    .g-xl-3>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .g-xl-4>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .g-xl-5>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }

    .g-xl-6>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .g-xl-7>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }

    .g-xl-8>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }

    .g-xl-9>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }

    .g-xl-10>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
    }

    .g-xl-11>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
    }

    .g-xl-12>[class~=g-col] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .g-row-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .g-reverse-xl {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .g-left-xl {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .g-left-xl>[class~=g-col] {
        margin-right: 3rem;
    }

    .g-right-xl {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .g-right-xl>[class~=g-col] {
        margin-left: 3rem;
    }

    .g-center-xl {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .g-center-xl>[class~=g-col] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .g-around-xl {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .g-between-xl {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .g-top-xl {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-bottom-xl {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .g-middle-xl {
        -ms-flex-align: center;
        align-items: center;
    }

    .g-baseline-xl {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .g-stretch-xl {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media only screen and (min-width:1199px) {
    .g-hd>[class~=g-col] {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .g-hd-1>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .083333333333333 - 2.75rem);
        flex-basis: calc(100% * .083333333333333 - 2.75rem);
        max-width: calc(100% * .083333333333333 - 2.75rem);
    }

    .g-hd-2>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .166666666666667 - 2.5rem);
        flex-basis: calc(100% * .166666666666667 - 2.5rem);
        max-width: calc(100% * .166666666666667 - 2.5rem);
    }

    .g-hd-3>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .g-hd-4>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .g-hd-5>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }

    .g-hd-6>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .g-hd-7>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }

    .g-hd-8>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }

    .g-hd-9>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }

    .g-hd-10>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .833333333333333 - .5rem);
        flex-basis: calc(100% * .833333333333333 - .5rem);
        max-width: calc(100% * .833333333333333 - .5rem);
    }

    .g-hd-11>[class~=g-col] {
        -ms-flex-preferred-size: calc(100% * .916666666666667 - .25rem);
        flex-basis: calc(100% * .916666666666667 - .25rem);
        max-width: calc(100% * .916666666666667 - .25rem);
    }

    .g-hd-12>[class~=g-col] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .g-row-hd {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .g-reverse-hd {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .g-left-hd {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .g-left-hd>[class~=g-col] {
        margin-right: 3rem;
    }

    .g-right-hd {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .g-right-hd>[class~=g-col] {
        margin-left: 3rem;
    }

    .g-center-hd {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .g-center-hd>[class~=g-col] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .g-around-hd {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .g-between-hd {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .g-top-hd {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-bottom-hd {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .g-middle-hd {
        -ms-flex-align: center;
        align-items: center;
    }

    .g-baseline-hd {
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .g-stretch-hd {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.g-container, .g-container-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.g-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media only screen and (min-width:769px) {
    .g-container {
        max-width: 750px;
    }
}

@media only screen and (min-width:992px) {
    .g-container {
        max-width: 970px;
    }
}

@media only screen and (min-width:1200px) {
    .g-container {
        max-width: 1134px;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt,
em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu,
nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u,
ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: baseline;
}

body {
    font-family: sans-serif;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav,
section, summary {
    display: block;
}

ol, ul {
    list-style: none;
}

@font-face {
    font-family: "Titillium Regular";
    src: url(../fonts/titillium/titilliumweb-regular-webfont.eot);
    src: url(../fonts/titillium/titilliumweb-regular-webfont.eot?#iefix) format("embedded-opentype"),
         url(../fonts/titillium/titilliumweb-regular-webfont.woff2) format("woff2"),
         url(../fonts/titillium/titilliumweb-regular-webfont.woff) format("woff"),
         url(../fonts/titillium/titilliumweb-regular-webfont.ttf) format("truetype"),
         url(../fonts/titillium/titilliumweb-regular-webfont.svg#titillium_webregular) format("svg");
}

@font-face {
    font-family: "Titillium Light";
    src: url(../fonts/titillium/titilliumweb-light-webfont.eot);
    src: url(../fonts/titillium/titilliumweb-light-webfont.eot?#iefix) format("embedded-opentype"),
         url(../fonts/titillium/titilliumweb-light-webfont.woff2) format("woff2"),
         url(../fonts/titillium/titilliumweb-light-webfont.woff) format("woff"),
         url(../fonts/titillium/titilliumweb-light-webfont.ttf) format("truetype"),
         url(../fonts/titillium/titilliumweb-light-webfont.svg#titillium_weblight) format("svg");
}

@font-face {
    font-family: "Titillium Semibold";
    src: url(../fonts/titillium/titilliumweb-semibold-webfont.eot);
    src: url(../fonts/titillium/titilliumweb-semibold-webfont.eot?#iefix) format("embedded-opentype"),
         url(../fonts/titillium/titilliumweb-semibold-webfont.woff2) format("woff2"),
         url(../fonts/titillium/titilliumweb-semibold-webfont.woff) format("woff"),
         url(../fonts/titillium/titilliumweb-semibold-webfont.ttf) format("truetype"),
         url(../fonts/titillium/titilliumweb-semibold-webfont.svg#titillium_websemibold) format("svg");
}

@font-face {
    font-family: "Titillium Bold";
    src: url(../fonts/titillium/titilliumweb-bold-webfont.eot);
    src: url(../fonts/titillium/titilliumweb-bold-webfont.eot?#iefix) format("embedded-opentype"),
         url(../fonts/titillium/titilliumweb-bold-webfont.woff2) format("woff2"),
         url(../fonts/titillium/titilliumweb-bold-webfont.woff) format("woff"),
         url(../fonts/titillium/titilliumweb-bold-webfont.ttf) format("truetype"),
         url(../fonts/titillium/titilliumweb-bold-webfont.svg#titillium_webbold) format("svg");
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Semibold", sans-serif;
    font-weight: 700;
}

.h1, h1 {
    font-size: 3.2rem;
}

.h2, h2 {
    font-size: 2.5rem;
}

.h3, h3 {
    font-size: 1.9rem;
}

.h4, h4 {
    font-size: 1.6rem;
}

.h5, h5 {
    font-size: 1.4rem;
}

.h6, h6 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-family: "Titillium Semibold", sans-serif;
    font-weight: 400;
    color: #555d64;
}

a {
    outline: none;
    text-decoration: none;
    color: #1793de;
}

a:focus, a:hover {
    color: #10679b;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

button, input, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button, input[type=reset], input[type=submit] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 10px;
}

body {
    padding-top: 100px;
    font-family: "Titillium Regular", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #7a858e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pt20 {
    padding-top: 20px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.header__block1 {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .8);
    transition: all .3s ease;
    z-index: 10;
}







@media only screen and (max-width:768px) {
    .header__block1 {
        padding-right: 20px;
    }
}

.header__block1--scroll {
    height: 65px;
}

.header__block1--scroll .header__logo img {
    max-height: 45px;
}

.header__block1--scroll .header__buttons a {
    height: 38px;
    font-size: 1.4rem;
}

.header__block1--scroll .header__idioma .selectCategorias {
    height: 38px;
}

.header__block2 {
    position: relative;
    width: 100%;
    height: 60px;
    background: RGB(240, 128, 128);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .8);
    transition: all .3s ease;
}

@media only screen and (max-width:991px) {
    .header__block2 {
        display: none;
    }
}

.header__block2--scroll {
    background: RGB(240, 128, 128);
}

.header__block2--scroll .menu-prin>ul>li:hover>a {
    background: RGB(240, 128, 128)!important;
}

.header__block2--scroll .menu-prin>ul>li>ul {
    background: RGB(120, 186, 221);
}

.header__block2--scroll .menu-prin>ul>li>ul>li>a:hover {
    color: #fff;
    background: RGB(240, 128, 128);
}

.header__logo {
    display: block;
    margin-left: 25px;
    margin-right: 20px;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 980px){
    .contenedor-logo, .header__block2{
        width:100%;
        margin:auto;
        text-align:center;
    }

.header__logo img {
    max-height: 71px;
    transition: all .3s ease;
}

.header__social {
    margin-left: auto;
}

@media only screen and (max-width:991px) {
    .header__social {
        margin-right: 10px;
    }
}

@media only screen and (max-width:768px) {
    .header__social {
        display: none !important;
    }
}

.header__idioma {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

@media only screen and (max-width:991px) {
    .header__idioma {
        margin-right: 10px;
    }
}

.header__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease;
}

@media only screen and (max-width:991px) {
    .header__buttons {
        display: none;
    }
}

.header__buttons a {
    margin-left: 20px;
}

.header__buttons a:first-child {
    margin-left: 0;
}

.header__saludo, .header__saludo--mobile {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px solid #ccc;
    font-size: 1.7rem;
    color: #484e53;
}

.header__saludo--mobile {
    border-left: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
}

.banner-hero, .banner-hero--v2, .banner-hero--v3 {
    position: relative;
    height: 85vh;
    background: #1793de;
    overflow: hidden;
}

@media only screen and (max-width:991px) {
    .banner-hero, .banner-hero--v2, .banner-hero--v3 {
        height: 400px;
    }
}

@media only screen and (max-width:480px) {
    .banner-hero, .banner-hero--v2, .banner-hero--v3 {
        height: 300px;
    }
}

@media only screen and (max-width:320px) {
    .banner-hero, .banner-hero--v2, .banner-hero--v3 {
        height: 250px;
    }
}

.banner-home, .banner-home--v2 {
    width: 100% !important;
    height: 85vh !important;
}

@media only screen and (max-width:991px) {
    .banner-home, .banner-home--v2 {
        height: 500px !important;
    }
}

@media only screen and (max-width:480px) {
    .banner-home, .banner-home--v2 {
        height: 300px !important;
    }
}

@media only screen and (max-width:320px) {
    .banner-home, .banner-home--v2 {
        height: 250px !important;
    }
}

.banner-home--v2__play, .banner-home__play {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: url(../images/play.png) no-repeat;
    background-size: contain;
    z-index: 20;
}

@media only screen and (max-width:480px) {
    .banner-home--v2__play, .banner-home__play {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
}

.banner-hero--v2, .banner-hero--v3 {
    height: 60vh;
}

.banner-hero--v3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 44px;
    bottom: 0;
    background: url(../images/triangulo-section.svg) bottom no-repeat;
    z-index: 10;
}

@media only screen and (max-width:768px) {
    .banner-hero--v3:before {
        display: none;
    }
}

.banner-home--v2 {
    height: 60vh !important;
}

.banner-home__text-content, .banner-home__text-content .banner-home__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-home__text-content .banner-home__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background: linear-gradient(-180deg, rgba(39, 42, 43, 0) 49%, rgba(40, 42, 44, .85) 98%);
}

@media only screen and (max-width:480px) {
    .banner-home__text-content .banner-home__text {
        padding-bottom: 70px;
        background: linear-gradient(-180deg, rgba(39, 42, 43, 0) 29%, rgba(40, 42, 44, .85) 98%);
    }
}

.banner-home__text-content .banner-home__text p {
    max-width: 800px;
    text-align: center;
    font-family: "Titillium Light", sans-serif;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .5);
}

@media only screen and (max-width:768px) {
    .banner-home__text-content .banner-home__text p {
        font-size: 2rem;
    }
}

@media only screen and (max-width:480px) {
    .banner-home__text-content .banner-home__text p {
        font-size: 1.7rem;
    }
}

.banner-home__text-content .banner-home__text p b,
.banner-home__text-content .banner-home__text p strong {
    display: block;
    padding-top: 5px;
    font-family: "Titillium Bold", sans-serif;
    font-size: 4rem;
    color: #fff;
}

@media only screen and (max-width:768px) {
    .banner-home__text-content .banner-home__text p b,
    .banner-home__text-content .banner-home__text p strong {
        font-size: 3rem;
    }
}

@media only screen and (max-width:480px) {
    .banner-home__text-content .banner-home__text p b,
    .banner-home__text-content .banner-home__text p strong {
        font-size: 2rem;
    }
}

@media only screen and (max-width:480px) {
    .banner-home__text-content .banner-home__text p .banner-home__text-title {
        font-size: 3rem;
    }
}

.header-title {
    background-image: url(/images/header/header-quienes-somos.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.header-title__box, .header-title__box--detalle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 190px;
}

@media only screen and (min-width:992px) {
    .header-title__box, .header-title__box--detalle {
        min-height: 250px;
    }
}

@media only screen and (max-width:768px) {
    .header-title__box, .header-title__box--detalle {
        padding: 0 15px;
    }
}

.header-title__box--detalle.bg-blue, .header-title__box.bg-blue {
    background-color: rgba(71, 104, 206, .89);
}

.header-title__box--detalle.bg-green, .header-title__box.bg-green {
    background-color: rgba(0, 177, 106, .89);
}

.header-title__box--detalle.bg-red, .header-title__box.bg-red {
    background-color: rgba(231, 72, 83, .89);
}

.header-title__box--detalle.bg-yellow, .header-title__box.bg-yellow {
    background-color: rgba(254, 186, 37, .89);
}

@media only screen and (min-width:992px) {
    .header-title__box--detalle {
        min-height: 190px;
    }
}

.header-title__text {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

@media only screen and (min-width:992px) {
    .header-title__text {
        width: 750px;
        padding-top: 60px;
    }
}

@media only screen and (max-width:768px) {
    .header-title__text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.header-title__text .header-titulo, .header-title__text h1 {
    width: 100%;
    text-align: center;
    font-family: "Titillium Bold", sans-serif;
    font-size: 3.2rem;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width:480px) {
    .header-title__text .header-titulo, .header-title__text h1 {
        font-size: 2.8rem;
    }
}

.header-title__text .name-category {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-top: 5px;
    padding: 0 20px 3px;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .9);
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2rem;
    color: #7e5318;
}

.header-title__breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    padding-bottom: 20px;
}

@media only screen and (max-width:480px) {
    .header-title__breadcrumbs {
        display: none;
    }
}

.header-title__breadcrumbs .header-title__breadcrumbs-box {
    text-align: center;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span {
    margin: 0 7px;
    font-family: "Titillium Semibold", sans-serif;
    color: hsla(0, 0%, 100%, .7);
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span:before {
    margin-left: 7px;
    font-size: 1.2rem;
    color: #fff;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span:first-child {
    padding-left: 0;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span:last-child {
    padding-right: 0;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span:last-child:after {
    display: none;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span a {
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    color: #fff;
    transition: all .3s ease;
}

.header-title__breadcrumbs .header-title__breadcrumbs-box span a:hover {
    border-bottom: 1px solid #fff;
}

.block-btn-action-member {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 50px;
}

.main-bg-gris, .main-bg-gris--v2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f5f8f8;
}

@media only screen and (min-width:769px) {
    .main-bg-gris, .main-bg-gris--v2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width:769px) {
    .main-bg-gris--v2 {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.l-main-gris-pTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f8f8;
}

.reproductor {
    width: 100%;
    position: relative;
    padding: 56.25% 0 0;
}

.reproductor iframe, .reproductor img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}

.footer__block1 {
    padding: 40px 0;
    border-bottom: px solid #d9d9d9;
    background: #f1f1f1 url(../images/footer-line-color.png) top no-repeat;
    background-size: 100% 6px;
}

@media only screen and (max-width:768px) {
    .footer__block1 {
        padding-right: 20px;
        padding-left: 20px;

    }
}

.footer__block2 {
    padding: 30px 0 50px;
    background: #f5f5f5;
}

@media only screen and (max-width:480px) {
    .footer__block2 {
        padding-left: 20px;
        padding-right: 20px;


    }
}

.footer__col {
    -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
    flex-basis: calc(100% * .333333333333333 - 2rem);
    max-width: calc(100% * .333333333333333 - 2rem);
}

@media only screen and (max-width:768px) {
    .footer__col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer__col:last-child {
        margin-bottom: 0;
    }
}

.footer-logo-social {
    margin-bottom: 15px;
}

@media only screen and (min-width:992px) {
    .footer-logo-social {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width:992px) {
    .footer-logo-social .megusta {
        margin-right: 20px;
    }
}

@media only screen and (max-width:991px) {
    .footer-logo-social .megusta {
        margin-bottom: 7px;
    }
}

.footer__logo {
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .footer-boletin__box {
        max-width: 430px;
        margin: 0 auto;
    }
}

.boletin-campo, .boletin-campo--check {
    margin-bottom: 3px;
}

.boletin-campo--check .content-check span, .boletin-campo .content-check span {
    text-align: left;
    font-size: 1.4rem;
}

.boletin-campo--check {
    padding-top: 7px;
    padding-bottom: 7px;
}

.boletin-campo--check a {
    color: #7a858e;
    transition: all .2s ease;
}

.boletin-campo--check a:hover {
    color: #4a5258;
}

.footer__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
    .footer__item {
        display: block;
        margin-bottom: 30px;
    }
}

.footer__item:last-child {
    margin-bottom: 0;
}

.footer__item:before {
    width: 20px;
    margin-right: 13px;
    font-size: 1.9rem;
    color: RGB(250, 128, 114);
}

.footer__item-box {
    -ms-flex: 1;
    flex: 1;
}

.footer__item-title {
    margin-bottom: 7px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.7rem;
    color: #2d3133;
}

.footer__item-list li {
    margin-bottom: 2px;
    font-size: 1.5rem;
    color: #484e53;

}

@media only screen and (max-width:768px) {
    .footer__item-list li a {
        display: right;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: right;
    }
}

.footer__item-link {
    display: -ms-flexbox;
    display: flex;
    color: #484e53;
    transition: all .3s ease;
}

.footer__item-link:hover {
    color: #1793de;
}

.footer__item-link:before {
    margin-right: 10px;
}

.footer__logos-pie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

@media only screen and (max-width:1199px) {
    .footer__logos-pie {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

@media only screen and (min-width:1200px) {
    .footer__logos-pie .col:first-child {
        margin-right: 30px;
    }
}

@media only screen and (max-width:1199px) {
    .footer__logos-pie .col:first-child {
        margin-bottom: 20px;
    }
}

.footer__logos-pie .logos-titulo {
    margin: 0 10px 10px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.8rem;
    color: #444a4f;
}

.footer__logos-pie .footer__logos-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__logos-pie img {
    display: block;
    height: 100px;
    margin: 0 10px;
    border-radius: 5px;
}

@media only screen and (max-width:768px) {
    .footer__logos-pie img {
        margin-bottom: 20px;
    }

    .footer__logos-pie img:last-child {
        margin-bottom: 0;
    }
}

.footer__copy {
    text-align: center;
    margin-bottom: 7px;
    margin-top: 80px;
    position: absolute;

}

.footer__copy p {
    color: #484e53;
    display: inline-block;
}
.footer__derechos {
    text-align: center;
    margin-bottom: 7px;
}

.footer_redes{
    text-align: center;
 margin-bottom: 7px;
   }
.nigma span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #82878c;
    transition: all .3s ease;
}

.nigma img {
    width: 23px;
}

.nigma:hover span {
    color: #484e53;
}

.info-calendar {
    position: relative;
}

@media only screen and (max-width:991px) {
    .info-calendar {
        margin-bottom: 30px;
    }
}

.info-calendar:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 44px;
    bottom: 0;
    background: url(../images/triangulo-section.svg) bottom no-repeat;
    z-index: 10;
}

@media only screen and (max-width:991px) {
    .info-calendar:before {
        display: none;
    }
}

.infoIntro, .introCalendar {
    position: relative;
    width: 50%;
    padding: 65px 60px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .infoIntro, .introCalendar {
        width: 100%;
    }

    .infoIntro:before, .introCalendar:before {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .infoIntro, .introCalendar {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:480px) {
    .infoIntro, .introCalendar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.infoIntro__title, .introCalendar__title {
    margin-bottom: 5px;
    font-family: "Titillium Bold", sans-serif;
    font-size: 3rem;
    color: #fff;
}

.infoIntro {
    background-color: #0f6cb8;
    background-image: url(../images/bg-infoIntro.jpg);
}

.infoIntro:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    top: -85px;
    left: 0;
    background: url(../images/infoIntro.png) 0 100% no-repeat;
    background-size: 100% 90px;
    z-index: 20;
}

.infoIntro__subtitle {
    margin-bottom: 25px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2rem;
}

.infoIntro__text {
    margin-bottom: 30px;
    font-size: 1.7rem;
    line-height: 1.4;
}

.introCalendar {
    background-color: #ff606b;
    background-image: url(../images/bg-introCalendar.jpg);
}

.introCalendar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90px;
    top: -85px;
    left: 0;
    background: url(../images/introCalendario.png) 0 100% no-repeat;
    background-size: 100% 90px;
    z-index: 20;
}

.total-bar {
    width: 20px !important;
    height: 20px !important;
    right: -17px !important;
    font-family: "Titillium Bold", sans-serif !important;
    font-size: 1.2rem !important;
}

.have-event span:before {
    width: 6px !important;
    height: 6px !important;
}

.calendar-home .total-bar {
    background-color: #ff7272 !important;
}

.calendar-home .have-event span:before {
    background-color: #fff8a7 !important;
}

.calendar-home .have-event.selected span:before {
    background-color: #fb4b4b !important;
}

.calendar-home--v2 .today span {
    background-color: #000;
}

.noticias {
    padding-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .noticias {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:480px) {
    .noticias {
        width: 100%;
    }
}

.noticias__title {
    width: 100%;
    margin-bottom: -1em;
    margin-top: -1em;
    text-align: center;
    font-family: "Titillium Bold", sans-serif;
    font-size: 3rem;
    color: #484e53;
}

.noticias__item {
    -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
    flex-basis: calc(100% * .333333333333333 - 2rem);
    max-width: calc(100% * .333333333333333 - 2rem);
    border-radius: 30px;
    border: 7px groove #e0e6ec;
    overflow: hidden;
    transition: all .3s ease;
}

.noticias__item:hover {
    border-color: RGB(128, 128, 128);
}

.noticias__item:hover h3 {
    color: #1793de;
}

.noticias__item:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width:768px) {
    .noticias__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.freddy__img {
    border-radius: 6px 5px 0 0;
    background-color: #e0e6ec;
    float: right;
}





.noticias__img {
    border-radius: 6px 5px 0 0;
    background-color: #e0e6ec;
    overflow: hidden;
}

.noticias__img img {
    display: block;
    width: 100%;
    transition: all .3s ease;
}
.noticias__fecha {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #1a9c1a;
}






.noticias__carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.especiales__carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: center;
}




.map-bucaramanga {
    height: 60vh;
    background: #1793de;
}

.title-styl1 {
    color: #00b16a;
}

.title-styl1, .title-styl2 {
    font-family: "Titillium Bold", sans-serif;
    font-size: 3rem;
}

.title-styl2 {
    color: #4183d7;
}

.porqueBucara {
    position: relative;
    padding: 0 0 50px;
    background: #f5f5f5 url(../images/bg-porque-bucaramanga.jpg) top no-repeat;
    background-size: cover;
    z-index: 30;
}

@media only screen and (max-width:768px) {
    .porqueBucara {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 55px;
    }
}

.porqueBucara:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 58px;
    top: -58px;
    left: 0;
    background: url(../images/ornament-porque-bucaramanga.png) bottom no-repeat;
    background-size: 100% 58px;
}

@media only screen and (max-width:768px) {
    .porqueBucara:before {
        display: none;
    }
}

.porqueBucara h1 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.porqueBucara__box {
    position: relative;
    margin-bottom: 30px;
}

.porqueBucara__carousel {
    position: relative;
    width: 100%;
    max-width: 744px;
    margin-top: -79px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:480px) {
    .porqueBucara__carousel {
        margin-top: -50px;
    }
}

.porqueBucara__carousel .item {
    padding-top: 30px;
}

.porqueBucara__carousel .slick-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    margin-top: -35px;
    border-radius: 50%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    background: #00b16a;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 20;
}

.porqueBucara__carousel .slick-arrow:hover {
    background: #007e4b;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .porqueBucara__carousel .slick-arrow {
        width: 38px;
        height: 38px;
        font-size: 1.8rem;
    }
}

.porqueBucara__carousel .slick-prev {
    left: -80px;
}

@media only screen and (max-width:991px) {
    .porqueBucara__carousel .slick-prev {
        left: -10px;
    }
}

.porqueBucara__carousel .slick-next {
    right: -80px;
}

@media only screen and (max-width:991px) {
    .porqueBucara__carousel .slick-next {
        right: -10px;
    }
}

.porqueBucara__carousel .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}

.porqueBucara__carousel .slick-dots li {
    margin: 0 6px 3px;
}

.porqueBucara__carousel .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 15px;
    padding: 0;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background: #fff;
    text-indent: -9999px;
    cursor: pointer;
}

.porqueBucara__carousel .slick-dots li.slick-active button {
    background: #00b16a;
}

.porqueBucara__item {
    position: relative;
    margin: 0 10px;
    padding: 35px 30px 30px;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

.porqueBucara__item .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #00b16a;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.2rem;
    color: #fff;
}

.porqueBucara__item p {
    text-align: center;
    line-height: 25px;
}

.razones {
    padding-top: 40px;
}

@media only screen and (max-width:991px) {
    .razones {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    .razones {
        margin-top: 50px;
    }
}

.razones h2 {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.razones__box {
    position: relative;
    padding-top: 10px;
    padding-bottom: 60px;
}

@media only screen and (min-width:769px) {
    .razones__box {
        padding-top: 60px;
    }
}

.razones__box:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #4183d7;
}

@media only screen and (max-width:768px) {
    .razones__box:before {
        display: none;
    }
}

.razones__box:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
    background: #4183d7;
    z-index: 10;
}

@media only screen and (max-width:768px) {
    .razones__box:after {
        display: none;
    }
}

.razones__item, .razones__item--der, .razones__item--iz {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width:769px) {
    .razones__item, .razones__item--der, .razones__item--iz {
        width: calc(50% - 45px);
    }
}

@media only screen and (max-width:768px) {
    .razones__item, .razones__item--der, .razones__item--iz {
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width:480px) {
    .razones__item, .razones__item--der, .razones__item--iz {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}

.razones__item--der h3, .razones__item--iz h3, .razones__item h3 {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 2.3rem;
    color: #484e53;
}

@media only screen and (max-width:480px) {
    .razones__item--der h3, .razones__item--iz h3, .razones__item h3 {
        text-align: center;
    }
}

.razones__item--der p, .razones__item--iz p, .razones__item p {
    text-align: justify;
    line-height: 24px;
}

.razones__item--der .number, .razones__item--iz .number, .razones__item .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    top: -10px;
    border-radius: 50%;
    background: #4183d7;
    font-family: "Titillium Semibold", sans-serif;
    color: #fff;
    z-index: 10;
}

@media only screen and (min-width:769px) {
    .razones__item--der .number, .razones__item--iz .number,
    .razones__item .number {
        width: 50px;
        height: 50px;
        position: absolute;
        border: 5px solid #fff;
    }
}

@media only screen and (max-width:768px) {
    .razones__item--der .number, .razones__item--iz .number,
    .razones__item .number {
        margin-right: 20px;
    }
}

@media only screen and (max-width:480px) {
    .razones__item--der .number, .razones__item--iz .number,
    .razones__item .number {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.razones__item--der img, .razones__item--iz img, .razones__item img {
    width: 100%;
}

@media only screen and (min-width:769px) {
    .razones__item--iz {
        clear: both;
        float: left;
    }
}

@media only screen and (min-width:769px) {
    .razones__item--iz h3 {
        text-align: right;
    }
}

.razones__item--iz .number {
    right: -70px;
}

@media only screen and (min-width:769px) {
    .razones__item--der {
        float: right;
    }
}

.razones__item--der .number {
    left: -70px;
}

@media only screen and (max-width:768px) {
    .razones__item-box {
        -ms-flex: 1;
        flex: 1;
        padding-top: 7px;
    }
}

.video-promo {
    max-width: 724px;
    background: #a39ea3;
}

.sobre-bucaramanga {
    background-image: url(/images/sobre-bucaramanga.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sobre-bucaramanga .color-bg {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(63, 70, 94, .85);
}

.sobre-bucaramanga .col {
    border-radius: 7px;
    border: 2px solid hsla(0, 0%, 100%, .15);
}

@media only screen and (min-width:769px) {
    .sobre-bucaramanga .col:first-of-type, .sobre-bucaramanga .col:last-of-type {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

@media only screen and (max-width:768px) {
    .sobre-bucaramanga .col {
        width: 100%;
    }

    .sobre-bucaramanga .col:first-of-type {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:769px) {
    .sobre-bucaramanga-container {
        max-width: 850px;
    }
}

@media only screen and (max-width:991px) {
    .sobre-bucaramanga-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.sobre-bucaramanga__titulo {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-family: "Titillium Bold", sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
}

.sobre-bucaramanga__datos-generales {
    padding: 25px;
}

.sobre-bucaramanga__datos-generales ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.sobre-bucaramanga__datos-generales ul li strong {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding: 7px 12px;
    border-radius: 5px;
    background: hsla(0, 0%, 100%, .12);
    font-size: 1.7rem;
    color: #fff;
}

.sobre-bucaramanga__datos-generales ul li span {
    font-size: 1.7rem;
    color: #fff;
}

.sobre-bucaramanga__subtitulo, .sobre-bucaramanga__subtitulo--clima {
    margin-bottom: 20px;
    color: #fff;
}

.clima__fecha, .sobre-bucaramanga__subtitulo--clima {
    text-align: center;
}

.clima__fecha {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #fff;
}

@media only screen and (min-width:481px) {
    .clima__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width:481px) {
    .clima__nubes {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

.clima__nubes-img {
    position: relative;
    text-align: center;
}

.clima__nubes-img img {
    margin-bottom: 10px;
}

.clima__nubes-img figcaption {
    text-align: center;
    color: #fff;
}

@media only screen and (min-width:481px) {
    .clima__temperatura {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

.clima__temperatura-full {
    margin-bottom: 15px;
    border-bottom: 2px solid hsla(0, 0%, 100%, .15);
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 7rem;
    color: #fff;
}

.clima__temperatura-datos {
    color: #fff;
}

.clima__temperatura-datos>* {
    margin-bottom: 5px;
}

.clima__temperatura-datos strong {
    color: #fff;
}

.directory {
    padding-bottom: 40px;
}

@media only screen and (max-width:480px) {
    .directory .directory__item-box {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .directory .directory__item-box [class*=icon] {
        width: 30px;
        margin-right: 10px;
        text-align: left;
        font-size: 2rem;
    }

    .directory .directory__item {
        padding: 15px 10px;
    }

    .directory .directory__item:before {
        display: none;
    }

    .directory .directory__name {
        padding: 0;
        text-align: left;
    }
}

.directory__title, .directory__title--2 {
    width: 100%;
    padding: 45px 20px;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.2rem;
    color: #444a4f;
}

.directory__title--2 {
    padding-top: 0;
    padding-bottom: 20px;
}

.directory__box {
    width: 100%;
}

@media only screen and (min-width:481px) {
    .directory__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .directory__box>* {
        margin-right: 3rem;
    }
}

@media only screen and (max-width:768px) {
    .directory__box {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.directory__box li {
    margin-bottom: 30px;
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .directory__box li {
        -ms-flex-preferred-size: calc(100% * .25 - 2.25rem);
        flex-basis: calc(100% * .25 - 2.25rem);
        max-width: calc(100% * .25 - 2.25rem);
    }

    .directory__box li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (min-width:576px) and (max-width:768px) {
    .directory__box li {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }

    .directory__box li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width:481px) and (max-width:575px) {
    .directory__box li {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }

    .directory__box li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width:992px) {
    .directory__box li {
        -ms-flex-preferred-size: calc(100% * .2 - 2.4rem);
        flex-basis: calc(100% * .2 - 2.4rem);
        max-width: calc(100% * .2 - 2.4rem);
    }

    .directory__box li:nth-child(5n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    .directory__box li {
        margin: 0 auto 10px;
    }
}

.directory__item {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #f0f2f3;
    transition: all .3s ease;
}

.directory__item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.directory__item.active, .directory__item:hover {
    border-color: #ffaf3f;
}

.directory__item.active .directory__name,
.directory__item:hover .directory__name {
    color: #373b3f;
}

.directory__item-box {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.directory__item-box [class*=icon] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65%;
    text-align: center;
    font-size: 5rem;
    color: #ffaf3f;
}

.directory__name {
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: #7a858e;
    transition: all .3s ease;
}

@media only screen and (max-width:1199px) {
    .directory__name {
        font-size: 1.6rem;
        line-height: 1.7rem;
    }
}

.carousel-directory {
    position: relative;
    width: 100%;
    padding: 0 60px;
}

@media only screen and (max-width:560px) {
    .carousel-directory {
        width: 350px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:380px) {
    .carousel-directory {
        width: 100%;
    }
}

.carousel-directory .item {
    margin: 0 15px;
}

.carousel-directory .slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -40px;
    font-size: 3rem;
    color: #d9dbdc;
    cursor: pointer;
    transition: all .3s ease;
}

@media only screen and (max-width:480px) {
    .carousel-directory .slick-arrow {
        margin-top: -50px;
    }
}

.carousel-directory .slick-arrow:hover {
    color: #b8bbbd;
}

.carousel-directory .slick-prev {
    left: 10px;
}

.carousel-directory .slick-next {
    right: 10px;
}

.carousel-directory .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
}

.carousel-directory .slick-dots li {
    margin: 0 6px 3px;
}

.carousel-directory .slick-dots li button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 15px;
    padding: 0;
    height: 15px;
    border-radius: 50%;
    background: #e7edf0;
    text-indent: -9999px;
    cursor: pointer;
}

.carousel-directory .slick-dots li.slick-active button {
    background: #7a858e;
}

.member {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e5e6;
}

.member:last-child {
    border-bottom: none;
}

@media only screen and (min-width:481px) {
    .member {
        display: -ms-flexbox;
        display: flex;
        padding-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    .member {
        margin-bottom: 15px;
    }
}

.member__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    margin-right: 25px;
}

@media only screen and (max-width:480px) {
    .member__logo {
        margin-bottom: 15px;
    }
}

.member__info {
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
    border-left: 1px solid #e4e5e6;
}

@media only screen and (max-width:480px) {
    .member__info {
        padding-left: 15px;
    }
}

.member__name {
    display: block;
    margin-bottom: 10px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.2rem;
    color: #484e53;
    transition: all .3s ease;
}

.member__name [class*=icon] {
    font-size: 1.8rem;
    color: #ffa019;
    transition: all .3s ease;
}

.member__name:hover {
    color: #ffa019;
}

@media only screen and (min-width:769px) {
    .member__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.member__box-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

@media only screen and (min-width:769px) {
    .member__box-item:nth-child(odd) {
        -ms-flex-preferred-size: calc(100% * .583333333333333 - 1.25rem);
        flex-basis: calc(100% * .583333333333333 - 1.25rem);
        max-width: calc(100% * .583333333333333 - 1.25rem);
    }
}

@media only screen and (min-width:769px) {
    .member__box-item:nth-child(2n) {
        -ms-flex-preferred-size: calc(100% * .416666666666667 - 1.75rem);
        flex-basis: calc(100% * .416666666666667 - 1.75rem);
        max-width: calc(100% * .416666666666667 - 1.75rem);
    }
}

.member__box-item:before {
    width: 20px;
    margin-right: 10px;
    font-size: 1.7rem;
    color: #484e53;
}

.member__box-item span {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.7rem;
}

.member__box-item a {
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.member__box-item a:hover {
    border-color: #10679b;
}

.detail-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.detail-logo img {
    display: block;
    max-width: 180px;
}

.detail-title {
    margin-bottom: 25px;
    padding: 12px 20px;
    border-bottom: 2px solid #eaeff3;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.1rem;
    color: #484e53;
}

@media only screen and (min-width:992px) {
    .detail-title {
        border-radius: 5px 0 0 5px;
        border-top: 2px solid #eaeff3;
        border-left: 2px solid #eaeff3;
        text-align: center;
    }
}

@media only screen and (max-width:991px) {
    .detail-title {
        padding-left: 0;
    }
}

@media only screen and (min-width:481px) {
    .detail-box {
        padding: 0 20px;
    }
}

@media only screen and (max-width:991px) {
    .detail-box {
        padding-bottom: 10px;
        border-bottom: 2px solid #eaeff3;
    }
}

.detail-contact-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.detail-contact-item:before {
    width: 20px;
    margin-right: 10px;
    font-size: 1.8rem;
    color: #484e53;
}

@media only screen and (max-width:480px) {
    .detail-contact-item:before {
        width: 18px;
        font-size: 1.6rem;
    }
}

.detail-contact-box {
    -ms-flex: 1;
    flex: 1;
}

.detail-contact-box span {
    display: block;
    margin-bottom: 3px;
    font-size: 1.7rem;
}

@media only screen and (max-width:480px) {
    .detail-contact-box span {
        font-size: 1.6rem;
    }
}

.detail-contact-box span a {
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}

.detail-contact-box span a:hover {
    border-bottom: 1px solid #10679b;
}

.registro-evento__pregunta {
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width:769px) {
    .registro-evento__pregunta {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .registro-evento__pregunta:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 40px;
        bottom: -39px;
        left: 0;
        background: url(../images/bg-registro-evento-header.png) top no-repeat;
        background-size: contain;
    }
}

.registro-evento__blocks {
    min-height: 400px;
}

.registro-evento__pregunta-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.registro-evento__titulo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.5rem;
    color: #e74853;
}

.registro-evento__respuesta-base {
    width: 100%;
}

.registro-evento__respuesta-base, .registro-evento__respuesta-base .respuesta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.registro-evento__respuesta-base .respuesta {
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #e6e3e3;
    background: #fff;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2rem;
    color: #e74853;
    cursor: pointer;
    transition: all .3s ease;
}

.registro-evento__respuesta-base .respuesta:hover {
    border-color: #e74853;
}

.registro-evento__respuesta-base .respuesta.active {
    border-color: #d13c46;
    background: #e74853;
    color: #fff;
}

.registro-evento__form, .registro-evento__form--miembro {
    display: none;
    max-width: 750px;
}

@media only screen and (max-width:768px) {
    .registro-evento__form, .registro-evento__form--miembro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.registro-evento__form--miembro, .visible {
    display: block;
}

.evento-ica {
    display: none;
    width: 100%;
}

.evento-ica .block-form:last-child {
    margin-bottom: 25px;
}

.requisitos-ica {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.requisitos-ica p {
    text-align: justify;
}

.requisitos-ica__box {
    display: none;
    padding-top: 20px;
}

.requisitos-ica__cerrar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #fff;
    font-size: 2.2rem;
    color: #444a4f;
    cursor: pointer;
    transition: all .3s ease;
}

.requisitos-ica__cerrar:hover {
    background: #e74853;
    font-size: 2rem;
    color: #fff;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.requisitos-ica__titulo {
    margin-bottom: 20px;
    color: #444a4f;
}

@media only screen and (max-width:480px) {
    .requisitos-ica__items, .requisitos-ica__titulo {
        text-align: left;
    }
}

.requisitos-ica__items li {
    margin-bottom: 5px;
}

.sala-prensa {
    position: relative;
    min-height: 400px;
}

@media only screen and (min-width:769px) {
    .sala-prensa:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background: #4183d7;
    }
}

.sala-prensa__box {
    display: block;
}

@media only screen and (max-width:768px) {
    .sala-prensa__box {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.otras-noticias__item, .sala-prensa__item {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e0e6ec;
    border-radius: 5px;
    background: #fff;
    transition: all .2s ease;
}

.otras-noticias__item:hover, .sala-prensa__item:hover {
    border-color: rgba(23, 147, 222, .7);
}

.otras-noticias__item:hover:nth-child(odd):before,
.sala-prensa__item:hover:nth-child(odd):before {
    background: url(../images/triangulo-noticia-hover.svg) no-repeat;
}

.otras-noticias__item:hover:nth-child(2n+2):before,
.sala-prensa__item:hover:nth-child(2n+2):before {
    background: url(../images/triangulo-noticia2-hover.svg) no-repeat;
}

.otras-noticias__item:hover .sala-prensa__img img,
.sala-prensa__item:hover .sala-prensa__img img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (min-width:769px) {
    .otras-noticias__item, .sala-prensa__item {
        width: calc(50% - 23px);
    }

    .otras-noticias__item:before, .sala-prensa__item:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        top: 6px;
        transition: all .2s ease;
    }

    .otras-noticias__item:after, .sala-prensa__item:after {
        position: absolute;
        content: "";
        width: 22px;
        height: 22px;
        top: 6px;
        border: 5px solid #f5f8f8;
        border-radius: 50%;
        background: #4183d7;
    }
}

.otras-noticias__item:nth-child(odd), .sala-prensa__item:nth-child(odd) {
    float: left;
    clear: left;
}

.otras-noticias__item:nth-child(odd):before,
.sala-prensa__item:nth-child(odd):before {
    right: -9px;
    background: url(../images/triangulo-noticia.svg) no-repeat;
}

.otras-noticias__item:nth-child(odd):after,
.sala-prensa__item:nth-child(odd):after {
    right: -35px;
}

.otras-noticias__item:nth-child(2n+2), .sala-prensa__item:nth-child(2n+2) {
    float: right;
}

@media only screen and (min-width:769px) {
    .otras-noticias__item:nth-child(2n+2), .sala-prensa__item:nth-child(2n+2) {
        margin-top: 40px;
    }
}

.otras-noticias__item:nth-child(2n+2):before,
.sala-prensa__item:nth-child(2n+2):before {
    left: -9px;
    background: url(../images/triangulo-noticia2.svg) no-repeat;
}

.otras-noticias__item:nth-child(2n+2):after,
.sala-prensa__item:nth-child(2n+2):after {
    left: -35px;
}

.sala-prensa__box-detalle {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e0e6ec;
    border-radius: 5px;
    background: #fff;
}

@media only screen and (max-width:768px) {
    .sala-prensa__box-detalle .block-columnas,
    .sala-prensa__box-detalle .block-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.sala-prensa__titulo, .sala-prensa__titulo--detalle {
    margin-bottom: 5px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: #484e53;
}

.sala-prensa__titulo--detalle {
    font-size: 2.6rem;
}

.sala-prensa__fecha {
    margin-bottom: 18px;
    font-family: "Titillium Semibold", sans-serif;
    color: #4183d7;
}

.sala-prensa__fecha:before {
    margin-right: 5px;
    font-size: 1.4rem;
}

.sala-prensa__img {
    margin-bottom: 18px;
    overflow: hidden;
}

.sala-prensa__img img {
    display: block;
    transition: all .3s ease;
}

.sala-prensa__p {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #7a858e;
}

@media only screen and (min-width:1200px) {
    .sala-prensa__detalle {
        max-width: 940px;
    }
}

@media only screen and (max-width:768px) {
    .sala-prensa__detalle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.otras-noticias {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-section {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.2rem;
    color: #4183d7;
}

.otras-noticias__item {
    width: 100%;
    position: static;
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #e0e6ec;
    border-radius: 5px;
    background: #fff;
    transition: all .2s ease;
}

@media only screen and (min-width:769px) {
    .otras-noticias__item {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

@media only screen and (max-width:768px) {
    .otras-noticias__item {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:481px) {
    .otras-noticias__item .sala-prensa__img {
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }
}

.otras-noticias__item:after, .otras-noticias__item:before {
    display: none;
}

.otras-noticias__item:nth-child(2n+2) {
    float: none;
    margin-top: auto;
}

.noticias__paginador {
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
    z-index: 200;
}

.noticias__paginador [class*=btn] {
    margin: 5px 15px;
}

.noticias__count {
    margin-bottom: 10px;
}

.noticias__total {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #e0e6ec;
    border-radius: 5px;
    background: #fff;
    font-weight: 500;
}

.calendar-page__helptext {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.6rem;
}

@media only screen and (max-width:768px) {
    .calendar-page__helptext {
        margin-bottom: 10px;
    }
}

.calendar-page__date-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
    margin-bottom: 22px;
    font-family: "Titillium Semibold", sans-serif;
    text-transform: capitalize;
    font-size: 2.5rem;
    color: #e74853;
}

.calendar-page__date-active:before {
    margin-right: 8px;
}

.calendar-page__item {
    padding: 20px;
    border-top: 1px solid #e6e8e8;
    border-left: 1px solid #e6e8e8;
    border-right: 1px solid #e6e8e8;
}

@media only screen and (min-width:481px) {
    .calendar-page__item {
        display: -ms-flexbox;
        display: flex;
    }
}

.calendar-page__item:first-child {
    border-radius: 5px 5px 0 0;
}

.calendar-page__item:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #e6e8e8;
}

.calendar-page__item:nth-child(2n) {
    background: #f8fafa;
}

.contacto__mapa {
    width: 100%;
    height: 545px;
}

@media only screen and (max-width:768px) {
    .contacto__mapa {
        height: 400px;
    }
}

@media only screen and (max-width:480px) {
    .contacto__mapa {
        height: 250px;
    }
}

.contacto__datos-contacto {
    width: 100%;
    padding: 50px 20px;
    border-bottom: 2px solid #00b16a;
}

@media only screen and (min-width:600px) {
    .contacto__datos-contacto {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width:991px) {
    .contacto__datos-contacto {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.dato-contacto__item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
}

@media only screen and (max-width:600px) {
    .dato-contacto__item {
        margin-bottom: 25px;
    }

    .dato-contacto__item:last-child {
        margin-bottom: 0;
    }
}

.dato-contacto__item [class*=icon] {
    padding-top: 5px;
    margin-right: 12px;
    font-size: 2.5rem;
    color: #00b16a;
}

.dato-contacto__item .dato-tipo {
    font-family: "Titillium Semibold", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    color: #00b16a;
    letter-spacing: -.5px;
}

.dato-contacto__item .dato-valor {
    font-size: 1.8rem;
    color: #414549;
}

.contacto-p-blanco {
    color: #7a858e;
    font-size: 1.7rem;
}

@media only screen and (min-width:992px) {
    .contacto-p-blanco {
        color: #fff;
    }
}

@media only screen and (max-width:991px) {
    .form-contacto {
        padding-top: 20px;
    }
}

.formulario-contacto {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width:992px) {
    .formulario-contacto {
        background: url(../images/bg-form.svg) top repeat-y;
    }
}

@media only screen and (max-width:991px) {
    .formulario-contacto {
        padding: 40px 20px;
    }
}

.formulario-contacto .col-1 {
    width: 100%;
}

@media only screen and (min-width:992px) {
    .formulario-contacto .col-1 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        text-align: right;
    }
}

.formulario-contacto .col-1 .img-border {
    display: block;
    border-radius: 5px;
    border: 3px solid hsla(0, 0%, 100%, .3);
    overflow: hidden;
}

@media only screen and (max-width:991px) {
    .formulario-contacto .col-1 .img-border {
        max-width: 200px;
        border: none;
    }
}

.formulario-contacto .col-2 {
    width: 100%;
}

@media only screen and (min-width:992px) {
    .formulario-contacto .col-2 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
        padding-left: 70px;
    }
}

.contacto__h3 {
    margin-bottom: 20px;
    font-family: "Titillium Light", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    color: #00b16a;
}

@media only screen and (min-width:992px) {
    .contacto__h3 {
        color: #fff;
    }
}

@media only screen and (max-width:991px) {
    .hidden-max-xl {
        display: none !important;
    }
}

.formulario-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.formulario-social li {
    margin-left: 2px;
}

.formulario-social li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    font-size: 1.6rem;
    color: #fff;
    transition: all .3s ease;
}

.formulario-social li a:hover {
    background: rgba(19, 66, 49, .4);
}

.formulario-social li a span {
    display: none;
}

.login-miembro {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width:768px) {
    .login-miembro {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.login-miembro__form {
    max-width: 550px;
}

@media only screen and (max-width:601px) {
    .login-miembro__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.login-miembro__btns {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (min-width:481px) {
    .login-miembro__btns {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width:480px) {
    .login-miembro__btns {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .login-miembro__btns>:first-child {
        margin-bottom: 15px;
    }
}

.social-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}

.social-media li {
    margin: 0 2px;
}

.social-media li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    font-size: 1.6rem;
    color: #484e53;
    transition: all .3s ease;
}

.social-media li a:hover {
    background: #ebebeb;
}

.social-media li a span {
    display: none;
}

.menu-prin>ul {
    width: 100%;
}

.menu-prin>ul, .menu-prin>ul>li {
    display: -ms-flexbox;
    display: flex;
}

.menu-prin>ul>li {
    position: relative;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.menu-prin>ul>li:hover>a {
    background: rgba(0, 0, 0, .2);
}

.menu-prin>ul>li>a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 18px;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.7rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    transition: all .3s ease;

}

@media only screen and (min-width:1200px) {
    .menu-prin>ul>li>a .salto-linea span {
        display: block;
    }
}

@media only screen and (max-width:1199px) {
    .menu-prin>ul>li>a .salto-linea span {
        display: inline;
    }
}

.menu-prin>ul>li>a.active {
    background: #ffec00;
}

.menu-prin>ul>li>a .helpText {
    position: absolute;
    bottom: calc(100% - 7px);
    left: 50%;
    width: 200px;
    padding: 10px;
    margin-left: -100px;
    border-radius: 5px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .35);
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #484e53;
    text-shadow: none;
    opacity: 0;
    transition: all .3s ease;
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 30;
}

.menu-prin>ul>li>a .helpText.is-hover {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.menu-prin>ul>li>a .helpText:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3.5px;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.menu-prin>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    background: hsla(0, 0%, 100%, .9);
    z-index: -1;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .35);
}

.menu-prin>ul>li>ul li a {
    display: block;
    padding: 8px 18px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.6rem;
    color: #484e53;
    transition: all .3s ease;
}

.menu-prin>ul>li>ul li a:hover {
    background: rgba(72, 78, 83, .15);
}

.main-menuMmobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
}

@media only screen and (min-width:992px) {
    .main-menuMmobile {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .main-menuMmobile span {
        display: none;
    }
}

.main-menuMmobile:before {
    margin-right: 6px;
    font-size: 3rem;
    color: #484e53;
}

.menu-mobile, .menu-mobile--calendario {
    position: fixed;
    width: 80%;
    max-width: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e1e9ee;
    z-index: 200;
    -ms-transform: translateX(350px);
    transform: translateX(350px);
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.menu-mobile--calendario__content, .menu-mobile__content {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
}

.menu-mobile--calendario.is-visible, .menu-mobile.is-visible {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width:400px) {
    .menu-mobile, .menu-mobile--calendario {
        width: calc(100% - 50px);
    }
}

.menu-mobile--calendario__close, .menu-mobile__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -@width;
    border-radius: 0 0 0 5px;
    background: #0b75a6;
    font-size: 2.2rem;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.menu-mobile--calendario__close:before, .menu-mobile__close:before {
    transition: all .3s ease;
}

.menu-mobile--calendario__close:hover:before, .menu-mobile__close:hover:before {
    -ms-transform: scale(1.15) rotate(90deg);
    transform: scale(1.15) rotate(90deg);
}

.menu-mobile--calendario__title, .menu-mobile__title {
    height: 50px;
    padding-left: 20px;
    background: #0d89c3;
    line-height: 50px;
    font-size: 2.2rem;
    color: #fff;
}

.menu-mobile--calendario__buttons, .menu-mobile__buttons {
    padding: 15px 20px;
    background: #fff;
}

.menu-mobile--calendario__buttons a, .menu-mobile__buttons a {
    width: 100%;
    margin-bottom: 5px;
}

.menu-mobile--calendario__buttons a:last-child,
.menu-mobile__buttons a:last-child {
    margin-bottom: 0;
}

.menu-mobile--calendario .menu-mobile__menu-prin,
.menu-mobile .menu-mobile__menu-prin {
    width: 100%;
    border-bottom: 1px solid #cdd4d9;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}

@media only screen and (min-width:481px) {
    .menu-mobile--calendario .menu-mobile__menu-prin,
    .menu-mobile .menu-mobile__menu-prin {
        border-bottom: none;
    }
}

.menu-mobile--calendario .menu-mobile__menu-prin li:last-child,
.menu-mobile .menu-mobile__menu-prin li:last-child {
    margin-bottom: 0;
}

.menu-mobile--calendario .menu-mobile__menu-prin li a,
.menu-mobile .menu-mobile__menu-prin li a {
    display: block;
    padding: 8px 20px;
    font-family: "Titillium Semibold", sans-serif;
    color: #646c71;
    transition: all .3s ease;
}

.menu-mobile--calendario .menu-mobile__menu-prin li a.active,
.menu-mobile--calendario .menu-mobile__menu-prin li a:hover,
.menu-mobile .menu-mobile__menu-prin li a.active,
.menu-mobile .menu-mobile__menu-prin li a:hover {
    background: #cfd8de;
}

.menu-mobile--calendario .menu-mobile__menu-prin li a[class*=icon],
.menu-mobile .menu-mobile__menu-prin li a[class*=icon] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-mobile--calendario .menu-mobile__menu-prin li a[class*=icon]:before,
.menu-mobile .menu-mobile__menu-prin li a[class*=icon]:before {
    padding-top: 3px;
    margin-left: 15px;
    font-size: 1.4rem;
}

.menu-mobile--calendario .menu-mobile__menu-prin .submenu,
.menu-mobile .menu-mobile__menu-prin .submenu {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    background: #eff5f7;
}

.menu-mobile--calendario .menu-mobile__menu-prin .submenu li a,
.menu-mobile .menu-mobile__menu-prin .submenu li a {
    font-size: 1.5rem;
}

.menu-mobile--calendario .menu-mobile__social, .menu-mobile .menu-mobile__social {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 15px;
}

@media only screen and (min-width:769px) {
    .menu-mobile--calendario .menu-mobile__social,
    .menu-mobile .menu-mobile__social {
        display: none;
    }
}

.menu-mobile--calendario {
    max-width: 600px;
    background: #e9eff4;
    -ms-transform: translateX(650px);
    transform: translateX(650px);
}

.menu-mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 15, 22, .8);
    overflow: hidden;
    z-index: 100;
}

.selectCategorias {
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    border: 1px solid #bac4cc;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}

.selectCategorias.active .selectCategorias__nombre,
.selectCategorias:hover .selectCategorias__nombre {
    background: #ddd;
}

.selectCategorias.active .selectCategorias__activo,
.selectCategorias:hover .selectCategorias__activo {
    background: #f5f5f5;
}

@media only screen and (max-width:480px) {
    .selectCategorias {
        height: 36px;
        font-size: 15px;
    }
}

.selectCategorias__nombre {
    padding: 0 15px;
    background: #ebebeb;
    font-weight: 500;
}

.selectCategorias__activo, .selectCategorias__nombre {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    transition: all .3s ease;
}

.selectCategorias__activo {
    position: relative;
    padding: 0 10px 0 12px;
    background: #fff;
    font-weight: 400;
}

@media only screen and (max-width:480px) {
    .selectCategorias__activo {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.selectCategorias__activo:before {
    display: none;
}

.selectCategorias__activo:after {
    content: "\edc9";
    margin-left: 3px;
}

.selectCategorias__listado {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    padding: 5px 0;
    margin-top: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
}

.selectCategorias__listado li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 16px;
    font-size: 1.6rem;
    white-space: nowrap;
    color: $textColor;
}

.selectCategorias__listado li a:hover {
    background: #f4f4f4;
}

.btn, .btn--2, .btn--sty1, .btn--sty2, .btn--sty3, .btn--sty4, .btn--sty5,
.btn--sty6, .btn--sty6--iconRight, .btn--upload {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 5px;
    background: #1793de;
    font-family: "Titillium Semibold", sans-serif;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.btn--2:hover, .btn--sty1:hover, .btn--sty2:hover, .btn--sty3:hover,
.btn--sty4:hover, .btn--sty5:hover, .btn--sty6--iconRight:hover,
.btn--sty6:hover, .btn--upload:hover, .btn:hover {
    background: #484e53;
    color: #fff;
}

.btn--2[class*=icon]:before, .btn--sty1[class*=icon]:before,
.btn--sty2[class*=icon]:before, .btn--sty3[class*=icon]:before,
.btn--sty4[class*=icon]:before, .btn--sty5[class*=icon]:before,
.btn--sty6--iconRight[class*=icon]:before, .btn--sty6[class*=icon]:before,
.btn--upload[class*=icon]:before, .btn[class*=icon]:before {
    margin-right: 10px;
}

.btn--2 {
    font-family: "Titillium Semibold", sans-serif;
}

.btn--2, .btn--sty1 {
    text-transform: uppercase;
}

.btn--sty1 {
    background: #ff6c76;
    border: 1px solid #de2431;
}

.btn--sty1:hover {
    background: #de2431;
}

.btn--sty2 {
    background: transparent;
    border: 1px solid #bac4cc;
    text-transform: uppercase;
    color: #41474b;
}

.btn--sty2:hover {
    background: #eceff2;
    color: #41474b;
}

.btn--sty3 {
    background: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #41474b;
}

.btn--sty3:hover {
    background: #eceff2;
    border: 1px solid #bac4cc;
    color: #41474b;
}

.btn--sty4 {
    background: #fff89e;
    font-family: "Titillium Semibold", sans-serif;
    text-transform: uppercase;
    color: #004175;
}

.btn--sty4:hover {
    background: #ffba46;
    color: #fff;
}

.btn--sty5 {
    height: 50px;
    background: #00b16a;
    font-family: "Titillium Bold", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
}

.btn--sty5:hover {
    background: #007e4b;
    color: #fff;
}

.btn--sty6, .btn--sty6--iconRight {
    height: 46px;
    background: #4183d7;
    font-family: "Titillium Bold", sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
}

.btn--sty6--iconRight:hover, .btn--sty6:hover {
    background: #286abd;
    color: #fff;
}

.btn--sty6--iconRight {
    padding-left: 20px;
    padding-right: 15px;
}

.btn--sty6--iconRight:before {
    display: none;
}

.btn--sty6--iconRight:after {
    content: "\ede4";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    font-size: 1.8rem;
}

.btn-action-member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
}

.btn-action-member:hover .button {
    background: #de2431;
}

.btn-action-member:hover .text {
    background: #f0f2f3;
    border-color: #e0e4e7;
}

.btn-action-member .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 18px;
    border-radius: 5px 5px 0 0;
    background: #ff6c76;
    font-family: "Titillium Bold", sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    color: #fff;
    transition: all .3s ease;
}

.btn-action-member .text {
    width: 100%;
    padding: 15px 18px;
    border-radius: 5px;
    border: 2px solid #f0f2f3;
    background: #fff;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2rem;
    color: #586169;
    transition: all .3s ease;
}

.btn--upload {
    width: auto !important;
}

.btn--upload, .btn--upload input {
    height: 40px !important;
    cursor: pointer;
}

span.error {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.4rem;
    color: #e05a5a;
}

.notificacion, .notificacion--error, .notificacion--ok {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-family: "Titillium Semibold", sans-serif;
}

.notificacion--error [class*=icon], .notificacion--ok [class*=icon],
.notificacion [class*=icon] {
    margin-right: 7px;
}

.notificacion--ok {
    border: 1px solid #5dd281;
    background: #b7edc9;
    color: #257c59;
}

.notificacion--error {
    border: 1px solid #f6d167;
    background: #f9edb8;
    color: #c26011;
}

.loader-popup {
    display: none;
    z-index: 101;
}

.loader-popup, .loader__box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader__box [class*=icon] {
    width: 30px;
    height: 30px;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
}

.animate-spin {
    animation: a .8s infinite linear;
}

.calendar__header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
    margin-bottom: 30px;
    background-color: #ff606b;
    background-image: url(/images/calendario/img1.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.calendar__header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 96, 107, .9);
}

.calendar__header .arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid hsla(0, 0%, 100%, .3);
    font-size: 2rem;
    color: #fff;
    z-index: 10;
    transition: all .3s ease;
}

.calendar__header .arrow:hover {
    border-color: hsla(0, 0%, 100%, .7);
}

@media only screen and (min-width:481px) {
    .calendar__header .arrow {
        position: absolute;
        top: 50%;
        margin-top: -20px;
    }
}

@media only screen and (max-width:480px) {
    .calendar__header .arrow {
        margin: 0 5px;
    }
}

@media only screen and (min-width:481px) {
    .calendar__header .arrow-left {
        left: 25px;
    }
}

@media only screen and (min-width:481px) {
    .calendar__header .arrow-right {
        right: 25px;
    }
}

.calendar__title {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    text-transform: capitalize;
    font-size: 3.2rem;
    color: #fff;
    z-index: 2;
}

@media only screen and (max-width:480px) {
    .calendar__title {
        font-size: 2.8rem;
    }
}

.calendar__subtitle {
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.5rem;
    color: #fff;
    z-index: 2;
}

@media only screen and (max-width:480px) {
    .calendar__subtitle {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

.calendar__event {
    padding: 20px;
}

@media only screen and (min-width:481px) {
    .calendar__event {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.calendar__event:nth-child(2n) {
    background: hsla(0, 0%, 100%, .7);
}

.event__img {
    margin-right: 20px;
}

@media only screen and (max-width:480px) {
    .event__img {
        margin-bottom: 10px;
    }
}

.event__img img {
    max-width: 160px;
    border-radius: 5px;
}

.event__info {
    -ms-flex: 1;
    flex: 1;
}

.event__info .title {
    margin-bottom: 5px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2rem;
    color: #2f3336;
}

.event__info .inicio-fin {
    margin-bottom: 3px;
    font-size: 1.7rem;
}

.event__info .inicio-fin strong {
    font-family: "Titillium Semibold", sans-serif;
}

.event__info .inicio-fin .inicio {
    margin-right: 15px;
}

.event__info .place {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.event__info .place strong {
    font-family: "Titillium Semibold", sans-serif;
}

.event__info .description {
    font-size: 1.5rem;
}

.no-events {
    padding: 20px;
    text-align: center;
}

@keyframes a {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.block-form {
    width: 100%;
    margin-bottom: 25px;
}

.block-form:last-child {
    margin-bottom: 0;
}

.block-form__title {
    margin-bottom: 15px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    color: #444a4f;
}

.block-form__subtitle {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #4183d7;
    font-size: 1.9rem;
    font-weight: 400;
    color: #4183d7;
}

.block-form__box, .block-form__box--login {
    padding: 24px 24px 0;
    border-radius: 5px;
    border: 1px solid #e1e3e3;
    background: #fff;
}

.block-form__box--login {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
}

.block-form__row {
    width: 100%;
}

@media only screen and (min-width:600px) {
    .block-form__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width:600px) {
    .block-form__col-1-2 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

.campo {
    width: 100%;
    padding-bottom: 15px;
}

@media only screen and (min-width:600px) {
    .campo {
        padding-bottom: 24px;
    }
}

.campo label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.7rem;
}

.campo-icon {
    position: relative;
}

.campo-icon .campo-form {
    padding-right: 40px;
}

.campo-icon [class*=icon] {
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 2.5rem;
    color: #e74853;
}

.campo-descripcion {
    margin-bottom: 7px;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.4rem;
    color: #acb4ba;
}

.campo-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 15px;
}

.campo-horizontal .col-1, .campo-horizontal label {
    font-family: "Titillium Semibold", sans-serif;
    font-size: 1.7rem;
}

@media only screen and (min-width:601px) {
    .campo-horizontal .col-1, .campo-horizontal label {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        text-align: right;
    }
}

@media only screen and (max-width:600px) {
    .campo-horizontal .col-1, .campo-horizontal label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width:601px) {
    .campo-horizontal .col-2 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }
}

@media only screen and (max-width:600px) {
    .campo-horizontal .col-2 {
        width: 100%;
    }
}

.capcha {
    margin-bottom: 5px;
}

.campo-form, .campo-form--blanco, .campo-form--textarea, .campo-form-select,
.campo-form-select--blanco {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #dfe1e1;
    outline: 0;
    border-radius: 5px;
    background: #f5f7f7;
    font-size: 1.7rem;
    font-weight: 400;
    transition: all .3s ease;
}

.campo-form--blanco:hover, .campo-form--textarea:hover,
.campo-form-select--blanco:hover, .campo-form-select:hover, .campo-form:hover {
    background: #ecf0f0;
}

.campo-form--blanco:focus, .campo-form--textarea:focus,
.campo-form-select--blanco:focus, .campo-form-select:focus, .campo-form:focus {
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
    color: #7a858e;
}

.campo-form--textarea {
    height: 150px;
    padding: 13px;
}

.campo-form--blanco {
    height: 38px;
    background: #fff;
    font-size: 1.5rem;
}

.campo-form--blanco:hover {
    background: #fff;
    border-color: #c2c6c6;
}

.campo-form--blanco:focus {
    border: 1px solid RGB(240, 128, 128);
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label, .inputfile+span+label {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.inputfile+label span, .inputfile+span+label span {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px 0 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Titillium Regular", sans-serif;
    overflow: hidden;
}

.inputfile+label strong, .inputfile+span+label strong {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    background: #484e53;
    border-radius: 0 5px 5px 0;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.inputfile+label strong:hover, .inputfile+span+label strong:hover {
    background: #3c4145;
}

.content-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.campo-check {
    display: none;
}

.campo-check+label, .campo-check+span+label {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-family: "icomoon" !important;
    font-size: 2rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #adb8bf;
    cursor: pointer;
}

.campo-check+label+span, .campo-check+span+label+span {
    margin-right: 10px;
}

.campo-check+label:before, .campo-check+span+label:before {
    content: "\ee6f";
}

.campo-check+label:hover, .campo-check+span+label:hover {
    color: #828c94;
}

.campo-check:checked+label {
    color: #1793de;
}

.campo-check:checked+label:before {
    content: "\ee6e";
}

.campo-check:checked+label:hover:before {
    color: #1587cc;
}

.campo-form-select, .campo-form-select--blanco {
    position: relative;
    padding: 0;
}

.campo-form-select--blanco:before, .campo-form-select:before {
    content: "\edc1";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-size: 1.4rem;
    color: $textColor;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.campo-form-select--blanco select, .campo-form-select select {
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 0 35px 0 13px;
    outline: none;
    border: none;
    background: transparent;
}

.campo-form-select--blanco {
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .05);
    border-color: #d5d7d9;
    background: #fff;
    font-size: 1.6rem;
}

.is-hidden {
    display: none;
}

.block-text-center, .block-text-center--2, .block-text-center--3,
.block-text-center--4, .block-text-center--quienes-somos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 0;
}

@media only screen and (max-width:768px) {
    .block-text-center, .block-text-center--2, .block-text-center--3,
    .block-text-center--4, .block-text-center--quienes-somos {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:480px) {
    .block-text-center, .block-text-center--2, .block-text-center--3,
    .block-text-center--4, .block-text-center--quienes-somos {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.block-text-center--2 .g-col, .block-text-center--3 .g-col,
.block-text-center--4 .g-col, .block-text-center--quienes-somos .g-col,
.block-text-center .g-col {
    margin: 0 auto;
}

@media only screen and (min-width:992px) {
    .block-text-center--2 .g-col, .block-text-center--3 .g-col,
    .block-text-center--4 .g-col, .block-text-center--quienes-somos .g-col,
    .block-text-center .g-col {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }
}

.block-text-center--2 p, .block-text-center--3 p, .block-text-center--4 p,
.block-text-center--quienes-somos p, .block-text-center p {
    text-align: justify;
    font-size: 1.7rem;
    line-height: 2.6rem;
}

.block-text-center--2 strong, .block-text-center--3 strong,
.block-text-center--4 strong, .block-text-center--quienes-somos strong,
.block-text-center strong {
    font-family: "Titillium Semibold", sans-serif;
    font-weight: normal;
    color: #586169;
}

.block-text-center--quienes-somos {
    padding-top: 30px;
}

@media only screen and (max-width:768px) {
    .block-text-center--quienes-somos {
        padding-top: 50px;
    }
}

.block-text-center--2 p {
    text-align: center;
    font-size: 2rem;
    line-height: 3.2rem;
}

.block-text-center--3 {
    padding: 55px 0;
}

.block-text-center--3 p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
}

.block-text-center--4 {
    padding: 50px 0 30px;
}

@media only screen and (max-width:480px) {
    .block-text-center--4 {
        padding-top: 40px;
    }
}

.separator-book {
    position: relative;
    border-bottom: 2px solid #f0f2f3;
}

.separator-book:before {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
    color: #ffaf3f;
}

.block-2col-gray {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

@media only screen and (max-width:768px) {
    .block-2col-gray {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.block-2col-gray .bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((100% - 100vw) / 2);
}

@media only screen and (min-width:769px) {
    .block-2col-gray .bg {
        background: #f5f5f5 url(../images/bg-block-2col-gray.svg) 50% repeat-y;
        background-size: cover;
    }
}

@media only screen and (max-width:768px) {
    .block-2col-gray .bg {
        display: none;
    }
}

.block-2col-gray .g-container {
    position: relative;
    z-index: 100;
}

.block-2col-gray:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    margin-left: -20px;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    z-index: 10;
}

@media only screen and (max-width:768px) {
    .block-2col-gray:before {
        display: none;
    }
}

@media only screen and (min-width:769px) {
    .block-2col-gray .g-col {
        -ms-flex-preferred-size: calc(100% * .5 - 3.75rem);
        flex-basis: calc(100% * .5 - 3.75rem);
        max-width: calc(100% * .5 - 3.75rem);
    }
}

@media only screen and (max-width:768px) {
    .block-2col-gray .g-col {
        padding: 50px 20px;
    }

    .block-2col-gray .g-col:first-child {
        background: #f5f5f5;
    }

    .block-2col-gray .g-col:last-child {
        margin-bottom: 0;
    }
}

.block-2col-gray h2 {
    margin-bottom: 35px;
    color: #4183d7;
}

.block-2col-gray p {
    text-align: justify;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

@media only screen and (max-width:768px) {
    .block-numbers {
        padding-left: 15px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:480px) {
    .block-numbers {
        padding-left: 7px;
    }
}

.block-numbers .g-col {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
}

@media only screen and (min-width:992px) {
    .block-numbers .g-col {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }
}

.block-numbers .g-col:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 25px;
    background: #eaeff3;
    z-index: -1;
}

@media only screen and (max-width:480px) {
    .block-numbers .g-col:before {
        left: 20px;
    }
}

.block-numberItem {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.block-numberItem:last-child {
    margin-bottom: 0;
}

.block-numberItem .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #00b16a;
    font-family: "Titillium Semibold", sans-serif;
    font-size: 2.2rem;
    color: #fff;
}

@media only screen and (max-width:480px) {
    .block-numberItem .number {
        width: 40px;
        height: 40px;
        padding-bottom: 3px;
        font-size: 1.6rem;
    }
}

.block-numberItem__box {
    padding-top: 8px;
    -ms-flex: 1;
    flex: 1;
}

.block-numberItem__box p {
    font-size: 1.6rem;
    line-height: 24px;
}

@media only screen and (min-width:481px) {
    .block-numberItem__box p {
        font-size: 1.7rem;
        line-height: 25px;
    }
}

.block-numberItem__box ul {
    padding-top: 10px;
}

@media only screen and (min-width:481px) {
    .block-numberItem__box ul {
        padding-left: 10px;
    }
}

.block-numberItem__box ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.block-numberItem__box ul li:last-child {
    margin-bottom: 0;
}

.block-numberItem__box ul li:before {
    width: 20px;
    padding-top: 5px;
    margin-right: 8px;
    font-size: 1.8rem;
    color: #00b16a;
}

.block-numberItem__box ul li p {
    -ms-flex: 1;
    flex: 1;
}

.block-numberItem__title {
    margin-bottom: 15px;
    font-size: 2.5rem;
    color: #00b16a;
}

@media only screen and (max-width:480px) {
    .block-numberItem__title {
        font-size: 2.2rem;
    }
}

.block-divider {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.block-divider h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.9rem;
    color: #444a4f;
}

@media only screen and (min-width:769px) {
    .block-divider {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:768px) {
    .block-divider {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block-divider:last-child {
    margin-bottom: 0;
}

.block-divider .g-col {
    position: relative;
    padding-top: 25px;
    border-top: 3px solid #f0f2f3;
}

@media only screen and (min-width:769px) {
    .block-divider .g-col {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
        margin-right: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:768px) {
    .block-divider .g-col {
        margin-bottom: 40px;
    }

    .block-divider .g-col:last-child {
        margin-bottom: 0;
    }
}

.block-divider .g-col:last-child {
    margin-right: 0;
}

.block-divider .g-col:before {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    border-radius: 50%;
    background: #fff;
    font-size: 2rem;
    color: #ff6c76;
}

.block-divider p {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.block-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 65px 0;
}

@media only screen and (max-width:768px) {
    .block-center {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width:480px) {
    .block-center {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.block-center .g-col-8 {
    margin: 0 auto;
}

@media only screen and (min-width:992px) {
    .block-center .g-col-8 {
        -ms-flex-preferred-size: calc(100% * .75 - .75rem);
        flex-basis: calc(100% * .75 - .75rem);
        max-width: calc(100% * .75 - .75rem);
    }
}

@media only screen and (min-width:1200px) {
    .block-center .g-col-8 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }
}

.block-detail-member .g-col-1 {
    padding-top: 45px;
}

@media only screen and (min-width:992px) {
    .block-detail-member .g-col-1 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 4.333333333333334rem);
        flex-basis: calc(100% * .333333333333333 - 4.333333333333334rem);
        max-width: calc(100% * .333333333333333 - 4.333333333333334rem);
        padding-bottom: 50px;
        border-right: 2px solid #eaeff3;
    }
}

@media only screen and (max-width:768px) {
    .block-detail-member .g-col-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block-detail-member .g-col-2 {
    padding-top: 45px;
    padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
    .block-detail-member .g-col-2 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 2.166666666666667rem);
        flex-basis: calc(100% * .666666666666667 - 2.166666666666667rem);
        max-width: calc(100% * .666666666666667 - 2.166666666666667rem);
    }
}

@media only screen and (max-width:768px) {
    .block-detail-member .g-col-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block-detail-member .g-col-2 h1, .block-detail-member .g-col-2 h2,
.block-detail-member .g-col-2 h3, .block-detail-member .g-col-2 h4,
.block-detail-member .g-col-2 h5, .block-detail-member .g-col-2 h6 {
    margin-bottom: 15px;
    color: #484e53;
}

.block-detail-member .g-col-2 img {
    border-radius: 5px;
}

.block-detail-member .g-col-2 .block-p {
    margin-bottom: 32px;
}

.block-detail-member .g-col-2 .block-p p {
    text-align: justify;
    line-height: 2.3rem;
}

.block-detail-member .g-col-2 .block-p .row {
    margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
    .block-detail-member .g-col-2 .block-p .row [class*=g-col] {
        margin-bottom: 15px;
    }
}

.block-calendar {
    padding-top: 55px;
    padding-bottom: 55px;
    margin: 0 auto;
}

@media only screen and (min-width:769px) {
    .block-calendar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width:768px) {
    .block-calendar {
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width:1200px) {
    .block-calendar {
        max-width: 1037px;
    }
}

@media only screen and (min-width:769px) {
    .block-calendar .g-col1 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }
}

@media only screen and (max-width:768px) {
    .block-calendar .g-col1 {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:769px) {
    .block-calendar .g-col2 {
        -ms-flex-preferred-size: calc(100% * .666666666666667 - 1rem);
        flex-basis: calc(100% * .666666666666667 - 1rem);
        max-width: calc(100% * .666666666666667 - 1rem);
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: 400;
    color: #484e53;
}

p {
    line-height: 1.4;
}

p [class*=btn] {
    margin-right: 12px;
}

.justify {
    text-align: justify;
}

.img-iz {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (min-width:601px) {
    .img-iz {
        float: left;
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 10px;
    }
}

.img-der {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (min-width:601px) {
    .img-der {
        float: right;
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-bottom: 10px;
    }
}

.img-full {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.block-content, .block-content--center {
    margin-bottom: 30px;
}

.block-content--center:after, .block-content--center:before,
.block-content:after, .block-content:before {
    content: "";
    display: table;
}

.block-content--center:after, .block-content:after {
    clear: both;
}

@media only screen and (max-width:768px) {
    .block-content, .block-content--center {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block-content--center:last-child, .block-content:last-child {
    margin-bottom: 0;
}

.block-content--center>* {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.block-columnas {
    margin-bottom: 30px;
}

.block-columnas:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width:601px) {
    .block-columnas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width:768px) {
    .block-columnas {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width:601px) {
    .col-1-2 {
        -ms-flex-preferred-size: calc(100% * .5 - 1.5rem);
        flex-basis: calc(100% * .5 - 1.5rem);
        max-width: calc(100% * .5 - 1.5rem);
    }
}

@media only screen and (max-width:600px) {
    .col-1-2 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:601px) {
    .col-1-3 {
        -ms-flex-preferred-size: calc(100% * .333333333333333 - 2rem);
        flex-basis: calc(100% * .333333333333333 - 2rem);
        max-width: calc(100% * .333333333333333 - 2rem);
    }
}

@media only screen and (max-width:600px) {
    .col-1-3 {
        margin-bottom: 20px;
    }
}

.espacio {
    width: 100%;
    height: 50px;
}

.center {
    text-align: center;
}

.media-content, .media-content--radius {
    margin-bottom: 20px;
}

.media-content--radius img, .media-content img {
    display: block;
}

.media-content--radius img {
    max-width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.separador-cms {
    width: 100%;
    height: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e6ec;
}

.titulo-notifica {
    color: #fff;
}

.area-cms {
    width: 100%;
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
}

.royalSlider>* {
    float: left;
}

.rsWebkit3d .rsABlock, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer, .rsWebkit3d .rsLink, .rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader, .rsWebkit3d .rsSlide, .rsWebkit3d .rsThumbs,
.rsWebkit3d img {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsContainer, .rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
    -webkit-transform: none;
}

.rsOverflow {
    float: left;
}

.rsOverflow, .rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    left: 0;
    top: 0;
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow, .rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    transition: opacity .3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .3s, opacity .3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs, .rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer .rsVideoObj, .rsVideoContainer embed, .rsVideoContainer iframe,
.rsVideoContainer video {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rsVideoContainer.rsIOSVideo embed, .rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsThumbs,
.rsMinW .rsVideoFrameHolder {
    color: #fff;
}

.rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px;
}

.rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px;
}

.rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../images/rs-minimal-white.png) transparent;
    border-radius: 2px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    *display: none;
}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

.rsMinW .rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px 15px 6px;
}

.rsMinW .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    background: hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #fff;
}

.rsMinW .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsMinW .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsMinW .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsMinW .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsMinW .rsThumb.rsNavSelected {
    background: #333;
}

.rsMinW .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: .7;
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    border: 2px solid hsla(0, 0%, 100%, .9);
    -webkit-backface-visibility: hidden;
}

.rsMinW .rsTmb {
    display: block;
}

.rsMinW .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url(../images/rs-minimal-white.png);
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsMinW .rsThumbsArrowDisabled {
    display: none !important;
}

@media screen and (min-width:0px) and (max-width:800px) {
    .rsMinW .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsMinW .rsThumbsHor {
        height: 44px;
    }

    .rsMinW .rsThumbsVer {
        width: 59px;
    }
}

.rsMinW .rsTabs {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsMinW .rsTab, .rsMinW .rsTabs {
    height: auto;
    text-align: center;
}

.rsMinW .rsTab {
    display: inline-block;
    cursor: pointer;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    *display: inline;
    *zoom: 1;
}

.rsMinW .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rsMinW .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}

.rsMinW .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
}

.rsMinW .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: inset 0 1px 9px hsla(0, 0%, 40%, .65);
    background: #acacac;
}

.rsMinW .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsMinW .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/rs-minimal-white.png) 0 0 transparent;
}

.rsMinW .rsFullscreenIcn:hover {
    opacity: .8;
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}

.rsMinW .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsMinW .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px;
    transition: .3s;
    background: url(../images/rs-minimal-white.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000;
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9);
}

.rsMinW .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}

.rsMinW .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsMinW .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/rs-minimal-white.png) -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000;
}

.rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9);
}

.rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../images/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}

.rsMinW2, .rsMinW2 .rsOverflow, .rsMinW2 .rsSlide, .rsMinW2 .rsThumbs,
.rsMinW2 .rsVideoFrameHolder {
    color: #fff;
}

.rsMinW2 .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW2 .rsArrowLeft {
    right: 37px;
    bottom: 7px;
}

.rsMinW2 .rsArrowRight {
    right: 7px;
    bottom: 7px;
}

.rsMinW2 .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../images/rs-minimal-white.png) transparent;
    border-radius: 2px;
}

.rsMinW2.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
}

.rsMinW2.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
}

.rsMinW2.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
}

.rsMinW2.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
}

.rsMinW2 .rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    *display: none;
}

.rsMinW2 .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 73px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

.rsMinW2 .rsBullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px;
}

.rsMinW2 .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    background: hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.rsMinW2 .rsBullet.rsNavSelected span {
    background: #fff;
}

.rsMinW2 .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsMinW2 .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsMinW2.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsMinW2.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsMinW2 .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsMinW2 .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsMinW2 .rsThumb.rsNavSelected {
    background: #333;
}

.rsMinW2 .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: .7;
}

.rsMinW2 .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    border: 2px solid hsla(0, 0%, 100%, .9);
    -webkit-backface-visibility: hidden;
}

.rsMinW2 .rsTmb {
    display: block;
}

.rsMinW2 .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsMinW2.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsMinW2.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsMinW2.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsMinW2.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsMinW2.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsMinW2 .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url(../images/rs-minimal-white.png);
}

.rsMinW2.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsMinW2.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsMinW2.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsMinW2.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsMinW2 .rsThumbsArrowDisabled {
    display: none !important;
}

@media screen and (min-width:0px) and (max-width:800px) {
    .rsMinW2 .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsMinW2 .rsThumbsHor {
        height: 44px;
    }

    .rsMinW2 .rsThumbsVer {
        width: 59px;
    }
}

.rsMinW2 .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsMinW2 .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    *display: inline;
    *zoom: 1;
}

.rsMinW2 .rsTab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rsMinW2 .rsTab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}

.rsMinW2 .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
}

.rsMinW2 .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: inset 0 1px 9px hsla(0, 0%, 40%, .65);
    background: #acacac;
}

.rsMinW2 .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsMinW2 .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/rs-minimal-white.png) 0 0 transparent;
}

.rsMinW2 .rsFullscreenIcn:hover {
    opacity: .8;
}

.rsMinW2.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}

.rsMinW2 .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsMinW2 .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    border-radius: 4px;
    transition: .3s;
    background: url(../images/rs-minimal-white.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000;
}

.rsMinW2 .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, .9);
}

.rsMinW2 .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
}

.rsMinW2 .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.rsMinW2 .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsMinW2 .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/rs-minimal-white.png) -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    *background-color: #000;
}

.rsMinW2 .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, .9);
}

.rsMinW2 .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../images/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.rsMinW2 .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}

.jalendar-input {
    position: relative;
    width: 280px;
    display: inline-block;
}

.jalendar-input input {
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jalendar-input input.selected+.jalendar {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.jalendar-input .jalendar {
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 34px;
}

.jalendar {
    position: relative;
    width: 100%;
    margin: 10px auto;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
}

.jalendar .clear {
    clear: both;
}

.jalendar .left {
    float: left;
}

.jalendar .added-event {
    display: none;
}

.jalendar .jalendar-container {
    display: inline-block;
    width: 100%;
}

.jalendar .jalendar-container .jalendar-pages {
    position: relative;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #207cd1;
    background: -o-linear-gradient(top, #207cd1, #33c1ea);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 1s cubic-bezier(.45, .24, .36, 1.31);
}

.jalendar .jalendar-container .jalendar-pages>.header {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: transparent !important;
}

.jalendar .jalendar-container .jalendar-pages>.header h1 {
    margin: 10px 0 30px;
    padding: 0;
    display: inline-block;
    font: 700 16px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(0, 0, 0, .05);
}

.jalendar .jalendar-container .jalendar-pages>.header h2 {
    display: inline-block;
    width: 14%;
    padding: 0;
    text-indent: 1px;
    text-align: center;
    margin: 0;
    font: 700 10px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    color: hsla(0, 0%, 100%, .5);
    text-transform: uppercase;
}

.jalendar .jalendar-container .jalendar-pages>.header .day-names {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.jalendar .jalendar-container .jalendar-pages>.header .nxt-m,
.jalendar .jalendar-container .jalendar-pages>.header .prv-m {
    text-decoration: none;
    position: absolute;
    display: inline-block;
    top: 4px;
    cursor: pointer;
    color: #fff;
}

.jalendar .jalendar-container .jalendar-pages>.header .nxt-m i,
.jalendar .jalendar-container .jalendar-pages>.header .prv-m i {
    font-size: 25px;
}

.jalendar .jalendar-container .jalendar-pages>.header .prv-m {
    left: 10px;
}

.jalendar .jalendar-container .jalendar-pages>.header .nxt-m {
    right: 10px;
}

.jalendar .jalendar-container .jalendar-pages .total-bar {
    position: absolute;
    right: -15px;
    top: -9px;
    border-radius: 20px;
    width: 15px;
    height: 14px;
    z-index: 99;
    display: inline-block;
    padding: 1px 0 0;
    text-align: center;
    color: #fff;
    background-color: #e25757;
    font: 400 9px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
    text-shadow: none;
}

.jalendar .jalendar-container .jalendar-pages .days {
    margin: 10px 0 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.jalendar .jalendar-container .jalendar-pages .days .day {
    display: inline-block;
    width: 14.2%;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    float: left;
    color: rgba(0, 0, 0, .2);
    font: 700 13px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.disable-selecting {
    cursor: not-allowed !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.disable-selecting span {
    opacity: .7 !important;
    cursor: not-allowed !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span {
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    opacity: 1;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month span:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #333 !important;
}

.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span {
    background-color: #fff;
    color: #333;
}

.jalendar .jalendar-container .jalendar-pages .days .day span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 3px 0 0;
    padding: 6px 0 0;
    display: inline-block;
    position: relative;
    opacity: .7;
}

.jalendar .jalendar-container .jalendar-pages .days .day span a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: rgba(0, 0, 0, .6);
}

.jalendar .jalendar-container .jalendar-pages .days .day span a:hover {
    color: rgba(0, 0, 0, .9);
}

.jalendar .jalendar-container .jalendar-pages .days .day.today span {
    color: hsla(0, 0%, 100%, .8);
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50px;
}

.jalendar .jalendar-container .jalendar-pages .days .day.today span a {
    color: hsla(0, 0%, 100%, .8);
}

.jalendar .jalendar-container .jalendar-pages .days .day.have-event span:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 8px;
    background-color: #e25757;
    position: absolute;
    right: 1px;
    top: 5px;
}

.jalendar .jalendar-container .jalendar-pages .days .day>.event-single {
    display: none;
}

.jalendar .jalendar-container .jalendar-pages .days .day.first-range {
    border-radius: 6px 0 0 6px;
    background-color: rgba(0, 0, 0, .3);
    position: relative;
}

.jalendar .jalendar-container .jalendar-pages .days .day.first-range:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid rgba(0, 0, 0, .4);
}

.jalendar .jalendar-container .jalendar-pages .days .day.range {
    background-color: rgba(0, 0, 0, .1);
}

.jalendar .jalendar-container .jalendar-pages .days .day.last-range {
    border-radius: 0 6px 6px 0;
    background-color: rgba(0, 0, 0, .3);
}

.jalendar .jalendar-container .jalendar-pages .days .day.last-range:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right: 5px solid rgba(0, 0, 0, .4);
}

.jalendar .jalendar-container .jalendar-pages .days .day.first-range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.last-range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.range span:hover {
    background-color: transparent;
}

.jalendar .jalendar-container .jalendar-pages .add-event {
    height: 0;
    overflow: hidden;
    margin: 0 -20px;
    text-align: left;
    transition: all .3s cubic-bezier(.45, .24, .36, 1.31);
}

.jalendar .jalendar-container .jalendar-pages .add-event.selected {
    margin-bottom: -20px;
}

.jalendar .jalendar-container .jalendar-pages .add-event.selected .close-button {
    display: block;
}

.jalendar .jalendar-container .jalendar-pages .add-event .close-button {
    cursor: pointer;
    margin: 15px 0 -20px;
    padding: 10px 0;
    font: 700 10px "Open Sans", "Helvetica Neue", Arial;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    border-radius: 0 0 3px 3px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: none;
}

.jalendar .jalendar-container .jalendar-pages .add-event .close-button:hover {
    background-color: rgba(0, 0, 0, .2);
}

.jalendar .jalendar-container .jalendar-pages .add-event .events {
    position: relative;
    margin: 10px 0 0;
    padding: 0 20px;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events h3 {
    font: 700 11px "Open Sans", "Helvetica Neue", Arial;
    color: hsla(0, 0%, 100%, .7);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single {
    margin: 14px 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 14px;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child {
    padding-bottom: 0;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child:before {
    display: none;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a {
    padding: 0;
    font: 400 12px "Open Sans", "Helvetica Neue", Arial;
    margin: 0;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    text-decoration: none;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 12px;
}

.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a a {
    color: #333;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #e74853;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #e74853, 0 0 5px #e74853;
    opacity: 1;
    -ms-transform: rotate(3deg) translateY(-4px);
    transform: rotate(3deg) translateY(-4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #e74853;
    border-left-color: #e74853;
    border-radius: 10px;
    animation: b .4s linear infinite;
}

@keyframes b {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.uploadifive-buttonXX {
    background-color: #505050;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: 2px solid gray;
    color: #fff;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    text-transform: uppercase;
    width: 100%;
}

.uploadifive-buttonXX:hover {
    background-color: #606060;
    background-position: bottom;
}

.uploadifive-queue-item {
    background-color: #f5f5f5;
    border-bottom: 1px dotted #d5d5d5;
    border-radius: 5px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}

.uploadifive-queue-item .close {
    background: url(../images/uploadifive-cancel.png) 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    border: 1px solid #1d2127;
    height: 6px;
    margin-top: 5px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #00a7de;
    height: 6px;
    width: 0;
}

@font-face {
    font-family: "icomoon";
    src: url(../fonts/icons/icomoon/icomoon.eot?7jq8fm);
    src: url(../fonts/icons/icomoon/icomoon.eot?7jq8fm#iefix) format("embedded-opentype"),
         url(../fonts/icons/icomoon/icomoon.woff2?7jq8fm) format("woff2"),
         url(../fonts/icons/icomoon/icomoon.ttf?7jq8fm) format("truetype"),
         url(../fonts/icons/icomoon/icomoon.woff?7jq8fm) format("woff"),
         url(../fonts/icons/icomoon/icomoon.svg?7jq8fm#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class*=" icon-"]:after, [class*=" icon-"]:before, [class^=icon-]:after,
[class^=icon-]:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.icon-home2:before {
    content: "\e901";
}

.icon-home3:before {
    content: "\e902";
}

.icon-home4:before {
    content: "\e903";
}

.icon-home5:before {
    content: "\e904";
}

.icon-home6:before {
    content: "\e905";
}

.icon-home7:before {
    content: "\e906";
}

.icon-home8:before {
    content: "\e907";
}

.icon-home9:before {
    content: "\e908";
}

.icon-office:before {
    content: "\e909";
}

.icon-city:before {
    content: "\e90a";
}

.icon-newspaper:before {
    content: "\e90b";
}

.icon-magazine:before {
    content: "\e90c";
}

.icon-design:before {
    content: "\e90d";
}

.icon-pencil:before {
    content: "\e90e";
}

.icon-pencil2:before {
    content: "\e90f";
}

.icon-pencil3:before {
    content: "\e910";
}

.icon-pencil4:before {
    content: "\e911";
}

.icon-pencil5:before {
    content: "\e912";
}

.icon-pencil6:before {
    content: "\e913";
}

.icon-pencil7:before {
    content: "\e914";
}

.icon-eraser:before {
    content: "\e915";
}

.icon-eraser2:before {
    content: "\e916";
}

.icon-eraser3:before {
    content: "\e917";
}

.icon-quill:before {
    content: "\e918";
}

.icon-quill2:before {
    content: "\e919";
}

.icon-quill3:before {
    content: "\e91a";
}

.icon-quill4:before {
    content: "\e91b";
}

.icon-pen:before {
    content: "\e91c";
}

.icon-pen-plus:before {
    content: "\e91d";
}

.icon-pen-minus:before {
    content: "\e91e";
}

.icon-pen2:before {
    content: "\e91f";
}

.icon-pen3:before {
    content: "\e920";
}

.icon-pen4:before {
    content: "\e921";
}

.icon-pen5:before {
    content: "\e922";
}

.icon-marker:before {
    content: "\e923";
}

.icon-marker2:before {
    content: "\e924";
}

.icon-blog:before {
    content: "\e925";
}

.icon-blog2:before {
    content: "\e926";
}

.icon-pen6:before {
    content: "\e927";
}

.icon-brush:before {
    content: "\e928";
}

.icon-spray:before {
    content: "\e929";
}

.icon-palette:before {
    content: "\e92a";
}

.icon-palette2:before {
    content: "\e92b";
}

.icon-color-sampler:before {
    content: "\e92c";
}

.icon-toggle:before {
    content: "\e92d";
}

.icon-bucket:before {
    content: "\e92e";
}

.icon-bucket2:before {
    content: "\e92f";
}

.icon-gradient:before {
    content: "\e930";
}

.icon-eyedropper:before {
    content: "\e931";
}

.icon-eyedropper2:before {
    content: "\e932";
}

.icon-eyedropper3:before {
    content: "\e933";
}

.icon-droplet:before {
    content: "\e934";
}

.icon-droplet2:before {
    content: "\e935";
}

.icon-droplet-contrast:before {
    content: "\e936";
}

.icon-color-clear:before {
    content: "\e937";
}

.icon-paint-format:before {
    content: "\e938";
}

.icon-stamp:before {
    content: "\e939";
}

.icon-images:before {
    content: "\e93a";
}

.icon-image:before {
    content: "\e93b";
}

.icon-image2:before {
    content: "\e93c";
}

.icon-image-compare:before {
    content: "\e93d";
}

.icon-images2:before {
    content: "\e93e";
}

.icon-image3:before {
    content: "\e93f";
}

.icon-images3:before {
    content: "\e940";
}

.icon-image4:before {
    content: "\e941";
}

.icon-image5:before {
    content: "\e942";
}

.icon-image6:before {
    content: "\e943";
}

.icon-camera:before {
    content: "\e944";
}

.icon-camera2:before {
    content: "\e945";
}

.icon-camera3:before {
    content: "\e946";
}

.icon-shutter:before {
    content: "\e947";
}

.icon-headphones:before {
    content: "\e948";
}

.icon-headset:before {
    content: "\e949";
}

.icon-music:before {
    content: "\e94a";
}

.icon-music2:before {
    content: "\e94b";
}

.icon-music3:before {
    content: "\e94c";
}

.icon-music4:before {
    content: "\e94d";
}

.icon-music5:before {
    content: "\e94e";
}

.icon-music6:before {
    content: "\e94f";
}

.icon-album:before {
    content: "\e950";
}

.icon-cassette:before {
    content: "\e951";
}

.icon-tape:before {
    content: "\e952";
}

.icon-piano:before {
    content: "\e953";
}

.icon-guitar:before {
    content: "\e954";
}

.icon-trumpet:before {
    content: "\e955";
}

.icon-speakers:before {
    content: "\e956";
}

.icon-play:before {
    content: "\e957";
}

.icon-play2:before {
    content: "\e958";
}

.icon-clapboard-play:before {
    content: "\e959";
}

.icon-clapboard:before {
    content: "\e95a";
}

.icon-media:before {
    content: "\e95b";
}

.icon-presentation:before {
    content: "\e95c";
}

.icon-movie:before {
    content: "\e95d";
}

.icon-film:before {
    content: "\e95e";
}

.icon-film2:before {
    content: "\e95f";
}

.icon-film3:before {
    content: "\e960";
}

.icon-film4:before {
    content: "\e961";
}

.icon-video-camera:before {
    content: "\e962";
}

.icon-video-camera2:before {
    content: "\e963";
}

.icon-video-camera-slash:before {
    content: "\e964";
}

.icon-video-camera3:before {
    content: "\e965";
}

.icon-video-camera4:before {
    content: "\e966";
}

.icon-video-camera-slash2:before {
    content: "\e967";
}

.icon-video-camera5:before {
    content: "\e968";
}

.icon-recording:before {
    content: "\e969";
}

.icon-dice:before {
    content: "\e96a";
}

.icon-gamepad:before {
    content: "\e96b";
}

.icon-gamepad2:before {
    content: "\e96c";
}

.icon-gamepad3:before {
    content: "\e96d";
}

.icon-pacman:before {
    content: "\e96e";
}

.icon-spades:before {
    content: "\e96f";
}

.icon-clubs:before {
    content: "\e970";
}

.icon-diamonds:before {
    content: "\e971";
}

.icon-chess-king:before {
    content: "\e972";
}

.icon-chess-queen:before {
    content: "\e973";
}

.icon-chess-rook:before {
    content: "\e974";
}

.icon-chess-bishop:before {
    content: "\e975";
}

.icon-chess-knight:before {
    content: "\e976";
}

.icon-chess-pawn:before {
    content: "\e977";
}

.icon-chess:before {
    content: "\e978";
}

.icon-bullhorn:before {
    content: "\e979";
}

.icon-megaphone:before {
    content: "\e97a";
}

.icon-new:before {
    content: "\e97b";
}

.icon-connection:before {
    content: "\e97c";
}

.icon-connection2:before {
    content: "\e97d";
}

.icon-connection3:before {
    content: "\e97e";
}

.icon-connection4:before {
    content: "\e97f";
}

.icon-podcast:before {
    content: "\e980";
}

.icon-station:before {
    content: "\e981";
}

.icon-station2:before {
    content: "\e982";
}

.icon-antenna:before {
    content: "\e983";
}

.icon-satellite-dish:before {
    content: "\e984";
}

.icon-satellite-dish2:before {
    content: "\e985";
}

.icon-feed:before {
    content: "\e986";
}

.icon-podcast2:before {
    content: "\e987";
}

.icon-antenna2:before {
    content: "\e988";
}

.icon-mic:before {
    content: "\e989";
}

.icon-mic-off:before {
    content: "\e98a";
}

.icon-mic2:before {
    content: "\e98b";
}

.icon-mic-off2:before {
    content: "\e98c";
}

.icon-mic3:before {
    content: "\e98d";
}

.icon-mic4:before {
    content: "\e98e";
}

.icon-mic5:before {
    content: "\e98f";
}

.icon-book:before {
    content: "\e990";
}

.icon-book2:before {
    content: "\e991";
}

.icon-book-play:before {
    content: "\e992";
}

.icon-book3:before {
    content: "\e993";
}

.icon-bookmark:before {
    content: "\e994";
}

.icon-books:before {
    content: "\e995";
}

.icon-archive:before {
    content: "\e996";
}

.icon-reading:before {
    content: "\e997";
}

.icon-library:before {
    content: "\e998";
}

.icon-library2:before {
    content: "\e999";
}

.icon-graduation:before {
    content: "\e99a";
}

.icon-file-text:before {
    content: "\e99b";
}

.icon-profile:before {
    content: "\e99c";
}

.icon-file-empty:before {
    content: "\e99d";
}

.icon-file-empty2:before {
    content: "\e99e";
}

.icon-files-empty:before {
    content: "\e99f";
}

.icon-files-empty2:before {
    content: "\e9a0";
}

.icon-file-plus:before {
    content: "\e9a1";
}

.icon-file-plus2:before {
    content: "\e9a2";
}

.icon-file-minus:before {
    content: "\e9a3";
}

.icon-file-minus2:before {
    content: "\e9a4";
}

.icon-file-download:before {
    content: "\e9a5";
}

.icon-file-download2:before {
    content: "\e9a6";
}

.icon-file-upload:before {
    content: "\e9a7";
}

.icon-file-upload2:before {
    content: "\e9a8";
}

.icon-file-check:before {
    content: "\e9a9";
}

.icon-file-check2:before {
    content: "\e9aa";
}

.icon-file-eye:before {
    content: "\e9ab";
}

.icon-file-eye2:before {
    content: "\e9ac";
}

.icon-file-text2:before {
    content: "\e9ad";
}

.icon-file-text3:before {
    content: "\e9ae";
}

.icon-file-picture:before {
    content: "\e9af";
}

.icon-file-picture2:before {
    content: "\e9b0";
}

.icon-file-music:before {
    content: "\e9b1";
}

.icon-file-music2:before {
    content: "\e9b2";
}

.icon-file-play:before {
    content: "\e9b3";
}

.icon-file-play2:before {
    content: "\e9b4";
}

.icon-file-video:before {
    content: "\e9b5";
}

.icon-file-video2:before {
    content: "\e9b6";
}

.icon-copy:before {
    content: "\e9b7";
}

.icon-copy2:before {
    content: "\e9b8";
}

.icon-file-zip:before {
    content: "\e9b9";
}

.icon-file-zip2:before {
    content: "\e9ba";
}

.icon-file-xml:before {
    content: "\e9bb";
}

.icon-file-xml2:before {
    content: "\e9bc";
}

.icon-file-css:before {
    content: "\e9bd";
}

.icon-file-css2:before {
    content: "\e9be";
}

.icon-file-presentation:before {
    content: "\e9bf";
}

.icon-file-presentation2:before {
    content: "\e9c0";
}

.icon-file-stats:before {
    content: "\e9c1";
}

.icon-file-stats2:before {
    content: "\e9c2";
}

.icon-file-locked:before {
    content: "\e9c3";
}

.icon-file-locked2:before {
    content: "\e9c4";
}

.icon-file-spreadsheet:before {
    content: "\e9c5";
}

.icon-file-spreadsheet2:before {
    content: "\e9c6";
}

.icon-copy3:before {
    content: "\e9c7";
}

.icon-copy4:before {
    content: "\e9c8";
}

.icon-paste:before {
    content: "\e9c9";
}

.icon-paste2:before {
    content: "\e9ca";
}

.icon-paste3:before {
    content: "\e9cb";
}

.icon-paste4:before {
    content: "\e9cc";
}

.icon-stack:before {
    content: "\e9cd";
}

.icon-stack2:before {
    content: "\e9ce";
}

.icon-stack3:before {
    content: "\e9cf";
}

.icon-folder:before {
    content: "\e9d0";
}

.icon-folder-search:before {
    content: "\e9d1";
}

.icon-folder-download:before {
    content: "\e9d2";
}

.icon-folder-upload:before {
    content: "\e9d3";
}

.icon-folder-plus:before {
    content: "\e9d4";
}

.icon-folder-plus2:before {
    content: "\e9d5";
}

.icon-folder-minus:before {
    content: "\e9d6";
}

.icon-folder-minus2:before {
    content: "\e9d7";
}

.icon-folder-check:before {
    content: "\e9d8";
}

.icon-folder-heart:before {
    content: "\e9d9";
}

.icon-folder-remove:before {
    content: "\e9da";
}

.icon-folder2:before {
    content: "\e9db";
}

.icon-folder-open:before {
    content: "\e9dc";
}

.icon-folder3:before {
    content: "\e9dd";
}

.icon-folder4:before {
    content: "\e9de";
}

.icon-folder-plus3:before {
    content: "\e9df";
}

.icon-folder-minus3:before {
    content: "\e9e0";
}

.icon-folder-plus4:before {
    content: "\e9e1";
}

.icon-folder-minus4:before {
    content: "\e9e2";
}

.icon-folder-download2:before {
    content: "\e9e3";
}

.icon-folder-upload2:before {
    content: "\e9e4";
}

.icon-folder-download3:before {
    content: "\e9e5";
}

.icon-folder-upload3:before {
    content: "\e9e6";
}

.icon-folder5:before {
    content: "\e9e7";
}

.icon-folder-open2:before {
    content: "\e9e8";
}

.icon-folder6:before {
    content: "\e9e9";
}

.icon-folder-open3:before {
    content: "\e9ea";
}

.icon-certificate:before {
    content: "\e9eb";
}

.icon-cc:before {
    content: "\e9ec";
}

.icon-price-tag:before {
    content: "\e9ed";
}

.icon-price-tag2:before {
    content: "\e9ee";
}

.icon-price-tags:before {
    content: "\e9ef";
}

.icon-price-tag3:before {
    content: "\e9f0";
}

.icon-price-tags2:before {
    content: "\e9f1";
}

.icon-price-tag4:before {
    content: "\e9f2";
}

.icon-price-tags3:before {
    content: "\e9f3";
}

.icon-price-tag5:before {
    content: "\e9f4";
}

.icon-price-tags4:before {
    content: "\e9f5";
}

.icon-barcode:before {
    content: "\e9f6";
}

.icon-barcode2:before {
    content: "\e9f7";
}

.icon-qrcode:before {
    content: "\e9f8";
}

.icon-ticket:before {
    content: "\e9f9";
}

.icon-ticket2:before {
    content: "\e9fa";
}

.icon-theater:before {
    content: "\e9fb";
}

.icon-store:before {
    content: "\e9fc";
}

.icon-store2:before {
    content: "\e9fd";
}

.icon-cart:before {
    content: "\e9fe";
}

.icon-cart2:before {
    content: "\e9ff";
}

.icon-cart3:before {
    content: "\ea00";
}

.icon-cart4:before {
    content: "\ea01";
}

.icon-cart5:before {
    content: "\ea02";
}

.icon-cart-add:before {
    content: "\ea03";
}

.icon-cart-add2:before {
    content: "\ea04";
}

.icon-cart-remove:before {
    content: "\ea05";
}

.icon-basket:before {
    content: "\ea06";
}

.icon-bag:before {
    content: "\ea07";
}

.icon-bag2:before {
    content: "\ea08";
}

.icon-percent:before {
    content: "\ea09";
}

.icon-coins:before {
    content: "\ea0a";
}

.icon-coin-dollar:before {
    content: "\ea0b";
}

.icon-coin-euro:before {
    content: "\ea0c";
}

.icon-coin-pound:before {
    content: "\ea0d";
}

.icon-coin-yen:before {
    content: "\ea0e";
}

.icon-piggy-bank:before {
    content: "\ea0f";
}

.icon-wallet:before {
    content: "\ea10";
}

.icon-cash:before {
    content: "\ea11";
}

.icon-cash2:before {
    content: "\ea12";
}

.icon-cash3:before {
    content: "\ea13";
}

.icon-cash4:before {
    content: "\ea14";
}

.icon-credit-card:before {
    content: "\ea15";
}

.icon-credit-card2:before {
    content: "\ea16";
}

.icon-calculator:before {
    content: "\ea17";
}

.icon-calculator2:before {
    content: "\ea18";
}

.icon-calculator3:before {
    content: "\ea19";
}

.icon-chip:before {
    content: "\ea1a";
}

.icon-lifebuoy:before {
    content: "\ea1b";
}

.icon-phone:before {
    content: "\ea1c";
}

.icon-phone2:before {
    content: "\ea1d";
}

.icon-phone-slash:before {
    content: "\ea1e";
}

.icon-phone-wave:before {
    content: "\ea1f";
}

.icon-phone-plus:before {
    content: "\ea20";
}

.icon-phone-minus:before {
    content: "\ea21";
}

.icon-phone-plus2:before {
    content: "\ea22";
}

.icon-phone-minus2:before {
    content: "\ea23";
}

.icon-phone-incoming:before {
    content: "\ea24";
}

.icon-phone-outgoing:before {
    content: "\ea25";
}

.icon-phone3:before {
    content: "\ea26";
}

.icon-phone-slash2:before {
    content: "\ea27";
}

.icon-phone-wave2:before {
    content: "\ea28";
}

.icon-phone-hang-up:before {
    content: "\ea29";
}

.icon-phone-hang-up2:before {
    content: "\ea2a";
}

.icon-address-book:before {
    content: "\ea2b";
}

.icon-address-book2:before {
    content: "\ea2c";
}

.icon-address-book3:before {
    content: "\ea2d";
}

.icon-notebook:before {
    content: "\ea2e";
}

.icon-at-sign:before {
    content: "\ea2f";
}

.icon-envelop:before {
    content: "\ea30";
}

.icon-envelop2:before {
    content: "\ea31";
}

.icon-envelop3:before {
    content: "\ea32";
}

.icon-envelop4:before {
    content: "\ea33";
}

.icon-envelop5:before {
    content: "\ea34";
}

.icon-mailbox:before {
    content: "\ea35";
}

.icon-pushpin:before {
    content: "\ea36";
}

.icon-pushpin2:before {
    content: "\ea37";
}

.icon-location:before {
    content: "\ea38";
}

.icon-location2:before {
    content: "\ea39";
}

.icon-location3:before {
    content: "\ea3a";
}

.icon-location4:before {
    content: "\ea3b";
}

.icon-location5:before {
    content: "\ea3c";
}

.icon-location6:before {
    content: "\ea3d";
}

.icon-location7:before {
    content: "\ea3e";
}

.icon-compass:before {
    content: "\ea3f";
}

.icon-compass2:before {
    content: "\ea40";
}

.icon-compass3:before {
    content: "\ea41";
}

.icon-compass4:before {
    content: "\ea42";
}

.icon-compass5:before {
    content: "\ea43";
}

.icon-compass6:before {
    content: "\ea44";
}

.icon-map:before {
    content: "\ea45";
}

.icon-map2:before {
    content: "\ea46";
}

.icon-map3:before {
    content: "\ea47";
}

.icon-map4:before {
    content: "\ea48";
}

.icon-map5:before {
    content: "\ea49";
}

.icon-direction:before {
    content: "\ea4a";
}

.icon-reset:before {
    content: "\ea4b";
}

.icon-history:before {
    content: "\ea4c";
}

.icon-clock:before {
    content: "\ea4d";
}

.icon-clock2:before {
    content: "\ea4e";
}

.icon-clock3:before {
    content: "\ea4f";
}

.icon-clock4:before {
    content: "\ea50";
}

.icon-watch:before {
    content: "\ea51";
}

.icon-watch2:before {
    content: "\ea52";
}

.icon-alarm:before {
    content: "\ea53";
}

.icon-alarm-add:before {
    content: "\ea54";
}

.icon-alarm-check:before {
    content: "\ea55";
}

.icon-alarm-cancel:before {
    content: "\ea56";
}

.icon-bell:before {
    content: "\ea57";
}

.icon-bell2:before {
    content: "\ea58";
}

.icon-bell3:before {
    content: "\ea59";
}

.icon-bell-plus:before {
    content: "\ea5a";
}

.icon-bell-minus:before {
    content: "\ea5b";
}

.icon-bell-check:before {
    content: "\ea5c";
}

.icon-bell-cross:before {
    content: "\ea5d";
}

.icon-stopwatch:before {
    content: "\ea5e";
}

.icon-calendar:before {
    content: "\ea5f";
}

.icon-calendar2:before {
    content: "\ea60";
}

.icon-calendar3:before {
    content: "\ea61";
}

.icon-calendar4:before {
    content: "\ea62";
}

.icon-calendar5:before {
    content: "\ea63";
}

.icon-calendar-empty:before {
    content: "\ea64";
}

.icon-calendar-day:before {
    content: "\ea65";
}

.icon-calendar-week:before {
    content: "\ea66";
}

.icon-printer:before {
    content: "\ea67";
}

.icon-printer2:before {
    content: "\ea68";
}

.icon-printer3:before {
    content: "\ea69";
}

.icon-printer4:before {
    content: "\ea6a";
}

.icon-shredder:before {
    content: "\ea6b";
}

.icon-mouse:before {
    content: "\ea6c";
}

.icon-mouse2:before {
    content: "\ea6d";
}

.icon-mouse-left:before {
    content: "\ea6e";
}

.icon-mouse-right:before {
    content: "\ea6f";
}

.icon-keyboard:before {
    content: "\ea70";
}

.icon-keyboard2:before {
    content: "\ea71";
}

.icon-typewriter:before {
    content: "\ea72";
}

.icon-display:before {
    content: "\ea73";
}

.icon-display2:before {
    content: "\ea74";
}

.icon-display3:before {
    content: "\ea75";
}

.icon-display4:before {
    content: "\ea76";
}

.icon-laptop:before {
    content: "\ea77";
}

.icon-mobile:before {
    content: "\ea78";
}

.icon-mobile2:before {
    content: "\ea79";
}

.icon-tablet:before {
    content: "\ea7a";
}

.icon-mobile3:before {
    content: "\ea7b";
}

.icon-tv:before {
    content: "\ea7c";
}

.icon-radio:before {
    content: "\ea7d";
}

.icon-cabinet:before {
    content: "\ea7e";
}

.icon-drawer:before {
    content: "\ea7f";
}

.icon-drawer2:before {
    content: "\ea80";
}

.icon-drawer-out:before {
    content: "\ea81";
}

.icon-drawer-in:before {
    content: "\ea82";
}

.icon-drawer3:before {
    content: "\ea83";
}

.icon-box:before {
    content: "\ea84";
}

.icon-box-add:before {
    content: "\ea85";
}

.icon-box-remove:before {
    content: "\ea86";
}

.icon-download:before {
    content: "\ea87";
}

.icon-upload:before {
    content: "\ea88";
}

.icon-floppy-disk:before {
    content: "\ea89";
}

.icon-floppy-disks:before {
    content: "\ea8a";
}

.icon-floppy-disks2:before {
    content: "\ea8b";
}

.icon-floppy-disk2:before {
    content: "\ea8c";
}

.icon-floppy-disk3:before {
    content: "\ea8d";
}

.icon-disk:before {
    content: "\ea8e";
}

.icon-disk2:before {
    content: "\ea8f";
}

.icon-usb-stick:before {
    content: "\ea90";
}

.icon-drive:before {
    content: "\ea91";
}

.icon-server:before {
    content: "\ea92";
}

.icon-database:before {
    content: "\ea93";
}

.icon-database2:before {
    content: "\ea94";
}

.icon-database3:before {
    content: "\ea95";
}

.icon-database4:before {
    content: "\ea96";
}

.icon-database-menu:before {
    content: "\ea97";
}

.icon-database-add:before {
    content: "\ea98";
}

.icon-database-remove:before {
    content: "\ea99";
}

.icon-database-insert:before {
    content: "\ea9a";
}

.icon-database-export:before {
    content: "\ea9b";
}

.icon-database-upload:before {
    content: "\ea9c";
}

.icon-database-refresh:before {
    content: "\ea9d";
}

.icon-database-diff:before {
    content: "\ea9e";
}

.icon-database-edit:before {
    content: "\ea9f";
}

.icon-database-edit2:before {
    content: "\eaa0";
}

.icon-database-check:before {
    content: "\eaa1";
}

.icon-database-arrow:before {
    content: "\eaa2";
}

.icon-database-time:before {
    content: "\eaa3";
}

.icon-database-time2:before {
    content: "\eaa4";
}

.icon-undo:before {
    content: "\eaa5";
}

.icon-redo:before {
    content: "\eaa6";
}

.icon-rotate-ccw:before {
    content: "\eaa7";
}

.icon-rotate-cw:before {
    content: "\eaa8";
}

.icon-rotate-ccw2:before {
    content: "\eaa9";
}

.icon-rotate-cw2:before {
    content: "\eaaa";
}

.icon-rotate-ccw3:before {
    content: "\eaab";
}

.icon-rotate-cw3:before {
    content: "\eaac";
}

.icon-flip-vertical:before {
    content: "\eaad";
}

.icon-flip-vertical2:before {
    content: "\eaae";
}

.icon-flip-horizontal:before {
    content: "\eaaf";
}

.icon-flip-horizontal2:before {
    content: "\eab0";
}

.icon-flip-vertical3:before {
    content: "\eab1";
}

.icon-flip-vertical4:before {
    content: "\eab2";
}

.icon-angle:before {
    content: "\eab3";
}

.icon-shear:before {
    content: "\eab4";
}

.icon-unite:before {
    content: "\eab5";
}

.icon-subtract:before {
    content: "\eab6";
}

.icon-interset:before {
    content: "\eab7";
}

.icon-exclude:before {
    content: "\eab8";
}

.icon-align-left:before {
    content: "\eab9";
}

.icon-align-center-horizontal:before {
    content: "\eaba";
}

.icon-align-right:before {
    content: "\eabb";
}

.icon-align-top:before {
    content: "\eabc";
}

.icon-align-center-vertical:before {
    content: "\eabd";
}

.icon-align-bottom:before {
    content: "\eabe";
}

.icon-undo2:before {
    content: "\eabf";
}

.icon-redo2:before {
    content: "\eac0";
}

.icon-forward:before {
    content: "\eac1";
}

.icon-reply:before {
    content: "\eac2";
}

.icon-reply-all:before {
    content: "\eac3";
}

.icon-bubble:before {
    content: "\eac4";
}

.icon-bubbles:before {
    content: "\eac5";
}

.icon-bubbles2:before {
    content: "\eac6";
}

.icon-bubble2:before {
    content: "\eac7";
}

.icon-bubbles3:before {
    content: "\eac8";
}

.icon-bubbles4:before {
    content: "\eac9";
}

.icon-bubble-notification:before {
    content: "\eaca";
}

.icon-bubbles5:before {
    content: "\eacb";
}

.icon-bubbles6:before {
    content: "\eacc";
}

.icon-bubble3:before {
    content: "\eacd";
}

.icon-bubble-dots:before {
    content: "\eace";
}

.icon-bubble-lines:before {
    content: "\eacf";
}

.icon-bubble4:before {
    content: "\ead0";
}

.icon-bubble-dots2:before {
    content: "\ead1";
}

.icon-bubble-lines2:before {
    content: "\ead2";
}

.icon-bubble5:before {
    content: "\ead3";
}

.icon-bubble6:before {
    content: "\ead4";
}

.icon-bubbles7:before {
    content: "\ead5";
}

.icon-bubble7:before {
    content: "\ead6";
}

.icon-bubbles8:before {
    content: "\ead7";
}

.icon-bubble8:before {
    content: "\ead8";
}

.icon-bubble-dots3:before {
    content: "\ead9";
}

.icon-bubble-lines3:before {
    content: "\eada";
}

.icon-bubble9:before {
    content: "\eadb";
}

.icon-bubble-dots4:before {
    content: "\eadc";
}

.icon-bubble-lines4:before {
    content: "\eadd";
}

.icon-bubbles9:before {
    content: "\eade";
}

.icon-bubbles10:before {
    content: "\eadf";
}

.icon-bubble-blocked:before {
    content: "\eae0";
}

.icon-bubble-quote:before {
    content: "\eae1";
}

.icon-bubble-user:before {
    content: "\eae2";
}

.icon-bubble-smiley:before {
    content: "\eae3";
}

.icon-bubble-check:before {
    content: "\eae4";
}

.icon-bubble-video:before {
    content: "\eae5";
}

.icon-bubble-link:before {
    content: "\eae6";
}

.icon-bubble-lock:before {
    content: "\eae7";
}

.icon-bubble-star:before {
    content: "\eae8";
}

.icon-bubble-heart:before {
    content: "\eae9";
}

.icon-bubble-paperclip:before {
    content: "\eaea";
}

.icon-bubble-cancel:before {
    content: "\eaeb";
}

.icon-bubble-plus:before {
    content: "\eaec";
}

.icon-bubble-minus:before {
    content: "\eaed";
}

.icon-bubble-notification2:before {
    content: "\eaee";
}

.icon-bubble-left:before {
    content: "\eaef";
}

.icon-bubble-right:before {
    content: "\eaf0";
}

.icon-bubble-first:before {
    content: "\eaf1";
}

.icon-bubble-last:before {
    content: "\eaf2";
}

.icon-bubble-reply:before {
    content: "\eaf3";
}

.icon-bubble-forward:before {
    content: "\eaf4";
}

.icon-bubble-reply2:before {
    content: "\eaf5";
}

.icon-bubble-forward2:before {
    content: "\eaf6";
}

.icon-user:before {
    content: "\eaf7";
}

.icon-users:before {
    content: "\eaf8";
}

.icon-user-plus:before {
    content: "\eaf9";
}

.icon-user-minus:before {
    content: "\eafa";
}

.icon-user-cancel:before {
    content: "\eafb";
}

.icon-user-block:before {
    content: "\eafc";
}

.icon-user-lock:before {
    content: "\eafd";
}

.icon-user-check:before {
    content: "\eafe";
}

.icon-users2:before {
    content: "\eaff";
}

.icon-user2:before {
    content: "\eb00";
}

.icon-users3:before {
    content: "\eb01";
}

.icon-user-plus2:before {
    content: "\eb02";
}

.icon-user-minus2:before {
    content: "\eb03";
}

.icon-user-cancel2:before {
    content: "\eb04";
}

.icon-user-block2:before {
    content: "\eb05";
}

.icon-user-lock2:before {
    content: "\eb06";
}

.icon-user-check2:before {
    content: "\eb07";
}

.icon-user3:before {
    content: "\eb08";
}

.icon-user4:before {
    content: "\eb09";
}

.icon-user5:before {
    content: "\eb0a";
}

.icon-user6:before {
    content: "\eb0b";
}

.icon-users4:before {
    content: "\eb0c";
}

.icon-user-tie:before {
    content: "\eb0d";
}

.icon-user7:before {
    content: "\eb0e";
}

.icon-users5:before {
    content: "\eb0f";
}

.icon-collaboration:before {
    content: "\eb10";
}

.icon-vcard:before {
    content: "\eb11";
}

.icon-hat:before {
    content: "\eb12";
}

.icon-bowtie:before {
    content: "\eb13";
}

.icon-tie:before {
    content: "\eb14";
}

.icon-hanger:before {
    content: "\eb15";
}

.icon-tshirt:before {
    content: "\eb16";
}

.icon-pants:before {
    content: "\eb17";
}

.icon-shorts:before {
    content: "\eb18";
}

.icon-sock:before {
    content: "\eb19";
}

.icon-laundry:before {
    content: "\eb1a";
}

.icon-quotes-left:before {
    content: "\eb1b";
}

.icon-quotes-right:before {
    content: "\eb1c";
}

.icon-quotes-left2:before {
    content: "\eb1d";
}

.icon-quotes-right2:before {
    content: "\eb1e";
}

.icon-hour-glass:before {
    content: "\eb1f";
}

.icon-hour-glass2:before {
    content: "\eb20";
}

.icon-hour-glass3:before {
    content: "\eb21";
}

.icon-spinner:before {
    content: "\eb22";
}

.icon-spinner2:before {
    content: "\eb23";
}

.icon-spinner3:before {
    content: "\eb24";
}

.icon-spinner4:before {
    content: "\eb25";
}

.icon-spinner5:before {
    content: "\eb26";
}

.icon-spinner6:before {
    content: "\eb27";
}

.icon-spinner7:before {
    content: "\eb28";
}

.icon-spinner8:before {
    content: "\eb29";
}

.icon-spinner9:before {
    content: "\eb2a";
}

.icon-spinner10:before {
    content: "\eb2b";
}

.icon-spinner11:before {
    content: "\eb2c";
}

.icon-microscope:before {
    content: "\eb2d";
}

.icon-binoculars:before {
    content: "\eb2e";
}

.icon-binoculars2:before {
    content: "\eb2f";
}

.icon-search:before {
    content: "\eb30";
}

.icon-zoom-in:before {
    content: "\eb31";
}

.icon-zoom-out:before {
    content: "\eb32";
}

.icon-search2:before {
    content: "\eb33";
}

.icon-zoom-in2:before {
    content: "\eb34";
}

.icon-zoom-out2:before {
    content: "\eb35";
}

.icon-search3:before {
    content: "\eb36";
}

.icon-search4:before {
    content: "\eb37";
}

.icon-zoom-in3:before {
    content: "\eb38";
}

.icon-zoom-out3:before {
    content: "\eb39";
}

.icon-search5:before {
    content: "\eb3a";
}

.icon-search6:before {
    content: "\eb3b";
}

.icon-enlarge:before {
    content: "\eb3c";
}

.icon-shrink:before {
    content: "\eb3d";
}

.icon-enlarge2:before {
    content: "\eb3e";
}

.icon-shrink2:before {
    content: "\eb3f";
}

.icon-enlarge3:before {
    content: "\eb40";
}

.icon-shrink3:before {
    content: "\eb41";
}

.icon-enlarge4:before {
    content: "\eb42";
}

.icon-shrink4:before {
    content: "\eb43";
}

.icon-enlarge5:before {
    content: "\eb44";
}

.icon-shrink5:before {
    content: "\eb45";
}

.icon-enlarge6:before {
    content: "\eb46";
}

.icon-shrink6:before {
    content: "\eb47";
}

.icon-enlarge7:before {
    content: "\eb48";
}

.icon-shrink7:before {
    content: "\eb49";
}

.icon-key:before {
    content: "\eb4a";
}

.icon-key2:before {
    content: "\eb4b";
}

.icon-key3:before {
    content: "\eb4c";
}

.icon-key4:before {
    content: "\eb4d";
}

.icon-key5:before {
    content: "\eb4e";
}

.icon-keyhole:before {
    content: "\eb4f";
}

.icon-lock:before {
    content: "\eb50";
}

.icon-lock2:before {
    content: "\eb51";
}

.icon-lock3:before {
    content: "\eb52";
}

.icon-lock4:before {
    content: "\eb53";
}

.icon-unlocked:before {
    content: "\eb54";
}

.icon-lock5:before {
    content: "\eb55";
}

.icon-unlocked2:before {
    content: "\eb56";
}

.icon-safe:before {
    content: "\eb57";
}

.icon-wrench:before {
    content: "\eb58";
}

.icon-wrench2:before {
    content: "\eb59";
}

.icon-wrench3:before {
    content: "\eb5a";
}

.icon-equalizer:before {
    content: "\eb5b";
}

.icon-equalizer2:before {
    content: "\eb5c";
}

.icon-equalizer3:before {
    content: "\eb5d";
}

.icon-equalizer4:before {
    content: "\eb5e";
}

.icon-cog:before {
    content: "\eb5f";
}

.icon-cogs:before {
    content: "\eb60";
}

.icon-cog2:before {
    content: "\eb61";
}

.icon-cog3:before {
    content: "\eb62";
}

.icon-cog4:before {
    content: "\eb63";
}

.icon-cog5:before {
    content: "\eb64";
}

.icon-cog6:before {
    content: "\eb65";
}

.icon-cog7:before {
    content: "\eb66";
}

.icon-factory:before {
    content: "\eb67";
}

.icon-hammer:before {
    content: "\eb68";
}

.icon-hammer-wrench:before {
    content: "\eb69";
}

.icon-knife:before {
    content: "\eb6a";
}

.icon-screwdriver:before {
    content: "\eb6b";
}

.icon-screwdriver2:before {
    content: "\eb6c";
}

.icon-magic-wand:before {
    content: "\eb6d";
}

.icon-magic-wand2:before {
    content: "\eb6e";
}

.icon-pulse:before {
    content: "\eb6f";
}

.icon-pulse2:before {
    content: "\eb70";
}

.icon-aid-kit:before {
    content: "\eb71";
}

.icon-aid-kit2:before {
    content: "\eb72";
}

.icon-stethoscope:before {
    content: "\eb73";
}

.icon-ambulance:before {
    content: "\eb74";
}

.icon-alarm2:before {
    content: "\eb75";
}

.icon-pandage:before {
    content: "\eb76";
}

.icon-pandage2:before {
    content: "\eb77";
}

.icon-bug:before {
    content: "\eb78";
}

.icon-bug2:before {
    content: "\eb79";
}

.icon-syringe:before {
    content: "\eb7a";
}

.icon-syringe2:before {
    content: "\eb7b";
}

.icon-pill:before {
    content: "\eb7c";
}

.icon-construction:before {
    content: "\eb7d";
}

.icon-traffic-cone:before {
    content: "\eb7e";
}

.icon-traffic-lights:before {
    content: "\eb7f";
}

.icon-pie-chart:before {
    content: "\eb80";
}

.icon-pie-chart2:before {
    content: "\eb81";
}

.icon-pie-chart3:before {
    content: "\eb82";
}

.icon-pie-chart4:before {
    content: "\eb83";
}

.icon-pie-chart5:before {
    content: "\eb84";
}

.icon-pie-chart6:before {
    content: "\eb85";
}

.icon-pie-chart7:before {
    content: "\eb86";
}

.icon-stats-dots:before {
    content: "\eb87";
}

.icon-stats-bars:before {
    content: "\eb88";
}

.icon-pie-chart8:before {
    content: "\eb89";
}

.icon-stats-bars2:before {
    content: "\eb8a";
}

.icon-stats-bars3:before {
    content: "\eb8b";
}

.icon-stats-bars4:before {
    content: "\eb8c";
}

.icon-stats-bars5:before {
    content: "\eb8d";
}

.icon-stats-bars6:before {
    content: "\eb8e";
}

.icon-chart:before {
    content: "\eb8f";
}

.icon-stats-growth:before {
    content: "\eb90";
}

.icon-stats-decline:before {
    content: "\eb91";
}

.icon-stats-growth2:before {
    content: "\eb92";
}

.icon-stats-decline2:before {
    content: "\eb93";
}

.icon-stairs-up:before {
    content: "\eb94";
}

.icon-stairs-down:before {
    content: "\eb95";
}

.icon-stairs:before {
    content: "\eb96";
}

.icon-stairs2:before {
    content: "\eb97";
}

.icon-ladder:before {
    content: "\eb98";
}

.icon-rating:before {
    content: "\eb99";
}

.icon-rating2:before {
    content: "\eb9a";
}

.icon-rating3:before {
    content: "\eb9b";
}

.icon-cake:before {
    content: "\eb9c";
}

.icon-podium:before {
    content: "\eb9d";
}

.icon-stars:before {
    content: "\eb9e";
}

.icon-medal-star:before {
    content: "\eb9f";
}

.icon-medal:before {
    content: "\eba0";
}

.icon-medal2:before {
    content: "\eba1";
}

.icon-medal-first:before {
    content: "\eba2";
}

.icon-medal-second:before {
    content: "\eba3";
}

.icon-medal-third:before {
    content: "\eba4";
}

.icon-crown:before {
    content: "\eba5";
}

.icon-trophy:before {
    content: "\eba6";
}

.icon-trophy2:before {
    content: "\eba7";
}

.icon-trophy3:before {
    content: "\eba8";
}

.icon-diamond:before {
    content: "\eba9";
}

.icon-diamond2:before {
    content: "\ebaa";
}

.icon-trophy4:before {
    content: "\ebab";
}

.icon-gift:before {
    content: "\ebac";
}

.icon-gift2:before {
    content: "\ebad";
}

.icon-balloon:before {
    content: "\ebae";
}

.icon-pipe:before {
    content: "\ebaf";
}

.icon-mustache:before {
    content: "\ebb0";
}

.icon-mustache2:before {
    content: "\ebb1";
}

.icon-glass:before {
    content: "\ebb2";
}

.icon-glass2:before {
    content: "\ebb3";
}

.icon-glass3:before {
    content: "\ebb4";
}

.icon-glass4:before {
    content: "\ebb5";
}

.icon-bottle:before {
    content: "\ebb6";
}

.icon-bottle2:before {
    content: "\ebb7";
}

.icon-bottle3:before {
    content: "\ebb8";
}

.icon-bottle4:before {
    content: "\ebb9";
}

.icon-mug:before {
    content: "\ebba";
}

.icon-fork-knife:before {
    content: "\ebbb";
}

.icon-spoon-knife:before {
    content: "\ebbc";
}

.icon-cook:before {
    content: "\ebbd";
}

.icon-plate:before {
    content: "\ebbe";
}

.icon-steak:before {
    content: "\ebbf";
}

.icon-fish:before {
    content: "\ebc0";
}

.icon-chicken:before {
    content: "\ebc1";
}

.icon-hamburger:before {
    content: "\ebc2";
}

.icon-pizza:before {
    content: "\ebc3";
}

.icon-cheese:before {
    content: "\ebc4";
}

.icon-bread:before {
    content: "\ebc5";
}

.icon-icecream:before {
    content: "\ebc6";
}

.icon-milk:before {
    content: "\ebc7";
}

.icon-cup:before {
    content: "\ebc8";
}

.icon-cup2:before {
    content: "\ebc9";
}

.icon-coffee-bean:before {
    content: "\ebca";
}

.icon-coffee:before {
    content: "\ebcb";
}

.icon-teapot:before {
    content: "\ebcc";
}

.icon-leaf:before {
    content: "\ebcd";
}

.icon-leaf2:before {
    content: "\ebce";
}

.icon-apple:before {
    content: "\ebcf";
}

.icon-grapes:before {
    content: "\ebd0";
}

.icon-cherry:before {
    content: "\ebd1";
}

.icon-tree:before {
    content: "\ebd2";
}

.icon-tree2:before {
    content: "\ebd3";
}

.icon-tree3:before {
    content: "\ebd4";
}

.icon-tree4:before {
    content: "\ebd5";
}

.icon-cactus:before {
    content: "\ebd6";
}

.icon-mountains:before {
    content: "\ebd7";
}

.icon-paw:before {
    content: "\ebd8";
}

.icon-footprint:before {
    content: "\ebd9";
}

.icon-tent:before {
    content: "\ebda";
}

.icon-flower:before {
    content: "\ebdb";
}

.icon-flower2:before {
    content: "\ebdc";
}

.icon-rocket:before {
    content: "\ebdd";
}

.icon-meter:before {
    content: "\ebde";
}

.icon-meter2:before {
    content: "\ebdf";
}

.icon-meter-slow:before {
    content: "\ebe0";
}

.icon-meter-medium:before {
    content: "\ebe1";
}

.icon-meter-fast:before {
    content: "\ebe2";
}

.icon-meter3:before {
    content: "\ebe3";
}

.icon-hammer2:before {
    content: "\ebe4";
}

.icon-balance:before {
    content: "\ebe5";
}

.icon-scale:before {
    content: "\ebe6";
}

.icon-bomb:before {
    content: "\ebe7";
}

.icon-fire:before {
    content: "\ebe8";
}

.icon-fire2:before {
    content: "\ebe9";
}

.icon-lab:before {
    content: "\ebea";
}

.icon-atom:before {
    content: "\ebeb";
}

.icon-atom2:before {
    content: "\ebec";
}

.icon-magnet:before {
    content: "\ebed";
}

.icon-magnet2:before {
    content: "\ebee";
}

.icon-dumbbell:before {
    content: "\ebef";
}

.icon-skull:before {
    content: "\ebf0";
}

.icon-skull2:before {
    content: "\ebf1";
}

.icon-lamp:before {
    content: "\ebf2";
}

.icon-lamp2:before {
    content: "\ebf3";
}

.icon-lamp3:before {
    content: "\ebf4";
}

.icon-spotlight:before {
    content: "\ebf5";
}

.icon-lamp4:before {
    content: "\ebf6";
}

.icon-lamp5:before {
    content: "\ebf7";
}

.icon-lamp6:before {
    content: "\ebf8";
}

.icon-lamp7:before {
    content: "\ebf9";
}

.icon-lamp8:before {
    content: "\ebfa";
}

.icon-broom:before {
    content: "\ebfb";
}

.icon-toiletpaper:before {
    content: "\ebfc";
}

.icon-bin:before {
    content: "\ebfd";
}

.icon-bin2:before {
    content: "\ebfe";
}

.icon-bin3:before {
    content: "\ebff";
}

.icon-bin4:before {
    content: "\ec00";
}

.icon-bin5:before {
    content: "\ec01";
}

.icon-briefcase:before {
    content: "\ec02";
}

.icon-briefcase2:before {
    content: "\ec03";
}

.icon-briefcase3:before {
    content: "\ec04";
}

.icon-airplane:before {
    content: "\ec05";
}

.icon-airplane2:before {
    content: "\ec06";
}

.icon-airplane3:before {
    content: "\ec07";
}

.icon-airplane4:before {
    content: "\ec08";
}

.icon-paperplane:before {
    content: "\ec09";
}

.icon-car:before {
    content: "\ec0a";
}

.icon-steering-wheel:before {
    content: "\ec0b";
}

.icon-car2:before {
    content: "\ec0c";
}

.icon-gas:before {
    content: "\ec0d";
}

.icon-bus:before {
    content: "\ec0e";
}

.icon-truck:before {
    content: "\ec0f";
}

.icon-bike:before {
    content: "\ec10";
}

.icon-road:before {
    content: "\ec11";
}

.icon-train:before {
    content: "\ec12";
}

.icon-train2:before {
    content: "\ec13";
}

.icon-ship:before {
    content: "\ec14";
}

.icon-boat:before {
    content: "\ec15";
}

.icon-chopper:before {
    content: "\ec16";
}

.icon-chopper2:before {
    content: "\ec17";
}

.icon-cube:before {
    content: "\ec18";
}

.icon-cube2:before {
    content: "\ec19";
}

.icon-cube3:before {
    content: "\ec1a";
}

.icon-cube4:before {
    content: "\ec1b";
}

.icon-pyramid:before {
    content: "\ec1c";
}

.icon-pyramid2:before {
    content: "\ec1d";
}

.icon-package:before {
    content: "\ec1e";
}

.icon-puzzle:before {
    content: "\ec1f";
}

.icon-puzzle2:before {
    content: "\ec20";
}

.icon-puzzle3:before {
    content: "\ec21";
}

.icon-puzzle4:before {
    content: "\ec22";
}

.icon-glasses-3d:before {
    content: "\ec23";
}

.icon-glasses-3d2:before {
    content: "\ec24";
}

.icon-glasses:before {
    content: "\ec25";
}

.icon-glasses2:before {
    content: "\ec26";
}

.icon-brain:before {
    content: "\ec27";
}

.icon-accessibility:before {
    content: "\ec28";
}

.icon-accessibility2:before {
    content: "\ec29";
}

.icon-strategy:before {
    content: "\ec2a";
}

.icon-target:before {
    content: "\ec2b";
}

.icon-target2:before {
    content: "\ec2c";
}

.icon-target3:before {
    content: "\ec2d";
}

.icon-ammo:before {
    content: "\ec2e";
}

.icon-gun:before {
    content: "\ec2f";
}

.icon-gun-forbidden:before {
    content: "\ec30";
}

.icon-shield:before {
    content: "\ec31";
}

.icon-shield-check:before {
    content: "\ec32";
}

.icon-shield-notice:before {
    content: "\ec33";
}

.icon-shield2:before {
    content: "\ec34";
}

.icon-shield3:before {
    content: "\ec35";
}

.icon-shield4:before {
    content: "\ec36";
}

.icon-soccer:before {
    content: "\ec37";
}

.icon-football:before {
    content: "\ec38";
}

.icon-archery:before {
    content: "\ec39";
}

.icon-bow:before {
    content: "\ec3a";
}

.icon-sword:before {
    content: "\ec3b";
}

.icon-tennis:before {
    content: "\ec3c";
}

.icon-pingpong:before {
    content: "\ec3d";
}

.icon-baseball:before {
    content: "\ec3e";
}

.icon-basketball:before {
    content: "\ec3f";
}

.icon-golf:before {
    content: "\ec40";
}

.icon-golf2:before {
    content: "\ec41";
}

.icon-hockey:before {
    content: "\ec42";
}

.icon-racing:before {
    content: "\ec43";
}

.icon-finish:before {
    content: "\ec44";
}

.icon-eight-ball:before {
    content: "\ec45";
}

.icon-bowling:before {
    content: "\ec46";
}

.icon-bowling2:before {
    content: "\ec47";
}

.icon-power:before {
    content: "\ec48";
}

.icon-power2:before {
    content: "\ec49";
}

.icon-power3:before {
    content: "\ec4a";
}

.icon-switch:before {
    content: "\ec4b";
}

.icon-switch2:before {
    content: "\ec4c";
}

.icon-power-cord:before {
    content: "\ec4d";
}

.icon-power-cord2:before {
    content: "\ec4e";
}

.icon-outlet:before {
    content: "\ec4f";
}

.icon-clipboard:before {
    content: "\ec50";
}

.icon-clipboard2:before {
    content: "\ec51";
}

.icon-clipboard3:before {
    content: "\ec52";
}

.icon-clipboard4:before {
    content: "\ec53";
}

.icon-clipboard5:before {
    content: "\ec54";
}

.icon-clipboard6:before {
    content: "\ec55";
}

.icon-playlist:before {
    content: "\ec56";
}

.icon-playlist-add:before {
    content: "\ec57";
}

.icon-list-numbered:before {
    content: "\ec58";
}

.icon-list:before {
    content: "\ec59";
}

.icon-list2:before {
    content: "\ec5a";
}

.icon-more:before {
    content: "\ec5b";
}

.icon-more2:before {
    content: "\ec5c";
}

.icon-grid:before {
    content: "\ec5d";
}

.icon-grid2:before {
    content: "\ec5e";
}

.icon-grid3:before {
    content: "\ec5f";
}

.icon-grid4:before {
    content: "\ec60";
}

.icon-grid5:before {
    content: "\ec61";
}

.icon-grid6:before {
    content: "\ec62";
}

.icon-grid7:before {
    content: "\ec63";
}

.icon-tree5:before {
    content: "\ec64";
}

.icon-tree6:before {
    content: "\ec65";
}

.icon-tree7:before {
    content: "\ec66";
}

.icon-lan:before {
    content: "\ec67";
}

.icon-lan2:before {
    content: "\ec68";
}

.icon-lan3:before {
    content: "\ec69";
}

.icon-menu:before {
    content: "\ec6a";
}

.icon-circle-small:before {
    content: "\ec6b";
}

.icon-menu2:before {
    content: "\ec6c";
}

.icon-menu3:before {
    content: "\ec6d";
}

.icon-menu4:before {
    content: "\ec6e";
}

.icon-menu5:before {
    content: "\ec6f";
}

.icon-menu6:before {
    content: "\ec70";
}

.icon-menu7:before {
    content: "\ec71";
}

.icon-menu8:before {
    content: "\ec72";
}

.icon-menu9:before {
    content: "\ec73";
}

.icon-menu10:before {
    content: "\ec74";
}

.icon-cloud:before {
    content: "\ec75";
}

.icon-cloud-download:before {
    content: "\ec76";
}

.icon-cloud-upload:before {
    content: "\ec77";
}

.icon-cloud-check:before {
    content: "\ec78";
}

.icon-cloud2:before {
    content: "\ec79";
}

.icon-cloud-download2:before {
    content: "\ec7a";
}

.icon-cloud-upload2:before {
    content: "\ec7b";
}

.icon-cloud-check2:before {
    content: "\ec7c";
}

.icon-download2:before {
    content: "\ec7d";
}

.icon-download3:before {
    content: "\ec7e";
}

.icon-upload2:before {
    content: "\ec7f";
}

.icon-upload3:before {
    content: "\ec80";
}

.icon-import:before {
    content: "\ec81";
}

.icon-import2:before {
    content: "\ec82";
}

.icon-download4:before {
    content: "\ec83";
}

.icon-upload4:before {
    content: "\ec84";
}

.icon-download5:before {
    content: "\ec85";
}

.icon-upload5:before {
    content: "\ec86";
}

.icon-download6:before {
    content: "\ec87";
}

.icon-upload6:before {
    content: "\ec88";
}

.icon-download7:before {
    content: "\ec89";
}

.icon-upload7:before {
    content: "\ec8a";
}

.icon-download8:before {
    content: "\ec8b";
}

.icon-upload8:before {
    content: "\ec8c";
}

.icon-download9:before {
    content: "\ec8d";
}

.icon-upload9:before {
    content: "\ec8e";
}

.icon-download10:before {
    content: "\ec8f";
}

.icon-upload10:before {
    content: "\ec90";
}

.icon-sphere:before {
    content: "\ec91";
}

.icon-sphere2:before {
    content: "\ec92";
}

.icon-sphere3:before {
    content: "\ec93";
}

.icon-planet:before {
    content: "\ec94";
}

.icon-planet2:before {
    content: "\ec95";
}

.icon-earth:before {
    content: "\ec96";
}

.icon-earth2:before {
    content: "\ec97";
}

.icon-earth3:before {
    content: "\ec98";
}

.icon-link:before {
    content: "\ec99";
}

.icon-unlink:before {
    content: "\ec9a";
}

.icon-link2:before {
    content: "\ec9b";
}

.icon-unlink2:before {
    content: "\ec9c";
}

.icon-link3:before {
    content: "\ec9d";
}

.icon-unlink3:before {
    content: "\ec9e";
}

.icon-link4:before {
    content: "\ec9f";
}

.icon-unlink4:before {
    content: "\eca0";
}

.icon-link5:before {
    content: "\eca1";
}

.icon-unlink5:before {
    content: "\eca2";
}

.icon-anchor:before {
    content: "\eca3";
}

.icon-flag:before {
    content: "\eca4";
}

.icon-flag2:before {
    content: "\eca5";
}

.icon-flag3:before {
    content: "\eca6";
}

.icon-flag4:before {
    content: "\eca7";
}

.icon-flag5:before {
    content: "\eca8";
}

.icon-flag6:before {
    content: "\eca9";
}

.icon-flag7:before {
    content: "\ecaa";
}

.icon-flag8:before {
    content: "\ecab";
}

.icon-attachment:before {
    content: "\ecac";
}

.icon-attachment2:before {
    content: "\ecad";
}

.icon-eye:before {
    content: "\ecae";
}

.icon-eye-plus:before {
    content: "\ecaf";
}

.icon-eye-minus:before {
    content: "\ecb0";
}

.icon-eye-blocked:before {
    content: "\ecb1";
}

.icon-eye2:before {
    content: "\ecb2";
}

.icon-eye-blocked2:before {
    content: "\ecb3";
}

.icon-eye3:before {
    content: "\ecb4";
}

.icon-eye-blocked3:before {
    content: "\ecb5";
}

.icon-eye4:before {
    content: "\ecb6";
}

.icon-bookmark2:before {
    content: "\ecb7";
}

.icon-bookmark3:before {
    content: "\ecb8";
}

.icon-bookmarks:before {
    content: "\ecb9";
}

.icon-bookmark4:before {
    content: "\ecba";
}

.icon-spotlight2:before {
    content: "\ecbb";
}

.icon-starburst:before {
    content: "\ecbc";
}

.icon-snowflake:before {
    content: "\ecbd";
}

.icon-temperature:before {
    content: "\ecbe";
}

.icon-temperature2:before {
    content: "\ecbf";
}

.icon-weather-lightning:before {
    content: "\ecc0";
}

.icon-weather-lightning2:before {
    content: "\ecc1";
}

.icon-weather-rain:before {
    content: "\ecc2";
}

.icon-weather-rain2:before {
    content: "\ecc3";
}

.icon-weather-snow:before {
    content: "\ecc4";
}

.icon-weather-snow2:before {
    content: "\ecc5";
}

.icon-weather-cloud-wind:before {
    content: "\ecc6";
}

.icon-weather-cloud-wind2:before {
    content: "\ecc7";
}

.icon-weather-cloud-sun:before {
    content: "\ecc8";
}

.icon-weather-cloud-sun2:before {
    content: "\ecc9";
}

.icon-weather-cloudy:before {
    content: "\ecca";
}

.icon-weather-cloudy2:before {
    content: "\eccb";
}

.icon-weather-sun-wind:before {
    content: "\eccc";
}

.icon-weather-sun-wind2:before {
    content: "\eccd";
}

.icon-sun:before {
    content: "\ecce";
}

.icon-sun2:before {
    content: "\eccf";
}

.icon-moon:before {
    content: "\ecd0";
}

.icon-day-night:before {
    content: "\ecd1";
}

.icon-day-night2:before {
    content: "\ecd2";
}

.icon-weather-windy:before {
    content: "\ecd3";
}

.icon-fan:before {
    content: "\ecd4";
}

.icon-umbrella:before {
    content: "\ecd5";
}

.icon-sun3:before {
    content: "\ecd6";
}

.icon-contrast:before {
    content: "\ecd7";
}

.icon-brightness-contrast:before {
    content: "\ecd8";
}

.icon-brightness-high:before {
    content: "\ecd9";
}

.icon-brightness-medium:before {
    content: "\ecda";
}

.icon-brightness-low:before {
    content: "\ecdb";
}

.icon-bed:before {
    content: "\ecdc";
}

.icon-bed2:before {
    content: "\ecdd";
}

.icon-furniture:before {
    content: "\ecde";
}

.icon-chair:before {
    content: "\ecdf";
}

.icon-star-empty:before {
    content: "\ece0";
}

.icon-star-empty2:before {
    content: "\ece1";
}

.icon-star-full:before {
    content: "\ece2";
}

.icon-star-empty3:before {
    content: "\ece3";
}

.icon-star-half:before {
    content: "\ece4";
}

.icon-star-full2:before {
    content: "\ece5";
}

.icon-star:before {
    content: "\ece6";
}

.icon-heart:before {
    content: "\ece7";
}

.icon-heart2:before {
    content: "\ece8";
}

.icon-heart3:before {
    content: "\ece9";
}

.icon-heart4:before {
    content: "\ecea";
}

.icon-heart-broken:before {
    content: "\eceb";
}

.icon-heart5:before {
    content: "\ecec";
}

.icon-heart6:before {
    content: "\eced";
}

.icon-heart-broken2:before {
    content: "\ecee";
}

.icon-heart7:before {
    content: "\ecef";
}

.icon-heart8:before {
    content: "\ecf0";
}

.icon-heart-broken3:before {
    content: "\ecf1";
}

.icon-lips:before {
    content: "\ecf2";
}

.icon-lips2:before {
    content: "\ecf3";
}

.icon-thumbs-up:before {
    content: "\ecf4";
}

.icon-thumbs-up2:before {
    content: "\ecf5";
}

.icon-thumbs-down:before {
    content: "\ecf6";
}

.icon-thumbs-down2:before {
    content: "\ecf7";
}

.icon-thumbs-up3:before {
    content: "\ecf8";
}

.icon-thumbs-down3:before {
    content: "\ecf9";
}

.icon-height:before {
    content: "\ecfa";
}

.icon-man:before {
    content: "\ecfb";
}

.icon-woman:before {
    content: "\ecfc";
}

.icon-man-woman:before {
    content: "\ecfd";
}

.icon-male:before {
    content: "\ecfe";
}

.icon-female:before {
    content: "\ecff";
}

.icon-peace:before {
    content: "\ed00";
}

.icon-yin-yang:before {
    content: "\ed01";
}

.icon-happy:before {
    content: "\ed02";
}

.icon-happy2:before {
    content: "\ed03";
}

.icon-smile:before {
    content: "\ed04";
}

.icon-smile2:before {
    content: "\ed05";
}

.icon-tongue:before {
    content: "\ed06";
}

.icon-tongue2:before {
    content: "\ed07";
}

.icon-sad:before {
    content: "\ed08";
}

.icon-sad2:before {
    content: "\ed09";
}

.icon-wink:before {
    content: "\ed0a";
}

.icon-wink2:before {
    content: "\ed0b";
}

.icon-grin:before {
    content: "\ed0c";
}

.icon-grin2:before {
    content: "\ed0d";
}

.icon-cool:before {
    content: "\ed0e";
}

.icon-cool2:before {
    content: "\ed0f";
}

.icon-angry:before {
    content: "\ed10";
}

.icon-angry2:before {
    content: "\ed11";
}

.icon-evil:before {
    content: "\ed12";
}

.icon-evil2:before {
    content: "\ed13";
}

.icon-shocked:before {
    content: "\ed14";
}

.icon-shocked2:before {
    content: "\ed15";
}

.icon-baffled:before {
    content: "\ed16";
}

.icon-baffled2:before {
    content: "\ed17";
}

.icon-confused:before {
    content: "\ed18";
}

.icon-confused2:before {
    content: "\ed19";
}

.icon-neutral:before {
    content: "\ed1a";
}

.icon-neutral2:before {
    content: "\ed1b";
}

.icon-hipster:before {
    content: "\ed1c";
}

.icon-hipster2:before {
    content: "\ed1d";
}

.icon-wondering:before {
    content: "\ed1e";
}

.icon-wondering2:before {
    content: "\ed1f";
}

.icon-sleepy:before {
    content: "\ed20";
}

.icon-sleepy2:before {
    content: "\ed21";
}

.icon-frustrated:before {
    content: "\ed22";
}

.icon-frustrated2:before {
    content: "\ed23";
}

.icon-crying:before {
    content: "\ed24";
}

.icon-crying2:before {
    content: "\ed25";
}

.icon-cursor:before {
    content: "\ed26";
}

.icon-cursor2:before {
    content: "\ed27";
}

.icon-lasso:before {
    content: "\ed28";
}

.icon-lasso2:before {
    content: "\ed29";
}

.icon-select:before {
    content: "\ed2a";
}

.icon-select2:before {
    content: "\ed2b";
}

.icon-point-up:before {
    content: "\ed2c";
}

.icon-point-right:before {
    content: "\ed2d";
}

.icon-point-down:before {
    content: "\ed2e";
}

.icon-point-left:before {
    content: "\ed2f";
}

.icon-pointer:before {
    content: "\ed30";
}

.icon-reminder:before {
    content: "\ed31";
}

.icon-drag-left-right:before {
    content: "\ed32";
}

.icon-drag-left:before {
    content: "\ed33";
}

.icon-drag-right:before {
    content: "\ed34";
}

.icon-touch:before {
    content: "\ed35";
}

.icon-multitouch:before {
    content: "\ed36";
}

.icon-touch-zoom:before {
    content: "\ed37";
}

.icon-touch-pinch:before {
    content: "\ed38";
}

.icon-hand:before {
    content: "\ed39";
}

.icon-grab:before {
    content: "\ed3a";
}

.icon-stack-empty:before {
    content: "\ed3b";
}

.icon-stack-plus:before {
    content: "\ed3c";
}

.icon-stack-minus:before {
    content: "\ed3d";
}

.icon-stack-star:before {
    content: "\ed3e";
}

.icon-stack-picture:before {
    content: "\ed3f";
}

.icon-stack-down:before {
    content: "\ed40";
}

.icon-stack-up:before {
    content: "\ed41";
}

.icon-stack-cancel:before {
    content: "\ed42";
}

.icon-stack-check:before {
    content: "\ed43";
}

.icon-stack-text:before {
    content: "\ed44";
}

.icon-stack-clubs:before {
    content: "\ed45";
}

.icon-stack-spades:before {
    content: "\ed46";
}

.icon-stack-hearts:before {
    content: "\ed47";
}

.icon-stack-diamonds:before {
    content: "\ed48";
}

.icon-stack-user:before {
    content: "\ed49";
}

.icon-stack4:before {
    content: "\ed4a";
}

.icon-stack-music:before {
    content: "\ed4b";
}

.icon-stack-play:before {
    content: "\ed4c";
}

.icon-move:before {
    content: "\ed4d";
}

.icon-dots:before {
    content: "\ed4e";
}

.icon-warning:before {
    content: "\ed4f";
}

.icon-warning2:before {
    content: "\ed50";
}

.icon-notification:before {
    content: "\ed51";
}

.icon-notification2:before {
    content: "\ed52";
}

.icon-question:before {
    content: "\ed53";
}

.icon-question2:before {
    content: "\ed54";
}

.icon-question3:before {
    content: "\ed55";
}

.icon-question4:before {
    content: "\ed56";
}

.icon-question5:before {
    content: "\ed57";
}

.icon-question6:before {
    content: "\ed58";
}

.icon-plus:before {
    content: "\ed59";
}

.icon-minus:before {
    content: "\ed5a";
}

.icon-plus2:before {
    content: "\ed5b";
}

.icon-minus2:before {
    content: "\ed5c";
}

.icon-plus3:before {
    content: "\ed5d";
}

.icon-minus3:before {
    content: "\ed5e";
}

.icon-plus-circle:before {
    content: "\ed5f";
}

.icon-minus-circle:before {
    content: "\ed60";
}

.icon-plus-circle2:before {
    content: "\ed61";
}

.icon-minus-circle2:before {
    content: "\ed62";
}

.icon-info:before {
    content: "\ed63";
}

.icon-info2:before {
    content: "\ed64";
}

.icon-cancel-circle:before {
    content: "\ed65";
}

.icon-cancel-circle2:before {
    content: "\ed66";
}

.icon-blocked:before {
    content: "\ed67";
}

.icon-cancel-square:before {
    content: "\ed68";
}

.icon-cancel-square2:before {
    content: "\ed69";
}

.icon-cancel:before {
    content: "\ed6a";
}

.icon-spam:before {
    content: "\ed6b";
}

.icon-cross:before {
    content: "\ed6c";
}

.icon-cross2:before {
    content: "\ed6d";
}

.icon-cross3:before {
    content: "\ed6e";
}

.icon-checkmark:before {
    content: "\ed6f";
}

.icon-checkmark2:before {
    content: "\ed70";
}

.icon-checkmark3:before {
    content: "\ed71";
}

.icon-checkmark4:before {
    content: "\ed72";
}

.icon-checkmark5:before {
    content: "\ed73";
}

.icon-spell-check:before {
    content: "\ed74";
}

.icon-spell-check2:before {
    content: "\ed75";
}

.icon-enter:before {
    content: "\ed76";
}

.icon-exit:before {
    content: "\ed77";
}

.icon-enter2:before {
    content: "\ed78";
}

.icon-exit2:before {
    content: "\ed79";
}

.icon-enter3:before {
    content: "\ed7a";
}

.icon-exit3:before {
    content: "\ed7b";
}

.icon-wall:before {
    content: "\ed7c";
}

.icon-fence:before {
    content: "\ed7d";
}

.icon-play3:before {
    content: "\ed7e";
}

.icon-pause:before {
    content: "\ed7f";
}

.icon-stop:before {
    content: "\ed80";
}

.icon-previous:before {
    content: "\ed81";
}

.icon-next:before {
    content: "\ed82";
}

.icon-backward:before {
    content: "\ed83";
}

.icon-forward2:before {
    content: "\ed84";
}

.icon-play4:before {
    content: "\ed85";
}

.icon-pause2:before {
    content: "\ed86";
}

.icon-stop2:before {
    content: "\ed87";
}

.icon-backward2:before {
    content: "\ed88";
}

.icon-forward3:before {
    content: "\ed89";
}

.icon-first:before {
    content: "\ed8a";
}

.icon-last:before {
    content: "\ed8b";
}

.icon-previous2:before {
    content: "\ed8c";
}

.icon-next2:before {
    content: "\ed8d";
}

.icon-eject:before {
    content: "\ed8e";
}

.icon-volume-high:before {
    content: "\ed8f";
}

.icon-volume-medium:before {
    content: "\ed90";
}

.icon-volume-low:before {
    content: "\ed91";
}

.icon-volume-mute:before {
    content: "\ed92";
}

.icon-speaker-left:before {
    content: "\ed93";
}

.icon-speaker-right:before {
    content: "\ed94";
}

.icon-volume-mute2:before {
    content: "\ed95";
}

.icon-volume-increase:before {
    content: "\ed96";
}

.icon-volume-decrease:before {
    content: "\ed97";
}

.icon-volume-high2:before {
    content: "\ed98";
}

.icon-volume-medium2:before {
    content: "\ed99";
}

.icon-volume-medium3:before {
    content: "\ed9a";
}

.icon-volume-low2:before {
    content: "\ed9b";
}

.icon-volume-mute3:before {
    content: "\ed9c";
}

.icon-volume-increase2:before {
    content: "\ed9d";
}

.icon-volume-decrease2:before {
    content: "\ed9e";
}

.icon-volume-decrease3:before {
    content: "\ed9f";
}

.icon-volume-5:before {
    content: "\eda0";
}

.icon-volume-4:before {
    content: "\eda1";
}

.icon-volume-3:before {
    content: "\eda2";
}

.icon-volume-2:before {
    content: "\eda3";
}

.icon-volume-1:before {
    content: "\eda4";
}

.icon-volume-0:before {
    content: "\eda5";
}

.icon-volume-mute4:before {
    content: "\eda6";
}

.icon-volume-mute5:before {
    content: "\eda7";
}

.icon-loop:before {
    content: "\eda8";
}

.icon-loop2:before {
    content: "\eda9";
}

.icon-loop3:before {
    content: "\edaa";
}

.icon-infinite-square:before {
    content: "\edab";
}

.icon-infinite:before {
    content: "\edac";
}

.icon-infinite2:before {
    content: "\edad";
}

.icon-loop4:before {
    content: "\edae";
}

.icon-shuffle:before {
    content: "\edaf";
}

.icon-shuffle2:before {
    content: "\edb0";
}

.icon-wave:before {
    content: "\edb1";
}

.icon-wave2:before {
    content: "\edb2";
}

.icon-split:before {
    content: "\edb3";
}

.icon-merge:before {
    content: "\edb4";
}

.icon-first2:before {
    content: "\edb5";
}

.icon-last2:before {
    content: "\edb6";
}

.icon-arrow-up:before {
    content: "\edb7";
}

.icon-arrow-up2:before {
    content: "\edb8";
}

.icon-arrow-up3:before {
    content: "\edb9";
}

.icon-arrow-up4:before {
    content: "\edba";
}

.icon-arrow-right:before {
    content: "\edbb";
}

.icon-arrow-right2:before {
    content: "\edbc";
}

.icon-arrow-right3:before {
    content: "\edbd";
}

.icon-arrow-right4:before {
    content: "\edbe";
}

.icon-arrow-down:before {
    content: "\edbf";
}

.icon-arrow-down2:before {
    content: "\edc0";
}

.icon-arrow-down3:before {
    content: "\edc1";
}

.icon-arrow-down4:before {
    content: "\edc2";
}

.icon-arrow-left:before {
    content: "\edc3";
}

.icon-arrow-left2:before {
    content: "\edc4";
}

.icon-arrow-left3:before {
    content: "\edc5";
}

.icon-arrow-left4:before {
    content: "\edc6";
}

.icon-arrow-up5:before {
    content: "\edc7";
}

.icon-arrow-right5:before {
    content: "\edc8";
}

.icon-arrow-down5:before {
    content: "\edc9";
}

.icon-arrow-left5:before {
    content: "\edca";
}

.icon-arrow-up-left:before {
    content: "\edcb";
}

.icon-arrow-up6:before {
    content: "\edcc";
}

.icon-arrow-up-right:before {
    content: "\edcd";
}

.icon-arrow-right6:before {
    content: "\edce";
}

.icon-arrow-down-right:before {
    content: "\edcf";
}

.icon-arrow-down6:before {
    content: "\edd0";
}

.icon-arrow-down-left:before {
    content: "\edd1";
}

.icon-arrow-left6:before {
    content: "\edd2";
}

.icon-arrow-up-left2:before {
    content: "\edd3";
}

.icon-arrow-up7:before {
    content: "\edd4";
}

.icon-arrow-up-right2:before {
    content: "\edd5";
}

.icon-arrow-right7:before {
    content: "\edd6";
}

.icon-arrow-down-right2:before {
    content: "\edd7";
}

.icon-arrow-down7:before {
    content: "\edd8";
}

.icon-arrow-down-left2:before {
    content: "\edd9";
}

.icon-arrow-left7:before {
    content: "\edda";
}

.icon-arrow-up-left3:before {
    content: "\eddb";
}

.icon-arrow-up8:before {
    content: "\eddc";
}

.icon-arrow-up-right3:before {
    content: "\eddd";
}

.icon-arrow-right8:before {
    content: "\edde";
}

.icon-arrow-down-right3:before {
    content: "\eddf";
}

.icon-arrow-down8:before {
    content: "\ede0";
}

.icon-arrow-down-left3:before {
    content: "\ede1";
}

.icon-arrow-left8:before {
    content: "\ede2";
}

.icon-circle-up:before {
    content: "\ede3";
}

.icon-circle-right:before {
    content: "\ede4";
}

.icon-circle-down:before {
    content: "\ede5";
}

.icon-circle-left:before {
    content: "\ede6";
}

.icon-circle-up2:before {
    content: "\ede7";
}

.icon-circle-right2:before {
    content: "\ede8";
}

.icon-circle-down2:before {
    content: "\ede9";
}

.icon-circle-left2:before {
    content: "\edea";
}

.icon-circle-up-left:before {
    content: "\edeb";
}

.icon-circle-up3:before {
    content: "\edec";
}

.icon-circle-up-right:before {
    content: "\eded";
}

.icon-circle-right3:before {
    content: "\edee";
}

.icon-circle-down-right:before {
    content: "\edef";
}

.icon-circle-down3:before {
    content: "\edf0";
}

.icon-circle-down-left:before {
    content: "\edf1";
}

.icon-circle-left3:before {
    content: "\edf2";
}

.icon-circle-up-left2:before {
    content: "\edf3";
}

.icon-circle-up4:before {
    content: "\edf4";
}

.icon-circle-up-right2:before {
    content: "\edf5";
}

.icon-circle-right4:before {
    content: "\edf6";
}

.icon-circle-down-right2:before {
    content: "\edf7";
}

.icon-circle-down4:before {
    content: "\edf8";
}

.icon-circle-down-left2:before {
    content: "\edf9";
}

.icon-circle-left4:before {
    content: "\edfa";
}

.icon-arrow-resize:before {
    content: "\edfb";
}

.icon-arrow-resize2:before {
    content: "\edfc";
}

.icon-arrow-resize3:before {
    content: "\edfd";
}

.icon-arrow-resize4:before {
    content: "\edfe";
}

.icon-arrow-resize5:before {
    content: "\edff";
}

.icon-arrow-resize6:before {
    content: "\ee00";
}

.icon-arrow-resize7:before {
    content: "\ee01";
}

.icon-arrow-resize8:before {
    content: "\ee02";
}

.icon-square-up-left:before {
    content: "\ee03";
}

.icon-square-up:before {
    content: "\ee04";
}

.icon-square-up-right:before {
    content: "\ee05";
}

.icon-square-right:before {
    content: "\ee06";
}

.icon-square-down-right:before {
    content: "\ee07";
}

.icon-square-down:before {
    content: "\ee08";
}

.icon-square-down-left:before {
    content: "\ee09";
}

.icon-square-left:before {
    content: "\ee0a";
}

.icon-arrow-up9:before {
    content: "\ee0b";
}

.icon-arrow-right9:before {
    content: "\ee0c";
}

.icon-arrow-down9:before {
    content: "\ee0d";
}

.icon-arrow-left9:before {
    content: "\ee0e";
}

.icon-arrow-up10:before {
    content: "\ee0f";
}

.icon-arrow-right10:before {
    content: "\ee10";
}

.icon-arrow-down10:before {
    content: "\ee11";
}

.icon-arrow-left10:before {
    content: "\ee12";
}

.icon-arrow-up-left4:before {
    content: "\ee13";
}

.icon-arrow-up11:before {
    content: "\ee14";
}

.icon-arrow-up-right4:before {
    content: "\ee15";
}

.icon-arrow-right11:before {
    content: "\ee16";
}

.icon-arrow-down-right4:before {
    content: "\ee17";
}

.icon-arrow-down11:before {
    content: "\ee18";
}

.icon-arrow-down-left4:before {
    content: "\ee19";
}

.icon-arrow-left11:before {
    content: "\ee1a";
}

.icon-arrow-up-left5:before {
    content: "\ee1b";
}

.icon-arrow-up12:before {
    content: "\ee1c";
}

.icon-arrow-up-right5:before {
    content: "\ee1d";
}

.icon-arrow-right12:before {
    content: "\ee1e";
}

.icon-arrow-down-right5:before {
    content: "\ee1f";
}

.icon-arrow-down12:before {
    content: "\ee20";
}

.icon-arrow-down-left5:before {
    content: "\ee21";
}

.icon-arrow-left12:before {
    content: "\ee22";
}

.icon-arrow-up13:before {
    content: "\ee23";
}

.icon-arrow-right13:before {
    content: "\ee24";
}

.icon-arrow-down13:before {
    content: "\ee25";
}

.icon-arrow-left13:before {
    content: "\ee26";
}

.icon-arrow-up14:before {
    content: "\ee27";
}

.icon-arrow-right14:before {
    content: "\ee28";
}

.icon-arrow-down14:before {
    content: "\ee29";
}

.icon-arrow-left14:before {
    content: "\ee2a";
}

.icon-circle-up5:before {
    content: "\ee2b";
}

.icon-circle-right5:before {
    content: "\ee2c";
}

.icon-circle-down5:before {
    content: "\ee2d";
}

.icon-circle-left5:before {
    content: "\ee2e";
}

.icon-circle-up6:before {
    content: "\ee2f";
}

.icon-circle-right6:before {
    content: "\ee30";
}

.icon-circle-down6:before {
    content: "\ee31";
}

.icon-circle-left6:before {
    content: "\ee32";
}

.icon-arrow-up15:before {
    content: "\ee33";
}

.icon-arrow-right15:before {
    content: "\ee34";
}

.icon-arrow-down15:before {
    content: "\ee35";
}

.icon-arrow-left15:before {
    content: "\ee36";
}

.icon-arrow-up16:before {
    content: "\ee37";
}

.icon-arrow-right16:before {
    content: "\ee38";
}

.icon-arrow-down16:before {
    content: "\ee39";
}

.icon-arrow-left16:before {
    content: "\ee3a";
}

.icon-menu-open:before {
    content: "\ee3b";
}

.icon-menu-open2:before {
    content: "\ee3c";
}

.icon-menu-close:before {
    content: "\ee3d";
}

.icon-menu-close2:before {
    content: "\ee3e";
}

.icon-enter4:before {
    content: "\ee3f";
}

.icon-enter5:before {
    content: "\ee40";
}

.icon-esc:before {
    content: "\ee41";
}

.icon-enter6:before {
    content: "\ee42";
}

.icon-backspace:before {
    content: "\ee43";
}

.icon-backspace2:before {
    content: "\ee44";
}

.icon-tab:before {
    content: "\ee45";
}

.icon-transmission:before {
    content: "\ee46";
}

.icon-transmission2:before {
    content: "\ee47";
}

.icon-sort:before {
    content: "\ee48";
}

.icon-sort2:before {
    content: "\ee49";
}

.icon-move-up:before {
    content: "\ee4a";
}

.icon-move-down:before {
    content: "\ee4b";
}

.icon-sort-alpha-asc:before {
    content: "\ee4c";
}

.icon-sort-alpha-desc:before {
    content: "\ee4d";
}

.icon-sort-numeric-asc:before {
    content: "\ee4e";
}

.icon-sort-numberic-desc:before {
    content: "\ee4f";
}

.icon-sort-amount-asc:before {
    content: "\ee50";
}

.icon-sort-amount-desc:before {
    content: "\ee51";
}

.icon-sort-time-asc:before {
    content: "\ee52";
}

.icon-sort-time-desc:before {
    content: "\ee53";
}

.icon-battery-6:before {
    content: "\ee54";
}

.icon-battery-5:before {
    content: "\ee55";
}

.icon-battery-4:before {
    content: "\ee56";
}

.icon-battery-3:before {
    content: "\ee57";
}

.icon-battery-2:before {
    content: "\ee58";
}

.icon-battery-1:before {
    content: "\ee59";
}

.icon-battery-0:before {
    content: "\ee5a";
}

.icon-battery-charging:before {
    content: "\ee5b";
}

.icon-key-keyboard:before {
    content: "\ee5c";
}

.icon-key-A:before {
    content: "\ee5d";
}

.icon-key-up:before {
    content: "\ee5e";
}

.icon-key-right:before {
    content: "\ee5f";
}

.icon-key-down:before {
    content: "\ee60";
}

.icon-key-left:before {
    content: "\ee61";
}

.icon-command:before {
    content: "\ee62";
}

.icon-shift:before {
    content: "\ee63";
}

.icon-ctrl:before {
    content: "\ee64";
}

.icon-opt:before {
    content: "\ee65";
}

.icon-checkbox-checked:before {
    content: "\ee66";
}

.icon-checkbox-unchecked:before {
    content: "\ee67";
}

.icon-checkbox-partial:before {
    content: "\ee68";
}

.icon-square:before {
    content: "\ee69";
}

.icon-triangle:before {
    content: "\ee6a";
}

.icon-triangle2:before {
    content: "\ee6b";
}

.icon-diamond3:before {
    content: "\ee6c";
}

.icon-diamond4:before {
    content: "\ee6d";
}

.icon-checkbox-checked2:before {
    content: "\ee6e";
}

.icon-checkbox-unchecked2:before {
    content: "\ee6f";
}

.icon-checkbox-partial2:before {
    content: "\ee70";
}

.icon-radio-checked:before {
    content: "\ee71";
}

.icon-radio-checked2:before {
    content: "\ee72";
}

.icon-radio-unchecked:before {
    content: "\ee73";
}

.icon-toggle-on:before {
    content: "\ee74";
}

.icon-toggle-off:before {
    content: "\ee75";
}

.icon-checkmark-circle:before {
    content: "\ee76";
}

.icon-circle:before {
    content: "\ee77";
}

.icon-circle2:before {
    content: "\ee78";
}

.icon-circles:before {
    content: "\ee79";
}

.icon-circles2:before {
    content: "\ee7a";
}

.icon-crop:before {
    content: "\ee7b";
}

.icon-crop2:before {
    content: "\ee7c";
}

.icon-make-group:before {
    content: "\ee7d";
}

.icon-ungroup:before {
    content: "\ee7e";
}

.icon-vector:before {
    content: "\ee7f";
}

.icon-vector2:before {
    content: "\ee80";
}

.icon-rulers:before {
    content: "\ee81";
}

.icon-ruler:before {
    content: "\ee82";
}

.icon-pencil-ruler:before {
    content: "\ee83";
}

.icon-scissors:before {
    content: "\ee84";
}

.icon-scissors2:before {
    content: "\ee85";
}

.icon-scissors3:before {
    content: "\ee86";
}

.icon-haircut:before {
    content: "\ee87";
}

.icon-comb:before {
    content: "\ee88";
}

.icon-filter:before {
    content: "\ee89";
}

.icon-filter2:before {
    content: "\ee8a";
}

.icon-filter3:before {
    content: "\ee8b";
}

.icon-filter4:before {
    content: "\ee8c";
}

.icon-font:before {
    content: "\ee8d";
}

.icon-ampersand:before {
    content: "\ee8e";
}

.icon-ligature:before {
    content: "\ee8f";
}

.icon-ligature2:before {
    content: "\ee90";
}

.icon-font-size:before {
    content: "\ee91";
}

.icon-typography:before {
    content: "\ee92";
}

.icon-text-height:before {
    content: "\ee93";
}

.icon-text-width:before {
    content: "\ee94";
}

.icon-height2:before {
    content: "\ee95";
}

.icon-width:before {
    content: "\ee96";
}

.icon-bold:before {
    content: "\ee97";
}

.icon-underline:before {
    content: "\ee98";
}

.icon-italic:before {
    content: "\ee99";
}

.icon-strikethrough:before {
    content: "\ee9a";
}

.icon-strikethrough2:before {
    content: "\ee9b";
}

.icon-font-size2:before {
    content: "\ee9c";
}

.icon-bold2:before {
    content: "\ee9d";
}

.icon-underline2:before {
    content: "\ee9e";
}

.icon-italic2:before {
    content: "\ee9f";
}

.icon-strikethrough3:before {
    content: "\eea0";
}

.icon-omega:before {
    content: "\eea1";
}

.icon-sigma:before {
    content: "\eea2";
}

.icon-nbsp:before {
    content: "\eea3";
}

.icon-page-break:before {
    content: "\eea4";
}

.icon-page-break2:before {
    content: "\eea5";
}

.icon-superscript:before {
    content: "\eea6";
}

.icon-subscript:before {
    content: "\eea7";
}

.icon-superscript2:before {
    content: "\eea8";
}

.icon-subscript2:before {
    content: "\eea9";
}

.icon-text-color:before {
    content: "\eeaa";
}

.icon-highlight:before {
    content: "\eeab";
}

.icon-pagebreak:before {
    content: "\eeac";
}

.icon-clear-formatting:before {
    content: "\eead";
}

.icon-table:before {
    content: "\eeae";
}

.icon-table2:before {
    content: "\eeaf";
}

.icon-insert-template:before {
    content: "\eeb0";
}

.icon-pilcrow:before {
    content: "\eeb1";
}

.icon-ltr:before {
    content: "\eeb2";
}

.icon-rtl:before {
    content: "\eeb3";
}

.icon-ltr2:before {
    content: "\eeb4";
}

.icon-rtl2:before {
    content: "\eeb5";
}

.icon-section:before {
    content: "\eeb6";
}

.icon-paragraph-left:before {
    content: "\eeb7";
}

.icon-paragraph-center:before {
    content: "\eeb8";
}

.icon-paragraph-right:before {
    content: "\eeb9";
}

.icon-paragraph-justify:before {
    content: "\eeba";
}

.icon-paragraph-left2:before {
    content: "\eebb";
}

.icon-paragraph-center2:before {
    content: "\eebc";
}

.icon-paragraph-right2:before {
    content: "\eebd";
}

.icon-paragraph-justify2:before {
    content: "\eebe";
}

.icon-indent-increase:before {
    content: "\eebf";
}

.icon-indent-decrease:before {
    content: "\eec0";
}

.icon-paragraph-left3:before {
    content: "\eec1";
}

.icon-paragraph-center3:before {
    content: "\eec2";
}

.icon-paragraph-right3:before {
    content: "\eec3";
}

.icon-paragraph-justify3:before {
    content: "\eec4";
}

.icon-indent-increase2:before {
    content: "\eec5";
}

.icon-indent-decrease2:before {
    content: "\eec6";
}

.icon-share:before {
    content: "\eec7";
}

.icon-share2:before {
    content: "\eec8";
}

.icon-new-tab:before {
    content: "\eec9";
}

.icon-new-tab2:before {
    content: "\eeca";
}

.icon-popout:before {
    content: "\eecb";
}

.icon-embed:before {
    content: "\eecc";
}

.icon-embed2:before {
    content: "\eecd";
}

.icon-markup:before {
    content: "\eece";
}

.icon-regexp:before {
    content: "\eecf";
}

.icon-regexp2:before {
    content: "\eed0";
}

.icon-code:before {
    content: "\eed1";
}

.icon-circle-css:before {
    content: "\eed2";
}

.icon-circle-code:before {
    content: "\eed3";
}

.icon-terminal:before {
    content: "\eed4";
}

.icon-unicode:before {
    content: "\eed5";
}

.icon-seven-segment-0:before {
    content: "\eed6";
}

.icon-seven-segment-1:before {
    content: "\eed7";
}

.icon-seven-segment-2:before {
    content: "\eed8";
}

.icon-seven-segment-3:before {
    content: "\eed9";
}

.icon-seven-segment-4:before {
    content: "\eeda";
}

.icon-seven-segment-5:before {
    content: "\eedb";
}

.icon-seven-segment-6:before {
    content: "\eedc";
}

.icon-seven-segment-7:before {
    content: "\eedd";
}

.icon-seven-segment-8:before {
    content: "\eede";
}

.icon-seven-segment-9:before {
    content: "\eedf";
}

.icon-share3:before {
    content: "\eee0";
}

.icon-share4:before {
    content: "\eee1";
}

.icon-mail:before {
    content: "\eee2";
}

.icon-mail2:before {
    content: "\eee3";
}

.icon-mail3:before {
    content: "\eee4";
}

.icon-mail4:before {
    content: "\eee5";
}

.icon-amazon:before {
    content: "\eee6";
}

.icon-google:before {
    content: "\eee7";
}

.icon-google2:before {
    content: "\eee8";
}

.icon-google3:before {
    content: "\eee9";
}

.icon-google-plus:before {
    content: "\eeea";
}

.icon-google-plus2:before {
    content: "\eeeb";
}

.icon-google-plus3:before {
    content: "\eeec";
}

.icon-hangouts:before {
    content: "\eeed";
}

.icon-google-drive:before {
    content: "\eeee";
}

.icon-facebook:before {
    content: "\eeef";
}

.icon-facebook2:before {
    content: "\eef0";
}

.icon-instagram:before {
    content: "\eef1";
}

.icon-whatsapp:before {
    content: "\eef2";
}

.icon-spotify:before {
    content: "\eef3";
}

.icon-telegram:before {
    content: "\eef4";
}

.icon-twitter:before {
    content: "\eef5";
}

.icon-vine:before {
    content: "\eef6";
}

.icon-vk:before {
    content: "\eef7";
}

.icon-renren:before {
    content: "\eef8";
}

.icon-sina-weibo:before {
    content: "\eef9";
}

.icon-rss:before {
    content: "\eefa";
}

.icon-rss2:before {
    content: "\eefb";
}

.icon-youtube:before {
    content: "\eefc";
}

.icon-youtube2:before {
    content: "\eefd";
}

.icon-twitch:before {
    content: "\eefe";
}

.icon-vimeo:before {
    content: "\eeff";
}

.icon-vimeo2:before {
    content: "\ef00";
}

.icon-lanyrd:before {
    content: "\ef01";
}

.icon-flickr:before {
    content: "\ef02";
}

.icon-flickr2:before {
    content: "\ef03";
}

.icon-flickr3:before {
    content: "\ef04";
}

.icon-flickr4:before {
    content: "\ef05";
}

.icon-dribbble:before {
    content: "\ef06";
}

.icon-behance:before {
    content: "\ef07";
}

.icon-behance2:before {
    content: "\ef08";
}

.icon-deviantart:before {
    content: "\ef09";
}

.icon-500px:before {
    content: "\ef0a";
}

.icon-steam:before {
    content: "\ef0b";
}

.icon-steam2:before {
    content: "\ef0c";
}

.icon-dropbox:before {
    content: "\ef0d";
}

.icon-onedrive:before {
    content: "\ef0e";
}

.icon-github:before {
    content: "\ef0f";
}

.icon-npm:before {
    content: "\ef10";
}

.icon-basecamp:before {
    content: "\ef11";
}

.icon-trello:before {
    content: "\ef12";
}

.icon-wordpress:before {
    content: "\ef13";
}

.icon-joomla:before {
    content: "\ef14";
}

.icon-ello:before {
    content: "\ef15";
}

.icon-blogger:before {
    content: "\ef16";
}

.icon-blogger2:before {
    content: "\ef17";
}

.icon-tumblr:before {
    content: "\ef18";
}

.icon-tumblr2:before {
    content: "\ef19";
}

.icon-yahoo:before {
    content: "\ef1a";
}

.icon-yahoo2:before {
    content: "\ef1b";
}

.icon-tux:before {
    content: "\ef1c";
}

.icon-appleinc:before {
    content: "\ef1d";
}

.icon-finder:before {
    content: "\ef1e";
}

.icon-android:before {
    content: "\ef1f";
}

.icon-windows:before {
    content: "\ef20";
}

.icon-windows8:before {
    content: "\ef21";
}

.icon-soundcloud:before {
    content: "\ef22";
}

.icon-soundcloud2:before {
    content: "\ef23";
}

.icon-skype:before {
    content: "\ef24";
}

.icon-reddit:before {
    content: "\ef25";
}

.icon-hackernews:before {
    content: "\ef26";
}

.icon-wikipedia:before {
    content: "\ef27";
}

.icon-linkedin:before {
    content: "\ef28";
}

.icon-linkedin2:before {
    content: "\ef29";
}

.icon-lastfm:before {
    content: "\ef2a";
}

.icon-lastfm2:before {
    content: "\ef2b";
}

.icon-delicious:before {
    content: "\ef2c";
}

.icon-stumbleupon:before {
    content: "\ef2d";
}

.icon-stumbleupon2:before {
    content: "\ef2e";
}

.icon-stackoverflow:before {
    content: "\ef2f";
}

.icon-pinterest:before {
    content: "\ef30";
}

.icon-pinterest2:before {
    content: "\ef31";
}

.icon-xing:before {
    content: "\ef32";
}

.icon-xing2:before {
    content: "\ef33";
}

.icon-flattr:before {
    content: "\ef34";
}

.icon-foursquare:before {
    content: "\ef35";
}

.icon-yelp:before {
    content: "\ef36";
}

.icon-paypal:before {
    content: "\ef37";
}

.icon-chrome:before {
    content: "\ef38";
}

.icon-firefox:before {
    content: "\ef39";
}

.icon-IE:before {
    content: "\ef3a";
}

.icon-edge:before {
    content: "\ef3b";
}

.icon-safari:before {
    content: "\ef3c";
}

.icon-opera:before {
    content: "\ef3d";
}

.icon-file-pdf:before {
    content: "\ef3e";
}

.icon-file-openoffice:before {
    content: "\ef3f";
}

.icon-file-word:before {
    content: "\ef40";
}

.icon-file-excel:before {
    content: "\ef41";
}

.icon-libreoffice:before {
    content: "\ef42";
}

.icon-html-five:before {
    content: "\ef43";
}

.icon-html-five2:before {
    content: "\ef44";
}

.icon-css3:before {
    content: "\ef45";
}

.icon-git:before {
    content: "\ef46";
}

.icon-codepen:before {
    content: "\ef47";
}

.icon-svg:before {
    content: "\ef48";
}

.icon-IcoMoon:before {
    content: "\ef49";
}
