*{
	transition: all 0.5s;
}
html, body{
	font-family: 'Lato', sans-serif;
}

/*************** BOOTSTRAP ***************/
.container{
	padding: 0;
	position: relative;
	 max-width: 100%;
}
@media (max-width: 1280px) {
	.container {
	    padding-left: 15px;
   		padding-right: 15px;
   		width: 100%;
	}
}
@media (min-width: 1300px) {
	.container {
	    width: 1280px;
	}
}


.bg-verde{
	background-color: #00a790;
	color: #FFF;
}


/*************** HEADER ***************/
#header{
	background-color: #2a2a2a;
	padding: 5px 0;
}
#header-img{
	float: left;
	width: 335px;
	height:160px;
	display: inline-block;
	text-align: right;
}
#header-img img{
	max-width: 100%;
	max-height: 100%;
}
#header-text{
	color: #f8d81b;
    display: inline-block;
    font-size: 42px;
    margin-top: 5px;
    font-style: italic;
}
#header-phone{
	color:#FFF;
	font-size: 60px;
	font-family: "HoboStd";
	text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
#header-phone a{
	
	color:#FFF;
}

@media (max-width: 1199px) {
	#header-img {
	    height: 100px;
	    width: 200px;
	}
	#header-text{
		font-size: 24px;
	}
	#header-phone{
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	#header-img {
	    height: 100px;
	    float: none;
	    text-align: center;
	    width: 100%;
	}
	#header-text{
		margin-top: 0;
		font-size: 24px;
	}
	#header-phone{
		font-size: 32px;
	}
	#header-text,
	#header-phone  {
	    display: block;
	}
	#header br{
		display: none;
	}
}

