/**
Theme Name: Rodanol
Author: José Figueroa
Author URI: http://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* =Theme customization starts here
------------------------------------------------------- */


/* Kudu WEB Price table Elementor Widget
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');

html { scroll-behavior: smooth; overflow-x:hidden;} 

input,a,div,span,button{
    outline: none !important;
}

a{
    text-decoration: none !important;
}

.content-width,
footer {
    margin-left: 300px !important;
}

.content-width {
    padding-left: 90px !important;
}

.cwauto{
    padding: 0 !important
}

#menu-mov-header {
    padding-left: 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
    transition: all 0.5s;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
    transition: all 0.5s;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
    transition: all 0.5s;
}

/* Handle on hover 
::-webkit-scrollbar-thumb:hover {
  background: #555;
    transition: all 0.5s;
}
*/

#titulo-archive{
    color: #FBAF17;
    font-family: "Titillium Web", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}



.page-numbers{
    padding: 3px 10px !important;
    background: #2c4ea1 !important;
    color: white !important;
}

.page-numbers.current{
    background: #898989 !important;
}


.container-card.cont-img {
    width: 56% !important;
	/*width: 64% !important;*/
}

@media(max-width:1400px) {

    .content-width,
    footer {
        margin-left: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /*
    .content-width {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    */
}

@media(max-width:900px) and (min-width:600px){
	.container-card.cont-img {
    	width: 100% !important;
	}
}

.underline:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 2px;
    width: 55px;
    background: white;
    z-index: 1;
}

.underline-title:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 175px;
    background: #fbaf17;
    z-index: 1;
}

@media(max-width:764px) {
    #titulo-archive{
        font-size: 30px !important;
    }
    #titulo-archive .content-width {
        padding-right: 0px !important;
    }
    .card-inn-cont{
        margin-bottom: 0 !important;
    }
}

.prog-bar-wrapper{
	margin-bottom: 40px !important;
    margin-top: 20px !important;
}

@media(max-width:500px){
	.prog-bar-wrapper{
		margin-bottom: 20px !important;
		margin-top: 0px !important;
		width: 98% !important;
	}
}




/*----------------------*/
/*----- Menú ------*/
/*----------------------*/
#menu {
    position: fixed !important;
    width: 300px;
    max-width: 375px;
    min-height: 100vh;
    transition: all 500ms ease-in-out;
    overflow: auto;
    overflow-x: hidden !important;
}

#menu nav,
#menu .elementor-widget-wrap {
    height: 100% !important;

}

#menu form {
    border-top: 1px solid #e6e0e0;
    overflow: hidden;
}

#menu nav .search-submit {
    visibility: hidden;
    width: 94px;
    padding: 0 !important;
}

#menu .search-field {
    width: 195px;
    padding: 23px 1.75em;
    border: none;
    background: white;
    text-align: center;
    border-right: 1px solid #e6e0e0;
}

#menu button {
    visibility: visible !important;
    padding-top: 10px !important;
    background: white !important;
    border: none !important;
}

#menu button i {
    color: red;
    font-size: 25px;
    font-weight: 400;
}

#menu input[type="submit"] {
    height: 0px;
    padding: 0 !important;
}

#menu .elementor-item.elementor-item-active {
    font-weight: 800;
}

.menu-active {
    margin-left: 0px !important;
}

@media(max-width:1400px) {
    #menu {
        width: 250px;
        margin-left: -255px;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    }

    #menu .search-field {
        width: 170px;
        padding: 23px 1.75em 34px;
    }

    #menu nav .search-submit {
        transform: translateY(5px);
        width: 60px;
        padding-right: 5px;
        padding-left: 5px;
        padding: 0;

    }
    #menu-mov{
        display:block !important;
    }
	
	div.container-card.cont-img {
		width: 47%;
	}
}

@media(max-width:767px) {
    #menu .elementor-container {
        height: 70vh;
        box-shadow: none !important;
    }
    #menu div{
        box-shadow: none !important;
    }
}


/*----------------------*/
/*----- Filtro ------*/
/*----------------------*/

.filtro_container .elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
}

