*{
  font-family: 'Metropolis';
  outline: 0;
  font-weight: 300;
}
a,
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
}
input,
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body{
  padding-top: 90px;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1480px;
}
.slick-dots{
  display: none;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.box-center-x1 {
  position: relative;
  display: flex;
  align-items: center;
}
.col-48{
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.col-52{
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}
.nav-header{
  height: 90px;
  background-color: #303795;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 50;
}
.section-diplomado-x1 .item .bloque-right,
.section-diplomado-x1 .item .bloque-left{
  padding: 0;
}
.section-diplomado-x1 .item .bloque-right{
  left: 50%;
}
.section-diplomado-x1 .item .bloque-left{
  left: -50%;
}
.section-diplomado-x1 .box-img{
  position: relative;
  min-height: 690px;
}
.section-diplomado-x1 .item .content{
  margin: 31px 20px 20px 33px;
  max-width: 700px;
  margin-left: auto;
  padding-left: 35px;
}
.section-diplomado-x1 .item .content img{
  width: 65px;
  height: auto;
}
.section-diplomado-x1 .item .content .sub-title{
  font-size: 24px;
  font-weight: 400;
  color: #303795;
  margin: 30px 0 15px;
}
.section-diplomado-x1 .item .content .title{
  font-size: 72px;
  font-weight: 800;
  color: #303795;
  line-height: 1;
}
.btn-green{
  width: 100%;
  display: table;
  padding: 12px 10px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0;
  color: #fff!important;
  border: 0;
  text-align: center;
  background-color: #009664;
}
.section-diplomado-x1 .item .content .width-btn{
  max-width: 305px;
  margin-top: 50px;
}
@media (max-width: 1200px){
  .section-diplomado-x1 .box-img {
    min-height: 620px;
  }
  .section-diplomado-x1 .item .content .sub-title {
    font-size: 22px;
  }
  .section-diplomado-x1 .item .content .title {
    font-size: 62px;
  }
  .btn-green {
    padding: 9px 10px 8px;
    font-size: 22px;
  }
}
@media (max-width: 1100px){
  .section-diplomado-x1 .item .content .title {
    font-size: 58px;
  }
}
@media (max-width: 991px){
  .section-diplomado-x1 .item .bloque-right,
  .section-diplomado-x1 .item .bloque-left{
    left: 0;
  }
  .section-diplomado-x1 .box-img{
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-diplomado-x1 .item .content {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 15px 50px;
  }
  .section-diplomado-x1 .item .content .title {
    font-size: 54px;
  }
}
@media (max-width: 767px){
  .section-diplomado-x1 .item .content .title {
      font-size: 48px;
  }
  .section-diplomado-x1 .item .content .width-btn{
    display: none;
  }
  .section-diplomado-x1 .item .content .sub-title {
    font-size: 20px;
  }
  .section-diplomado-x1 .item .content {
    padding: 30px 15px;
  }
  .section-diplomado-x1 .box-img {
    min-height: 300px;
  }
  .section-diplomado-x1 .item .content .width-btn {
    max-width: 285px;
  }
}
@media (max-width: 500px){
  .section-diplomado-x1 .item .content .sub-title {
    font-size: 18px;
    margin: 17px 0 10px;
  }
  .section-diplomado-x1 .item .content {
    padding: 30px 15px 50px;
  }
  .section-diplomado-x1 .item .content img {
    width: 50px;
  }
}
@media (max-width: 400px){
  .section-diplomado-x1 .box-img {
    min-height: 250px;
  }
}
@media (max-width: 340px){
  .section-diplomado-x1 .item .content .title {
    font-size: 44px;
  }
}

.bg-blue{
  background-color: #303795;
}
.section-diplomado-x2 .container{
  padding: 48px 15px 50px;
  max-width: 1275px;
  margin: 0 auto;
}
.section-diplomado-x2 .container .col-a{
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}
.section-diplomado-x2 .container .col-b{
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  max-width: 69%;
}
.content-standar-white p{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.content-standar-white a{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}
.content-standar-white ul{
  padding: 0;
}
.content-standar-white ul li{
  display: block;
  margin-left: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 5px 0 5px 18px;
  line-height: 1.2;
}
.content-standar-white ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 12px;
  left: -12px;
  background-color: #fff;
  border-radius: 100%;
}
.content-standar-white ol{
  padding-left: 20px;
}
.content-standar-white ol li{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 5px 0;
  line-height: 1.2;
}
.item-date-x1{
  padding: 10px 15px;
  min-height: 180px;
}
.item-date-x1 .title{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.item-date-x1 .content-standar-white p{
  margin-bottom: 0;
}
.item-date-x1 .content-standar-white span{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.item-date-x1 .btn-espace{
  margin-top: 15px;
}
.btn-plus{
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #009664!important;
  line-height: 1.2;
}
.btn-plus::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -6px;
    left: 0;
    background-image: url(../../assets/img/pluss-x1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item-date-x2{
  position: relative;
  padding: 0 15px 10px;
}
.item-date-x2 .date{
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.item-date-x2 ul{
  margin: 0;
  padding: 0;
  margin-left: 100px;
}
.item-date-x2 ul li{
  display: inline-block;
  margin: 0 15px;
}
.item-date-x2 ul li .box-date h6{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.item-date-x2 ul li .box-date h5{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}


.modal.modal-metodologia,
.modal.modal-questions{
  background: rgba(255, 255, 255, 0.8);
}
.modal-metodologia .modal-dialog,
.modal.modal-questions .modal-dialog{
  max-width: 965px;
  width: 100%;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-metodologia .modal-body,
.modal-questions .modal-body {
  padding: 90px 0 0;
}
.white-close01{
  position: absolute;
  top: 0;
  right: 0;
  outline: 0!important;
  z-index: 2;
  opacity: 1;
  border: 0;
  cursor: pointer;
  background-color: #009664;
  padding: 26px;
}
.white-close01 img{
  width: 37px;
  height: auto;
}
.modal-metodologia .content-text,
.modal-questions .content-text {
  padding: 30px 20px 50px;
    max-width: 700px;
    margin: 0 auto;
}
.modal-metodologia .content-text .title,
.modal-questions .content-text .title{
  font-size: 36px;
  font-weight: 800;
  color: #303795;
  margin-bottom: 35px;
}
.content-standar-grey p{
  font-size: 18px;
  font-weight: 400;
  color: #838383;
  line-height: 1.2;
}
.content-standar-grey a{
  font-size: 18px;
  font-weight: 500;
  color: #838383;
  text-decoration: underline;
}
.content-standar-grey ul{
  padding: 0;
}
.content-standar-grey ul li{
  display: block;
  margin-left: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #838383;
  margin: 5px 0 5px 18px;
  line-height: 1.2;
}
.content-standar-grey ul li::before{
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 7px;
  left: -12px;
  background-color: #838383;
  border-radius: 100%;
}
.content-standar-grey ol{
  padding-left: 20px;
}
.content-standar-grey ol li{
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #838383;
  margin: 5px 0 5px 5px;
  line-height: 1.2;
}
@media (max-width: 1100px){
  .section-diplomado-x2 .box-width .col-4{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .item-date-x1 {
    min-height: 130px;
  }
  .item-date-x2 {
    padding: 15px 15px 0;
  }
  .item-date-x2 .date {
    left: 15px;
    top: 10px;
  }
}
@media (max-width: 900px){
  .section-diplomado-x2 .container .col-b,
  .section-diplomado-x2 .container .col-a{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-diplomado-x2 .box-width .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .item-date-x2{
    max-width: 650px;
    margin: 0 auto;
  }
  .modal-metodologia .content-text .title,
  .modal-questions .content-text .title {
    font-size: 32px;
  }
}
@media (max-width: 767px){
  .section-diplomado-x2 .box-width .col-4{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .content-standar-white p,
  .content-standar-white a,
  .content-standar-white ul li{
    font-size: 18px;
  }
  .content-standar-white ul li::before{
    top: 7px;
  }
  .content-standar-white ol li{
    font-size: 18px;
    margin: 5px 0 5px 5px;
  }
  .modal-metodologia .modal-body,
  .modal-questions .modal-body {
    padding: 70px 0 0;
  }
  .white-close01{
    padding: 12px;
  }
}
@media (max-width: 600px){
  .modal-metodologia .content-text .title,
  .modal-questions .content-text .title {
    font-size: 28px;
  }
}
@media (max-width: 572px){
  .modal-metodologia .modal-dialog,
  .modal.modal-questions .modal-dialog {
    width: auto;
  }
}
@media (max-width: 520px){
  .section-diplomado-x2 .box-width .col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-date-x2 .date {
    position: relative;
    left: 0;
    top: 0;
  }
  .item-date-x2 ul {
    margin-left: 0;
  }
  .item-date-x2 ul li{
    display: block;
    margin: 15px 0;
  }
  .item-date-x2 ul li .box-date h6{
    margin: 0;
  }
  .item-date-x1 {
    min-height: 0;
    padding: 10px 15px 20px;
  }
  .section-diplomado-x2 .container {
    padding: 15px 15px 10px;
  }
  .item-date-x2 ul li .box-date h6 {
    font-size: 15px;
    font-weight: 400;
  }
  .item-date-x1 .content-standar-white span {
    font-size: 14px;
  }
}


.section-diplomado-x3 .box-img{
  min-height: 100%;
  position: relative;
}
.section-diplomado-x3 .box-center-x1{
  min-height: 800px;
}
.section-diplomado-x3 .box-center-x1 .box-espace{
  max-width: 445px;
  margin: 25px auto;
}
.title-blue{
  font-weight: 600;
  color: #303795;
  font-size: 60px;
  line-height: 1;
}
.section-diplomado-x3 .content-standar-grey{
  padding-top: 55px;
}
.section-diplomado-x3 .content-standar-grey p,
.section-diplomado-x3 .content-standar-grey a,
.section-diplomado-x3 .content-standar-grey ul li,
.section-diplomado-x3 .content-standar-grey ol li{
  font-size: 24px;
}
.section-diplomado-x3 .content-standar-grey ul li::before{
  top: 12px;
}
.section-diplomado-x3 .content-standar-grey ol li{
  margin: 5px 0 5px 10px;
}
@media (max-width: 1280px){
  .section-diplomado-x3 .box-center-x1 .box-espace {
    max-width: 500px;
  }
  .section-diplomado-x3 .box-center-x1 {
    min-height: 750px;
  }
  .title-blue {
    font-size: 56px;
  }
}
@media (max-width: 1200px){
  .title-blue {
    font-size: 52px;
  }
  .section-diplomado-x3 .box-center-x1 {
    min-height: 700px;
  }
  .section-diplomado-x3 .box-center-x1 .box-espace {
    padding-right: 20px;
  }
}
@media (max-width: 1000px){
  .title-blue {
    font-size: 48px;
  }
}
@media (max-width: 991px){
  .section-diplomado-x3 .box-center-x1 {
    min-height: 100%;
  }
  .section-diplomado-x3 .box-center-x1 .box-espace {
    padding: 50px 15px 30px;
    max-width: 800px;
  }
  .section-diplomado-x3 .content-standar-grey {
    padding-top: 35px;
  }
  .section-diplomado-x3 .box-img{
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-diplomado-x3 .box-center-x1{
    min-height: 100%;
  }
  .section-diplomado-x3 .box-center-x1 .box-espace{
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 15px 20px;
  }
}
@media (max-width: 900px){
  .title-blue {
    font-size: 42px;
  }
}
@media (max-width: 767px){
  .section-diplomado-x3 .content-standar-grey p,
  .section-diplomado-x3 .content-standar-grey a,
  .section-diplomado-x3 .content-standar-grey ul li,
  .section-diplomado-x3 .content-standar-grey ol li{
    font-size: 18px;
  }
  .section-diplomado-x3 .content-standar-grey ul li::before{
    top: 7px;
  }
  .section-diplomado-x3 .content-standar-grey ol li{
    margin: 5px 0 5px 5px;
  }
}
@media (max-width: 600px){
  .title-blue {
    font-size: 38px;
  }
}
@media (max-width: 500px){
  .title-blue {
    font-size: 36px;
  }
}
@media (max-width: 480px){
  .section-diplomado-x3 .box-center-x1 .box-espace {
    padding: 51px 15px 20px;
  }
}
@media (max-width: 340px){
  .section-diplomado-x3 .box-img {
    min-height: 300px;
  }
}


.section-diplomado-x4 .box-slider{
  margin-right: 360px;
}
.section-diplomado-x4 .box-slider .box-title{
  padding: 138px 20px 20px 30px;
  position: relative;
}
.section-diplomado-x4 .box-slider .box-title::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 22px solid #fff;
  border-bottom: 25px solid transparent;
  top: 70%;
  right: -6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 6;
}
.section-diplomado-x4 .box-slider .col-52{
  background-color: #303795;
}
.section-diplomado-x4 .box-slider .part-1{
  position: relative;
  min-height: 670px;
}
.item-beneficios{
  position: relative;
}
.item-beneficios .content-text{
  background-color: transparent;
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  padding: 41px 15px 30px;
}
.item-beneficios .content-text .box-img-x1.mobil{
  display: none;
}
.item-beneficios .content-text .number{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-top: 30px;
}
.item-beneficios .content-text .box-ico{
  max-width: 103px;
  margin: 30px 0;
}
.item-beneficios .content-text .title{
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 24px;
}
.item-beneficios .content-text .content-standar-white{
  margin-bottom: 27px;
}
.section-diplomado-x4 .box-slider .box-green{
  min-height: 100px;
  background-color: #009664;
}
.section-diplomado-x4 .arrow-white.left {
    position: absolute;
    bottom: 25px;
    left: 10%;
    cursor: pointer;
    display: inline-block;
}
.section-diplomado-x4 .arrow-white.right {
  position: absolute;
  bottom: 26px;
  right: 10%;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.section-diplomado-x4 .arrow-white img {
    width: 14px;
    height: auto;
}
.rotate{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-active {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.section-diplomado-x4 .box-slider .part-2{
  min-height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  right: 0;
  max-width: 360px;
  top: 0;
}
.section-diplomado-x4 .title-mobil{
  display: none;
}
@media (max-width: 1280px){
  .item-beneficios .content-text .title {
    font-size: 32px;
    min-height: 40px;
  }
  .item-beneficios .content-text .box-ico {
    max-width: 65px;
  }
  .section-diplomado-x4 .box-slider .part-1 {
    min-height: 600px;
  }
  .item-teachers .content-x1 .box-green .content-standar-white {
    min-height: 60px;
  }
}
@media (max-width: 1050px){
  .section-diplomado-x4 .box-slider .part-2{
    display: none;
  }
  .section-diplomado-x4 .box-slider {
    margin-right: 0;
  }
  .item-beneficios .content-text .box-img-x1.mobil {
    display: block;
    position: relative;
    min-height: 350px;
    background-color: #D9D9D9;
  }
  .section-diplomado-x4 .box-slider .col-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-diplomado-x4 .box-slider .col-52{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .section-diplomado-x4 .box-slider .box-green {
    min-height: 60px;
  }
  .section-diplomado-x4 .box-slider .box-title {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
  }
  .section-diplomado-x4 .box-slider .box-title::after {
    top: 50%;
    right: -7%;
  }
  .item-beneficios .content-text {
    max-width: 100%;
    padding: 0;
  }
  .item-beneficios .content-text .box-ico {
    margin: 20px 0 20px 30px;
  }
  .item-beneficios .content-text .number,
  .item-beneficios .content-text .title,
  .item-beneficios .content-text .content-standar-white{
    padding: 0 30px;
  }
  .section-diplomado-x4 .arrow-white.right {
    bottom: 5px;
  }
  .section-diplomado-x4 .arrow-white.left {
    bottom: 5px;
  }
  .section-diplomado-x4 .box-slider .part-1 {
    min-height: 100%;
  }
  .item-beneficios .content-text .box-img-height.mobil{
    min-height: 350px;
    background-color: #D9D9D9;
  }
}
@media (max-width: 991px){
  .item-beneficios .content-text .title {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .item-beneficios .content-text .box-ico{
    display: none;
  }
  .item-beneficios .content-text .title {
    font-size: 24px;
  }
  .item-beneficios .content-text .number {
    font-size: 18px;
  }
  .section-diplomado-x4 .box-slider .box-title::after {
    right: -9%;
  }
  .item-beneficios .content-text .box-img-x1.mobil {
    min-height: 300px;
  }
  .item-beneficios .content-text .box-img-height.mobil{
    min-height: 300px;
  }
}
@media (max-width: 680px){
  .section-diplomado-x4 .box-slider .col-48,
  .section-diplomado-x4 .box-slider .col-52 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-diplomado-x4 .box-slider .box-green{
    display: none;
  }
  .section-diplomado-x4 .box-slider .col-52{
    background-color: #fff;
  }
  .section-diplomado-x4 .box-slider .part-1{
    max-width: 480px;
    margin: 0 auto;
    background: #303795;
  }
}
@media (max-width: 520px){
  .section-diplomado-x4 .box-slider .box-title{
    display: none;
  }
  .section-diplomado-x4 .box-width-slider{
    width: 90%;
  }
  .section-diplomado-x4 .arrow-white.left,
  .section-diplomado-x4 .arrow-white.right{
    display: none;
  }
  .section-diplomado-x4 .box-width-slider .slick-list{
    overflow: visible;
  }
  .section-diplomado-x4 .title-mobil{
    display: block;
    padding: 30px 15px;
  }
  .section-diplomado-x4 .box-slider {
    margin: 0;
  }
  .section-diplomado-x4 .container{
    padding-left: 8px!important;
  }
}
@media (max-width: 500px){
  .section-diplomado-x4 .box-slider .part-1{
    margin: 0 auto;
    margin-left: 8px;
    margin-right: 8px;
  }
  .section-diplomado-x4 .box-slider .part-1{
    cursor: pointer;
  }
}
@media (max-width: 400px){
  .item-beneficios .content-text .number,
  .item-beneficios .content-text .title,
  .item-beneficios .content-text .content-standar-white {
    padding: 0 15px;
  }
}
@media (max-width: 340px){
  .item-beneficios .content-text .title {
    font-size: 20px;
  }
  .item-beneficios .content-text .box-img-x1.mobil {
    min-height: 250px;
  }
  .item-beneficios .content-text .box-img-height.mobil{
    min-height: 250px;
  }
}


.section-diplomado-x5{
  padding: 85px 0 0;
}
.section-diplomado-x5 .box-title{
  padding: 0 30px;
}
.section-diplomado-x5 .title-blue{
  margin-bottom: 50px;
}
.section-diplomado-x5 .inner-slider{
  position: relative;
  left: 25px;
  top: 0;
  width: 950px;
}
html {
  --lh: 1.4rem;
  line-height: var(--lh);
}
.item-teachers .content-x1 .box-green .content-standar-white{
  --max-lines: 2;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}
.item-teachers .content-x1{
  max-width: 520px;
  min-height: 100%;
  cursor: pointer;
  transition: all 0.4s;
}
.item-teachers{
  margin: 0 5px;
  position: relative;
}
.item-teachers .content-x1 .box-img{
  min-height: 520px;
  position: relative;
  background-color:#D9D9D9;
}
.item-teachers .content-x1 .box-green{
  background-color: #009664;
  padding: 39px 30px 38px 65px;
}
.item-teachers .content-x1 .box-green .sub-title{
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  min-height: 72px;
}
.item-teachers .content-x1 .box-green .sub-title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -28px;
    background-image: url(../../assets/img/Polygon-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.section-diplomado-x5 .content-standar-white p,
.section-diplomado-x5 .content-standar-white a,
.section-diplomado-x5 .content-standar-white ul li,
.section-diplomado-x5 .content-standar-white ol li,
.modal-teachers .content-standar-white p,
.modal-teachers .content-standar-white a,
.modal-teachers .content-standar-white ul li,
.modal-teachers .content-standar-white ol li{
  font-size: 18px;
}
.section-diplomado-x5 .content-standar-white ul li::before,
.modal-teachers .content-standar-white ul li::before{
  top: 7px;
}
.section-diplomado-x5 .content-standar-white ol li,
.modal-teachers .content-standar-white ol li{
  margin: 5px 0 5px 2px;
}
.item-teachers .content-x1 .box-green .content-standar-white{
  margin-bottom: 24px;
}
.btn-play-white{
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #fff!important;
  line-height: 1.2;
}
.btn-play-white::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -6px;
    left: 0;
    background-image: url(../../assets/img/btn-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item-teachers .content-x1 .box-blue{
  background-color: #303795;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  height: 100%;
  padding: 44px 30px 20px 35px;
  transition: all 0.4s;
  display: none;
}
.item-teachers .content-x1 .box-blue .img-close01{
  width: 35px;
  height: auto;
  margin-left: auto;
  display: none;
  margin-bottom: 12px;
}
.item-teachers .content-x1 .box-blue .sub-title,
.modal-teachers .box-blue .sub-title{
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.item-teachers .content-x1 .box-blue .parrafo,
.modal-teachers .box-blue .parrafo{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.item-teachers .content-x1 .box-blue .part-text,
.modal-teachers .box-blue .part-text{
  margin-top: 40px;
  text-align: justify;
}
.item-teachers .content-x1 .box-blue .part-text h5,
.modal-teachers .box-blue .part-text h5{
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.item-teachers.active .box-blue{
  display: block;
  overflow-y: scroll;
}
.left.slick-arrow-x2{
  position: absolute;
  bottom: 50%;
  left: 0;
  cursor: pointer;
}
.prev-s1.left,
.next-s1.right{
  padding: 13px 18px;
  background-color: #009664;
}
.prev-s1.left img,
.next-s1.right img {
  width: 15px;
  height: auto;
}
.right.slick-arrow-x2{
  position: absolute;
  bottom: 50%;
  right: 0;
  cursor: pointer;
}
.modal-teachers .modal-content{
  background-color: #303795;
  min-height: 620px;
}
.modal-teachers .modal-content .white-close01{
  position: relative;
  text-align: right;
  background-color: transparent;
  padding: 20px 15px 15px;
}
.slick-initialized .slick-slide {
  position: relative;
}
.section-diplomado-x5 .inner-slider .box-modal-001{
  height: 100%;
  background-color: transparent;
  width: 100%;
  position: absolute;
  z-index: 66;
  top: 0;
  left: 0;
  display: none;
}
.section-diplomado-x5 .inner-slider .slick-slider .slick-list{
  overflow:visible!important;
}
.section-diplomado-x5 .slick-disabled{
  opacity: 0;
}
@media (min-width: 1880px){
  .right.slick-arrow-x2 {
    right: 0px;
  }
}
@media (max-width: 1880px){
  .right.slick-arrow-x2 {
    right: 0px;
  }
}
@media (max-width: 1280px){
  .item-teachers .content-x1 .box-img {
    min-height: 480px;
  }
  .item-teachers .content-x1 .box-green .sub-title {
    font-size: 32px;
  }
  .section-diplomado-x5 .content-standar-white p,
  .section-diplomado-x5 .content-standar-white a,
  .section-diplomado-x5 .content-standar-white ul li,
  .section-diplomado-x5 .content-standar-white ol li {
    font-size: 16px;
  }
  .section-diplomado-x5 .content-standar-grey ul li::before{
    top: 6px;
  }
  .section-diplomado-x5 .content-standar-white ol {
    padding-left: 18px;
  }
  .item-teachers .content-x1 .box-blue .sub-title {
    font-size: 32px;
  }
  .item-teachers .content-x1 .box-blue .parrafo {
    font-size: 20px;
  }
  .item-teachers .content-x1 .box-blue .part-text h5 {
    font-size: 22px;
  }
  .item-teachers .content-x1 .box-green {
    padding: 39px 25px 38px 45px;
  }
}
@media (max-width: 1100px){
  .item-teachers .content-x1 .box-img {
    min-height: 440px;
  }
}
@media (max-width: 1050px){
  .item-teachers .content-x1 .box-img {
    min-height: 400px;
  }
  .item-teachers .content-x1 .box-green .sub-title {
    font-size: 28px;
    min-height: 60px;
  }
}
@media (max-width: 991px){
  .item-teachers .content-x1 .box-green .sub-title {
    font-size: 24px;
    min-height: 25px;
  }
  .item-teachers .content-x1 .box-green .sub-title::before {
    width: 15px;
    height: 15px;
    left: -22px;
  }
  .item-teachers .content-x1 .box-green {
    padding: 32px 25px 30px 35px;
  }
  .item-teachers .content-x1 .box-blue {
    padding: 20px 25px;
  }
  .item-teachers .content-x1 {
    max-width: 425px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 880px;
  }
}
@media (max-width: 900px){
  .item-teachers .content-x1 {
    max-width: 385px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 800px;
  }
}
@media (max-width: 830px){
  .item-teachers .content-x1 .box-img {
    min-height: 310px;
  }
  .item-teachers .content-x1 {
    max-width: 380px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 780px;
  }
}
@media (max-width: 800px){
  .item-teachers .content-x1 {
    max-width: 350px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 740px;
  }
}
@media (max-width: 767px){
  .item-teachers .content-x1 .box-img {
    min-height: 380px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 365px;
  }
}
@media (max-width: 700px){
  .modal-teachers .box-blue .parrafo {
    font-size: 18px;
  }
  .section-diplomado-x5 .inner-slider .box-modal-001{
    display: block;
  }
  .item-teachers .content-x1 .box-blue{
    display: none;
  }
  .item-teachers .content-x1 .box-img {
    min-height: 310px;
  }
  .modal-teachers  .modal-body{
    background-color: #303795;
    min-height: 100%;
  }
  .modal-teachers .modal-content{
    min-height: 100%;
  }
  .modal-teachers .modal-dialog {
    height: 100%;
    display: block;
  }
}
@media (max-width: 600px){
  .section-diplomado-x5 .inner-slider {
    left: 5px;
  }
  .right.slick-arrow-x2,
  .left.slick-arrow-x2{
    display: none;
  }
}
@media (max-width: 550px){
  .section-diplomado-x5 {
    padding: 65px 0 0;
  }
}
@media (max-width: 500px){
  .item-teachers .content-x1 .box-blue .img-close01 {
    width: 25px;
    display: block;
  }
  .modal-teachers .modal-dialog {
    margin: 0;
  }
  .modal-teachers{
    background-color: #303795;
  }
  .modal-teachers .modal-body{
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 400px){
  .section-diplomado-x5 {
    padding: 45px 0 0;
  }
  .item-teachers .content-x1 {
    max-width: 310px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 330px;
  }
}
@media (max-width: 350px){
  .item-teachers .content-x1 .box-img {
    min-height: 285px;
  }
  .item-teachers .content-x1 {
    max-width: 290px;
  }
  .section-diplomado-x5 .inner-slider {
    width: 300px;
  }
}
@media (max-width: 340px){
  .item-teachers .content-x1 .box-img {
    min-height: 280px;
  }
  .item-teachers .content-x1 .box-green .sub-title {
    font-size: 20px;
  }
  .item-teachers .content-x1 .box-green {
    padding: 25px 10px 20px 28px;
  }
  .modal-teachers .modal-content .white-close01 .white-close01 img {
    width: 32px;
  }
  .modal-teachers .box-blue .sub-title {
    font-size: 32px;
  }
  .modal-teachers .box-blue .part-text h5 {
    font-size: 22px;
  }
}




.section-banner{
  position: relative;
  min-height: 680px;
}
@media (max-width: 1280px){
  .section-banner {
    min-height: 600px;
  }
}
@media (max-width: 1100px){
  .section-banner {
    min-height: 550px;
  }
}
@media (max-width: 1050px){
  .section-banner {
    min-height: 500px;
  }
}
@media (max-width: 991px){
  .section-banner {
    min-height: 400px;
  }
}
@media (max-width:380px){
  .section-banner {
    min-height: 370px;
  }
}
@media (max-width:340px){
  .section-banner {
    min-height: 320px;
  }
}


.section-diplomado-x6 .container{
  padding: 0;
}
.item-modulo{
  padding: 45px 35px 50px;
  min-height: 445px;
  height: 100%;
  position: relative;
  border-bottom: 5px solid #303795;
  cursor: pointer;
}
.item-modulo .content{
  margin-bottom: 20px;
}
.parrafo-blue{
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #303795!important;
  line-height: 1.2;
}
.parrafo-blue::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url(../../assets/img/Polygon-blue-bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item-modulo .content .title{
  font-weight: 800;
  color: #303795;
  font-size: 36px;
  line-height: 1;
  padding-top: 10px;
  text-transform: capitalize;
}
.item-modulo .btn-bottom{
  position: absolute;
  bottom: 22px;
  left: 35px;
}

.box-blue-x1,
.box-blue-x2{
  position: relative;
  display: flex;
  align-items: center;
  background-color: #303795;
  min-height: 100%;
  border: 0;
  padding: 30px;
}
.title-white{
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.box-blue-x1::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 22px solid #303795;
  border-bottom: 25px solid transparent;
  top: 50%;
  right: -21px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 6;
}
.box-blue-x2 {
  padding: 30px 40px;
}
.box-blue-x2 .content .title{
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
}
.box-blue-x2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 22px solid #fff;
  border-bottom: 25px solid transparent;
  top: 50%;
  left: 6px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 6;
}
.box-blue-x2 .content .width-btn{
  max-width: 320px;
  margin: 0 auto;
  margin-top: 34px;
}
@media (max-width: 1280px){
  .title-white {
    font-size: 56px;
  }
  .item-modulo {
    padding: 45px 22px 50px;
  }
}
@media (max-width: 1200px){
  .title-white{
    font-size: 52px;
  }
  .item-modulo .content .title,
  .box-blue-x2 .content .title {
    font-size: 32px;
  }
}
@media (max-width: 1000px){
  .title-white{
    font-size: 48px;
  }
}
@media (max-width: 991px){
  .box-blue-x1,
  .box-blue-x2 {
    padding: 15px;
  }
  .item-modulo .content .title,
  .box-blue-x2 .content .title {
    font-size: 28px;
  }
  .box-blue-x1::after {
    right: -5%;
  }
}
@media (max-width: 900px){
  .title-white {
    font-size: 42px;
  }
}
@media (max-width: 767px){
  .section-diplomado-x6 .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-modulo {
    min-height: 100%;
    padding: 30px 22px 50px;
  }
  .box-blue-x1::after,
  .box-blue-x2::after{
    display: none;
  }
  .item-modulo .content .title,
  .box-blue-x2 .content .title {
    font-size: 24px;
  }
  .box-blue-x2{
    padding: 25px 15px 30px;
  }
  .box-blue-x2 .content{
    margin: 0 auto;
  }
  .parrafo-blue {
    font-size: 15px;
  }
  .box-blue-x1{
    background-color: #fff;
    border: 0;
    padding: 25px 15px 5px;
  }
  .box-blue-x1 .title-white{
    margin: 0;
    color: #303795;
  }
  .item-modulo .btn-bottom {
    left: 20px;
  }
}
@media (max-width: 600px){
  .title-white{
    font-size: 38px;
  }
}
@media (max-width: 500px){
  .title-white {
    font-size: 36px;
  }
}
@media (max-width: 480px){
  .box-blue-x1 {
    padding: 40px 15px;
  }
}
@media (max-width: 340px){
  .box-blue-x1 .title-white {
    font-size: 32px;
  }
  .box-blue-x1 {
    padding: 30px 15px 15px;
  }
}

.modal-modulo .modal-dialog{
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0;
}
.modal-modulo .modal-dialog .modal-content{
  height: 100%;
}
.modal-modulo .modal-body.box-blue{
  background-color: #303795;
  flex: none;
  padding: 0;
}
.modal-modulo .modal-body.box-blue .content-x1{
  position: relative;
  margin-right: 128px;
}
.parrafo-white{
  padding-left: 40px;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  color: #fff!important;
  line-height: 1.2;
}
.parrafo-white::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(../../assets/img/Polygon-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-modulo .modal-body.box-blue .content-x1 .box-title{
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 15px 20px;
}
.modal-modulo .modal-body.box-blue .content-x1 .box-btn{
  position: absolute;
  right: -128px;
  top: 0;
}
.modal-modulo .modal-body.box-blue .title{
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 0;
  text-transform: capitalize;
}
.modal-modulo .white-close01 img {
  width: 54px;
}
.modal-modulo .white-close01 {
    padding: 37px;
}

.modal-modulo .modal-body.box-white{
  padding: 0;
  background-color: #fff;
}
.modal-modulo .modal-body.box-white .container-text{
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 15px 20px;
}
.modal-modulo .modal-body.box-white .container-text .box-title{
  margin-bottom: 10px;
  margin-right: 30px;
}
.modal-modulo .modal-body.box-white .container-text .box-title .title-x2{
  font-size: 24px;
  font-weight: 800;
  color: #303795;
  margin: 0;
  line-height: 1;
}
.inner-scroll-1 {
  overflow-y: scroll;
  height: calc(100vh + -245px);
  height: -webkit-calc(100vh + -245px);
  height: -moz-calc(100vh + -245px);
  height: -o-calc(100vh + -245px);
}
.inner-scroll-1::-webkit-scrollbar{
  width: 6px;
}
.inner-scroll-1::-webkit-scrollbar-track{
  background: #D7F0E8;
}
.inner-scroll-1::-webkit-scrollbar-thumb{
  background: #00a852;
}
.inner-scroll-1::-webkit-scrollbar-thumb:hover{
  background: #00a852;
}
.item-tema{
  padding: 25px 0 10px;
  border-bottom: 1px solid #838383;
  margin-right: 20px;
}
.item-tema .title-grey{
  font-size: 18px;
  font-weight: 800;
  color: #838383;
  margin-right: 15px;
}
.item-tema .content-standar-grey{
  padding: 0 15px 0 0;
}
.item-tema .parrafo{
  font-size: 18px;
  font-weight: 400;
  color: #838383;
}
.modal.modal-modulo .modal-dialog{
  height: 100%;
}
@media (max-width: 1150px){
  .modal-modulo .white-close01 img {
      width: 36px;
  }
  .modal-modulo .modal-body.box-blue .title {
    font-size: 32px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 .box-btn {
    right: -110px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 {
    margin-right: 110px;
  }
}
@media (max-width: 991px){
  .modal-modulo .modal-body.box-blue .title {
    font-size: 28px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 .box-btn {
    right: -90px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 {
    margin-right: 90px;
  }
  .modal-modulo .white-close01 {
    padding: 27px;
  }
  .parrafo-white {
    font-size: 20px;
  }
  .parrafo-white::before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
  .modal-modulo .modal-body.box-white
  .container-text .box-title .title-x2 {
    font-size: 22px;
  }
  .parrafo-white {
    font-size: 15px;
    padding-left: 30px;
  }
}
@media (max-width: 767px){
  .modal-modulo .modal-body.box-white .container-text .box-title{
    display: none;
  }
  .item-tema .col-3,
  .item-tema .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-modulo .modal-body.box-blue .title {
    font-size: 24px;
  }
  .parrafo-white::before {
    width: 18px;
    height: 18px;
    top: 0px;
  }
  .modal-modulo .modal-body.box-white .container-text {
    padding: 10px 15px 20px;
  }
}
@media (max-width: 500px){
  .modal-modulo .white-close01 {
    padding: 12px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 .box-btn {
    right: -60px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 {
    margin-right: 60px;
  }
}
@media (max-width: 340px){
  .modal-modulo .white-close01 img {
    width: 25px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 {
    margin-right: 50px;
  }
  .modal-modulo .modal-body.box-blue .content-x1 .box-btn {
    right: -50px;
  }
  .modal-modulo .modal-body.box-blue .title {
    font-size: 22px;
  }
}

.section-diplomado-x7 .box-width{
  padding: 0 0 30px;
}
.section-diplomado-x7 .box-white{
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 425px;
  padding: 30px;
  position: sticky;
  top: 0;
}
.item-doubts{
  margin: 50px 40px 60px;
}
.item-doubts .title{
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}
.item-doubts .box-text{
  border-bottom: 1px solid #fff;
  padding: 18px 55px 18px 0;
  position: relative;
  cursor: pointer;
}
.item-doubts .box-text .subtitle{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.item-doubts .box-text::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url(../../assets/img/pluss-x1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.modal-questions .content-text {
    padding: 30px 20px 80px;
}
@media (max-width: 1280px){
  .item-doubts {
    margin: 50px 25px 60px;
  }
}
@media (max-width: 1200px){
  .item-doubts .title {
      font-size: 32px;
  }
  .item-doubts .box-text .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1100px){
  .item-doubts {
    margin: 50px 15px 60px;
  }
}
@media (max-width: 991px){
  .section-diplomado-x7 .box-width .col-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-doubts {
    margin: 50px 15px 20px;
  }
  .item-doubts .title {
    margin-bottom: 10px;
  }
  .section-diplomado-x7 .box-white {
    padding: 15px;
  }
}
@media (max-width: 767px){
 .section-diplomado-x7 .col-4,
 .section-diplomado-x7 .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-diplomado-x7 .box-white {
    min-height: 100%;
    padding: 28px 15px 18px;
  }
  .item-doubts .title {
    font-size: 28px;
  }
  .item-doubts .box-text .subtitle{
    font-weight: 400;
  }
}
@media (max-width: 500px){
  .item-doubts .title {
      font-size: 24px;
  }
  .item-doubts .box-text .subtitle {
    font-size: 18px;
  }
  .item-doubts {
    margin: 40px 15px 20px;
  }
}
@media (max-width: 480px){
  .section-diplomado-x7 .box-white {
    padding: 50px 15px 30px;
  }
}
@media (max-width:340px){
  .title-blue {
    font-size: 32px;
  }
  .section-diplomado-x7 .box-white {
    padding: 28px 15px 15px;
  }
}


footer .container{
  padding: 40px 15px;
}
footer .box-left{
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
footer .box-left .footer-logo{
  position: absolute;
  left: 20px;
  top: -10px;
}
footer .box-left .footer-logo img{
  width: 44px;
  height: auto;
}
footer .box-left .content-list{
  padding-left: 80px;
}
footer .box-left .box-list{
  display: inline-block;
}
footer .box-left .box-list ul li {
  display: inline-block;
  margin: 5px 20px;
}
footer .box-left .box-list ul li a{
  font-weight: 800;
  font-size: 15px;
  color: #303795;
}
footer .box-right p,
footer .box-right a{
  font-size: 12px;
  font-weight: 400;
  color: #303795;
  margin: 8px 0 2px;
}
@media (max-width: 1180px){
  footer .box-left .box-list ul li {
    margin: 5px 20px;
  }
}
@media (max-width: 1000px){
  footer .box-right p,
  footer .box-right a {
    margin: 0;
  }
}
@media (max-width: 1050px){
  footer .box-left .box-list ul li {
    margin: 5px 18px;
  }
  footer .box-left .content-list {
    padding-left: 55px;
  }
}
@media (max-width: 991px){
  footer .container .col-8,
  footer .container .col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .container .box-right{
    text-align: center;
    padding: 30px 15px 10px;
  }
  footer .container {
    padding: 36px 15px 0;
  }
}
@media (max-width: 767px){
  footer .box-left .box-list {
    vertical-align: top;
  }
  footer .box-left .box-list ul li {
    display: block;
  }
  footer .box-left {
    max-width: 320px;
  }
  footer .box-left .footer-logo {
    top: 3px;
    left: 5px;
    left: 0;
    margin: 0 auto;
    display: table;
  }
  footer .box-left .content-list{
    display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  footer .box-left .box-list {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  footer .box-left {
    max-width: 400px;
    text-align: left;
  }
  footer .container {
    padding: 36px 15px 60px;
  }
}


.section-inscription{
  background-color: #fff;
  margin-bottom: 150px;
}
.section-inscription .box-blue{
  display: flex;
  align-items: center;
  background-color: #303795;
  min-height: 425px;
  border: 2px solid #303795;
  padding: 30px;
  position: sticky;
  top: 80px;
}
.section-inscription .box-blue .parrafo{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.item-formulario{
  padding: 20px 0 50px;
}
.item-formulario .espace-title{
  padding: 80px 0 20px;
}
.item-formulario .espace-title .title{
  font-size: 36px;
  font-weight: 800;
  color: #303795;
  margin: 0;
  line-height: 1;
}
.item-formulario .innerx1{
  padding: 20px 0;
}
.input-blue{
    padding: 17px 10px;
    width: 100%;
    background: #fff;
    border: 0;
    border-bottom: 3px solid #303795;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin: 10px auto;
}
.input-blue::placeholder{
  color: #303795;
}
.item-formulario .inner-select{
  position: relative;
  padding: 20px 0;
}
.inner-select select {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #303795;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    padding: 25px 30px 18px 10px;
    border-radius: 2px;
    border: 0;
    position: relative;
    border-bottom: 3px solid #303795;
}
.inner-select::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 62px;
  right: 10px;
  background-image: url(../../assets/img/arrow-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 8;
}
.item-formulario .btn-width{
  max-width: 320px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 1200px){
  .input-blue {
    padding: 10px 10px 11px;
  }
  .item-formulario .espace-title .title {
    font-size: 34px;
  }
  .item-formulario .innerx1 {
    padding: 15px 0;
  }
  .item-formulario .innerx1 p{
    margin: 0;
  }
  .section-inscription {
    margin-bottom: 75px;
  }
  .inner-select select {
    padding: 14px 30px 12px 10px;
  }
  .inner-select::before {
    top: 48px;
  }
}
@media (max-width: 991px){
  .section-inscription .box-blue {
    padding: 15px;
  }
}
@media (max-width: 767px){
  .section-inscription .container .col-4,
  .section-inscription .container .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-formulario .espace-title {
    padding: 40px 0 20px;
  }
  .item-formulario {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-inscription .box-blue {
    padding: 55px 15px 5px;
    min-height: auto;
    background-color: #fff;
    border: 0;
  }
  .section-inscription .box-blue .content-x1 .title-white,
  .section-inscription .box-blue .parrafo{
    color: #303795;
  }
  .item-formulario .espace-title .title {
    font-size: 30px;
  }
  .item-formulario .innerx1 {
    padding: 0;
  }
  .item-formulario .btn-width {
    margin-top: 50px;
  }
  .item-formulario .btn-width p,
  .item-formulario .inner-select p{
    margin: 0;
  }
  .section-inscription {
    margin-bottom: 40px;
  }
  .item-formulario .inner-select {
    padding: 10px 0;
  }
  .inner-select::before {
    top: 40px;
  }
  .section-inscription .box-blue .content-x1{
    max-width: 500px;
    margin: 0 auto;
  }
  .section-inscription .box-blue .content-x1 .title-white{
    margin-bottom: 20px;
  }
}
@media (max-width: 550px){
  .item-formulario .espace-title .title {
    font-size: 28px;
  }
}
@media (max-width: 360px){
  .item-formulario .espace-title .title {
    font-size: 24px;
  }
  .inner-select select,
  .input-blue {
    font-size: 22px;
  }
  .inner-select::before {
    top: 35px;
  }
}
@media (max-width: 340px){
  .section-inscription {
    margin-bottom: 30px;
  }
  .inner-select select,
  .input-blue {
    font-size: 18px;
  }
  .section-inscription .box-blue .parrafo {
    font-size: 20px;
  }
  .section-inscription .box-blue .content-x1 .title-white{
    font-size: 32px;
  }
  .inner-select::before {
    top: 32px;
  }
}


.section-thanks .container{
  margin-bottom: 150px;
}
.section-thanks .item .bloque-right,
.section-thanks .item .bloque-left{
  padding: 0;
}
.section-thanks .item .bloque-right{
  left: 50%;
}
.section-thanks .item .bloque-left{
  left: -50%;
}
.section-thanks .box-img{
  position: relative;
  min-height: 690px;
}
.section-thanks .box-img .mobil{
  display: none;
}
.section-thanks .item .content{
  margin: 90px 30px 30px;
}
.section-thanks .item .content .title{
  font-size: 72px;
  font-weight: 800;
  color: #303795;
  line-height: 1;
}
.section-thanks .item .content .subtitle{
  font-size: 36px;
  font-weight: 800;
  margin: 10px 0 40px;
  color: #303795;
  line-height: 1;
}
.section-thanks .content-standar-grey p,
.section-thanks .content-standar-grey a,
.section-thanks .content-standar-grey ul li,
.section-thanks .content-standar-grey ol li{
  font-size: 24px;
}
.section-thanks .content-standar-grey ul li::before{
  left: -12px;
}
.section-thanks .content-standar-grey ol{
  padding-left: 24px;
}
.section-thanks .item .content .width-btn{
  max-width: 322px;
  margin: 35px 0 45px;
}
.section-thanks .item .content span{
  font-size: 16px;
  font-weight: 400;
  color: #838383;
}
@media (max-width: 1150px){
  .section-thanks .item .content .subtitle {
    font-size: 32px;
  }
  .section-thanks .item .content .title {
    font-size: 68px;
  }
}
@media (max-width: 991px){
  .section-thanks .item .bloque-right,
  .section-thanks .item .bloque-left{
    left: 0;
  }
  .section-thanks .box-img{
    min-height: 400px;
  }
  .section-thanks .box-img .desktop{
    display: none;
  }
  .section-thanks .box-img .mobil{
    display: block;
  }
}
@media (max-width: 767px){
  .section-thanks .content-standar-grey p,
  .section-thanks .content-standar-grey a,
  .section-thanks .content-standar-grey ul li,
  .section-thanks .content-standar-grey ol li{
    font-size: 18px;
  }
  .section-thanks .content-standar-grey ul li::before{
    top: 7px;
  }
  .section-thanks .content-standar-grey ol li{
    margin: 5px 0 5px 2px;
  }
  .section-thanks .item .content .subtitle {
    font-size: 28px;
  }
  .section-thanks .item .content .title {
    font-size: 64px;
  }
  .section-thanks .container {
    margin-bottom: 60px;
  }
  .section-thanks .item .content {
    margin: 60px 30px 10px;
  }
}
@media (max-width: 600px){
  .section-thanks .item .content .title {
    font-size: 58px;
  }
}
@media (max-width: 500px){
  .section-thanks .item .content .subtitle {
      font-size: 24px;
  }
  .section-thanks .item .content .title {
    font-size: 50px;
  }
}
@media (max-width: 480px){
  .section-thanks .item .content .width-btn {
    margin: 30px auto;
  }
  .section-thanks .container {
    margin-bottom: 50px;
  }
  .section-thanks .item .content {
    margin: 50px 15px 10px;
  }
  .section-thanks .item .content .title {
    font-size: 42px;
  }
  .section-thanks .box-img {
    min-height: 350px;
  }
}
@media (max-width: 360px){
  .section-thanks .item .content .title {
    font-size: 36px;
  }
  .section-thanks .box-img {
    min-height: 300px;
  }
  .section-thanks .item .content .subtitle {
    margin: 10px 0 20px;
  }
  .section-thanks .item .content {
    margin: 40px 15px 10px;
  }
}
@media (max-width: 340px){
  .section-thanks .item .content .subtitle {
    font-size: 22px;
  }
  .section-thanks .box-img {
    min-height: 250px;
  }
}

#mainNav .container{
  max-width: 1480px;
  position: relative;
}
#mainNav .logo-head{
  position: absolute;
  top: 17px;
  left: 30px;
}
#mainNav .logo-head img{
  max-width: 193px;
}
#mainNav .nav-right{
  position: absolute;
  right:0;
  right:0;
}
#mainNav .nav-right .lista{
  list-style: none;
  display: inline-block;
}
#mainNav .nav-right .lista li{
  display: inline-block;
  float:left;
}
#mainNav .btn-green-head{
  width: 219px;
  background: #009664;
  height: 90px;
  display: flex;
  align-items: center;
}
#mainNav .btn-green-head span{
  margin: 0 auto;
  display: table;
  font-size: 18px;
  color:#fff;
  font-weight: 700;
}
#mainNav .idioma{
  min-width: 124px;
  border-left:2px solid #fff;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  color:#fff;
}
#mainNav .social{
  width: 109px;
  border-left:2px solid #fff;
  height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  color:#fff;
}
#mainNav .social img,
#mainNav .menu-nav img{
  margin: 0 auto;
  display: table;
}
#mainNav .menu-nav{
  height: 90px;
  display: flex;
  align-items: center;
  width: 100px;
}
#mainNav .idioma > div{
  margin: 0 auto;
  display: table;
}
#mainNav .idioma > div .menu{
  margin: 0 auto;
  display: table;
  padding: 0;
  position: relative;
  top: -3px;
}
#mainNav .idioma > div .menu ul{
  display: inline-block;
}
#mainNav .idioma > div .menu .sub-menu{
  padding: 0;
  float:none;
  position: relative;
  top: 8px;
}
#mainNav .idioma > div .menu a{
  color:#fff;
  font-size: 18px;
}
#mainNav .idioma > div .menu a span{
  font-weight: 700;
  padding: 0 8px;
}
#mainNav .idioma > div .menu .sub-menu::before{
  content: '/';
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 3px;
  left: -6px;
  font-weight: 500;
}
@media (max-width: 1100px){
  #mainNav .social {
    width: 95px;
    height: 75px;
  }
  #mainNav .btn-green-head,
  .nav-header {
    height: 75px;
  }
  #mainNav .logo-head img {
    max-width: 150px;
  }
  body {
    padding-top: 75px;
  }
}
@media (max-width: 767px){
  #mainNav .social{
    display: none;
  }
  #mainNav .btn-green-head{
    position: fixed;
    bottom: 0;
    z-index: 66666;
    left: 0;
    width: 66.6666vw;
    height: 50px;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#mainNav .container,
.section-diplomado-x1 .container,
.section-diplomado-x3 .container{
  max-width: 100%;
}
.section-diplomado-x6 .container{
  max-width: 1600px;
}
.section-diplomado-x4 .box-slider .box-green{
  position: relative;
}
.section-diplomado-x4 .slick-list{
  overflow: visible !important;
}
@media (min-width: 991px){
  .section-diplomado-x1 .bloque-left{
    display: flex;
    align-items: center;
  }
  .section-diplomado-x7 .box-white::before{
    content:'';
    display: block;
    background: #fff;
    position: absolute;
    top:0;
    left: -15vw;
    width: 15vw;
    height: 100%;
  }
  .section-diplomado-x4 .box-slider .box-green::before{
    content:'';
    display: block;
    background-color: #009664;
    position: absolute;
    top:0;
    left: -15vw;
    width: 15vw;
    height: 100%;
  }
}
@media (min-width: 1450px){
  .section-diplomado-x4 .box-slider .part-2{
    max-width: 450px;
    right: -90px;
  }
}
@media (min-width: 1550px){
  .section-diplomado-x4 .box-slider .part-2{
    max-width: 500px;
    right: -140px;
  }
}
.modal-teachers .part-text p > strong,
.item-teachers .part-text p > strong{
  margin-bottom: -10px;
  display: table;
}
@media (min-width: 767px){
  .section-diplomado-x6{
    margin-bottom: -5px;
  }
  .section-diplomado-x6 .box-blue-x2{
    min-height: 500px;
  }
  .section-diplomado-x6 .box-blue-x1::before{
    content:'';
    display: block;
    background: #303795;
    position: absolute;
    top:0;
    left: -100vw;
    width: 100vw;
    height: 100%;
  }
  .section-diplomado-x6 .box-blue-x2::before{
    content:'';
    display: block;
    background: #303795;
    position: absolute;
    top: -5px;
    right: -100vw;
    width: 100vw;
    height: 100%;
  }
}


.box-whatsapp-right{
  background-color: #25D366;
  position: fixed;
  right: 20px;
  bottom: 25px;
  border-radius: 50px;
  z-index: 999;
  padding: 17px;
}
.box-whatsapp-right a{
    max-width: 80px;
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.box-whatsapp-right a img {
  max-width: 50px;
  max-height: 45px;
  margin: 0 auto;
}
.box-whatsapp-right a img.mobil{
  display: none;
}
@media (max-width: 767px){
  .box-whatsapp-right a img.desktop{
    display: none;
  }
  .box-whatsapp-right a img.mobil{
    display: block;
  }
  .box-whatsapp-right {
    background-color: #fff;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    border-radius: 0;
    width: 100vw;
    border-top: 1px solid #25D366;
  }
  .box-whatsapp-right a img {
    max-width: 38px;
    max-height: 35px;
  }
  .single-diplomados .box-whatsapp-right {
    width: 33.3333vw;
  }
  #mainNav .btn-green-head span {
    font-size: 24px;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 490px){
  #mainNav .btn-green-head span {
    font-size: 22px;
  }
}
@media (max-width: 400px){
  #mainNav .btn-green-head span {
    font-size: 20px;
  }
}
@media (max-width: 360px){
  #mainNav .btn-green-head span {
    font-size: 18px;
  }
}
@media (min-width: 991px){
  .section-diplomado-x4 .box-slider .part-2 .img-central{
    background-size: 100% auto;
  }
}
@media (min-width: 1750px){
  .section-diplomado-x4 .box-slider .part-2{
    max-width: 29.3vw;
    right: -9.3vw;
  }
  .section-diplomado-x4 .box-slider .part-2 .img-central{
    background-size: cover;
  }
}
@media (min-width: 520px){
  .section-diplomado-x4 .box-slider .part-1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1050px){
  .section-diplomado-x4 .box-slider .part-1 {
    padding-bottom: 25px;
  }
  .section-diplomado-x4 .arrow-white.left,
  .section-diplomado-x4 .arrow-white.right{
    bottom: 18px;
  }
}
@media (max-width: 520px){
  .section-diplomado-x4 .box-slider .part-1 {
    padding-bottom: 5px;
  }
}
@media (max-width: 1050px){
  .section-diplomado-x4 .imagen-desktop-0{
    display: none;
  }
  .section-diplomado-x4 .imagen-mobile-0{
    display: block !important;
  }
}
@media (max-width: 767px){
  .item-teachers .content-x1 .box-green {
    min-height: 235px;
  }
}
@media (max-width: 500px){
  .section-diplomado-x4 .item-beneficios {
    min-height: 645px;
  }
}


.section-home-x1 .container{
  padding: 0;
}
.section-home-x1.section-diplomado-x1 .box-img {
  min-height: 800px;
}
.btn-white{
  width: 100%;
  display: table;
  padding: 9px 10px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0;
  color: #009664!important;
  border: 3px solid #009664;
  text-align: center;
  background-color: #fff;
}
.section-home-x1 .width-btn-x2{
  padding-top: 100px;
}
@media (max-width: 1200px){
  .btn-white{
    padding: 6px 10px 5px;
    font-size: 22px;
  }
  .section-home-x1.section-diplomado-x1 .box-img {
    min-height: 690px;
  }
  .section-home-x1 .width-btn-x2{
    padding-top: 50px;
  }
}
@media (max-width: 991px){
  .section-home-x1.section-diplomado-x1 .box-img {
    min-height: 400px;
  }
}
@media (max-width: 767px){
  .section-home-x1 .container{
    padding: 0 15px;
  }
  .section-home-x1 .width-btn-x2{
    padding-top: 30px;
  }
  .section-home-x1 .btn-green,
  .section-home-x1 .btn-white{
    margin: 10px 0;
  }
  .section-home-x1.section-diplomado-x1 .box-img {
    min-height: 300px;
  }
}
@media (max-width: 400px){
  .section-home-x1.section-diplomado-x1 .box-img {
    min-height: 250px;
  }
}


.section-home-x2 .content-standar-grey p,
.section-home-x2 .content-standar-grey a,
.section-home-x2 .content-standar-grey ul li,
.section-home-x2 .content-standar-grey ol li{
  font-size: 24px;
}
.section-home-x2 .content-standar-grey ul li::before{
  top: 12px;
}
.section-home-x2 .content-standar-grey ol li{
  margin: 5px 0 5px 10px;
}
@media (max-width: 767px){
  .section-home-x2 .content-standar-grey p,
  .section-home-x2 .content-standar-grey a,
  .section-home-x2 .content-standar-grey ul li,
  .section-home-x2 .content-standar-grey ol li{
    font-size: 18px;
  }
  .section-home-x2 .content-standar-grey ul li::before{
    top: 7px;
  }
  .section-home-x2 .content-standar-grey ol li{
    margin: 5px 0 5px 5px;
  }
}


.section-home-x2 .box-center-x1{
  min-height: 800px;
}
.section-home-x2 .title-blue{
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.section-home-x2 .content-duo .box-title .box-center{
  margin: 0 auto;
}
.section-home-x2 .content-duo{
  height: 100%;
  position: relative;
}
.section-home-x2 .content-duo .box-img{
 position: absolute;
}
.section-home-x2 .content-duo .box-title{
  background: #303795;
  max-width: 50%;
  align-items: center;
  display: flex;
  height: 100%;
}
.section-home-x2 .content-duo .box-img{
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}
.section-home-x2 .title-blue.desktop{
  display: none;
}
.content-blue-left{
  max-width: 450px;
  margin: 30px auto;
}
.content-blue-left .title-top{
  display: none;
}
.content-blue-left .title{
  font-size: 48px;
  font-weight: 800;
  color: #303795;
  line-height: 1;
}
.content-blue-left .content-standar-grey{
  padding: 10px 0 20px;
}
.item-ico{
  max-width: 132px;
  text-align: center;
  margin: 10px 0 20px;
}
.item-ico .box-ico{
  max-width: 90px;
  margin: 0 auto;
  width: 100%;
}
.item-ico .box-ico .mobil{
  display: none;
}
.item-ico .box-ico img{
  max-width: 90px;
  height: auto;
  width: auto;
  max-height: 60px;
  margin: 0 auto;
}
.item-ico .subtitle{
  font-size: 18px;
  font-weight: 400;
  color: #303795;
  margin: 10px 0 0;
}
.content-blue-left .width-btn{
  max-width: 330px;
  padding-top: 20px;
}
@media (max-width: 1350px){
  .section-home-x2 .title-blue {
    font-size: 50px;
  }
}
@media (max-width: 1200px){
  .section-home-x2 .box-center-x1 {
      min-height: 690px;
  }
  .content-blue-left .title {
    font-size: 42px;
  }
}
@media (max-width: 1120px){
  .section-home-x2 .title-blue {
    font-size: 42px;
  }
  .section-home-x2 .box-center-x1 {
    min-height: 620px;
  }
}
@media (max-width: 991px){
  .section-home-x2 .content-duo .box-title{
    display: none;
  }
  .section-home-x2 .content-duo .box-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
  }
  .section-home-x2 .title-blue.desktop{
    display: block;
    color: #303795;
    padding-bottom: 60px;
  }
  .content-blue-left {
    max-width: 750px;
  }
  .content-blue-left .width-btn{
    margin: 0 auto;
  }
  .item-ico {
    margin: 20px auto;
    padding: 0 5px;
  }
  .content-blue-left .content-standar-grey {
    padding: 10px 0;
  }
  .section-home-x2 .box-center-x1 {
    min-height: auto;
  }
}
@media (max-width: 767px){
  .section-home-x2 .content-standar-grey p,
  .content-blue-left .title{
    text-align: center;
  }
  .content-blue-left {
    padding: 0 15px;
  }
}
@media (max-width: 500px){
  .section-home-x2 .title-blue {
    font-size: 36px;
  }
  .content-blue-left .title {
    font-size: 24px;
  }
  .content-blue-left {
    margin: 0 auto;
    padding: 50px 15px;
    background-color: #303795;
  }
  .content-blue-left .title {
    font-size: 32px;
  }
  .section-home-x2 .content-standar-grey p,
  .section-home-x2 .content-standar-grey a,
  .section-home-x2 .content-standar-grey ul li,
  .section-home-x2 .content-standar-grey ol li,
  .content-blue-left .title,
  .section-home-x2 .title-blue.desktop,
  .content-blue-left .item-ico .subtitle{
    color: #fff;
  }
  .item-ico .box-ico .desktop{
    display: none;
  }
  .item-ico .box-ico .mobil{
    display: block;
  }
}
@media (max-width: 400px){
  .item-ico .box-ico {
    max-width: 55px;
  }
  .item-ico .box-ico img {
    max-width: 55px;
    max-height: 40px;
  }
  .item-ico .subtitle {
    font-size: 15px;
  }
  .item-ico {
    margin: 12px auto;
  }
}
@media (max-width: 340px){
  .section-home-x2 .content-duo .box-img {
    min-height: 300px;
  }
}


.section-home-x3 .box-title.mobil{
  display: none;
}
.section-home-x3 .box-slider-x2{
  background-color: #303795;
  margin-left: 360px;
}
.section-home-x3 .box-slider-x2 .box-espace{
  min-height: 640px;
}
.section-home-x3 .box-slider-x2 .box-img-left{
  min-height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  left: 0;
  max-width: 360px;
  top: 0;
}
.section-home-x3 .box-slider-x2 .box-title{
  padding: 150px 10px 30px;
  position: relative;
  background: #fff;
  height: 100%;
  text-align: center;
}
.section-home-x3 .box-slider-x2 .box-title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 22px solid #fff;
  border-bottom: 25px solid transparent;
  top: 28%;
  right: -30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 6;
}
.section-home-x3 .box-slider-x2 .box-green {
  min-height: 100px;
  background-color: #009664;
}
.item-cursos-x1 .content-text{
  position: relative;
  background-color: #303795;
  max-width: 480px;
  margin: 0 auto;
  padding: 70px 15px 80px;
}
.item-cursos-x1 .box-img-x1.mobil{
  display: none;
}
.item-cursos-x1 .content-text .title{
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.item-cursos-x1 .content-standar-white{
  padding: 20px 0;
}
.section-home-x3 .item-ico .subtitle {
  color: #fff;
}
.section-home-x3 .item-ico .box-ico img {
  max-width: 120px;
  height: 69px;
  max-height: 100%;
}
.section-home-x3 .item-ico .box-ico {
  max-width: 120px;
}
.item-cursos-x1 .content-text .width-btn{
  max-width: 330px;
  padding-top: 30px;
}
.section-home-x3 .arrow-white.left {
  position: absolute;
  bottom: 25px;
  left: 19%;
  cursor: pointer;
  display: inline-block;
}
.section-home-x3 .arrow-white.right {
  position: absolute;
  bottom: 26px;
  right: 19%;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.section-home-x3 .arrow-white img {
  width: 14px;
  height: auto;
}
.slider-active {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px){
  .section-home-x3 .box-slider-x2 .box-img-left {
    max-width: 300px;
  }
  .section-home-x3 .box-slider-x2 {
    margin-left: 300px;
  }
  .item-cursos-x1 .content-text .title {
    font-size: 42px;
  }
}
@media (max-width: 1150px){
  .item-cursos-x1 .content-text .title {
    font-size: 38px;
  }
  .section-home-x3 .box-slider-x2 .box-espace {
    min-height: 600px;
  }
}
@media (max-width: 1050px){
  .section-home-x3 .box-slider-x2 .box-img-left.desktop{
    display: none;
  }
  .section-home-x3 .box-slider-x2 {
    margin-left: 0;
  }
  .item-cursos-x1 .box-img-height,
  .item-cursos-x1 .box-img-x1.mobil {
    display: block;
    position: relative;
    min-height: 350px;
    background-color:#D9D9D9;
  }
  .section-home-x3 .box-slider-x2 .box-green{
    min-height: 60px;
  }
  .section-home-x3 .box-slider-x2 .box-title {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100%;
  }
  .section-home-x3 .box-slider-x2 .box-title .title-blue{
    margin: 0 auto;
  }
  .section-home-x3 .box-slider-x2 .box-title::after {
    top: 50%;
  }
  .section-home-x3 .box-slider-x2 .box-espace {
    min-height: auto;
  }
  .item-cursos-x1 .content-text .title {
    font-size: 34px;
  }
  .item-cursos-x1 .content-text {
    max-width: 625px;
    padding: 35px 30px 80px;
  }
  .item-cursos-x1 .content-text .width-btn{
    margin: 0 auto;
  }
  .section-home-x3 .item-ico {
    margin: 15px auto;
  }
  .section-home-x3 .item-ico .box-ico {
    max-width: 100px;
  }
  .section-home-x3 .item-ico .box-ico img {
    max-width: 100px;
    height: 50px;
  }
  .item-cursos-x1 .content-standar-white {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px){
  .section-home-x3 .content-standar-grey p,
  .section-home-x3 .content-standar-grey a,
  .section-home-x3 .content-standar-grey ul li,
  .section-home-x3 .content-standar-grey ol li{
    font-size: 18px;
  }
  .section-home-x3 .content-standar-grey ul li::before{
    top: 7px;
  }
  .section-home-x3 .content-standar-grey ol li{
    margin: 5px 0 5px 5px;
  }
  .item-cursos-x1 .box-img-height,
  .item-cursos-x1 .box-img-x1.mobil {
    min-height: 300px;
  }
  .item-cursos-x1 .content-text .title {
    font-size: 28px;
  }
}
@media (max-width: 680px){
  .section-home-x3{
    padding: 60px 0;
  }
  .section-home-x3 .box-slider-x2 .box-green{
    display: none;
  }
  .section-home-x3 .box-slider-x2 .col-4,
  .section-home-x3 .box-slider-x2 .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-x3 .box-width-slider{
    max-width: 530px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .section-home-x3 .box-slider-x2 .box-title {
    padding: 0 0 60px;
  }
  .item-cursos-x1 .content-text .width-btn {
    margin: 0;
  }
  .item-cursos-x1 .content-text .width-btn .btn-green{
    padding-left: 40px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #009664!important;
    line-height: 1.2;
    background-color: transparent;
    display: flex;
  }
  .item-cursos-x1 .content-text .width-btn .btn-green::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url(../../assets/img/pluss-x1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .section-home-x3 .item-ico {
    margin: 10px 0;
    position: relative;
    align-items: center;
    display: flex;
    padding: 10px 0 10px 85px;
    width: 100%;
    max-width: 100%;
  }
  .section-home-x3 .item-ico .box-ico img {
    max-width: 60px;
    height: 35px;
  }
  .section-home-x3 .item-ico .box-ico {
    max-width: 70px;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .section-home-x3 .item-ico .subtitle{
    margin: 0;
  }
}
@media (max-width: 520px){
  .section-home-x3 .box-width-slider .slick-list{
    overflow: visible!important;
  }
  .section-home-x3 .box-slider-x2 {
    margin-right: 10px;
  }
  .section-home-x3 .box-title.mobil{
    display: block;
  }
  .section-home-x3 .box-title.desktop{
    display: none;
  }
  .section-home-x3 .box-title.mobil{
    padding: 0 15px 50px;
    text-align: center;
  }
  .section-home-x3 .arrow-white.left,
  .section-home-x3 .arrow-white.right{
    display: none;
  }
  .item-cursos-x1 .content-text {
    padding: 30px 15px;
  }
  .item-cursos-x1 .content-text .title {
    font-size: 24px;
  }
  .item-cursos-x1 .box-img-height,
  .item-cursos-x1 .box-img-x1.mobil {
    margin-top: -1px;
  }
  .section-home-x3 .box-slider-x2{
    margin: 0 10px 0 0;
    position: relative;
  }
  .section-home-x3 .box-width-slider {
    width: 480px;
  }
  .item-cursos-x1 .content-text .width-btn {
    padding-top: 15px;
  }
}
@media (max-width: 480px){
  .section-home-x3 .box-width-slider {
      width: 450px;
  }
  .section-home-x3 .box-title.mobil {
    text-align: left;
  }
}
@media (max-width: 440px){
  .section-home-x3 .box-width-slider {
    width: 400px;
  }
}
@media (max-width: 400px){
  .section-home-x3 .box-width-slider {
    width: 350px;
  }
}
@media (max-width: 360px){
  .section-home-x3 .box-width-slider {
    width: 340px;
  }
  .item-cursos-x1 .box-img-height,
  .item-cursos-x1 .box-img-x1.mobil {
    min-height: 250px;
  }
}
@media (max-width: 340px){
  .section-home-x3 .box-width-slider {
    width: 330px;
  }
  .item-cursos-x1 .content-text .title {
    font-size: 22px;
  }
}



.section-home-x4 .item .bloque-right {
  left: 42%;
}
.section-home-x4 .item .bloque-left {
  left: -58%;
  margin: 0;
}
.section-home-x4 .box-center-x1{
  min-height: 880px;
}
.section-home-x4 .content{
  max-width: 360px;
  margin: 30px auto;
}
.section-home-x4 .content-standar-grey{
  padding: 40px 0 20px;
}
.section-home-x4 .content-standar-grey p,
.section-home-x4 .content-standar-grey a,
.section-home-x4 .content-standar-grey ul li,
.section-home-x4 .content-standar-grey ol li{
  font-size: 24px;
}
.section-home-x4 .content-standar-grey ul li::before{
  top: 12px;
}
.section-home-x4 .content-standar-grey ol li{
  margin: 5px 0 5px 10px;
}
@media (max-width: 1200px){
  .section-home-x4 .box-center-x1{
      min-height: 690px;
  }
  .section-home-x4 .content .title-blue {
    font-size: 52px;
  }
}
@media (max-width: 991px){
  .section-home-x4 .box-center-x1{
    min-height: 100%;
  }
  .section-home-x4 .item .bloque-right,
  .section-home-x4 .item .bloque-left {
    left: 0;
  }
  .section-home-x4 .item .bloque-right,
  .section-home-x4 .item .bloque-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-x4 .item .box-img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
  }
  .section-home-x4 .content {
    max-width: 850px;
    padding: 30px 15px 60px;
  }
  .section-home-x4 .content .width-btn{
    max-width: 320px;
    margin: 0 auto;
  }
  .section-home-x4 .content .title-blue {
    font-size: 42px;
  }
}
@media (max-width: 880px){
  .section-home-x4 .content {
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .section-home-x4 .content-standar-grey p,
  .section-home-x4 .content-standar-grey a,
  .section-home-x4 .content-standar-grey ul li,
  .section-home-x4 .content-standar-grey ol li{
    font-size: 18px;
  }
  .section-home-x4 .content-standar-grey ul li::before{
    top: 7px;
  }
  .section-home-x4 .content-standar-grey ol li{
    margin: 5px 0 5px 5px;
  }
  .section-home-x4 .content .title-blue {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 340px){
  .section-home-x4 .item .box-img {
    min-height: 300px;
  }
  .section-home-x4 .content-standar-grey {
    padding: 20px 0;
  }
}


.section-inscription-x2.blue .box-center-title{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 760px;
  background-color: #303795;
  height: 100%;
  padding: 20px 15px;
}
.section-inscription-x2.blue .box-center-title .box-espace{
  max-width: 350px;
  margin: 0 auto;
  margin-top: -180px;
}
.section-inscription-x2.blue .box-center-title .title-blue{
  color: #fff;
  margin: 0 auto;
}
.section-inscription-x2.blue .box-center-title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 22px solid #303795;
  border-bottom: 25px solid transparent;
  top: 25%;
  right: -30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 6;
}
.section-inscription-x2 .item-formulario{
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 15px;
}
.section-inscription-x2 .item-formulario .width-btn{
  max-width: 330px;
  padding-top: 20px;
}
@media (max-width: 1200px){
  .section-inscription-x2.blue .box-center-title{
    min-height: 650px;
  }
  .section-inscription-x2.blue .box-center-title .title-blue{
    font-size: 48px;
  }
}
@media (max-width: 991px){
  .section-inscription-x2 .col-7,
  .section-inscription-x2 .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-inscription-x2.blue .box-center-title{
    min-height: auto;
    display: block;
    padding: 0 15px;
  }
  .section-inscription-x2.blue .box-center-title::after{
    display: none;
  }
  .section-inscription-x2 .box-center-title.blue .box-espace {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
  }
  .section-inscription-x2 .item-formulario {
    padding: 20px 15px 0;
  }
  .section-inscription-x2.blue{
    background-color: #303795;
    padding: 70px 0;
  }
  .section-inscription-x2.blue .input-blue {
    background: transparent;
    border-bottom: 3px solid #fff;
    color: #fff;
  }
  .section-inscription-x2.blue .input-blue::placeholder{
    color: #fff;
  }
  .section-inscription-x2.blue .inner-select select {
    color: #fff;
    border-bottom: 3px solid #fff;
    background-color: transparent;
  }
}
@media (max-width: 767px){
  .section-inscription-x2 .item-formulario .width-btn {
    padding-top: 40px;
    margin: 0 auto;
  }
  .section-inscription-x2.blue .box-center-title .title-blue {
    font-size: 42px;
  }
}
@media (max-width: 520px){
  .section-inscription-x2.blue .box-center-title .title-blue {
    font-size: 36px;
  }
  .section-inscription-x2 .item-formulario {
    padding: 30px 0 0;
  }
}
@media (max-width: 480px){
  .section-inscription-x2.blue .box-center-title {
    padding: 0;
  }
}
@media (max-width: 340px){
  .section-inscription-x2.blue .box-center-title .title-blue {
    font-size: 28px;
  }
  .section-inscription-x2.blue {
    padding: 50px 0;
  }
}



.section-nosotros-x1 .box-center-x1{
  min-height: 865px;
  padding: 50px 15px;
}
.section-nosotros-x1 .box-center-x1 .content-text{
  max-width: 560px;
  margin: 0 auto;
}
.section-nosotros-x1 .box-center-x1 .content-text .text{
  padding-top: 20px;
}
.section-nosotros-x1 .box-center-x1 .content-text .text p{
 font-size: 36px;
 font-weight: 400;
 color: #838383;
 line-height: 1.2;
}
.section-nosotros-x1 .box-img{
  position: relative;
  min-height: 100%;
}
@media (max-width: 1200px){
  .section-nosotros-x1 .box-center-x1 .content-text .title-blue {
    font-size: 52px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text .text p {
    font-size: 32px;
  }
  .section-nosotros-x1 .box-center-x1 {
    min-height: 680px;
  }
}
@media (max-width: 991px){
  .section-nosotros-x1 .box-center-x1 .content-text .title-blue {
    font-size: 48px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text .text p {
    font-size: 28px;
  }
  .section-nosotros-x1 .box-center-x1 {
    min-height: auto;
    padding: 40px 15px 20px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text {
    max-width: 800px;
  }
  .section-nosotros-x1 .box-img {
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  .section-nosotros-x1 .box-center-x1 .content-text .title-blue {
    font-size: 36px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text .text p {
    font-size: 24px;
  }
}
@media (max-width: 340px){
  .section-nosotros-x1 .box-img {
      min-height: 350px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text .title-blue {
    font-size: 32px;
  }
  .section-nosotros-x1 .box-center-x1 .content-text .text p {
    font-size: 22px;
  }
}



.col-58{
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
}
.col-42{
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
.list-nosotros.blue .box-center-x1{
  background-color: #303795;
}
.list-nosotros .box-center-x1{
  min-height: 700px;
  padding: 50px 30px;
}
.list-nosotros .box-center-x1 .text{
  max-width: 560px;
  margin: 0 auto;
}
.list-nosotros.blue .box-center-x1 .text .title,
.list-nosotros.white .box-center-x1 .text .title{
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.list-nosotros.white .box-center-x1 .text .title{
  color: #303795;
}
.list-nosotros .box-img{
  position: relative;
  min-height: 100%;
}
.list-nosotros.blue .item:nth-child(odd) .bloque-left {
  left: 42%;
  position: relative;
}
.list-nosotros.blue .item:nth-child(odd) .bloque-right{
  left: -58%;
  position: relative;
}
.list-nosotros.white .box-center-x1 .text {
  max-width: 450px;
}
.list-nosotros.white .box-center-x1 .text .content-standar-grey{
  padding-top: 40px;
}
.list-nosotros .content-standar-grey p,
.list-nosotros .content-standar-grey a,
.list-nosotros .content-standar-grey ul li,
.list-nosotros .content-standar-grey ol li{
  font-size: 24px;
}
.list-nosotros .content-standar-grey ul li::before{
  top: 12px;
}
.list-nosotros .content-standar-grey ol li{
  margin: 5px 0 5px 10px;
}
@media (max-width: 1200px){
  .list-nosotros.blue .box-center-x1 .text .title,
  .list-nosotros.white .box-center-x1 .text .title {
    font-size: 32px;
  }
  .list-nosotros .box-center-x1 {
    min-height: 620px;
  }
}
@media (max-width: 1000px){
  .list-nosotros .box-center-x1 {
    min-height: 560px;
  }
}
@media (max-width: 991px){
  .list-nosotros.blue .item:nth-child(odd) .bloque-left,
  .list-nosotros.blue .item:nth-child(odd) .bloque-right{
    left: 0;
  }
  .list-nosotros .col-58,
  .list-nosotros .col-42{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list-nosotros .box-img {
    min-height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
  .list-nosotros .box-center-x1 {
    min-height: auto;
  }
  .list-nosotros.white .box-center-x1 .text{
    max-width: 650px;
  }
}
@media (max-width: 767px){
  .list-nosotros .content-standar-grey p,
  .list-nosotros .content-standar-grey a,
  .list-nosotros .content-standar-grey ul li,
  .list-nosotros .content-standar-grey ol li{
    font-size: 18px;
  }
  .list-nosotros .content-standar-grey ul li::before{
    top: 7px;
  }
  .list-nosotros .content-standar-grey ol li{
    margin: 5px 0 5px 5px;
  }
  .list-nosotros .box-center-x1 {
    padding: 45px 30px;
  }
  .list-nosotros.blue .box-center-x1 .text .title,
  .list-nosotros.white .box-center-x1 .text .title {
    font-size: 28px;
  }
}
@media (max-width: 520px){
  .list-nosotros.blue .box-center-x1 .text .title,
  .list-nosotros.white .box-center-x1 .text .title {
    font-size: 24px;
  }
  .list-nosotros.white .box-img{
    display: none;
  }
}
@media (max-width: 340px){
  .list-nosotros .box-img {
    min-height: 350px;
  }
}



.col-20{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.section-nosotros-x3{
  padding: 100px 0;
}
.section-nosotros-x3 .container{
  max-width: 1280px;
  margin: 0 auto;
}
.section-nosotros-x3 .box-text{
  min-height: 170px;
}
.section-nosotros-x3 .box-text .title{
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 30px 10px;
}
.section-nosotros-x3 .box-text .content-standar-white{
  margin: 0 10px;
}
.section-nosotros-x3 .content-standar-white p,
.section-nosotros-x3 .content-standar-white a,
.section-nosotros-x3 .content-standar-white ul li,
.section-nosotros-x3 .content-standar-white ol li{
  font-size: 18px;
}
.section-nosotros-x3 .content-standar-white ul li::before{
  top: 7px;
}
.section-nosotros-x3 .content-standar-white ol li{
  margin: 5px 0 5px 5px;
}
@media (max-width: 1200px){
  .section-nosotros-x3{
    padding: 80px 0;
  }
  .section-nosotros-x3 .col-20{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section-nosotros-x3 .box-text {
    min-height: 100px;
  }
  .section-nosotros-x3 .box-text .title {
    font-size: 32px;
  }
}
@media (max-width: 991px){
  .section-nosotros-x3{
    padding: 50px 0 60px;
  }
  .section-nosotros-x3 .col-20{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-nosotros-x3 .box-text {
    min-height: auto;
  }
  .section-nosotros-x3 .box-text .title {
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .section-nosotros-x3{
    padding: 30px 0 50px;
  }
  .section-nosotros-x3 .col-6,
  .section-nosotros-x3 .col-20{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-nosotros-x3 .box-text .title {
    margin: 30px 0 20px;
  }
  .section-nosotros-x3 .box-text .content-standar-white {
    margin: 0;
  }
}
@media (max-width: 520x){
  .section-nosotros-x3 .box-text .title {
    font-size: 24px;
  }
}


.section-inscription-x2.white .box-center-title{
  padding: 100px 20px 50px;
  height: 100%;
}
.section-inscription-x2.white .box-center-title .box-espace {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 991px){
  .section-inscription-x2.white .box-center-title {
    padding: 0 15px;
  }
  .section-inscription-x2.white .box-center-title .box-espace {
    max-width: 850px;
    margin: 0 auto;
  }
  .section-inscription-x2.white{
    padding: 60px 0 50px;
  }
  .section-inscription-x2.white .box-center-title .box-espace .title-blue{
    margin: 0;
  }
}
@media (max-width: 340px){
  .section-inscription-x2.white .box-center-title .title-blue {
    font-size: 28px;
  }
}



#sidebar-wrapper {
  width: 100%;
  max-width: 550px;
  height: 102vh;
  position: fixed;
  right: -120%;
  top: 0;
  padding-top: 0;
  background: #F5F5F5 !important;
  z-index: 999999;
  transition: all 0.5s;
  padding-bottom: 100px;
  overflow: scroll;
}
#sidebar-wrapper.toggled{
  right: 0;
}
#sidebar-wrapper .logo-responsive{
  width: 110px;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
#sidebar-wrapper .close-menu{
  width: 30px;
  height: 28px;
  right: 0;
  top: 0;
  margin: 11px 10px 11px 15px;
}
.overlay-menu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
  z-index: 9999;
}
.close-menu{
  position: absolute;
  z-index: 9999;
  top: 0%;
  right: 20px;
  cursor: pointer;
}
#sidebar-wrapper .bloque-1{
  padding: 20px 10px;
}
#sidebar-wrapper .lista-mobile li{
  margin-bottom: 10px;
}
#sidebar-wrapper .lista-mobile li a{
  color:#434343;
  font-size: 18px;
  position: relative;
}
header .nav-desktop{
  display: inline-block;
  float: left;
  margin-right: -20px;
}
header .nav-desktop .sub-menu{
  display: none;
}
header .nav-desktop .lista-menu > li{
  display: inline-block;
  margin: 0 0 0 0;
}
header .nav-desktop .lista-menu > li a{
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 32px 20px;
  display: inline-block;
}


#super-menu {
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  position: fixed;
  left: 50%;
  top: -110vh;
  padding: 50px 0;
  background: #fff !important;
  z-index: 999999;
  transition: all 0.5s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
#super-menu.toggled{
  top: 90px;
}
#super-menu .logo-responsive{
  width: 110px;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
#super-menu .close-menu{
  width: 14px;
  height: 14px;
  right: 30px;
  top: 30px;
}
.overlay-menu-desktop{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: .3;
  z-index: 9999;
}
.close-menu{
  position: absolute;
  z-index: 9999;
  top: 0%;
  right: 20px;
  cursor: pointer;
}
#super-menu .bloque-1{
  padding: 15px 25px 0 25px;
}
#super-menu .lista-mobile li{
  margin-bottom: 10px;
}
#super-menu .lista-mobile li a{
  color:#434343;
  font-size: 18px;
  position: relative;
}
#super-menu .menu-container{
  padding: 0 20px;
}
#super-menu .menu-container .lista-0{
  display: -ms-flexbox;
  display: flex;
}
#super-menu .menu-container .lista-0 > .menu-item{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 30px;
}
#super-menu .menu-container .lista-0 > .menu-item::before{
  content:'';
  min-height: 100%;
  background: #303795;
  width: 1px;
  position: absolute;
  right:0;
}
#super-menu .menu-container .lista-0 > .menu-item:nth-last-child(1)::before{
  display: none !important;
}
#super-menu .menu-container .lista-0 > .menu-item > a{
  color:#303795;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  padding-left: 35px;
}
#super-menu .menu-container .lista-0 > .menu-item > a::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 5px;
  background-image: url(../../assets/img/Polygon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#super-menu .menu-container .lista-0 > .menu-item.menu-item-has-children .sub-menu{
  padding: 0;
}
#super-menu .menu-container .lista-0 > .menu-item.menu-item-has-children .sub-menu li{
  display: inline-block;
  padding: 15px 0;
}
#super-menu .menu-container .lista-0 > .menu-item.menu-item-has-children .sub-menu li a{
  color:#303795;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.single-diplomados header .nav-desktop{
  display:none;
}
.single-diplomados #menu-grande-click{
  display: inline-block !important;
}
.single-diplomados #menu-click{
  display: none!important;
}
#sidebar-wrapper .link001{
  font-size: 30px;
  font-weight: 800;
  color: #303795;
  border-bottom: 2px solid #009664;
  width: 100%;
  display: inline-block;
  padding: 5px 60px 0 15px;
  position: relative;
}
#sidebar-wrapper .link001::before {
  content: "";
  display: block;
  height: 50px;
  width: 17%;
  border-left: 2px solid #009664;
  position: absolute;
  top: 0;
  right: 0;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item{
  border-bottom: 2px solid #303795;
  margin: 18px 0;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item a{
  position: relative;
  font-size: 18px;
  font-weight: 800;
  color: #303795;
  padding-left: 30px;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item a:before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/Polygon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item .sub-menu .menu-item a:before{
  display: none;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item .sub-menu .menu-item{
  border: 0;
  display: block;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item .sub-menu .menu-item a{
  padding-left: 0;
  font-size: 25px;
  line-height: 1;
}
#sidebar-wrapper .bloque-1 #menu-menu-principal-2 .menu-item .sub-menu{
  padding: 0;
}

#sidebar-wrapper .list-social-blue{
  text-align: center;
}
#sidebar-wrapper .list-social-blue li {
  display: inline-block;
  margin: 0 30px 20px;
  text-align: center;
}
#sidebar-wrapper .list-social-blue li a {
  display: block;
  cursor: pointer;
}
#sidebar-wrapper .list-social-blue li img {
  height: 39px;
}
@media (max-width: 1200px){
  header .nav-desktop .lista-menu > li a {
    font-size: 16px;
  }
  #super-menu .menu-container .lista-0 > .menu-item.menu-item-has-children .sub-menu li a{
    font-size: 28px;
  }
}
@media (max-width: 1100px){
  header .nav-desktop .lista-menu > li a {
    padding: 25px 20px;
  }
  .single-diplomados #menu-grande-click .menu-nav {
    height: 74px;
  }
  #super-menu.toggled{
    top: 75px;
  }
}
@media (max-width: 1050px){
  #mainNav .social {
    width: 85px;
  }
}
@media (max-width: 991px){
  header .nav-desktop .menu-container,
  #mainNav .social{
    display: none;
  }
  #menu-click{
    display: block!important;
  }
  #mainNav .menu-nav {
    height: 74px;
  }
  .single-diplomados #menu-grande-click{
    display: none!important;
  }
  .single-diplomados #menu-click{
    display: block!important;
  }
  .overlay-menu-desktop,
  #super-menu{
    display: none;
    opacity: 0;
  }
}
@media (max-width: 448px){
  #mainNav .logo-head {
    left: 20px;
  }
  #mainNav .menu-nav {
    width: 80px;
  }
}
@media (max-width: 400px){
  body {
    padding-top: 60px;
  }
  .nav-header {
    height: 60px;
  }
  #mainNav .logo-head img {
    max-width: 135px;
  }
  #mainNav .logo-head {
    top: 8px;
  }
  #mainNav .menu-nav {
    height: 60px;
    width: 68px;
  }
}
@media (max-width: 340px){
  #mainNav .logo-head {
    left: 12px;
    top: 12px;
  }
}
.container-fluid{
  max-width: 100% !important;
}
@media (min-width: 1480px){
  .section-home-x3{
    background-color: #303795;
  }
  .section-home-x3 .slick-list{
    overflow: visible !important;
  }
  .section-home-x3 .box-slider-x2 .box-green {
    width: 100vw;
  }
  .section-home-x3 .box-slider-x2 .box-img-left {
    left: -90px;
    max-width: 450px;
  }
}
@media (min-width: 1650px){
  .section-home-x3 .box-slider-x2 .box-img-left {
    left: -160px;
    max-width: 520px;
  }
}
@media (min-width: 1420px){
  .section-inscription .box-blue{
    border:0 !important;
  }
  .section-inscription .box-blue::before{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:-100%;
    height: 100%;
    width: 100%;
    background-color: #303795;
  }
}
.inner-area{
  position: relative;
}
.inner-area textarea{
  height: 172px;
  width: 100%;
  border: 0;
  padding: 17px 10px;
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  background-image: url(../../assets/img/lineas2.png);
  background-repeat-x: no-repeat;
  background-size: 960px auto;
  line-height: 2.7;
  background-attachment: local;
  padding-top: 10px;
}
.inner-area textarea::placeholder{
  color:#303795;
}
@media (min-width: 1000px) and (max-width: 1180px){
  .section-contacto .col-4{
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
  .section-contacto .col-8{
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}
@media (max-width: 1000px){
  .section-contacto .col-4,
  .section-contacto .col-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-contacto .inner-area{
    margin-top: 20px;
  }
  .section-contacto .inner-area textarea{
    height: 200px;
  }
}
@media (max-width: 1000px){
  .section-inscription .box-blue{
    min-height: 255px;
  }
}
.wpcf7 form .wpcf7-response-output{
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  font-size: 20px;
  margin-top: -25px;
}
@media (max-width: 767px){
  .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 10px;
  }
}
