/*

Theme Name: Consultio Child

Theme URI: http://demo.casethemes.net/consultio/

Author: Case-Themes

Author URI: https://themeforest.net/user/case-themes/portfolio/

Description: Consultio is the Perfect Consulting Finane & Business WordPress Theme. Consultio is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.   

Version: 2.5.0

License: ThemeForest

License URI: https://themeforest.net/licenses

Template: consultio

Text Domain: consultio-child

Tags: advisor, attorney, corporate accountant, consulting, consultant, finance, insurance, invest, investment, investor, mutual funds, pensions, retirement, saving, trading 

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/

/*slick js*/

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}



.ct-portfolio-carousel4:before{
    background-color:#004F91 !important;
}
.ct-portfolio-carousel4 .item--meta{
    background-color:rgb(235, 100, 53, 0.82) !important;
}
.slick-next:before{
    color:#EB6435 !important;
}
.slick-prev:before{
    color:#EB6435 !important;
}
.ct-portfolio-carousel4 .item--featured img{  
    -webkit-filter: grayscale(40%) !important;
    filter: grayscale(40%) !important;
}
.ct-main-menu > li.menu-item-has-children > a:after, .ct-main-menu > li.page_item_has_children > a:after{
    display:none !important;
}

.ct-heading .item--sub-title.style1:before{
    background-color: #EB6435;
    background-image: -webkit-linear-gradient(left, #EB6435, #ffdb72);

}
.ct-blog-carousel-layout7 .item--readmore a{
    background-color: #004F91 !important;
}

.calendar-navigation{
    background:#004F91 !important;
}
.calendar-archives.calendrier .month.has-posts a, .calendar-archives.calendrier .day.has-posts a{
    background-color:#EB6435 !important;
}
.calendar-archives.calendrier .calendar-navigation>.menu-container li>a.selected{
    background-image:#004F91 !important;
}	
.calendar-archives.calendrier .calendar-navigation{
    background-image: linear-gradient(to bottom, #004F91 0%, #004F91 100%);
}
.calendar-archives.calendrier .calendar-navigation>.menu-container li>a.selected{
    background-image: linear-gradient(to bottom, #EB6435 0%, #EB6435 100%);   
}
.calendar-archives.calendrier .calendar-navigation>.menu-container li>a:hover{
    background-image: linear-gradient(to bottom, #EB6435 0%, #EB6435 100%);
}

/*Catalogo prodcutos verdes*/

#results-verdes{
    width: 100%;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
 }
 #results-verdes h3{
    color: #65994D;
    font-family: "Inter", Sans-serif;
    margin-bottom: 20px;
    padding-left: 100px;
    text-align: center;
    font-size: 30px;
}
#results-verdes .un-resultado{
    width: 100%;
    background:#F6F6F6;
    padding-left: 100px;
    margin-bottom: 10px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}
#results-verdes .un-resultado .log-tipob img{
    width: 230px;
    height: auto;
}
#results-verdes .un-resultado .log-tipob span{
    display: inline-flex;
    margin-top: 10px;
    color:#004f91;
}
#results-verdes .un-resultado .log-tipob{
    width: 20%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#results-verdes .un-resultado .des{
    width: 80%;
    padding-left: 20px;
}
#results-verdes .un-resultado .des li{
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    color: #65994D;
    margin-bottom: 10px;
}
#results-verdes .un-resultado .des p{
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    color: #6D6C6B;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px;
    border-radius: 0px 0px 20px 0px;
}

#results-verdes .un-resultado .des a{
    display: inline-block;
    color: #ffffff;
    background: #EB6435;
    font-family: "Inter", Sans-serif;
    padding: 5px 20px 5px 20px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 10px;
}
#results-verdes .un-resultado .des a:hover{
    color: #ffffff;
    background: #65994D;
    cursor: pointer;
}
.filtros-verdes{
    display: flex;
    flex-direction: row;
    padding: 0px;
}

.filtros-verdes .left{
    width: 50%;
    text-align: center;
}

