/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Montserrat', sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}



.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.container {
  max-width: 1650px;
}
.header-bar-fl {
  display: flex;
  align-items: center;
  justify-content: end;
  float: right;
}
.header-bar-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-bar-menu li {
  display: inline-block;
  margin: 0 20px;
}
.header-bar-menu {
  margin-right: 30px;
}
.header-bar-menu li a {
  color: #01368D;
  font-size: 16px;
  font-weight: 500;
}
.header-bar-socail {
  display: flex;
  align-items: center;

}
.header-bar-socail a {
  margin: 0 8px;
  font-size: 20px;
  color: #01368D;
}
.header-bar-area {
  height: 60px;
  display: flex;
  align-items: center;
}
.header-area {
  background: #000000;
  height: 140px;
  display: flex;
  align-items: center;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
  margin: 0 35px;
}
.header-menu li a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.hero-area {
  background-size: cover;
  background-position: center;
}
.hero-containt {
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.hero-text h1 {
  font-size: 49px;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 24px;
}

.hero-text h2 {
  font-size: 36px;
  color: #012869;
  font-weight: 790;
  text-transform: uppercase;
  margin: 0;
}


@media  (min-width: 320px) and (max-width: 767px){
  .hero-text h1 {
    font-size: 33px;
  }

  .hero-text h2 {
    font-size: 26px;
  }

}

.hero-text h3 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
}
.hero-text h4 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  color: #70e6ff;
  font-weight: 700;
}
.hero-btn {
  margin-top: 3rem;
}

.hero-btn a {
  display: inline-block;
  height: 50px;
  background: #70E6FF;
  padding: 0 30px;
  border-radius: 70px;
  line-height: 45px;
  font-weight: 400;
  font-size: 23px;
  transition: .3s;
  border: 2px solid transparent;
}

.hero-btn a:hover {
  background: transparent;
  color: #70E6FF;
  border-color: #70E6FF;
  border: 2px solid;
}
.tran:hover {
  background: #70E6FF !important;
  color: #0157E6 !important;
}

.tran {
  display: block !important;
  max-width: 597px;
  color: #70E6FF;
  background: transparent !important;
  border: 2px solid #70E6FF !important;
  text-align: center;
  margin-top: 24px;
}


.fill {
  display: block !important;
  max-width: 597px;
  text-align: center;
  margin-top: 24px;
}

@media  (min-width: 320px) and (max-width: 767px){
  .fill {
    max-width: 426px;
    margin-top: 21px;
    /* Header bar section  END */
  }
  .hero-btn a {
    font-size: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .fill {
    max-width: 426px;
    margin-top: 21px;
    /* Header bar section  END */
  }
}

#portraitSection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% top;
  position: relative;
}
#portraitSection div[class~="col-12"] {
  margin: 0;
}

#portraitSection h1{
  margin-bottom: 0;
}

#portraitSection .btn{
  background: #70E6FF;
  border-radius: 70px;
  font-weight: 400;
  font-size: 19px;
  transition: .3s;
  border: 2px solid transparent;
  min-width:500px;
  padding:1rem;
}

@media  (min-width: 320px) and (max-width: 767px){
  #portraitSection .btn{
    font-size: 16px;
    white-space: break-spaces;
    min-width:250px;
  }
}

#portraitSection .btn:hover{
  background: transparent;
  color: #70E6FF;
  border-color: #70E6FF;
  border: 2px solid;
}

#portraitSection .trans{
  color: #70E6FF;
  background: transparent ;
  border: 2px solid #70E6FF ;
}

#portraitSection .trans:hover{
  background: #70E6FF;
  color: #0157E6;
}

/*bescumb-aera-style-start*/

.bedcumb-area {
  padding: 45px 0;
  background: #70E6FF;
  text-align: center;
}
.bedcumb-text p {
  margin: 0;
  font-size: 36px;
  color: #004EEF;
  font-weight: 700;
}

/*bescumb-aera-style-end*/



/*question-area-start*/

.question-title {
  width: 442px;
}
.question-text {
  max-width: 1117px;
}
.question-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  margin-bottom: 54px;
  border-bottom: 2px solid #B8CCFA;
}
.question-title h3 {
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
  line-height: 46px;
  margin: 0;
}
.question-text p {
  font-size: 22px;
  line-height: 34px;
  color: #222222;
}
.question-area {
  padding-top: 60px;
  padding-bottom: 80px;
}


.my-link {
  width: 100%;
  height: 56px;
  border: 2px solid #6797EF;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 20px;
  color: #7BB4D5;
  margin-bottom: 15px;
}
.my-nav {
  width: 347px;
}

.nav-image {
  width: 580px;
}
.nav-content {
  width: 486px;
}
.nav-content p {
  font-size: 22px;
  color: ;
  color: #000;
  line-height: 39px;
  margin-bottom: 25px;
}
.nav-content a {
  width: 384px;
  height: 62px;
  background: #004EEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 23px;
  color: #70E6FF;
  transition: .3s;
}
.nav-content a:hover {
  background: transparent;
  border: 2px solid #6797EF;
}


@media only screen and (min-width: 320px) and (max-width: 400px){
  .nav-content a {
    max-width: 230px;
    height: 60px !important;
  }
}

.nav-fx {
  width: 1086px;
  display: flex;
  align-items: center;
  margin-left: 160px;
}
.my-nav-fx {
  display: flex;
}
.nav-content {
  width: 486px;
  margin-left: 60px;
}
.my-link.active {
  background: #004EEF;
  color: #fff;
  font-weight: 600;
}



/*question-area-start*/


/* concole-aera-strart */



.sectoon-title {
  text-align: center;
  margin-bottom: 90px;
}
.sectoon-title h3 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.sectoon-title h3 span {
  font-weight: 700;
}
.concole-wrap {
  width: 736px;
  margin: auto;
  background: #fff;
  padding: 85px 70px;
  border-radius: 19px;
  text-align: center;
}
.concole-aera {
  padding-top: 100px;
  padding-bottom: 200px;
  background: #EDEDED;
}
.concole-wrap p {
  font-size: 22px;
  color: #222222;
  line-height: 39px;
  margin-bottom: 30px;
}
.concole-wrap p.name {
  font-size: 22px;
  color: #01368D;
}
.concole-active .owl-dot {
  width: 17px;
  height: 17px;
  background: #BCBCBC !important;
  margin: 0 5px;
  border-radius: 50%;
}
.owl-dots {
  position: absolute;
  bottom: -80px;
  text-align: center;
  left: 0;
  right: 0;
}
.owl-dot.active {
  background: #70E6FF !important;
}

/* concole-aera-end */

/* product-area-start */

.product-aera {
  padding: 170px 0;
  background: #70E6FF;
}
.product-icon {
  width: 120px;
  margin-bottom: 19px !important;
  margin: auto;
  height: 125px;
}
.product-icon a img {
  width: 100%;
  height: 100%;
}
.prosuct-content h2 {
  font-size: 68px;
  font-weight: 500;
  color: #0048EF;
  margin-bottom: 10px;
}
.prosuct-content p {
  text-align: center;
  margin: 0;
  font-size: 27px;
  color: #01368D;
  font-size: ;
  font-style: italic;
  line-height: 34px;
}
.product-wrap {
  text-align: center;
}
/* product-area-end */

/* contact-aera-style-start */


.contact-area {
  padding-top: 90px;
  padding-bottom: 70px;
  background-size: 100% 100%;
  background-position: center;
}
.contact-text h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-text p {
  font-size: 22px;
  color: #fff;
  line-height: 39px;
  margin: 0;
}

.contact-wrap .form-columns-2 input {
  width: 96%;
}

.contact-wrap label,
.contact-wrap legend {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: block;
  clear: both;
  margin-bottom: 0.5rem;
}

.contact-wrap label.error {
  color: red;
}

.contact-wrap .submitted-message p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}

.contact-wrap input[type="text"],
.contact-wrap input[type="tel"],
.contact-wrap input[type="email"],
.contact-wrap select {
  height: auto;
  border: 0;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #222;
  padding: 5px 10px;
  
}

.contact-wrap ul.hs-error-msgs {
  margin: 0;
  padding: 0;
}

