@charset "utf-8";

/* selectores */

html {
    min-height: 100%;
    position: relative;
}

body, html {
    margin: 0;
    padding: 0;
    font-style: normal;
    background-color: #FFFFFF;

}
body a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #333333;
}

body a:hover {
    text-decoration: none;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: hsl(219, 34%, 16%);
}

h2{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.5px;
    color: #333333;
}

h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.25em !important;
    color:hsl(219, 34%, 16%) !important;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 24px;
    color:  hsl(0, 0%, 24%);
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
    color: #333333;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 22px;
    color: hsl(219, 34%, 16%);
 }

ul{
    padding-left: 0px;
    margin-top: 25px;
}

ul li{
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.25px;
}

strong{
    font-weight: bold;
}

footer {
    background-color: hsl(219, 34%, 16%);
    padding: 40px 20px 40px 20px;
    width: 100%;
}

.linea_b2 {
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 20%, .1);
}

.fondo_bg-1 {
    background-color: hsl(216, 38%, 95%, .4);
}

.btn.focus, .btn:focus {
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

/* fin selectores */

/* separadores */

.texto_centrado {
    text-align: left;
}

.separador-a {
    padding: 5px;
}

.separador-d {
    padding: 8px;
}

.separador-c {
    padding: 10px;
}

.separador-h {
    padding: 15px;
}

.separador-k {
    padding: 20px;
}

.separador-b {
    padding: 25px;
}

.separador-r {
    padding: 30px;
}

.separador-m {
    padding: 40px;
}

.separador-n {
    padding: 50px;
}

.separador-x {
    padding: 60px;
}

/* fin separadores */




/* 5 columna */

@media (max-width: 768px)
{
  .col-md-15
  {
    width: 90%;
    float: none;
    margin: 10px 20px 10px 20px;
  }
}

@media (max-width: 992px){
    .btn_conoce-mas-2{
        position: relative !important;
        bottom: 0 !important;
    }
}

@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 18%;
    float: left;
    margin-right: 2%;
  }
}

/* fin 5 columna */

/* cabezote */

.cabezote {
    width: 100%;
    height: 100px;
    /*position: fixed;*/
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
    display: flex;
}

.lg_gabrica {
    margin-left: 30px;
    margin-top: 10px;
    width: 250px;
}

.lg_td-sm-gabrica {
    margin-top: 26px;
    width: 250px;
}

.espacio_interna{
    padding-top: 75px;
}

/* fin cabezote */

/* menu escritorio */

.menu_gabrica-escritorio {
    position: absolute;
    top: 48px;
    right: 6%;
}

.menu_gabrica-escritorio .bg-light {
    background-color: transparent !important;
}

.menu_gabrica-escritorio .navbar-light .navbar-nav .nav-link.active,
.menu_gabrica-escritorio .navbar-light .navbar-nav .current_page_item.active > a{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 14px;
    color: hsl(195, 9%, 18%);
    border-bottom: 2px solid hsl(265, 71%, 37%);
}

.menu_gabrica-escritorio .navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 14px;
    color: hsl(195, 9%, 18%);
    text-transform: uppercase;
}

.menu_gabrica-escritorio .navbar-nav .nav-link {
    margin-right: 35px;
}

/* fin menu escritorio */

/* slide */

.slide_gabrica-psc-one {
    background-image: url(./images/fondo-slide.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 580px;
    position: relative;
    
}

.img_gabrica-instagram {
    width: 30px;
    position: absolute;
    top: 56px;
    right: 5%;
}

.box_gbrc-sld {
    -webkit-background: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 100%, 0) 100%);
    -moz-background: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 100%, 0) 100%);
    background: linear-gradient(180deg, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 100%, 0) 100%);
    position: relative;
    padding: 20px 50px 20px 30px;
    width: 100%;
    top: 100%;
}

.franja-gabrica-slide {
    position: absolute;
    top: 27px;
    left: 0px;
    width: 4px;
    height: 69px;
    background-color: hsl(265, 71%, 37%);
}

.btn_conoce-mas {
    background: hsl(265, 71%, 37%);
    border-radius: 30px;
    border: hsl(265, 71%, 37%);
    padding: 10px 50px;
    transition: all .3s linear;
    color: hsl(0, 0%, 100%);
}

.btn_conoce-mas:active {
    background-color: hsl(0, 0%, 100%) !important;
    border:hsl(0, 0%, 100%);
    color: hsl(265, 71%, 37%) !important;
}

.btn_conoce-mas:hover {
    background: hsl(0, 0%, 100%);
    border-radius: 30px;
    border:hsl(0, 0%, 100%);
    padding: 10px 50px;
    color: hsl(265, 71%, 37%);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
}

.img_sld-1 {
    position: absolute;
    bottom: 0px;
    right: 0;
}


/* fin slide */



/* contenido home */ 


/* Seccion 1 */ 

.box_gnrl-nv {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 93%);
    border-radius: 3px;
    padding: 20px;
    position: relative;
    min-height: 444px;
}

.sprd_img-text {
    
}

