/*
Theme Name: The7.2
Theme URI: http://dream-theme.com/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 2.1.5
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #bottom-bar img {
    opacity: 1 !important;
}




textarea::-moz-placeholder , input::-moz-placeholder
{
    color: #7d7d7d !important;
    opacity:1 !important;
}

 ::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder{
 color:#7d7d7d !important;
 opacity:1 !important;
 }



@font-face { 
      font-family: 'Century Gothic'; 
      src: url('./fonts/century_gothic.eot');
      src: url('./fonts/century_gothic.eot?#iefix') format('embedded-opentype'),
           url('./fonts/century_gothic.svg#Century Gothic') format('svg'), 
           url('./fonts/century_gothic.woff') format('woff'), 
           url('./fonts/century_gothic.ttf') format('truetype'); 
      font-weight: normal; 
      font-style: normal;
    }
    
    
    @font-face { 
      font-family: 'Century Gothic'; 
      src: url('./fonts/century_gothic_bold.ttf') format('truetype'); 
      font-weight: bold; 
      font-style: normal;
    }


/** TOPBAR & HEADER **/

div#top-bar {
  border-bottom: 1px solid #e1e1e1;
}

div#top-bar div.text-area{
  vertical-align:text-top;
}

div#top-bar div.text-area > p > *{
  vertical-align:sub;
  margin:0 10px;
}


#top-bar .wf-container-top{
	padding-top:0;
	padding-bottom: 0;
}

div.page-title{
	background-color: white !important;
	border-bottom: none !important;
}

div.page-title h1.h3-size{
	text-transform: uppercase;
	color:#d6b135;
}


/** FINALIZAR COMPRA **/

table.shop_table.cart td a.wwm_socialshare_imagewrapper ul{
  display:none !important;
}

/*LOGIN*/

#top-bar .mini-login a.submit:before{
	content: '\e808' !important;
  	background-image: none !important;
  	position: relative !important;
  	margin-right: 10px;
}

#top-bar .mini-login a.submit, #top-bar .shopping-cart a.wc-ico-cart{
	font-family: 'Open Sans';
	font-size: 14px;
}

#top-bar .mini-login{
	margin-right: 50px !important;
}

/*CART WOOCOMERCE*/

#top-bar .shopping-cart a.wc-ico-cart:before{
	content: '\e856' !important;
  	background-image: none !important;
  	position: relative !important;
  	margin-right: 5px;
}
#top-bar .shopping-cart a.wc-ico-cart:hover{
	text-decoration: none;
}

.shopping-cart a.button.checkout{
	width: 90%;
	text-align: center;
	margin-top:10px;
	padding-top:3px;
	padding-bottom: 3px;



}

/** CHECKOUT **/

.shipping-calculator-form option, .shipping-calculator-form select, .shipping-calculator-form input, .woocommerce-billing-fields input, .main-form input, .main-form option, .main-form select,  .main-form textarea, .main-form input:focus, .main-form option:focus, .main-form textarea:focus{
color:black !important;
}

#order_review select.shipping_method{
  color:#777777;
}

#payment ul li label{
  color:black;
}

/** ALL BUTTONS **/

.btn-material .dt-btn:hover, .btn-material a.button:hover, .btn-material #main button.button:hover, .btn-material #main input.button:hover, .btn-material input[type="button"]:hover, .btn-material input[type="reset"]:hover, .btn-material .form-submit input[type="submit"]:hover{
	box-shadow: none;
}

.button{
	text-transform: uppercase !important;
}

div.shopping-cart-inner p.buttons{
	text-align: center;
}


a.wc-ico-cart span.amount:after, a.wc-ico-cart span.amount:after:hover {
  content: '|';
  margin-left: 5px;
}

/*SOCIAL ICONS*/
header#header div#top-bar .soc-ico a, header#header div#top-bar .soc-ico a .icon, .widget_presscore-contact-info-widget .soc-ico a, .widget_presscore-contact-info-widget .soc-ico a .icon{
	width: 34px;
	height: 34px;
	margin-top:0;
	margin-bottom: 0;
}