.contact-wrap ul.hs-error-msgs .hs-error-msg {
  color: red;
}


.contact-wrap input[type=submit] {
  width: 430px;
  height: 40px;
  background: #004EEF;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 57px;
  font-size: 24px;
  color: #70E6FF;
  font-weight: 700;
  float: right;
  margin-top: 20px;
}

.hs-form-checkbox input[type=checkbox] {
  height: 40px;
  background: #004EEF;
  
}

/* contact-aera-style-end */

/* pera-aera-style-start */

.contact-btn button i {
  font-size: 36px;
}
.para-hdn-wrap h4 {
  font-size: 23px;
  background: #0048EF;
  margin: 0;
  line-height: 36px;
  display: inline-block;
  color: #fff;
  padding: 5px 13px;
}
.para-content {
  margin-bottom:3rem;

}
.para-content p {
  font-size: 22px;
  color: #212121;
  line-height: 32px;
  height: 130px;

}
.para-content a {
  font-size: 19px;
  color: #0048EF;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.para-content a i {
  position: absolute;
  width: ;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  font-size: 25px;
}
.pera-wrap {
  border: 2px solid #A0A0A0;
  background: #fff;
}

@media (max-width:1200px) {
  .pera-wrap {
    height:445px;
  }
}
@media (max-width:991px){
  .pera-wrap {
    height:345px;
  }
}

@media (max-width:360px){
  .pera-wrap {
    height:325px;
  }
}

.content-wp {
  padding: 40px 38px;
}
.hdn {
  margin-top: -100px;
  margin-bottom: 50px;
}
.ttr {
  font-weight: 500 !important;
  font-style: italic;
}

.para-aera {
  padding-top: 100px;
  padding-bottom: 130px;
}

/* pera-aera-style-end */




.nos-aera {
  padding-top: 130px;
  padding-bottom: 110px;
  background: #003A9D;
}
.hdn-1 h4 {
  margin: 0;
  font-size: 25px;
  color: #0048EF;
  line-height: 36px;
  background: #70E6FF;
  display: inline-block;
  padding: 4px 13px;
}
.nos-content p {
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 39px;
  font-weight: 500;
}
.nos-content {
  margin-top: -73px;
  text-align: left;
}
.nos-fx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.nos-single-wrap {
  width: 20%;
  margin-bottom: 60px;
  text-align: center;
}


/* nos-aera-style-end */
.single-item {
  width: 20%;
}
.main-fx {
  display: flex;
  justify-content: center;
}

.main-hdn {
  text-align: center;
  margin-bottom: 59px;
}
.main-hdn h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-w]�: ;
  font-weight: 500;
}
.main-aera {
  padding-top: 100px;
  padding-bottom: 180px;
  background-size: 100% 100%;
  background-position: center;
}
.main-wrap.pading {
  margin-top: 100px;
}







/* media-aera-style-start */


.media-area {
  background: #EDEDED;
  padding-top: 100px;
  padding-bottom: 60px;
}
.media-fx {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
  margin: auto;
  justify-content: space-between;
}
.single-media {
  width: 13%;
  text-align: center;
  margin-bottom: 40px;
}
.media-active .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 33px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.media-active .owl-next {
  left: auto !important;
  right: 50px;
}
.media-title {
  text-align: center;
  margin-bottom: 63px;
}
.media-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.media-area.cng-bg {
  background: #70E6FF;
}

/* media-aera-style-end */


/* footer-area-style-staet */

.footer-list ul {
  margin: 0;
  padding: 0;
}

.footer-aera {
  background: #000000;
}
.footer-bdr {
  padding-top: 80px;
  padding-bottom: 100px;
  border-bottom: 2px solid #1A4B75;
}
.footer-logo {
  margin-bottom: 30px;
}
.footre-text p {
  margin: 0;
  font-size: 22px;
  color: #FFF;
  line-height: 39px;
}