.cat-card {
    position: relative;
    display: flex;
    background: white;
    width: 100%;
	height: 141px;
    justify-content: space-between;
    opacity: .5;
    transition: ease .5s;
    text-decoration: none !important;
    color: black;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.cont-img {
    object-fit: cover;
    width: 100%;
    background-image: url(http://localhost/rodanol2/wp-content/uploads/2021/09/portada-sectores.jpg);
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transition: ease .5s
}

.container-card {
    max-height: 100%;
    margin: auto auto auto 0;
    width: max-content;
    padding: 38px 40px 38px 40px;
}
.container-card:hover{
	cursor:pointer
}

.container-card h2 {
    /*font-size: 44px;*/
    font-size: 2.5vw;
	font-weight: 700;
    color: #2c43a9 !important;
    font-family: "Titillium Web", Sans-serif;
    text-transform: uppercase;
    line-height: 40px;
}
.container-card:hover h2{
	color: black;
}
.cat-card2 .container-card,.cat-card2 .card-inner{
	display: flex;
	flex-direction:column;
}
.cat-card2 img{
	/*width: 20px;
	margin-left: 20px;
	margin-right: 40px;
	transition: all ease .3s;*/
	
	width: 0.4em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    margin-top: -0.2em;
	transition: all ease .3s;
}
@media(max-width:1024px) {
    .container-card h2 {
        line-height: inherit;
    }
}

.cont-img {
    width: 33%;
    margin: 0;
    padding: 0;
}

.linea-subt {
    height: 1px;
    background: #FBAF17;
    width: 80px;
    margin-top: 18px;
}

.container-card span,
.card-inn-cont div {
    margin: 0px 0;
    padding: 5px 10px;
    /*font-size: 19px;*/
	font-size: 1vw;
	line-height: 22px;
}

.card-inn-cont {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 15px;
}

.card-inn-cont li{
    margin-right: 10px;
    margin-left: 20px;
}

.card-inn-cont li::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #fbaf17;
}
.card-inn-cont li:first-child::before {
    color: transparent;
}

.container-card span {
    border-right: 1px solid #FBAF17;
}

.container-card span:last-child {
    border-right: none !important;
}

.cat-card:hover {
    opacity: 1;
}

.cat-card:hover .cont-img {
    filter: grayscale(0)
}

@media(max-width:1700px) {
    .cat-card {
        /*flex-wrap: wrap;
        height: max-content;*/
		display:flex;
		height: 130px;
    }

	.cat-card2 .container-card:nth-child(2){
		/*display: none;*/
		display:block;
	}


    .cat-card img {
        height: 150px;
        margin-bottom: -5px;
    }

}
@media(max-width:1620px) {
	 .cont-img {
        width: 17%;
    }
}

@media (max-width: 999px) and (min-width: 400px){
	.container-card h2 {
        /*font-size: 30px;*/
		font-size: 4.7vw;
    }
	
	.container-card span, .card-inn-cont div{
		font-size: 2.5vw;
	}
	
	.filtro-window {
    	margin-top: 1px !important;
	}
}

@media (max-width: 417px) and (min-width: 200px){
	.container-card h2 {
        /*font-size: 30px;*/
		font-size: 8vw;
    }
	
	.container-card span, .card-inn-cont div{
		font-size: 2.5vw;
	}
	
	.cat-card2 .container-card:nth-child(2) {
    	display: block !important;
		background-position: left;
	}
	
	.filtro-window {
    	margin-top: 1px !important;
	}
	
	.elementor-11 .elementor-element.elementor-element-b93d6b2 {
    	top: 28px !important;
	}
}
@media (max-width: 1400px) and (min-width: 1000px){
	.cat-card2 .container-card{
		width:60%;
	}
		.container-card h2 {
        /*font-size: 30px;*/
		font-size: 3vw;
    }
	
	.container-card span, .card-inn-cont div{
		font-size: 2vw;
	}
}

@media(max-width:999px) {
    .container-card {
        width: 100%;
    }

    .cont-img {
        padding: 0;
		width: 17%; 
		height: 130px;
    }
	.container-card{
		width: 100%;
	}
    
	/*.cat-card{
		opacity: 1;
	}*/
	.cat-card .container-card:nth-child(1){
		
	}
	.card-inn-cont li:nth-child(1) {
		margin-left: 0px;
	}
}

@media(max-width:680px) {
	.card-inner{
		flex-wrap: wrap;
	}
	.cat-card2 .container-card:nth-child(2){
		display: none;
	}
	.container-card{
		padding: 20px 10px 10px 20px;
	}
    .container-card span {
        font-size: 16px;
    }
	.card-inner span{
		width: 100%;
		margin-top: 10px;align-content
		padding: 0;
	}
	.card-inner h2{
		margin: auto 0 !important;
	}
	.container-card span{
		padding: 0 !important;
	}
}


/*----------------------*/
/*----- Filtro ------*/
/*----------------------*/

.filtros-container {
    display: flex;
}

.filtro {
    transition: all 0.5s;
    position: absolute;
    max-height: 600px;
    overflow: auto;
    padding: 0 20px 0 0;
    width: 100%;
}

.container-filtros-child,
.container-filtros-parent {
    width: 50%;
}

.container-filtros-parent {
    justify-content: right;
}

.container-filtros-parent ul {
    list-style: none;
    margin-top: 100px;
    margin-left: 0;
}

.container-filtros-parent ul li {
    display: flex;
    width: 350px;
    background: white;
    margin: 12px 0;
}

.container-filtros-parent ul li:hover{
    opacity: .8;
    box-shadow: 0px 2px 5px #2e2e2e;
    transform: translateY(-2px);
}

.container-filtros-child {
    position: relative;
    margin-top: 200px;
}
.container-filtros-child ul{
    margin-left: 30px !important;
}

.child-list li{
    transition: all .3s;
}
.child-list li:hover{
   /* margin-left: 15px;*/
}

    .iconos {
        height: 55px !important;
		border-radius: 50% !important;
		transition: all .3s;
		margin-right: 16px;
    }
    .child-list li:hover .iconos{
        transform: rotate(45deg) scale(1.2);
            transition: all 0.3s;
            border-radius: 50%;

    }

.container-filtros-child a {
    color: white;
    text-decoration: none;
}

.cfp-inner {
    width: max-content;
    margin: auto;
    margin-right: 123px;
}
.cfp-inner a{
    text-decoration: none !important;
}

.none {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.img-destcada-1 {
    margin-left: -120px;
    margin-bottom: 45px;
    filter: grayscale(1);
    opacity: .5;
}

#titulo, #titulo_movil {
    font-size: 46px;
    font-weight: 700;
    color: #fbaf17;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    max-width: 350px;
}
#titulo_movil{
    margin-bottom: 0px;
}
.linea-subt.disp-bloc{
        margin-bottom: 20px;
}
.select{
    opacity: .5;
    transition: all ease .5s;
}
.select.editable{
    opacity: 1;
    box-shadow: 0px 2px 5px #2e2e2e;
    transform: translateY(-2px);
}
.select:hover {
    cursor: pointer;
}

