* {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.page {
    margin: 0;
}

#nav-duoc {
    background-color: #e1e0dd;
}

.ul-nav-duoc {
    display: flex;
    gap: 0.4rem;
    padding: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.item-nav-duoc {
    font-size: x-small;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.button-nav-duoc {
    text-decoration: none;
    text-transform: uppercase;
    color: #101820;
}

.button-nav-duoc:hover {
    text-decoration: underline;
    color: #101820;
}

.button-nav-duoc:visited {
    color: #101820;
}

#matriculate-button {
    background-color: #C2D500;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: #101820;
    margin: 0.5rem;
    text-decoration: none;
}

#matriculate-button:hover {
    background-color: #101820;
    color: white;
    cursor: pointer;
}

#experiencia-button {
    padding: 0.5rem 1rem;
    border: solid 0.1rem #101820;
    border-radius: 1rem;
    color: #101820;
    text-decoration: none;
}

#experiencia-button:hover {
    background-color: #101820;
    color: white;
}

.site-header {
    background-color: #12181F;
}

.custom-logo {
    max-width: 160px;
}

.menu-item {
    margin-left: 1.5rem;
}

.menu-item a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 0.96rem;
}

.menu-item a:hover {
    color: #C2D500;
}

.menu-item a:visited {
    color: white;
}

.menu-item a:visited:hover {
    color: #C2D500;
}

.navbar-toggler {
    background-color: #C2D500;
}

/* 
.has-after::after {
    content: "";
    position: relative;
    left: 0;
    width: auto;
    height: 5px;
    background-color: #C2D500;
    display: block;
} */
.bg-inicio video {
    width: 100%;
}