.footer-title {
  margin-bottom: 45px;
}
.footer-title h4 {
  margin: 0;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.footer-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list ul li a {
  font-size: 22px;
  color: #fff;
  line-height: 48px;
}
.footer-bottom {
  padding: 70px 0;
  background: #000000;
}
.single-item-1 p {
  margin: 0;
  font-size: 20px;
  color: #70E6FF;
  font-weight: 500;
}
.footer-provicy p {
  margin: 0;
  font-size: 20px;
  color: #70E6FF;
  font-weight: 500;
}
.footer-icon a {
  color: #70E6FF;
  font-size: 24px;
  margin: 0 8px;
}
.footer-btm-fx {
  display: flex;
  justify-content: space-between;
}



/* footer-area-style-end */



/* page-2-style-start */
.se-header-area {
  height: 140px;
  background: #01368D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-header-logo {
  text-align: center;
}


/* del-area-style-start */

.cero-area {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #70E6FF;
  position: relative;
}
.del-aera {
  padding-top: 160px;
  padding-bottom: 260px;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}
.del-wrap h4 {
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
}
.del-wrap h4 span {
  color: #70E6FF;
}
.cero-area {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #70E6FF;
}

.contact-2-img {
  position: absolute;
  bottom: -70px;
  left: 100px;
}
.contact-2-img img {
  max-width: 614px;
}


/* del-area-style-end */


/* blog-aera-style-start */


.blog-image {
  width: 121px;
  height: 124px;
  margin-bottom: 40px !important;
  margin: auto;
}
.blog-image img {
  width: 100%;
  height: 100%;
}
.blog-content h4 {
  font-size: 27px;
  color: #0048EF;
  font-weight: 700;
}
.blog-content p {
  margin: 0;
  font-size: 22px;
  color: #212121;
  line-height: 32px;
}
.blog-wrap {
  text-align: center;
}

.blog-aera {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* blog-aera-style-end */

/* megor-area-style-start */

.megor-aera {
  padding-top: 130px;
  padding-bottom: 110px;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}

.megoir-title {
  margin-bottom: 60px;
}
.megoir-title h3 {
  margin: 0;
  color: #fff;
  padding-bottom: 25px;
  border-bottom: 2px solid #74D6F5;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
}
.megor-icon a {
  font-size: 24px;
  color: #fff;
  margin: 0px 11px;
}
.footer2-aear {
  background: #001C4A;
  padding: 30px 0;
}
.footer-2-fx {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 2px solid #255F86;
  padding-bottom: 17px;
  margin-bottom: 25px;
}
.cp-text p {
  text-align: center;
  font-size: 20px;
  color: #70E6FF;
  margin: 0;
}
.offcanva {
  display: none;
}
.bar {
  display: none;
}



/* megor-area-style-end */

.header-logo a img {
  max-width: 131px;
}
/* megor-area-style-end *

/* page-2-style-end */


/* ==============================start-more-1-page ============================================*/

/* startups-page-style-start */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
/* .section-bg::before {
position: absolute;
width: 51%;
height: 100%;
content: "";
right: 0;
top: 0;
background: #67beef;
background: -moz-linear-gradient(45deg, #67beef 0%, #83a7d5 100%);
background: -webkit-linear-gradient(45deg, #67beef 0%,#83a7d5 100%);
background: linear-gradient(45deg, #67beef 0%,#83a7d5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67beef', endColorstr='#83a7d5',GradientType=1 );
} */
.section-bg {
  position: relative;
}
.startup-wrap {
  padding: 2rem;
  background: #67beef;
  background: -moz-linear-gradient(45deg, #67beef 0%, #83a7d5 100%);
  background: -webkit-linear-gradient(45deg, #67beef 0%,#83a7d5 100%);
  background: linear-gradient(45deg, #67beef 0%,#83a7d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67beef', endColorstr='#83a7d5',GradientType=1 );
}

.startup-image {
  height: 600px;
  background-size: cover;
  background-position: center;
}

.startup-contant h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}
.startup-contant p {
  font-size: 35px;
  color: #fff;
  line-height: 40px;
  margin: 0;
}
.startup-contant {
  margin-bottom: 85px;
}
.single-input input {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
  font-size: 19px;
  color: #222222;
}
.startup-btn a {
  width: 385px;
  height: 60px;
  background: #004EEF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  border-radius: 35px;
  border: 0;
  font-size: 20px;
  color: #70E6FF;
  font-weight: 700;
  float: right;
  margin-top: 10px;
  border: 2px solid transparent;
  transition: .3s;
}
.startup-btn a:hover {
  border: 2px solid #004EEF;
  background: transparent;
  color: #004EEF;
}

/* esta-area-style-start */

.esta-wrap {
  text-align: center;
}

.esta-wrap h5 {
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
  margin-bottom: 50px;
}
.esta-wrap p {
  font-size: 22px;
  color: #222222;
  margin: 0;
}
.esta-area {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* esta-area-style-end */

/* education-area-style-start */


.education-box {
  width: 370px;
  height: 370px;
  background: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  border-radius: 10px;
}
.education-content h5 {
  font-size: 19px;
  color: #0048EF;
  font-weight: 700;
  margin-bottom: 40px;
}
.education-content p {
  font-size: 22px;
  color: #212121;
  line-height: 32px;
  margin: 0;
}
.education-area {
  padding-bottom: 150px;
}


/* education-area-style-end */

/* pratic-area-style-start */


.partic-area {
  padding: 100px 0;
  background: #70E6FF;
}
.partic-title h3 {
  font-size: 40px;
  color: #004EEF;
  line-height: 51px;
  font-w�: ;
  font-weight: 700;
  margin: auto;
}
.partic-title p {
  font-size: 40px;
  color: ;
  font-weight: 500;
  margin: auto;
  line-height: 51px;
  color: #004EEF;
}
.partic-title {
  padding-bottom: 40px;
  border-bottom: 2px solid #6C84F1;
  margin-bottom: 50px;
}
.pratic-content p {
  font-size: 22px;
  color: #01368D;
  line-height: 39px;
  margin-bottom: 50px;
}
.pratic-content a {
  width: 466px;
  height: 62px;
  border: 2px solid #01368D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-0ra: ;
  border-radius: 39px;
  font-size: 22px;
  color: #01368D;
}
.startup-wrap.pratic {
  text-align: center;
}
.startup-contant.mar {
  margin-bottom: 35px;
}
.forman-active .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -63px;
  font-size: 67px !important;
  color: #012869 !important;
}
.forman-active .owl-next {
  left: auto !important;
  right: -63px;
}
.para-content.yyt p {
  height: auto;
  font-style: italic;
  margin-bottom: 22px;
}

.pera-lisy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pera-lisy ul li {
  font-size: 22px;
  line-height: 32px;
  color: #212121;
}
.pera-lisy {
  margin-bottom: 38px;
}
.forman-title h4 {
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
  margin: 0;
  line-height: 51px;
}
.forman-title {
  text-align: center;
  margin-bottom: 100px;
}
.forman-title h4 span {
  font-w�: ;
  font-weight: 700;
}
.forman-aera {
  padding-top: 100px;
  padding-bottom: 150px;
  background-size: 100% 100%;
  background-position: center;
}
/* pratic-area-style-end */

/* mejor-aera-style-start */

.mejor-aera {
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: 100% 100%;
  background-position: center;
  object-fit: cover;
}
.mejor-wrap {
  text-align: center;
}
.mejor-wrap img {
  margin-bottom: 45px;
}

.mejor-wrap img {
  margin-bottom: 45px;
}
.mejor-wrap h4 {
  font-size: 43px;
  color: #fff;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 45px;
}
.mejor-wrap a {
  width: 416px;
  height: 62px;
  background: #004EEF;
  dios: ;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  color: #fff;
  font-size: 23px;
  color: #70E6FF;
  margin: auto;
  border: 2px solid transparent;
  transition: .3s;
}
.mejor-wrap a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: #004EEF;
}
.bedcumb-text a {
  font-size: 25px;
  color: #0048EF;
  font-weight: 500;
  position: relative;
}
.bedcumb-text a i {
  position: absolute;
  top: 4px;
  right: -30px;
}
/* mejor-aera-style-end */


/* conce-aera-style-start */

.conce-wrap {
  width: 772px;
  background: #EDEDED;
  padding-left: 50px;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-right: 20px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.conce-hdn h4 {
  margin: 0;
  background: #70E6FF;
  display: block;
  width: 194px;
  padding: 10px 10px;
}
.ttgb {
  width: 100px !important;
}
.conce-hdn {
  margin-bottom: 20px;
}
.conce-text p {
  font-size: 22px;
  line-height: 32px;
  color: #212121;
  margin-bottom: 30px;
}
.conce-text a {
  font-size: 19px;
  color: #0048EF;
  font-weight: 700;
  position: relative;
}

.conce-text a i {
  position: absolute;
  top: 4px;
  right: -23px;
  font-size: 20px;
}
.conce-active .owl-dot {
  width: 15px;
  height: 15px;
  background: #BCBCBC !important;
  me: ;
  margin: 0 10px;
  border-radius: 50%;
}
.conce-active .owl-dot.active {
  background: #70E6FF !important;
}
.conce-aera {
  padding-top: 110px;
  padding-bottom: 170px;
}

/* conce-aera-style-end */


/* tin-area-start */
.tin-wrap {
  text-align: center;
}
.tin-area {
  padding-top: 120px;
  padding-bottom: 100px;
  background-size: 100% 100%;
  background-position: center;
}
.tin-wrap h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.tin-wrap h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
.tin-wrap p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.tin-wrap a {
  width: 424px;
  height: 66px;
  background: #004EEF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 41px;
  color: #70E6FF;
  font-size: 23px;
  font-weight: 700;
  margin: auto;
  border: 2px solid transparent;
  transition: .3s;
}
.tin-wrap a:hover {
  border: 2px solid #004EEF;
  background: transparent;
  color: #004EEF;
}


/* tin-area-end */



.hero-text p {
  font-size: 40px;
  color: #fff;
  line-height: 53px;
  margin: 0;
}


/* selec-area-style-start */
.selec-text {
  text-align: center;
}
.selec-text p {
  font-size: 40px;
  color: #0048EF;
  margin: 0;
}
.selec-text p span {
  font-weight: 700;
}
.selec-area {
}
.selec-bdr {
  padding-top: 60px;
  padding-bottom: 35px;
  border-bottom: 1px solid #0048EF;
}
.pera-wrap.prea-2 {
  margin-bottom: 50px;
}

/* selec-area-style-end */

/* del-area-style-start */

.del-image {
  margin-bottom: 55px;
}
.del-area {
  padding-top: 65px;
  padding-bottom: 80px;
  background: #70E6FF;
  text-align: center;
}

.del-conten h4 {
  font-size: 40px;
  color: #0048EF;
  font-weight: 600;
  margin-bottom: 35px;
}
.del-conten p {
  margin: 0;
  font-size: 22px;
  color: #01368D;
}

.contact-text.text-2 h3 {
  color: #70E6FF;
}
.contact-btn.btn-2 button {
  background: #70E6FF;
  color: #00399E;
  transition: .3s;
}
.contact-btn.btn-2 button:hover {
  background: transparent;
  color: #70E6FF;
}
.contact-area.contact-bg-2 {
  background: #00399E;
}

/* del-area-style-end */


/* talk-aera-style-start */


.talk-title h3 {
  font-size: 40px;
  color: #0048EF;
  fo\ nt-w: ;
  font-weight: 500;
  margin: 0;
}
.talk-title {
  margin-bottom: 40px;
}
.talk-wrap p {
  font-size: 22px;
  color: #2B2B2B;
  line-height: 33px;
  margin-bottom: 70px;
}
.talk-wrap a {
  width: 183px;
  height: 62px;
  background: #004EEF;
  display: flex;
  align-items: center;
  ju\]: ;
  h\=\=ju: ;
  justify-content: center;
  border-radius: 44px;
  font-size: 23px;
  color: #70E6FF;
  font-weight: 500;
  border: 2px solid transparent;
  transition: .3s;
}
.talk-wrap a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: #004EEF;
}

.pera-wrap.prea-2.pera-3 {
  height: 460px;
}
.hdn.hdn2 {
  margin-bottom: 17px;
}
.para-content span {
  display: block;
  margin-bottom: 116px;
  font-size: 16px;
  font-style: italic;
}
.talk-area {
  padding-top: 80px;
  padding-bottom: 30px;
}
.pera-wrap.prea-2.pera-3.pera-4 {
  border: 0;
}
.tel-image img {
  width: 100%;
  height: 100%;
}
.talk-area.talk-bg-1 {
  background: #EDEDED;
}
.tel-image {
  height: 463px;
}
.talk-wrap.tal-wrap-2 a {
  width: 303px;
}
.talk-wrap.tal-wrap-3 a {
  width: 225px;
}
.talk-area.talk-bg-2 {
  background: #70E6FF;
}
/* talk-aera-style-end */

/* startups-page-style-end */


/* eventos-aera-style-start */

.selec-bdr.bdr-nn {
  border-bottom: 0;
}

.prototype-logo {
  margin-bottom: 52px;
}
.prototype-content p {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: #2B2B2B;
  margin: 0;
}
.prototype-btn a {
  width: 162px;
  height: 43px;
  background: #F6335E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 15px;
  color: #fff;
}
.prototype-wrap {
  background: #fff;
  padding: 50px 40px;
}
.prototype-content {
  height: 280px;
}
.prototype-aera {
  background: #EDEDED;
  padding-top: 40px;
  padding-bottom: 150px;
}
.prototype-aera.pdng-nn {
  padding-top: 0;
}
.selec-area.select-2.selec-3 {
  background: #EDEDED;
}


.prototype-btn.bg-drk a {
  background: #A1E005;
}
.prototype-btn.bg-blu a {
  background: #0048EF;
}

.prototype-logo {
  height: 80px;
}
.prototype-btn.bg-grn a {
  background: #00D98C;
}
.prototype-btn.bg-yel a {
  background: #FFE21F;
  color: #000;
}
.talk-2nd-image {
  text-align: right;
}
.talk-area.talk-bg-2.talk-bg-3 {
  padding-bottom: 0;
}


/* expart-area-style-start */

.expart-hdn h4 {
  font-size: 25px;
  color: #0048EF;
  line-height: 36px;
  margin: 0;
  background: #70E6FF;
  display: inline-block;
  padding: 3px 19px;
}
.expart-hdn {
  margin-top: -42px;
  margin-bottom: 20px;
}
.expart-bg {
  padding-left: 40px;
  padding-bottom: 52px;
  padding-right: 30px;
}
.expart-wrap {
  background: #EDEDED;
  border-radius: 15px;
}
.expart-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expart-list ul li a {
  font-size: 22px;
  color: #212121;
  line-height: 32px;
}
.EXPART-BTN a {
  font-size: 19px;
  color: #0048EF;
  font-weight: 700;
  position: relative;
}
.EXPART-BTN a i {
  position: absolute;
  top: 4px;
  right: -27px;
}
.EXPART-BTN {
  position: absolute;
  bottom: 53px;
  right: 79px;
}
.section-title {
  text-align: center;
  margin-bottom: 65px;
}
.section-title h4 {
  font-size: 47px;
  color: #0048EF;
  font-weight: 700;
  margin-bottom: 22px;
}
.section-title p {
  margin: 0;
  font-size: 22px;
  color: #0048EF;
}


.expart-btm-button {
  width: 424px;
  height: 66px;
  float: right;
  margin-top: 90px;
}
.expart-btm-button a {
  width: 100%;
  height: 100%;
  background: #004EEF;
  font-size: 23px;
  font-weight: 700;
  color: #70E6FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 42px;
  border: 2px solid transparent;
  transition: .3s;
}
.expart-btm-button a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: #004EEF;
}
.expart-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.patro-wrap {
  text-align: center;
}
.patro-area {
  background: #00399E;
  padding-top: 100px;
  padding-bottom: 120px;
}
.patro-wrap h3 {
  color: #fff;
  font-size: 47px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 60px;
}
.patro-wrap a {
  width: 461px;
  height: 66px;
  background: #70E6FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 41px;
  font-size: 24px;
  color: #0048EF;
  font-weight: 700;
  margin: auto;
  border: 2px solid transparent;
  transition: .3s;
}
.patro-wrap a:hover {
  background: transparent;
  border: 2px solid #70E6FF;
  color: #70E6FF;
}
.patro-wrap a i {
  font-size: 29px;
}
.memory-area {
  padding-top: 85px;
  padding-bottom: 120px;
  background: #EDEDED;
}
.single-memory {
  width: 9%;
}
.single-memory img {
  width: 100%;
}
.memory-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.memory-title {
  text-align: center;
  margin-bottom: 60px;
}

.memory-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}


