/*Estilos Mujeres Stem Liferay*/

*,
*::before,
*::after,
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
	font-size: 16px;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;

}

p {
  font-family: "Roboto-Regular";
  margin-top: 1em;
  margin-bottom: 2em;
}


.overly-2, .textimonial, .cta, .slider-muStem, .page-title {
  position: relative;
}
.overly-2:before, .textimonial:before, .cta:before, .slider-muStem:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;

  opacity: 0.8;
}

.slider-muStem {
  background: url("../images/bg/mu-stem-1.jpg") no-repeat 0% 30%;
  background-size: cover;
  padding: 180px 0px;
  background-position: center;
}
.slider-muStem h1 {
  font-size: 95px;
  line-height: 95px;
}
.slider-muStem span.subhead {
  color: #fff;
  letter-spacing: 5px;
  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .slider-muStem h1 {
    font-size: 40px;
    line-height: 48px;
  }

}


.bg-2 {
  background: url("../images/bg/bg-image-2-2.jpg") no-repeat;
  background-size: cover;
  background-position:center;
}

.bg-3 {
  background: url("../images/bg/bg-cta.jpg") no-repeat;
  background-size: cover;
}

.bg-4 {
  background: url("../images/about/img-7.jpg") no-repeat;
  background-size: cover;
}

.bg-5 {
  background: url("../images/bg/mujeres-stem-banner.jpeg") no-repeat;
  background-size: cover;
  background-position:center;
}

.bg-7 {
  background: url("../images/bg/img-1-1.jpg") no-repeat;
  background-size: cover;
  background-position:center;

}

.bg-contabilidad{
  background: url("../images/bg/programa-pasantias.jpg") no-repeat;
  background-size: cover;
  background-position:center;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .bg-7 {
    padding-top: 250px;
    padding-bottom: 120px;
  }
}

.overly-2:before, .textimonial:before, .cta:before, .slider-muStem:before, .page-title:before {
  background: #0000009e;
/*  background: linear-gradient(90deg, rgb(245 99 75 / 24%) 0%, #fe941891 100%);*/
}

.page-title1:before{
  background: linear-gradient(90deg, rgba(245,99,76,1) 0%, rgba(253,160,29,0.6558998599439776) 50%, rgba(242,252,69,0.6362920168067228) 100%);

}

.slider-muStem span.subhead {
    color: #fff;
    letter-spacing: 4px;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
}

.text-color-muStem{
	color: rgb(245, 99, 75);
}

.mt-80px {
    margin-top: -115px;
}

.mt-50px{
  margin-top: -50px;
}

.cardStem{
  box-shadow: 6px 7px 5px 0px rgba(0,0,0,0.04);
  -webkit-box-shadow: 6px 7px 5px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 6px 7px 5px 0px rgba(0,0,0,0.04);
  height: 540px;

}

.cta {
  background: url("../images/bg/slide2-1.jpg") fixed 50% 50% no-repeat;
  background-size: cover;
}


.cardStemStem1-1{
  height: 350px;
}

@media (max-width: 580px){
  .cardStem{
    height: auto;
    margin-bottom: 20px;
  }
  .cardStem1-1{
  height: auto;
  }

}

.hover-style-1 {
  position: relative;
}
.hover-style-1:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  transition: all 600ms ease;
  background: linear-gradient(90deg, rgb(245, 99, 75) 0%, #fe9418 100%);
  border-color: rgb(245, 99, 75);
  border-radius: 15px;
}
.hover-style-1 h3, .hover-style-1 p, .hover-style-1 a, .hover-style-1 i, .hover-style-1 h4 {
  position: relative;
  transition: all 600ms ease;
}
.hover-style-1:hover:before {
  height: 100%;
  border-radius: 15px;
}
.hover-style-1:hover a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.hover-style-1:hover h3,
.hover-style-1:hover h4,
.hover-style-1:hover p,
.hover-style-1:hover a {
  color: #fff;
}

