html, body{
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    font-family: 'Montserrat', sans-serif;
}
.loginbd{
    background: #f5f5f5;
}
.heading{
    background: #034EA1;
    color: #fff;
}
.contentheading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.headingcnt a{
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
    margin-right: 20px;
}
#contact a{
    margin: 0px;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.logo img{
    width: 500px;
}
.menuresponsive{
    display: none;
}
.menucarousel ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    margin: 0;
    background: #F1F1F1;
    text-align: center;
}
.menucarousel li{
    border-right: solid 1px #B7C2CD;
    padding: 7px 0;
    width: 25.5%;
}
.menucarousel li:last-child {
    border-right: none;
}
.menucarousel a{
    color: #00193C;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
.menucarousel a:hover{
    color: #004dba;
    transition: all 0.5s ease;
}
.owl-dots > .active > span{
    background:#003278 !important;
}
.owl-dots > .owl-dot > span{
    background: #00327840;
}
.titlecamp{
    background: #D91E48;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.titlecamp h2{
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
}
.cnteducation{
    background: url('../images/backcurso.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.edcnt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 50px 0;
}
.curso a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.curso img{
    margin-right: 11px;
    width: 120px;
}
.edcnt a:hover img{
	-webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.alternativelnk{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 40px 0;
}
.comunicate img, .welcome img{
    margin-bottom: 10px;
    width: 100%;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.welcome a:hover img{
    opacity: .5;
    transition: opacity 0.3s linear;
}
.comunicate a:hover img{
    opacity: .5;
    transition: opacity 0.3s linear;
}
.welcome{
    padding: 0 10px 0 0;
    text-align: center;
}
.comunicate{
    padding: 0 0 0 10px;
    text-align: center;
}
.welcome a{
    color: #00193C;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.comunicate p{
    margin: 0;
}
.comunicate a{
    color: #00193C;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.startctra{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
}
.cntectra{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.btnectra{
    background: #D9D9D9;
    color: #00193C;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 0;
    width: 70%;
    margin: 10px auto;
    transition: all 0.5s ease;
}
.btnectra:hover{
    background: #034EA1;
    color: #fff;
    transition: all 0.5s ease;
}
.cntectra p{
    color: #00193C;
    font-size: 17px;
    font-weight: 300;
}
.education{
    box-shadow: 4px 2px 6px 1px;
}
.footer{
    border-top: solid 1px #00193C;
    padding: 20px 0;
}
.cntfooter p{
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 15% 0;
    text-align: center;
}
.logform{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.logolog img{
    width: 100%;
}
.form-campus input{
    width: 100%;
    margin: 10px 0;
    background: none;
    border: solid 1px #024ea1;
    border-radius: 5px;
    padding: 3px 10px;
}
.form-campus button{
    background: #d91f48;
    color: #f5f5f5;
    border: none;
    padding: 5px 40px;
    border-radius: 5px;
    margin: 13px 0;
    font-size: 18px;
    font-weight: 500;
}
.head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 30px 0px;
}
.logohead img{
    width: 100px;
}
.headcnt{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.startcontent{
    padding: 40px 0;
}
.menu ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    position: relative;
}
.item-menu .submenu{
    width: 70%;
    border-radius: 14px;
    position: absolute;
    display: none;
    flex-direction: column;
    padding: 15px 15px;
    background: #d91f48;
    color: #fff;
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.item-menu a{
    color: #024ea1;
    text-decoration: none;
    font-weight: 500;
    margin-right: 15px;
}
.submenu a{
    color: #fff !important;
    text-decoration: none;
    font-weight: 400;
    margin: 10px 0;
    display: block;
}
.item-menu:hover .submenu{
    display: flex;
}
.item-menu:hover a{
    color: #d91f48;
    transition: all 0.5s ease;
}
.submenu li:hover a{
    color: #1481f5 !important;
    transition: all 0.5s ease;
}
.menu{
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
}
.faq{
    background: url(../images/backfaq.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    text-align: center;
}
.faq p{
    font-size: 18px;
    color: #fff;
    font-weight: 200;
}
.faq a{
    color: #D91E48;
    text-decoration: none;
    font-weight: 700;
}
.lnkfaq{
    background: #F6F6F6;
    padding: 30px 0;
    margin: 30px 0;
    text-align: center;
}
.lnkfaq h1{
    display: block;
    background: #034EA1;
    color: #fff;
    width: 300px;
    font-size: 24px;
    margin: 0 auto;
    padding: 6px 0;
}

@media (max-width:767px) {
.resuelve img{
    width: 100%;
}
.logo img{
    width: 250px;
}
.heading{
    display: none;
}
.cntlogo{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.menuresponsive{
    display: block;
}
.menuresponsive button{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 35px;
    color: #024ea1;
}
.menucarousel{
    display: none;
}
.menumobile{
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #003977e3;
    padding: 30px;
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
.mobilecnt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#close{
    color: #fff;
    float: right;
}
.mobilecnt a{
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
}
.titlecamp h2 {
    font-size: .8rem;
}
.curso{
    text-align: center;
}
.alternativelnk{
    display: flex;
    flex-direction: column;
}
.welcome, .comunicate {
    padding: 0;
    margin: 10px 0;
}
.startctra{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cntectra{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
}


@-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  

@-webkit-keyframes rotate-vert-center {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
  @keyframes rotate-vert-center {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(360deg);
              transform: rotateY(360deg);
    }
  }
  

@-webkit-keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  