.bg-inicio {
    position: relative;
    height: 70vh;
    background: linear-gradient(0deg, rgba(18, 24, 31, 1) 5%, rgba(18, 24, 31, 0) 100%);
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.deg {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    background: linear-gradient(90deg, rgba(18, 24, 31, 1) 40%, rgba(18, 24, 31, 0) 100%);
}

.title-inicio {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-home {
    width: 50%;
    font-size: 3.5rem;
    margin-bottom: 4rem;
    font-family: 'Lunema Bold';
}

.cards-home {
    padding: 0.5rem;
}

.card-home {
    transition: transform 0.3s ease-in-out;
}

.card-home:hover {
    transform: scale(1.03);
}

.card-section {
    background-color: #12181F;
}

.btn-center {
    padding: 4rem;
    text-align: center;
}

.card {
    border: none;
    border-radius: 2rem;
}

a.card {
    text-decoration: none;
    color: white;
    background: linear-gradient(180deg, rgba(68, 79, 85, 1) 0%, rgba(45, 53, 57, 1) 100%);

}

.card-body {
    background: rgb(68, 79, 85);
    background: linear-gradient(180deg, rgba(68, 79, 85, 1) 0%, rgba(45, 53, 57, 1) 100%);
    border-radius: 2rem;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}


.title-section::before {
    content: "| ";
    color: #C2D500;
    font-weight: 900;
}

.title-section {
    color: white;
    font-family: 'Merriweather', serif;
    font-size: xx-large;
    margin: 0;
    font-weight: 600;
}

.btn {
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.btn-verde {
    background-color: #C2D500;
    color: #101820;
    border-radius: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: medium;
    padding: 0.7rem 2rem;
}

.btn-verde:hover {
    transform: translateY(-15px);
    background-color: #C2D500;
    color: black;
}

.btn-verde:visited {
    background-color: #C2D500;
    color: #101820;
}

.btn-line {
    background-color: transparent;
    border-radius: 2rem;
    border: solid 0.2rem white;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: medium;
    padding: 0.7rem 2rem;
}

.inicio-buttons .btn-line {
    margin-left: 1rem !important;
}

.btn-line:hover {
    transform: translateY(-15px);
    background-color: transparent;
    color: white;
    border: solid 0.2rem white;
}

.btn-line:visited {
    background-color: transparent;
    color: white;
    border: solid 0.2rem white;
}

.section-qh {
    background-color: #C2D500;
    width: 100%;
}

.contenido {
    width: 50%;
}

.title-section2::before {
    content: "| ";
    color: #101820;
    font-weight: 900;
}

.title-section2 {
    color: #101820;
    font-family: 'Merriweather', serif;
    font-size: xx-large;
    margin: 0;
    font-weight: 600;
    margin-bottom: 2rem;
}

.btn-blackline {
    background-color: transparent;
    border-radius: 2rem;
    border: solid 0.2rem #101820;
    text-transform: uppercase;
    color: #101820;
    font-weight: 700;
    font-size: medium;
    padding: 0.7rem 5rem;
}

.mt-6 {
    margin-top: 5rem;
}

.btn-blackline:visited {
    background-color: transparent;
    color: #101820;
    border: solid 0.2rem black;
}

.info-article {
    padding: 6rem 0rem;
}

.p-info {
    color: #101820;
    font-size: larger;
    margin-bottom: 2rem;
}

.p-info-w {
    color: white;
    font-size: larger;
    margin-bottom: 2rem;
}

.btn-blackline:hover {
    transform: translateY(-15px);
    background-color: transparent;
    color: #101820;
    border: solid 0.2rem #101820;
}

.section-i {
    background-color: #EBE6D6;
}

.title-section3::before {
    content: "| ";
    color: #C2D500;
    font-weight: 900;
}

.title-section3 {
    color: #101820;
    font-family: 'Merriweather', serif;
    font-size: xx-large;
    margin: 0;
    font-weight: 600;
    margin-bottom: 2rem;
}

.site-footer {
    background-color: #222222;
}

.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.menu {
    margin: 0;
    padding: 0;
}

.titulo-menu-footer {
    font-family: 'Merriweather', serif;
    color: #F4BB40;
    font-size: 1.5rem;
}

.footer li {
    list-style: none;
}

.footer li a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: white;
    font-weight: 500;
}

#menu-footer-1 li a:hover,
#menu-footer-2 li a:hover,
#menu-footer-3 li a:hover {
    color: white;
}

.in-footer {
    justify-content: center;
    margin: 0;
}

.footer-end {
    justify-content: space-between;
    margin-top: 1rem;
}

.linea-footer {
    height: 6px;
    width: 40%;
    background-color: #F4BB40;
}

.menu-footer-1-container {
    border-top: solid 1px #F4BB40;
    padding-top: 1rem;
}

.list-footer {
    padding: 1rem 1rem 0rem 0rem;
}

.menu-footer-2-container {
    border-top: solid 1px #F4BB40;
    padding-top: 1rem;
}

.menu-footer-3-container {
    border-top: solid 1px #F4BB40;
    padding-top: 1rem;
}

.line-end {
    height: 2px;
    width: 100%;
    background-color: white;
    margin-top: 3rem;
}

.logo-2 {
    max-height: 35px;
}

.section-qo {
    background-color: #C2D500;
}

.contenido1 {
    width: 70%;
    margin: auto;
}

.title-section4 {
    color: #101820;
    font-family: 'Lunema Bold';
    font-size: xxx-large;
    margin: 0;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.card1 {
    margin-top: 2rem;

}

.section-ex {
    background-color: #101820;
}

.title-section5::before {
    content: "| ";
    color: #C2D500;
    font-weight: 900;
}

.title-section5 {
    color: white;
    font-family: 'Merriweather', serif;
    font-size: xx-large;
    margin: 0;
    font-weight: 600;
    margin-bottom: 2rem;
}

.p-info1 {
    color: #9A9A9A;
    font-size: larger;
    margin-bottom: 2rem;
}

.card-title1 {
    color: white;
    font-size: 1.7rem;
    font-weight: bold;
}

.p-card1 {
    color: #9A9A9A;
    font-family: 'Merriweather', serif;
    font-weight: lighter;
}

.card-title-e {
    font-weight: bold;
}

.card-text2 {
    margin: 0;
}

.text-sede {
    color: #9A9A9A;
    margin: 0;
}

.text-email {
    color: #9A9A9A;
}

.img-h {
    background-color: white;
    padding: 4rem;
    border-radius: 1rem 1rem 0rem 0rem;
    min-height: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body-h {
    background-color: #252C30;
    padding: 1rem;
    border-radius: 0rem 0rem 1rem 1rem;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.contenido2 {
    width: 75%;
}

.section-apl {
    background-color: #101820;
}

.img-apl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body-apl {
    padding: 1.5rem;
    background-color: #C2D500;
    border-radius: 1rem;
    margin: 0.7rem 0rem;
}

.obj-section {
    display: flex;
    flex-direction: column;
}

.objetivo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0rem;
}

.numero {
    padding: 1rem 2rem;
    background-color: #C2D500;
    margin-right: 1rem;
}

.numero-obj {
    margin: 0;
    font-size: x-large;
    font-weight: bold;
}

.p-info-obj {
    margin: 0;
    font-size: larger;
}

.img-cir {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bajada-cir {
    margin-top: 2rem;
    color: white;
    font-size: x-large;
}

.header-linea {
    background-color: #C2D500;
    padding: 4rem;
    border-radius: 1rem 1rem 0rem 0rem;
    min-height: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.h-linea-p {
    color: white;
}

.title-hlinea {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}

.card-h {
    margin: 1rem 0rem;
}

.header-ambitos {
    background-color: #EBE6D6;
    padding: 4rem;
    border-radius: 1rem 1rem 0rem 0rem;
    min-height: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-title {
    display: flex;
    align-items: center;
}

.p-img-title {
    margin: 0rem 1rem 0rem 3rem;
    color: #9A9A9A;
    font-family: 'Merriweather', serif;
    font-size: small;
}

.btn-lineav {
    color: #C2D500;
    font-style: italic;
}

.btn-lineav:hover {
    color: #C2D500;
}

.btn-lineav:visited {
    color: #C2D500;
}

.bg-deg-single {
    background: linear-gradient(180deg, rgba(16, 24, 32, 0.7) 0%, rgba(16, 24, 32, 0.75) 25%, rgba(16, 24, 32, 0.78) 42%, rgba(16, 24, 32, 0.85) 57%, rgba(16, 24, 32, 1) 70%, rgba(16, 24, 32, 1) 90%);
}

.info-single {
    background-color: white;
    border-radius: 1rem;
    padding: 4rem;
}

.title-section-single {
    padding: 5rem;
    text-align: center;
    position: relative;
}

.boton-retroceder {
    position: absolute;
    left: 0;
    color: white;
    text-decoration: none;
}

.boton-retroceder:hover {
    color: #C2D500 !important;
}

.boton-retroceder:visited {
    color: white;
}



.art-bg-single {
    position: relative;
}

.img-bg-single {
    position: absolute;
    z-index: -1;
    width: 100%;
}

.img-bg-single img {
    width: 100%;
}

.title-single {
    color: white;
    font-family: 'Lunema Bold';
    font-size: xxx-large;
}

.fecha-publicado {
    color: white;
}

.categoria-aqui {
    background-color: #101820;
    border-radius: 1rem;
    color: white;
    padding: 0.2rem 1rem;
    margin: auto;
    font-size: x-small;
    width: fit-content;
    margin-bottom: 1rem;
}

.categoria-decorativa {
    margin-right: 5px;
    /* Espacio entre el punto y el texto de la categoría */
    font-size: 12px;
    /* Tamaño de la fuente del punto */
    color: #C2D500;
    /* 
    Color del punto */
}

.info-sede-tipo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tipo-aqui {
    margin: 0rem 1rem;
    color: white;
    font-family: 'Lunema Bold';
}

.sede-aqui {
    margin: 0rem 1rem;
    color: white;
    font-family: 'Lunema Bold';
}

.titulo-pr-info {
    font-family: 'Merriweather', serif;
}

.imagen1-single,
.imagen2-single,
.imagen3-single {
    padding: 2rem;
}

#ajaxsearchlite1 {
    border-radius: 1rem;
}

#ajaxsearchliteres1 {
    border-radius: 1rem;
}

.asl_image {
    border-radius: 0.5rem !important;
}

.asl_res_url {
    color: #101820 !important;
    font-family: 'Lunema Bold' !important;
}

.info-bajada-noticia {
    color: white;
}

.post_content ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post_content ul {
    margin-bottom: 1rem;
}

.texto-bajada {
    padding: 1rem;
    font-style: italic;

}

.title-section6 {
    color: white;
    font-family: 'Lunema Bold';
    font-size: xx-large;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.splide {
    visibility: visible;
}

form {
    position: relative;
}

.boton-formulario {
    display: flex;
    justify-content: end;
}

.wpcf7-form label,
input {
    width: 100%;
}

.wpcf7-response-output {
    color: white;
    border-color: #C2D500 !important;
}

form label {
    font-size: large;
    font-weight: bold;
    color: white;
}

#splide-org li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-link img {
    width: 150px;
    height: 150px;
}

.wpcf7-response-output {
    width: 50% !important;
}

.boton-all {
    display: flex;
    justify-content: center;
}

.splide__track {
    padding-bottom: 1.5rem !important;
}

.f-white {
    color: white;
}

.galeria-proyecto {
    display: flex;
    justify-content: center;
}

.card-header-pe {
    padding: 3rem;
    text-align: center;
    background-color: #C2D500;
    border-radius: 1rem 1rem 0rem 0rem;
    height: 140px;
}
.card-header-pe h4{
    font-size: 1.3rem;
}

.card-body-pe {
    background-color: #252C30;
    padding: 1.5rem;
    text-align: center;
    border-radius: 0rem 0rem 1rem 1rem;
}

#formulario {
    background-color: #101820;
}

#formulario h3 {
    color: white;
}

.filters3 #filter-form {
    justify-content: end;

}

@media screen and (max-width: 991px) {
    #nav-duoc {
        display: none;
    }

    .bg-deg-single {
        background: linear-gradient(180deg, rgba(16, 24, 32, 0.7) 0%, rgba(16, 24, 32, 0.9) 11%, rgb(16, 24, 32) 25%, rgb(16, 24, 32) 57%, rgb(16, 24, 32) 70%, rgb(16, 24, 32) 90%);
    }

    .title-section-single {
        padding: 4rem;
    }

    .info-single {
        padding: 2rem;
    }

    td {
        font-size: small;
    }

    #primary-menu,
    .menu-item {
        margin-left: 0;
    }

    .title-home {
        width: 70%;
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .bg-inicio {
        height: 60vh;
    }

    .card-body {
        min-height: 120px;
        padding: 1rem;
    }

    .contenido,
    .contenido1,
    .contenido2 {
        width: 100%;
    }

    .org-link img {
        width: 100px;
        height: 100px;
    }
}

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

    .contenido,
    .contenido1,
    .contenido2 {
        width: 100%;
    }

    .info-article {
        padding: 5rem 1rem;
    }

    .title-section,
    .title-section2,
    .title-section3,
    .title-section4,
    .title-section5 {
        font-size: xx-large;
    }

    .p-info,
    .p-info1,
    .p-info-w {
        font-size: medium;
    }

    .p-card1 {
        font-size: smaller;
    }

    .title-home {
        width: 100%;
        font-size: 2.5rem;
    }

    .bg-inicio {
        height: 50vh;
    }

    .card {
        margin: auto;
    }

    .card-home {
        margin: 1rem 0rem;
    }

    .p-info-obj {
        font-size: medium;
    }

    .bg-deg-single {
        background: linear-gradient(180deg, rgba(16, 24, 32, 0.7) 0%, rgba(16, 24, 32, 0.98) 8%, rgb(16, 24, 32) 11%, rgb(16, 24, 32) 57%, rgb(16, 24, 32) 70%, rgb(16, 24, 32) 90%);
    }

    .title-section-single {
        padding: 3rem;
    }

    .title-single {
        font-size: larger;
    }

    .excerpt-proyecto {
        font-size: small;
    }

    .sede-aqui,
    .tipo-aqui {
        font-size: small;
    }

    .info-single {
        padding: 1rem;
    }

    .info-single p {
        font-size: smaller;
    }

    td {
        font-size: smaller;
    }

    .wpcf7-form p {
        width: 95% !important;
    }
	    #prestra-mt img{
       margin-bottom: 0 !important;
    }

}




