@media only screen and (max-width: 767px) {
	#main-menu {
	  overflow-y: auto;
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 100%;
	  z-index: 9999;
	  height: 100%;
	  background-color: #fff;
	  padding: 15px;
	  width: 190px;
	  -webkit-transition: margin 0.8s ease;
	  -o-transition: margin 0.8s ease;
	  transition: margin 0.8s ease;
	}
  .navbar-toggle { padding:0;}
  .navbar-brand img { margin-bottom: 2px;}
  #main-menu ul li > a { display: inline-block; position: relative; font-size: 14px; font-weight: 400; padding: 5px 0;}
  #main-menu ul li > a span { position: relative; z-index: 4;}
  #main-menu ul li > a:after {
	content: '';
    width: 0%;
    height: 7px;
    background-color: #F2BB00;
    display: block;
    position: absolute;
    top: 55%;
    z-index: 3;
    transition: width .4s ease;
    left: 0px;
  }
  #main-menu ul li.current-menu-item > a:after {
	  width: 100%;
  }
  .card { flex-direction: row;}
  .card.estilo-2 { flex-direction: column; }
  .card.estilo-2 .card-text { font-size: 11px;}
  .card.estilo-2 .misc { width: 52px; height:52px; top: -42px; right: -14px;}
  .empresa_slider .card,
  .card.card-sm {
	  flex-direction: column;
  }
  .card.estilo-1 .card-imagen img { max-width: none; width: 90px;}
  .post_slider .card .card-imagen img,
  #related_slider .card .card-imagen img { max-width: 121px; width: auto; max-height: 100%;}
  
  .post_slider .card,
  #related_slider .card  { height: 89px;}
  .post_slider .card .card-title,
  .post_slider .card .card-title h4,
  #related_slider .card .card-title h4 { margin-bottom: 0; line-height: normal;}
  .slick-carousel.slick-vertical .card > a.link_image { display: flex;}
  
  .card.card-sm { margin-bottom: 3rem !important;}
  .card.card-sm .card-title h4 { font-size: 17px;}
    
  .wpb_posts_slider:not(.empresa_slider) .card .card-body,
  #related_slider .card .card-body { text-align: left;}
  .empresa_slider .card .card-imagen img { max-width: 100%; width: auto; max-height: 100%;}
  .wpb_gallery_slides ul.slick-dots li { margin: 0 4px 5px !important;}
  .height-xs-auto {
	min-height: auto !important;
  }
  .vc-testimonial h6 { font-size: 12px;}
  .contact-form-hand .form-control,
  .contact-form-hand label { font-size: 14px;}
  .contact-form-hand .btn { font-size: 22px;}
  .contact-form-hand { min-height: 453px;}
  .contact-form-hand .mano { width: 50%; bottom: 56px; right: -30px; transform: rotate(-13deg);}
  .column-count { max-width: 93%; margin-left:auto; margin-right:auto;}
  .checkbox-invitar .custom-checkbox input + span { width: 74px; height: 74px; background-size: contain; margin: 0 5px; }
  .pop-up-contacto h3 { font-size: 22px !important;}
  
  .d-flex:not(.flex-column) .number {	width: 30% !important;}
  .d-flex:not(.flex-column) .text-count { width: 70% !important;}
  
  .single-post .title:after { width: 30px; height: 1.6px;}
  .single-post .title h1 { margin-bottom:0;}
  
  .single-post .post-data h4 { margin-bottom: 3px;}
  .widget.widget_heateor_sss_sharing .heateor_sss_sharing_ul li i { width: 37px !important; height: 37px !important; margin: 0 7px; }
  .related-grid h1 { font-size: 28px;}
  .related-grid .card .misc,
  .related-grid .card .card-category { display: none;}
  
  .vc_responsive .vc_grid-filter-select { display: none !important;}
  .vc_responsive .vc_grid-filter { display: block !important; float: right; width: 70%; clear: both;}
  .vc_grid-filter>.vc_grid-filter-item { display: block;}
  .vc_grid.vc_row .vc_pageable-slide-wrapper { clear: both;}
  .vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item { font-size: 12px; padding: 0;}
  .vc_grid-filter-item:before { width: 6px; height: 6px;}
  .vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top { width: 38%;}
  .vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom { width: 62%; top:0; right: 0; left: auto; bottom: auto; }
  .post-grid .card-title, .post-grid .card-title h4 { width: 100%;}
  .post-grid .card-body .card-title h4 { text-align: left !important;}
  .post-grid .card { height: 88px !important; max-width: 316px; margin-left: auto; margin-right: auto;}
  .blog-imagen .vc_column-inner{
	background-repeat: no-repeat !important;
	background-size: 93% auto !important;
	background-position: center center !important;
}
.content-category-title-filter h2 {
	font-size: 16px;
}
.content-category-title-filter { 
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
ol { margin-left: 0px;}
.vc-indice nav { padding: 0px;}
}
@media only screen and (max-width: 359px) {
	.contact-form-hand { min-height:390px; padding-top: 80px;}
	.nuestros-aliados .wpb_image_grid .wpb_image_grid_ul .isotope-item { width: 40% !important;}
	h1 { font-size: 31px !important;}
}