.evemt-title {
  text-align: center;
  margin-bottom: 90px;
}
.event-aera {
  padding-top: 100px;
  padding-bottom: 306px;
  background: #EDEDED;
}
.evemt-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.single-event {
  width: 736px;
  background: #fff;
  padding: 90px 80px;
  border-radius: 14px;
}
.single-event p {
  na: ;
  margin: 0;
  font-size: 22px;
  color: #222222;
  line-height: 39px;
}
.event-button a {
  width: 848px;
  height: 66px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 53px;
  background: #004EEF;
  font-size: 23px;
  font-weight: 700;
  color: #70E6FF;
}
.event-button a i {
  font-size: 25px;
}
.evemt-fx {
  width: 1530px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.event-button {
  margin-top: 80px;
}
.para-aera.ttgf {
  padding-top: 0;
  margin-top: -180px;
  padding-bottom: 0;
}
.hero-text.text-5 p {
  font-size: 30px;
}


/* expart-area-style-end */



/* eventos-aera-style-end */

/* quienes-page-style-start */
.nues-title {
  text-align: center;
  margin-bottom: 70px;
}
.nues-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.nues-wrap {
  background: #EDEDED;
  padding: 40px;
  text-align: center;
  width: 370px;
}
.neus-icon a {
  height: 82px;
  width: 82px;
  background: #0048EF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #70E6FF;
  border-radius: 50%;
  margin: auto;
}
.neus-icon {
  margin-bottom: 25px;
}
.nues-content span {
  font-size: 36px;
  color: #0048EF;
  font-weight: 700;
  margin-bottom: -6px;
  display: block;
}
.nues-content p {
  margin: 0;
  font-size: 21px;
  color: #212121;
  line-height: 32px;
}
.nues-aera {
  padding-top: 62px;
  padding-bottom: 120px;
}
.nues-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nues-fx.fx-3 {
  width: 1210px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 70px;
}




.history-area {
  padding-top: 90px;
  padding-bottom: 0;
  background: #70E6FF;
}
.history-title {
  text-align: center;
  margin-bottom: 80px;
}
.history-title h4 {
  margin: 0;
  font-size: 40px;
  color: #004EEF;
  font-weight: 700;
}
.history-content span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  background: #0048EF;
  padding: 6px 16px;
}
.history-content p {
  font-size: 20px;
  color: #fff;
  line-height: 23px;
  background: #0048EF;
  margin: 0;
  padding: 6px 15px;
  width: 247px;
}
.history-content {
  margin-top: -59px;
  position: relative;
  z-index: 9;
  padding-left: 43px;
}
.history-wrap {
  margin-bottom: 100px;
}

.digital-wrap {
  text-align: center;
}
.digital-aeea {
  padding-top: 180px;
  padding-bottom: 130px;
}
.sidital-content span {
  font-size: 116px;
  color: #fff;
  font-weight: 700;
}
.sidital-content p {
  font-size: 41px;
  line-height: 51px;
  margin: 0;
  dos: ;
  display: inline-block;
  text-align: left;
  padding-left: 50px;
  color: #fff;
}
.digital-btn a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: ;
}
.digital-btn a {
  width: 659px;
  height: 66px;
  background: #004EEF;
  font-size: 23px;
  font-weight: 700;
  background: ;
  color: #70E6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  margin: auto;
  transition: .3s;
  border: 2px solid transparent;
}
.nos-title {
  margin-bottom: 130px;
  text-align: center;
}
.nos-title h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 48px;
}
.nos-title p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}
.tin-wrap h4 {
  font-size: 47px;
  color: #fff;
  margin-bottom: 35px;
}

.nues-wrap.nues-df-1.tty.ttu {
  display: none;
}
.prototype-wrap.hhjk {
  display: none;
}


