/**
 * @file
 * Styles for system messages.
 */

 .messages {
    padding: 15px 20px 15px 35px; /* LTR */
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;  /* LTR */
    border-radius: 2px;
    background: no-repeat 10px 17px;  /* LTR */
    overflow-wrap: break-word;
  }
  [dir="rtl"] .messages {
    padding-right: 35px;
    padding-left: 20px;
    text-align: right;
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
  }
  .messages + .messages {
    margin-top: 1.538em;
  }
  .messages__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .messages__item + .messages__item {
    margin-top: 0.769em;
  }
  /* See .color-success in Seven's colors.css */
  .messages--status {
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
    background-color: #f3faef;
    background-image: url(./images/check.svg);
    box-shadow: -8px 0 0 #77b259; /* LTR */
  }
  [dir="rtl"] .messages--status {
    margin-left: 0;
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
  }
  /* See .color-warning in Seven's colors.css */
  .messages--warning {
    color: #734c00;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
    background-color: #fdf8ed;
    background-image: url(./images/warning.svg);
    box-shadow: -8px 0 0 #e09600; /* LTR */
  }
  [dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
  }
  /* See .color-error in Seven's colors.css */
  .messages--error {
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
    background-color: #fcf4f2;
    background-image: url(./images/error.svg);
    box-shadow: -8px 0 0 #e62600; /* LTR */
  }
  [dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
  }
  .messages--error p.error {
    color: #a51b00;
  }

.paragraph--type-slider-imagen-link{
	width: 100%;
    	display: block;
}


/* REGISTRO EVENTOS */


.registro-rapido-button{
font-size: 15px;
}
.registro-rapido-form {
  position:fixed; 
  top:-100%; 
  left:50%; 
  transform:translate(-50%,-50%) scale(1.15); 
  width:calc(100% - 20px);
  max-width:650px;
  background:#fff;
  border-radius:10px;
  display:grid;
  gap:10px;
  padding:50px 40px 40px;
  box-shadow:0px 2px 2px 2px rgba(0,0,0,0.05);
  z-index:100;
  opacity:0; 
  transition:top 0ms ease-in-out 300ms,
             transform 300ms ease-in-out 0ms,
             opacity 300ms ease-in-out 0ms;


   overflow-y: scroll;
   max-height: 100vh;
}
/* mobile */

@media(max-width: 680px){
  .registro-rapido-form {
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
  }
}
.registro-rapido-form.active {
  top:50%;
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
  transition:top 0ms ease-in-out 0ms,
             transform 300ms ease-in-out 0ms,
             opacity 300ms ease-in-out 0ms;
  z-index: 1000;
}
.registro-rapido-form .div-close .close-btn {
  position:absolute;
  top:10px;
  right:10px;
  font-size:35px;
  /* color:rgb(255, 255, 255); */
  /* background-color: rgb(5, 133, 97); */
  background-color: white;
  border:none;
  width: 35px;
  height: 35px;
  /* border-radius: 50%; */
  cursor:pointer;
}
.registro-rapido-form .div-close .close-btn {
  color: rgb(5, 133, 97);
}
.registro-rapido-form .left {
  display:flex;
  align-items:center;
}
.registro-rapido-form .right h2 {
  font-size:28px;
  font-family:"Montserrat",sans-serif;
  line-height:1.15;
  margin-bottom:10px;
  color:#111;
}
.registro-rapido-form .right p {
  font-size:16px;
  color:#555;
  margin-bottom:15px;
}
.registro-rapido-form .right .form .container-field label {
  display:block;
  margin-bottom:5px;
  font-size:15px;
}
.registro-rapido-form .right .form .input {
  margin-bottom:10px;
}

.registro-rapido-form .right .form .container-field label .obligatorio {
  color: #E21F26;
}

