/*
Theme Name: CGCOO
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 3.9.4.1671450964
Updated: 2022-12-19 11:56:04

*/

/* Menú Lateral */
.menu__lateral li a {
    padding:0 !important;
}

/*Color de los enlaces*/
.entry-content p a, .entry-content label a {color: #AF1440!important;}
.entry-content p a:hover, .entry-content label a:hover {
  color: #9db8d0!important;;
}

/* Estilos del Menú */
ul.sub-menu {
    padding: 10px 5px;
}

/* Estilos generales de todas las páginas */

.single div#primary,
.page div#primary {
    margin-top: 0 !important;
}

/* Bloque descargas */

.bloque__procedimientos__procedimiento a,
.bloque__descargas a {
    background-color: #af1440;
}


.bloque__descargas__descarga .texto__documento__boton__descargas {
    margin-bottom:0 !important;
}

a.enlace__descarga__bloque__descargas {
    background:#af1440 !important;
}

a.enlace__descarga__bloque__descargas:hover {
    background:#333333 !important;
}


/* Informaciones */

.single-informaciones .post-thumb-img-content.post-thumb {
    display: none;
}

.bloque__descargas__descarga a#enlace__descarga__bloque__descargas {
    color: white !important;
}

img.imagen__cuerpo__informacion {
    float: left;
    max-width: 50%;
    margin: 0px 1rem 0 0;
}

@media (max-width: 900px) {
	img.imagen__cuerpo__informacion {
			float: left;
			max-width: 100%;
			margin: 0;
	}
}


/*Formularios*/

.nf-form-fields-required{
    background: #fcf8e3;
    border: #faebcc 1px solid;
    margin: 10px 0;
    padding: 5px 10px 5px 20px;
}

label {
    width: initial!important;
    font-weight: 500!important;
    font-size: 16px;
}

.label-left .nf-field-label {
    width: 30%;
}

.label-left .nf-field-element {
    width: 70%;
}

.nf-form-content input:not([type="button"]), 
.nf-form-content textarea {
    border-radius: 0.5em!important;
}

.nf-form-content input.ninja-forms-field {
    height: 40px!important;
}

.nf-form-content button, 
.nf-form-content input[type="button"], 
.nf-form-content input[type="submit"] {
    background: #044b83!important;
    float: right;
    border-radius: 5px;
}

.nf-error.field-wrap .nf-field-element:after {
    background: transparent !important;
    color: #e80000 !important;
    height: 38px !important;
    line-height: 38px !important;
}

div#nf-form-3-cont,
div#nf-form-2-cont {
    margin: 3rem 0;
}

.nf-field-label label {
    font-size: 16px !important;
    text-align: initial !important;
}

.nf-field-container {
    margin-bottom: 10px !important;
}

.nf-error-msg.nf-error-required-error {
    display: none !important;
}

.nf-form-content .list-select-wrap 
.nf-field-element>div, 
.nf-form-content input:not([type=button]), 
.nf-form-content textarea {
    background: transparent !important;
}

label#nf-label-field-50,
label#nf-label-field-36,
label#nf-label-field-22 {
    width: 100% !important;
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative;
    z-index: 20;
}

.list-checkbox-wrap ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    flex-direction: row;
    justify-content: flex-start;
}

.list-checkbox-wrap ul li input {
    display: none !important;
}


/* Formularios de filtro */

li.sf-field-search {
    display: inline-flex !important;
    align-items: center;
    /* gap: 3rem; */
    width: 100%;
}

input.sf-input-text {
    width: 100% !important;
}

li.sf-field-sort_order {
    float: right;
}

.searchandfilter ul li {
    padding: 0px 0 !important;
}

ul.sf_date_field label,
li.sf-field-search label {
    width: 100%;
    margin: 0; 
    font-size: 0.75rem;
    line-height: 1rem;  
    border-radius: 0.5rem; 
    border-width: 2px; 
    border-style: solid; 
    cursor: text; 
}

ul.sf_date_field {
    display: grid !important;
    grid-gap: 3rem;
    margin: 0;
    grid-template-columns: 1fr 1fr;
}

ul.sf_date_field li {
    display: grid;
    grid-template-columns: 2fr 4fr;
    align-items: center;
    margin: 0 !important;
}