/*****Nuevos módulos Marzo2021*****/ 

/* Desafíos */

#desafios {
  background: #EDEDED;
}

#desafios .col-12 p {
  font-size: 40px;
  color: #0048EF;
}

#desafios .card {
  background: #fff;
  border-radius: 0;
  padding-bottom: 3rem;
}

#desafios .card .card-body {
  position: relative;
}

#desafios .card .card-body p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 33px;
  color: #2B2B2B;
}

#desafios .card .card-body a {
  width: 162px;
  height: 43px;
  background: #F6335E;
  border-radius: 35px;
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  border: 2px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

#desafios .card .card-body a:hover {
  background: transparent;
  border: 2px solid #00D98C;
  color: #00D98C;
}


/* quienes-page-style-end */

/* fusc-area-style-start */


.fusc-area {
  padding-top: 100px;
  padding-bottom: 300px;
  background: #EDEDED;
}
.fusc-title {
  text-align: center;
  margin-bottom: 100px;
}
.single-fusc {
  width: 736px;
  background: #fff;
  height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.single-fusc p {
  font-size: 22px;
  color: #222222;
  line-height: 39px;
  margin: 0;
}
.fuse-fx {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.fusc-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.fusc-btn {
  width: 848px;
  height: 66px;
  background: #004EEF;
  margin: auto;
  border-radius: 40px;
  border: 2px solid transparent;
  transition: .3s;
}
.fusc-btn:hover {
  border: 2px solid #004EEF;
  background: transparent;
  color: #004EEF;
}

.fusc-btn a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  font-size: 23px;
  color: #70E6FF;
  font-weight: 700;
  transition: .3s;
  border: 2px solid transparent;
}
.fusc-btn {
  margin-top: 56px;
}
.para-aera.hahfd {
  padding-top: 0;
  margin-top: -180px;
  padding-bottom: 0;
}

.prototype-btn a {
  border: 2px solid transparent;
  transition: .3s;
}
.prototype-btn a:hover {
  background: transparent;
  border: 2px solid #00D98C;
  color: #00D98C;
}

ul.inputs-list {
  list-style: none;
  margin-left:-3rem;
}
li.hs-form-checkbox {
  margin: 0rem 1rem;
}


legend {
  font-size: 1rem;
}
label {
  font-size:1.2rem
    margin-bottom: 0rem !important;
}

input[type=checkbox],input[type=radio] {
  width: 30px !important;
  float: left;
  margin: 0 .5rem;
  margin-top: -.6rem;

}
fieldset {
  width:100% !important;
  max-width: 950px !important;
}

fieldset.form-columns-1 .hs-input {
  width: 98% !important;
}
#speakers.nos-fx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#speakers h2{
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;

}
#speakers p{
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 4rem;

}

#speakers img.img-woman{
  width: 95%;
}

.hs-form-checkbox input[type=checkbox] {
  width:25px !important;
  border: none !important;

}
.hs-form-booleancheckbox input[type=checkbox] {
  width:25px !important;
  border: none !important;
height: 48px;
}
label {
  margin-bottom: 0rem;
}

#frase-cta{
  padding:5rem 0;

}
#frase-cta h2 {
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: 600;
}

#frase-cta p{
  font-size: 1.4rem;
  margin: 2rem 0;

}
/* fusc-area-style-end */








/* page-2-style-end */



/*Podcast Area*/

.talk-title h3 {
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
  margin: 0;
}
.talk-title {
  margin-bottom: 40px;
}
.talk-wrap p {
  font-size: 22px;
  color: #2B2B2B;
  line-height: 33px;
  margin-bottom: 70px;
}
.talk-wrap a {
  width: 183px;
  height: 62px;
  background: #004EEF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  font-size: 23px;
  color: #70E6FF;
  font-weight: 500;
  border: 2px solid transparent;
  transition: .3s;
}
.talk-wrap a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: #004EEF;
}

.pera-wrap.prea-2.pera-3 {
  height: 460px;
}
.hdn.hdn2 {
  margin-bottom: 17px;
}
.para-content span {
  display: block;
  margin-bottom: 116px;
  font-size: 16px;
  font-style: italic;
}
.talk-area {
  padding-top: 80px;
  padding-bottom: 30px;
}
.pera-wrap.prea-2.pera-3.pera-4 {
  border: 0;
}
.tel-image img {
  width: 100%;
  height: 100%;
}
.talk-area.talk-bg-1 {
  background: #EDEDED;
}
.tel-image {
  height: 463px;
}
.talk-wrap.tal-wrap-2 a {
  width: 303px;
}
.talk-wrap.tal-wrap-3 a {
  width: 225px;
}
.talk-area.talk-bg-2 {
  background: #70E6FF;
}

/*Páticas Expertos*/
.expart-hdn h4 {
  font-size: 25px;
  color: #0048EF;
  line-height: 36px;
  margin: 0;
  background: #70E6FF;
  display: inline-block;
  padding: 3px 19px;
}
.expart-hdn {
  margin-top: -42px;
  margin-bottom: 20px;
}
.expart-bg {
  padding-left: 40px;
  padding-bottom: 52px;
  padding-right: 30px;
}
.expart-wrap {
  background: #EDEDED;
  border-radius: 15px;
}
.expart-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.expart-list ul li a {
  font-size: 22px;
  color: #212121;
  line-height: 32px;
}
.EXPART-BTN a {
  font-size: 19px;
  color: #0048EF;
  font-weight: 700;
  position: relative;
}
.EXPART-BTN a i {
  position: absolute;
  top: 4px;
  right: -27px;
}
.EXPART-BTN {
  position: absolute;
  bottom: 10px;
  right: 79px;
}
.section-title {
  text-align: center;
  margin-bottom: 65px;
}
.section-title h4 {
  font-size: 47px;
  color: #0048EF;
  font-weight: 700;
  margin-bottom: 22px;
}
.section-title p {
  margin: 0;
  font-size: 22px;
  color: #0048EF;
}


.expart-btm-button {
  width: 424px;
  height: 66px;
  float: right;
  margin-top: 90px;
}
.expart-btm-button a {
  width: 100%;
  height: 100%;
  background: #004EEF;
  font-size: 23px;
  font-weight: 700;
  color: #70E6FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 42px;
  border: 2px solid transparent;
  transition: .3s;
}
.expart-btm-button a:hover {
  background: transparent;
  border: 2px solid #004EEF;
  color: #004EEF;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
  .expart-btm-button {
    width: 100%;
    height: 45px;
    float: right;
    margin-top: 0;
  }
  .expart-btm-button a {
    font-size: 17px;
  }
}
.expart-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.patro-wrap {
  text-align: center;
}
.patro-area {
  background: #00399E;
  padding-top: 100px;
  padding-bottom: 120px;
}
.patro-wrap h3 {
  color: #fff;
  font-size: 47px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 60px;
}
.patro-wrap a {
  width: 461px;
  height: 66px;
  background: #70E6FF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 41px;
  font-size: 24px;
  color: #0048EF;
  font-weight: 700;
  margin: auto;
  border: 2px solid transparent;
  transition: .3s;
}
.patro-wrap a:hover {
  background: transparent;
  border: 2px solid #70E6FF;
  color: #70E6FF;
}
.patro-wrap a i {
  font-size: 29px;
}
.memory-area {
  padding-top: 85px;
  padding-bottom: 120px;
  background: #EDEDED;
}
.single-memory {
  width: 9%;
}
.single-memory img {
  width: 100%;
}
.memory-fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.memory-title {
  text-align: center;
  margin-bottom: 60px;
}

.memory-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}


