/* ============================================== */
/* FONTS */
/* ============================================== */

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ============================================== */
/* CONTENTS */
/* ============================================== */

.container,
.content,
.content-center{
  overflow:hidden;
  margin:0 auto;
  width:100%;
  position: relative;
  z-index: 999;
}

.content{
  max-width:1440px;
  margin:0 auto;
}

#container{padding:40px;}
.content-center{max-width:900px;}
.clear{clear: both;}
.line{border-bottom:1px solid #444444;margin-bottom:20px;padding-top:20px;width: 100%;}
.line-footer{border-bottom:1px solid #444444;max-width:1440px;width: 100%;margin:0 auto;}

@media screen and (max-width: 1440px){
  .content{
    max-width:1280px;
  }
}

@media screen and (max-width: 1280px){
  .content{max-width:1110px;}
  .content-menu{margin:0;}
  #container{padding:0px;}
}

.proof{
  background: #cccccc;
  width: 100%;
  height: 300px;
  overflow: hidden;
}


/* ============================================== */
/* BLOCKS */
/* ============================================== */


.block,
.block-big,
.block-top,
.block-bottom{
  width: 100%;
  overflow: hidden;
}

.block{padding:80px 0;}
.block-top{padding:180px 0 0 0;}
.block-big{padding:180px 0;}
.block-bottom{padding:80px 0;}

@media screen and (max-width: 1440px){
  .block{
    padding:60px 0;
  }
}

@media screen and (max-width: 960px){
  .block{padding:20px 0;}
  .block-top{padding:80px 0 0 0;}
  .block-big{padding:80px 0;}
  .block-bottom{padding:40px 0;}
}


/* ============================================================================ */
/* BLOCK-IMG */
/* ============================================================================ */

.block-box-left,
.block-box-right{

  padding: 0;
  width: 600px;

  position: absolute;
  top: 50%;
  z-index: 99;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);

}

.block-box-right{
  right: 8%;
}

.block-box-left{
  left: 12%;
}


.block-box-center,
.block-box-center-subpage{
  max-width: 720px;
  width: 100%;
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  padding: 50px;
  position: absolute;
  top: 50%;
  z-index: 99;
  background: transparent;
}

.block-box-center-subpage{
  top: 67%;
}

.block-box-center-subpage h1,
.block-box-center-subpage h2{
  color:white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px){

  .block-box-left,
  .block-box-right,
  .block-box-center{
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px;
    left: 0;
    right: none;
    position: relative;
    top: 0;
    overflow: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
  }

  .block-box-center-subpage h1,
  .block-box-center-subpage h2{
    margin: 5px 0;
  }

}

/*-- images --*/

.block-box-img{
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}

.block-box-img ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.block-box-img ul li{
  display: block;
  float: left;
  margin:5px;
  padding:0;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.block-box-img ul li img{
  min-width: 150px;
  left: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 99;
  background: white;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.block-box-img ul li a{
  display: block;
  float: left;
  padding: 5px;
  margin: 0;
  opacity: 0.5;
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

.block-box-img ul li a.current,
.block-box-img ul li a:hover{
  opacity: 1;
}

.block-box-img ul li a img{
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1440px){

  .block-box-img ul li{
    width: 80px;
    height: 80px;
  }

}

@media screen and (max-width: 1280px){

  .block-box-img ul li{
    width: 60px;
    height: 60px;
  }

}

@media screen and (max-width: 768px){

  .block-box-img ul li{
    width: 100px;
    height: 100px;
  }

}


.img-subpage{
  height:400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}

.img-subpage img{
  left: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  min-width: 1920px;
  position: absolute;
  color: white;
  top: 50%;
  z-index: 4;
  background: transparent;
}

@media screen and (max-width: 768px){

  .img-subpage{
    height:200px;
  }

}


/* ============================================== */
/* COLUMNS */
/* ============================================== */


.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1{

    margin:0;
    float:left;
    overflow: hidden;
    display: block;
    position: relative;

}

.col-12{width:100%;}
.col-11{width:91.67%;}
.col-10{width:83.34%;}
.col-9{width:75%;}
.col-8{width:66.66%;} /* -- */
.col-7{width:58.34%;}
.col-6{width:50%;}    /* -- */
.col-5{width:41.66%;}
.col-4{width:33.3333333333%;} /* -- */
.col-3{width:25%;}    /* -- */
.col-2{width:16.66%;} /* -- */
.col-1{width:8.33%;}

@media screen and (max-width: 1280px) {
  .col-2,
  .col-5,
  .col-7,
  .col-10,
  .col-11{width:100%;}
}

@media screen and (max-width: 768px) {
  .col-8,
  .col-6,
  .col-4,
  .col-3,
  .col-9{width:100%;}
}

/*-- Columns-text --*/

.col-2-text,
.col-3-text,
.col-4-text,
.col-5-text {
  margin: 0em;
  -webkit-column-gap:35px;
  -moz-column-gap:35px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.col-2-text {column-count: 2;-webkit-column-count: 2;-moz-column-count: 2;}
.col-3-text {column-count: 3;-webkit-column-count: 3;-moz-column-count: 3;}
.col-4-text {column-count: 4;-webkit-column-count: 4;-moz-column-count: 4;}
.col-5-text {column-count: 5;-webkit-column-count: 5;-moz-column-count: 5;}

@media screen and (max-width: 1440px) {
  .col-2-text{column-count: 1;-webkit-column-count: 1;-moz-column-count: 1;}
  .col-3-text,.col-4-text,.col-5-text {column-count: 2;-webkit-column-count: 2;-moz-column-count: 2;}
}

@media screen and (max-width: 520px) {
  .col-2-text,.col-3-text,.col-4-text,.col-5-text {
    column-count: 1;-webkit-column-count: 1;-moz-column-count: 1;
  }
}


/* ============================================== */
/* FLOAT */
/* ============================================== */


.left{float:left;}
.right{float:right;}

@media screen and (max-width: 768px){
  .center-mobile{text-align: center;}
  .padding-mobile{padding:0 10px;}
  .left,
  .right{
    float:none;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 0.85em;
  }

  .right{padding:10px 0 20px 0;}
}


/* ============================================== */
/* CLOSE */
/* ============================================== */


@media screen and (max-width: 1440px){
  .close-laptop{display:none;overflow: hidden;}
}
@media screen and (max-width: 1280px){
  .close-tablet{display:none;overflow: hidden;}
}
@media screen and (max-width: 768px){
  .close-mobile{display:none;overflow: hidden;}
}

@media screen and (min-width: 1440px){
  .open-laptop{display:none;overflow: hidden;}
}
@media screen and (min-width: 1280px){
  .open-tablet{display:none;overflow: hidden;}
}
@media screen and (min-width: 768px){
  .open-mobile{display:none;overflow: hidden;}
}


/* ============================================== */
/* PADDINGS */
/* ============================================== */

.p-5,
.p-10,
.p-20,
.p-30{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow: hidden;
}

.p-5{padding:5px;}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-30{padding:30px;}

/* ============================================== */
/* TEXT-ALIGN */
/* ============================================== */


.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

@media screen and (max-width: 1280px){
  .text-left,
  .text-right{text-align:left;}
}


/* ============================================== */
/* FLEXBOX */
/* ============================================== */


.flex-center,
.flex-left,
.flex-right{
  width: 100%;
  display: flex;
}

.flex-center{justify-content:center;}
.flex-right{justify-content:flex-end;}
.flex-left{justify-content:flex-start;}

@media screen and (max-width: 1280px){
  .flex-right,
  .flex-left{justify-content:center;}

}


@media screen and (max-width: 1280px){
  .flex-container {

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-item:nth-of-type(1) { order: 2; }
  .flex-item:nth-of-type(2) { order: 1; }

}


/* ============================================== */
/* BG-COLORS */
/* ============================================== */


.bg-blue-dark,
.bg-blue-soft,
.bg-guinda,
.bg-dark,
.bg-white,
.bg-black,
.bg-blue,
.bg-gray,
.bg-gray-dark{
  overflow: hidden;
  display: block;
  width: 100%;
}


.bg-blue-dark{background: #1F222E;}
.bg-blue-soft{background:#f4fdff;}
.bg-blue{background:#1375fb;}
.bg-dark{background:#36383C;}
.bg-black{background:#222222;}
.bg-gray{background:#f2f2f2;}
.bg-gray-dark{background:#525558;}
.bg-white{background: white;}
.bg-green{background:#013801;}
.bg-guinda{background:#6E2543;}

/* ============================================== */
/* OVERLAY */
/* ============================================== */

.bg-overlay-blue-hard,
.bg-overlay-blue-subpage,
.bg-overlay-blue,
.bg-overlay-banner,
.bg-overlay-teaser{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  z-index:5;
}

.bg-overlay-teaser{background-color: rgba(140, 149, 214, 0.3);}
.bg-overlay-banner{background: rgba(102, 105, 126, 0.3);}
.bg-overlay-blue{background: rgba(102, 105, 126, 0.5);}
.bg-overlay-blue-subpage{background: rgba(117, 140, 230, 0.85);}
.bg-overlay-blue-hard{background: rgba(69, 99, 226, 0.85);}


/* ============================================== */
/* BUTTONS */
/* ============================================== */

.buttons{
  overflow: hidden;
  width: 100%;
  margin: 0;
}


.buttons ul{
  list-style-type: none;
  margin:20px 0;
  padding:0;
}

.buttons ul li{
  float:left;
  display: block;
}

.buttons ul li a:first-child{
  margin-right: 15px;
}

@media screen and (max-width: 480px){

  .buttons ul{margin: 5px 0;}
  .buttons ul li{width: 100%;}
  .buttons ul li a{
    margin: 5px 0;
    width: 100%;
    display: block;
  }

}

.btn-more,
.btn-cta,
.btn-line,
.btn-submit,
input[type=submit]{

  display: block;
  overflow: hidden;
  margin: 15px 0;
  text-align: center;
  color: white;
  width: 200px;
  float: left;
  text-decoration: none;
  letter-spacing: 1px;
  cursor: pointer;
  padding:10px 0;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: 'SanFrancisco-Heavy', sans-serif;
  font-size:0.85em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

}

.btn-line{
  border:1px solid rgba(0,0,0,1);
  color:#393d42;
  text-shadow:none;
}
.btn-line:hover{
  background: rgba(69, 99, 226, 1);
  border:1px solid rgba(69, 99, 226, 1);
  color:white;
}


/* ------- */

.btn-more{
  color: white;
  position: relative;
  padding: 10px 0;
  border-radius: 0;
  letter-spacing: 2px;
  width: 70px;
  text-align: left;
  background: transparent;
  font-family: 'SanFrancisco-Medium', sans-serif;
  border-bottom: 2px solid white;
}

.btn-more:hover{
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
  width: 80px;
}

.btn-more:after{
  content: "\f3d6";
  font-family: "Ionicons";
  padding:0;
  font-size: 2em;
  color:white;
  right: 0;
  top:10px;
  z-index: 9999;
  position: absolute;
}


/* ------- */

input[type=submit],
.btn-submit,
.btn-cta{
  background: transparent;
  border: 1px solid rgba(255,255,255,1);
  color:white;
}

input[type=submit]{
  padding:13px 0;
}

input[type=submit]:hover,
.btn-submit:hover,
.btn-cta:hover{
  background: rgba(69, 99, 226, 1);
  border: 1px solid rgba(69, 99, 226, 1);
}

/* ------- */

.footer-link{color:rgba(69, 99, 226, 1);}
.footer-link:hover{
  color:white;
}

/* ------- */

.footer-link,
.footer-link:hover,
.btn-login:hover,
.btn-submit:hover,
.btn-line:hover{
  cursor: pointer;
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

.btn-cta:hover,
.btn-submit:hover{box-shadow: 0 3px 8px rgba(0,0,0,0.3)}

@media screen and (max-width: 768px){

  input[type=submit],
  .btn-submit{width: 100%;margin:20px auto 0;padding:15px 0;background: #718AF2;border: none;}

  .btn-cta,
  .btn-line{
    width: 217px;
    float: none;
    margin:15px auto;
    padding:15px 0;
  }
}

/* ============================================== */
/* PRELOADER */
/* ============================================== */


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f8f8;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}


.icon {
  width:60px;
  height:68px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*background-image: url("./../../images/body/icon.svg");*/
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -34px 0 0 -30px;
}


.loader {
    border: 5px solid #ddd; /* Light grey */
    border-top: 5px solid rgba(69, 99, 226, 0.8); /* Color */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin:0 auto;
    animation: spin 0.80s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ============================================== */
/* ALERTS */
/* ============================================== */


.alert-success,
.alert-error{
  padding:0;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.alert-success{
  background: #DFF0D8;
  border:1px solid #cce2c3;
}

.alert-error{
  background: #f9b1b1;
  border:1px solid #ef9e9e;
}

.alert-success p,
.alert-error p{
  padding:15px;
}

.alert-success p,
.alert-success button:before{
  color:#3C763D;
}

.alert-error p,
.alert-error button:before{
  color:#AF2A2B;
}

.alert-success button,
.alert-error button{
  right: 0;
  background: transparent;
  border:none;
  outline:none;
  border-radius: .25em;
  cursor: pointer;
  position: absolute;
}

.alert-error button:before,
.alert-success button:before{
  content: "\f2d7";
  font-family: "Ionicons";
  padding:7px;
  margin:5px;
  display: block;
  font-size: 2em;
}

@media screen and (max-width: 768px){
  .alert-success,
  .alert-error{
    text-align: left;
  }
}

/* ============================================== */
/* SOCIAL-share */
/* ============================================== */


.social-share{
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.social-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-share li{

  font-size: 1.5em;
  color:white;
  padding:0 6px;
  height: 35px;
  width: 35px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin:10px 5px;
  display: inline-block;
  overflow: hidden;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.social-share li:hover{
  opacity: 0.6;
  cursor: pointer;
}

.social-share li i:before{
  margin:0;
}

.social-share ul li:first-child{margin-left:0;}

/*.social-share li.share-fb span i{color: #2d609b;}
.social-share li.share-twitter span i{color: #00c3f3;}
.social-share li.share-google-plus span i{color: #eb4026;}
.social-share li.share-linkedin span i{color: #0074a1;}
.social-share li.share-pinterest span i{color: #ca212a;}
.social-share li.share-tumblr span i{color: #36465d;}
.social-share li.share-youtube span i{color: #fc0d1c;}
.social-share li.share-instagram i{color: white;}
.social-share li.share-instagram{
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}*/

.social-share li.share-fb span i,
.social-share li.share-twitter span i,
.social-share li.share-google-plus span i,
.social-share li.share-linkedin span i,
.social-share li.share-pinterest span i,
.social-share li.share-tumblr span i,
.social-share li.share-youtube span i,
.social-share li.share-instagram i{color: white;}


@media screen and (max-width: 1280px){

  .social-share li{
    height: 40px;
    width: 40px;
    padding:4px 9px;
    margin:3px;
  }

}

/* ============================================== */
/* SOCIAL-SHARE-BLOG */
/* ============================================== */


.social-share-blog{
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin:20px 0;
}

.social-share-blog ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-share-blog li{
  padding:4px 9px;
  color:white;
  font-size: 1.5em;
  height: 45px;
  width: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin:1px;
  display: block;
  float: left;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.social-share-blog li:hover{
  opacity: 0.6;
  cursor: pointer;
}

.social-share-blog li i:before{
  margin:0;
}


.social-share-blog li.share-fb{background-color: #2d609b;}
.social-share-blog li.share-twitter{background-color: #00c3f3;}
.social-share-blog li.share-google-plus{background-color: #eb4026;}
.social-share-blog li.share-linkedin{background-color: #0074a1;}
.social-share-blog li.share-pinterest{background-color: #ca212a;}
.social-share-blog li.share-tumblr{background-color: #36465d;}


@media screen and (max-width: 960px){

  .social-share-blog li{
    height: 40px;
    width: 40px;
    padding:4px 9px;
    margin:3px;
  }

}

/* ============================================== */
/* YOUTUBE */
/* ============================================== */

.youtuber { /* continer (responsive) */
  position: relative;
  cursor: pointer;
  background: black no-repeat center center / cover;
  padding-bottom: 56.25%; /* 16:9 */
  clear:both;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  margin-bottom:10px;
  opacity: 1;
}

.youtuber:hover{
  opacity: 0.5;
}

/* ============================================== */
/* INFO */
/* ============================================== */

.info{
  overflow: hidden;
  float: left;
  width: 100%;
  display: block;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.info ul {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
  float: right;
}

.info li{
  display:block;
  float: left;
  padding: 0;
  color:white;
  font-family: 'SanFrancisco-Medium', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  font-size:1em;
  padding:15px 9px;
  display: block;

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

}

.info li b{
  font-family: 'SanFrancisco-Heavy', sans-serif;
  color: white;
}

.info li a:hover{
  color: white;
}


/* ============================================== */
/* TEASERS-MENU */
/* ============================================== */

.teaser-homepage-section{
  position: relative;
  height:320px;
  background: transparent;
  float: left;
  display: block;
  width: 100%;
}

.teaser-homepage{
  width: 1440px;
  left:50%;
  overflow: hidden;
  margin-left:-720px;
  padding:0;
  display: block;
  position: absolute;
  bottom:0px;
  background: transparent;
  z-index: 9999;
}

.teaser-homepage ul{
  margin: 0;
  padding:0;
  list-style: none;
  width: 100%;
  display: block;
}

.teaser-homepage ul li:nth-child(1){background-color: rgba(155, 167, 249, 1);}
.teaser-homepage ul li:nth-child(2){background-color: rgba(119, 134, 242, 1);}
.teaser-homepage ul li:nth-child(3){background-color: rgba(77, 95, 225, 1);}

.teaser-homepage ul li{
  width:32.30%;
  height: 450px;
  padding:0;
  margin: 0 0.5%;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: rgba(119, 134, 242, 1);
}


.teaser-homepage ul li::after {
  content: "";
  /*background: url('./../../images/body/logo_icon.svg')no-repeat;*/
  opacity: 0.2;
  bottom: -15px;
  right: -50px;
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 250px;
}

.teaser-homepage ul li,
.teaser-homepage ul li:hover{
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

.teaser-homepage ul li:hover{
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  cursor:pointer;
}

.teaser-homepage ul li .teaser-homepage-wrap{
  left: 50%;
  text-align: left;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  width: 100%;
  padding: 60px;
  position: absolute;
  top: 50%;
  z-index: 99;
  background: transparent;
}

.teaser-homepage h2,
.teaser-homepage p{
  color:white;
  text-align: left;
}

.teaser-homepage p{
  font-size: 16px;
}

.teaser-homepage p{margin:10px 0;}
.teaser-homepage h2{margin:0;}

@media screen and (max-width: 1280px){

  .teaser-homepage p{
    font-size: 14px;
  }

  .teaser-homepage ul li .teaser-homepage-wrap{
    padding: 60px;
  }

  .teaser-homepage-section{
    height:220px;
  }

  .teaser-homepage{
    width: 1110px;
    margin-left:-555px;
  }

  .teaser-homepage ul li{
    width:32%;
    height: 350px;
  }

}

@media screen and (max-width: 768px){

  .teaser-homepage-section{
    height:auto;
  }

  .teaser-homepage{
    width: 100%;
    left:0;
    margin:-60px auto 0 auto;
    position: relative;
  }

  .teaser-homepage ul li{
    width:100%;
    height:auto;
    padding: 35px;
    margin: 5px 0;
  }

  .teaser-homepage ul li:last-child{margin:5px 0 0 0;}

  .teaser-homepage ul li .teaser-homepage-wrap{
    display: block;
    width: 100%;
    margin: 0;
    padding:0;
    left: 0;
    right: none;
    position: relative;
    top: 0;
    overflow: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .teaser-homepage h2{
    font-size:44px;
  }

  .teaser-homepage a.btn-more{
    margin:0;
  }

  .teaser-homepage ul li::after {
    background:none;
  }

}

/* ============================================== */
/* TEASER-BLOG */
/* ============================================== */

.teaser-blog{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding:0;
  display: block;
}

.teaser-blog ul{
  margin: 0;
  padding:0;
}

.teaser-blog ul li{
  padding: 20px;
  margin: 0;
  float: left;
  display: inline-block;
  overflow: hidden;
}

.teaser-blog ul li{width: 25%;}

.teaser-blog ul li a{
  width: 100%;
  display: block;
  padding: 0;
  overflow: hidden;
  float: left;
  position: relative;
}

.teaser-blog ul li a div{
  overflow: hidden;
  height: 200px;
  width: 100%;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
}

.teaser-blog ul li a div img{
  left: 50%;
  min-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.teaser-blog ul li a iframe{
  height: 200px;
  background: black;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top:0;
  padding:0;
  left:0;
}

.teaser-blog ul li a p{
  padding:0;
}

.teaser-blog ul li a:hover h2{
  color:rgba(69, 99, 226, 1)
}

p.date{
  color:#888888;
  font-size: 0.80em;
}


@media screen and (max-width: 1280px){

  .teaser-blog ul li{
    width: 33.333333%;
  }

}

@media screen and (max-width: 768px){

  .teaser-blog ul li{
    width: 50%;
  }

}

@media screen and (max-width: 480px){

  .teaser-blog ul li{
    width: 100%;
  }

}


/* ============================================== */
/* TEASERS-MENU */
/* ============================================== */


.teaser{
  width: 100%;
  margin: 0;
  padding:0;
  display: block;
}

.teaser ul{
  margin: 0;
  padding:0;
}

.teaser ul li{
  width:33.3333333333%;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  display: block;
  overflow: hidden;
  position: relative;
  background: white;
  z-index: 2;
}

.teaser ul li span{
  left: 50%;
  text-align: center;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  width: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 99;
  background: transparent;
}

.teaser ul li h2{
  margin-top:0;
}

.teaser ul li a{
  margin:0 auto;
  float:none;
}

.teaser ul li h2,
.teaser ul li a{
  color:white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.teaser ul li img,
.teaser ul li:hover img{
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}


.teaser ul li img{
  width: 100%;
  -ms-transform: scale(1, 1); /* IE 9 */
  -webkit-transform: scale(1, 1); /* Safari */
  transform: scale(1, 1);
}

.teaser ul li:hover img{
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 960px){

  .bg-overlay-teaser{background-color: rgba(34, 34, 43, 0.3);}

  .teaser ul{
      margin:-30px auto 20px auto;
      width: 100%;
      z-index: 9999;
      display: block;
      float: left;
    }

  .teaser ul li{
    width: 450px;
    margin:0 auto;
    float: none;
    height: 450px;
    padding: 0;
  }
}


@media screen and (max-width: 768px){

  .teaser ul li{
    width: 285px;
    height: 285px;
  }

  .teaser ul li h2{
    font-size: 44px;
  }

  .teaser ul{
    margin:-30px auto 0 auto;
  }

}

/* ============================================== */
/* CASA */
/* ============================================== */

.casa img{
  padding:3px;
  overflow: hidden;
}

/* ============================================== */
/* TEASERS-MENU */
/* ============================================== */


.services{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding:0;
  display: block;
}

.services ul{
  margin: 0;
  padding:0;
}

.services ul li{
  width: 20%;
  padding: 0 10px;
  margin: 0;
  float: left;
  text-align: left;
  display: block;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.services ul li:first-child{padding:0 10px 0 0;}
.services ul li:last-child{padding:0 0 0 10px;}

.services ul li img{
  width: 100%;
  margin-bottom:20px;
}

@media screen and (max-width: 1440px){
  .services ul li{
    width: 33.333%;
  }

  .services ul li,
  .services ul li:first-child,
  .services ul li:last-child{padding:10px;}

}

@media screen and (max-width: 768px){
  .services ul li{
    width: 50%;
    height: auto;
  }
}

@media screen and (max-width: 480px){
  .services ul li{
    width: 100%;
  }
}


/* ============================================== */
/* TEASERS-MENU */
/* ============================================== */

.title .h2{
  margin-bottom:40px;
}

/* ============================================== */
/* MENU-HORIZONTAL */
/* ============================================== */

.menu-horizontal{
  overflow: hidden;
  width: 100%;
  margin: 0;
}


.menu-horizontal ul{
  list-style-type: none;
  margin:20px 0;
  padding:0;
  overflow: hidden;
}

.menu-horizontal ul li{
  margin:0;
}

.menu-horizontal ul li:first-child{
  padding:0 20px 0 0;
}

.menu-horizontal ul li a{
  color:#666666;
  display: block;
  float: left;
  padding:0 20px;
  position: relative;
}

.menu-horizontal ul li a:after{
  content: "\f125";
  font-family: "Ionicons";
  padding:0;
  right: -5px;
  top:0;
  z-index: 9999;
  position: absolute;
}

.menu-horizontal ul li:last-child a:after{
  content: "";
}

.menu-horizontal ul li:last-child a{
  color:black;
}

.menu-horizontal ul li a:hover{
  color: rgba(69, 99, 226, 0.9);
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

/* ============================================== */
/* MENU-VERTICAL */
/* ============================================== */

.menu-vertical,
.menu-vertical-doctors {
  width: 100%;
  display: block;
  float:left;
}

.menu-vertical ul,
.menu-vertical-doctors ul{
  list-style-type: none;
  margin:0;
  padding:0;
  overflow: hidden;
}

.menu-vertical ul li,
.menu-vertical-doctors ul li{
  overflow: hidden;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  line-height: 1.5em;
  padding: 0;
  font-size: 18px;
}

.menu-vertical ul li a{
  color:#95989A;
  display: block;
  width: 100%;
  padding: 10px 0;

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

.menu-vertical ul li.line {
  border-bottom: 1px solid #444444;
  margin:0;
}

.menu-vertical ul li a:hover{
  color:white;
}

.menu-vertical ul li i{
  font-size: 1.5em;
}

.menu-vertical ul li i.ion-record{
  font-size: 0.55em;
}

.menu-vertical-doctors ul li span{
  width: 50px;
  height: 3px;
  background: #393d42;
  float: left;
  margin:20px 0;
}

@media screen and (max-width: 768px){
  .menu-vertical ul li a{
    text-align: center;
  }

  .menu-vertical-doctors ul li span{
    float: none;
    display: block;
    margin:20px auto;
  }
}


/* ============================================== */
/* SUBIR */
/* ============================================== */

.nav_up{display: none;}

.nav_up{
  bottom:0;
  right: 20px;
  position: absolute;
  background: rgba(69, 99, 226, 1);
  display:block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999999;
  border-radius: 5px 5px 0 0;
}

.nav_up:before{
  content: "\f10e";
  font-family: "Ionicons";
  text-align: center;
  padding:17px 0;
  margin:0;
  display: block;
  color:white;
}

/* ============================================== */
/* FECHA */
/* ============================================== */


.fecha{
  font-size: 1em;
  padding:15px 20px;
  color:white;
}

/* ============================================== */
/* FORMS REGISTRO,LOGIN Y CONTACTO */
/* ============================================== */

.form{
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}

input[name=nombre],
input[name=email],
input[name=telefono],
textarea[name=mensaje]{
  background: transparent;
  border:1px solid #dddddd;
  margin:5px 0;
  position:relative;
  font-size: 1em;
  padding: 15px 20px;
  color:rgba(255, 255, 255, 1);
  float:left;
  display: block;
  border-radius: 5px;
  width: 100%;
  cursor:auto;
  text-align: left;

  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

textarea[name=mensaje]{
  max-width: 460px;
  min-height:150px;
}

@media screen and (max-width: 768px){
  textarea[name=mensaje]{
    max-width: none;
    width: 100%;
    min-height:80px;
  }
}


input[name=nombre]:focus,
input[name=email]:focus,
input[name=telefono]:focus,
textarea[name=mensaje]:focus{
  border:1px solid rgba(69, 99, 226, 1);

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

input::-webkit-input-placeholder {color: #bbbbbb;} /* WebKit */
input:-moz-placeholder {color: #bbbbbb;} /* Firefox 18- */
input::-moz-placeholder {color: #bbbbbb;} /* Firefox 19+ */
input:-ms-input-placeholder {color: #bbbbbb;} /* IE 10+ */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

textarea::-webkit-input-placeholder {color: #bbbbbb;} /* WebKit */
textarea:-moz-placeholder {color: #bbbbbb;} /* Firefox 18- */
textarea::-moz-placeholder {color: #bbbbbb;} /* Firefox 19+ */
textarea:-ms-input-placeholder {color: #bbbbbb;} /* IE 10+ */
textarea:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

img {-webkit-filter: sepia(20%)!important;}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* ============================================== */
/* CUADRO */
/* ============================================== */

.cuadro{
  border:10px solid rgba(152, 171, 254, 1);
  top:-150px;
  left:40%;
  margin-left: -200px;
  background: transparent;
}

.cuadro,
.cuadro .cuadro-color{
  position: absolute;
  width: 360px;
  height: 360px;

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

.cuadro .cuadro-color{
  top:-50px;
  right:-50px;
}

.cuadro .cuadro-color p{
  text-align: left;
  color:white;
}

.cuadro .cuadro-color .cuadro-wrapper{
  left: 50%;
  text-align: center;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);

  width: 100%;
  padding: 45px;
  position: absolute;
  color: white;
  top: 50%;
  z-index: 99;
  background: transparent;
}


@media screen and (max-width: 1440px){
  .cuadro{
    top:-50px;
  }
  .cuadro .cuadro-color{
    top:-50px;
    right:-50px;
  }

}


@media screen and (max-width: 1280px){
  .cuadro{
    top:-90px;
  }
}



@media screen and (max-width: 960px){
  .cuadro{
    top:20px;
    left:50%;
  }
  .cuadro,
  .cuadro .cuadro-color{
    width: 300px;
    height: 320px;
  }

}

@media screen and (max-width: 768px){

  .cuadro,
  .cuadro .cuadro-color{
    width: 100%;
    height: none;
  }

  .cuadro{
    position: relative;
    margin:0 auto;
    top:0;
    left:0;
    border: 0;
    background: rgba(124, 150, 217, 1);
  }
  .cuadro .cuadro-color{
    top:0;
    left:0;
    z-index: 1;
  }

  .cuadro .marco{
    border:10px solid rgba(152, 171, 254, 1);
    bottom:-30px;
    left:20px;
    z-index: 0;
    background: transparent;
    position: absolute;
    width: 768px;
    height: 200px;
  }

}

@media screen and (max-width: 480px){

  .cuadro,
  .cuadro .cuadro-color{
    min-height: 350px;
  }
}

/* ============================================== */
/* TABS */
/* ============================================== */


.wrap-tabs{
  width: 100%;
  display: block;
  overflow: hidden;
}

.right-tabs,
.left-tabs{
  width: 50%;
  float:left;
  overflow: hidden;
  position: relative;
}

.right-tabs,
.left-tabs,
.box-left-tabs,
.box-right-tabs{
  height: 600px;
}

.left-tabs{
  background: red;
}

.right-tabs{
  background: white;
}

.box-right-tabs,
.box-left-tabs{
  max-width: 720px;
  width: 100%;
  position: relative;
}

.left-tabs,
.box-left-tabs{
  background: #252732;
}

.box-left-tabs{float: right;}
.box-right-tabs{float: left;background: transparent;}

.float-box-tabs,
.float-box-tabs-left{

  width: 100%;
  left: 50%;
  text-align: left;
  position: absolute;
  top: 50%;
  z-index: 99;
  background:transparent;
  padding: 80px;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.float-box-tabs h3{color:white;}

.right-tabs img{
  min-width: 1900px;
  left: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  background: white;

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tabs { overflow: hidden;}
#tabs li { list-style: none; }
#tabs li a {
  float: left;
  width: 100%;
  display: block;
  padding: 5px;
  color: #666666;
  text-decoration: none;
  text-align: left;
}

#tabs li a,
#tabs li a:hover,
#tabs li a i,
#tabs li a:hover i {
  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;
}

#tabs li a:hover { color:white;}
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }

#tabs li a i{ opacity: 0;}
#tabs li a:hover i{
  opacity: 1;
  margin-left: 20px;
}

#tabs li.currents a {
  color: white;
}

#tabs li.currents a i{
  color: white;
  opacity: 1;
  margin-left: 20px;
}

#tabs-content > div {
  clear: both;
  padding: 0;
  color: black;
  display: none;
}

#tabs .title-no-line{
  margin:0 0 20px 10px;
  color:white;
}

#tabs-content .currents { display: block; }
#tabs-content #home.first { display: block; }
#tabs-content p { margin: 0;}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 0;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;-webkit-transform: translateY(0);}
  100% {opacity: 1;-webkit-transform: translateY(0);}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;-moz-transform: translateY(0);}
  100% {opacity: 1;-moz-transform: translateY(0);}
}

@-o-keyframes fadeIn {
  0% {opacity: 0;-o-transform: translateY(0);}
  100% {opacity: 1;-o-transform: translateY(0);}
}

@keyframes fadeIn {
  0% {opacity: 0;transform: translateY(0);}
  100% {opacity: 1;transform: translateY(0);}
}
.animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 768px){

  #tabs li a{text-align: center;}

  .float-box-tabs,
  .float-box-tabs-left{
    text-align: center;
  }

  .right-tabs,
  .left-tabs{
    width: 100%;
  }

  .right-tabs,
  .left-tabs,
  .box-left-tabs,
  .box-right-tabs{
    height: auto;
  }

  .float-box-tabs,
  .float-box-tabs-left{
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    overflow: hidden;
    display: block;
    float: left;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .float-box-tabs{padding: 60px 20px;}

  .float-box-tabs-left{padding: 0;}
  .float-box-tabs-left-padding{padding: 20px;}

  .float-box-tabs-left,
  .float-box-tabs-left-padding{
    -webkit-transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    transition:all 250ms ease;
  }

  /*-- menu --*/

  #tabs{display: none;}
  .open_tabs{overflow: hidden;display: block;float: left;width: 100%;}

  .button_tabs i:before{
    margin:0;
    font-size: 3em;
  }

  .button_tabs i{
    color:white;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);
  }

  .button_tabs_rotate i:before{

    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);

    -webkit-transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    transition:all 250ms ease;
  }

}

@media screen and (max-width: 480px){
  #tabs li a{font-size: 24px;}
}

/* ============================================== */
/* POPUP */
/* ============================================== */


.modal{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 99999999;
  top: 0px;
  left: 0px;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

.ventana{
  position:absolute;
  left: 50%;
  top: 50%;
  max-width: 600px;
  width: 100%;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: white;
  text-align: center;
  padding: 50px 40px 45px 40px;
  box-shadow: 0 1px 3px rgba(0,0,0,0);

  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.ventana span{
  color:white;
  background:transparent;
  padding:11px 14px;
  position:absolute;
  top:-105px;
  right:-75px;
  cursor:pointer;
  font-size: 5em;
}

.ventana span i:before{
  margin:0;
}

.cerrar{
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px){

  .ventana span{
    color:black;
    background:transparent;
    padding:11px 14px;
    position:absolute;
    top:15px;
    right:10px;
    cursor:pointer;
    font-size: 1.5em;
    width: 50px;
    height: 50px;
  }

}