.box_gnrl-nv img{
    width: 140px;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.box_gnrl-nv .circle_1 {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    top: 10px;
    background-color: hsl(265, 71%, 37%, .7);
    margin: auto;
}

.box_gnrl-nv .circle_2 {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    top: 10px;
    background-color: hsl(265, 71%, 37%, .5);
    margin: auto;
}

.box_gnrl-nv .circle_3 {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    top: 10px;
    background-color: hsl(265, 71%, 37%, .3);
    margin: auto;
}

.box_gnrl-nv .circle_4 {
    width: 140px;
    height: 140px;
    border-radius: 100px;
    top: 10px;
    background-color: hsl(265, 71%, 37%, .1);
    margin: auto;
}

.box_gnrl-nv p{
    margin-right: 45px;
}

.linea_bk-1 {
    width: 59px;
    height: 2px;
    background-color: hsl(265, 71%, 37%);
}

/* Fin Seccion 1 */ 


/* Seccion 2 */ 

.secc_gnrl-2-cdd {
    background-image: url(./images/fondo-contador-de-donaciones.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 252px;
    position: relative;
    padding: 40px;
    text-align: center;
}

.box_kg {
    width: 192px;
    height: 90px;
    background-color: hsl(0, 0%, 100%);
    padding: 10px;
    margin: auto;
}

.secc_gnrl-2-cdd h2 {
    color: hsl(0, 0%, 100%);
    margin-bottom: 0;
}

.text_lvms {
    font-weight: bold;
    color: hsl(265, 71%, 37%);
    margin-bottom: 0;
}

.text_kg {
    font-weight: bold;
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: hsl(265, 71%, 37%) !important;
}

.text_msd {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 24px;
    color:  hsl(0, 0%, 100%);
}


/* card 1*/

.sec_card-gnrl-1 .card {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 93%);
    border-radius: 3px;
    width: 100%;
}

.sec_card-gnrl-1 .card:hover {
    box-shadow: 0px 3px 13px hsl(210, 26%, 91%);
}

.sec_card-gnrl-1 .card-body {
    padding: 60px;
}

.sec_card-gnrl-1 .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: hsl(219, 34%, 16%);
    margin-right: 130px;
}

.sec_card-gnrl-1 .card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 22px;
    color: hsl(219, 34%, 16%);
}

.btn_empezar-encuesta {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(0, 0%, 100%);
    border-radius: 30px;
    padding: 14px 60px;
    transition: all .3s linear;
    color: hsl(265, 71%, 37%);
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
}

.btn_empezar-encuesta:hover {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.btn_empezar-encuesta:active {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
}

/* fin card 1*/

.img_conoce-hst {
    width: 100%;
}

.socialmente_rspnb {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

/* Fin Seccion 2 */ 



/* Seccion 3 */ 

.trhee_ico-tex {
    text-align: center;
}

.trhee_ico-tex img {
    width: 100px;
    padding-bottom: 15px;
}

.text_pscb-1 {
    margin-right: 99px;
}

.text_pscb-2 {
    margin-right: 50px;
    margin-left: 50px;
}

.text_pscb-3 {
    margin-left: 99px;
}

.btn-conoce-mas-psc-1 {
    text-align: center;
}

.btn-conoce-mas-psc-1 a {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(0, 0%, 100%);
    border-radius: 30px;
    padding: 14px 60px;
    transition: all .3s linear;
    color: hsl(265, 71%, 37%);
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
}

.btn-conoce-mas-psc-1 a:hover {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.btn-conoce-mas-psc-1 a:active {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
}



/* Fin Seccion 3 */ 

/* Seccion 4 */ 

.box_info-video-gabrica-1 {
    background: hsl(0, 0%, 100%);
    padding: 40px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -85px;
}

.text_tj-ds {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: hsl(219, 34%, 16%);
}

.box_info-video-gabrica-1 a {
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
    color: hsl(265, 71%, 37%);
    background-image: url(./images/flecha-morada.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right;
    padding: 10px 30px 10px 0px;
}

.box_info-video-gabrica-1 a:hover {
    text-decoration: underline;
}

/* Fin Seccion 4 */ 


/* Seccion 5 */ 

/* card 2 */

.sec_card-gnrl-2 .card {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 93%);
    border-radius: 3px;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.sec_card-gnrl-2 .card-body {
    padding: 20px;
}

.sec_card-gnrl-2 .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 26px;
    color: hsl(219, 34%, 16%);
    /*margin-right: 130px;*/
}

.sec_card-gnrl-2 .card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 22px;
    color: hsl(219, 34%, 16%);
}

.btn_noticias-gbr {
    text-align: center;
}

.btn_noticias-1 {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(0, 0%, 100%);
    border-radius: 30px;
    padding: 14px 60px;
    transition: all .3s linear;
    color: hsl(265, 71%, 37%);
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
}

.btn_noticias-1:hover {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.btn_noticias-1:active {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    color: hsl(0, 0%, 100%);
}

/* fin card 2 */

/* Fin Seccion 5 */ 


/* Seccion 6 */ 

.vr_hdn {
    overflow: hidden;
}

.img_galeria-box-1 {
    position: relative;
}


.img_galeria-box-1 img{
    width: 740px !important;
    height: 400px;
    object-fit: cover;
}

.box-text-galeria {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    color: hsl(0, 0%, 100%);
    border-radius: 3px;
    background-color: hsl(0, 0%, 24%, .7);
    padding: 10px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 275px;
    margin-bottom: 0;
}

.carousel_galeria-1 .owl-carousel .owl-stage-outer {
    overflow: visible !important;
    margin-left: 20%;
}

.contenido-footer {
    text-align: center;
}

.contenido-footer img {
    width: 200px;
}

.contenido-footer a {
    font-weight: 300;
    font-size: 0.625em;
    line-height: 14px;
    color: hsl(0, 0%, 100%);
}

.contenido-footer .bg-light {
    background-color: transparent !important;
    margin: auto;
    display: inline-block;
}

.contenido-footer .navbar-light .navbar-nav .nav-link.active {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 14px;
    color: hsl(0, 0%, 100%);
    border-bottom: 2px solid hsl(265, 71%, 37%);
}

.contenido-footer .navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    line-height: 14px;
    color:hsl(0, 0%, 100%);
    text-transform: uppercase;
}

.contenido-footer .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
}

.redes-sociales_psc img {
    width: 30px;
    margin-right: 12px;
    padding: 12px 0px;
}

.link_politicas {
    
}

.link_politicas:hover {
    text-decoration: underline;
}

/* Fin Seccion 6 */ 


/* fin contenido home */ 



/* pagina quienes somos */

/* menu stiky */

.posc_menu-stck {
    margin-top: 70px;
}

.seccion_body-cop {
    position: relative;
    margin-top: 72px;
}

.nav-items,
.bottom-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  height: auto;
  position: relative;
  background: transparent;
  /* text-align: center; */
  padding: 0;
}
.nav-items h1,
.bottom-slide h1 {
  font-size: 2rem;
  margin: 0;
  letter-spacing: 1rem;
  color: hsl(19, 100%, 54%);
}
.nav-items h3,
.bottom-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}
.items-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: hsl(0, 0%, 93%);
    z-index: 10;
    border-bottom: 1px solid hsl(210, 26%, 91%);
    left: 0;
    right: 0;
}