.evemt-title {
  text-align: center;
  margin-bottom: 90px;
}
.event-aera {
  padding-top: 100px;
  padding-bottom: 306px;
  background: #EDEDED;
}
.evemt-title h4 {
  margin: 0;
  font-size: 40px;
  color: #0048EF;
  font-weight: 500;
}
.single-event {
  width: 736px;
  background: #fff;
  padding: 90px 80px;
  border-radius: 14px;
}
.single-event p {
  margin: 0;
  font-size: 22px;
  color: #222222;
  line-height: 39px;
}
.event-button a {
  width: 848px;
  height: 66px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 53px;
  background: #004EEF;
  font-size: 23px;
  font-weight: 700;
  color: #70E6FF;
}
.event-button a i {
  font-size: 25px;
}
.evemt-fx {
  width: 1530px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.event-button {
  margin-top: 80px;
}
.para-aera.ttgf {
  padding-top: 0;
  margin-top: -180px;
  padding-bottom: 0;
}
.hero-text.text-5 p {
  font-size: 30px;
}

.nos-single-wrap.aos-init.aos-animate {
  padding: 0 1.5rem;
}

#autor a{
  text-decoration: revert;
  color: #ffffff;
}
#autor p{
  margin-top:1.5rem;

}
#autor label.hs-error-msg {
  color: #ffffff;
  font-size: .8rem;
  padding: 0 1rem;
}
#autor fieldset.form-columns-2 .input {
  margin-right: 1.5rem;
}
#autor .contact-wrap input[type=submit] {
  width: auto;
  height: 50px;
  background: #70e6ff;
  color: #00399e;
  margin-right: 1.5rem;
  padding: 0 4rem;
  margin-bottom: 0px;
}
#autor .contact-wrap input, .contact-wrap select {
  margin-bottom: 0px;
}

@media  (max-width: 480px) {
  #autor fieldset.form-columns-2 .input {
    margin-right: 0rem;
  }

}

#negocio h3 {
  font-weight: 700;
}

#negocio h4 {
  text-align: center;
  color: #012869;
  font-weight: 700;
}

#negocio.cero-area {
  padding-bottom: 0px;
  margin-bottom:4rem;
}
#negocio img {
  margin-bottom: -4rem;
}
#negocio .contact-wrap input, .contact-wrap select {
  margin-bottom: 0px;
}
#negocio label.hs-error-msg {
  color: #ffffff;
  font-size: .8rem;
  padding: 0 1rem;
}
#negocio fieldset.form-columns-2 .input {
  margin-right: 1.5rem;
}
#negocio .contact-wrap input[type=submit] {
  width: auto;
  height: 50px;
  background: #00399e;
  color: #70e6ff;
  margin-right: 1.5rem;
  padding: 0 4rem;
  margin-bottom: 3rem;
}

@media  (max-width: 991px) {
  #negocio img {
    margin-bottom: 1rem;
    width:100%;
  }
  #negocio.cero-area {
    padding-bottom: 2rem;

  }
  #negocio .contact-wrap {
    padding-bottom: 5rem;
  }
  #negocio h4{
    margin-top:2rem;
  }
  #negocio .contact-wrap input[type=submit] {
    padding: 0 2rem;

  }
  #negocio h3 {
    font-size: 1.7rem !important;
  }
}

@media  (max-width: 480px) {
  #negocio fieldset.form-columns-2 .input {
    margin-right: 0rem;
  }
  #negocio input.hs-button.primary.large {
    font-size: 1rem;
  }

}


/* History Area */


#historyArea {
  padding-top: 90px;
  padding-bottom: 0;
  background: #70E6FF;
}
#historyArea  .history-title {
  text-align: center;
  margin-bottom: 80px;
}
#historyArea  .history-title h4 {
  margin: 0;
  font-size: 40px;
  color: #004EEF;
  font-weight: 700;
}
#historyArea .history-content span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  background: #0048EF;
  padding: 6px 16px;
}
#historyArea .history-content p {
  font-size: 20px;
  color: #fff;
  line-height: 23px;
  background: #0048EF;
  margin: 0;
  padding: 6px 15px;
  width: 247px;
}
#historyArea  .history-content {
  margin-top: -59px;
  position: relative;
  z-index: 9;
  padding-left: 43px;
}
#historyArea  .history-wrap {
  margin-bottom: 100px;
}

@media (min-width: 1200px) and (max-width: 1449px) {
  #historyArea .history-content span {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 13px;
  }
  #historyArea .history-content p {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    background: #0048EF;
    margin: 0;
    padding: 5px 11px;
    width: 216px;
  }
  #historyArea .history-content {
    padding-left: 18px;
  }
  #historyArea .history-wrap {
    margin-bottom: 49px;
  }
  #historyArea {
    padding-top: 49px;
  }
  #historyArea .history-title h4 {
    font-size: 30px;
  }
  #historyArea .history-title {
    margin-bottom: 28px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {

  #historyArea .history-content p {
    color: #fff;
    line-height: 23px;
    background: #0048EF;
    margin: 0;
    font-size: 16px;
    padding: 5px 8px;
    width: 192px;
  }


  #historyArea .history-content {
    padding-left: 18px;
  }
  #historyArea .history-wrap {
    margin-bottom: 49px;
  }
  #historyArea {
    padding-top: 49px;
  }
  #historyArea .history-title h4 {
    font-size: 28px;
  }
  #historyArea .history-title {
    margin-bottom: 28px;
  }

}

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

  #historyArea .history-content span {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 13px;
  }
  #historyArea .history-content p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    background: #0048EF;
    margin: 0;
    padding: 5px 8px;
    width: 192px;
  }
  #historyArea.history-content {
    padding-left: 18px;
  }
  #historyArea.history-wrap {
    margin-bottom: 49px;
  }
  #historyArea{
    padding-top: 49px;
  }
  #historyArea .history-title h4 {
    font-size: 28px;
  }
  #historyArea .history-title {
    margin-bottom: 28px;
  }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  #historyArea .history-content span {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 13px;
  }
  #historyArea .history-content p {
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    background: #0048EF;
    margin: 0;
    padding: 5px 8px;
    width: 192px;
    margin: auto;
  }
  #historyArea .history-content {
    padding-left: 18px;
  }
  #historyArea .history-wrap {
    margin-bottom: 20px;
    text-align: center;
  }
  #historyArea {
    padding-top: 49px;
  }
  #historyArea .history-title h4 {
    font-size: 20px;
  }
  #historyArea .history-title {
    margin-bottom: 28px;
  }

}
#suenos .iconos-sue {
  background: #EDEDED;
  padding: 2rem 1rem;
  margin: 1.5rem 0.5rem;
  border-radius: 1rem;
}
#suenos .neus-icon{
  width: 70px;
  height: 70px;
  color: #70e6ff;
  background: #0048EF;
  border-radius: 50%;
  text-align:center;
  padding:5px;
  margin: auto;
  margin-bottom:2rem;
}
#suenos path {
  fill: currentColor !important;
}
#suenos svg {
  width: 60%;
  margin-top: .5rem;
  height: 40px;
}


.container {
  padding: 0 5rem;
}

@media (max-width: 767px){
  .container {
    padding: 0 1rem;
  }

}

.slick-slider {
  padding: 0 3rem;

}


#aliados img.aliados {
  padding: .5rem 0;
}


@media (max-width: 992px)  {
  img.a-left.control-c.prev.slick-prev.slick-arrow {
    width: 20px !mportant;
    height: auto;

  }
  img.a-right.control-c.next.slick-next.slick-arrow {
    width: 20px !mportant;
    height: auto;
  }
  .slick-prev {
    left: 5px !important;
  }
  .slick-next {
    right: 0px !important;
  }
}

li.hs-form-checkbox {
  width: 43% !important;
  float: left;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: #fff0 !important;
}

a.nav-link {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff !important;
  margin-right:.5rem;
  width:max-content;
}
a.nav-link-festival {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #70e6ff !important;
  margin-right:.5rem;
  width:max-content;
}

a.nav-link-boletos {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: .6rem 1.4rem;
  background-color: #70e6ff;
  border-radius: 25px;
  color: #01368d!important;
  margin-right:.5rem;
  width:max-content;
}

.dropdown-menu.show {
  background: #ededed;
  border: none;
  color: #fff !important;
  border-radius: 0;
}

a.dropdown-item {
  color: #01368d;
  font-weight: 500;
  text-transform: uppercase;
}
#dropForos .dropdown-item{
  white-space:normal;
}