a.text-uppercase.hover-style-1 {
  color: #fff;
}

.hover-style-1:hover i {
  color: rgba(255, 255, 255, 0.8) !important;
}


.numberStem {
  opacity: 0.1;
  font-size: 130px;
  display: block;
  line-height: 120px;
  position: absolute;
  top: 10px;
}

.font-size-13 {
    font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}


.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.page-title {
  padding: 155px 0 100px;
}

span.subhead2 {
    color: #181a23;
    letter-spacing: 4px;
    border:2px solid #181a23 ;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    padding: 3px 15px 5px 15px;
    opacity: 0.8;
}


/*Accordion mujeres stem*/
/*Acordion*/
.accordion-button:not(.collapsed) {
    color: #222220;
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 18px;
}
.accordion-button{
    color: #222220;
    font-size: 18px;
    font-weight: bold;
}
.accordion-button:not(.collapsed){
    background-color: var(--bs-accordion-btn-bg);
    border-bottom: 2px solid #222220!important;
}

.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow: none;

}

.accordion-item{
  border-bottom: 2px solid #222220!important;

}
.list-group-item{
    border: 0px;
    border-bottom: 0.1px solid #707070;
}

.accordion-button:not(.collapsed)::before {
    content: "\2212";
}
.accordion-button::before {
    content: '\002B';
    font-size: 1.5rem;
    margin-right: 1rem;
    --bs-accordion-btn-icon: transparent;
    background-image: transparent;
    --bs-accordion-btn-active-icon: transparent; 
}

/* Ocultando estilos de  boostrap*/
.accordion-button::after {
   /* content: '\002B';*/
    --bs-accordion-btn-icon: transparent;
    background-image: transparent;
    --bs-accordion-btn-active-icon: transparent;
    --bs-accordion-btn-active-icon:transparent;   
}
/* Este es de boostrap*/
.accordion {
    --bs-accordion-border-color:#fff!important;
    --bs-accordion-border-radius: 0 !important;
    --bs-accordion-inner-border-radius: 0 !important;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-active-color: #000;
    --bs-accordion-active-bg: #e7f1ff;
      border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    border-bottom: 2px solid #ff2116!important;
}
.accordion-button {
    color: #0e6bb0;
}
.accordion-button:not(.collapsed) {
    color: #ff2116;
}
.accordion-item {
    border-bottom: 2px solid #fe941b!important;
}

button.accordion-button.collapsed {
    background-color: #fff;
    border: none;
}

button.accordion-button {
  border:none;
}

.accordion-button:not(.collapsed) {
    border-bottom: 2px solid #ffffff !important;
}

.accordion-button {
    color: #fe941b;
}
.icon-4x {
    font-size: 4em !important;
}

/*Fin Acordion*/


