/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

/*
---------------------------------------------
reset
---------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #dc8cdb;
  color: #fff;
}

::-moz-selection {
  background: #dc8cdb;
  color: #fff;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgb(187 138 222 / 64%) 0%, rgb(74 47 118) 100%);
  ;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(80, 42, 107, 0.955) 0%, rgb(35, 14, 69) 100%);
  ;
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #dc8cdb;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 110px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  /*padding mich en la imagen */
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  margin-bottom: 5%;
  line-height: 40px;
  /*mich letra*/
  font-size: 45px;
  font-weight: 900;
  /* text-transform: capitalize; */
  color: #111;
}

/* Laptop / pantallas medianas */
@media (max-width: 1200px) {
  .section-heading h4 {
    font-size: 38px;
    line-height: 38px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .section-heading h4 {
    font-size: 32px;
    line-height: 36px;
  }
}

/* Celular */
@media (max-width: 768px) {
  .section-heading h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

/* Celular pequeño */
@media (max-width: 480px) {
  .section-heading h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

.section-heading h4 em {
  font-style: normal;
  color: rgb(116 60 195);
}

.section-heading p {
  margin-top: 30px;
}


/*
---------------------------------------------
header
---------------------------------------------
*/
.background-header {
  background: rgb(219, 138, 222) !important;
  /* background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%) !important; */
  background: linear-gradient(-145deg, rgb(114 23 219) 0%, rgb(254 254 254) 100%) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area {
  /* background: linear-gradient(-145deg, rgb(114 23 219) 0%, rgb(254 254 254) 100%) !important; */
  background: linear-gradient(228deg, rgb(138 103 170) 0%, rgb(145 111 176) 100% 100%) !important;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  /* line-height: 100px; */
  color: #fff;
  /* font-size: 28px;
  font-weight: 700; */
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

/* .background-header .nav {
  margin-top: 20px !important;
} */

.header-area .main-nav .nav {
  /* float: right; */
  margin-top: 15px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 30px;

}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #290744 !important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.curso-list {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 3px solid #6a0dad;
  /* morado */
  background-color: #f7f7f7;
  ;
}

.curso-list li {
  padding-left: 5px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 750px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #010101 !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  white-space: normal;
  word-break: break-word;

}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #ffffff;
  color: #c03cfd !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 100px;
}

/* .header-area .nav {
  margin-top: 5px;
} */

.header-area.header-sticky .nav li a.active {
  color: #dc8cdb;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-top: 6%;
    margin-top: 2%;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #dc8cdb !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  /* .header-area .logo {
    margin-left: 30px;
  } */

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #dc8cdb !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/*
---------------------------------------------
banner
---------------------------------------------
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  /* margin-left: 120px; */
  position: relative;
  z-index: 2;
}

.right-imageInfancia {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

.right-imageVoto {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

.main-banner .right-imageMich,
.main-banner .right-imageLogoCopaco {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

.right-imageInfancia img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-imageVoto img {
  position: relative;
  z-index: 2;
}

.main-banner .right-imageMich img,
.main-banner .right-imageLogoCopaco img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/enchula11.png);
  background-size: contain;
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .right-imageMich::after {
  position: absolute;
  background-image: url(../images/logo_pp.png);
  background-size: contain;
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .right-imageInfancia::after {
  position: absolute;
  background-image: url();
  background-size: contain;
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .right-imageVoto::after {
  position: absolute;
  background-image: url(../images/Caja\ de\ votación\ morada\ iluminada.png);
  background-size: contain;
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .right-imageC::after {
  position: absolute;
  background-image: url(../images/about-left-image.png);
  background-size: contain;
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
}

.main-banner .right-imageLogoCopaco::after {
  position: absolute;
  background-image: url(../images/COPACO_LOGO.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 146px;
  content: '';
  right: -5%;
  top: 18%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  /* background-image: url(../images/banner-left-dec.png); */
  background-size: contain;
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}

/* .main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: '';
  right: -25%;
  z-index: 1;
} */

/* decoración cuando la imagen está a la izquierda */
.main-banner .left-image::after {
  position: absolute;
  background-image: url(../images/copa1.png);
  width: 378px;
  height: 378px;
  content: '';
  left: -25%;
  z-index: 1;
}



@media (min-width: 1400px) {

  .main-banner .left-image::after {
    left: -5% !important;
  }

}

@media (min-width: 1400px) {

  .main-banner .right-image::after {
    right: -5% !important;
  }

}


/* decoración derecha para el slide 2 */
.slide-2 .header-text::before {
  position: absolute;
  background-image: url(../images/banner-left-dec1.jpg);
  background-size: contain;
  width: 214px;
  height: 429px;
  content: '';
  right: -40px;
  bottom: -240px;
  z-index: 1;
}



.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;
  ;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #bd3cbd;
}

/* texto más pequeño en celulares */
@media (max-width: 768px) {

  .main-banner .header-text h2 em {
    font-size: 36px;

  }

}

/* texto más pequeño en celulares */
@media (max-width: 768px) {

  .main-banner .header-text h2 {
    font-size: 36px !important;
  }

}

/* ocultar imágenes del banner en móviles */
/* @media (max-width: 991px) {

  .main-banner .right-image,
  .main-banner .left-image {
    display: none;
  }

} */


@media (max-width: 991px) {

  .main-banner .header-text::after,
  .slide-2 .header-text::before,
  .main-banner .right-image::after,
  .main-banner .right-imageMich::after,
  .main-banner .right-imageLogoCopaco::after,
  .main-banner .left-image::after .right-imageMich img,
  .main-banner .left-image::after .right-imageLogoCopaco img,
  .main-banner .right-imageInfancia::after,
  .right-imageInfancia img {
    display: none;
  }

}

@media (max-width: 991px) {

  .left-image img .right-imageMich img,
  .left-image img .right-imageLogoCopaco img,
  .right-imageInfancia img {
    display: none;
  }

}

@media (max-width:1400px) {

  .main-banner .right-image::after,
  .main-banner .left-image::after .right-imageMich img,
  .main-banner .left-image::after .right-imageLogoCopaco img,
  .right-imageInfancia img {
    width: 16vw;
    height: 16vw;
  }

}

/* imagen del lado izquierdo */
.main-banner .left-image {
  margin-left: 0;
  position: relative;
  z-index: 2;
  text-align: right;
}

.main-banner .left-image img {
  position: relative;
  z-index: 2;
}



.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}

/*añadidos*/


.pp-slider {
  position: relative;
  overflow: hidden;
}

.pp-slides {
  display: flex;
  transition: transform .6s ease;
}

.pp-slide {
  min-width: 100%;
}

/* contenedor slider */
.pp-slider {
  position: relative;
  overflow: hidden;
}

/* slides */
.pp-slides {
  display: flex;
  transition: transform .6s ease;
}

.pp-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
}

/* flechas */
.pp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.35);
  color: white;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  z-index: 10;
  transition: all .3s ease;
}

.pp-arrow:hover {
  background: rgba(0, 0, 0, 0.55);
}

.pp-prev {
  left: 25px;
}

.pp-next {
  right: 25px;
}

/* responsive */
@media (max-width:991px) {

  .main-banner {
    padding-top: 120px;
  }

  .pp-slide .row {
    text-align: center;
  }

  .right-image {
    margin-left: 0 !important;
    margin-top: 40px;
  }

  .pp-arrow {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

}

/* ocultar imágenes del banner en móviles */
@media (max-width: 991px) {

  .main-banner .right-image {
    display: none;
  }

}

/*
---------------------------------------------
services
---------------------------------------------
*/

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;
}

#services .owl-service-item .item {
  padding: 15px;
  /* quitamos el padding grande del template */
  height: 100%;
  display: flex;
}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.333);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #dc8cdb;
}