header#header div#top-bar .soc-ico a:hover:after,header#header div#top-bar .soc-ico a:hover:before, .widget_presscore-contact-info-widget .soc-ico a:hover:after, .widget_presscore-contact-info-widget .soc-ico a:hover:before {
	background-color: transparent;
	transition: all 0s;
	content:none;
}

header#header div#top-bar .soc-ico a:after, header#header div#top-bar .soc-ico a:before, .widget_presscore-contact-info-widget .soc-ico a:before, .widget_presscore-contact-info-widget .soc-ico a:after{
	background-color: transparent;
	transition: all 0s;
	content:none;
}

header#header div#top-bar .soc-ico a:hover, .widget_presscore-contact-info-widget .soc-ico a:hover{
	border-radius: 0;
}

header#header div#top-bar .soc-ico a:hover .icon, .widget_presscore-contact-info-widget .soc-ico a:hover .icon{
	fill:white;
}

header#header div#top-bar .soc-ico a.facebook:hover, .widget_presscore-contact-info-widget .soc-ico a.facebook:hover{ /*Facebook*/
	background-color: #195e98 !important;
}

header#header div#top-bar .soc-ico a.twitter:hover, .widget_presscore-contact-info-widget .soc-ico a.twitter:hover{ /*Twitter*/
	background-color: #33ccff !important;
}

header#header div#top-bar .soc-ico a.instagram:hover, .widget_presscore-contact-info-widget .soc-ico a.instagram:hover{ /*Instagram*/
	background-color: #387093 !important;
}

header#header div#top-bar .soc-ico a.pinterest:hover, .widget_presscore-contact-info-widget .soc-ico a.pinterest:hover{ /*Instagram*/
	background-color: #cb2027 !important;
}

header#header div#top-bar .soc-ico a.you-tube:hover, .widget_presscore-contact-info-widget .soc-ico a.you-tube:hover{ /*Instagram*/
	background-color: #cc181e !important;
}



.zodiac-container:hover .wpb_content_element , .zodiac-container .wpb_content_element  * {
  fill:#545454;
}

.zodiac-container:hover .wpb_content_element , .zodiac-container:hover .wpb_content_element  *{
	background-color: #d6b135;
	fill:white;
	color:white;
}

/*CONTADOR DE ITEMS WOOCOMERCE*/

div.shopping-cart a.wc-ico-cart span.counter.custom-bg{
	font-size: inherit !important;
	line-height: inherit !important;
	position: relative;
	top: 0;
	width: 60px;
}

div.shopping-cart a.wc-ico-cart span.counter.custom-bg:after{
	content:'item(s)';
	margin-left: 5px;
	font-family: "Open Sans";
}

/** POP-UPS **/

.spu-powered{
  display:none;
}


/** REVOLUTION SLIDER HOME **/

.botonslider{
	transition:all 0.2s ease-out 0s;
  cursor:pointer;
}

.botonslider a{
	color:white;
	text-decoration: none;
}

.botonslider:hover a{
	color:#d6b135 !important;
}

.botonslider:hover{
	background-color: white !important;
  border: 1px solid  #d6b135;

}



/** MAIN MENU **/

#main-nav li.menu-item .sub-nav ul{
	border-top: 2px solid #d6b135;
}

a[title="disabled"]{
	cursor: default;
	pointer-events: none;
	color:#999 !important;
}

/*a[title="disabled"]:after{
	content:"(Desactivado)";
	text-transform: none;
	font-size: 12px;
}*/

/** NEWSLETTER FORM **/

/*input.newsletter-email{
	width: 100%;
}*/

.newsletter-subscription input,.newsletter-subscription select, .newsletter-subscription button, .newsletter-subscription textarea{
	vertical-align: top;
}

.newsletter-form tr, .newsletter-subscription tr{
	display: inline-block;
/*	float:left;*/
	vertical-align: text-top;
	margin: 0 0.5px;
}

.newsletter-subscription td, .newsletter-subscription th{
	padding: 0;
}

.newsletter-subscription input.newsletter-email{
	padding: 7px 0;
}