@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 768px) {
  body.menu-sandwich.admin-bar #main-menu {
    padding-top: 86px;
  }
  body:not(.menu-sandwich) .header-widgetised-area {
    float: right;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget {
    float: left;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget-title,
  body:not(.menu-sandwich) .header-widgetised-area .textwidget {
    display: inline-block;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget_text {
    padding: 0.55em 0.83em;
  }
  /*
  body:not(.menu-sandwich) .navbar-header {
    max-width: 25%;
  }
  */
  body:not(.menu-sandwich) .navbar-header img {
    max-width: 100%;
    height: auto;
  }
  body:not(.menu-sandwich) .navbar-toggle {
    display: none !important;
  }
  /*
  body:not(.menu-sandwich) #main-menu {
    text-align: right;
    position: static;
    width: auto;
    background: none;
    padding: 0;
    overflow-y: inherit;
    margin-left: 28%;
  }
  */
  body:not(.menu-sandwich) #main-menu .header-widgetised-area {
    float: right;
    margin: 7.5px 0 7.5px 20px;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu .button-close {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu .dropdown-toggle {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu > ul {
    /*display: inline-block;*/
    margin: 7.5px -0.55rem 7.5px 0;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu > ul > li {
	  font-size: 22px;
	  font-weight: 300;
  }
  body:not(.menu-sandwich) #main-menu > ul > li a {
    padding: 0.55em 0.83em;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > a {
    line-height: 1em;
	color: #000000;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > a:hover,
  body:not(.menu-sandwich) #main-menu > ul > li > a:focus,
  body:not(.menu-sandwich) #main-menu > ul > li.current-menu-item > a {
    color: #ee7516;
  }
  body:not(.menu-sandwich) #main-menu > ul > li.menu-item-has-children > a:before {
    top: 1.3em !important;
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    font-size: 0.55em !important;
    margin-top: 0 !important;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > ul {
    top: 100% !important;
    left: 0;
    margin-top: 10px;
  }
  body:not(.menu-sandwich) #main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a {
    padding-right: 2.05em;
    margin-right: 0;
  }
  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
    content: '\71';
    top: 50%;
    right: 1.5em;
    margin-top: -10px;
    font-family: 'Visual Composer Starter Font';
    font-size: 0.7em;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  body:not(.menu-sandwich) #main-menu ul li ul {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    right: 100%;
    top: 0;
    width: 13.75rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body:not(.menu-sandwich) #main-menu ul li ul li {
    position: relative;
    padding: 0;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a {
    padding: 12px 18px;
    display: block;
    line-height: 1.7;
    color: #555;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a:hover,
  body:not(.menu-sandwich) #main-menu ul li ul li a:focus {
    color: #333;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li:hover > a {
    background-color: #eee;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li ul {
    padding: 0;
  }
  body.navbar-no-background:not(.menu-sandwich) #main-menu,
  body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
    background-color: transparent !important;
  }
  body.fixed-header .vc_section.vc_row-o-full-height {
	min-height: calc(100vh - 73px);
  }
  #main-menu ul li a {
    font-size: 22px;
	font-weight: 300;
  }
  .comments-area .comment-list .author-avatar {
    float: left;
  }
  .comments-area .comment-list .comment-wrapper {
    margin-left: 100px;
  }
  .comments-area .comment-list ol.children {
    margin-left: 100px;
  }
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .form-submit,
  .comment-subscription-form {
    width: 32%;
    float: left;
    margin-left: 2%;
  }
  .comment-form-author,
  .form-submit {
    margin-left: 0;
  }
  .comment-subscription-form {
    display: table;
    height: 46px;
  }
  .comment-subscription-form label {
    display: table-cell;
    vertical-align: middle;
  }
.navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}
  
.custom-logo { width: 166px;}
.btn-outline { font-size: 26px;}
.btn-outline.btn-lg { font-size: 45px; padding: 5px 15px;}
.linea-animada.btn-outline.btn-lg:after { height: 27px;}

.card {
	min-height: 300px;
}
.card:hover {
	transform: scale(1.1);
}

.card-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
}

/*card estilo 2*/
.card.estilo-2 { 
	max-width: 290px;
	margin-left:auto;
	margin-right:auto;
	 min-height: 380px;
}
.card.estilo-2 .card-body .card-title { min-height: 72px;}

/*post-grid*/
.post-grid .card { min-height: 360px;}
.post-grid .card .vc_single_image-wrapper {
	height: 198px;
    background-color: #808080;
}
/*slick slide card*/
.testimonio-slider.slick-carousel .slick-list { padding:0}
.slick-carousel .slick-list {
    padding: 14px 12px;
}
.slick-carousel .card {
	min-height: 339px;
	max-width: 257px;
}
.slick-carousel .card .card-body {
    height: 150px;
    padding: 0 15px 15px;
}
.slick-carousel .card:hover .card-title:after {
    visibility: visible;
}
.slick-carousel .card a:hover .misc,
.slick-carousel .card a:hover .card-category {
	opacity:1;
}

/*empresa*/
.empresa_slider .card {
	font-size: 14px;
}
.empresa_slider .card-subtitulo { font-size: 16px;}
.empresa_slider .card-footer a { font-size: inherit !important;}

/*testimonial*/
.vc-testimonial { 
	font-size: 15px;
}

/*nuestros aliados*/
.nuestros-aliados img {
	margin: 0 10px;
}
.aliado-border-left {
	border-color: #1D1D1B !important;
}
.footer-menu ul li {
	margin-right: 8px;
}
/*count*/
.number {
    font-size: 65px;
}

.linea-animada:after {
    height: 14px;
}
/*post*/
.single-post .title h1 { font-size: 67px; margin-bottom: 21px;}

/*widget social post*/
.widget_heateor_sss_sharing { padding-top: 50px; padding-bottom: 50px;}
.widget_heateor_sss_sharing ul.heateor_sss_sharing_ul li { margin: 0 5px 5px !important;}

.breadcrumb {
    font-size: 17px;
}
.entry-full-content .entry-author-data .author-avatar img {
    width: 198px;
}
.entry-full-content .entry-author-data .author-name {
  font-size: 43px;
}
.widget_heateor_sss_sharing .widget-title { font-size: 43px; margin-bottom: 40px;}

blockquote {
	border-left: 7px solid #EE7516;
    width: 80%;
    margin: 50px auto;
    padding-left: 40px;
}
.newsletter-blog .newsletter-form .custom-checkbox + p { display: inline; float: right;}
.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item { width: 50%; margin-left:0; margin-right:0; text-align: left;}

.post-grid .card-body { min-height: 162px;}
.vc_grid-filter.vc_grid-filter-center {
	min-height: 250px;
}
.btn-ico.btn-sm { width: 86px;}
.btn-ico.btn-sm img { width: 64px;}
.btn-ico.btn-lg img { width: 124px;}
.btn-ico.btn-lg { width: 133px;}
.wpb_single_image .vc_figure-caption,
.vc_figure-caption { font-size: 13px;}
.pop-up-contacto .gracias h1 {
	font-size: 108px;
}

.vc-indice-nav { padding-top: 51px;}
.vc-indice nav.sticky { top: 76px;}
.btn-lg {
	padding: 0.25rem 2rem;
	border-radius: 2rem;
	font-size: 28px;
}
.vc_rtl-columns-reverse .vc_col-sm-offset-0,
.vc_rtl-columns-reverse .vc_col-sm-offset-0\/5 { margin-right: 0%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-1 { margin-right: 8.33333333%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-2 { margin-right: 16.66666667%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-3 { margin-right: 25%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-4 { margin-right: 33.33333333%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-5 { margin-right: 41.66666667%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-6 { margin-right: 50%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-7 { margin-right: 58.33333333%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-8 { margin-right: 66.66666667%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-9 { margin-right: 75%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-10 { margin-right: 83.33333333%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-11 { margin-right: 91.66666667%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-11 { margin-right: 91.66666667%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-10,
.vc_rtl-columns-reverse .vc_col-sm-offset-5\/5 { margin-right: 100%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-1\/5 { margin-right: 20%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-2\/5 { margin-right: 40%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-3\/5 { margin-right: 60%;}
.vc_rtl-columns-reverse .vc_col-sm-offset-4\/5 { margin-right: 80%;}


}
/*min-width: 768px*/
@media only screen and (min-width: 783px) {
  body.fixed-header.admin-bar .navbar {
    top: 32px;
  }
}
@media only screen and (min-width: 992px) {
.vc_rtl-columns-reverse .vc_col-md-offset-0,
.vc_rtl-columns-reverse .vc_col-md-offset-0\/5 { margin-right: 0%;}
.vc_rtl-columns-reverse .vc_col-md-offset-1 { margin-right: 8.33333333%;}
.vc_rtl-columns-reverse .vc_col-md-offset-2 { margin-right: 16.66666667%;}
.vc_rtl-columns-reverse .vc_col-md-offset-3 { margin-right: 25%;}
.vc_rtl-columns-reverse .vc_col-md-offset-4 { margin-right: 33.33333333%;}
.vc_rtl-columns-reverse .vc_col-md-offset-5 { margin-right: 41.66666667%;}
.vc_rtl-columns-reverse .vc_col-md-offset-6 { margin-right: 50%;}
.vc_rtl-columns-reverse .vc_col-md-offset-7 { margin-right: 58.33333333%;}
.vc_rtl-columns-reverse .vc_col-md-offset-8 { margin-right: 66.66666667%;}
.vc_rtl-columns-reverse .vc_col-md-offset-9 { margin-right: 75%;}
.vc_rtl-columns-reverse .vc_col-md-offset-10 { margin-right: 83.33333333%;}
.vc_rtl-columns-reverse .vc_col-md-offset-11 { margin-right: 91.66666667%;}
.vc_rtl-columns-reverse .vc_col-md-offset-11 { margin-right: 91.66666667%;}
.vc_rtl-columns-reverse .vc_col-md-offset-10,
.vc_rtl-columns-reverse .vc_col-md-offset-5\/5 { margin-right: 100%;}
.vc_rtl-columns-reverse .vc_col-md-offset-1\/5 { margin-right: 20%;}
.vc_rtl-columns-reverse .vc_col-md-offset-2\/5 { margin-right: 40%;}
.vc_rtl-columns-reverse .vc_col-md-offset-3\/5 { margin-right: 60%;}
.vc_rtl-columns-reverse .vc_col-md-offset-4\/5 { margin-right: 80%;}

  .nav-next {
    text-align: right;
  }
  .nav-next,
  .nav-previous {
    margin-bottom: 0;
  }
  #footer .footer-right-block {
    float: right;
    margin-left: 12.5%;
    margin-bottom: 0;
    display: table;
  }
  #footer .footer-socials {
    display: table-cell;
    vertical-align: middle;
  }
  #footer .footer-socials ul {
    text-align: right;
  }
  #footer .footer-socials ul li {
    margin: 0 0 0 8px;
  }
  #footer .copyright {
    margin-bottom: 5px;
  }
  .footer-menu {
    margin: 0;
  }
  .footer-bottom {
    padding: 30px 0;
  }
  .column-md-5 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

}
/*min-width: 992px*/
@media only screen and (min-width: 1024px) {
  #main-menu ul li a {
    font-size: 1em;
  }
  body.header-full-width .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
  /*
  body.content-full-width .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  */
  body.content-full-width .footer-bottom,
  body.content-full-width .footer-widget-area {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*min-width: 1024px*/
@media only screen and (min-width: 1400px) {
	/*
  body.content-full-width .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  */
}
/*min-width: 1400px*/


@media (min-width: 1200px){
	.vc-indice .content-view.vc_row { max-width: none;}
	.vc-indice .enborde-right { margin-right: -74px;}
	.vc-indice .enborde-left { margin-left: -74px;}
	.vc-indice .vc_row-has-fill { max-width: 1366px; padding-left: 74px; padding-right: 74px;}
	/*
	.vc_section[data-vc-full-width="true"] .vc_row { max-width: 1200px; margin-left:auto; margin-right:auto;}
	.vc_section[data-vc-full-width="true"] .vc_row 
	*/
	.wpb_single_image.onborde-left { margin-left: -75px;}
	.wpb_single_image.onborde-right { margin-right: -74px;}

	.vc_rtl-columns-reverse .vc_col-lg-offset-0,
	.vc_rtl-columns-reverse .vc_col-lg-offset-0\/5 { margin-right: 0%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-1 { margin-right: 8.33333333%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-2 { margin-right: 16.66666667%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-3 { margin-right: 25%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-4 { margin-right: 33.33333333%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-5 { margin-right: 41.66666667%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-6 { margin-right: 50%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-7 { margin-right: 58.33333333%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-8 { margin-right: 66.66666667%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-9 { margin-right: 75%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-10 { margin-right: 83.33333333%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-11 { margin-right: 91.66666667%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-11 { margin-right: 91.66666667%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-10,
	.vc_rtl-columns-reverse .vc_col-lg-offset-5\/5 { margin-right: 100%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-1\/5 { margin-right: 20%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-2\/5 { margin-right: 40%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-3\/5 { margin-right: 60%;}
	.vc_rtl-columns-reverse .vc_col-lg-offset-4\/5 { margin-right: 80%;}
}