/*Nuevos estilos para el cronograma*/
/* =========================
CRONOGRAMA
========================= */

/* Owl item fix */

#services .owl-service-item .owl-stage {
  display: flex;
}

#services .owl-service-item .owl-item {
  display: flex;
  height: auto;
}

#services .owl-service-item .item {
  display: flex;
  width: 100%;
  padding: 15px;
}

/* CARD */

.cronograma-service {

  background: white;
  border-radius: 12px;

  padding: 28px 22px;

  display: flex;
  flex-direction: column;

  width: 100%;

  min-height: 300px;

  text-align: center;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  transition: all .35s ease;

  position: relative;
}

/* HOVER */

.cronograma-service:hover {
  transform: translateY(-6px);
}

/* ENCABEZADO */

.cronograma-top {

  font-size: 13px;
  font-weight: 600;

  color: white;

  padding: 6px 14px;

  border-radius: 20px;

  display: inline-block;

  margin-bottom: 12px;
}

/* TITULO */

.cronograma-service h4 {

  font-size: 18px;
  font-weight: 700;

  margin-bottom: 12px;

  min-height: 60px;
}

/* FECHA */

.cronograma-service .fecha {

  font-size: 14px;

  color: #666;

  margin-bottom: 10px;
}

/* BOTON */

.cronograma-btn {

  margin: 10px auto;

  padding: 8px 12px;

  font-size: 13px;

  background: #4215c7;

  color: white;

  border-radius: 6px;

  text-decoration: none;
}

/* ESTADO */

.estado {

  margin-top: auto;

  font-size: 13px;
  font-weight: 600;

  padding: 6px 12px;

  border-radius: 20px;

  display: inline-block;
}

.estado.vigente {
  background: #eafaf1;
  color: #27ae60;
}

.estado.proxima {
  background: #f5f5f5;
  color: #999;
}

.estado.concluida {
  background: #E8E8E8;
  color: #999;
}

/* COLORES */

.cronograma-service.copaco .cronograma-top {
  background: #e91e63;
}

.cronograma-service.pp .cronograma-top {
  background: #2ecc71;
}

.cronograma-service.pueblos .cronograma-top {
  background: #E2C97A;
}

.cronograma-service.pasado .cronograma-top {
  background-color: #E8E8E8;
}

.cronograma-service.pasado .cronograma-top {
  color: #999;
}

/* =========================
CARD CENTRAL RESALTADA
========================= */

.owl-service-item .owl-item {
  transition: all .4s ease;
}

.owl-service-item .owl-item.active {
  opacity: 0.6;
  transform: scale(0.9);
}

.owl-service-item .owl-item.active.center {
  opacity: 1;
  transform: scale(1.08);
  z-index: 5;
}


/* =========================
LINEA DEL TIMELINE
========================= */

.owl-service-item {

  position: relative;
  padding-bottom: 40px;
}

.owl-service-item::after {

  content: "";

  position: absolute;

  bottom: 20px;
  left: 5%;
  right: 5%;

  height: 3px;

  background: linear-gradient(90deg,
      #e91e63,
      #4215c7,
      #2ecc71);

  opacity: 0.3;
}


/* =========================
RESPONSIVE
========================= */

@media (max-width:991px) {

  .owl-service-item .owl-item.active {
    opacity: 1;
    transform: scale(1);
  }

  .cronograma-service {
    min-height: 260px;
  }

}

@media (max-width:600px) {

  .cronograma-service {
    min-height: 240px;
    padding: 22px 18px;
  }

}

/* FLECHAS */

.owl-nav {

  position: absolute;
  top: 40%;
  width: 100%;

  display: flex;
  justify-content: space-between;

  pointer-events: none;
}

.owl-nav button {

  pointer-events: all;

  width: 45px;
  height: 45px;

  border-radius: 50%;

  background: #4215c7 !important;

  color: white !important;

  font-size: 22px !important;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s;
}

.owl-nav button:hover {

  background: #2f0ea8 !important;
}



































































/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgba(219, 138, 222, 0.5);
}

section.our-courses .naccs .menu div.active {
  color: #dc8cdb;
  border: 3px solid rgba(219, 138, 222, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-left: 100px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 350px;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}






















/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/bgmich.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}

section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}

/* Tablets */
@media (max-width: 992px) {
  section.simple-cta h4 {
    font-size: 42px;
    line-height: 52px;
  }
}

/* Celulares */
@media (max-width: 576px) {
  section.simple-cta h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}


/*
---------------------------------------------
testimonials
---------------------------------------------
*/

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: #dc8cdb;
}

.testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #dc8cdb;
}



/*
---------------------------------------------
contact us
---------------------------------------------
*/

