/* Extras - Blog, legal, thank-you, 404, trabaja, localización, etc. */

/* ==========================================================================
   THANK YOU PAGE
   ========================================================================== */

.thank-you-page p {
    width: 60%;
    margin: auto;
    margin-top: 16px;
}

.thank-you-page h1 {
    width: 50%;
    margin: auto;
    font-size: 40px;
    line-height: 48px;
}

.thank-you-page a.qbutton {
    margin-top: 32px;
    padding: 16px 16px;
    width: auto;
    text-align: center;
}

/* ==========================================================================
   COMPLAINTS BOX & SUGGESTIONS BOX
   ========================================================================== */

.complaints-box-content h2 {
    padding-bottom: 120px;
}

form.complaints-box-form textarea {
    height: 144px;
}

form.complaints-box-form .uv-unset-margin-bottom p:nth-child(1) {
    margin-bottom: 0;
}

select.wpcf7-form-control.wpcf7-select.uv-label-style {
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

/* ==========================================================================
   VIRTUAL CAMPUS
   ========================================================================== */

.virtual-campus-content {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/09/campus-virtual-background.jpg');
}

.virtual-campus-content .background-image .vc_column-inner {
    padding: 48px;
}

.virtual-campus-content .background-image:nth-child(1) .vc_column-inner {
    background-image: url("https://www.villanueva.edu/wp-content/uploads/2020/09/virtual-campus-background-2.png");
    background-position: bottom right -145px;
    background-repeat: no-repeat;
}

.virtual-campus-content .background-image:nth-child(2) .vc_column-inner {
    background-image: url("https://www.villanueva.edu/wp-content/uploads/2020/09/virtual-campus-background-1.png");
    background-position: bottom -428px right;
    background-repeat: no-repeat;
}

.virtual-campus-content .fixed-height .vc_column-inner {
    height: 736px;
}

.virtual-campus-content h1 {
    margin-bottom: 24px;
}

.virtual-campus-content a {
    font-size: 18px;
    font-weight: 700;
}

.virtual-campus-content img {
    padding-top: 360px;
}

.virtual-campus-content .vn-flex-box .wpb_wrapper {
    flex-direction: column;
    height: 100%;
}

.virtual-campus-sites .q_icon_with_title .icon_text_inner {
    padding: 0;
}

.virtual-campus-sites .very-big-vertical-padding .vc_column-inner {
    padding: 5rem 0;
}

.virtual-campus-sites .wpb_column.vc_col-sm-4 {
    padding-right: 12px;
    padding-left: 12px;
}

.virtual-campus-sites .white-solid-button {
    margin-bottom: 0;
}

.virtual-campus-sites .background-image:nth-child(1) .vc_column-inner {
    background-image: url("https://www.villanueva.edu/wp-content/uploads/2020/09/virtual-campus-background-5.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.virtual-campus-sites .background-image:nth-child(2) .vc_column-inner {
    background-image: url("https://www.villanueva.edu/wp-content/uploads/2020/09/virtual-campus-background-3.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.virtual-campus-sites .background-image:nth-child(3) .vc_column-inner {
    background-image: url("https://www.villanueva.edu/wp-content/uploads/2020/09/virtual-campus-background-4.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.virtual-campus-sites .links-containers .vc_column_container {
    padding-left: 12px;
    padding-right: 12px;
}

/*Fixes in "Campus Virtual Universidad Villanueva"*/
.virtual-campus-sites {
    padding-top: 80px;
}

/* ==========================================================================
   APPLICATION FOR ADMISSION & REQUEST FOR INFORMATION
   ========================================================================== */

div.section.request-for-information {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/09/solicitud-de-informacion-background.png');
    background-size: auto;
    background-position: bottom -150px left -250px;
}

div.section.application-for-admission {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/09/solicitud-de-admision-background.png');
    background-size: auto;
    background-position: bottom -800px left -500px;
}

.info-and-application-form .sf-form {
    text-align: left;
    font-size: 20px;
}

.info-and-application-form .sf-form form {
    max-width: 100%;
}

.info-and-application-form .sf-form .select {
    width: 100%;
    max-width: 100%;
}

.info-and-application-form .sf-form .bar {
    width: 100%;
}

.info-and-application-form .sf-form a {
    color: var(--uv-blue);
    font-weight: 700;
}

.info-and-application-form .sf-form input[type='submit'] {
    width: auto;
    color: var(--uv-blue);
    border: 2px solid var(--uv-blue);
    background-color: transparent;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    line-height: 18px;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.info-and-application-form .sf-form input[type='submit']:hover {
    background: var(--uv-blue);
    color: #fff;
}

.info-and-application-form .sf-form input:not([type='submit']) {
    width: 100%;
    border-bottom: 1px solid #000000;
}

.info-and-application-form .sf-form label,
.info-and-application-form .sf-form input:placeholder-shown~label,
.info-and-application-form .sf-form textarea:placeholder-shown~label {
    color: #000;
}

.info-and-application-form .sf-form input:focus~label,
.info-and-application-form .sf-form textarea:focus~label,
.info-and-application-form .sf-form input:not(:placeholder-shown)~label,
.info-and-application-form .sf-form textarea:not(:placeholder-shown)~label {
    color: #000;
}

.info-and-application-form .sf-form .select-text:focus~.select-label,
.info-and-application-form .sf-form .select-text:valid~.select-label {
    color: #000;
}

.info-and-application-form .sf-form .select-bar:before,
.info-and-application-form .sf-form .select-bar:after {
    background: #000;
}

.info-and-application-form .sf-form .bar:before,
.info-and-application-form .sf-form .bar:after {
    background: #000;
    height: 1px;
}

/*Fixes in "Solicitud de información"*/
.request-for-information {
    padding-top: 80px;
}

/* ==========================================================================
   STANDARD BLOG ENTRY
   ========================================================================== */

.blog_holder article .post_text h2 .date {
    color: var(--uv-blue);
}

.single-post article .post_info {
    margin: 0 0 88px;
    color: #000000;
    font-weight: 300;
    font-size: 13px;
}

.blog_holder article .post_info a {
    color: #000000;
}

.blog_holder blockquote {
    padding: 14px 14px 14px 24px;
    border-left: 7px solid var(--uv-blue);
    margin-bottom: 22px;
}

.blog_holder blockquote p {
    font-size: 28px;
    font-weight: 500;
}

.blog_holder .single_tags h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.blog_holder .single_tags a {
    font-size: 13px;
}

.blog_holder img {
    border: none !important;
}

.blog_holder article .post_info a:hover {
    color: var(--uv-blue);
}

.social_share_dropdown ul li :hover i {
    color: var(--uv-blue);
}

/* .blog_single.blog_holder article .post_text .post_text_inner {
    padding-top: 120px;
} */

.icon_social_holder>div.qode_print {
    display: none;
}

body.single-post .icon_social_holder {
    display: none;
}

body.single-post .author_description {
    padding: 23px 0;
}

body.single-post .author_text_holder {
    padding: 0;
    min-height: auto;
}

body.single-post .author_description_inner {
    display: flex;
    align-items: center;
}

body.single-post .author_email {
    display: none !important;
}

/* ==========================================================================
   CONOCENOS & DESPUES DE VILLANUEVA
   ========================================================================== */

/*Specific rules for "Conócenos" page*/
.universidad.set-height {
    height: 616px;
}

/*Specific rules for "Después de Villanueva" page*/
.home-events-section.despues-villanueva .ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after {
    opacity: 0.4 !important;
}

.home-why-section .add-margin-top {
    margin-top: 80px;
}

/* ==========================================================================
   VILLANUEVA INTERNATIONAL OFFICE
   ========================================================================== */

.programs-for-international-students-button p {
    padding: 16px 24px;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    display: inline-block;
}

.programs-for-international-students-button.yellow a {
    color: var(--uv-yellow);
}

.programs-for-international-students-button.yellow p {
    border: 2px solid var(--uv-yellow);
}

.programs-for-international-students-button.black p {
    border: 2px solid #000000;
}

.programs-for-international-students-button.yellow p:hover a {
    color: #000;
}

.programs-for-international-students-button.yellow p:hover {
    border: 2px solid #fff;
    background-color: #fff;
}

.programs-for-international-students-button.black p:hover a {
    color: #fff;
}

.programs-for-international-students-button.black p:hover {
    background-color: #000;
}

/* ==========================================================================
   SERVICIOS
   ========================================================================== */

.services h1 {
    font-size: 45px;
    letter-spacing: -0.2px;
    line-height: 53px;
    padding: 128px 0;
}

.services.welcome-section {
    height: 420px;
}

.services .blue-bullets {
    position: relative;
    right: 20px;
}

.services .q_icon_with_title.small .icon_holder img {
    position: relative;
    top: 10px;
}

div.section.services-content {
    background: url(https://www.villanueva.edu/wp-content/uploads/2020/06/two-stripes-left.png);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center center;
}

.services .blue-bullets li {
    line-height: 21px;
}

/* ==========================================================================
   ADMISION DE ESTUDIANTES INTERNACIONALES
   ========================================================================== */

.admission-of-international-students-button p {
    padding: 16px 24px;
    font-size: 18px;
    letter-spacing: 1.4px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    display: inline-block;
    border: 2px solid var(--uv-blue);
}

.admission-of-international-students-button a {
    color: var(--uv-blue);
}

.admission-of-international-students-button p:hover {
    background-color: var(--uv-blue);
}

.admission-of-international-students-button p:hover a {
    color: #fff;
}

.add-alum-inter .admission-of-international-students-cta {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100% !important;
}

.admission-of-international-students-cta {
    padding-top: 88px;
    padding-right: 400px;
    padding-bottom: 88px;
    padding-left: 400px;
    width: 1770px;
    margin-top: 104px;
    margin-left: -395px;
}

.admision-tabs .qode-advanced-tabs .qode-advanced-tab-container {
    padding-bottom: 0;
}

.admission-of-international-students-cta .qbutton {
    margin-top: 8px;
}

/* ==========================================================================
   PRACTICUM
   ========================================================================== */

.practicum.welcome {
    padding-top: 180px;
    padding-bottom: 180px;
}

.make-icon-smaller .q_icon_with_title.tiny .icon_holder img {
    height: 51px;
    width: auto;
}

.practicum {
    padding-top: 80px;
    padding-bottom: 80px;
}

.practicum h2,
.practicum .add-space-below p {
    padding-bottom: 32px;
}

.practicum.master p {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 24px;
}

.practicum.abroad {
    background-image: url("img/white-world.png");
    background-position: top right;
    background-size: auto;
}

.eventon_single_event #evcal_list .eventon_list_event .evo_metarow_locImg p.evoLOCtxt {
    padding: 0;
}

.practicum .text-based-button.black-border p:hover a {
    color: #000;
}

.practicum .text-based-button.black-border p:hover {
    background-color: unset;
    text-decoration: underline;
}

/* ==========================================================================
   CLAUSULA DE PROTECCION DE DATOS
   ========================================================================== */

.clause-work-with-us {
    padding-top: 144px;
    padding-bottom: 288px;
}

.clause-work-with-us h1 {
    padding-bottom: 64px;
}

.clause-work-with-us p {
    margin-bottom: 40px;
}

/* ==========================================================================
   COURSE POST TYPE
   ========================================================================== */

.curso.price.one-column-price p {
    width: 100%;
    justify-content: center;
}

.curso.price.full-width-price p {
    width: 100%;
}

.course-introduction .large-text p {
    font-weight: 300;
}

.curso.course-introduction .icon_holder img {
    margin-top: 0;
    margin-bottom: 0;
}

/* ==========================================================================
   NOTICIAS & BLOG ARCHIVE
   ========================================================================== */

.blog_holder {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-top: 128px;
}

.q_masonry_blog article .q_masonry_blog_post_text,
.blog_holder article .post_text .post_text_inner {
    padding: 20px 0px;
    display: flex;
    flex-flow: wrap-reverse;
}

.blog_single.blog_holder article .post_text .post_text_inner {
    flex-flow: wrap !important;
}

.blog_single.blog_holder article .post_text .post_info {
    padding-bottom: 80px;
}

.blog_single.blog_holder article {
    background-color: transparent !important;
}

.blog_single.blog_holder article .post_text {
    padding: 0;
}

.pagination ul li a {
    width: 25px !important;
    color: #303030 !important;
    font-weight: bold;
}

.pagination ul li a:hover,
.pagination ul li.active span {
    color: #5058ff;
    font-weight: bold;
}

.blog_holder.masonry .blog_holder_grid_sizer,
.blog_holder.masonry article {
    width: 29%;
}

.full_width .grid_section .q_masonry_blog article,
.q_masonry_blog article {
    background-color: none;
}

p.q_masonry_blog_excerpt,
.blog_holder p.post_excerpt {
    display: none;
}

.blog_holder h5.entry_title a {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.blog_holder.masonry article .post_text .post_text_inner,
.blog_holder.masonry_full_width article .post_text .post_text_inner {
    padding: 0;
    background-color: transparent;
}

.noticias.welcome {
    padding-top: 128px;
    padding-bottom: 176px;
}

.noticias.vn-content {
    margin-top: 128px;
}

.noticias h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 53px;
}

.noticias .q_masonry_blog article,
.blog_holder.masonry article,
.blog_holder.masonry_full_width article {
    background-color: var(--uv-gray-bg) !important;
}

.noticias .q_masonry_blog article .q_masonry_blog_post_text,
.blog_holder.masonry article .post_text,
.blog_holder.masonry_full_width article .post_text {
    padding: 24px 24px 32px 24px;
}

.noticias .q_masonry_blog article .q_masonry_blog_post_info,
.blog_holder.masonry article .post_info,
.blog_holder.masonry_full_width article .post_info {
    color: var(--uv-blue) !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.25px;
    line-height: 19px;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

/*Specific rules for the blog archive*/
.blog .blog_holder.masonry {
    margin-top: 40px;
}

/* Blog masonry full width: quitar padding lateral del contenedor */
body.page-template-blog-masonry-full-width-php .content .full_width {
    padding: 0 !important;
}

/* Blog masonry full width: alinear filtro al contenedor de 1200px */
.menu-filter-container .full_section_inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Blog masonry full width: ocultar excerpt en listado */
.blog_holder.masonry_full_width article .post_excerpt {
    display: none;
}

/* Blog masonry full width: contenedor centrado a 1200px y 3 columnas */
.blog_holder.masonry_full_width {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-top: 128px;
}

.blog_holder.masonry_full_width .blog_holder_grid_sizer,
.blog_holder.masonry_full_width article {
    width: 30.5% !important;
}

.blog_holder.masonry_full_width .blog_holder_grid_gutter {
    width: 4.2% !important;
}

/* ==========================================================================
   LEGAL / PRIVACIDAD
   ========================================================================== */

.list-items-without-margin li {
    margin: 0;
}

.privacy-policy-first-section .indented-content.small-left-arrow p {
    padding: 48px 0 0 52px;
    font-weight: bold;
}

.privacy-policy-first-section .blue-link.indented-content {
    padding-left: 72px;
}

.legal-info-content p {
    margin-bottom: 40px;
}

.legal-info-content .small-left-arrow p:before,
.legal-info-content .legal-basis-title p:before,
.blue-bullet p:before {
    content: '>';
    color: #5058ff;
    margin-right: 8px;
}

.legal-basis-title p {
    padding: 0 0 40px 52px;
    font-weight: bold;
}

.legal-basis-content {
    padding-left: 72px;
}

.personal-data .bold-paragraph p,
.interested-party-rights .bold-paragraph p {
    padding: 40px 0;
    font-weight: bold;
}

.interested-party-rights ul {
    padding: 10px 0 48px 56px;
}

.interested-party-rights li {
    margin-bottom: 0;
}

.electronic-communications li {
    list-style: none;
    padding-left: 53px;
}

.electronic-communications p {
    padding-bottom: 40px;
}

.legal-info-content .q_icon_with_title p {
    display: none;
}

.legal-info-content .q_icon_with_title .icon_text_inner {
    padding: 0;
}

.inner-list.padding-bottom {
    padding-bottom: 32px;
}

/* ==========================================================================
   LOCALIZACION
   ========================================================================== */

.location .outline-text h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -1.16px;
    line-height: 62px;
    margin-top: 0;
    margin-bottom: 168px;
}

.location h2 {
    padding-bottom: 8px;
}

.location .right-column {
    padding: 40px 40px 72px;
}

.location .left-column {
    height: 586px;
}

.location.welcome .left-column .vc_column-inner {
    height: 100%;
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-header-desktop.jpg');
    background-position: center;
    background-size: cover;
}

.location.map-section {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-footer-desktop.png');
}

.location.info {
    padding-top: 88px;
    padding-bottom: 80px;
}

.location.info .vc_column_container>.vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}

.location.map-section {
    height: 584px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 24px;
}

/* ==========================================================================
   EVENTS
   ========================================================================== */

.vn-events.welcome {
    padding-top: 168px;
    padding-bottom: 168px;
}

.vn-events.vn-calendar .blue-solid-button {
    margin-left: 24px;
}

.vn-events.vn-events-list .blue-outline-button {
    margin-left: 24px;
}

.vn-events.toggle-between-views,
.vn-events.villanueva-events {
    margin-top: 72px;
}

.villanueva-events .evcal_event_subtitle {
    color: #000 !important;
}

.vn-events.events-gallery {
    padding-top: 80px;
    padding-bottom: 136px;
    margin-top: 192px;
}

.vn-events h2 {
    padding-bottom: 72px;
}

/* ==========================================================================
   TRABAJA CON NOSOTROS
   ========================================================================== */

.work-with-us.welcome {
    padding-top: 88px;
}

.work-with-us.welcome h1 {
    padding-bottom: 32px;
}

.work-with-us .wpcf7-form p label {
    font-size: 20px;
}

.work-with-us .wpcf7-form .bold {
    font-weight: 500;
    margin-right: 16px;
}

.work-with-us input.wpcf7-form-control.wpcf7-text {
    border-bottom: 1.5px solid #1C1C1C;
}

.work-with-us .wpcf7 form.wpcf7-form p:nth-child(6) {
    margin-bottom: 32px;
}

.work-with-us-file {
    margin-bottom: 88px;
}

.work-with-us .wpcf7 form.wpcf7-form p:nth-child(8) label {
    font-size: 18px;
    letter-spacing: 0;
}

.work-with-us input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0;
}

.work-with-us input.wpcf7-form-control.wpcf7-text {
    line-height: 17px;
}

.work-with-us-checkboxes .wpcf7-list-item {
    margin-bottom: 8px;
}

.work-with-us-checkboxes .wpcf7-list-item.first {
    margin-right: 24px;
}

/* ==========================================================================
   IMPORTANT OVERRIDES & VARIOUS PAGE FIXES
   ========================================================================== */

/*Added !important to override older CSS from this stylesheet.*/
.work-with-us-checkboxes .wpcf7-list-item.last {
    margin-right: 0 !important;
}

.work-with-us.job-offers {
    padding-top: 112px;
    padding-bottom: 128px;
}

.work-with-us.job-offers h1 {
    padding-bottom: 72px;
}

.work-with-us .blue-tag p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: var(--uv-blue);
    text-transform: uppercase;
}

.work-with-us.job-offers .job-offer-thumbnail {
    margin: 10px;
    width: 31%;
    height: 297px;
}

.work-with-us.job-offers .job-offer-thumbnail .vc_column-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.work-with-us.job-offers .job-offer-thumbnail>.vc_column-inner>.wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.work-with-us .bottom-aligned-link {
    margin-top: auto;
}

.work-with-us .bottom-aligned-link p {
    font-size: 16px;
}

.work-with-us .bottom-aligned-link i {
    color: var(--uv-blue);
}

.work-with-us .bottom-aligned-link .wpb_wrapper p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-with-us .wpb_single_image img {
    height: 390px;
}

/*Fixes in "Incoming"*/
.programs-international-students h3 {
    padding-bottom: 16px;
}

/*Fixes in "Outgoing"*/
.vn-cta-section.outgoing h2 {
    padding-bottom: 16px;
}

.outgoing .vn-custom-mail-link {
    width: auto;
}

/*Fixes in "Conócenos"*/
.vn-cta-section.conocenos h3 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 24px;
}

/*Fixes in "Después de Villanueva".*/
.vn-cta-section.despues-villanueva h3 {
    font-size: 36px;
    line-height: 45px;
}

.despues-villanueva .vn-custom-mail-button {
    margin-top: 32px;
}

/*Fixes in "Equipo directivo"*/
.vn-cta-section.equipo-directivo h3 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 24px;
}