button.navbar-toggler {
  display: none;
}
ul.conv-menu a {
  margin-left: 1rem;
  color: #00165abf !important;
}
.navbar-light .navbar-brand {
  color: rgba(0,0,0,.9);
  float: left !important;
  display: contents;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .offcanva-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .offcanva {
    display: block !important;
    position: fixed;
    width: 335px;
    height: 100%;
    background: #70E6FF;
    z-index: 998999999;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    left: -100%;
  }
  .offcanva-menu {
    margin-top: 70px;
  }
  .offcanva-menu ul li a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .offcanva-menu ul li a:hover {
    background: #004EEF;
    color: #fff;
  }
  .cross {
    position: absolute;
    right: 28px;
    top: 5px;
  }
  .cross a {
    font-size: 30px;
    color: #fff;
  }
  .overlay {
    width: 100%;
    height: 100%;
    background: #70E6FF;
    position: fixed;
    z-index: 999;
    opacity: .6;
    -webkit-transition: .3s;
    transition: .3s;
    left: -100%;
  }
  .offcanva.active,
  .overlay.active {
    left: 0;
  }
  .offcanva {
    display: block;
  }
  .header-area .bar {
    position: absolute;
    right: 25px;
    z-index: 99;
    display: block;
  }
  .header-area .bar a {
    font-size: 25px;
    color: #fff;
  }
}
.navbarDropMenu {
  color: #000 !important;
  text-transform: none !important;
  width: auto !important;
}
.navbarDropMenu:hover {
  color: #fff !important;
}

@media (max-width: 992px) {
  a.nav-link {
    color:#000 !important;
  }
}

/* Blog */

#blog {
  padding: 3rem 0
}

#blog h4 {
  font-size: 2.2rem;
  color: #0048ef;
  font-weight: 500;
  line-height: 46px;
  margin: 0 0 2rem;
}

#blog .post-card {
  background: rgba(0,0,0,1);
  border-radius: 24px;
  text-align: center;
  color: #FFF;
  padding: 0;
  margin-bottom: 2rem
}

#blog .post-card .card-header {
  padding: 0;
  height: 110px;
  overflow: hidden
}

#blog .post-card .card-header img {
  width: 100%;
  border-radius: 24px 24px 0 0
}

#blog .post-card .post-title {
  display: flex;
  height: 60px;
  font-weight: 700;
  text-align: center;
  justify-content: center
}

#blog .post-card .post-title p {
  align-self: center;
  margin: 0;
  font-size: 16px;
  line-height: 16px
}

#blog .post-card .post-divider {
  background: transparent linear-gradient(90deg,#00c8ba 0%,#a1e005 100%);
  height: 2px;
  margin-bottom: 0
}

#blog .post-card .post-text {
  display: flex;
  height: 80px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  font-size: 13px;
  padding-top: 15px
}

#blog .post-card .post-text p,#blog .post-card .post-text * {
  font-size: 13px !important;
  line-height: 14px !important;
  color: #FFF !important;
  font-style: normal !important
}

#blog .post-card .card-body {
  padding: 0 1rem 1rem
}

#blog .post-card .card-body a {
  font-weight: 700;
  font-size: .9rem;
  color: #f6335e
}

.blog-sidebar .categorias-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.blog-sidebar .categorias-list li {
  font-weight: 600;
  width: 100%;
  color: #FFF;
  margin-bottom: 15px
}

.blog-sidebar .categorias-list li a {
  width: auto;
  height: auto;
  border: 2px solid #6797ef;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  font-size: 18px;
  color: #7bb4d5;
  margin-bottom: 15px;
  font-weight: 500;
}

.blog-sidebar .categorias-list li a:hover {
  background-color: #003ae1;
  color: #70e6ff;
  text-decoration: none
}


#blog .blog-pagination {
  text-align: center
}

#blog .blog-pagination__link {
  padding: 9px 15px;
  background-color: #003ae1;
  color: #70e6ff;
  border-radius: 22px;
  margin: 0 3px;
  transition: all .5s ease;
  font-weight: 500;
  font-size: 1.1rem;
}

#blog .blog-pagination__link:hover {
  background-color: #70e6ff;
  color: #003ae1;
  text-decoration: none
}

#blog .blog-pagination .link--disabled {
  background-color: #ededed;
  color: #7a7a7a;
}

#blog .blog-pagination .link--active {
  background-color: #70e6ff;
  color: #003ae1;
}

#blog-suscribe {
  background: #0048ef;
  padding: 4rem 0
}

#blog-suscribe h4 {
  font-size: 2.2rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #70e6ff;
}

#blog-suscribe .divider {
  background: transparent linear-gradient(90deg,#00c8ba 0%,#a1e005 100%);
  height: 6px;
  width: 100%;
  margin-bottom: 15px
}

#blog-suscribe p {
  font-weight: 400;
  color: #FFF;
  font-size: 22px;
}

#blog-suscribe a {
  text-decoration: revert;
  color: #fff
}

#blog-suscribe p {
  margin-top: 1.5rem
}

#blog-suscribe label.hs-error-msg {
  color: #fff;
  font-size: .8rem;
  padding: 0 1rem
}

#blog-suscribe fieldset.form-columns-2 .input {
  margin-right: 1.5rem
}

#blog-suscribe input[type=submit] {
  width: auto;
  height: 50px;
  background: #70e6ff;
  color: #00399e;
  margin-right: 1.5rem;
  padding: 0 4rem;
  margin-bottom: 0px
}

#blog-suscribe input, #blog-suscribe select {
  margin-bottom: 0px
}


#blog-suscribe label {
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

#blog-suscribe input, #blog-suscribe select {
  width: 100%;
  height: 44px;
  border: 0;
  background: #fff;
  border-radius: 0;
  font-size: 20px;
  color: #222;
  padding-left: 15px;
  padding-right: 15px;
}


#blog-suscribe input[type=submit] {
  width: auto;
  height: auto;
  background: #70e6ff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 57px;
  font-size: 1.2rem;
  color: #0048ef;
  font-weight: 600;
  float: right;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  margin-right: 0;
  cursor: pointer;
}

@media(max-width: 480px) {
  #blog-suscribe fieldset.form-columns-2 .input {
    margin-right:0rem
  }
}

#blog-wrapper .pera-wrap {
  margin-bottom: 2rem;
}

#blog-wrapper .para-img {
  height: 200px;
  background-size: cover;
  background-position: center;
}

#blog-wrapper .content-wp {
  padding: 1rem;
  background-color: #212529;
  display: flex;
  flex-direction: column;
  min-height: 170px;
}

#blog-wrapper .content-wp h4 {
  font-size: 1.3rem;
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  display: inline-block;
  font-weight: 600;
  flex-grow: 1;
}

#blog-wrapper .content-wp a {
  background: #70e6ff;
  border-radius: 70px;
  font-weight: 600;
  font-size: 19px;
  transition: .3s;
  border: 2px solid transparent;
  padding: .3rem 2rem;
  color: #003ae1;
  display: inline-block;
  width: 196px;
}

#videos {
  background-color: #ededed;
  padding: 4rem 0;
}

#videos h3 {
  font-size: 2.2rem;
  color: #0048ef;
  font-weight: 500;
  line-height: 46px;
  margin: 0 0 2rem;
}

#blog-listing-posts h1 {
  font-size: 2.2rem;
  color: #0048ef;
  font-weight: 500;
  line-height: 46px;
  margin: 0 0 2rem;
}

#videos .video-container {
  background-color: #000;
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  text-align: center;
  justify-content: center
}

#videos .video-container .video-icon {
  align-self: center;
  cursor: pointer
}

#videos .video-container .video-icon img {
  height: 100px;
  display: inline-block;
  margin-bottom: 0px;
  opacity: .7
}

#videos .video-container .video-icon p {
  color: #FFF;
  font-weight: 700
}

#videos .button-cta {
  text-align: center
}

#videos .button-cta a.btn.btn-primary {
  margin-top: 2rem;
  background-color: #2c56ff;
  border-color: #2c56ff
}

#blog-write-cta {
  background: #0048ef;
  padding: 4rem 0
}

#blog-write-cta h4 {
  font-size: 2.2rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #70e6ff;
}

#blog-write-cta .divider {
  background: transparent linear-gradient(90deg,#00c8ba 0%,#a1e005 100%);
  height: 6px;
  width: 100%;
  margin-bottom: 15px
}

#blog-write-cta p {
  font-weight: 400;
  color: #FFF;
  font-size: 22px;
}