.registro-rapido-form .right .form .container-field input, .registro-rapido-form .right .form .container-field select, .registro-rapido-form .right .form .container-field textarea {
  width:100%;
  padding:12px;
  border:2px solid rgb(25, 117, 142);
  font-size:17px;
  border-radius:5px;
  white-space: nowrap;

}


.registro-rapido-form .right .form .container-field textarea {
  white-space: nowrap;
}


textarea,
input[type="text"],
input[type="button"],
input[type="date"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select{
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
}

.registro-rapido-form .right .form .button .btn{
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  width:100%;
  padding:10px;
  font-size:18px;
  border-radius:5px;
  border:none;
  outline:none;
  cursor:pointer;
  background:#0e5f77;
  color:#fff;
  box-shadow:0px 2px 2px #ddd;
}

.registro-rapido-form .right .form .button  .btn.cerrar{
  margin-left: 43px;
  background: gray !important;
}

@media(min-width: 680px){
  .registro-rapido-form {
    /* grid-template-columns:repeat(2, 1fr);s */
  }
}

#overlayRegistro {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 111; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlayLoading{	
  position: fixed;
  z-index: 1111111;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#overlayLoading .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
#overlayLoading .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
#overlayLoading .is-hide{
  display:none;
}


.container-field {
  width: 100%;
  /* border: 5px solid rgb(75, 70, 74); */
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

.container-field > .input {
  flex: 1 1 40%;
}

.container-field > .input-full {
  flex: 100%;
}
@media(max-width: 680px){
  .container-field > .input {
    flex: 1 1 90%
  }
  .container-field > .input-full {
    flex: 100%;
  }
}

.tacbox {
  display:block;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 3px solid #ddd;
  background-color: #eee;
  max-width: 800px;
}

.tacbox input {
  height: 1.4em;
  width: 1.4em;
  vertical-align: middle;
  font-size: 13px;
}

/* evento qr */

body.path-evento {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background: #eeeeec;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
}


body.path-evento #block-canadaperu-page-title{
display: none;
}


.wrapper-card-qr {
  width: 320px;
  min-height: 540px;
  background: #FDFEFF;
  transition: background 0.6s ease;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}
.wrapper-card-qr .top-icons i {
  color: #080911;
}
.wrapper-card-qr .top-icons i:nth-of-type(1) {
  float: left;
}
.wrapper-card-qr .top-icons i:nth-of-type(2) {
  float: right;
}
.wrapper-card-qr .top-icons i:nth-of-type(3) {
  float: right;
  padding-right: 0.8em;
}
.wrapper-card-qr .profile {
  margin-top: 2.2em;
  position: relative;
}
.wrapper-card-qr .profile:after {
  width: 100%;
  height: 1px;
  content: " ";
  display: block;
  margin-top: 1.3em;
  background: #E9EFF6;
}
.wrapper-card-qr .profile .card-image {
  position: relative;
  display: block;
}


