/*
Theme Name: Custom Theme
Text Domain: Grupo Iconn
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom Grupo Iconn
Author: BC México
Author URI: https://www.bcmexico.com.mx/
*/

.footer-main a img {
	filter:invert(1);
}

.clearfix {
    display: block;
    width: 100%;
    clear: both;
}

@media (max-width: 544px) {
	.footer-home img, .footer-main img {
		width: inherit !important;
		padding: 0px !important;
		max-width: 100% !important;
	}
	.slick-dots li {
		margin: 0 !important;
	}
	.contact-title {
		font-size: 28px !important;
	}
	.resp-image {
    	height: inherit !important;
	}
	.logo-desarrollo img {
		max-width: 75% !important;
		margin: 0 auto;
		display: block;
	}
	.informe-sostenibilidad.vc_custom_1620947961025:before {
		height: 100% !important;
	}
	.informe-sostenibilidad.vc_custom_1620947961025 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.informe-sostenibilidad.vc_custom_1620947961025 .vc_btn3-container.vc_btn3-left {
		text-align: center !important;
	}
	blockquote br {
    display: none;
	}
	blockquote {
		margin: 0;
		font-size: 18px !important;
	}
	.m-vh-70 {
		height: 70vh !important;
	}
	.m-vh-80 {
		height: 80vh !important;
	}
	.m-vh-80.bg-rc {
		background-position: right center !important;
	}
	.xs-order-1,
	.xs-order-2 {
		display: flex;
	}
	.xs-order-1 {
		order: 1;
	}
	.xs-order-2 {
		order: 2;
	}
	.slider-primeras .ult-item-wrap {
		margin-top: 15px !important;
	}
	.duenos h2 {
		width: inherit !important;
		margin: 30px !important;
	}
	.custom-bg-slider:before {
		height: 100% !important;
	}
	.d-flex {
		display: flex;
	}
	.comunidad-logo img {
		display: block;
		margin: 30px auto 0;
		max-width: 75% !important;
	}
}

button.slick-next, button.slick-prev {
	border: none !important;
}

.mt-15 {
	margin-top: 15px;
}

.text-center {
	text-align: center;
}

.footer-main a img, .footer-home a img {
    max-width: 32px;
}

body{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	padding:0;
	color:#414141;
}

.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.column-center{
	max-width: 450px;
	margin: auto 
}

.unpadding .vc_column-inner{
	padding: 0px;
}

.unpadding  .wpb_single_image{
	margin: 0px
}

.text-white{
	color:#fff
}

.vc_general{
	font-family: 'Montserrat', sans-serif;
}

/* Sticky Bar */

.top-bar{
	padding: 10px;
	background-color: #a52348;
	color:#fff;
	font-size:14px;
	/* display: flex; */
	display:none;
	align-items: center;
	justify-content: center;
}

.top-bar img{
	width: 40px;
}

.top-bar a{
	padding: 0px 6px;
	color:#fff;
	font-weight: 800;
}

.top-bar{
	display:none;
}

/* Header */

.sticky-bar{
	position: fixed;
	width: 100%;
	top:0px;
	background-color: #3d3d3f;
	z-index: 3;
}

header{
	position: absolute;
	top:0px;
	background:rgb(0,0,0,.2);
	width: 100%;
	z-index: 10;
}

header nav{
  	margin: auto;
	width: 100%;
}


.main-logo img{
	width: 130px;
	padding: 10px 20px
}

.mobile-menu{
	display:none;
}

.menu-content{
	display: none;
	position: fixed;
	top:0px;
	background-color:#007c5a;
	left:0px;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.menu-menu-principal-container ul{
	padding: 0px
}

#menu-menu-principal-1{
	padding: 0;
	margin: 0;
}

/* First Level */

ul#menu-content{padding:0; margin:0; display: flex; justify-content: center}

ul#menu-content ul li {
	position:relative; 
	list-style:none;
	height: 35px;
	display: inline-flex;
	align-items: center;
}

ul#menu-content ul li a {
	display:block; 
	padding:5px; 
	font-size:12px; 
	color:#fff; 
	text-decoration:none; 
	font-weight: 500;
	transition: .5s;
}

ul#menu-content ul li a:hover{
	background-color: #f26527
}
/* Second Level */
ul#menu-content ul li ul {display:none;}
ul#menu-content ul li ul li a {width:160px;}
ul#menu-content ul li:hover .sub-menu{display:block; }