@media screen and (max-width: 576px) {

    .inicio-buttons a {
        margin-left: 0rem !important;
        margin-bottom: 1rem;
    }

    .inicio-buttons .btn-line {
        margin-left: 0rem !important;
    }

    .title-home {
        width: 100%;
        font-size: 2rem;
    }

    .card-text2 {
        margin: 0;
        font-size: 0.7rem;
    }

    .text-email {
        color: #9A9A9A;
        font-size: 0.9rem;
    }

    .card-title-e {
        font-size: 0.9rem;
    }
	    #prestra-mt{
        margin-top: 3rem;
    }
}


/*estilos nuevos*/

.marco-imagen {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 1rem 0rem 0rem;
  }
  
  
  .marco-imagen img{
    max-height: unset;
  }
  body .card-body-carousel-pro{
    height: auto;
      }

  body .btn-lineav{
    background-color: #C2D500;
    font-style: normal;
    padding: 0;
    position: absolute;
    bottom: 1rem;
    left: unset;
    right: unset;
    width: 50%;
    height: 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  body .info-article .btn-lineav {
    background-color: #C2D500;
    font-style: normal;
    padding: 0;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100%;
    height: 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .btn-lineav:hover{
    background-color: #000;
    color: #C2D500!important;
  }

body .btn-lineav:visited{
    background-color:#C2D500;
    color: #000!important;
   
}

body .btn-lineav:visited:hover{
    background-color: #000;
    color: #C2D500!important;
   
}



body .botones-filtros {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    border-top: solid 0.05rem white;
    flex-direction: row-reverse;
  }


  .botones-filtros .btn-lineav{
    background-color: #C2D500;
    font-style: normal;
    padding: 0;
    position: relative;
    bottom:unset;
    left: unset;
    right: unset;
    width: 50%;
    height: 35px;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }



.proyectos-template-default.single.single-proyectos .plasmaSlider__bgImg.plasmaSlider__cover {
  -o-object-fit: cover;
  object-fit: contain;
}

.proyectos-template-default.single.single-proyectos .plasmaSlider {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  background-color: #dcdcdc;
  width: 100% !important;
}


.directorist-single-info.directorist-single-info-text {
  border-bottom: 1px solid #ececec;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
/*Ajustes Tomas*/
@media screen and (max-width: 991px){
	#primary-menu,
    .menu-item {
		gap: 1rem;
		padding-top: 0.5rem;
    }
}