#blog-write-cta a {
  text-decoration: revert;
  color: #fff
}

#blog-write-cta p {
  margin-top: 1.5rem
}

#blog-write-cta label.hs-error-msg {
  color: #fff;
  font-size: .8rem;
  padding: 0 1rem
}

#blog-write-cta fieldset.form-columns-2 .input {
  margin-right: 1.5rem
}

#blog-write-cta input[type=submit] {
  width: auto;
  height: 50px;
  background: #70e6ff;
  color: #00399e;
  margin-right: 1.5rem;
  padding: 0 4rem;
  margin-bottom: 0px
}

#blog-write-cta input, #blog-write-cta select {
  margin-bottom: 0px
}


#blog-write-cta label {
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

#blog-write-cta input, #blog-write-cta select, #blog-write-cta textarea {
  width: 100%;
  height: 44px;
  border: 0;
  background: #fff;
  border-radius: 0;
  font-size: 20px;
  color: #222;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

#blog-write-cta textarea {
  height: auto;
}


#blog-write-cta input[type=submit] {
  width: auto;
  height: auto;
  background: #70e6ff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 57px;
  font-size: 1.2rem;
  color: #0048ef;
  font-weight: 600;
  float: right;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
  margin-right: 0;
  cursor: pointer;
}

@media(max-width: 480px) {
  #blog-write-cta fieldset.form-columns-2 .input {
    margin-right:0rem
  }
}

#post-banner {
  background-color: #f88975;
  background-size: cover;
  background-position: center;
  height: 400px;
  margin-top: 0
}

#post-container h1 {
  color: #000;
  font-size: 47px;
  font-weight: 600;
  margin: 0 0 10px 0
}

#post-container .post-body {
  margin-top: 3.5rem
}

#post-container .post-body .post-meta {
  font-weight: 600;
  color: #000;
  font-size: 13px;
  margin-bottom: 35px
}

#post-container .post-body .post-meta .tiempo-lectura {
  display: inline-block;
  margin-right: 10px
}

#post-container .post-body .post-meta .tiempo-lectura svg {
  display: inline-block;
  height: 22px
}

#post-container .post-body .post-meta .tag-container {
  display: inline-block;
  margin-right: 10px
}

#post-container .post-body .post-author {
  clear: both
}

#post-container .post-body .post-author .author-image {
  float: left;
  margin-right: 13px
}

#post-container .post-body .post-author .author-image img {
  height: 45px;
  width: 45px;
  border-radius: 25px
}

#post-container .post-body .post-author .author-name {
  display: inline-block;
  font-size: 0.9rem;
  padding-top: 3px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

#post-container .post-body .divider {
  background: transparent linear-gradient(90deg,#2f28f9 0%,#a1e005 100%) 0% 0% no-repeat padding-box;
  height: 6px;
  margin: 2rem 0
}

#post-container .post-contents {
  margin-top: 2rem
}

#post-container .post-contents p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.4px;
}

#post-container .post-contents img {
  margin: 2rem 0
}

#post-container .post-contents h2 {
  font-weight: 600;
  color: #333;
  font-size: 25px;
  margin-bottom: 1rem
}

#post-container .post-contents h3 {
  font-weight: 600;
  color: #333;
  font-size: 22px;
  margin-bottom: 1rem
}

#post-container .post-contents a {
  color: #fc9740
}

#post-container .post-contents .compartir-button {
  margin: 2rem 0
}

#post-container .post-contents .compartir-button a {
  color: #2c56ff
}

#post-container .post-contents .compartir-button a.btn-orange:hover {
  text-decoration: none
}

#post-container .post-sidebar {
  background-color: #FFF;
  padding: 3.5rem 2rem 2rem;
  height: 100%
}

#post-container .post-sidebar::after {
  background-color: #2d2d2d;
  content: '';

}

#post-container .post-sidebar h3 {
  font-size: 1.6rem;
  color: #0048ef;
  font-weight: 500;
  line-height: 1.6rem;
  margin: 0 0 1rem;
}

#post-container .post-sidebar article {
  margin-bottom: 2rem
}

#post-container .post-sidebar article h4 {
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 .5rem;
  background-color: #0048ef;
  padding: 12px;
}

#post-container .post-sidebar article p {
  color: #000;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
}

#post-container .post-sidebar article a {
  background: #70e6ff;
  border-radius: 70px;
  font-weight: 600;
  font-size: 13px;
  transition: .3s;
  border: 2px solid transparent;
  padding: .3rem 1rem;
  color: #003ae1;
  display: inline-block;
  width: 121px;
}

#post-container .post-sidebar article a svg {
  display: inline-block;
  height: 30px;
  margin-left: 7px
}

#post-container .post-sidebar article a:hover {
  margin-left: 10px;
  text-decoration: none
}

#post-container .post-sidebar .nosotros-body {
  padding: 0 0 2rem
}

#post-container .post-sidebar .nosotros-body p {
  color: #000;
  font-size: 0.95rem;
  margin-bottom: 10px;
  font-weight: 500;
}

#post-container .post-sidebar .nosotros-body a {
  width: 100%;
  height: 37px;
  background: #004eef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  font-size: 16px;
  color: #70e6ff;
  font-weight: 500;
  border: 2px solid transparent;
  transition: .3s;
  margin-top: 1rem;
}

#post-container .post-sidebar .nosotros-body a:hover {
  background: transparent;
  border: 2px solid #004eef;
  color: #004eef
}

#post-container .post-sidebar .sidebar-subscribe-blog {
  background-color: #70E6FF;
  padding: 1rem 1rem;
  margin-bottom: 2rem;
}

#post-container .post-sidebar .sidebar-subscribe-blog h4 {
  color: #003ae1;
}

#post-container .post-sidebar .sidebar-subscribe-blog label {
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: .5rem;
}

#post-container .post-sidebar .sidebar-subscribe-blog label.hs-error-msg {
  color: #004eef;
}

#post-container .post-sidebar .sidebar-subscribe-blog input {
  width: 100%;
  height: auto;
  border: 0;
  background: #fff;
  border-radius: 0;
  font-size: 17px;
  color: #222;
  padding-left: 15px;
  padding-right: 15px;
  padding: 5px 15px;
}

#post-container .post-sidebar .sidebar-subscribe-blog input[type=submit] {
  width: auto;
  height: auto;
  background: #004eef;
  border: 0;
  display: block;
  align-items: center;
  justify-content: space-around;
  border-radius: 57px;
  font-size: 1rem;
  color: #70e6ff;
  font-weight: 600;
  float: none;
  margin-top: 1rem;
  padding: .4rem 2rem;
  margin-right: 0;
  cursor: pointer;
}

#post-container .post-sidebar .categorias-list {
  list-style: none;
  margin: 0;
  padding: 0
}

#post-container .post-sidebar .categorias-list li {
  font-weight: 600;
  width: 100%;
  color: #FFF;
  margin-bottom: 15px
}

#post-container .post-sidebar .categorias-list li a {
  width: auto;
  height: auto;
  border: 2px solid #6797ef;
  border-radius: 34px;
  display: flex;
  align-items: center;
  padding: .5rem 1.2rem;
  font-size: 16px;
  color: #7bb4d5;
  margin-bottom: 15px;
  font-weight: 500;
}

#post-container .post-sidebar .categorias-list li a:hover {
  background-color: #003ae1;
  color: #70e6ff;
  text-decoration: none;
}

@media(max-width: 992px) {
  #blog .post-card {
    margin:1rem
  }

  #post-container h1 {

    font-size: 24px;
  }

  #post-container .post-sidebar {
    padding: 0;
  }

  .pera-wrap {
    height: auto;
  }
}

#convocatoria-inc {
  overflow-x: hidden;
}

@media(max-width: 767px) {
  .section-title h4 {
    font-size: 30px;
  }
  
  .EXPART-BTN {
    bottom: 0;
    position: relative;
    right: 0;
  }
}


.share-container {
  position: relative;
}

.share-container p {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.share-container .social-container {
  min-width: 50px;
  text-align: center;
}

.share-container .social-container i {
  color: #0048ef;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.2s;
}

.share-container .social-container i:hover {
  color: #001c4a;
}