/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2025 | 14:25:06 */
@import url("https://dcawebs.com/wp-content/uploads/elementor/google-fonts/css/sanchez.css");

/* Portfolio Pages Width */
@media (min-width: 922px) {
    .ast-container {
        max-width: 1280px !important;
    }
}

.wp-block-column.is-vertically-aligned-top.is-layout-flow.wp-block-column-is-layout-flow .is-layout-flex {
    gap: 0px !important;
}

.wp-block-columns.are-vertically-aligned-top.is-layout-flex {
    gap: 0px !important;
}

/* Remove author and date info from Portfolio pages */

.type-portfolio .entry-meta {
	display:none !important;
}
.grupo_tipo_trabajo, .grupo_type_of_work {
    width: 100%; /* Full width of the container */
    display: flex; /* Use flexbox for alignment */
    justify-content: left; /* Center the items horizontally */
    flex-wrap: nowrap; /* Prevent wrapping to keep all items in one line */
    margin-top: 5px; /* Optional: Add some spacing on top */
    overflow-x: auto; /* Allow horizontal scrolling if needed */
    gap: 5px; /* Add gap between the divs */
}

.type-portfolio .tipo_trabajo, .type-portfolio .type_of_work {
    flex: 0 1 auto; /* Allow the divs to grow and occupy only as much space as needed */
    display: flex; /* Use flex for alignment within tipo_trabajo */
    justify-content: center; /* Center content horizontally within each tipo_trabajo */
    padding: 10px 10px; /* Adding padding for better spacing */
    border-radius: 0; /* Matches the radius you want */
	background: #ffda73 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: bold;
	font-size: 20px;
    background-size: 25px 25px; /* Size for the icon */
    background-repeat: no-repeat; /* Prevents the icon from repeating */
    background-position: left center; /* Positions the icon to the left */
    white-space: nowrap; /* Prevents text from wrapping within the div */
}

@media (max-width: 1440px) {
    .grupo_tipo_trabajo, .grupo_type_of_work {
        flex-wrap: wrap; /* Allow wrapping of items to stack vertically */
        justify-content: flex-start; /* Align items to the left */
    }
}

@media (max-width: 600px) {
    .type-portfolio .tipo_trabajo, .type-portfolio .grupo_type_of_work {
        width: 100%; /* Take 100% of the container width */
        max-width: none; /* Remove the maximum width constraint */
    }
}

/* Web Description Text */

.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child .uagb-icon-list__label {
	font-size:18px !important;
}
.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg {
    width: 18px !important;
    height: 18px !important;
    font-size:18px !important;

}

/* Visit Web Link */


.ub-button-container {
	display: flex !important;
  justify-content: center !important;
}