.newsletter-subscription th{
	display: none;
}

.newsletter-submit-image{
	padding: 9.5px 10px;
	background-color: #d6b135;
}

/** MAILCHIMP FORM **/

div.mc4wp-form p input.mc1-3{
  width:29%;
  vertical-align: top;
}

div.mc4wp-form p input{
  display:inline-block;
  margin:0 5px;
}

.mc4wp-form .newsletter-submit-image {
	display: inline-block;
	margin: 0 5px;
}

.mc4wp-form-basic .mc1-3 {
    display: inline-block;
    margin: 0 5px;
    width: 29% !important;
    vertical-align: top;
}

.dt-fancy-separator.title-left .dt-fancy-title {
    padding-left: 0!important;
} 

.dt-fancy-title.bg-on, .line-decoration:after, .hover-line.benefits-style-one .wf-cell > div:after, .hover-line.benefits-style-two .benefits-inner:after, .static-line.benefits-style-one .wf-cell > div:after, .static-line.benefits-style-two .benefits-inner:after, hr.gf_rule {
	background: none !important; 
}

/** CAJA WELCOME NEWSLETTER **/

.box-home-welcome .text-big p{
	color:#d6b135;
	font-size: 22px;
	margin-top:10px;
}

.box-home-welcome .text-big{
	padding: 30px;
}


/** BOX HOME **/

/*.box-home-new{
	color:white;
	padding: 0;
}*/

.padding-5{
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.banner-home{
	margin-bottom: 5px !important;
}




.box-home-new .shortcode-banner-inside.wf-table.text-big{
	padding: 15px;
}

.box-home-new h1{
	font-family: "Open Sans";
	font-size: 60px;
	font-weight: 300;
	line-height: 70px;
}

.box-home-new h2{
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
}

.ult-banner-block .mask.opaque-background .bb-description{
	line-height: 110px;
}


/** FILA PRODUCTOS HOME**/

/*.fila-productos-home > div:first-child, .fila-productos-home > div:last-child {
	padding-left: 0;
	padding-right: 0;
}*/

/** FOOTER Y BOTTOM-BAR **/

.container-botones{
	text-align: center;
}

.container-botones .vc_general.vc_btn3, .container-botones .vc_general.vc_btn3:hover, .container-botones .vc_general.vc_btn3:active,.container-botones .vc_general.vc_btn3:focus{
	color: #d6b135 !important;
  	font-family: "Open Sans";
  	font-weight: 800;
  	background-color: white !important;
  	border:1px solid #d6d6d6 !important;
  	width: 288px;
  	text-align: center;
  	padding:20px 25px;
  	padding-left: 60px !important;
  	background-image: none;
}

.container-botones .vc_btn3-container{
	/*margin: 10px 5px;*/
}



.container-botones  div.facebook .vc_general.vc_btn3:hover{
	background-color:#195e98 !important;
	color:white !important;
}

.container-botones  div.twitter .vc_general.vc_btn3:hover{
	background-color:#33ccff !important;
	color:white !important;
}

.container-botones  div.instagram .vc_general.vc_btn3:hover{
	background-color:#387093 !important;
	color:white !important;
}

.container-botones  div.pinterest .vc_general.vc_btn3:hover{
	background-color:#cb2027 !important;
	color:white !important;
}

.container-botones  div.youtube .vc_general.vc_btn3:hover{
	background-color:#ba151b !important;
	color:white !important;
}


.container-botones .vc_general.vc_btn3 i{
	font-size: 24px;
	left: 55px !important;
}

.container-botones div.instagram .vc_general.vc_btn3 i{
	font-size: 24px;
	left: 45px !important;
}

footer#footer .widget-title{
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
}

div#bottom-bar a{
	text-decoration: underline;
}

.logos-bottombar img {
  margin: 0 10px;
}

.container-footer{
	text-align: center;
}

.container-footer a{
  text-decoration:none;
}

.container-footer a:hover{
  text-decoration:underline;
}

.container-footer p{
	font-size: 13px;
	text-transform:uppercase;
	text-align: center;
}