.titulo-minicart {
    padding: 0px 22px;
    width: 55%;
    height: max-content;
    margin: auto;
    font-size: 19px;
    font-weight: 700;
    color: #2B4EA2;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    line-height: 25px;
}

.bg-destacada {
    background-size: cover;
    background-position: center;
    width: 45%;
    height: 60px;
    ;
}

.child-list {
    list-style: none;
}

.child-list a {
    text-decoration: none !important;
}

.child-list li {
    margin: 38px 0;
}

.child-list li {
    font-size: 23px;
}


/*** Filtro letras ***/

#filtro-final{
    padding-right: 90px !important;
    padding-left: 90px !important;
}

.list-letras{
    margin-bottom: 30px;
}

.list-letras{
    display: flex;
}
.list-letras h2{
    font-size: 40px;
    color: white;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
}
.list-letras ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 20px;
}

.list-letras ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    color: #fbaf17;
}


.list-letras ul li:first-child {
    margin-left: 0px;
}

.list-letras ul li:first-child::before {
    color: transparent;
}

.list-letras ul li{
    margin-right: 10px;
    margin-left: 20px;
    font-size: 17px;
}
.list-letras ul a{
    text-decoration: none !important;
}

.filtro1{
    margin-left: 60px;
}

    .filt_mov{
        display: none;
    }
    
    .disp-bloc{
        display:none;
    }

@media(max-width:1350px){
    #filtro-final{
        padding: 0 15px !important;
    }
    .filtro1{
        margin-left: 0px;
    }
}

@media(max-width:1200px){
    #filtro-final{
        padding: 0 15px !important;
    }
    .cfp-inner{
        width: 90%;
    }
    .container-filtros-parent ul li{
        width: 100%;
    }
}