form.searchandfilter {
    border-radius: 0.5rem;
    border-width: 2px;
    border-style: solid;
    padding: 1rem;
    margin-bottom:3rem;
}

form.searchandfilter ul {
    padding:0;
}

form.searchandfilter ul li:before {
    content: '';
    display:none;
}

li.sf-field-reset {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
}

li.sf-field-submit {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-right: 1rem !important;
}

li.sf-field-submit input[type="submit"] {
    display: flex;
    float: right;
}

li.sf-field-reset a.search-filter-reset {
    display: flex;
    float: right;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    border-radius: 6px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
}

li.sf-field-reset a.search-filter-reset:hover {
    background-color: #333333;
}

li.sf-field-submit input {
    text-transform: uppercase;
}

a.search-filter-reset {
    text-transform: uppercase;
    text-decoration: none !important;
}


form.searchandfilter input[type="submit"] {
    border-radius: 6px;
    padding: 10px 1rem;
}

form.searchandfilter input[type="submit"]:hover {
    background-color: #333333;
    color:white;
}

li.sf-field-search label {
    width: 100% !important;
}

select.sf-input-select {
    padding: 10px 0;
    border: 2px solid #f2f5f7 ;
    border-color: #e5e7eb !important;
    border-radius: 7px;
    background: #ffffff;
}

input.sf-input-text {
    background: #ffffff;
    border: 2px solid #e5e7eb ;
    border-radius: 7px;
}

ul.sf_date_field label, li.sf-field-search label {
    border-width: 0;
    border-style: solid;
    cursor: text;
}

/*Para la barrita azul debajo de los h1*/
/*.page .entry-header {
  margin-bottom: 3.5em;
}*/

h1.entry-title {
    position: relative;
}

h2.entry-title::before,
h1.entry-title::before {
	box-sizing: border-box;
    content: "";
    height: 2px;
    width: 30px;
    background-color: #af1440;
    display: inline-block;
    position: absolute;
    bottom: 0;
   	left: 0;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0 0 1em 0;
}

/*Prefijo de las migas de pan*/
.ast-breadcrumbs::before {
    content: "Estas en: ";
}

/*Menu principal - Redondear y separar el fondo*/
.main-header-menu > .menu-item > .menu-link {
    margin-right:2px;
}

.ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    background: #af1440;
}

#ast-hf-menu-1 .icon-arrow {
    display:none;
}

.main-header-menu .sub-menu {
    width: 280px;
}

/*Menu movil*/
.ast-header-break-point .main-navigation ul .menu-item .menu-link{
    background:#af1440;
}

/* Estilos lista desordenada */ 
.entry-content ul { 
    padding-left:20px; 
    list-style:none; 
}

.entry-content ul li { 
    margin-bottom:10px; 
}

.entry-content ul li:before { 
    font-family: 'FontAwesome';
    content: '✓';
    margin: 0 5px 0 -15px;
    font-weight: 800;
}

.entry-content .wpforms-field ul li:before { 
    font-family: 'FontAwesome';
    content: '';
    margin: 0 5px 0 -15px;
    font-weight: 800;
}

.glide ul li:before, 
.wp-block-navigation__responsive-container-content ul li:before,
.tercer-menu ul li:before {    
    list-style: none;
	content:none;
    margin:0;
	font-weight: 0;
}

/*Formularios*/

.nf-iframe-container iframe {
    width: 100%;
}

.nf-form-fields-required {
    background: #fcf8e3;
    border: #faebcc 1px solid;margin: 10px 0;
    padding: 5px 10px 5px 20px;
}

label {
    width: initial!important;
    font-weight: 500!important;
    font-size: 16px;
}

.label-left .nf-field-label {
    width: 30%;
}	

.label-left .nf-field-element {
    width: 70%;
}

.nf-form-content input:not([type="button"]), .nf-form-content textarea {
    border-radius: 0.5em!important;
}

.nf-form-content input.ninja-forms-field {
    height: 40px!important;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    background: #af1440!important;
	float: right;
    border-radius: 5px;
}

.nf-error.field-wrap .nf-field-element:after {
    background: transparent !important;
    color: #e80000 !important;
    height: 38px !important;
    line-height: 38px !important;
}