ul#menu-content .sub-menu{
	position:absolute; 
	top:34px;
	background-color: #fff;
	padding: 10px 0px;
	margin: 0;
	border-radius: 8px;
}

ul#menu-content .sub-menu li a{
	padding: 10px 20px;
	color:#000;
}

ul#menu-content .sub-menu li a:hover{
	background-color: transparent;
    text-decoration: underline;
	text-decoration-color: red;
}

.hero-inner .hero-more-btn a{
    font-size: 14px;
    font-weight: 300;
	font-style: italic ;
    height:auto !important;
    background-color: transparent !important;
    justify-content:flex-end;
	margin-bottom: 30px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.hero-inner .hero-more-btn a:hover {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    height: auto !important;
    background-color: transparent !important;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.hero-more-btn{
	font-style: italic !important;
	text-align: center !important;
	float:right;
	display: flex;
	padding: 5px;
	height: 20px;
	border-radius: 10px;
	transition: .5s;
}

.fa-arrow-circle-right{
	transition: .5s;
}

.hero-more-btn:hover .fa-arrow-circle-right{
	color:#f26527
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(0px, 0px);
  transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(-6px, -5px);
}


.main-menu .vc_row{
	display: flex;
	align-items: center;
}


.networks{
	display: flex;
	align-items: center;
	justify-content: center;
}

.search{
	display: flex;
	align-items: center;
	border-right: 1px solid #fff;
	height: 25px;
	width:55px;
	cursor: pointer;
}

.search img{
	height: 40px;
}

.social{
	display: flex;
	align-items: center;
	padding-left:15px;
}

.social img{
	display:inline;
	height: 40px;
}

/* Search Screen */

.search-screen{
	background:rgb(0,0,0, .7);
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	position: fixed;
	z-index: 20;
}

.search-inner{
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}

.search-form{
  display: flex;
	border:1px solid #fff;
	padding:10px 30px;
	border-radius:50px
}

.search-field{
	background-color:transparent;
	border:none;
	font-size:16px;
	height: 40px;
    width: 650px;
    color:#fff;
}

.search-field::placeholder{
	color:#fff;
}

input:focus { 
    outline: none !important;
    border-color: transparent;
	  color:#fff
}

.search-submit{
	background-image: url(https://www.bcmexico.com.mx/grupoiconn/site/wp-content/themes/custom_theme/images/search-icon.png);
	border:none;
	background-color: transparent;
	width: 30px;
	background-size: 135%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.results{
	max-width: 1170px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 60px;
}

.close-search{
	position: fixed;
	top:50px;
	right: 50px;
	cursor: pointer
}

.close-search img{
	width: 30px;
}

.search-header{
	padding-top: 180px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
	background-color: #007d58;
	color:#fff;
	border-bottom:40px solid #003c2a;
}

.search-results{
	padding:50px 5%;
}

.search-results ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.search-results a{
	color:#000;
	text-decoration: none;
}

.search-results img{
	width: 100%;
	height: auto;
}

.h-readmore{
	margin-top: 30px;
}

.h-readmore a{
	color:#ff651b 
}


/* Home */

.home-box-group{
    position: absolute;
	width: 95%;
	bottom:50px;
	left:50%;
	transform: translate(-50%);
    z-index: 1;
    display: flex;
    align-items: flex-end;
}

.home-box-group img{
	width: 100px;
}

.home-box-1 h2, .home-box-2 h2, .home-box-3 h2, .home-box-4 h2{
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 30px;
}

.home-box-1 p,.home-box-2 p,.home-box-3 p,.home-box-4 p{
	font-size:14px;
}

.home-box-group .vc_col-sm-3{
	width: 24%;
	margin: 5px;
}

.home-box-1,.home-box-2,.home-box-3,.home-box-4{
	cursor: pointer;
	background:rgb(0,62,47,.5);
	color:#fff;
	border-radius: 10px;
	transition: .5s;
}

.home-box-btn-1,.home-box-btn-2,.home-box-btn-3,.home-box-btn-4{
	position: absolute;
	left:50%;
	transform: translate(-50%);
	opacity: 0;
   visibility: hidden;

}

.home-box-1:hover .home-box-btn-1,.home-box-2:hover .home-box-btn-2,.home-box-3:hover .home-box-btn-3,.home-box-4:hover .home-box-btn-4{
  transition-delay: .3s;
  visibility: visible;
  opacity: 1;
}

.home-box-1:hover,.home-box-2:hover,.home-box-3:hover,.home-box-4:hover{
	background-color: #007c5a;
	min-height: 198px;
}

/* Section */

.wpb_row.hero-section {
    background-position-y: 10px !important;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}

.hero-section h2, .hero-section p{
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.hero-inner{
	max-width: 1000px;
	height:90vh;
	margin: auto !important;
}

.hero-title{
  margin-bottom: 10%;
  max-width: 400px
}

.hero-section .vc_general{
	font-size: 18px;
	width: 100%;
	height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background-color: rgb(59,59,61, .5) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: unset !important;
}

.hero-section .vc_general:hover {
    font-size: 18px;
    width: 100%;
    height: 120px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background-color:#3b3b3d !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-section .selected-btn .vc_general{
	width: 100%;
	height: 120px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background-color:#3b3b3d !important;
}

.hero-section .vc_row{
	display: flex;
	align-items:flex-end;
	height: 100%;
}

/* Gobierno Corporativo */

.gob-corpo-text .uvc-sub-heading{
	max-width: 450px;
}

.orange-btn a:hover{
	background-color: #007d58 !important;
}

/* Oportunidades Iconn */

/*.oportunidades-titulo{
	margin-bottom: 20%;
}

.oportunidades-titulo h2{
	font-size: 42px;
	text-shadow: none !important;
}

.oportunidades-titulo .uvc-sub-heading{
	font-size:40px;
	text-shadow: none !important;
	background-color: #fff;
	color:#01341c !important;
	text-align:center;
	margin-top:15px;
    padding:6px;
    font-weight: 500 !important;
}*/

/* Comité Ejecutivo */


.com-eje-column-2 .com-eje-area{
	max-width: 800px;
	margin:-60px auto 20px auto!important;
}

/* Blog */


.blog-filter{
	padding-bottom: 20px;
	text-align: right;
}

.hero-inner .uvc-sub-heading{
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}

.blog-filter select{
    width: 200px;
    padding:5px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    background: url(http://www.bcmexico.com.mx/grupoiconn/site/wp-content/themes/custom_theme/images/arrow-select.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-size: 15px;
    background-position-x: 175px;
}


.line{
  border-top: 2px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	border-right:none;
	border-left:none;
}

.post-content{
	padding: 20px 5%
}

.post-inner{
	padding: 20px 3%
}

.post-inner .vc_column-inner{
	padding: 0px
}

.blog-content{
	margin-top:30px;
	padding: 0 5%;
	margin-bottom:30px
}

.blog-inner{
	margin:30px 0;
	padding: 0 5%
}

.post-thumb img{
	width: 100%;
	height: 250px;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	transition:.5s;
	object-fit: cover;
}

.post-area:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.post-area:hover .post-excerpt{
	top: 0%;
}

.pagination{
	text-align: center;
	margin-bottom: 40px;
}

.blog-inner .vc_col-md-4{
	margin-bottom: 12px;
}

.page-numbers{
	font-weight: 600;
}

.page-numbers.current{
	background-color: #f26527;
	color:#fff;
	padding: 5px 10px;
}

a.page-numbers{
	text-decoration: none;
	color:#919191;
	margin: 0 8px
}

.post-excerpt{
	position: absolute;
	top:100%;
	z-index: 10;
	background-color: rgb(0,0,0, .5);
	width: 90%;
	color:#fff;
	padding:5%;
	transition: .5s;
	border-bottom: 3px solid #f26527;
	height: 100%;
}

.entry-content{
	font-size:14px;
}

.post-excerpt h3{
	font-size: 16px;
	margin: 0px
}

.post-excerpt time{
	font-size: 11px;
	margin: 0px
}


.blog-inner .post-area{
	padding: 0px;
  clip-path: polygon(2% 0, 98% 0, 98% 98%, 2% 98%)
}

.see-more{
	float: right;
	color:#fff;
	text-decoration: none;
	font-size:12px;
	font-style:italic;
	cursor: pointer
}

.see-more img{
	width: 20px;
	vertical-align: middle
}

/* Post */

.vc_custom_post {
    border-bottom-width: 40px;
    padding-top: 160px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    background-color: #007d58;
    border-bottom-color: #003c2a;
    border-bottom-style: solid;
}

.sticker-post{
	background-color: #f26527;
	width:60px;
	font-size: 15px;
	text-align: center;
	color:#fff;
	font-weight:600;
}

.vc_custom_post .news-title h1{
	color:#fff;
    font-size: 72px;
	margin-top: 0px;
}

.post-title{
	font-size: 50px;
	margin: 10px 0;
}

.post-inner time{
	font-size: 14px;
	font-style: italic;
}

.back-btn{
	background-color: #f26527;
	padding:5px 12px;
	font-size:12px;
	color:#fff;
	text-decoration: none;
	border-radius: 5px;
}

.related-inner{
	margin:0px 0;
	padding: 0;
}

.related-inner .vc_col-md-4{
	margin-bottom: 12px;
}

.related-inner .post-area{
	padding: 0px;
  clip-path: polygon(2% 0, 98% 0, 98% 98%, 2% 98%)
}

/* Nuestra Historia */

.timeline{
	max-width: 1000px;
	margin: auto;
}

.timeline .slick-prev{
	left:-50px;
}

.timeline .slick-next{
	right:-50px;
}

.line-middle.vc_col-sm-1\/5{
	padding: 0px !important;
	width: 10% !important;
}

.line-middle .vc_column-inner{
	padding: 0px;
	position: absolute;
	right: -30px;
}

.timeline-column.vc_col-sm-1\/5{
	width: 25% !important;
}

.timeline-column {
	height: 160px;
}

.timeline-year{
	position: absolute;
	top:50%;
	transform: translate(0%,-50%)
}

.line-middle{
	height: 160px
}

.line-middle img{
	position: absolute;
	left:0px;
	top:300%;
	transform: translate(0%,-50%)
}


/* Desarrollo Sostenible */

.des-sost-content .slick-prev{
	left:25px !important;
}

.des-sost-content .slick-next{
	right:25px !important;
}

.des-sost-fit img{
  width: 600px;
  object-fit:contain;
}

/* Nuestra Estrategia */

.eticayvalores img{
	width: 100%;
	height: auto;
}

.ejes-info h2{
	margin: -12px 0px
}

/* Responsabilidad Social */

.resp-soc-logos img{
	height: 80px;
	width: auto;
}

.resp-content .vc_column-inner{
	padding: 0px !important;
}

.resp-content .wpb_content_element {
	margin: 0px;
}

.resp-info{
	padding: 0px 50px
}

.hero-more-btn .vc_general{
	font-style: italic
}

/* Estrategia */

.sost-bold button{
	font-weight: bold !important;
}

/* Cultura */

.valores-slider h1{
	font-size: 30px
}

.valores-slider p{
	margin-top:0px !important;
}

.valores-slider h1{
	margin-top: 0px !important;
	margin-bottom:10px !important;
}

.valores-slider .slick-prev.slick-arrow{
	left:-50px;
}

.valores-slider .slick-next.slick-arrow{
	right:-50px;
}

.valores-right {
	position: relative;
	height: 190px
}


.valores-info{
	position: absolute;
	top:50%;
	transform: translate(0, -50%); 
}

/* Nuestras Marcas */


.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
} 

.hero-section .wpb_text_column{
	margin-bottom: 10px;
}

.marcas-logo img{
  width: 80%;
}

.marcas-prop{
	margin: 0px;
}

.marcas-tabs .tab_set1 .vresp-tabs-container,
.marcas-tabs .tab_set2 .vresp-tabs-container,
.marcas-tabs .tab_set3 .vresp-tabs-container,
.marcas-tabs .tab_set4 .vresp-tabs-container {
    background-color: #fff !important;
}

.marcas-tabs .tab_set1 .vresp-tab-content-active,
.marcas-tabs .tab_set2 .vresp-tab-content-active,
.marcas-tabs .tab_set3 .vresp-tab-content-active,
.marcas-tabs .tab_set4 .vresp-tab-content-active{
	background-color: #fff !important;
}

.marcas-tabs .tab_set1 .vresp-tab-item:hover,
.marcas-tabs .tab_set2 .vresp-tab-item:hover, 
.marcas-tabs .tab_set3 .vresp-tab-item:hover, 
.marcas-tabs .tab_set4 .vresp-tab-item:hover{
    background-color: #c1dfe4;
	border:none !important;
	padding: 15px;
}

.marcas-tabs .resp-vtabs .vresp-tabs-container{
	border: none !important;
}

.marcas-tabs .resp-vtabs li.vresp-tab-active{
	border: none !important;
	padding: 15px;
}

.marcas-tabs .resp-vtabs .vresp-tabs-list li {
  transition:.5s;
}

.marcas-tabs .resp-vtabs ul.vresp-tabs-list {
    width: 20%;
}

.marcas-tabs .resp-vtabs .vresp-tabs-container{
	  width: 80%;
}

.marcas-tabs .vresp-tab-content {
    padding: 0px;
}

/* Logros Iconn */

.v-align{
	display: flex;
	align-items: center;
	margin-bottom:30px;
}

.logros-info{
	padding: 0px 15px;
}

.logros-thumb{
	padding: 0px 15px;
}

.logros-thumb img{
	width: 100%;
	height: auto;
}

.logros-info p{
	font-size:15px
}



/* Somos Iconn */

.pollen-counter-paramns{
	text-align: center;
	font-weight: 200 !important;
}

.num-element-k .pollen-counter-paramns:after{
	content:"k"
}

.num-element-plus .pollen-counter-paramns:before{
	content:"+"
}


/* Contacto */

.contact-title{
	color:#fff;
	font-size: 48px
}

.contact-form .frm_button_submit{
	float: right;
	width: 49% !important;
	font-family: 'Montserrat', sans-serif !important;;
	text-transform: uppercase !important;
	background-color: #ff651b !important;
	border:none!important;
}

.with_frm_style .frm_required{
	color:#ff651b
}

.contact-form label{
	color:#808080 !important;
}

.frm_primary_label{
	font-family: 'Montserrat', sans-serif !important;;
}

.frm_forms select{
	font-family: 'Montserrat', sans-serif !important;
}

/* Footer Home */

.footer-home{
	max-width: 800px;
	margin: auto;
	padding: 10px 0px;
}

.footer-home .vc_row{
  display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-home .vc_col-md-6{
  text-align: center
}

.footer-home a{
	color:#000;
	font-weight: 500;
	font-size:13px;
	text-decoration: none;
	padding: 10px;
}

.footer-home img{
	width: 120px;
}

/* Footer Main*/

.footer-main{
	background-color: #000;
}

.footer-inner{
	color:#fff;
	max-width: 800px;
	margin: auto;
	padding: 10px 0px;
}

/*.footer-main .vc_row{
  display: flex;
	align-items: center;
}*/

.footer-main .vc_col-md-6{
  text-align: center
}

.footer-main a{
	color:#fff;
	font-weight: 500;
	font-size:13px;
	text-decoration: none;
	padding: 10px;
}

.footer-main img{
	width: 120px;
}


@media(min-width:768px) and (max-width:1144px){
	.home-box-group h2{
		font-size:18px;
	}
	
	.home-box-1,.home-box-2,.home-box-3,.home-box-4{
		position: relative;
	    background-color: #007c5a;
	    min-height: 198px;
}
	
	.home-box-btn-1, .home-box-btn-2,.home-box-btn-3, .home-box-btn-4 {
	    position:absolute;
	    transition-delay: .3s;
	    visibility: visible;
	    opacity: 1;
		bottom:-20px;
}
}

@media(max-width:1177px){
  /* Mobile Menu */

  .sticky-bar{
    display: none;
  }

  .main-menu{
	display: none
  }

  .mobile-menu{
	display:block;
  } 

  .sub-menu{
    display: none
  }
  
  .menu-item-has-children {
    position: relative;
  }
  .main-navigation li ul {
    display: none;
  }
  .menu-item-has-children a {
    display: block !important;
  }
  .menu-item-has-children:after {
    content: '+';
    color:#ff651b;
    position: absolute;
    right:20%;
    font-size: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    width: 0px;
    cursor: pointer;
  } 
	
/* Mobile Search */
	
	.search {
    border-right: none;
}
	
/* Mobile Sticky */

	.top-bar{
		text-align: center;
		display: block;
	}
	.top-bar img{
		display:none;
	}

	.top-bar a{
	  padding:0px;	 
	}

/* Mobile Header */

	header {
	   position: fixed;
   }
	
	.mobile-menu-inner{
		display: flex;
	}
	
	.mobile-logo{
	    position: relative;
		width: 50%;
	    padding: 20px;
	    height: 50px;
	}

	.mobile-logo img{
	    position: absolute;
	    top:0px;
		width: 160px;
	}

	.mobile-menu-btn{
		position: relative;
		width: 50%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 10px;
	}

	.menu-content #menu-menu-principal-1{
		list-style: none;
		padding-left:0px;
		padding-top:160px;
		text-align: center;
	}
	
	.menu-content a{
		font-size: 20px;
		line-height: 40px;
		color:#fff;
		text-decoration: none;
	}
	
	.menu-content .sub-menu{
        list-style:none;
		padding: 0;
		margin:0;
	}
	
	.menu-content .sub-menu a{
        font-size:14px;
		line-height: 30px;
		color:#ffa800;
	}

}
@media (max-width:992px){
	.v-align {
	    display: block;
	}

	.marcas-tabs .vc_col-md-3{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
}

@media (max-width:767px){

	h1, h2, h3, h4, h5, h6, p{
		text-align: center !important;
	}
	
	.slick-arrow{
	  font-size: 20px !important;
	  border: 3px solid !important;
	}

  /* Mobile Hero */

  	.hero-inner .vc_col-sm-4 {
	    display: flex;
	    align-items: flex-end;
	}
	
	 .hero-inner .vc_col-sm-4{
		width: 33%;
	}

	.hero-inner .vc_col-sm-3 {
		display: flex;
	    align-items: flex-end;
	}
	
  	.hero-inner .vc_col-sm-3{
		width: 25%;
	}
	
	.hero-inner .vc_general{
		padding: 5px !important;
		font-size:11px !important;
		height: 50px;
		font-weight: 400;
	}
	
	.hero-inner .selected-btn .vc_general{
		padding: 4px !important;
		font-size:11px !important;
		height: 60px;
		font-weight: 400;
	}
	
	.hero-inner .vc_column-inner{
		padding: 3px 
	}

	.wpb_row.bg-right-align{
		background-position-x: right !important;
	}

  /* Mobile Search */

	.close-search {
		top: 20px;
		right: 20px;
	}
	
	.search-field {
		width: 200px;
	}
	
	/* Mobile Home */
	
	.home-box-group{
    	position:relative;
		display:block
	}
	
	.home-box-1, .home-box-2, .home-box-3, .home-box-4{
		min-height: 198px;
		background-color: #007c5a
	}
	
	.home-box-group .vc_col-sm-3 {
	    width: 25%;
	    margin: 10px 0px;
	}
	
	.home-box-group .vc_col-sm-3{
		width: 100%;
	}

	.home-box-btn-1,.home-box-btn-2,.home-box-btn-3,.home-box-btn-4{
		opacity: 1;
  		visibility:visible;
	}
	
	.home-box-group img {
   		 width: 130px;
	}

	/* Mobile Responsabilidad Social */

	.resp-image{
		height: 350px
	}

	.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
	    padding-right: 10px;
	}

	/* Mobile Desarrollo Sostenible */

	.sost-icon img {
		 width: 200px;
	}
		
	.sost-icon{
		  margin-bottom:0px
	}

	/* Mobile Nuestras Marcas */

	.marcas-tabs .resp-vtabs .vresp-tabs-container{
		  width: 100%;
	}

    .fa-arrow-circle-right{right: -20px !important;}
	

	.hero-section .vc_row {
	    display: -webkit-box;
	}
	
	.hero-section .vc_general:hover {
	    height: 50px;
	    font-weight: 400;
	}
	
	.hero-more-btn {
		 padding-right:50px;
	}

	.hero-inner .hero-more-btn a {
		font-size:15px !important;
		margin-top:10px;
	}

	.marcas-tabs{
		margin-top:30px
	}

	.hero-hidden{
		display: none !important;
	}
	/* Mobile Comité Ejecutivo */

	.comite-line{
       display: none;
	}

	.com-eje-column-1{
		height:500px;
		padding-bottom: 300px;
	}
	
	.comite-name{
		margin-top:30px
	}

	.com-eje-column-2{
		padding-top: 30px
	}

	/* Mobile Valores */

	.valores-slider .slick-prev.slick-arrow{
		left:0px;
	}

	.valores-slider .slick-next.slick-arrow{
		right:0px;
	}

	.valores-left img{
		width: 200px;
		margin-bottom:10px;
	}

	.valores-right {
    	text-align: center
	}
	
	.valores-right h1{
   	 	font-size:22px
	}

	/* Mobile Nuestra Estrategia */

	.estretgia-info .wpb_single_image{
		text-align: center
	}
	
	.estretgia-info p{
		text-align: center
	}

	/* Mobile Nuestra Hisotria */

	.timeline-column.vc_col-sm-1\/5 {
    	width: 100% !important;
	}
	
	.line-middle{
		display: none
	}
	
	.timeline-year{
		text-align: center !important;
	}

	.timeline .ult-item-wrap{
		display: flex;
		justify-content: center;
	}

	.timeline-image img{
        width:200px
	}

	.timeline .slick-prev{
		left:0px;
	}

	.timeline .slick-next{
		right:0px;
	}

    /* Hide Bullets */

	.hermes{
		left:50% !important;
		top:85% !important;
		transform: translate(-50%,-50%) !important;
	}

	/* Mobile Footer */
	
	.footer-home .vc_row, .footer-main .vc_row{
		display: block
	}

	.footer-home img, .footer-main img  {
   		width: 200px;
		padding: 30px;
	}
}


/*Ax*/
/*Ax*/
@media (max-width: 544px) {
    .marcas-tabs {
        padding-bottom: 0 !important;
    }

    ul.nav.nav-tabs.btab.ultab_set1 {
        margin-top: 0 !important;
    }

    #tab_set1 {
        text-align: center !important;
    }

    ul.slick-dots {
        padding-left: 0 !important;
        text-align: center !important;
        bottom: -2.5rem !important;
    }
    .custom-bg-slider:before {
        height: 100%;
        background: url(https://iconn.com.mx/wp-content/uploads/2021/05/slider-bg-overlay.jpg) center/cover no-repeat #00000094 !important;
    }
    .d-flex-slider .wpb_text_column {
        padding-top: 1rem !important;
    }
    .ult-carousel-wrapper.ult_horizontal {
        padding-bottom: 3rem !important;
    } 
    .tab_set1 .nav-tabs > li.active .arrowdown:before {
        border-color: #fff;
    }
    .tab_set1 .nav-tabs > li.active .arrowdown {
        border-color: #fff;
    }
    .tab_set1 .nav-tabs > li .rtdropdown-menu {
        border: none !important;
        padding: 0 !important;
    }
    .tab_set1 .nav-tabs a,
    .tab_set1 .nav-tabs > li .rtdropdown-menu li a {
        padding: 10px 15px !important;
        font-weight: bold !important; 
    }
    .tab_set1 .nav-tabs >li a:hover, .tab_set1 .nav-tabs >li.rtdropdown.open a.rtdropdown-toggle {
        border: none !important;
    }
    .ultab_set1 li.active > a,
    .rtdropdown.open > a,
    .rtdropdown.active .rtdropdown-menu li a.active {
        background: #f26527 !important;
    }
    .ultab_set1 li.rtdropdown.active a,
    a.LiTab_Anchor:hover,
    .rtdropdown.active .rtdropdown-menu li a {
        background: #007c5a !important;
    }
    .tab-pane ul {
        grid-template-rows: auto !important;
    }
    .lista-estados {
        position: relative !important;
        top: inherit !important;
        right: inherit !important;
        text-align: left;
        display: flex;
        justify-content: center;
    }
	.lista-estados.una-columna ul {
		right: 0px !important;
	}
}

.bg-top-center {
    background-position: top center !important;
}

.btabs .tab-main-container {
    font-family: 'Montserrat', sans-serif !important;
}

.bordered-tab-contents img {
    max-height: 120px;
    object-fit: contain;
}

.marcas-tabs .vc_row .vc_row {
    align-items: flex-start;
}

.lista-estados ul {
    column-count: 2;
    padding: 0;
    column-gap: 30px;
}
.lista-estados.una-columna ul {
    column-count: 1 !important;
    padding: 0;
    column-gap: 30px;
	position: relative;
	right: -60px;
}
.lista-estados {
    position: absolute;
    top: 0;
    right: 0;
}
  .lista-estados ul li {
      font-size: 13px;
    }

    .lista-estados:not(.naranja) ul li::marker {
        color: #007c5a !important;
    }
    .lista-estados.naranja ul li::marker {
        color: #f26527 !important;
    }