/*************** cinta-title ***************/
.cinta-title{
	background-color: #2a2a2a;
	color: #f8d81b;
	font-size: 21px;
	padding: 9px 12px 9px 48px;
	background-image: url('../img/bg-cinta-title.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	text-align: left;
}
.cinta-title.transparente{
	background-color: transparent;
}
.cinta-title.color_blanco{
	color: #FFF;
}
.cinta-title small{
	font-size: 16px;
}
.cinta-title p{
	margin: 0;
}
@media (max-width: 767px) {
	.cinta-title{
		font-size: 14px;
	}
}


/*************** section-destacados ***************/
.section-destacados{
	margin: 26px 0 36px;
}
.section-destacados .image{
	text-align: center;
	background-color: #2a2a2a;
}

.section-destacados .cinta-title{
	
}

.section-destacados img{
	max-width: 100%;
}
.section-destacados .no-image{
	height: 26px;
}
.section-destacados .bg-negro{
	background-color: #2a2a2a;
	padding: 20px 15px 25px;
	line-height: 1.2;
	color:#FFF;
	font-size: 18px;
}

.section-destacados .bg-negro{
	padding: 25px 15px 25px
}
.section-destacados .bg-negro p{
	margin: 0 0 25px;
}

.section-destacados .cinta-title{
	margin: 0;
}

@media (max-width: 767px) {
	.section-info .bg-negro{
		font-size: 16px;
	}
}
/*************** section-info ***************/
.section-info{
	background-color: #950b0b;
	background: url('../img/bg-section-home-superior.jpg');
	border-bottom: 6px solid #2a2a2a;
	padding: 8px 0 6px;
}

.section-info .img{
	border-radius: 26px;
	border: 4px solid #FFF;
	overflow: hidden;
	display: inline-block;
}
.section-info .img img{
	max-width: 100%;
}
.section-info .right{
	min-height: 522px;
	background:url('../img/bg-section-home-superior-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.section-info h1{
	color:#FFF;
	font-weight: bolder;
	font-size: 46px;
	margin-top: 30px;
}
.section-info h2{
	color: #f8d81b;
	font-weight: bolder;
	font-family: "HoboStd";
	text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	font-size: 72px;
	margin-top: 45px;
}
.section-info h3{
	color: #00a790;
	font-weight: bolder;
	text-shadow: 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	font-size: 60px;
    margin-top: 60px;
}
@media (max-width: 1299px) {
	.section-info h1{
		font-size: 32px;
	}
	.section-info h2{
		font-size: 58px;
	}
	.section-info h3{
		font-size: 46px;
	}
	.section-info .right{
		min-height: initial;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.section-info .col-sm-6{
		display: inline-block;
		float: none;
		vertical-align: middle;
	}
	.section-info .right{
		min-height: 100%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
.section-info h1{
		font-size: 22px;
	}
	.section-info h2{
		font-size: 48px;
	}
	.section-info h3{
		font-size: 36px;
	}
}


@media (max-width: 767px) {
	.section-info .right{
		min-height: 100%;
		padding:0 10px;
		margin-top: 20px;
	}
	.section-info .inner{
		max-width: 500px;
		width: 100%;
		padding:0 0 40px;
		display: inline-block;
	}
}

@media (max-width:500px) {
	.section-info h1{
		font-size: 24px;
	}
	.section-info h2{
		font-size: 30px;
		margin-top: 30px;
	}
	.section-info h3{
		font-size: 32px;
		margin-top: 30px;
	}
	.section-info .right{
		background:none;
	}
	.section-info .right .inner{
		background:url('../img/bg-section-home-superior-right.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

}


/*************** section-body-home ***************/
.section-body-home{
	padding-bottom: 25px;
}
.section-body-home .body{
	font-weight: lighter;
	font-size: 21px;
}

@media (max-width: 991px) {
	.section-body-home .row .col-md-6:last-child{
		margin-top: 40px;
	}
}



/*************** section-formulario-contacto +  section-datos-contacto ***************/
.section-datos-contacto,
.section-formulario-contacto{
	margin: 26px 0 36px;
}
.section-datos-contacto .cinta-title,
.section-formulario-contacto .cinta-title{
	margin-bottom: 20px;
}


form .form-group .info-warning, form .form-group .info-error, form .form-group .info-success {
    font-size: 75%;
    font-weight: normal;
}
form .form-group .info-warning {
    color: #8a6d3b;
    display: none;
}
form .form-group .info-error {
    color: #a94442;
    display: none;
}
form .form-group .info-success {
    color: #3c763d;
    display: none;
}
form .form-group.has-warning .info-warning, form .form-group.has-error .info-error, form .form-group.has-success .info-success {
    display: inline-block;
}
.button_loading {
    display: none;
}


/***************   section-datos-contacto ***************/
.section-datos-contacto iframe{
	width: 100% !important;
	height: 280px !important;
	border: 0 none !important;
	margin-top: 20px !important;
}


/*************** cookie-law-info ***************/
@media screen and (max-width:669px){
	#cookie-law-info-again{
		left:10px !important;
	}
}
#cookie-law-info-bar {
  border: 0;
  font-size: 10pt;
  margin: 0 auto;
  padding: 5px 5px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
#cookie-law-info-again {
  font-size: 10pt;
  margin: 0;
  padding: 3px 10px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}
#cookie-law-info-bar span {
  vertical-align: middle;
}
.cookie_law_info_txt {
  padding: 0 10px;
  margin: 0;
}
.cli-plugin-button,
.cli-plugin-button:visited {
  background: #222 url('../img/overlay.png') repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  margin: auto 10px;
}
.cli-plugin-button:hover {
  background-color: #111;
  color: #fff;
}
.cli-plugin-button:active {
  top: 1px;
}
.small.cli-plugin-button,
.small.cli-plugin-button:visited {
  font-size: 11px;
}
.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.cli-plugin-button,
.large.cli-plugin-button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.super.cli-plugin-button,
.super.cli-plugin-button:visited {
  font-size: 34px;
  padding: 8px 14px 9px;
}