@media(max-width:680px){
    .filt_desk{
        display: none;
    }
    .filt_mov{
        display: block;
    }
    .filtros-container{
        flex-direction: column
    }
    .container-filtros-parent, .container-filtros-child, .cfp-inner{
        width: 100%;
    }
    .img-destcada-1{
        margin-bottom: 0px;
    }
    #titulo, #titulo_movil {
        font-size: 34px;
    }
    
    .container-filtros-parent ul{
        margin-top: 20px;
    }
    .container-filtros-child{
        margin-top: 10px;
    }
    .filtro{
        max-height: 315px;
    }
    .list-letras{
        margin-bottom: 0;
    }
    .container-filtros-child{
        padding: 0 20px;
        width: 93%;
    }
    .container-filtros-child ul{
        margin-left: 15px !important;
    }
    .list-letras ul li{
        font-size: 15px;
    }
    .list-letras h2{
        font-size: 30px;
    }
    .child-list li{
        margin: 20px 0 !important;
        font-size: 18px;
    }
    .iconos{
        height: 62px !important;
        margin-left: -10px;
        transition: all .3s;
    }

    #filtro-final{
        padding: 0 !important;
    }
    .cfp-inner{
        padding: 15px;
    }
    .img-destcada-1{
        margin-left: 0;
    }
    .linea-subt{
        margin-top: 5px;
    }
    
    .disp-none{
        display:none;
    }
    .disp-bloc{
        display:block;
    }
}


/*-----------------------------*/
/*----- Single producto ------*/
/*----------------------------*/

.content-single{
    padding-left: 0px !important;
    
}

.tipos-container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tipos-container-inner{
    display: flex;
    background: #353636;
    border-radius: 40px;
    border: 2px solid #fbaf17;
    margin: 5px;
}
.tipos-container-inner img{
    height: 50px !important;
    margin-right: 0px !important;
    margin: 0px;
	padding: 4px;
}
.tipos-text {
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    margin: auto 15px auto 5px;
}

.sec-ap-container{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.sec-ap-text{
    color: #353636;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 20px;
    line-height: 25.5px;
}

.sec-ap-text::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #353636;
}
.sec-ap-text:first-child::before {
    color: transparent;
}
#descripcion h3{
    font-family: "Titillium Web", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b4ea2;
    margin-bottom: 20px;
}

@media(max-width:900px){
    .tipos-container-inner img {
        height: 35px !important;
    }
    .tipos-text{
        font-size: 12px;
        margin: 5px 15px 6px 5px;
    }
}
@media(max-width:680px){
    #descripcion h3{
        font-size: 30px;
        margin-top: 20px;
    }
    .sec-ap-text{
        font-size: 15px;
    }
    #descripcion p{
        display: flex;
    }
    #descripcion p img{
        margin: auto;
    }
}


/*-----------------------------*/
/*----- galería de tags ------*/
/*----------------------------*/

.grid-wrapper img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 100px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}

@media(max-width:680px){
    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

/*-----------------------------*/
/*----- Presentaciones ------*/
/*----------------------------*/

    .flex-wrapper{
        display: flex;
        justify-content: center;
    }
    .container-pres{
        display: flex;
        width: max-contet;
        padding: 0 20px;
    }
    .container-pres-inner{
        margin: auto;
        margin-bottom: 0;
        height: max-content;
        margin-right: 10px;
    }
    .container-pres img{
        height: 110px !important;
    }
    .tipo{
        font-size: 16px;
        font-weight: 400;
        color: #7a7a7a;
        text-align: right;
        text-transform: uppercase;
        margin-bottom: -8px;
        font-family: 'Open Sans', sans-serif;
    }
    .cantidad{
        font-size: 16px;
        font-weight: 800;
        color: #7a7a7a;
        text-align: right;
        font-family: 'Open Sans', sans-serif;
    }

@media(max-width:680px){
    .flex-wrapper{
        flex-wrap: wrap;
    }
    .container-pres img {
        height: 95px !important;
    }
    .tipo, .cantidad{
        font-size: 14px;
    }
    .container-pres{
        padding: 0 10px;
    }
}

/*-----------------------------*/
/*----- Paginas PDFS ------*/
/*----------------------------*/

#page-pdfs .elementor-tab-title{
    background: #2B4EA2;
    font-family: "Titillium Web", Sans-serif !important;
}
#page-pdfs .elementor-tab-title.elementor-active{
    background: #F3F2F2
}
#page-pdfs .elementor-tab-title i{
    margin-left: 10px;
    color: #fbaf17 !important;
}
#page-pdfs .elementor-tab-desktop-title{
    padding: 35px 40px !important;
}