.wrapper-card-qr .profile .check {
  position: absolute;
  right: 5em;
  bottom: 0;
}
.wrapper-card-qr .profile .check i {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(to bottom right, #7cd1f9, #7cd1f9);
}
.wrapper-card-qr .profile .thumbnail {
  width: 124px;
  height: 124px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  border-radius: 0%;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper-card-qr .profile .name {
  color: #2D354A;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.wrapper-card-qr .profile .title {
  color: #7C8097;
  font-size: 0.75em;
  font-weight: 300;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wrapper-card-qr .profile .description {
  color: #080911;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.3em;
}
.wrapper-card-qr .profile .btn {
  color: #fff;
  width: 130px;
  height: 42px;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(to bottom right,  #e64942, #e64942);
}
.wrapper-card-qr .profile .btn.btn-ok {
    background: linear-gradient(to bottom right, #7cd1f9, #7cd1f9);
    color: black;
    font-weight: bold;
}
.wrapper-card-qr .registrador {
  display: flex;
  margin-top: 0.2em;
  justify-content: space-between;
}
.wrapper-card-qr .registrador .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper-card-qr .registrador .icon span{
  color: #717171;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Nunito Sans", "Roboto", serif, sans-serif;
}
.wrapper-card-qr .social-icons {
  display: flex;
  margin-top: 1.2em;
  justify-content: space-between;
}
.wrapper-card-qr .social-icons .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper-card-qr .social-icons .icon a {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper-card-qr .social-icons .icon:nth-of-type(1) a {
  background: linear-gradient(to bottom right, #C90A6D, #FF48A0);
}
.wrapper-card-qr .social-icons .icon:nth-of-type(2) a {
  background: linear-gradient(to bottom right, #5E5AEC, #3F9EFC);
}
.wrapper-card-qr .social-icons .icon:nth-of-type(3) a {
  background: linear-gradient(to bottom right, #6452E9, #639FF9);
}
.wrapper-card-qr .social-icons .icon h4 {
  color: #080911;
  font-size: 1em;
  margin-top: 1.3em;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}
.wrapper-card-qr .social-icons .icon p {
  color: #666B7D;
  font-size: 12px;
}



.content-card-events-old .view-content .views-row .commerce-product--view-mode-preview .content-camara .info-card .fecha-card.evento {
  margin-top: auto;
  border-top: 0px solid #717171;
  border-bottom: 0px solid #717171;
  display: block;
  align-items: center;
  height: 50px;
}
.content-card-events-old .view-content .views-row .commerce-product--view-mode-preview .content-camara .info-card .fecha-card.evento span:before{
 display: none;
}

.content-card-events-old .view-content .views-row .commerce-product--view-mode-preview .content-camara .info-card h4.evento{
  height: 135px;
}

/* organigrama */


.container-organigram{
  width: 100%;
}

.container-organigrama .content-organigram{
  padding: 20px 0;
}

.container-organigrama .content-organigrama .imagen-organigram{
  display: inline;
  width: 100%;
}



@media (max-width: 576px) {
  .container-organigrama .content-organigrama .imagen-organigrama {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container-organigrama .content-organigrama .imagen-organigrama {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .container-organigrama .content-organigrama .imagen-organigrama {
    width: 85%;
  }
}

.container-organigrama .content-organigrama .imagen-organigrama img {
  width: 100%;
  border-radius: 3px;
}

.container-organigrama .content-organigrama .imagen-organigrama-mobile {
  display: inline;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 992px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

@media (min-width: 1201px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

.container-organigrama .content-organigrama .imagen-organigrama-mobile {
  width: 70%;
}

@media (max-width: 576px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    width: 95%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

@media (min-width: 1201px) {
  .container-organigrama .content-organigrama .imagen-organigrama-mobile {
    display: none;
  }
}

.container-organigrama .content-organigrama .imagen-organigrama-mobile img {
  width: 100%;
  border-radius: 3px;
}


/* CARDS */


.block-cards .content-card {
  background: #ffffff;
  border: 2px solid rgba(230, 230, 230, 0.6);
  padding: 1rem .75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* position: relative; */
}
.block-cards .content-card .image-container{
  position: relative;
}
.block-cards .content-card .image-container .label-rol{
  position: relative;
  bottom: 33px;
}
.block-cards .content-card .image-container .label-rol .color-socio{
  padding: 5px;
  color: white;
  background:#e62600;
  text-transform: uppercase;
}
.block-cards .content-card .image-container .label-rol .color-socio-2{
  background:#BE9B36;
}
.block-cards .content-card .image-container .label-rol .color-socio-3{
  background:#86898B;
}
.block-cards .content-card .image-container .label-rol .color-socio-1{
  background:#1765B0;
}

.block-cards .content-card .logo-card {
  width: 100%;
  min-height: 138px;
  overflow: hidden;
}
.block-cards .node--view-mode-header {
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.block-cards .node--view-mode-header img{
  width: 50%;
  max-height: 100%;
  overflow: hidden;
}

.block-cards .content-card .logo-card a {
  width: 100%;
  display: flex;
}
.block-cards .card-details{
  margin-top: 5px;
  min-height: 133px;
}
.block-cards .card-details .item{
  margin-bottom: 5px;
}
.block-cards .card-details .item span.label{
  font-weight: bold;
}

@media (max-width: 768px) {
  .block-cards .content-card .logo-card a {
    display: block;
  }
}

.block-cards .content-card .logo-card  img {
  width: 100%;
  /* height: auto; */
  max-width: 100%;
  transition: all 0.15s linear 0s;
}

.block-cards .content-card .logo-card  img:hover {
  transform: scale(1.1);
}



.block-cards .content-card .info-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.block-cards .content-card .info-card h4 {
  font-family: "Nunito Sans", "Roboto", serif, sans-serif;
  font-weight: 800;
  padding: 0px 0 20px 0;
}

.block-cards .content-card .info-card h4 a {
  text-transform: uppercase;
  font-size: 18px;
  color: #262626;
}

.block-cards .content-card .info-card .footer-card {
  margin-top: auto;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
  /* display: flex; */
  /* align-items: center; */
  min-height: 35px;
}

.block-cards .content-card .info-card .footer-card i {
  padding-right: 7px;
  color: #E21F26;
  font-size: 15px;
}

.block-cards .content-card .info-card .footer-card span {
  font-family: "Nunito Sans", "Roboto", serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #717171;
}

.block-cards .content-card .info-card .footer-card span:before {
  content: "\F133";
  font-family: FontAwesome;
  padding-right: 7px;
  color: #E21F26;
  font-size: 15px;
}

.block-cards .content-card .info-card .footer-card a {
  display: block;
  background: #F79803;
  padding: 5px;
  margin: 5px;
  color: white;
  border-radius: 5px;
  text-align: center;
}
.block-cards .content-card .info-card .footer-card a:hover {
  background: #F79803;
  opacity: 0.7;
}

.block-cards {
  margin-bottom: 3rem;
}


.block-cards .view-content {
  margin-top: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1201px) {

  .block-cards .view-content {
    display: flex;
  }
}

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

  .block-cards .view-content {
    display: flex;
  }
}

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

  .block-cards .view-content {
    display: flex;
  }
}

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

  .block-cards .view-content {
    display: flex;
  }
}

.block-cards .view-content .views-row {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1rem;
}

@media (min-width: 1201px) {

  .block-cards .view-content .views-row {
    flex: none;
    width: 25%;
  }
}

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

  .block-cards .view-content .views-row {
    flex: none;
    width: 25%;
  }
}

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

  .block-cards .view-content .views-row {
    flex: none;
    width:25%;
  }
}

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

  .block-cards .view-content .views-row {
    flex: none;
    width: 50%;
  }
}


.block-cards .view-content .views-row .commerce-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block-cards  h2 {
  margin-top: 30px;
}

/* filtro de cursos */

.block-cards .view-filters form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Espaciado entre elementos en desktop */
}

.block-cards .view-filters  form .js-form-item {
  flex-basis: calc(33% - 10px);/* Ajusta el tamaño de los elementos en desktop */
  margin-bottom: 20px; /* Espaciado entre elementos */
}
.block-cards .view-filters  form .js-form-item select{
  width: 98%;
}

.block-cards .view-filters  form .form-actions {
  flex-basis: calc(33% - 10px);
  margin-top: 22px;
}


.block-cards .view-filters  form .form-actions .form-submit {
 
}

.block-cards .view-filters  form .form-actions input:first-child {
  margin-right: 10px; 
}


/* Estilos para dispositivos móviles */
@media (max-width: 767px) {
  .block-cards .view-filters  form .view-filters {
    flex-direction: column; /* Cambia la dirección a columnas en dispositivos móviles */
  }

  .block-cards .view-filters  form .js-form-item,
  .block-cards .view-filters  form .form-actions {
    flex-basis: 100%; /* Ocupa el ancho completo en dispositivos móviles */
  }
}

.img-full img{
  width: 100%;
}
.text-center{
  text-align: center;
}

.paragraph--type-item-2 .image-gallery-comercial {
  position: relative;
}

.paragraph--type-item-2 .image-gallery-comercial .prev-comu,
.paragraph--type-item-2 .image-gallery-comercial .next-comu {
  position: absolute;
  top: 10px;
}

.paragraph--type-item-2 .image-gallery-comercial .prev-comu {
  left: -38px;
  top: 50%;
  z-index: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #f7f7f7;
  cursor: pointer;
}

.paragraph--type-item-2 .image-gallery-comercial .prev-comu:hover {
  background: #f0f0f0;
}

.paragraph--type-item-2 .image-gallery-comercial .prev-comu i {
  font-size: 13px;
}

.paragraph--type-item-2 .image-gallery-comercial .next-comu {
  right: -38px;
  top: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #f7f7f7;
  margin-left: 5px;
  cursor: pointer;
}

.paragraph--type-item-2 .image-gallery-comercial .next-comu:hover {
  background: #ffffff;
}

.paragraph--type-item-2 .image-gallery-comercial .next-comu i {
  font-size: 13px;
}

/* geenral  */

.enlace-div{
  margin-top: 10px;
}

.enlace-div a{
  border-radius: 5px;
  border: 1px solid transparent;
  background: #E21F26;
  padding: 6px 25px;
  cursor: pointer;
  color: white;
}
.menu-content-comercial .menu-pdac{
  font-size: 12px;
  align-items: center; /* Añadido para centrar verticalmente */
  text-align: center;
}

@media(max-width: 680px){
  .sticky.menu-content-comercial{
    position: inherit;
    height: auto;
  }
  .menu-content-comercial .menu-pdac{
    display: block;
    text-align: left;
  }
  .menu-content-comercial .menu-pdac li{
    padding: 0.2rem 1rem;
  }

  .menu-content-comercial .menu-pdac li:not(:last-child){
    border-right: 0px;
  }


}



.pdac-section .left, .pdac-section .right{
  position: relative;
}


.pdac-section .left .enlace-div{
  position: absolute;
  bottom: 30px;
}
@media(max-width: 680px){
  .pdac-section .left .enlace-div{
    position: inherit;
    bottom: 0;
  }
}


.item-content-data .pdac-section{
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.item-content-data{
  padding-top: 100px;
}
.container-items .content-items{
  /* margin-top: 220px; */
}

.header-camara .header-container .header-logo-right .slider-header-wrapper-content .slider-header-content .slick-slider .slick-list .slick-track .item .logo-pdac-wrapper img.logo{
  height: 45px;
  max-width: inherit;
}

.header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner .logo-pdac-wrapper{
  margin-right: inherit;
  padding: inherit
}

.header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner .logo-pdac-wrapper::after{
  width: 217px;
  height: 85px;
  background-image: linear-gradient(-70deg, transparent 30%, white 15%, white 85%, white 85%);
  position: absolute;
  right: -75px;
}


@media (min-width: 577px) and (max-width: 768px) {
  .header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner {
    justify-content: inherit;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner {
    justify-content: inherit;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner {
    justify-content:inherit;
  }
}

@media (min-width: 1201px) {
  .header-camara .header-container .pdac-header-home .count-regresive-wrapper .count-regresive-inner {
    justify-content: inherit;
  }
}

.menu-content-button-comercial{
  margin-top: 15px;
}


.menu-content-button-comercial ul.menu-pdac li a{
  height: 100%;
  -webkit-appearance: none;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background-color: black;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
}

.menu-content-button-comercial  .menu-pdac li:not(:last-child) {
  border-right: 0px;
}

@media(max-width: 680px){
  .sticky.menu-content-button-comercial{
    position: inherit;
    height: auto;
  }
  .menu-content-button-comercial .menu-pdac{
    display: block;
  }
}


/* REGISTRO COMERCIAL */



.registrocomercial-form {
  position:fixed; 
  top:-100%; 
  left:50%; 
  transform:translate(-50%,-50%) scale(1.15); 
  width:calc(100% - 20px);
  max-width:650px;
  background:#fff;
  border-radius:10px;
  display:grid;
  gap:10px;
  padding:50px 40px 40px;
  box-shadow:0px 2px 2px 2px rgba(0,0,0,0.05);
  z-index:100;
  opacity:0; 
  transition:top 0ms ease-in-out 300ms,
             transform 300ms ease-in-out 0ms,
             opacity 300ms ease-in-out 0ms;
   overflow-y: scroll;
   max-height: 100vh;
}
/* mobile */

@media(max-width: 680px){
  .registrocomercial-form {
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
  }
}
.registrocomercial-form.active {
  top:50%;
  transform:translate(-50%,-50%) scale(1);
  opacity:1;
  transition:top 0ms ease-in-out 0ms,
             transform 300ms ease-in-out 0ms,
             opacity 300ms ease-in-out 0ms;
  z-index: 1000;
}
.registrocomercial-form .div-close .close-btn {
  position:absolute;
  top:10px;
  right:10px;
  font-size:35px;
  /* color:rgb(255, 255, 255); */
  /* background-color: rgb(5, 133, 97); */
  background-color: white;
  border:none;
  width: 35px;
  height: 35px;
  /* border-radius: 50%; */
  cursor:pointer;
}
.registrocomercial-form .div-close .close-btn {
  color: rgb(5, 133, 97);
}
.registrocomercial-form .left {
  display:flex;
  align-items:center;
}
.registrocomercial-form .right h2 {
  font-size:28px;
  font-family:"Montserrat",sans-serif;
  line-height:1.15;
  margin-bottom:10px;
  color:#111;
}
.registrocomercial-form .right p {
  font-size:16px;
  color:#555;
  margin-bottom:15px;
}
.registrocomercial-form .right .form .container-field label {
  display:block;
  margin-bottom:5px;
  font-size:15px;
}
.registrocomercial-form .right .form .input {
  margin-bottom:10px;
}

.registrocomercial-form .right .form .container-field label .obligatorio {
  color: #E21F26;
}

.registrocomercial-form .right .form .container-field input, .registrocomercial-form .right .form .container-field select, .registrocomercial-form .right .form .container-field textarea {
  width:100%;
  padding:12px;
  border:2px solid rgb(25, 117, 142);
  font-size:17px;
  border-radius:5px;
  white-space: nowrap;

}


.registrocomercial-form .right .form .container-field textarea {
  white-space: nowrap;
}




.registrocomercial-form .right .form .button .btn{
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  width:100%;
  padding:10px;
  font-size:18px;
  border-radius:5px;
  border:none;
  outline:none;
  cursor:pointer;
  background:#0e5f77;
  color:#fff;
  box-shadow:0px 2px 2px #ddd;
}

.registrocomercial-form .right .form .button  .btn.cerrar{
  margin-left: 43px;
  background: gray !important;
}

@media(min-width: 680px){
  .registrocomercial-form {
    /* grid-template-columns:repeat(2, 1fr);s */
  }
}

#overlayRegistro.comercial{
  background-color: rgba(0,0,0,0.9);
}

.pdac-section .right .image-gallery-pdac .slick-list .slick-track .item-img{
  min-height: 300px;
}

.paragraph--type-item-2 .image-gallery-comercial .next-comu.slick-disabled{
  cursor: inherit;

}

.paragraph--type-item-2 .image-gallery-comercial .next-comu.slick-disabled i {
  color: gray;
}

.image-gallery-comercial button.slick-prev {
    position: absolute;
    left: -38px;
    top: 50%;
    z-index: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: #f7f7f7;
    cursor: pointer;
    border: 0;
    font-size: 0;
    line-height: 0;
}
.image-gallery-comercial button.slick-prev:before {
  font-family: 'FontAwesome';
  content: "\f053"; 
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-right: 5px; 
}
.image-gallery-comercial button.slick-prev.slick-disabled {
cursor: inherit;
}

.image-gallery-comercial button.slick-prev.slick-disabled:before {
  color: gray;
}


.image-gallery-comercial button.slick-next {
  position: absolute;
 


   right: -38px;
    top: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: #f7f7f7;
    margin-left: 5px;

  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.image-gallery-comercial button.slick-next:before {
font-family: 'FontAwesome';
content: "\f054"; 
font-size: 14px;
color: #000;
display: inline-block;
margin-left: 5px; 
}
.image-gallery-comercial button.slick-next.slick-disabled {
cursor: inherit;
}

.image-gallery-comercial button.slick-next.slick-disabled:before {
color: gray;
}

/* 
.pdac-section .right .image-gallery-comercial {
  position: relative;
}

.pdac-section .right .image-gallery-comercial .prev-comu,
.pdac-section .right .image-gallery-comercial .next-comu {
  position: absolute;
  top: 10px;
}

.pdac-section .right .image-gallery-comercial .prev-comu {
  right: 49px;
  z-index: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #f7f7f7;
  cursor: pointer;
}

.pdac-section .right .image-gallery-comercial .prev-comu:hover {
  background: #f0f0f0;
}

.pdac-section .right .image-gallery-comercial .prev-comu i {
  font-size: 13px;
}

.pdac-section .right .image-gallery-comercial .next-comu {
  right: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #f7f7f7;
  margin-left: 5px;
  cursor: pointer;
}

.pdac-section .right .image-gallery-comercial .next-comu:hover {
  background: #ffffff;
}

.pdac-section .right .image-gallery-comercial .next-comu i {
  font-size: 13px;
}

.pdac-section .right .image-gallery-comercial .slick-list .slick-track .item-img {
  width: 100%;
}

.pdac-section .right .image-gallery-comercial .slick-list .slick-track .item-img a {
  display: flex;
}

@media (max-width: 576px) {
  .pdac-section .right .image-gallery-comercial .slick-list .slick-track .item-img a {
    display: block;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .pdac-section .right .image-gallery-comercial .slick-list .slick-track .item-img a {
    display: block;
  }
}

.pdac-section .right .image-gallery-comercial .slick-list .slick-track .item-img a img {
  max-width: 100%;
  height: auto;
} */

.header-camara .header-container .header-logo-right .slider-header-wrapper-content .slider-header-content .slick-slider .slick-list .slick-track .item{
  overflow: hidden;
}

.path-registro-completo h1{

text-align: center;

}
.path-registro-completo .view-content{
  margin: auto;
  width: 60%;
  padding: 29px;
}

.path-registro-completo .view-content p{
 font-size: 18px !important;
}
.path-registro-completo .view-content a{
  border-radius: 5px;
  border: 1px solid transparent;
  background: #E21F26;
  padding: 6px 25px;
  cursor: pointer;
  margin-top: 10px;
  color: white;
 }

 @media (max-width: 768px) {
  .path-registro-completo .view-content{
    width: 95%;
    margin: 10px;
  }
}

div#block-views-block-videos-evento-block-1 .videos-gal .item {
  width: 100%;
  text-align: center;
}

.tachado{
    text-decoration: line-through;
}



.node-18832 .full_bottom_content {
  background: rgba(155, 155, 155, 0.2);
  margin-top: 17px;
  padding-top: 12px;
}

#block-condicionesdeparticipacioneneventosdelacamara{
  margin-bottom: 3rem;
}
/* Clase para ocultar visualmente pero mantener accesible para lectores de pantalla */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
