@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cssmenu #menu-button {
  display: none;
}
.cssmenu {
  width: auto;
  font-family:'Raleway', sans-serif;
  line-height: 1;
  background: #ffffff;
  font-weight:700;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #40a6a0;
  transition: all 0.25s ease-out;
}
.cssmenu > ul > li {
  float: left;
}
.cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.cssmenu.align-center ul ul {
  text-align: left;
}
.cssmenu.align-right > ul > li {
  float: right;
}
.cssmenu.align-right ul ul {
  text-align: right;
}
.cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  transition: color .2s ease;
}
.cssmenu > ul > li:hover > a,
.cssmenu > ul > li.active > a {
  
  color: #b91c14;

}

.cursos .cssmenu > ul > li:hover > a,
.cursos .cssmenu > ul > li.active > a {
  color: #003560;

}

.cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
.cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}
.cssmenu > ul > li.has-sub:hover > a::after {
   border-color: #b91c14;
}
.cursos .cssmenu > ul > li.has-sub:hover > a::after {
 
  border-color: #003560;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu.align-right li:hover > ul {
  right: 0;
}
.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.cssmenu ul ul li {
  height: 0;
  transition: height .2s ease;
}
.cssmenu ul li:hover > ul > li {
  height:auto;
}
.cssmenu ul ul li a {
    padding: 10px 20px;
    width: 210px;
    font-size: 14px;
    background: #f9f9f9;
    text-decoration: none;
    color: #787878;
    transition: color .2s ease;
    font-weight: 400;
    line-height: 18px;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
  
  color: #b91c14;
}
.cursos .cssmenu ul ul li:hover > a,
.cursos .cssmenu ul ul li a:hover {
  color: #003560;
}
.cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  transform: rotate(-45deg);
  transition: border-color 0.2s ease;
}
.cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .cssmenu {
    width: 100%;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
  }
  .cssmenu.align-center > ul,
  .cssmenu.align-right ul ul {
    text-align: left;
  }
  .cssmenu ul li,
  .cssmenu ul ul li,
  .cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  .cssmenu ul li a,
  .cssmenu ul ul li a {
    width: 100%;
  }
  .cssmenu > ul > li,
  .cssmenu.align-center > ul > li,
  .cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  .cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
  }
  .cssmenu ul ul li:hover > a,
  .cssmenu ul ul li a:hover {
    color: #000000;
  }
  .cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  .cssmenu ul ul,
  .cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .cssmenu > ul > li.has-sub > a::after,
  .cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: #003560;
  }
  .cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
   background: #fff;
  }
  .cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  .cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  .cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


@media only screen and (min-width:991px){
.cssmenu > ul > li > a {
        padding: 28px 18px;
	
}
.cssmenu > ul > li.has-sub > a::after {
    top: 31px;
}

.cssmenu > ul > li:hover > a,
.cssmenu > ul > li.active > a {
	border-bottom:2px solid;

}
}


.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  position: relative;
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;

          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: 'Libre Baskerville', serif;
}

.slide-caption__title {
  font-size: 4rem;
  margin-bottom: 0;
}

.slide-caption__title:before{
  content: '';
  width: 20%;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 auto;
      margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.slide-caption {display:none}
}
.owl-item.active .slide-caption__title{

          animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc{

          animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {

          animation: 1s .9s flipInX both;
}

.slide-caption__desc {
  font-weight: 300;
  margin-top: 0;
   font-size: 3rem;
}

.btn {
 font-size: 16px;
 font-weight: 300;
 border: 2px solid #fff;
 color: #fff;
 padding: .6rem 2rem;
 display: inline-block;
 text-decoration: none;
 margin-top: .5rem;
}



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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

xcody-info 

-------------------------------- */
#cody-info {
  position: relative;
  background: #FFF;
  height: 44px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#cody-info .cody-info-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -13px;
}
#cody-info .cody-info-logo svg {
  display: block;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
#cody-info .cody-info-logo svg:hover {
  opacity: .9;
}
#cody-info .cody-info-logo .cody-info-logo-svg {
  fill: #383838;
}
#cody-info li {
  position: absolute;
  top: 0;
}
#cody-info li:first-child {
  left: 0;
}
#cody-info li:last-child {
  right: 0;
}
#cody-info li a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  transition: background 0.2s;
}
#cody-info li a:hover {
  background-color: #e86256;
}
#cody-info li a:hover .cody-info-buttons-svg {
  fill: #FFF;
}
#cody-info li svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#cody-info li .cody-info-buttons-svg {
  fill: #7a5d6b;
}
#cody-info.cody-info-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
#cody-info::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 600px) {
  #cody-info {
    height: 60px;
  }
  #cody-info li a {
    height: 60px;
    width: 60px;
  }
}



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(175, 50, 46, 0.66) url(https://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
      z-index: 999999999;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #003560;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cd-top { right:20px; bottom:90px}
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
.sticky.fixed {position:fixed; top:0; width:1200px;display: inline-flex;z-index:5555;}
.sticky.fixed .sidebar-fixa {    border-radius: 10px;}
}
@media only screen and (max-width: 991px) {
.sidebar-fixa.pt-120 {padding-top:20px !important}

}