/* .region-content{
	background-color: #f0f0f0;
}


.product_block{
	margin: 0 10px 20px 10px;
}

.back_line{
	.back_button{
		background: transparent;
		color: white;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		&:hover{
			cursor: pointer;
		}
		i{
			margin: 0 5px;
		}
	}
}

.fast-contact{
	.form-group{
		margin-bottom: 15px!important;
	}
}

.field_tipo_de_producto{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.field_legal{
	font-size: 10px;
	text-transform: uppercase;
	opacity: .9;
}

.gradient-row{
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, whitesmoke 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%, whitesmoke 100%);
	background: linear-gradient(to bottom, #eeeeee 0%, whitesmoke 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0 );
}

.form_producto_pais{
	.subtitle_formulario{
		font-weight: bold;
	}
	.form-actions{
		text-align: right;
		button{
			margin-right: 0px;
		}
	}
	.form-textarea{
		min-height: 188px;
	}
	.form-item{
		margin-bottom: 15px;
	}
	.g-recaptcha{
		float: right;
		margin-bottom: 1em;
	}
	label{
		font-size: 14px;
		font-weight: normal;
		&::after{
			padding-left: 4px;
			font-size: 12px;
			font-weight: bold;
		}
	}
}

.field_ventajas{
	.title_ventajas{
		font-weight: 600;
		font-size: 17px;
		margin-bottom: 12px;
	}
}

.descargables, .field_videos{
	.content-box{
		text-align: left;
		.video-row{
			margin-bottom: 10px;
			&:last-child{
				margin-bottom: 0px;
			}
		}
		.link-youtube-video{
			color: #f0f0f0;
			&:hover{
				color: #ff0000;
			}
		}
		.btn-download{
			color: white;
			list-style: all;
			background: #a0c522;
			border-radius: 6px;
			&:hover{
				text-decoration:none;
				background: #0d4372;
			}
		}
		.titulo-descargable
		{
			white-space: nowrap;
   			padding-left: 0px;

		}
	}
	.etiqueta{
		text-align: left;
		color: white;
		font-size: 12px;
		font-weight: 600;
		font-weight: normal;
	}
}

.field_descripcion_tecnologia{
	font-size: 14px;
}

.field_related_content{
	.content-box{
		a{
			color: white;
			font-weight: 600;
		}
	}
}



.field_related_packs{
	.title-box{
		color: white;
	}
	.content-box{
		a{
			color: white;
			font-weight: 600;
		}
	}
}

.content-box{
	padding: 4px 8px;
	font-size: 16px;
}

.title-box{
	font-size: 16px;
	font-weight: 600;
	padding: 4px 8px;
}

.field_related_content{
	.title-box{
		color: white;
	}
}

.white_block{
	background-color: white;
	.title-box{
		color: #54A9DD;
	}
}

.gray_block{
	background-color: #d0d0d0;
	.title-box{
		color: #808080;
	}
}

.lightblue_block{
	background-color: #20a5df;
	.title-box{
		color: white;
	}
}

.form-group{
	margin-bottom: 0px;
}

@media (max-width: 332px){
	.g-recaptcha{
		float: none !important;
		transform:scale(0.79);-webkit-transform:scale(0.79);
		transform-origin:0 0;-webkit-transform-origin:0 0;
		margin-right: -40px;
	}
} */
/* line 210, ../scss/product.scss */
.region-content {
  background-color: #f0f0f0;
}

/* line 215, ../scss/product.scss */
.product_block {
  margin: 0 10px 20px 10px;
}