.ub-button-block-btn {
    text-align: center;
    color: inherit;
    margin: 0 10px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.ub-buttons .ub-button-container a.ub-button-block-main.ub-button-block-main {
 color: #000 !important;
    background: #FF9913 !important;
	border-radius:5px !important;
	width:80% !important;
}

.ub-buttons .ub-button-container a.ub-button-block-main.ub-button-block-main:hover {
color: #000 !important;
    background: #fcab3a !important;
	border-radius:5px !important;
}


/* Common Styles for tipo_sitio */
.type-portfolio .tipo_sitio, .type-portfolio .type_website {
    background-color: #B87333; /* Background color for tipo_sitio divs */
    padding-right: 10px; /* Optional: Add some padding on the right */
    width: 100%; /* Full width of the container */
    display: flex; /* Use flex for alignment */
    align-items: center; /* Center the content vertically */
    justify-content: center; /* Center the content horizontally */
    gap: 5px; /* Add gap between the divs */
    padding: 10px 10px; /* Adding padding for better spacing */
    border-radius: 0; /* Matches the radius you want */
    font-weight: bold; /* Makes the text bold */
    font-size: 20px; /* Font size for better readability */
    color: #fff; /* Text color for tipo_sitio and tipo_trabajo */
	text-transform: uppercase;
}


/* Drupal Class */
.type-portfolio .tipo_sitio.drupal, .type-portfolio .type_website.drupal {
    background-image: none; /* Remove background image */
}

/* WordPress Class */
.type-portfolio .tipo_sitio.wordpress, .type-portfolio .type_website.wordpress {
    background-image: none; /* Remove background image */

}

/* HTML Class */
.type-portfolio .tipo_sitio.html, .type-portfolio .type_website.html {
    background-image: none; /* Remove background image */

}

/* Centering the Background Image Next to the Text */
.type-portfolio .tipo_sitio, .type-portfolio .type_website {
	background-color: #0678BE;
	border-radius: 8px;
}
.type-portfolio .tipo_sitio::before, .type-portfolio .type_website::before {
    content: ''; /* Empty content for the pseudo-element */
    background-image: url('../2024/10/drupal-logo.png'); /* Path to your Drupal icon */
    background-size: 25px 25px; /* Size for the icon */
    background-repeat: no-repeat; /* Prevents the icon from repeating */
    width: 25px; /* Width of the icon */
    height: 25px; /* Height of the icon */
    margin-right: 10px; /* Space between the icon and the text */
    align-self: center; /* Center the icon vertically within the button */
}

/* Additional Classes for Different Icons */
.type-portfolio .tipo_sitio.wordpress, .type-portfolio .type_website.wordpress  {
	background-color: #21759B;
	border-radius: 8px;
}
.type-portfolio .tipo_sitio.wordpress::before, .type-portfolio .type_website.wordpress::before  {
    background-image: url('../2024/10/wordpress-logo.png'); /* Path to your WordPress icon */
}

.type-portfolio .tipo_sitio.html, .type-portfolio .type_website.htmlcss  {
	background-color: #E44D26;
	border-radius: 8px;
}
.type-portfolio .tipo_sitio.html::before, .type-portfolio .type_website.htmlcss::before  {
    background-image: url('../2024/10/html-css-logo.png'); /* Path to your HTML icon */
}

.type-portfolio .tipo_sitio.graphic_design, .type-portfolio .type_website.graphic-design  {
	background-color: #27AE60;
	border-radius: 8px;
}
.type-portfolio .tipo_sitio.graphic_design::before, .type-portfolio .type_website.graphic-design::before  {
    background-image: url('../2025/05/graphic-design-logo.png'); /* Path to your HTML icon */
}

.type-portfolio .caracteristicas {
    display: inline-block; /* Ensure each caracteristicas div is on its own line */
	margin: 0 5px 5px 0;
    padding: 5px 10px; /* Adding padding for better spacing */
    border-radius: 5px; /* Matches the radius you want */
    font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
    color: #000; /* Text color for caracteristicas */
    background-color: #3CB371; /* Background color for caracteristicas divs */
    margin-bottom: 5px; /* Optional: Add margin below caracteristicas */	
}

.type-portfolio .tipo_trabajo, .type-portfolio .type_of_work {
    background-color: #FF9913; /* Background color for tipo_trabajo divs */
	border-radius: 8px;
}

/* Change Size Portfolio Website Names */


.entry-title {
    font-size: 26px;
    font-size: 2.75rem;
	font-weight:bold;
}
.single .entry-header {
    margin-bottom: 0;
}

/* Remove Padding on Website Top Info */


.entry-content > .wp-block-group, .entry-content > .wp-block-cover, .entry-content > .wp-block-columns {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 5px;
}

/* Remove Margin of Portfolio Pages */

@media (min-width: 1201px) {
    .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1200px) {
    .ast-separate-container .entry-content > .alignfull, .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content .alignfull {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Ejemplos Visuales del Sitio Web container */
.ejemplos-visuales {
	border-radius:0 !important;
	background:#FF991361 !important;
	font-family: "Sanchez", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #FF7700 !important;
	margin-right:0 !important;
	margin-left:0 !important;
	max-width:inherit !important;
	font-size:38px !important;
	line-height:38px !important;
	padding:20px !important;
}

@media (max-width: 1024px) {
.ejemplos-visuales {
	font-size:26px !important;
	line-height:26px !important;
}
    }

@media (max-width: 767px) {
.ejemplos-visuales {
	font-size:18px !important;
	line-height:18px !important;
}
    }

/* Layout Borders */
.single .post-navigation {
    margin: 0;
    padding: 0.2em 0 0;
}
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 1.34em 3.67em;
}


/* Remove Title from Project Pages */
.portfolio header.entry-header {
display:none;
}

/* Portfolio Page Background */

.ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #faf5e5;
}

/* Next - Previous Project Links */
.post-navigation a {
    line-height: normal;
}
.post-navigation {
padding: 10px 10px !important;
}
.navigation.post-navigation .nav-links a {
	color: #000;
	background: #FF9913;
	font-weight:bold;
	padding:10px;
	border-radius: 5px;
	height: fit-content;
	text-transform: uppercase;
}
.navigation.post-navigation .nav-links a {
	color: #000;
	background: #FF9913;
	font-weight:bold;
	padding:10px;
	border-radius: 5px;
	height: fit-content;
	text-transform: uppercase;
}

.navigation.post-navigation .nav-links a:hover {
	color: #000;
	background: #fcab3a;
}

.vp-filter__style-default .vp-filter__item>a:focus, .vp-filter__style-default .vp-filter__item>a:hover {
    background-color: var(--wp--preset--color--ast-global-color-0) !important;
    color: #000 !important;
}

/* Style Portfolio Page Titles */

.entry-content[data-ast-blocks-layout] > * {
    max-width: inherit;
}
/*
.wp-block-uagb-advanced-heading {
	padding: 10px 10px !important;
    border-radius: 0 !important;
    background: #FF991361 !important;
	margin-bottom:10px !important;
}
 .uagb-heading-text,
h2.vp-portfolio__item-meta-title,
h1.entry-title {
	text-transform: uppercase;
	font-family: "Sanchez", Sans-serif !important;
	color: #FF7700 !important;
    font-size: 38px !important;
	line-height:38px !important;
}


@media only screen and (max-width: 1024px) {
    .wp-block-uagb-advanced-heading .uagb-heading-text {
	font-size:28px !important;
	line-height:28px !important;
}
    }
@media only screen and (max-width: 767px) {
    .wp-block-uagb-advanced-heading .uagb-heading-text {
	font-size:22px !important;
	line-height:22px !important;
}
    }
*/
.wp-block-column.is-vertically-aligned-center {
    align-self: inherit;
}

/* Change Color of Filter Links in Portfolio page */

.vp-filter__style-default .vp-filter__item>* {
    background-color: #fcab3a !important;
	color:#000 !important;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
    color: #000 !important;
    background-color: var(--wp--preset--color--ast-global-color-0) !important;
}


.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active>* {
    color: var(--wp--preset--color--ast-global-color-0);
}

/* Align icons with text on project description */

.uagb-icon-list__source-wrap svg {
    margin-top: 8px;
}

.wp-block-uagb-icon-list.uagb-block-a4e13dc0.wp-block-uagb-icon-list .wp-block-uagb-icon-list-child {
    margin-bottom: 0;
}

/* Remove margin on Title Sides */ 

.ast-container, .ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0
    }
}