section.contact-us {
  /* background: linear-gradient(-145deg, rgb(114 23 219) 0%, rgb(254 254 254) 100%) !important; */
  background: linear-gradient(228deg, rgb(138 103 170) 0%, rgb(145 111 176) 100% 100%) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

/* section.contact-us:after {
  position: absolute;
  content: '';
  background: linear-gradient(-145deg, rgb(114 23 219) 0%, rgb(254 254 254) 100%) !important;

  left: 0px;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
} */

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #dc8cdb;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-left: -100px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #32215C;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #8C65AC;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}




.contenedor-proyecto-1977 {
  margin-top: 30px;
  background: url(../images/fondoPP.jpg);
  background-position: center;
  background-size: cover;
  padding: 25px;
  border-radius: 30px;
  text-align: center;
  width: 80%;
  align-items: center;
  margin: 7% auto;
}

.contenedor-proyecto-1977 img {
  border-radius: 20px;
  max-width: 100%;
}

.contenedor-proyecto-pp {
  margin-top: 30px;
  background: url(../images/fondoPP.jpg);
  background-position: center;
  background-size: cover;
  padding: 25px;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  align-items: center;
  margin: 7% auto;
}

.contenedor-proyecto-pp img {
  border-radius: 20px;
  max-width: 100%;
}






























/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  /* margin-top: 190px; */
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #c073e6;
  padding-bottom: 60px;
  border-top: 3px solid #c073e6;
  padding-top: 60px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}

section.page-heading .header-text h1 {
  font-size: clamp(30px, 5vw, 45px);
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
  margin-top: 45px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #dc8cdb;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #dc8cdb;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #dc8cdb;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}

section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: rgb(219, 138, 222);
  background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
}

section.our-office #video img {
  border-radius: 20px;
}



/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 2;
  background-repeat: no-repeat;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  right: 0px;
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 2;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #dc8cdb;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/*
---------------------------------------------
responsive
---------------------------------------------
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }

  .main-banner .header-text h2 {
    font-size: 55px;
  }

  .header-area {
    background: rgb(219, 138, 222) !important;
    background: linear-gradient(-145deg, rgba(150, 74, 237, 0.511) 0%, rgba(199, 91, 184, 0.497) 100%) !important;
  }

  .services .owl-nav .owl-next {
    right: -70px;
  }

  .services .owl-nav .owl-prev {
    left: -65px;
  }

  .our-courses .owl-nav .owl-next {
    right: -70px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }

  .services .owl-nav .owl-prev {
    display: none;
  }

  .our-courses .owl-nav .owl-next {
    display: none;
  }

  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }

  .main-banner .right-image {
    margin-left: 0px;
  }

  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }

  section.simple-cta {
    margin-top: 0px;
  }

  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  section.contact-us .contact-info {
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-left: 0px;
  }

  section.contact-us #contact button {
    float: none;
  }

  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  section.get-info .info-item {
    margin-top: 60px;
  }

  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }

  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }

  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }

  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }

  section.featured-product .product-image {
    margin: 60px
  }

  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }

  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }

  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }

  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }

  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }

  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }

  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }

  section.our-team .naccs .menu div.active img {
    border: 3px solid #dc8cdb;
  }

  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }

  section.more-info .count-area-content .count-title {
    font-size: 22px;
  }
}


/* ===== CRONOGRAMA EFECTO CARD ACTIVA ===== */
















/* ===== TARJETA DE TEXTO CON COLOR DE FONDO ===== */


.tarjeta-presupuesto-pp {
  background: rgb(130 97 173 / 15%) !important;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  margin: 40px auto;
  transition: all 0.35s ease;
}

.tarjeta-presupuesto-pp:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.tarjeta-presupuesto-pp img {
  max-width: 100%;
  display: block;
  margin: 30px auto 0;
  border-radius: 15px;
  transition: transform 0.35s ease;
}

.tarjeta-presupuesto-pp:hover img {
  transform: scale(1.03);
}



/* ===== TARJETA DE TEXTO DE DOS COLUMNAS CON COLOR DE FONDO ===== */
.tarjeta-unidades-territoriales {
  background: rgb(130 97 173 / 15%) !important;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  margin: 40px auto;
  transition: all 0.35s ease;
}

.tarjeta-unidades-territoriales:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.tarjeta-unidades-territoriales p {
  font-size: 16px;
  line-height: 1.7;
}

.columna-ut-izquierda {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  border-left: 6px solid #6a3df0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.columna-ut-derecha {
  background: #fefefe;
  padding: 30px;
  border-radius: 15px;
  border-left: 6px solid #4215c7;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.columna-ut-izquierda:hover,
.columna-ut-derecha:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}














.tarjeta-factores-colonia {
  background: #ffffff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgb(110 14 174 / 55%);
  margin: 40px auto;
  transition: all .35s ease;
}



.tarjeta-factores-colonia:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(110, 14, 174, 0.825);
}

.titulo-factores {
  text-align: center;
  margin-bottom: 25px;
}

.lista-factores {
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

.nota-factores {
  margin-top: 20px;
  font-style: italic;
  text-align: center;
}

.imagen-factores {
  text-align: right;
}

.imagen-factores img {
  max-width: 90%;
}








.bloque-personas {
  max-width: 900px;
  margin: 40px auto;
}

.tipo-persona {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  border-left: 6px solid #4215c7;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all .3s ease;
}

.tipo-persona:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.tipo-persona h5 {
  margin-bottom: 10px;
  color: #4215c7;
}

.tipo-persona ul {
  margin: 0;
  padding-left: 18px;
}

.tipo-persona li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.descripcion {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;

}

.section-heading p {
  margin-top: 8px;
}










.modulo {
  position: relative;
}

/* línea superior */
.modulo::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #7c5cff, #4215c7);
  border-radius: 3px;
}

/* línea inferior */
.modulo::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #7c5cff, #4215c7);
  border-radius: 3px;
}





/* CONTENEDOR PRINCIPAL */