.container-footer p.accent	{
	color:#d6b135;
}

footer#footer ul.menu{
	width: 100%;
	text-transform: uppercase;
}

footer#footer ul.menu li.menu-item a{
	padding: 0;
}

footer#footer ul.menu li.menu-item {
  display: inline-block;
  width: 27%;
  border-top: none;
  border-bottom: 1px solid #d1d1d1 !important;
  margin-right: 5%;
  margin-top: 0;
  padding-bottom: 5px;
}

footer#footer ul.menu li.menu-item:last-child, footer#footer ul.menu li.menu-item:nth-last-child(2), footer#footer ul.menu li.menu-item:nth-last-child(3){
	border-bottom: none !important;
}

footer .wf-container section img.flag{
  vertical-align:middle;
  margin:0 5px;
}

/** SOLICITAR INFO **/






.graphic > .vc_col-sm-6.wpb_column  .wpb_wrapper > div:first-child{
  width: 20%;
  display: inline-block;
}

.graphic .vc_icon_element{
  margin-bottom:0;
}

.graphic > .vc_col-sm-6.wpb_column  .wpb_wrapper > div:nth-child(2){
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

.graphic .vc_col-sm-6.wpb_column > div{
  background-color:#F9F9F9;
  padding:20px;
  margin:10px 0;
  min-height:180px;
}



/** FICHA PRODUCTO **/

div.product_cat-joyeria-zodiacal div.related.products{
  display:none;
}

div.woocommerce article.product .project-list-media, .related.products  article.product .project-list-media{
  border:1px solid #d6d6d6;
} 

div.product div.summary *:not(button):not(.amount) {
	color: #545454 ;
}

div.product *{
	border-radius: 0;
}



div.product div.summary p ,div.product div.summary label, div.product div.woocommerce-tabs div.panel p, div.product div.woocommerce-tabs div.panel label,div.product div.woocommerce-tabs div.panel th, div[itemprop="description"] li {
	font-size: 14px;
}

div.product h1.h3-size.entry-title, h1.product_title.entry-title{
	font-weight: 100;
	font-size: 36px;
	text-transform: uppercase;
}

div.product div.woocommerce-tabs div.panel h2, div.product div.woocommerce-tabs div.panel h3, div.related.products h2{
	font-size: 20px !important;
 	font-weight: 500 !important;
	text-transform: uppercase !important;
 	color: #545454;
}

.cart-collaterals h2{
	font-size: 26px;
	font-weight: 100;
	text-transform: uppercase;
}

div.product div.summary button.single_add_to_cart_button, div.product .woocommerce-tabs div.panel input#submit, a.vc_general{
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px !important;
	font-family: "Open Sans";
	padding-left: 30px !important;
	padding-right: 30px !important;
  background-image:none !important;
}

input.wpcf7-submit, a.button, input.button{
	border-radius: 0;
  text-transform:uppercase;
  color:white;
}

div.product div.summary p.price *{
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 100;
}

div.product div.woocommerce-tabs div.panel p.comment-form-author, div.product div.woocommerce-tabs div.panel p.comment-form-email{
	display:inline-block;
}

/** OFERTA **/

div.product.sale .onsale{
	width: 105px;
	height: 105px;
	font-size: 26px;
	line-height: 105px;
	text-transform: uppercase;
}

article.product.sale .onsale{
	width: 60px;
	height: 60px;
	font-size: 15px;
	line-height: 60px;
	text-transform: uppercase;
}

/** TABS FICHA PRODUCTO **/



div.woocommerce-tabs ul.tabs li:not(.active), div.ui-tabs ul.ui-tabs-nav li:not(.ui-state-active)  {
	background-color: #FAFAFA;
}

div.woocomerce-tabs ul.tabs li:not(.active) > a , div.ui-tabs ul.ui-tabs-nav li:not(.ui-state-active) > a{
	color: #3b3b3b !important;
}

div.woocommerce-tabs ul.tabs li, div.ui-tabs ul.ui-tabs-nav li{
	padding: 0.5em 3em !important;
}