/*caja interna dos columnas*/
@media (max-width: 1200px) {
	.gb-grid-wrapper.gb-grid-wrapper-a8523d13 ,
    .gb-grid-wrapper.gb-grid-wrapper-da4eaed7 {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.gb-grid-column.gb-grid-column-7f806384,
	.gb-grid-wrapper > .gb-grid-column-f1b021bb {
		width: 100% !important;
	}
	.gb-grid-column.gb-grid-column-24d285d2,
	.gb-grid-wrapper > .gb-grid-column-9e63c8e5 {
        width: 100%;
	}
}

/*Menú lateral*/
.menu__lateral li {
    text-align: left;
    line-height: 1.3em !important;
    border-bottom: solid 1px #fff;
    font-size: 1em;
    color: #666;
    padding: 10px 0;
}

.menu__lateral li a {
    padding: 7px;
    font-weight: 500;
    font-size: 0.9em;
}

.menu__lateral li.current-menu-item a {
    color: #af1440 !important;
}

.menu__lateral li.current-menu-item {
    border-radius: 5px;
}

.menu__lateral {
    margin-top: 32px;
    background: #f2f2f2;
    padding: 1em;
    border-radius: 1em;
}

.menu__lateral .current-page-ancestor a {
    color:#AF1443;
    font-weight:700;
}

.main-header-menu .current-page-ancestor  {
    background:#AF1443 !important;
    border-radius: 1em;
    color:white;
}


/* Estilos del Menú */
/* Escritorio y otros */
@media (min-width: 1024px){
	span.menu-text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
svg.ast-arrow-svg {
    margin: 0 !important;
    padding: 0;
    display:none;
}


span.menu-text img {
    margin: 0 !important;
}

ul.sub-menu li {
    align-items: flex-start !important;
}

#ast-hf-menu-1 li a:hover img{
    filter: sepia(100%);
    -webkit-filter: invert(99%);
}

.sub-menu li a:hover #ast-hf-menu-1 img{
    filter: sepia(100%);
    -webkit-filter: invert(99%);
}

span.menu-text {
    line-height: 1.3em;
}

ul#ast-hf-menu-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.main-navigation.ast-inline-flex {
    width: 100%;
}

.ast-builder-menu-1 {
    width: 100%;
}

#ast-hf-menu-1 li a:hover img,
#ast-hf-menu-1 .current-page-ancestor img,
#ast-hf-menu-1 .current-menu-item img {
    filter: sepia(100%) !important;
    -webkit-filter: invert(99%) !important;
}


/* Estilos menús Movil y tablet */
/* Estilos para dispositivos móviles en orientación vertical y horizontal */
@media (max-width: 767px) {
	span.menu-text{
		display:flex;
		align-items:left !important;
		font-weight: 600;
		padding-left: 10px;
		padding-bottom: 3px;
		padding-top: 3px;
	}
	span.menu-item-type-custom{
		display:flex;
		align-items:left !important;
		text-align:left !important;
		align-content:left;
		
	}
}

/* Estilos para tablets en orientación vertical */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  	span.menu-text{
		display:flex;
		align-items:left !important;*/
		font-weight: 600;
		padding-left: 10px;
		padding-bottom: 3px;
		padding-top: 3px;
	}	
}

/* Breadcrumbs */

.ast-breadcrumbs ul li a {
    color: #AF1440;
    margin-right: 7px;
}

.ast-breadcrumbs ul li a:hover {
    color: #4b4f58;
}

.ast-breadcrumbs {
    padding: 7px 1em;
    border-radius: 20px !important;
}

.ast-breadcrumbs-wrapper {
    border-radius: 1em;
    margin-bottom: 10px;
}

.ast-breadcrumbs {
    padding: 7px 1em;
    border-radius: 20px !important;
    background: #F2F2F9;
}

/* Formulario Login */

h2.wppb-form-title {
    display: none;
}

#wppb-form-style-1-wrapper {
    width: unset !important;
    max-width: 470px;
    margin-right: 1rem;
}

p.wppb-form-field.login-password.wppb-form-text-field.label-outside,
p.wppb-form-field.login-username.wppb-form-text-field.label-outside {
    margin-bottom: 1rem !important;
}

p.login-submit input#wppb-submit {
    background-color:#af1440 !important;
    width:100%;
  }
  
  p.login-submit input#wppb-submit:hover {
    border-color:#af1440eb !important;
    background-color:#af1440eb !important;
    width:100% !important;
  }
  
  p.login-submit {
    width: 100%;
  }