.modulo-proyectos {
  background: linear-gradient(135deg, #f8f6ff, #ffffff);
  border-radius: 30px;
  padding: 70px 60px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

/* decoración suave */

.modulo-proyectos::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, #7c5cff20, transparent);
  top: -120px;
  right: -120px;
  border-radius: 50%;
}

/* TITULO */

.modulo-proyectos h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

/* TARJETAS INTERNAS */

.card-proyecto {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all .35s ease;
  height: 100%;
}

.card-proyecto:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* LISTAS */

.lista-proyectos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-proyectos li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;


  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

/* ICONO CHECK */

.lista-proyectos li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  color: #7c5cff;
  font-weight: bold;
}

/* SUBTEXTO */

.card-proyecto p {

  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
  color: #040404;
}




















/* CONTENEDOR */

.registro-info {
  padding: 80px 0;
  background: url(../images/fondoPP.jpg);

  background-size: contain;
}

/* ITEM */

.registro-info .accordion-item {
  border: none;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border-left: 6px solid #6c4df6;
  transition: all .3s ease;
}

.registro-info .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

/* HEADER */

.registro-info .accordion-button {
  background: #ffffff;
  font-weight: 700;
  font-size: 18px;
  padding: 22px 26px;
  color: #222;
}

/* quitar icono default bootstrap */

.registro-info .accordion-button::after {
  display: none;
}

/* icono personalizado */

.registro-info .accordion-button::before {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #6c4df6;
  margin-right: 12px;
  transition: .3s;
}

/* cuando está abierto */

.registro-info .accordion-button:not(.collapsed)::before {
  content: "−";
}

/* BODY */

.registro-info .accordion-body {
  padding: 25px 30px;
  line-height: 1.7;
  font-size: 16px;
  background: #fbfbff;
}

/* LISTAS */

.registro-info ul {
  padding-left: 20px;
}

.registro-info li {
  margin-bottom: 10px;
}

/* LINK */

.registro-info .link-plataforma {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  color: #5b42d1;
  text-decoration: none;
}

.registro-info .link-plataforma:hover {
  text-decoration: underline;
}

/* RESPONSIVO */

@media (max-width: 768px) {

  .registro-info {
    padding: 60px 20px;
  }

  .registro-info .accordion-button {
    font-size: 16px;
    padding: 18px;
  }

  .registro-info .accordion-body {
    padding: 20px;
  }

}








































/* SECCION */