.items-container--top {
  position: fixed;
  top: 0;
}

.navs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: hsl(240, 100%, 18%);
    transition: all 0.5s ease;
    font-weight: bold;
    max-width: 15%;
}

.navs:hover {
  background: transparent;
  transition: all 0.5s ease;
}

.bottom-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background:hsl(265, 71%, 37%);
  transition: left 0.3s ease;
}

.noticias_item_custom img{
    height: 200px !important;
}
 
@media (min-width: 800px) {
  .nav-items h1,
  .bottom-slide h1 {
    font-size: 3rem;
  }
  .nav-items h3,
  .bottom-slide h3 {
    font-size: 1em;
  }
 
  .navs {
    font-size: 1em;
  }
}
@media (max-width: 765px) {
  .nav-items h1, .bottom-slide h1 {
    letter-spacing: 0ch;
  }
}



/* fin menu stiky */



/* ACORDEON 1 */

.contenido-acordn-1 {
    margin-top: -11px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
  }
  
  .accordion-item {
    position: relative;
    border: 1px solid hsl(0, 0%, 100%);
  }
  
  .accordion-item:first-child {
    position: relative;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }
  
  .accordion-item.active .heading {
    font-weight: 400;
    color: hsl(240, 100%, 18%);
    border-bottom: 1px solid hsl(265, 71%, 37%);
  }

  .accordion-item.active .heading:hover {
    color: hsl(265, 71%, 37%);
  }

  .accordion-item.active .headings {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item.active .icon:after {
    width: 0;
  }

  .accordion-item .heading {
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding: 1rem 0 1rem 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }

  .accordion-item .headings {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding: 1.5rem 0 1.5rem 4rem;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .accordion-item .heading:hover {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item .headings:hover {
    color: hsl(0, 0%, 20%);
  }

  .accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .accordion-item .icon:before, .accordion-item .icon:after {
    content: '';
    width: 1.25rem;
    height: 0.15rem;
    background:hsl(265, 71%, 37%);
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .accordion-item .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1;
  }

  .accordion-item .accordion__content {
    display: none;
    margin-left: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(51, 51, 51, .1);
  }

  .accordion-item .accordion__content p {
    margin-top: 0;
  }

  .link_acordeon-1 {
    color: hsl(265, 71%, 37%);
    font-size: 16px;
    line-height: 25px;
    text-decoration: underline;
}

.contenido-acordn-1 ul {
    margin-left: 20px;
}

.contenido-acordn-1 ul li {
    margin: 10px 0px;
}

.contenido-acordn-1 ul ul li {
    margin: 10px 0px;
}

/* FIN ACORDEON 1 */


.text_frnj-m {
    margin-left: 20px;
}

.text_img-ico-1 {
    background-image: url(./images/ico-gabrica-1.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center left;
    padding: 0px 20px 0px 115px;
}

.text_img-ico-2 {
    background-image: url(./images/ico-gabrica-2.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center left;
    padding: 23px 10px 23px 115px;
}

.text_img-ico-3 {
    background-image: url(./images/ico-gabrica-3.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center left;
    padding: 23px 10px 23px 115px;
}

.text_img-ico-4 {
    background-image: url(./images/ico-gabrica-4.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center left;
    padding: 14px 10px 14px 115px;
}

.text_img-ico-5 {
    background-image: url(./images/ico-gabrica-4.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center left;
    padding: 35px 10px 35px 115px;
}

.carousel_pilares-g {
    overflow: hidden;
}

.carousel_pilares-g .card {
    width: 740px;
    background: hsl(266, 100%, 97%);
    border-radius: 3px;
    border: none;
    position: relative;
}

.carousel_pilares-g .card-body {
    padding: 20px 50px;
}

.carousel_pilares-g .card-img {
    width: 329px !important;
}

.carousel_pilares-g .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 24px;
    color: hsl(219, 34%, 16%);
}

.carousel_pilares-g .card-text{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 22px;
    color: hsl(219, 34%, 16%);
}

.btn_ver-video {
    font-family: 'Poppins', sans-serif;
    border: 1px solid hsl(219, 34%, 16%);
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1em;
    color: hsl(219, 34%, 16%);
    position: absolute;
    bottom: 30px;
}

.btn_ver-video:hover {
    text-decoration: underline;
    color: hsl(219, 34%, 16%);
}

.btn_ver-video:active {
    text-decoration: underline;
    color: hsl(219, 34%, 16%);
}

.carousel_pilares-g .owl-carousel .owl-stage-outer {
    overflow: visible;
    margin-left: 170px;
}

.img_equipo-1 img {
    width: 100%;
}

.box_equipo-1 {
    background: hsl(0, 0%, 100%);
    padding: 40px;
    position: relative;
    top: 20%;
    margin-left: -85px;
}

.box_equipo-1 h3 {
    opacity: 1;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.box_equipo-2 {
    background: hsl(0, 0%, 100%);
    padding: 40px;
    position: relative;
    top: 5%;
    margin-right: -100px;
    z-index: 1;
}

.box_equipo-2 h3 {
    opacity: 1;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.box_equipo-3 {
    background: hsl(0, 0%, 100%);
    padding: 40px;
    position: relative;
    top: 5%;
    margin-left: -85px;
}

.box_equipo-3 h3 {
    opacity: 1;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.box_equipo-2 a{
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
    color: hsl(265, 71%, 37%);
    background-image: url(./images/flecha-morada.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right;
    padding: 10px 30px 10px 0px;
}

.box_equipo-2 a:hover {
    text-decoration: underline;
}

.box_equipo-2 a:active {
    text-decoration: underline;
}

.mrg_text-1 {
    margin-right: 200px !important;
}

/* fin pagina quienes somos */



/* contenido noticias */ 

.btn_conoce-mas-2 {
    font-weight: bold;
    font-size: 1em;
    line-height: 22px;
    color: hsl(265, 71%, 37%);
    background-image: url(./images/flecha-morada.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right;
    padding: 10px 30px 10px 0px;
    background-color: transparent;
    border: transparent;
    position: absolute;
    bottom: 20px;
}

.btn_conoce-mas-2:hover {
    background-color:transparent;
    color:  hsl(265, 71%, 37%);
    border: transparent;
    text-decoration: underline;
}

.btn_conoce-mas-2:active {
    background-image: url(./images/flecha-morada.svg) !important;
    background-color:transparent !important;
    color:  hsl(265, 71%, 37%) !important;
    border: transparent;
    text-decoration: underline;
}

.btn_conoce-mas-2:focus {
    text-decoration: underline;
}

/* fin contenido noticias */ 





/* contenido detalle noticia */ 

.img-sld-dt {
    width: 100%;
}

.text_social-bt {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.75em;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
    background: hsl(198, 100%, 50%);
    border-radius: 20px;
}

.cmprt-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 18px;
    color: hsl(0, 0%, 24%);
}

.compartir_redes-sociales-1 img {
    width: 30px;
    margin-right: 15px;
}

.franja-morada-2 {
    width: 2px;
    height: 69px;
    background-color: hsl(265, 71%, 37%);
}

.franja-morada-3 {
    width: 2px;
    height: 69px;
    background-color: hsl(265, 71%, 37%);
    position: absolute;
    top: 4px;
}

.franja-morada-1-horizontal {
    width: 200px;
    height: 2px;
    background-color: hsl(265, 71%, 37%);
    margin: 0 auto;
}

.text_nueva-oprtunidad {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.625em;
    line-height: 32px;
    color:hsl(265, 71%, 37%);
    margin-right: 100px;
    display: block;
}

/* fin contenido detalle noticia */ 




/* contenido contactanos */ 

.sec_form-contactanos label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 18px;
    color: hsl(0, 0%, 20%);
    margin-bottom: 10px;
}

.sec_form-contactanos input {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    color: hsl(0, 0%, 20%);
}

.sec_form-contactanos textarea {
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    box-sizing: border-box;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    color: hsl(0, 0%, 20%);
}



.btn-enviar-1 {
    border: 1px solid hsl(265, 71%, 37%);
    background-color:hsl(265, 71%, 37%);
    border-radius: 30px;
    font-weight: bold;
    font-size: 1em;
    color: hsl(0, 0%, 100%);
    padding: 12px 70px;
}

.btn-enviar-1:hover {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(0, 0%, 100%);
    color: hsl(265, 71%, 37%);
    text-decoration: underline;
}

.btn-enviar-1:active{
    border: 1px solid hsl(265, 71%, 37%) !important;
    background-color: hsl(0, 0%, 100%) !important;
    color: hsl(265, 71%, 37%) !important;
    text-decoration: underline;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


/* fin contenido contactanos */ 


/* Ajustes */

.carousel_galeria-1 .owl-prev {
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%)!important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    left: 250px;
    background-image: url(./images/flecha-cards-prev.svg) !important;
    background-size: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.carousel_galeria-1 .owl-next {
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    right: 335px;
    background-image: url(./images/flecha-cards-next.svg) !important;
    background-size: 13px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.sec_card-gnrl-2 .card:hover {
    box-shadow: 0px 3px 13px hsl(210, 26%, 91%);
}


.carousel_galeria-1 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}


/* Fin Ajustes */


.pos_abso_conte_slide_home{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.owl-carousel-slider .box_gbrc-sld{
    top: 0 !important;
}
.owl-carousel-slider-somos-qui .box_gbrc-sld{
    top: 25% !important;
}

/*.owl-carousel-slider .owl-nav{
    display: none;
}*/
.owl-carousel-slider .owl-prev,
.owl-carousel-slider-somos-qui .owl-prev{
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    left: -100px;
    background-image: url(./images/flecha-cards-prev.svg) !important;
    background-size: 13px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    outline: none !important;
}

.owl-carousel-pilaes .owl-prev{
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    left: 145px;
    background-image: url(./images/flecha-cards-prev.svg) !important;
    background-size: 13px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    outline: none !important;
}

.owl-carousel-slider .owl-next,
.owl-carousel-slider-somos-qui .owl-next{
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    right: -100px;
    background-image: url(./images/flecha-cards-next.svg) !important;
    background-size: 13px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    outline: none !important;
}

.owl-carousel-pilaes .owl-next{
    display: block;
    width: 48px;
    height: 48px;
    background: hsl(265, 71%, 37%) !important;
    border-radius: 77px;
    border: none !important;
    color: #fff !important;
    font-size: 0px !important;
    right: 180px;
    background-image: url(./images/flecha-cards-next.svg) !important;
    background-size: 8px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    outline: none !important;
}

.height_auto_img{
    height: auto !important;
}

/*
.carousel_slider_home-1 .owl-carousel .owl-item{
    margin-right: 10px !important;
}*/

.content-items-galeria .card{
    min-height: 310px !important;
}

.visual-form-builder-container .btn-enviar-1 {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(265, 71%, 37%);
    border-radius: 30px;
    font-weight: bold;
    font-size: 1em;
    color: hsl(0, 0%, 100%);
    padding: 12px 70px;
}

.visual-form-builder-container .btn-enviar-1:hover, .visual-form-builder-container .btn-enviar-1:active {
    border: 1px solid hsl(265, 71%, 37%);
    background-color: hsl(0, 0%, 100%);
    color: hsl(265, 71%, 37%);
    text-decoration: underline;
}

.visual-form-builder-container .vfb-fieldset-2 .vfb-legend,
.visual-form-builder-container .vfb-section.vfb-section-2 .vfb-item.vfb-item-secret{
    display: none !important;
}

.visual-form-builder-container ul{
    list-style: none !important;
}

.visual-form-builder-container .vfb-section.vfb-section-2,
.visual-form-builder-container .vfb-fieldset-1 .vfb-section.vfb-section-1{
    margin: 0;
}

.visual-form-builder-container .vfb-fieldset-1 .vfb-section.vfb-section-1{
    margin-bottom: -15px !important
}

.visual-form-builder-container .vfb-fieldset-1 .vfb-section.vfb-section-1 .vfb-item{
    margin-bottom: 15px;
}

.visual-form-builder-container .vfb-fieldset-1 .vfb-section.vfb-section-1 .vfb-item label.vfb-error{
    background: #f5c6cb;
    display: block;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 14px;
    border: 1px solid #e5a7ad;
}

.visual-form-builder-container .vfb-fieldset-1 .vfb-section.vfb-section-1 .vfb-item input.vfb-error{
    border: 1px solid #e5a7ad;
    box-shadow: 0 0 0 0.2rem rgba(229,167,173,.25);
}

.visual-form-builder-container > .visual-form-builder{
    margin-top: -20px;
}


#form_success{
    background: #218838;
    display: block;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 0;
    font-size: 14px;
    border: 1px solid rgb(40,167,69);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
    margin-bottom: 20px;
}

.item_single_gallery{
    overflow: hidden;
    position: relative;
}
.item_single_gallery .bi-search{
    z-index: 1;
    position: absolute;
    bottom: 35%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    transition: 0.7s ease all;
    color: #fff;
}

.overload_bg_gallery{
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom_pagination_loop{
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
}
.custom_pagination_loop a{
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    color: hsl(265, 71%, 37%);
    vertical-align: top;
    height: 35px;
    font-weight: 500;
    font-size: 1rem;
}
.custom_pagination_loop span{
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    color: hsl(265, 71%, 37%);
    height: 35px;
    font-weight: 500;
    font-size: 1rem;
}
.custom_pagination_loop span.current{
    background: hsl(265, 71%, 37%);
    color: #fff;
}

.object_fit_cover{
    object-fit: cover;
    height: auto;
}

.listado_noticias_pag .col-md-4 .card{
    margin-bottom: 20px;
}


.d_none{
    display: none;
}

.item_pregunta_enc{
    display: none;
}
.content_preguntas_items{
    max-height: 300px;
    height: 300px;
    padding: 35px 0;
}
.item_pregunta_enc h3{
    margin-bottom: 0;
    font-style: normal;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 24px;
}
.item_pregunta_enc p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.item_pregunta_enc .group_btn_accin_enc{
    
}
.item_pregunta_enc .group_opcion_res{
    margin: 30px 0 20px;
}
.group_opcion_res label.radio-inline {
    margin-bottom: 0;
    margin-right: 20px;
}
.group_btn_accin_enc a{
    padding: 12px 72px !important;
    border-radius: 30px;
}
.group_btn_accin_enc .btn_atras_enc{
    border: 1px solid #531BA2;
    color: #531BA2;
    
    margin-right: 30px;
}
.group_btn_accin_enc .btn_sigu_enc{
    background: #531BA2;
    color: #fff;
}

.item_pregunta_enc.active{
    display: block !important;
}


.radio-inline input[type=checkbox], input[type=radio] {
    appearance: none;
    border: 4px solid hsl(265, 71%, 37%);
    width: 16px;
    height: 16px;
    border-radius: 30px;
    position: relative;
    top: 2px;
}

.radio-inline input[type=checkbox], input[type=radio]:active,
.radio-inline.activo input[type=radio] {
    background-color: hsl(265, 71%, 37%);
}

.radio-inline input[type=checkbox], input[type=radio]:focus {
    background-color: hsl(265, 71%, 37%);
    outline: -webkit-focus-ring-color auto 0px;
}

.radio-inline input[type='radio']:after { 
    background-color: hsl(265, 71%, 37%);
} 

.group_ecu_final {
    position: relative;
    display: inline-block;
    color: #7e58b4;
    font-size: 20px;
    font-family: 'Poppins', sans-serif !important;
    line-height: 3.4;
}

.group_ecu_final img{
    object-fit: cover;
}

.group_ecu_final span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding: 23px 15px;
    line-height: 1.1;
}

.c_movil_galeria_dots .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.c_movil_galeria_dots .owl-dots .owl-dot.active{
    background: hsl(265, 71%, 37%);
    
}
.c_movil_galeria_dots .owl-dots .owl-dot{
    background: #c6c1c1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    top: 0;
    transform: none;
    margin-right: 1%;
    outline: none;
}


/* Media query */
@media screen and (max-width: 768px) {
    .noticias_item_custom img {
        height: auto !important;
    }
}

@media screen and (max-width: 720px) {
.owl-carousel-slider .owl-next, .owl-carousel-slider-somos-qui .owl-next {
display: none;
}
}

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

    h1 {
        font-size: 1.625em;
        line-height: 32px;
    }

    h2 {
        font-size: 1.625em;
        line-height: 32px;
    }
    
    .cabezote {
       display: flex;
    }

    .lg_gabrica {
        margin-left: 20px;
        margin-top: 35px;
        width: 180px;
    }

    .lg_td-sm-gabrica {
        margin-top: 35px;
        width: 200px;
    }

    .slide_gabrica-psc-one {
        height: 495px;
    }

    .img_sld-1 {
        width: 600px;
    }

    .box_gbrc-sld {
        top: 80%;
    }

    .img_galeria-box-1 img {
        width: 525px !important;
    }

    .carousel_galeria-1 .owl-carousel .owl-stage-outer{
        margin-left: 23%;
    }

    .box_gnrl-nv {
        min-height: 515px;
    }

    .secc_gnrl-2-cdd {
        background-size: 117%;
        background-position-x: 35%;
    }
    .sec_card-gnrl-2 .card {
        min-height: 460px;
    }
    

}

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

    h1 {
        font-size: 1.125em;
        line-height: 22px;
    }

    h2 {
        font-size: 1.125em;
        line-height: 22px;
    }

    .menu_gabrica-escritorio .bg-light {
        margin-top: -30px;
    }

    .img_gabrica-instagram {
        top: 25px;
    }

    
    .lg_gabrica {
        width: 150px;
    }

    .lg_td-sm-gabrica {
        display: none !important;
    }

    .img_sld-1 {
        width: 450px;
    }

    .box_gbrc-sld {
        top: 40%;
    }

    .slide_gabrica-psc-one {
        height: 370px;
    }
    
    .menu_gabrica-escritorio .collapse {
        display: block;
    }

    .menu_gabrica-escritorio  .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
     }

    .box_gnrl-nv .circle_1 {
        width: 100px;
        height: 100px;
    }

    .box_gnrl-nv .circle_2 {
        width: 100px;
        height: 100px;
    }

    .box_gnrl-nv .circle_3 {
        width: 100px;
        height: 100px;
    }

    .box_gnrl-nv .circle_4 {
        width: 100px;
        height: 100px;
    }

    .box_gnrl-nv h3 {
        margin-top: 30px;
    }

    .box_gnrl-nv p {
        margin-right: 0;
    }

    .box_gnrl-nv {
        min-height: 530px;
    }

    .secc_gnrl-2-cdd {
        background-size: 159%;
        background-position-x: 65%;
    }

    .sec_card-gnrl-1 .card-title {
        font-size: 1.125em;
        line-height: 22px;
        margin-right: 0;
    }

    .sec_card-gnrl-1 .card-body {
        padding: 1em;
    }

    .sec_card-gnrl-1 a {
        padding: 0px 40px 0px 0px;
        font-size: 1em;
    }

    .text_pscb-1 {
        margin-right: 0;
    }

    .text_pscb-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .text_pscb-3 {
        margin-left: 0;
    }

    .box_info-video-gabrica-1 {
        padding: 0;
    }

    .text_tj-ds {
        font-size: 1.125em;
        line-height: 22px;
    }

    .sec_card-gnrl-2 .card-title {
        font-size: 1.125em;
        line-height: 22px;
    }

    .box-text-galeria {
        font-size: .6em;
        padding: 4px;
        width: auto;
        margin-bottom: 0;
        bottom: 20px;
        left: 20px;
    }

    .img_galeria-box-1 img {
        width: 270px !important;
    }

    .contenido-footer  .collapse {
        display: block;
    }

    .contenido-footer .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        margin: auto;
    }

    .contenido-footer .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 0px solid hsl(265, 71%, 37%);
    }

    .text_nueva-oprtunidad {
        margin-right: auto;
    }
    .sec_card-gnrl-2 .card {
        min-height: 450px;
    }
    .content-items-galeria .card {
        min-height: auto !important;
        height: auto !important;
    }

    .box_info-video-gabrica-1 {
        padding: 10px 30px;
    }

    .carousel_galeria-1 .owl-next {
        right: 35px;
    }

    .separador-r {
        padding: 20px;
    }

    .separador-k {
        padding: 10px;
    }

}

@media screen and (min-width: 721px) and (max-width: 767px){
    
} 

@media screen and (min-width: 417px) and (max-width: 719px) {

    
}

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

    
}

@media screen and (max-width: 1199px) {
    .content_preguntas_items{
        max-height: initial;
        height: auto;
    }
    .group_ecu_final{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    
    .carousel_pilares-g .owl-carousel .owl-stage-outer{
        margin: 0 !important;
    }

    .carousel_pilares-g .card, .carousel_pilares-g .card-img {
        width: 100% !important;
    }
    .btn_ver-video{
        position: relative;
        bottom: 0;
    }

    .owl-carousel-slider-somos-qui .box_gbrc-sld{
        top: 5% !important;
    }

    .pos_abso_conte_slide_home {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 130px;
    }

    h1 {
        font-size: 1.25em;
        line-height: 24px;
    }

    h2 {
        font-size: 1.625em;
        line-height: 32px;
    }

    /* menu movil */

    .text_menu-movil {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: hsl(240, 100%, 18%);
        position: absolute;
        left: 22px;
        display: none;
    }

    .hamburger{
        position: fixed;
        right: 0px;
        top: 0;
        height: 70px;
        width: 70px;
        padding: 5px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        z-index: 1002;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .hamburger.is-active{
      background-color:none;
    }

    ._layer{
        background:hsl(265, 71%, 37%);
        margin-bottom: 4px;
        border-radius: 2px;
        width: 28px;
        height: 4px;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        position: relative;
        left: 15px;
        top: 20px;
    }

    .hamburger:hover .-top{
        -webkit-transform:translateY(-100%);
        -ms-transform:translateY(-100%);
        transform:translateY(-100%);
    }

    .hamburger:hover .-bottom{
        -webkit-transform:translateY(100%);
        -ms-transform:translateY(100%);
        transform:translateY(100%);
    }

    .hamburger.is-active .-top{
        -webkit-transform:translateY(200%) rotate(45deg) !important;
        -ms-transform:translateY(200%) rotate(45deg) !important;
        transform:translateY(200%) rotate(45deg) !important;
    }

    .hamburger.is-active .-mid{
        opacity:0;
    }

    .hamburger.is-active .-bottom{
        -webkit-transform:translateY(-200%) rotate(135deg) !important;
        -ms-transform:translateY(-200%) rotate(135deg) !important;
        transform:translateY(-200%) rotate(135deg) !important;
    }
    
    .menuppal.is_active{
      transform: translate3d(0px, 0px, 0px);
    }
    .menuppal{
       background-color: hsl(0, 0%, 100%);
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transform: translate3d(100%, 0%, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
        z-index: 1001;
        padding: 70px 10px;
    }
    .menuppal ul{
      margin:0;padding:0;
    }
    .menuppal ul li { 
        padding: 20px 0px;
        list-style: none;
        text-align: left;
        /* height: 3em; */
        color: hsl(210, 50%, 40%);
        text-transform: none;
        margin-left: 30px;
    }

    .menuppal ul li a{
        text-decoration: none;
        color: hsl(265, 71%, 37%);
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .menuppal ul li a:hover{
      text-decoration:none;
      color:hsl(0, 0%, 20%);
    }

    .submenu-1 li {
        padding: 5px 0px !important;
    }

    .submenu-1 li a{
        font-size: 16px !important;
        margin-right: 40px;
        line-height: 5px;
    }
    
    .submenu-2 li {
        padding: 5px 0px !important;
    }

    .submenu-2 li a{
        font-size: 12px !important;
        margin-right: 40px;
        line-height: 5px;
    }

    /* fin menu movil */





    .lg_gabrica {
        margin-left: 10px;
        width: 134px;
    }

    .lg_td-sm-gabrica {
        width: 145px;
        margin-top: 12px;
    }
    

    .slide_gabrica-psc-one {
        background-image: url(./images/fondo-slide-movil.jpg);
        height: 495px;
    }
    
    .box_gbrc-sld {
        top: 70%;   
    }

    .img_pers-circle {
        width: 140px !important;
        top: 30px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

    .sec_nuestros-vlrs .owl-prev {
        display: none;
    }

    .sec_nuestros-vlrs .owl-next {
        display: none;
    }

    .secc_gnrl-2-cdd {
        background-size: cover;
        height: auto;
    }

    .text_msd {
        font-size: 1.125em;
    }

    .sec_card-gnrl-1 .card-body {
        padding: 20px;
    }

    .sec_card-gnrl-1 .card-title {
        font-size: 1.25em;
        line-height: 24px;
        margin: auto;
    }

    .img_conoce-hst {
        padding-bottom: 20px;
    }

    .carousel_apoyamos-adopcion .owl-prev {
        display: none;
    }

    .carousel_apoyamos-adopcion .owl-next {
        display: none;
    }

    .trhee_ico-tex img {
        width: 100px !important;
        margin: auto;
    }

    .text_tj-ds {
        font-size: 1.625em;
        line-height: 32px;
    }

    .box_info-video-gabrica-1 {
        padding: 20px 0px 0px 88px;
    }

    .sec_card-gnrl-2 .card-body {
        padding: 20px;
    }

    .sec_card-gnrl-2 .card-title {
        font-size: 1.25em;
        line-height: 24px;
        margin: auto;
        padding-bottom: 20px;
    }

    .sec_card-gnrl-2 .owl-prev {
        display: none;
    }

    .sec_card-gnrl-2 .owl-next {
        display: none;
    }

    .img_galeria-box-1 img {
        width: 90% !important;
        margin: auto;
    }

    .contenido-footer  .collapse {
        display: block;
    }

    .contenido-footer .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .contenido-footer .navbar-light .navbar-nav .nav-link.active {
        border-bottom: transparent;
    }

    .text_nueva-oprtunidad {
        margin-right: auto;
    }

    .sec_card-gnrl-2 .card {
        min-height: 450px;
    }

    .box_gnrl-nv {
        min-height: 390px;
    }



    .separador-movil-a {
        padding: 5px;
    }

    .separador-movil-k {
        padding: 10px;
    }

    .separador-movil-r {
        padding: 20px;
    }

    .separador-movil-m {
        padding: 30px;
    }

    .separador-movil-n {
        padding: 40px;
    }

    .separador-movil-x {
        padding: 50px;
    }

    /* ajustes movil */

    .mrg_text-1 {
        margin-right: 0 !important;
    }

    .box_equipo-2 {
        padding: 0;
        top: 0;
        margin-right: 0;
    }

    .box_equipo-1 {
        padding: 0;
        top: 5%;
        margin-left: 0;
    }

    .img_equipo-1 img {
        padding: 50px 0px 25px 0px;
    }

    .box_equipo-3 {
        padding: 0px;
        top: 0;
        margin-left: 0;
        padding-top: 50px;
    }

    .btn_conoce-mas-2 {
        bottom: -5px;
    }

    .btn-enviar-psc {
        text-align: center;
    }

    /* ajustes movil */



    /* encuesta */

    .group_opcion_res {
        text-align: left;
        display: flex;
        flex-direction: column;
    }

    .content_preguntas_items {
        padding: 20px;
    }

    .item_pregunta_enc h3 {
        padding-top: 20px;
    }

    .group_btn_accin_enc .btn_atras_enc {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .group_btn_accin_enc .btn_sigu_enc {
        width: 100%;
    }

    .item_pregunta_enc .group_opcion_res {
        margin: 30px 0 40px;
    }

    .group_ecu_final img {
        object-fit: contain;
        width: 100%;
    }

    .group_ecu_final span {
        padding: 13px 15px;
    }

    .group_ecu_final {
        font-size: 14px;
    }

    /* fin encuesta */
}

/* Fin Media query */