div.woocommerce-tabs ul.tabs li > a, div.ui-tabs ul.ui-tabs-nav li > a{
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Open Sans";
	font-size: 14px;
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
}

div.woocommerce-tabs ul.tabs, div.ui-tabs ul.ui-tabs-nav {
	border: none;
	position: relative;
	margin: 0;
}


div.woocommerce-tabs > div.panel, div.ui-tabs > div.ui-tabs-panel {
  border-top: none !important;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 20px !important;
}

div.woocommerce-tabs ul.tabs li, div.ui-tabs ul.ui-tabs-nav li{
	margin:0 !important;
  box-shadow:none !important; 
}


div.woocommerce-tabs ul.tabs li.active , div.ui-tabs ul.ui-tabs-nav li.ui-state-active  {
	border: 1px solid rgba(0,0,0,0.15); 
	border-bottom: 1px solid white;
	z-index: 2; 
  background:transparent !important;
}

div.ui-tabs ul.ui-tabs-nav li.ui-state-active a{
  font-weight:bold;
}

div.woocommerce-tabs ul.tabs li, div.ui-tabs ul.ui-tabs-nav li{
	 position: relative;
}


div.woocommerce-tabs ul.tabs:after{
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  display: block;
  width: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
}

ul.ui-tabs-nav:after {
  content: "";
  border-bottom: 1px solid rgba(0,0,0,0.15);
  display: block;
  width: 100%;
  bottom: 0;
  z-index: 1;
  left: 0;
}



div.woocommerce-tabs div.panel p.stars span a:after{
	color:#c8c8c8;
}

div.woocommerce-tabs div.panel p.stars span a:hover:after, div.woocommerce-tabs div.panel p.stars span a.active:after{
	color:#d6b135;
}

p.meta strong[itemprop="author"]{
	text-transform: capitalize;
}

div.product div.caroufredsel_wrapper{
	margin: 0 !important;
}

p.stars a.star-1:after{
	content:"\e020";
}

.woocommerce p.stars a.star-2:after{
	content:"\e020\e020";
}

p.stars a.star-3:after{
	content:"\e020\e020\e020";
}

p.stars a.star-4:after{
	content:"\e020\e020\e020\e020";
}

p.stars a.star-5:after{
	content:"\e020\e020\e020\e020\e020";
}



/** ZOOM FICHA PRODUCTO **/   

.yith_magnifier_zoom_magnifier{
	border-width: 1px;
	margin-left: 40px;
  background-color:white;
}

.yith_magnifier_lens{
	background-color: white;
	border:none;
	//width: 200px !important;
	//height: 200px !important;
}       

.thumbnails.slider > .caroufredsel_wrapper, .thumbnails.slider > .caroufredsel_wrapper ul.yith_magnifier_gallery{
  height:546px !important;
}     

#slider-prev, #slider-next{
top:18% !important;
}




#load.light-loading{
  background:rgba(239,239,239,0.9);
}



/** FORMULARIO DE CONTACTO **/

.main-form .mitad{
	width: 49%;
	display: inline-block;  
  margin-bottom:30px;
}

.main-form .tercio{
	width: 32.8%;
	display: inline-block;
}


.main-form .cuarto{
	width: 24.5%;
	display: inline-block;
}

.main-form .todo{
	width: 99%;
  margin-bottom:15px;
}

.main-form select{
	width: 100%;
}

.main-form .mitad span, .main-form .todo span{
	margin-right:5px;
}

textarea{
	resize:none;
}

span.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7-not-valid{
	border:1px solid #d6b135 !important;
}

.wpcf7-response-output{
	border:none !important;
}


/** BLOG **/

section.items-grid.round-images.wf-container .wf-cell article a img, section.items-grid.round-images.wf-container .wf-cell article a i{
	border-radius: 0;
}

article div.blog-content{
  border:none !important;
}


article{
  background:transparent !important;
}


/** SOCIAL SHARE OVER IMAGE **/

.wwm_social_share{
  z-index:1;
  background:transparent;
  padding:0;
  width:100%;
  text-align:center;
  top:45% !important;
}