/* line 220, ../scss/product.scss */
.back_line .back_button {
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
/* line 226, ../scss/product.scss */
.back_line .back_button:hover {
  cursor: pointer;
}
/* line 229, ../scss/product.scss */
.back_line .back_button i {
  margin: 0 5px;
}

/* line 236, ../scss/product.scss */
.fast-contact .form-group {
  margin-bottom: 15px !important;
}

/* line 241, ../scss/product.scss */
.field_tipo_de_producto {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 247, ../scss/product.scss */
.field_legal {
  font-size: 10px;
  text-transform: uppercase;
  opacity: .9;
}

/* line 253, ../scss/product.scss */
.gradient-row {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, whitesmoke 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, whitesmoke 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, whitesmoke 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f5f5f5',GradientType=0 );
}

/* line 262, ../scss/product.scss */
.form_producto_pais .subtitle_formulario {
  font-weight: bold;
}
/* line 265, ../scss/product.scss */
.form_producto_pais .form-actions {
  text-align: right;
}
/* line 267, ../scss/product.scss */
.form_producto_pais .form-actions button {
  margin-right: 0px;
}
/* line 271, ../scss/product.scss */
.form_producto_pais .form-textarea {
  min-height: 188px;
}
/* line 274, ../scss/product.scss */
.form_producto_pais .form-item {
  margin-bottom: 15px;
}
/* line 277, ../scss/product.scss */
.form_producto_pais .g-recaptcha {
  float: right;
  margin-bottom: 1em;
}
/* line 281, ../scss/product.scss */
.form_producto_pais label {
  font-size: 14px;
  font-weight: normal;
}
/* line 284, ../scss/product.scss */
.form_producto_pais label::after {
  padding-left: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* line 293, ../scss/product.scss */
.field_ventajas .title_ventajas {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 12px;
}

/* line 301, ../scss/product.scss */
.descargables .content-box, .field_videos .content-box {
  text-align: left;
}
/* line 303, ../scss/product.scss */
.descargables .content-box .video-row, .field_videos .content-box .video-row {
  margin-bottom: 10px;
}
/* line 305, ../scss/product.scss */
.descargables .content-box .video-row:last-child, .field_videos .content-box .video-row:last-child {
  margin-bottom: 0px;
}
/* line 309, ../scss/product.scss */
.descargables .content-box .link-youtube-video, .field_videos .content-box .link-youtube-video {
  color: #f0f0f0;
}
/* line 311, ../scss/product.scss */
.descargables .content-box .link-youtube-video:hover, .field_videos .content-box .link-youtube-video:hover {
  color: #ff0000;
}
/* line 315, ../scss/product.scss */
.descargables .content-box .btn-download, .field_videos .content-box .btn-download {
  color: white;
  list-style: all;
  background: #a0c522;
  border-radius: 6px;
}
/* line 320, ../scss/product.scss */
.descargables .content-box .btn-download:hover, .field_videos .content-box .btn-download:hover {
  text-decoration: none;
  background: #0d4372;
}
/* line 325, ../scss/product.scss */
.descargables .content-box .titulo-descargable, .field_videos .content-box .titulo-descargable {
  white-space: nowrap;
  padding-left: 0px;
}
/* line 332, ../scss/product.scss */
.descargables .etiqueta, .field_videos .etiqueta {
  text-align: left;
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-weight: normal;
}

/* line 341, ../scss/product.scss */
.field_descripcion_tecnologia {
  font-size: 14px;
}

/* line 347, ../scss/product.scss */
.field_related_content .content-box a {
  color: white;
  font-weight: 600;
}

/* line 357, ../scss/product.scss */
.field_related_packs .title-box {
  color: white;
}
/* line 361, ../scss/product.scss */
.field_related_packs .content-box a {
  color: white;
  font-weight: 600;
}

/* line 368, ../scss/product.scss */
.content-box {
  padding: 4px 8px;
}

/* line 372, ../scss/product.scss */
.title-box {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px #f0f0f0 solid;
  padding: 4px 8px;
}

/* line 381, ../scss/product.scss */
.field_related_content .title-box {
  color: white;
}

/* line 386, ../scss/product.scss */
.white_block {
  background-color: white;
}
/* line 388, ../scss/product.scss */
.white_block .title-box {
  color: #20a5df;
}

/* line 393, ../scss/product.scss */
.gray_block {
  background-color: #d0d0d0;
}
/* line 395, ../scss/product.scss */
.gray_block .title-box {
  color: #808080;
}

/* line 400, ../scss/product.scss */
.lightblue_block {
  background-color: #20a5df;
}
/* line 402, ../scss/product.scss */
.lightblue_block .title-box {
  color: white;
}

/* line 407, ../scss/product.scss */
.form-group {
  margin-bottom: 0px;
}

/* line 411, ../scss/product.scss */
.bo-back-container {
  background-color: white;
  padding-top: 3rem;
  margin-left: 60px;
}

/* line 417, ../scss/product.scss */
.prod-flag {
  padding: 20px 45px 0px 60px;
  background-color: white;
}

/* line 422, ../scss/product.scss */
.button-bo-new {
  width: 50px;
  height: 16.06px;
  background: #FFFFFF;
  border: 1px solid #54A9DD;
  border-radius: 4px;
}
/* line 428, ../scss/product.scss */
.button-bo-new p {
  width: 29px;
  height: 14px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #54A9DD;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/* line 446, ../scss/product.scss */
.info-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 453, ../scss/product.scss */
.main-card {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  margin-left: 5rem;
}

/* line 459, ../scss/product.scss */
.nav.nav-tabs.green {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #92C123;
}

/* line 465, ../scss/product.scss */
.nav-item {
  margin-right: 2rem;
}

/* line 468, ../scss/product.scss */
.nav-item.active {
  border: 1px solid transparent;
  border-bottom: 3px solid #92C123;
}

/* line 473, ../scss/product.scss */
.nav-item .nav-link {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #606060;
}

/* line 481, ../scss/product.scss */
.card-body-product.col-md-8.offset-md-2.inter-eu {
  font-size: 18px;
  padding: 15px;
  margin-left: 12rem;
}

/* line 486, ../scss/product.scss */
.card-body-product.col-md-8.offset-md-2.inter-eu p strong {
  font-weight: normal;
}

/* line 489, ../scss/product.scss */
.adv-eu {
  width: 40%;
}

/* line 492, ../scss/product.scss */
.prod-description-inter {
  font-size: 16px;
  list-style: none;
}

/* line 496, ../scss/product.scss */
.prod-description-inter:nth-last-child(-n+1) div {
  display: none;
}

/* line 499, ../scss/product.scss */
.col-xs-10.col-md-4.adv-container {
  padding: 50px 50px 50px 0;
  font-size: 13px;
  width: 45%;
}

/* line 504, ../scss/product.scss */
.col-xs-6.info-prod h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #606060;
}

/* line 510, ../scss/product.scss */
.btn-download-inter-bo {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #54A9DD;
  padding: 3px 10px;
}

/* line 521, ../scss/product.scss */
.product-title.color-azul-claro.mb-1 {
  color: #54A9DD !important;
}

/* line 524, ../scss/product.scss */
.product-description.mb-1, .product-description.mb-1 p strong {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 133% */
  color: #606060;
}

/* line 533, ../scss/product.scss */
.social-media-shares {
  cursor: pointer;
}
/* line 535, ../scss/product.scss */
.social-media-shares > i {
  vertical-align: top;
}
/* line 538, ../scss/product.scss */
.social-media-shares .dropdown-menu {
  background: transparent;
  border: 0;
  box-shadow: 0 4px 12px transparent;
}
/* line 543, ../scss/product.scss */
.social-media-shares .dropdown-menu .sharethis-wrapper > span {
  display: inline-block;
}

/* line 549, ../scss/product.scss */
.product {
  font-weight: bold;
}
/* line 551, ../scss/product.scss */
.product-title {
  font-size: 16px;
  font-weight: bolder;
}
/* line 555, ../scss/product.scss */
.product-link {
  color: #54A9DD;
  font-size: 12px;
  margin-left: 10px;
}
/* line 560, ../scss/product.scss */
.product-description {
  font-size: 15px;
}
/* line 563, ../scss/product.scss */
.product-name {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
/* line 570, ../scss/product.scss */
.product-crop {
  display: flex;
  cursor: default;
}
/* line 573, ../scss/product.scss */
.product-crop img {
  width: 20px;
  height: 20px;
}
/* line 577, ../scss/product.scss */
.product-crop span {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-left: 0.5rem;
}

/* line 587, ../scss/product.scss */
.crop-inter-bo {
  color: #54A9DD !important;
}

@media (max-width: 1500px) {
  /* line 592, ../scss/product.scss */
  .bo-back-container {
    margin-left: 91px;
  }

  /* line 595, ../scss/product.scss */
  .main-card.inter {
    margin-left: 7rem;
  }

  /* line 598, ../scss/product.scss */
  .product-description {
    width: 100%;
  }
}
@media (max-width: 700px) {
  /* line 604, ../scss/product.scss */
  .info-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  /* line 610, ../scss/product.scss */
  .download-container-inter-bo {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-left: 1rem;
  }

  /* line 616, ../scss/product.scss */
  .col-xs-10.col-md-4.adv-container {
    padding: 50px 0px 50px 0;
    width: 100%;
  }

  /* line 620, ../scss/product.scss */
  .col-xs-6.info-prod {
    width: 80%;
  }

  /* line 623, ../scss/product.scss */
  .col-xs-6.info-prod .img-inter-bo {
    padding-top: 2rem;
  }

  /* line 626, ../scss/product.scss */
  .bo-back-container {
    margin-left: 10px;
  }

  /* line 629, ../scss/product.scss */
  .product-description {
    width: 100%;
  }

  /* line 632, ../scss/product.scss */
  .main-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }

  /* line 639, ../scss/product.scss */
  .main-card.inter {
    margin-left: 0;
  }

  /* line 642, ../scss/product.scss */
  .product-description.mb-1 {
    font-size: 14px;
  }

  /* line 645, ../scss/product.scss */
  .nav.nav-tabs.green {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  /* line 650, ../scss/product.scss */
  .nav-item {
    margin-right: 0;
  }

  /* line 653, ../scss/product.scss */
  .nav-item .nav-link {
    font-size: 12px;
    padding: 10px 5px;
  }

  /* line 657, ../scss/product.scss */
  .card-body-product.col-md-8.offset-md-2.inter-eu {
    font-size: 14px;
    margin-left: 0;
  }

  /* line 661, ../scss/product.scss */
  .prod-description-inter {
    font-size: 14px;
    list-style: none;
  }

  /* line 665, ../scss/product.scss */
  .card-text.font-mobile.descripcion-corta {
    width: 50vw;
  }

  /* line 668, ../scss/product.scss */
  .container {
    padding: 0;
  }

  /* line 671, ../scss/product.scss */
  .col-xs-12 {
    padding: 0;
  }
}
@media (max-width: 332px) {
  /* line 677, ../scss/product.scss */
  .g-recaptcha {
    float: none !important;
    transform: scale(0.79);
    -webkit-transform: scale(0.79);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-right: -40px;
  }
}