/*Fixes in "Campus Virtual Universidad Villanueva"*/
.virtual-campus-sites {
    padding-top: 80px;
}

/*Fixes in "Solicitud de información"*/
.request-for-information {
    padding-top: 80px;
}

/*Fixes in "Instituto de idiomas"*/
.cta-section.idiomas {
    padding-top: 56px;
    padding-bottom: 48px;
}

.cta-section.idiomas h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 16px;
}

.idiomas .cta-custom-button {
    padding: 8px;
    margin-top: 56px;
}

.idiomas .cta-custom-button a {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.4px;
}

.idiomas .cta-custom-button .fa.fa-chevron-right {
    font-size: 12px;
    vertical-align: middle;
}

.idiomas .cta-custom-button a:hover {
    color: var(--uv-yellow);
    text-decoration: underline;
}

/*Fixes in page "Vida"*/
.vida.events-section {
    padding-top: 64px;
    padding-bottom: 72px;
}

.vida.events-section h2 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 16px;
}

.vida .events-section-title {
    padding-bottom: 72px;
}

.vida .events-section-content {
    padding-bottom: 56px;
}

/*Fixes in page "Actividades"*/
.actividades .custom-button a {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.4px;
}

.actividades .custom-button {
    padding: 16px;
}

.actividades .custom-button .fa.fa-chevron-right {
    font-size: 12px;
    vertical-align: middle;
}