.filtros-verdes .right{
    width: 50%;
    padding-left: 50px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filtros-verdes .left img{
    width: 70%;
    opacity: 0.8;
    animation: rotacion 70s linear infinite;
}
@keyframes rotacion{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.filtros-verdes .right div h4{
    color: #65994D;
    font-family: "Inter", Sans-serif;
    margin-bottom: 30px;
    font-size: 20px;
}
.filtros-verdes .right div button{
    display: inline-block;
    color: #ffffff;
    background: #65994D;
    font-family: "Inter", Sans-serif;
    padding: 0px 40px 0px 40px;
    margin-top: 60px;
    font-size: 20px;
    border-radius: 10px;
}
.filtros-verdes .right div button:hover{
    color: #ffffff;
    background: #004F91;
    cursor: pointer;
}


/*Catalogo productos financieros diferenciales*/

html{
    scroll-behavior: smooth;
}
.filtros{
    display: flex;
    flex-direction: row;
    padding: 100px;
}

.filtros .left{
    width: 50%;
}

.filtros .right{
    width: 50%;
    padding-left: 50px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filtros .left img{
    width: 100%;
}

.filtros .right div h4{
    color: #004f91;
    font-family: "Inter", Sans-serif;
    margin-bottom: 30px;
}
.filtros .right div button{
    display: inline-block;
    color: #ffffff;
    background: #EB6435;
    font-family: "Inter", Sans-serif;
    padding: 0px 20px 0px 20px;
    margin-top: 60px;
    font-size: 20px;
    border-radius: 0px;
}
.filtros .right div button:hover{
    color: #ffffff;
    background: #004F91;
    cursor: pointer;
}

.caja-soy{
   padding-right: 80px;
   margin-bottom: 30px;
 }
 .caja-soy .nice-select .list .option{
    color:#004f91;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
 }
 .caja-soy .nice-select span.current{
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    color: #004f91;
 }
 .caja-soy .nice-select{
    background:#EDEDED ;
    border: none;
 }
 .caja-soy .nice-select:after{
    content: "\2304";
    font-size: 32px;
    color: #004f91;
    top: 35%;
    font-weight: 300;
 }
 #results{
    width: 100%;
    padding-bottom: 50px;
 }
 #results h3{
    color: #004f91;
    font-family: "Inter", Sans-serif;
    margin-bottom: 24px;
    padding-left: 100px;
    text-align: center;
}
#results .un-resultado{
    width: 100%;
    background:#F6F6F6;
    padding-left: 100px;
    margin-bottom: 10px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
}
#results .un-resultado img{
    padding: 50px 50px 50px 0px;
    width: 20%;
}
#results .un-resultado div{
    width: 80%;
}
#results .un-resultado div li{
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    color: #004f91;
    margin-bottom: 10px;
}
#results .un-resultado div p{
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    color: #6D6C6B;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px;
}

#results .un-resultado div a{
    display: inline-block;
    color: #ffffff;
    background: #EB6435;
    font-family: "Inter", Sans-serif;
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 0px;
}
#results .un-resultado div a:hover{
    color: #ffffff;
    background: #004F91;
    cursor: pointer;
}


.wpcf7-form .ajax-loader{
    display: inline-block;
}

.buscador-be{
    display: flex;
    margin-bottom: 50px;
}
.one-year-be h4{
    color: #004F91;
    text-decoration: underline;
    text-decoration-color: #EB6435;
}

#btn-header-cye{
	width:40px;    
}
.evento{
    background-color: #ffffff !important;
    padding: 0px !important;
    margin-top:-10px !important;
}

.estilo-form-eventos .agile-button{
color: #fff !important;
    background-color: #ED1E79 !important;
    border: none !important;
    border-radius: 20px !important;
}
.estilo-form-eventos #agile-error-msg{
	color: #ED1E79 !important;
}


/* eventos */
.introtext2{
	    width: 100%;
    display: flow-root;
}
/* fin eventos */