.banner-convocatorias {
  background: url(assets/images/cursosbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}

/* CONTENEDOR */

.banner-row {
  align-items: center;
}

/* TITULO */

.titulo-convocatorias {
  font-size: 60px;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

/* IMAGEN */

.right-imageC {
  text-align: center;
}

.right-imageC img {
  max-width: 75%;
  height: auto;
}


/* ---------------- */
/* TABLET */
/* ---------------- */

@media (max-width:992px) {

  .banner-convocatorias {
    padding: 60px 0;
  }

  .titulo-convocatorias {
    font-size: 46px;
  }

  .banner-imagen-col {
    text-align: center;
    margin-top: 30px;
  }

  .right-imageC img {
    max-width: 60%;
  }

}


/* ---------------- */
/* CELULAR */
/* ---------------- */

@media (max-width:768px) {

  .banner-convocatorias {
    padding: 50px 0;
  }

  .titulo-convocatorias {
    font-size: 36px;
  }

  .right-imageC img {
    max-width: 70%;
  }

}


/* ---------------- */
/* CELULAR PEQUEÑO */
/* ---------------- */

@media (max-width:480px) {

  .titulo-convocatorias {
    font-size: 28px;
  }

  .right-imageC img {
    max-width: 80%;
  }

}





































.seccion-acuerdos-ppx {
  width: 100%;
  margin-top: 30px;
}

/* GRID BOTONES */

.acuerdos-grid-ppx {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}


/* ---------------- */
/* BOTON CENTRO */
/* ---------------- */

.boton-centro {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* BOTON ANIMADO */

.animated-button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 100px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 0 2px #a91df9a4;
  overflow: hidden;
  cursor: pointer;
  transition: all .6s cubic-bezier(0.23, 1, 0.320, 1);
}

/* TEXTO */

.animated-button span:first-child {
  position: relative;
  z-index: 2;
}

/* CIRCULO */

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgb(42, 13, 70);
  border-radius: 50%;
  opacity: 0;
  transition: all .8s cubic-bezier(0.23, 1, 0.320, 1);
}

/* HOVER */

.animated-button:hover {
  color: white;
  box-shadow: 0 0 0 5px #3e055960;
}

/* EXPANSION */

.animated-button:hover span:last-child {
  width: 350px;
  height: 350px;
  opacity: 1;
}

/* CLICK */

.animated-button:active {
  transform: scale(.95);
}


/* ---------------- */
/* VIDEO */
/* ---------------- */

.video-proyecto-wrapper {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  /* CLAVE */
  align-items: center;
}

/* VIDEO BOX */

.video-proyecto-box {
  flex: 2;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

/* IFRAME RESPONSIVO */

.video-proyecto-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------- */
/* BOTONES */
/* ---------------- */

.acuerdos-grid-ppx {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* BOTON */

.btn-acuerdo-ppx {
  width: 100%;
  padding: 16px 22px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background: linear-gradient(135deg, #5e3df4, #7a5cff);
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* FLECHA */

.flecha-ppx {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transition: .3s;
}

/* ROTAR FLECHA */

.menu-acuerdo-ppx.activo .flecha-ppx {
  transform: rotate(-135deg);
}

/* CONTENEDOR MENU */

.menu-acuerdo-ppx {
  position: relative;
  width: 340px;
}

/* DROPDOWN */

.menu-desplegable-ppx {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  display: none;
  max-height: 350px;
  overflow: auto;
  z-index: 10;
}

/* LINKS */

.menu-desplegable-ppx a {
  display: block;
  padding: 12px 18px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.menu-desplegable-ppx a:hover {
  background: #f3f0ff;
  color: #5e3df4;
}

/* TITULOS */

.titulo-item-ppx {
  display: block;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  color: #5e3df4;
}

/* ACTIVO */

.menu-acuerdo-ppx.activo .menu-desplegable-ppx {
  display: block;
}


/* ---------------- */
/* TITULO CON ICONOS */
/* ---------------- */

.heading-presupuesto {
  position: relative;
}

.titulo-presupuesto {
  position: relative;
  display: inline-block;
  padding: 0 90px;
}

/* IZQUIERDA */

.titulo-presupuesto::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-image: url("../images/convocatoria-pueblos-700x700.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* DERECHA */

.titulo-presupuesto::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-image: url("../images/convocatoria-unidad-territorial-700x700.png");
  background-size: contain;
  background-repeat: no-repeat;
}


/* ---------------- */
/* TABLET */
/* ---------------- */

@media (max-width:992px) {

  .video-proyecto-wrapper {
    flex-direction: column;
  }

  /* section {
    margin-top: 10px;
    margin-bottom: 30px;
  } */

  .section-heading {
    margin-bottom: 10px;
  }

  .menu-acuerdo-ppx {
    width: 100%;
  }

  .acuerdos-grid-ppx {
    width: 100%;
    gap: 20px;
  }

  .titulo-presupuesto {
    padding: 0 60px;
  }

  .titulo-presupuesto::before,
  .titulo-presupuesto::after {
    width: 70px;
    height: 70px;
  }

}


/* ---------------- */
/* CELULAR */
/* ---------------- */

@media (max-width:768px) {

  .titulo-presupuesto {
    padding: 0 40px;
    font-size: 28px;
  }

  .titulo-presupuesto::before,
  .titulo-presupuesto::after {
    width: 45px;
    height: 45px;
  }

  .menu-desplegable-ppx {
    position: absolute;
    box-shadow: none;
  }

  /* section {
    margin-top: 10px;
    margin-bottom: 30px;
  } */

  .section-heading {
    margin-bottom: 10px;
  }

}


/* ---------------- */
/* CELULAR PEQUEÑO */
/* ---------------- */

@media (max-width:480px) {

  .titulo-presupuesto::before,
  .titulo-presupuesto::after {
    display: none;
  }

  .btn-acuerdo-ppx {
    font-size: 15px;
    padding: 14px;
  }

  .animated-button {
    padding: 12px 22px;
  }

  /* section {
    margin-top: 10px;
    margin-bottom: 30px;
  } */

  .section-heading {
    margin-bottom: 10px;
  }

}

















































.card-lenguas-iecm {
  display: flex;
  max-width: 1000px;
  margin: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* MENU */
.card-lenguas-iecm-menu {
  width: 250px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
}

.card-lenguas-iecm-btn {
  border: none;
  padding: 16px;
  background: none;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}

.card-lenguas-iecm-btn:hover {
  background: #ececec;
}

.card-lenguas-iecm-btn.active {
  background: #4215c7;
  color: white;
}

/* CONTENIDO */
.card-lenguas-iecm-contenido {
  flex: 1;
  padding: 30px;
}

.card-lenguas-iecm-panel {
  display: none;
}

.card-lenguas-iecm-panel.active {
  display: block;
}

.card-lenguas-iecm-link {
  display: block;
  padding: 10px 0;
  color: #4215c7;
  text-decoration: none;
  font-weight: 500;
}

.card-lenguas-iecm-link:hover {
  text-decoration: underline;
}

/* RESPONSIVE */

@media (max-width:768px) {

  .card-lenguas-iecm {
    flex-direction: column;
  }

  .card-lenguas-iecm-menu {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }

  .card-lenguas-iecm-btn {
    flex: 1;
    text-align: center;
  }

}

/* nav tabs - fechas importantes */
.nav-tabs-fechas .nav-tabs {
  border-bottom: 1px solid #743cc3;
}

.nav-tabs-fechas .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 10px 10px 0px 0px;
  color: #743cc3;
}

.nav-tabs-fechas .nav-tabs .nav-link:hover,
.nav-tabs-fechas .nav-tabs .nav-link:focus {
  border-color: #743cc3 #743cc3 #dee2e6;
  isolation: isolate;
  background-color: #743cc3;
  color: #ffffff;
}

.nav-tabs-fechas .nav-tabs .nav-item.show .nav-link,
.nav-tabs-fechas .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #743cc3;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs-fechas .nav-cont-especialistas,
.nav-tabs-fechas .nav-cont-pueblos,
.nav-tabs-fechas .nav-cont-consulta-pp,
.nav-tabs-fechas .nav-cont-copaco {
  border: 1px solid #743cc3;
  border-top: 0px;
}



























































































.boton-centro {
  text-align: center;
  margin: 40px 0;
}

.btn-estrellas-morado {
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  background: #6a3df0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 40px;
  transition: all .3s ease;
  box-shadow: 0 0 0 rgba(167, 139, 250, .6);
}

.btn-estrellas-morado:hover {
  background: #5a2de0b7;
  box-shadow: 0 0 25px rgba(167, 139, 250, .6);
  transform: translateY(-3px);
  color: #fff;
}

/* COLORES ESTRELLAS */

.st1 {
  fill: #c4b5fd;
}

.st2 {
  fill: #ffffff;
}

/* ESTRELLAS */

.star-1,
.star-2,
.star-3 {
  position: absolute;
  width: 20px;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  z-index: -1;
}

.star-1 {
  top: 20%;
  left: 20%;
}

.star-2 {
  top: 45%;
  left: 50%;
  width: 14px;
}

.star-3 {
  top: 60%;
  left: 30%;
  width: 10px;
}

/* ANIMACION HOVER */

.btn-estrellas-morado:hover .star-1 {
  top: -60%;
  left: -20%;
  transform: rotate(20deg);
  filter: drop-shadow(0 0 10px #fff);
  z-index: 2;
}

.btn-estrellas-morado:hover .star-2 {
  top: -20%;
  left: 20%;
  transform: rotate(-20deg);
  filter: drop-shadow(0 0 10px #fff);
  z-index: 2;
}

.btn-estrellas-morado:hover .star-3 {
  top: 80%;
  left: 90%;
  transform: rotate(40deg);
  filter: drop-shadow(0 0 10px #fff);
  z-index: 2;
}





















/* From Uiverse.io by vinodjangid07 */
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(27, 27, 27);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);

}

.svgIcon {
  fill: rgb(214, 178, 255);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid rgb(182, 143, 255);
  border-left: 2px solid rgb(182, 143, 255);
  border-right: 2px solid rgb(182, 143, 255);
}

.tooltip {
  position: absolute;
  right: -105px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: .2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: .3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: .3s;
}

.Btn:hover {
  background-color: rgb(150, 94, 255);
  transition-duration: .3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid rgb(235, 235, 235);
  border-left: 2px solid rgb(235, 235, 235);
  border-right: 2px solid rgb(235, 235, 235);
}

.Btn:hover .svgIcon {
  fill: rgb(255, 255, 255);
  animation: slide-in-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}




















































/* CONTENEDOR GENERAL */
.seccion-nna-info {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7ff, #fdf2ff);
}

/* GRID */
.contenedor-nna {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* COLUMNAS */
.nna-columna {
  flex: 1;
  min-width: 300px;
}

/* IMAGEN */
.nna-imagen img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform .4s ease;
}

.nna-imagen img:hover {
  transform: scale(1.03);
}

/* VIDEO */
.nna-video-box {
  background: #fff;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* BORDE COLORIDO */
.nna-video-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 25px;
  background: linear-gradient(120deg, #ff7adf, #7aa6ff, #7affc9);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.nna-video-box video {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* RESPONSIVE */
@media (max-width:900px) {

  .contenedor-nna {
    flex-direction: column;
  }

  .seccion-nna-info {
    padding: 60px 20px;
  }

}








































/* SECCION GENERAL */
.nna-diagnostico-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #e9f6ff, #fff0fb);
}

/* CARD PRINCIPAL */
.nna-diagnostico-card {
  max-width: 1450px;
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* TITULO */
.nna-diagnostico-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #3b2a6f;
  line-height: 1.3;
}

/* FILAS */
.nna-diagnostico-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.nna-diagnostico-row.reverse {
  flex-direction: row-reverse;
}

/* TEXTO */
.nna-diagnostico-text {
  flex: 1;
  min-width: 280px;
  background: linear-gradient(135deg, #7aa6ff, #9b7bff);
  color: #fff;
  padding: 35px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.nna-diagnostico-text.alt {
  background: linear-gradient(135deg, #ff7ab6, #ffb27a);
}

/* GALERÍA */
.nna-diagnostico-slider {
  flex: 1;
  min-width: 280px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* contenedor */
.nna-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* TRACK */
.nna-slide-track {
  display: flex;

  transition: transform .6 ease;
}

.nna-slide-track img {
  width: 100%;
  flex-shrink: 0;
  height: 900px;
  object-fit: contain;
  background: #fff;
}

/* flechas */
.nna-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  background: linear-gradient(135deg, #7aa6ff, #9b7bff);
  color: #fff;
  z-index: 10;
}

/* contenedor */
.nna-slider-wrapper-2 {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

/* track */
.nna-slide-track-2 {
  display: flex;
  transition: transform .6s ease;
}

/* imágenes */
.nna-slide-track-2 img {
  width: 100%;
  flex-shrink: 0;
  height: 900px;
  object-fit: contain;
  background: #fff;
}

/* flechas */
.nna-slider-btn-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  background: linear-gradient(135deg, #ff7ab6, #ffb27a);
  color: #fff;
  z-index: 10;
}

.nna-slider-btn-2.prev2 {
  left: 10px;
}

.nna-slider-btn-2.next2 {
  right: 10px;
}

.nna-slider-btn-2:hover {
  opacity: .85;
}

.nna-slider-btn.prev {
  left: 10px;
}

.nna-slider-btn.next {
  right: 10px;
}

.nna-slider-btn:hover {
  opacity: .8;
}

/* ANIMACIÓN */
@keyframes nnaSlider {

  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(-100%);
  }

  65% {
    transform: translateX(-100%);
  }

  70% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-200%);
  }

}

/* RESPONSIVE */
@media (max-width:900px) {

  .nna-diagnostico-card {
    padding: 40px 25px;
  }

  .nna-diagnostico-title {
    font-size: 24px;
  }

  .nna-diagnostico-row {
    flex-direction: column;
  }

  .nna-diagnostico-row.reverse {
    flex-direction: column;
  }

}






/* subtitulos */
.nna-diagnostico-text h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

/* lista numerada colorida */
.lista-datos {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.lista-datos li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.lista-datos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #5a54ff;
  font-weight: 700;
  margin-right: 10px;
}

/* lista normal */
.lista-simple {
  padding-left: 18px;
  margin-bottom: 15px;
}

.lista-simple li {
  margin-bottom: 6px;
}

/* intro y conclusion */
.intro {
  font-weight: 600;
  margin-bottom: 10px;
}

.conclusion {
  margin-top: 15px;
  font-weight: 500;
}


















































.participantes-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #eef4ff, #fff6fb);
}

.titulo-participacion {
  text-align: center;
  margin-bottom: 60px;
}

.titulo-participacion h2 {
  font-size: 36px;
  font-weight: 800;
}

.grid-participantes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card-participante {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
  transition: .3s;
}

.card-participante:hover {
  transform: translateY(-8px);
}

.icono-participante {
  font-size: 50px;
  margin-bottom: 15px;
}

.card-participante h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card-participante p {
  font-size: 15px;
  line-height: 1.6;
}

.card-participante ul {
  padding-left: 18px;
  margin-top: 10px;
}

.btn-info {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 14px;
  background: #6c7bff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}












































































/* SECCION */

.seccion-registro-observador {
  padding: 100px 20px;
  background: linear-gradient(135deg, #f2f5ff, #ffffff);
  position: relative;
  overflow: hidden;
}

/* decoracion fondo */

.seccion-registro-observador::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, #4c6fff30, transparent 70%);
  top: -120px;
  left: -120px;
  animation: floatBg 8s ease-in-out infinite alternate;
}

@keyframes floatBg {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(40px);
  }
}

/* CONTENEDOR CARD */

.card-observador-extranjero {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .12);
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* COLUMNA TEXTO */

.info-observador-extranjero h3 {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.info-observador-extranjero p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* BOTON */

.btn-observador-extranjero {
  display: inline-block;
  background: linear-gradient(135deg, #4c6fff, #00c2ff);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.btn-observador-extranjero:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .18);
}

/* VIDEO */

.video-observador-extranjero {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
  position: relative;
}

.video-observador-extranjero iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

/* RESPONSIVE */

@media (max-width:992px) {

  .card-observador-extranjero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .video-observador-extranjero iframe {
    height: 280px;
  }

}

/* INVERTIR COLUMNAS */

.card-observador-invertido .info-observador-extranjero {
  order: 2;
}

.card-observador-invertido .video-observador-extranjero {
  order: 1;
}

/* RESPONSIVE mantiene orden natural */

@media (max-width:992px) {

  .card-observador-invertido .info-observador-extranjero {
    order: 1;
  }

  .card-observador-invertido .video-observador-extranjero {
    order: 2;
  }

}
























































/* From Uiverse.io by vinodjangid07 */
.contenedor-boton-lapiz {

  display: flex;
  justify-content: center;
}

.Btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 500px;
  height: 60px;
  border: none;
  padding: 20px 20px;
  background-color: rgb(100, 13, 158);
  color: white;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 15px 15px 0px rgb(210 154 247);
  transition-duration: .3s;
  font-size: 18px;
}

.svg {
  width: 13px;
  position: absolute;
  right: 0;
  margin-right: 20px;
  fill: white;
  transition-duration: .3s;
}

.Btn:hover {
  color: transparent;
}

.Btn:hover svg {
  right: 43%;
  margin: 0;
  padding: 0;
  border: none;
  transition-duration: .3s;
}

.Btn:active {
  transform: translate(3px, 3px);
  transition-duration: .3s;
  box-shadow: 2px 2px 0px rgb(140, 32, 212);
}







/* RESPONSIVE */
@media (max-width: 576px) {
  .main-banner .Btn {
    width: 100%;
    height: auto;
  }
}













/* CONTENEDOR GENERAL */
.pp-nota-section {
  padding: 25px 0;
}

/* TITULO */
.pp-nota-header {
  text-align: center;
  margin-bottom: 50px;
}

.pp-nota-header h4 {
  font-size: 32px;
  margin-bottom: 10px;
}

.pp-nota-header h6 {
  color: #666;
}

/* GRID */
.pp-notas-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

/* POST IT */
.pp-nota-card {
  background: #fff8a6;
  padding: 35px;
  max-width: 420px;
  min-height: 200px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 1.7;
  border-radius: 4px;
  transition: transform .3s ease;
}

/* ROTACIÓN NATURAL */
.pp-nota-1 {
  transform: rotate(-2deg);
}

.pp-nota-2 {
  transform: rotate(2deg);
}

/* HOVER */
.pp-nota-card:hover {
  transform: rotate(0deg) scale(1.03);
}

/* PIN DECORATIVO */
.pp-nota-pin {
  width: 18px;
  height: 18px;
  background: #e63946;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width:768px) {

  .pp-notas-grid {
    flex-direction: column;
    align-items: center;
  }

  .pp-nota-card {
    transform: none;
    width: 90%;
  }

}












































/* SECCION */
.pp-chat-section {
  padding: 0;
}

/* TITULO */
.pp-chat-title {
  text-align: center;
  margin-bottom: 40px;
}

.pp-chat-title h4 {
  font-size: 32px;
}

/* CELULAR */
.pp-chat-phone {
  max-width: 420px;
  margin: auto;
  background: #111;
  padding: 14px;
  border-radius: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* PANTALLA */
.pp-chat-screen {
  background: #f5f5f7;
  border-radius: 30px;
  padding: 25px 18px;
  min-height: 420px;
  position: relative;
}

/* CONVERSACION */
.pp-chat-conversation {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* MENSAJES */
.pp-chat-message {
  display: flex;
}

.pp-chat-left {
  justify-content: flex-start;
}

.pp-chat-right {
  justify-content: flex-end;
}

/* BURBUJAS */
.pp-chat-bubble {
  max-width: 75%;
  padding: 14px 18px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.5;
}

/* ESTILO MENSAJE */
.pp-chat-left .pp-chat-bubble {
  background: #e5e5ea;
  color: #000;
  border-bottom-left-radius: 6px;
}

.pp-chat-right .pp-chat-bubble {
  background: #007aff;
  color: white;
  border-bottom-right-radius: 6px;
}

/* RESPONSIVE */
@media (max-width:768px) {

  .pp-chat-phone {
    max-width: 95%;
  }

  .pp-chat-title h4 {
    font-size: 26px;
  }

}




























/* Submenu grande para textos largos */
.submenu-copaco {
  max-width: 400px;
  max-width: 34vw !important;
  width: max-content;
  min-width: 250px;
}

/* Evita que los textos se salgan */
.submenu-copaco a {
  white-space: normal !important;
  line-height: 1.4 !important;

  display: flex !important;
  align-items: center;
  height: auto !important;
  padding: 10px 15px 10px 0px;
}

/* Ajuste para tablet */
@media (max-width: 1390px) {
  .submenu-pp {
    max-width: 50vw !important;
  }

  /* Evita que los textos se salgan */
  .header-area .main-nav .nav li .submenu-pp a{
    white-space: normal !important;
    line-height: 1.4 !important;
    display: block !important;
    align-items: center;
    height: auto !important;
    padding: 14px 15px 14px !important
  }
  
}

@media (max-width: 1280px) {
  .submenu-pp {
    max-width: 47vw !important;
  }

  .submenu-copaco {
    max-width: 30vw !important;
  }

}

@media (max-width: 1160px) {
  .submenu-copaco {
    max-width: 27vw !important;
  }
}

/* Ajuste para tablet */
@media (max-width: 991px) {
  .submenu-pp {
    max-width: 35vw !important;
  }

  .submenu-copaco {
    max-width: 320px;
    max-width: 40vw !important;
  }
}

/* Ajuste para tablet */
@media (max-width: 767px) {
  .submenu-pp, .submenu-copaco, .submenu-participar {
    width: 100% !important;
    max-width: none !important;
  }

  /* Evita que los textos se salgan */
  /* .submenu-copaco a { */
  .header-area .main-nav .nav li .submenu-copaco a{
    white-space: normal !important;
    line-height: 1.4 !important;
    display: block !important;
    align-items: center;
    height: auto !important;
    padding: 14px 15px 14px !important
  }

}

/* Ajuste para celular */
@media (max-width: 576px) {
  .submenu-copaco {
    max-width: 100%;
  }
}






































/* GRID */

.expedientes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

/* CARD */

.expediente-card {

  position: relative;
  background: white;
  border-radius: 14px;
  padding: 45px 30px 35px 30px;

  box-shadow:
    0 20px 60px rgba(0, 0, 0, .08),
    0 5px 15px rgba(0, 0, 0, .05);

  transition: all .45s ease;

  overflow: hidden;
}

/* EFECTO FOLDER */

.expediente-card::before {

  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 120%;

  background: linear-gradient(120deg,
      rgba(108, 43, 217, 0.15),
      rgba(108, 43, 217, 0));

  transform: translateY(100%);
  transition: .6s;
  pointer-events: none;

}

.expediente-card:hover::before {
  transform: translateY(0);

}

/* TAB SUPERIOR */

.expediente-tab {

  position: absolute;

  top: 6px;
  left: 25px;

  background: #6c2bd9;
  color: white;

  padding: 6px 18px;

  font-size: 12px;
  letter-spacing: 1px;

  border-radius: 6px;

  font-weight: 600;

  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);

}

/* SELLO */

.expediente-sello {

  position: absolute;

  right: 18px;
  top: 18px;

  border: 2px dashed rgba(108, 43, 217, .4);

  color: #6c2bd9;

  font-size: 11px;

  padding: 6px 10px;

  border-radius: 50%;

  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;

  opacity: .4;

  transform: rotate(-15deg);

  transition: .4s;

}

.expediente-card:hover .expediente-sello {
  opacity: .8;
  transform: rotate(0deg) scale(1.1);
}

/* ICONO */

.expediente-icon {

  width: 70px;
  margin-bottom: 18px;

}

.expediente-icon img {
  width: 100%;
}

/* TITULO */

.expediente-card h3 {

  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;

}

/* TEXTO */

.expediente-card p {

  font-size: 14px;
  color: #555;

  margin-bottom: 18px;

}

/* BOTON */

.expediente-btn {

  display: inline-block;

  background: #6c2bd9;
  color: white;

  padding: 12px 20px;

  border-radius: 8px;

  font-size: 14px;

  text-decoration: none;

  transition: .3s;

}

.expediente-btn:hover {

  background: #4c1aa3;

  transform: scale(1.05);
  color: #ffffff;

}

/* BOTON SISTEMA */

.expediente-btn.acceso {

  background: #ff7a00;

}

.expediente-btn.acceso:hover {

  background: #e56700;

}

/* HOVER CARD */

.expediente-card:hover {

  transform: translateY(-10px);

  box-shadow:
    0 35px 80px rgba(0, 0, 0, .15);

}

/* RESPONSIVE */

@media(max-width:992px) {

  .expedientes-grid {
    grid-template-columns: 1fr;
  }

}



/* SECCION */

.oficio-seccion {

  background: #ffffff;
  padding: 80px 20px;

}

/* HOJA */

.oficio-hoja {

  max-width: 900px;
  margin: auto;
  background: white;
  padding: 70px 60px;
  border-radius: 8px;
  box-shadow: 0 25px 60px rgb(0 0 0 / 70%);
  position: relative;
  /* lineas tipo hoja */
  background-image:
    linear-gradient(#e9e9e9 1px, transparent 1px);
  background-size: 100% 38px;

}

/* SELLO */

.oficio-sello {

  position: absolute;

  top: 30px;
  right: 30px;

  border: 3px dashed #6c2bd9;

  color: #6c2bd9;

  width: 90px;
  height: 90px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;

  transform: rotate(-15deg);

  opacity: .5;

  font-size: 14px;

}

/* HEADER */

.oficio-header {

  text-align: center;
  margin-bottom: 40px;

}

.oficio-subtitulo {

  font-size: 14px;
  color: #666;

}

.oficio-titulo {

  font-size: 28px;
  line-height: 1.4;

}

.oficio-titulo span {

  color: #6c2bd9;
  font-weight: 600;

}

/* LINEA */

.oficio-linea {

  height: 2px;
  background: #ddd;
  margin: 40px 0;

}

/* DOCUMENTOS */

.oficio-documentos {

  display: flex;
  flex-direction: column;
  gap: 35px;

}

/* ITEM */

.oficio-item {

  display: flex;
  gap: 20px;
  align-items: flex-start;

  padding: 20px;

  border-radius: 8px;

  transition: .3s;

}

.oficio-item:hover {

  background: #f7f4ff;

}

/* ICONO */

.oficio-icono {

  font-size: 30px;

}

/* INFO */

.oficio-info h3 {

  font-size: 18px;
  margin-bottom: 8px;

}

.oficio-info p {

  font-size: 14px;
  color: #555;
  margin-bottom: 12px;

}

/* BOTON */

.oficio-boton {

  display: inline-block;

  background: #6c2bd9;
  color: white;

  padding: 10px 18px;

  border-radius: 6px;

  text-decoration: none;

  font-size: 14px;

  transition: .3s;

}

.oficio-boton:hover {

  background: #4c1aa3;
  transform: scale(1.05);

}

.oficio-boton.sistema {

  background: #ff7a00;

}

.oficio-boton.sistema:hover {

  background: #e56700;

}


/* breadcrumbs */
.get-info-breadcrumbs{
  position: relative;
  z-index: 5;
}

.breadcrumbs{
  box-sizing: border-box;
  font-size: 12px;
  margin: 0px auto;
  max-width: 1280px;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.breadcrumbs-inicio{
  color: #333333;
}

.breadcrumbs-elemento{
  color: #c073e6;
}

.breadcrumbs-link-activo, .breadcrumbs-inicio:hover, .breadcrumbs-elemento:hover, .breadcrumbs-link-activo:hover{
  color: #743cc3;
}

.breadcrumbs-separador{
  display: inline-block;
  margin: 0px 6px;
  font-size: 13px;
  color: #888888;
}


/* Video - sei */
.iframe-video-sei{
  width: 33vw !important;
  height: 20vw !important;
}

@media (max-width: 992px) {
  .iframe-video-sei{
    width: 55vw !important;
    height: 33vw !important;
  }
}

@media (max-width: 768px) {
  .iframe-video-sei{
    width: 70vw !important;
    height: 37vw !important;
  }
}

/* calendario numero asignacion */
.link-distrito{
  color: #c073e6;
}

.link-distrito:hover{
  color: #743cc3;
}