.actividades .custom-button a:hover {
    text-decoration: underline;
}

.actividades .black-outline-button.custom-button {
    border: 2px solid #000;
}

.actividades .black-outline-button.custom-button a:hover {
    color: #000;
}

/*Fixes in page "Solidario"*/
.cta-section.solidario {
    padding-top: 88px;
    padding-bottom: 88px;
    background-image: url(/wp-content/uploads/2020/07/fondo-cta-solidario.jpg);
}

.cta-section.solidario h3 {
    padding-bottom: 24px;
    font-size: 36px;
    line-height: 45px;
}

.cta-section.solidario .contact-info p {
    font-size: 20px;
    font-weight: 500;
}

.cta-section.solidario .contact-info {
    margin-top: 40px;
}

/* ==========================================================================
   RESPONSIVE - max-width: 1920px
   ========================================================================== */

@media only screen and (max-width: 1920px) {
    .add-alum-inter .admission-of-international-students-cta {
        width: 100%;
    }

    .admission-of-international-students-cta {
        width: 1120px;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 1440px
   ========================================================================== */

@media only screen and (max-width: 1440px) {
    .admission-of-international-students-cta {
        padding-right: 256px;
        padding-left: 136px;
        width: 1065px;
        margin-left: -155px;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 1024px
   ========================================================================== */

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

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content h1 {
        font-size: 52px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
        background-image: url(https://des.univi.es/wp-content/uploads/2020/09/solicitud-de-informacion-background.png);
        background-size: 70%;
        background-position: bottom -100px left -250px;
    }

    /*Specific rules for a standard entry*/
    .blog_holder img.attachment-full.size-full {
        width: 100% !important;
    }

    /*Specific rules for "Villanueva International Office" page*/
    .programs-for-international-students-button p {
        padding: 16px;
        font-size: 16px;
        letter-spacing: 1.4px;
    }

    /*Specific rules for "Servicios" page*/
    div.section.services-content {
        background-size: 75%;
        background-position: top left -50px;
    }

    /*Specific rules for "Admisión de alumnos internacionales" page*/
    .admission-of-international-students-cta {
        padding-right: 88px;
        padding-left: 88px;
        width: 870px;
        margin-left: -50px;
    }

    /*Specific rules for "Localización" page*/
    .location .outline-text h1 {
        font-size: 56px;
        line-height: 53px;
        margin-bottom: 40px;
    }

    .location.info .vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 1000px
   ========================================================================== */

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

    /*Specific rules for "Admisión de alumnos internacionales" page*/
    .admission-of-international-students-cta {
        width: 970px;
        margin-left: -55px;
    }

    .admission-of-international-students-cta .qbutton {
        margin-top: 32px;
    }

    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
        width: 48% !important;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 768px
   ========================================================================== */

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

    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
        width: 46.5% !important;
    }

    .thank-you-page p {
        width: 90%;
    }

    .thank-you-page h1 {
        width: 80%;
    }

    /*Specific rules for "Complaints box" and "Suggestions box" pages*/
    .complaints-box-content h2 {
        padding-bottom: 24px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content {
        background-image: none;
    }

    .virtual-campus-content .fixed-height .vc_column-inner {
        height: auto;
    }

    .virtual-campus-content img {
        padding-top: 48px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
        background-size: 50%;
        background-position: bottom -10px left -50px;
    }

    div.section.application-for-admission {
        background-size: 50%;
        background-position: bottom left;
    }

    .virtual-campus-content .background-image:nth-child(1) .vc_column-inner {
        background-color: var(--uv-blue);
    }

    .virtual-campus-content .background-image:nth-child(2) .vc_column-inner {
        background-color: #E5E5E5;
    }

    .virtual-campus-content .vn-grid {
        width: auto;
    }

    /*Specific rules for a standard entry*/
    .blog_holder article .post_info {
        margin: 0 0 40px;
    }

    .blog_holder blockquote p {
        font-size: 18px;
    }

    /*Specific rules for "Conócenos" page*/
    .universidad.set-height {
        height: 430px;
    }

    /*Specific rules for "Servicios" page*/
    .services h1 {
        padding: 72px 0;
    }

    .services.separate-sections {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services .q_icon_with_title.small .icon_holder img {
        position: static;
    }

    div.section.services-content {
        background-size: contain;
        background-position: top left -50px;
    }

    .services .vn-grid.vn-reduced-grid {
        width: 650px;
        margin-right: 16px;
    }

    /*Specific rules for "Villanueva International Office" page*/
    .programs-for-international-students-button p {
        padding: 16px;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
    }

    /*Specific rules for "Admisión de alumnos internacionales" page*/
    .admission-of-international-students-cta {
        width: 778px;
        margin-left: -25px;
    }

    /*Specific rules for page "Noticias"*/
    .noticias.welcome {
        padding-top: 64px;
        padding-bottom: 88px;
    }

    .noticias.vn-content {
        margin-top: 64px;
    }

    .noticias h1 {
        font-size: 32px;
        font-weight: 500;
        line-height: 34px;
    }

    /*Specific rules for page "Localización"*/
    .location .right-column {
        padding: 16px 16px 32px;
    }

    .location .left-column {
        height: 473px;
    }

    .location.info {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    /*Specific rules for pages of events*/
    .vn-events.events-gallery {
        padding-top: 40px;
        padding-bottom: 64px;
        margin-top: 40px;
    }

    .vn-events h2 {
        padding-bottom: 32px;
    }

    /*Specific rules for page "Trabaja con nosotros"*/
    .work-with-us-file {
        margin-bottom: 20px;
    }

    .work-with-us.welcome {
        padding-top: 40px;
    }

    .work-with-us.job-offers {
        padding-top: 56px;
        padding-bottom: 64px;
    }

    .work-with-us.job-offers h1 {
        padding-bottom: 32px;
    }

    .work-with-us.job-offers .job-offer-thumbnail {
        width: 30%;
    }

    .vn-events.welcome {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .vn-events.toggle-between-views,
    .vn-events.villanueva-events {
        margin-top: 40px;
    }

    /*Fixes in "Campus Virtual Universidad Villanueva"*/
    .virtual-campus-sites {
        padding-top: 40px;
    }

    /*Fixes in "Solicitud de información"*/
    .request-for-information {
        padding-top: 40px;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 600px
   ========================================================================== */

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

    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
        width: 90% !important;
        margin-left: 5%;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 480px
   ========================================================================== */

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

    /*Practicum*/
    .practicum.welcome p {
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        letter-spacing: 0.3px;
    }

    .practicum.practice-period .vn-grid:first-child {
        width: 100%;
    }

    .practicum p {
        font-size: 14px;
        line-height: 21px;
    }

    .practicum.abroad .text-based-button p {
        text-align: center;
    }

    .practicum.abroad p,
    .practicum.abroad h2 {
        text-align: left;
    }

    .thank-you-page p {
        width: 100%;
    }

    .thank-you-page h1 {
        width: 100%;
    }

    .course-introduction .p3 p {
        font-size: 16px;
        line-height: 22px;
    }

    .course-introduction img {
        width: 34px;
        top: 4px;
        position: relative;
    }

    .course-introduction h4 {
        font-size: 16px;
        line-height: 22px;
    }

    /*Specific rules for "Complaints box" and "Suggestions box" pages*/
    .info-and-application-form .sf-form input[type='submit'] {
        width: 100%;
    }

    .info-and-application-form input.wpcf7-form-control.wpcf7-submit {
        width: auto;
    }

    form.complaints-box-form .uv-unset-margin-bottom p:nth-child(1) {
        margin-bottom: 20px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    body:not(.qode_disabled_responsive_button_padding_change) .virtual-campus-sites .qbutton {
        width: 80%;
    }

    .virtual-campus-content .background-image .vc_column-inner {
        padding: 24px;
    }

    .virtual-campus-content h1 {
        font-size: 32px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
        background-size: 90%;
        background-position: bottom -50px left;
    }

    div.section.application-for-admission {
        background-position: bottom -50px left;
    }

    .virtual-campus-content .vn-grid {
        width: auto;
    }

    .virtual-campus-content .background-image:nth-child(1) .vc_column-inner,
    .virtual-campus-content .background-image:nth-child(2) .vc_column-inner {
        background-size: 50%;
        background-position: bottom right;
    }

    .virtual-campus-content a {
        font-size: 16px;
        font-weight: 500;
    }

    .virtual-campus-content img {
        width: 35%;
    }

    /*Specific rules for "Villanueva International Office" page*/
    .programs-for-international-students-button p {
        padding: 16px;
        font-size: 16px;
        letter-spacing: 1.25px;
    }

    /*Specific rules for "Servicios" page*/
    .services h1 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.3px;
        padding: 80px 0;
    }

    .services .blue-bullets {
        position: static;
    }

    .services .qbutton {
        letter-spacing: 0.5px;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .services .qbutton {
        margin-top: 0;
    }

    div.section.services-content {
        background: none;
        background-position: top left 8px;
        background-size: contain;
        background-repeat: repeat-y;
    }

    /*Specific rules for "Admisión de estudiantes internacionales" page*/
    .admission-of-international-students-button p {
        padding: 16px;
        font-size: 14px;
        width: calc(100% - 30px);
        text-align: center;
    }

    .services .vn-grid.vn-reduced-grid {
        width: 360px;
        margin-right: 8px;
    }

    /*Specific rules for a standard entry*/
    .blog_single.blog_holder article .post_text .post_text_inner {
        padding-top: 60px;
    }

    /*Specific rules for "Prácticum" page*/
    .practicum.welcome {
        padding: 150px 0;
    }

    .practicum {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .practicum .add-space-below p {
        padding-bottom: 24px;
    }

    .practicum.master p {
        font-size: 14px;
        letter-spacing: 0.22px;
        line-height: 21px;
    }

    .practicum.abroad {
        background-size: 50%;
    }

    /*Specific rules for "Admisión de alumnos internacionales" page*/
    .admission-of-international-students-cta {
        width: calc(100% - 64px);
        margin-left: 0;
        padding-top: 40px;
        padding-right: 32px;
        padding-bottom: 40px;
        padding-left: 32px;
    }

    .admision-tabs .admission-of-international-students-cta p {
        font-size: 16px;
        letter-spacing: 0.25px;
        line-height: 22px;
        font-weight: 500px;
    }

    /*Specific rules for "Cláusula de Protección de datos personales Trabaja con nosotros"*/
    .clause-work-with-us {
        padding-top: 72px;
        padding-bottom: 144px;
    }

    .clause-work-with-us h1 {
        padding-bottom: 32px;
    }

    .clause-work-with-us p {
        margin-bottom: 20px;
    }

    /*Specific rules for page "Noticias"*/
    .noticias .q_masonry_blog article .q_masonry_blog_post_text {
        padding: 16px 16px 24px 16px;
    }

    .noticias h1 {
        font-size: 24px;
        line-height: 27px;
    }

    /*Specific rules for blog archive*/
    .blog .blog_holder.masonry {
        width: inherit !important;
    }

    /*Specific rules for page "Localización"*/
    .location .outline-text h1 {
        font-size: 32px;
        letter-spacing: 1px;
        line-height: 35px;
    }

    .location.welcome {
        width: 382px;
        margin: 0 auto;
    }

    .location .right-column {
        padding: 40px 0;
    }

    .location .left-column {
        height: 390px;
    }

    .location.welcome .left-column .vc_column-inner {
        background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-header-mobile.jpg');
    }

    .location.map-section {
        background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-footer-mobile.jpg');
    }

    /*Specific rules for pages of events*/
    .vn-events.welcome {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .vn-events.toggle-between-views,
    .vn-events.villanueva-events {
        margin-top: 24px;
    }

    .vn-events.events-gallery {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .vn-events .qbutton {
        margin-top: 8px;
    }

    .vn-events.vn-calendar .blue-solid-button {
        margin-left: 0;
    }

    .vn-events.vn-events-list .blue-outline-button {
        margin-left: 0;
    }

    /*Specific rules for page "Trabaja con nosotros"*/
    .work-with-us.job-offers .job-offer-thumbnail {
        width: 100%;
        margin: 0 0 20px 0;
        height: 200px;
    }

    .work-with-us.welcome {
        padding-top: 24px;
    }

    .work-with-us.welcome h1 {
        padding-bottom: 16px;
    }

    .work-with-us .wpcf7-form p label {
        font-size: 16px;
    }

    .work-with-us .wpcf7 form.wpcf7-form p:nth-child(8) label {
        font-size: 16px;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
        padding: 16px 16px !important;
        font-size: 14px;
        position: relative;
        right: 10px;
        width: auto;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 375px
   ========================================================================== */

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

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content .vn-grid {
        width: auto;
    }

    /*Specific rules for "Villanueva International Office" page*/
    .programs-for-international-students-button p {
        padding: 16px 8px;
        font-size: 14px;
    }

    /*Specific rules for "Servicios" page*/
    .services .vn-grid.vn-reduced-grid {
        width: 320px;
    }

    div.section.services-content {
        background-size: 75%;
    }

    /*Specific rules for page "Noticias"*/
    .noticias .vc_column_container>.vc_column-inner {
        width: 90%;
        margin: 0 auto;
    }

    /*Specific rules for page "Localización"*/
    .location.welcome {
        width: 320px;
    }

    /*Fixes in "Campus Virtual Universidad Villanueva"*/
    .virtual-campus-sites .qbutton {
        letter-spacing: 1px;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
        padding: 16px 8px !important;
        right: 29px;
        width: auto;
    }
}

/* ==========================================================================
   RESPONSIVE - max-width: 320px
   ========================================================================== */

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

    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
        padding: 16px 8px !important;
        right: 29px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content .vn-grid {
        width: auto;
    }

    /*Specific rules for "Servicios" page*/
    div.section.services-content {
        background-position: top left 8px;
        background-size: 90%;
    }

    .services .vn-grid.vn-reduced-grid {
        width: 290px;
    }

    .admission-of-international-students-cta {
        padding-right: 8px;
        padding-left: 8px;
        width: calc(100% - 16px);
    }

    /*Specific rules for page "Localización"*/
    .location.welcome {
        width: 270px;
    }

    /*Fixes in "Villanueva International Office"*/
    .programs-for-international-students-button p {
        letter-spacing: 1px;
    }
}

/* ============================================================
   RESPONSIVE - Migrado desde style.css (feb 2026)
   ============================================================ */

@media only screen and (max-width: 1024px) {
    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content h1 {
    font-size: 52px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
    background-image: url(https://des.univi.es/wp-content/uploads/2020/09/solicitud-de-informacion-background.png);
    background-size: 70%;
    background-position: bottom -100px left -250px;
    }

    /*Specific rules for a standard entry*/
    .blog_holder img.attachment-full.size-full {
    width: 100% !important;
    }

    /*Specific rules for "Servicios" page*/
    div.section.services-content {
    background-size: 75%;
    background-position: top left -50px;
    }

    .location.info .vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
    }

}

@media only screen and (max-width: 1000px) {
    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
    width: 48% !important;
    }

}

@media only screen and (max-width: 768px) {
    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
    width: 46.5% !important;
    }

    .thank-you-page p {
    width: 90%;
    }

    .thank-you-page h1 {
    width: 80%;
    }

    /*PRIVACY POLICY*/
    .legal-info-content h2 {
    padding-bottom: 8px;
    }

    /*Specific rules for "Complaints box" and "Suggestions box" pages*/
    .complaints-box-content h2 {
    padding-bottom: 24px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content {
    background-image: none;
    }

    .virtual-campus-content .fixed-height .vc_column-inner {
    height: auto;
    }

    .virtual-campus-content img {
    padding-top: 48px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
    background-size: 50%;
    background-position: bottom -10px left -50px;
    }

    div.section.application-for-admission {
    background-size: 50%;
    background-position: bottom left;
    }

    .virtual-campus-content .background-image:nth-child(1) .vc_column-inner {
    background-color: var(--uv-blue);
    }

    .virtual-campus-content .background-image:nth-child(2) .vc_column-inner {
    background-color: #E5E5E5;
    }

    .virtual-campus-content .vn-grid {
    width: auto;
    }

    /*Specific rules for a standard entry*/
    .blog_holder article .post_info {
    margin: 0 0 40px;
    }

    .blog_holder blockquote p {
    font-size: 18px;
    }

    /*Specific rules for "Servicios" page*/
    .services h1 {
    padding: 72px 0;
    }

    .services.separate-sections {
    padding-top: 40px;
    padding-bottom: 40px;
    }

    .services .q_icon_with_title.small .icon_holder img {
    position: static;
    }

    div.section.services-content {
    background-size: contain;
    background-position: top left -50px;
    }

    .services .vn-grid.vn-reduced-grid {
    width: 650px;
    margin-right: 16px;
    }

    /*Specific rules for page "Noticias"*/
    .noticias.welcome {
    padding-top: 64px;
    padding-bottom: 88px;
    }

    .noticias.vn-content {
    margin-top: 64px;
    }

    .noticias h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    }

    /*Specific rules for page "Localización"*/
    .location .right-column {
    padding: 16px 16px 32px;
    }

    .location .left-column {
    height: 473px;
    }

    .location.info {
    padding-top: 40px;
    padding-bottom: 48px;
    }

    /*Specific rules for pages of events, both the list view and the calendar view.*/
    .vn-events.events-gallery {
    padding-top: 40px;
    padding-bottom: 64px;
    margin-top: 40px;
    }

    /*Specific rules for page "Trabaja con nosotros".*/
    .work-with-us-file {
    margin-bottom: 20px;
    }

    .work-with-us.welcome {
    padding-top: 40px;
    }

    .work-with-us.job-offers {
    padding-top: 56px;
    padding-bottom: 64px;
    }

    .work-with-us.job-offers h1 {
    padding-bottom: 32px;
    }

    .work-with-us.job-offers .job-offer-thumbnail {
    width: 30%;
    }

    .vn-events.welcome {
    padding-top: 88px;
    padding-bottom: 88px;
    }

    .vn-events.toggle-between-views,
    .vn-events.villanueva-events {
    margin-top: 40px;
    }

    /*Fixes in "Campus Virtual Universidad Villanueva"*/
    .virtual-campus-sites {
    padding-top: 40px;
    }

    /*Fixes in "Solicitud de información"*/
    .request-for-information {
    padding-top: 40px;
    }

}

@media only screen and (max-width: 600px) {
    .blog_holder.masonry_full_width .blog_holder_grid_sizer,
    .blog_holder.masonry_full_width article {
    width: 90% !important;
    margin-left: 5%;
    }

}

@media only screen and (max-width: 480px) {
    .thank-you-page p {
    width: 100%;
    }

    .thank-you-page h1 {
    width: 100%;
    }

    .page_not_found {
    margin: 0 0 16px;
    padding: 24px;
    }

    /*PRIVACY POLICY*/
    .vc_row.wpb_row.section.vc_row-fluid.legal-info-content {
    background: url(https://des.univi.es/wp-content/uploads/2020/06/becas-ayudas-pattern-bg-mobile.png);
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
    }

    .legal-info-content .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 55px;
    width: 100%;
    }

    .privacy-policy-first-section .indented-content.small-left-arrow p,
    .privacy-policy-first-section .blue-link.indented-content,
    .legal-basis-title p,
    .legal-basis-content,
    .interested-party-rights ul,
    .electronic-communications li {
    padding-left: 40px;
    }

    .legal-info-content img {
    max-width: 26px;
    }

    .legal-info-content .large-left-arrow img {
    margin-right: 8px;
    }

    .legal-info-content h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    }

    .legal-info-content h1 {
    padding: 48px 0;
    }

    .info-and-application-form .sf-form input[type='submit'] {
    width: 100%;
    }

    .info-and-application-form input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    }

    form.complaints-box-form .uv-unset-margin-bottom p:nth-child(1) {
    margin-bottom: 20px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    body:not(.qode_disabled_responsive_button_padding_change) .virtual-campus-sites .qbutton {
    width: 80%;
    }

    .virtual-campus-content .background-image .vc_column-inner {
    padding: 24px;
    }

    .virtual-campus-content h1 {
    font-size: 32px;
    }

    /*Specific rules for "Application for admission" and "Request for information" pages*/
    div.section.request-for-information {
    background-size: 90%;
    background-position: bottom -50px left;
    }

    div.section.application-for-admission {
    background-position: bottom -50px left;
    }

    .virtual-campus-content .vn-grid {
    width: auto;
    }

    .virtual-campus-content .background-image:nth-child(1) .vc_column-inner,
    .virtual-campus-content .background-image:nth-child(2) .vc_column-inner {
    background-size: 50%;
    background-position: bottom right;
    }

    .virtual-campus-content a {
    font-size: 16px;
    font-weight: 500;
    }

    .virtual-campus-content img {
    width: 35%;
    }

    /*Specific rules for "Servicios" page*/
    .services h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.3px;
    padding: 80px 0;
    }

    .services .blue-bullets {
    position: static;
    }

    .services .qbutton {
    letter-spacing: 0.5px;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .services .qbutton {
    margin-top: 0;
    }

    div.section.services-content {
    background: none;
    background-position: top left 8px;
    background-size: contain;
    background-repeat: repeat-y;
    }

    .services .vn-grid.vn-reduced-grid {
    width: 360px;
    margin-right: 8px;
    }

    /*Specific rules for a standard entry*/
    .blog_single.blog_holder article .post_text .post_text_inner {
    padding-top: 60px;
    }

    /*Specific rules for "Cláusula de Protección de datos personales Trabaja con nosotros"*/
    .clause-work-with-us {
    padding-top: 72px;
    padding-bottom: 144px;
    }

    .clause-work-with-us h1 {
    padding-bottom: 32px;
    }

    .clause-work-with-us p {
    margin-bottom: 20px;
    }

    /*Specific rules for page "Noticias"*/
    .noticias .q_masonry_blog article .q_masonry_blog_post_text {
    padding: 16px 16px 24px 16px;
    }

    .noticias h1 {
    font-size: 24px;
    line-height: 27px;
    }

    /*Specific rules for blog archive*/
    .blog .blog_holder.masonry {
    width: inherit !important;
    }

    .location.welcome {
    width: 382px;
    margin: 0 auto;
    }

    .location .right-column {
    padding: 40px 0;
    }

    .location .left-column {
    height: 390px;
    }

    .location.welcome .left-column .vc_column-inner {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-header-mobile.jpg');
    }

    .location.map-section {
    background-image: url('https://www.villanueva.edu/wp-content/uploads/2020/11/location-footer-mobile.jpg');
    }

    /*Specific rules for pages of events, both the list view and the calendar view.*/
    .vn-events.welcome {
    padding-top: 80px;
    padding-bottom: 80px;
    }

    .vn-events.toggle-between-views,
    .vn-events.villanueva-events {
    margin-top: 24px;
    }

    .vn-events.events-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    }

    .vn-events.vn-calendar .blue-solid-button {
    margin-left: 0;
    }

    .vn-events.vn-events-list .blue-outline-button {
    margin-left: 0;
    }

    /*Specific rules for page "Trabaja con nosotros".*/
    .work-with-us.job-offers .job-offer-thumbnail {
    width: 100%;
    margin: 0 0 20px 0;
    height: 200px;
    }

    .work-with-us.welcome {
    padding-top: 24px;
    }

    .work-with-us.welcome h1 {
    padding-bottom: 16px;
    }

    .work-with-us .wpcf7-form p label {
    font-size: 16px;
    }

    .work-with-us .wpcf7 form.wpcf7-form p:nth-child(8) label {
    font-size: 16px;
    }

}

@media only screen and (max-width: 375px) {
    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
    padding: 16px 16px !important;
    font-size: 14px;
    position: relative;
    right: 10px;
    width: auto;
    }

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content .vn-grid {
    width: auto;
    }

    /*Specific rules for "Organigrama" page*/
    .services .vn-grid.vn-reduced-grid {
    width: 320px;
    }

    /*Specific rules for "Servicios" page*/
    div.section.services-content {
    background-size: 75%;
    }

    /*Specific rules for page "Noticias"*/
    .noticias .vc_column_container>.vc_column-inner {
    width: 90%;
    margin: 0 auto;
    }

    /*Specific rules for page "Localización"*/
    .location.welcome {
    width: 320px;
    }

    /*Fixes in "Campus Virtual Universidad Villanueva"*/
    .virtual-campus-sites .qbutton {
    letter-spacing: 1px;
    }

}

@media only screen and (max-width: 320px) {
    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
    padding: 16px 8px !important;
    right: 29px;
    width: auto;
    }

    body:not(.qode_disabled_responsive_button_padding_change) .thank-you-page .qbutton {
    padding: 16px 8px !important;
    right: 29px;
    }

    .page_not_found {
    padding: 24px;
    }

    /*Specific rules for "Virtual Campus" pages*/
    .virtual-campus-content .vn-grid {
    width: auto;
    }

    /*Specific rules for "Servicios" page*/
    div.section.services-content {
    background-position: top left 8px;
    background-size: 90%;
    }

    .services .vn-grid.vn-reduced-grid {
    width: 290px;
    }

    /*Specific rules for page "Localización"*/
    .location.welcome {
    width: 270px;
    }

}