#page-pdfs .elementor-tab-mobile-title{
    display: none !important;
}
#page-pdfs .elementor-tabs .elementor-tabs-wrapper{
    display: block !important;
}

#page-pdfs h4{
    color: #2B4EA2;
    font-size: 18;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Titillium Web", Sans-serif !important;
}
#page-pdfs tr:nth-child(1){
    background: #2B4EA2 !important;
    color: white !important;
    font-family: "Titillium Web", Sans-serif !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#page-pdfs tr td{
    padding: 5px 30px !important;
    font-size: 14px !important;
    font-weight: 400px !important;
    color: #2b4ea2 !important;
}
#page-pdfs tr:nth-child(1) td{
    padding: 15px 30px;
    border-color: #2b4ea2;
    color: white !important;
}

#page-pdfs table{
    display: flex;
}
#page-pdfs tbody{
    overflow-x: auto;
}
@media(max-width:680px){
    #page-pdfs .elementor-tab-desktop-title{
        padding: 15px 10px !important;
    }
    #page-pdfs .elementor-tab-title i{
        margin-left: 10px;
    }
    #page-pdfs tr td{
        padding: 10px 12px !important;
    }
    #page-pdfs tr:nth-child(1) td{
        color: white !important;
        width: 90% !important;
    }
}









    /* Reset CSS */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .container {
        margin: auto;
        max-width: 1200px;
    }

    /*
 CSS for the main interaction
*/
    .tabset>input[type="radio"] {
        position: absolute;
        left: -200vw;
    }

    .tabset .tab-panel {
        display: none;
    }

    .tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
    .tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
    .tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
    .tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
    .tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
    .tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
        display: block;
    }

.tab-panels{
	overflow: hidden !important;
}

    /*
 Styling
*/
    body {
        font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
        color: #333;
        font-weight: 300;
    }

    .tabset>label {
        position: relative;
        display: inline-block;
        padding: 30px 37px !important;
        border: 1px solid transparent;
        border-bottom: 0;
        cursor: pointer;
        font-weight: 600;
    }
/*
    .tabset>label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }
*/
    
    .tabset>input:focus+label {
        color: #06c; 
    }
    .tabset label {
        background-color: #2B4EA2;
        border-color: #2B4EA2;
        margin-right: -5px;
        color: white;
        font-size: 17px !important;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 0;
        font-family: "Titillium Web", Sans-serif !important;
        margin-bottom: -5px;
    }

    .tabset>label:hover::after,
    .tabset>input:focus+label::after,
    .tabset>input:checked+label::after {
        background: #06c;
    }

    .tabset>input:checked+label {
        background-color: #F3F2F2;
        border-color: #F3F2F2;
        /*border-bottom: 1px solid #fff;*/
        margin-bottom: -1px;
        color: #7F7F7F;
    }

    .tab-panel {
        padding: 30px 0;
        background: #f3f2f2;
        padding: 20px 50px;
    }
    
    iframe{
        border: none;
    }

    /*
 Demo purposes only
*/
    *,
    *:before,
    *:after {
        box-sizing: border-box;
    }


    .tabset {
        max-width: 65em;
    }

.tabset i {
    margin-left: 10px;
    color: #fbaf17 !important;
}

    .iframe-info{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 50px;
        padding-bottom: 40px;
        border-bottom: 1px solid #bab5b5;
        font-family: "Titillium Web", Sans-serif !important;
    }
    .iframe-info h3{
    font-size: 46px;
    line-height: 46px;
    margin: auto auto auto 0;
        text-transform: uppercase;
    }