/*Accd Mujeres Stem*/
  button.btn.btn-link-mSaccd.btn-block.text-left.collapsed {
    color: #333333;
    font-weight: bold;
    font-size: 20px;
}
  .accordion-mStem>.cardMujeresStem-acd>.card-header-accd-mstem {
    border-radius: 15px;
    margin-bottom: 0px;
}
  .cardMujeresStem-acd{
      border-radius: 15px;
  }
  .accordion-mStem>.cardMujeresStem-acd:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
  .accordion-mStem>.cardMujeresStem-acd:not(:first-of-type) {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

 .cardMujeresStem-acd {
    border-radius: 15px;
    box-shadow:0 0px 6px rgba(0,0,0,0.2); 
}
    

  .btn-link-mSaccd[aria-expanded=true], .btn-link-mSaccd.show {
    box-shadow: [none];
    font-size: 20px;
    font-weight: bold;
}
    

  .accordion-mStem>.cardMujeresStem-acd>.card-header-accd-mstem {
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .cardMujeresStem-acd {
    border-radius: 0px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #fe941b !important;
  }

  .accordion-mStem>.cardMujeresStem-acd:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .accordion-mStem>.cardMujeresStem-acd:not(:first-of-type) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  div#accordionExample {
    /* background: #fff; */
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    color: #555;
  }


  button.btn.btn-link-mSaccd.btn-block.text-left.collapsed {
    font-weight: bold;
    font-size: 20px;
  }

  /*.btn-link-mSaccd[aria-expanded="true"]::after {
    transform: rotate(1deg);
  }*/

  .btn-link-mSaccd.collapsed::before {
    content: "\002B";
    display: inline-block;
    font-size: 20px;
    margin-left: -40px;
    transition: transform 0.4s ease-in-out;
    position: absolute;
/*    left: 40px;*/
    color: #fe941b;
    font-weight: bold;
    
  }

  .btn-link-mSaccd[aria-expanded="true"]::before {
    content: "\2212";
    position: absolute;
/*    left: 40px;*/
    margin-left: -40px;
    color: #ff2116;
    font-size: 20px;
    font-weight: bold;
  }
  
   /* Específico para el primer botón cuando está abierto por defecto */
   /* #headingOne .btn-link-mSaccd:not(.collapsed)::before {
      content: "\25BC";
      position: absolute;
      right: 40px;
      color: #ff6016;
    }*/
  
   @media (max-width: 576px) {
      button.btn.btn-link-mSaccd.btn-block.text-left.collapsed {
        font-size: 14px;
      }

      div#accordionExample {
        font-size: 14px;
      }

      .btn-link-mSaccd[aria-expanded="true"], .btn-link-mSaccd.show {
        font-size: 16px;
      }
     div#collapseOne {
       height:auto;
      }
    }

    .cardMujeresStem-acd {
      box-shadow: none;
      border: none;
      border-bottom: none;
  }

  .card-header-accd-mstem {
      padding: 1rem 1.25rem;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, .03);
      border-bottom: 0px;
  }

  button.btn.btn-link-mSaccd.btn-block.text-left.text-dark {
      text-transform: uppercase;
        letter-spacing: 4px;
        border: 2px solid #181a23;
        font-weight: normal;
        font-size: 18px;
        padding: 3px 10px;
        border-radius: 0px;
        width: auto;

  }

  a.text-uppercase.list-accd {
    font-weight: bold;
    font-size: 16px;
    color: #181a23;
}

.card-body-accMstem{
  padding: 0px;
}

button.btn.btn-link-mSaccd.btn-block.text-left.text-dark:focus-visible{

  background-color: pink;
}

.text-white {
    color: #fff !important;
}

.why-1 p {
    position: relative;
    transition: all 600ms ease;
}

.why-1 {
    position: relative;
    transition: all 600ms ease;
}


span.subhead1 {
    color: rgb(245, 99, 75);
    letter-spacing: 4px;
    border: 2px solid rgb(245, 99, 75);
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    padding: 3px 15px 5px 15px;
    opacity: 0.8;
}

.subhead1 {
    color: rgb(245, 99, 75);
    letter-spacing: 4px;
    border: 2px solid rgb(245, 99, 75);
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    padding: 3px 15px 5px 15px;
    opacity: 0.8;
}

/*Carrusel - forman parte*/

.bg-black-50 {
  background: #181a23;
}
.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
}

.divider {
  margin: 0 auto;
  background: rgb(245, 99, 75);
  width: 45px;
  height: 4px;
}
.testimonial-slider .slick-dots li {
  color: #fff;
}

/*Equipo*/
.testimonial {
  background-color: white;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 100px 15px 160px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: rgb(245, 99, 75);
  margin-bottom: 20px;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #f5624b85;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: rgb(245, 99, 75);
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(242, 128, 109, 1);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

.icon-quote span.icon.fa.fa-quote-left {
    font-size: 30px;
/*    box-shadow: rgb(1 8 15 / 36%) 0px 8px 24px;*/
}
.icon-quote span.icon.fa.fa-quote-right {
    font-size: 30px;
/*    box-shadow: rgb(1 8 15 / 36%) 0px 8px 24px;*/
}