.wwm_socialshare_imagewrapper img.size-full{
  width:100%;
}

/*** MEDIAS RESPONSIVE ***/

@media screen and (max-width:759px){
  .yith_magnifier_zoom_magnifier, .yith_magnifier_mousetrap{
    display:none;
  }
}


/** MENU FOOTER **/
@media screen and (max-width: 1100px){
	footer#footer ul.menu li.menu-item a{
		font-size: 12.5px;
	}
}



@media screen and (max-width: 600px){
	footer#footer ul.menu li.menu-item{
		width: 90%;
		display: block;
		margin:0 auto;
	}

	footer#footer ul.menu li.menu-item:nth-last-child(2), footer#footer ul.menu li.menu-item:nth-last-child(3){
		border-bottom: 1px solid #d1d1d1 !important;
	}

	footer#footer .widget-title{
		text-align: center;
	}
}

/** INPUT FORM NEWSLETTER **/

@media screen and (max-width: 977px) and (min-width: 885px){
	.newsletter-subscription input.newsletter-email{
		max-width: 190px;
	}
}

@media screen and (max-width: 884px) and (min-width: 794px){
	.newsletter-subscription input.newsletter-email{
		max-width: 160px;
	}
}

@media screen and (max-width: 793px) and (min-width: 750px){
	.newsletter-subscription input.newsletter-email{
		max-width: 145px;
	}
}

@media screen and (max-width: 749px){

	.newsletter-subscription{
		margin:15px auto;
	}

	.newsletter-subscription table {
		text-align: center;
	}
}

/** BOXES HOME **/

@media screen and (max-width: 1187px) and (min-width: 922px){
	.box-home-new h1{font-size: 45px;}
	.box-home-new h2{font-size: 22px;}
}

@media screen and (max-width: 921px) and (min-width: 750px){
	.box-home-new h1{font-size: 35px;}
	.box-home-new h2{font-size: 18px;}
}

@media screen and (max-width: 480px){
	.box-home-new h1{font-size: 40px;}
	.box-home-new h2{font-size: 22px;}
}

@media screen and (max-width: 480px){
	div.wpcf7 form > .main-form > div{
		display: block;
		width: 100%;
	}
}

/** TABS PRODUCTO **/

@media screen and (max-width: 550px){
	.product .woocommerce-tabs > .tabs > li{
		display: block;
		float: none;
		text-align: center;
		border:1px solid rgba(0,0,0,0.15);
		border-bottom: none;
	}
}


@media screen and (min-width:750px){
	.banner-home.zodiacal{
		height:380px;
	}

	.banner-home.zodiacal img{
		width:100%;
		height:100%;
	}
}

/** SOLICITAR INFORMACIÓN **/

@media screen and (max-width:1000px) and (min-width:750px) {
   .graphic .vc_col-sm-6.wpb_column > div{
    padding:10px;
  }
  .graphic .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before{
    font-size:0.8em;
  }
}

@media screen and (max-width:480px){
  .graphic .vc_col-sm-6.wpb_column > div{
    padding:10px 5px;
  }
  .graphic .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before{
    font-size:0.7em;
  }
}



/** CONTACT FORM SOLICITAR PRESUPUESTO **/

@media screen and (max-width:749px) and (min-width:481px){
  .main-form .tercio, .main-form .cuarto{
    width:49%;
  }
}

/** MAILCHIMP FORM **/

@media screen and (max-width:780px){

  div.mc4wp-form p input.mc1-3{
    width:99%;
    vertical-align: top;
  }
  div.mc4wp-form p input{
    margin:5px 0;
  }

  .mc4wp-form-basic .mc1-3{
    width:99% !important;
    vertical-align: top;
    margin:5px 0;
  }
  .mc4wp-form .newsletter-submit-image{
    margin:5px 0;
  }
}

/**BANNER HOME **/
@media screen and (max-width:480px){
	.banner-home.zodiacal .bb-description{
		font-size:35px !important;
    line-height:53px !important;
    padding-top:1.5em !important;
	}
}