@media(max-width:680px){
    .tabset label{
        font-size: 12px !important;
        padding: 19px 25px !important;
    }
    .tab-panel{
        padding: 30px 0;
        background: #f3f2f2;
        padding: 20px 10px;
    }
    .iframe-info h3{
        font-size: 22px;
    }
    .iframe-info img{
        width: 120px;
    }
    .tab-panel{
        height: 650px !important;
		
    }
	.iframe-info{
		margin-top: 5px;
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
}


@media(max-width:680px){
	div#n2-ss-2 .n2-style-9dadc956b9dc7135a25b4d6fa2b385d0-dot{
		padding: 5px 5px 5px 5px !important;
		margin: 4px 8px !important;
	}
	.div#n2-ss-2 .n2-ss-control-bullet{
		    height: 17px !important;
	}
}




/*
 CSS window y filtro
*/

.filtro-window{
    padding: 30px 60px;
    width: 350px;
    background: black;
    position: absolute;
    z-index: 10;
    max-height: 280px;
    overflow: auto;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}
.blockActive ~ .filtro-window{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.filtro-window ul{
    margin: 0px;
}
.filtro-window li, .filtro-window li a{
    color: white !important;
}
.blockActive{
    opacity: 1;
}
.blockActive ~ .cat-card:hover{
    opacity: 0.5 !important;
}
.blockActive img{
	transform: rotate(180deg);
}
.filtro-window .child-list{
    
}
.filtro-window .none .my_term-archive, .filtro-window .none .child-list{
    display: none;
}
.iconos-window{
    width: 40px;
    height: 40px;
}
.filtro-window .none .child-list{
    font-size: 22px;
    font-weight: 600;
}
.filtro-window .child-list li{
	display: flex;
	line-height: normal;
}
.filtro-window .child-list li, .filtro-window .list-letras li{
    margin: 20px 0 !important;
}
.filtro-window .child-list li img{
	margin-right: 20px;
}
.filtro-window .list-letras li{
    width: 100%;
}
.filtro-window .filtro1 {
    margin-left: 0px;
}
.filtro-window .list-letras {
    margin-bottom: 0px;
}
.filtro-window  .list-letras ul li::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #fbaf17 !important;
}

.filtro-window  .list-letras ul li, .filtro-window  .child-list li{
	font-size: 19px;
}

@media(max-width:999px){
	.filtro-window{
		padding: 15px 30px;
    	width: 240px;
	}
	.filtro-window{
		margin-top: -130px;
	}
}



#imd-dest .elementor-widget-container{
	margin: 0 -20px !important;
}

#posts h2, #posts h2 a{
	color: #3B3B3B !important;
}
#posts p, #posts p a{
	color: #767676 !important;
}
@media(max-width:1024px){
	#posts > .elementor-widget-container{
		padding: 40px 20px 40px 20px !important;
	}
}
@media(max-width:767px){
	#posts > .elementor-widget-container:nth-child(1){
		padding: 10px 0px 10px 0px !important;
	}
}


/*-----------------------------*/
/*----- BUSCADOR ------*/
/*----------------------------*/

/*.search-results-container{
	
}*/
.elementor-search-form--skin-classic>div {
    overflow: hidden;
    border:solid 1px #8080804f;
    border-radius: 30px;
}
.elementor-search-form--skin-classic{
    margin: 0 40px;
    max-width: 240px;
}
.elementor-search-form--skin-classic button{
    padding-top: 0 !important;
    margin-top: -7px !important;
}
.search-result{
    margin: 0 0 40px 40px;
    overflow: hidden;
    padding: 30px 26px 30px 30px;
    background-color: #ffff;
    /*border: 1px solid #ffff;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 30%;
	height: 280px;
	display: inline-block;
}

.search-result h3{
	font-family: "Titillium Web", Sans-serif;
    font-size: 25px;
    font-weight: 700;
	color:red;
    text-transform: uppercase;
}

.search-result p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
	margin-top: 15px;
	font-size: 14px !important;
	color: #3b3b3b !important;
	text-align: left;
	font-weight: 500;

}


.search-result{
    position:relative
}
.etiqueta-card{
	width: auto;
    float: right;
    background: gray;
    padding: 2px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.search-result a{
	font-weight: 700;
	color:#2b4ea2;
    text-transform: uppercase;
}


/*------------------TABLET----------------------*/
@media (max-width: 884px) and (min-width: 768px){
	.search-result {
		margin: 0 0 40px 20px !important;
	}
}
/*-------------------MOVIL----------------------*/
@media (max-width: 430px) and (min-width: 200px){
	.search-result {
		margin: 0 0 40px 30px;
		width: 80%;
	}
    .elementor-search-form--skin-classic>div {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}