/* Formulario call for papers */
.formulario-call-for hr{
	height: 2px;
    background-color: #f4b700;
}
.formulario-call-for {
color: #fff;
margin-top:2%;
   font-family: "Inter", Sans-serif;
}
.text-footer-call h3{
font-size: 0.75rem !important;
    font-weight: normal !important;
}

.formulario-call-for .wpcf7-submit  {
margin-top: 5%;
background-color: #eb6435 !important;
}
.formulario-call-for .terminos  {
width: auto !important;
height: auto !important;
}
.formulario-call-for input, select{
width: 100%;
    margin-bottom: 5%;
    background-color: transparent;
    border: 2px #fff solid;
    color: white;

}
.formulario-call-for input:focus{
background-color: transparent;
}
.link-cfptm{
    color:#fff;
}
.link-cfptm:hover{
    color:#febe10;
}
.ter-ccppmt{
display:flex;
}
.ter-ccppmt span{
margin-right:3px;
}

/* fin formulario call for papers */
.ocultartodo{
display: none !important;
background-color: transparent;
}
.ng-pristine input:nth-child(2){

	background-color: #0D1D9A;
}

.elementor-tab-content{

	background: #fff;
}

#logo-container img {
    width: 200px;
}

.slick-arrow {
    z-index: 1;
}

.slick-prev {
    left: 11px;
}

.slick-prev:before {
    content: "\f100";
    font-family: fontawesome;
    color: black;
    margin-right: 3px;
}


.slick-next:before {
    content: "\f101";
    font-family: fontawesome;
    color: black;
    margin-right: 3px;
}

button.slick-next.slick-arrow {
    position: absolute;
}

.slick-next {
    right: 9px;
  
}

.evento {
    background-color: rgb(244, 183, 0);
    padding: 2px;
    margin-top: -2px;
    color: white !important;
    font-weight: 700;
}

.slick-dots li button:before{
	font-size: 20px !important;
}


#section-iconbox-1 .bloque .pexeto-recent-posts .cols-wrapper{
	display: flex;
    justify-content: center;

}
#slider-container {
    position: relative;
    overflow: hidden;
    min-height: 490px;
    margin-top: 28px;
    width: 100%;
}

h3 {
    line-height: normal !important;
}

#section-iconbox-1 .bloque .pexeto-recent-posts .cols-wrapper {
    display: flex;
    justify-content: center;
}

#formulario-eventos #agile-form{ background: #fff0; box-shadow: none !important;}

#formulario-eventos #agile-form label{ color: #fff;}


#agile-form .agile-group{width: 100%;}

.slick-track {
  display: flex;
  position: relative;
}

.slick-active {
  display: flex;
}

.ct-slick-slider .ct-carousel-inner {
  position: relative;
}

.slick-slider .slick-slide {
  display: flex;
}

.slick-list.draggable {
  overflow: hidden;
}

.ct-portfolio-carousel4 .item--category a {
  color: #fff;
}

.btn, button, .button, input[type="submit"], .tnp-subscription .tnp-field-button .tnp-button{font-size:15px;font-weight:700;color:#fff;padding:0 34px;line-height:51px;-webkit-transition:all 200ms linear 0ms;-khtml-transition:all 200ms linear 0ms;-moz-transition:all 200ms linear 0ms;-ms-transition:all 200ms linear 0ms;-o-transition:all 200ms linear 0ms;transition:all 200ms linear 0ms;font-family:'Poppins', sans-serif;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);-khtml-box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);-moz-box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);-ms-box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);-o-box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);box-shadow:0 8px 10px rgba(12, 12, 12, 0.1);position:relative;display:inline-block;text-align:center;cursor:pointer;border:none;background-color:#eb6435;background-image:-webkit-linear-gradient(90deg, #eb6435 0%, #eb6435 50%, #eb6435);background-image:-moz-linear-gradient(90deg, #eb6435 0%, #eb6435 50%, #eb6435);background-image:-ms-linear-gradient(90deg, #eb6435 0%, #eb6435 50%, #eb6435);background-image:-o-linear-gradient(90deg, #eb6435 0%, #eb6435 50%, #eb6435);background-image:linear-gradient(90deg, #eb6435 0%, #eb6435 50%, #eb6435);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');background-size:300%, 1px;background-position:0%;height:auto;}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .tnp-subscription .tnp-field-button .tnp-button:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .tnp-subscription .tnp-field-button .tnp-button:focus, .btn:active, button:active, .button:active, input[type="submit"]:active, .tnp-subscription .tnp-field-button .tnp-button:active, .btn:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, .tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active, .tnp-subscription .tnp-field-button .tnp-button:not([disabled]):not(.disabled):active{outline:medium none;text-decoration:none;color:#fff;background-position:100%;background-color:#004f91;}
.ct-fancy-box-layout15 .item--icon i {
  color: #eb6435;
}

.elementor-175 .elementor-element.elementor-element-74d3b21{margin-top:50px;margin-bottom:0px;}.elementor-175 .elementor-element.elementor-element-94d26b0 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading{text-align:center;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--title{color:#004F91;font-family:"Inter", Sans-serif;font-weight:normal;margin-bottom:0px;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--title i{color:#004F91;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--sub-title{color:#004F91;font-family:"Inter", Sans-serif;margin-bottom:9px;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--sub-title.style3:before{background-color:#004F91;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--sub-title.style7:before{background-color:#004F91;}.elementor-175 .elementor-element.elementor-element-84658e4 .ct-heading .item--sub-title.style7:after{background-color:#004F91;}.elementor-175 .elementor-element.elementor-element-84658e4 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-175 .elementor-element.elementor-element-865998e > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-175 .elementor-element.elementor-element-eda3f86 .ct-fancy-box .item--title{color:#004F91;font-family:"Inter", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-eda3f86 .ct-fancy-box .item--description{font-family:"Gravity-Book", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-eda3f86 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-175 .elementor-element.elementor-element-5b39826 .ct-fancy-box .item--title{color:#004F91;font-family:"Inter", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-5b39826 .ct-fancy-box .item--description{font-family:"Gravity-Book", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-5b39826 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-175 .elementor-element.elementor-element-4c19ad5 .ct-fancy-box .item--title{color:#004F91;font-family:"Inter", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-4c19ad5 .ct-fancy-box .item--description{font-family:"Gravity-Book", Sans-serif;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-4c19ad5 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-175 .elementor-element.elementor-element-3a971ff .ct-text-editor{text-align:center;color:#004F91;}.elementor-175 .elementor-element.elementor-element-3a971ff{font-family:"Coolvetica-Regular", Sans-serif;font-size:30px;font-weight:normal;}.elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button .elementor-align-icon-right{margin-left:20px;}.elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button .elementor-align-icon-left{margin-right:20px;}.elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button{font-family:"Inter", Sans-serif;font-weight:500;fill:#FFFFFF;color:#FFFFFF;background-color:#004F91;border-radius:10px 10px 10px 10px;}.elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button:hover, .elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button:focus{color:#EB6435;}.elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button:hover svg, .elementor-175 .elementor-element.elementor-element-4fdd6ba .elementor-button:focus svg{fill:#EB6435;}/* Start custom CSS for shortcode, class: .elementor-element-70a3836 */.page-id-175 .form-contacto label{font-family:'Roboto', sans-serif;}
.wpcf7-list-item {margin: 0;}
/* End custom CSS */
/* Start custom CSS */.page-id-175 .site-content{
    padding: 0px;
}/* End custom CSS */



/*responsive catalogo*/
@media (max-width: 768px) {
    .buscador-be{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .filtros{
        flex-direction: column;
        padding: 50px 20px 50px 20px;
    }
    .filtros .right{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 50px;
        text-align: center;
    }
    .filtros .left{
        width: 100%;
    }
    .caja-soy{
        padding-right: 0px;
    }
    #results .un-resultado{
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }
    #results .un-resultado img {
        padding: 0px;
        width: 50%;
        align-self: center;
        margin-bottom: 30px;
    }
    #results .un-resultado div {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }
    #results h3{
        margin-bottom: 24px;
        font-size: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
        text-align: center;
        padding-right: 20px;
    }

  }