
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');




body{
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #606060
}

b{
	font-weight: 500
}

.green{
	color: #6EB74A;
}

.blue{
	color: #004D7B
}

.grey{
	color: #606060
}

.white{
	color: #fff;
}



.bg-blue{
	background: #004D7B;
}

.bg_color1{
	background: #a20d4b
}
.bg_color2{
	background: #790035
}
.bg_color3{
	background: #fca700
}
.bg_color4{
	background: #efca40
}

.border_radio{
	border-radius: 25px
}




.bg3{
	background: url('../img/bg-3.jpg') no-repeat center bottom;
	background-size: cover
}

.bg-grey{
	background: #F2F2F2
}
.bg-grey2{
	background: #E6E6E6
}


.btn-galeano{
	background: #004D7B;
	color: #fff;
	font-weight: 300
}

.t-light{
	font-weight: 300
}

.border-xl-green{
	border-top: 8px solid #6EB74A
}



header{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding: .5rem 1rem !important
}

.nav-link{
		color: #fff;
}

.navbar-dark .navbar-nav .nav-link{
	color: #fff
}

.nav-pills {
	letter-spacing: 2px
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background: none;
	position: relative;
	font-weight: 500
}

.nav-pills .nav-link.active:after{
	content: '';
	width: 40px;
	height: 3px;
	background: #6EB74A;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -0px
}



header.interior{
	background: #F2F2F2;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.34);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.34);
}

header.interior .nav-link{
	color: #004D7B !important
}


header.interior  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #004D7B
}


.title{
	color: #004D7B;
	position: relative;
	margin-bottom: 1em
}

.title:after{
	content: '';
	width: 120px;
	height: 4px;
	background: #6EB74A;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -14px
}



.carousel-caption{
	top: 1.25rem;
	text-shadow: 0px 0px 5px #000000;
}


#counter{
	text-align: center
}
#counter .counter-value {
	font-size: 2em
}

#counter>div{
	border-right: 4px solid #6EB74A;
	font-size: .8em
}

#counter>div:last-child{
	border-right: none
}



.director{
	overflow: hidden
}

#producto a{
	color: #fff;
	text-decoration: none
}
#producto h2{
-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;}

#producto .border_radio:hover h2{
	font-size: 40px
}

.profile{
	position: absolute;
	height: 160px;
	color: #fff;
	text-align: center;
	width: 100%;
	bottom: 0px;

    transition: all .3s ease-in-out;

 background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
	
}

.profile .cv{

	display: none;

-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;

}

.icon-expand img{

-webkit-transition: all 0.3s 0s ease;
-moz-transition: all 0.3s 0s ease;
-o-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;

}

.icon-expand:hover img{
	-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform:  scale(1.2);
}

/*
.director:hover .cv{

	display: flex


}
*/

/*
.director:hover .profile{

	height: 100%;


}
**/

.novedad h3{
	line-height: 1em
}

.novedad h3 a, .novedad2 h3 a{
	text-decoration: none;
	color: #606060
}

.novedad h3 a:hover, .novedad2 h3 a:hover{
	text-decoration: none;
	color: #999
}



.novedad p{
	line-height: 1.3em
}

.novedad2{
	border-bottom: 1px dotted #999;
	padding-bottom: .5em;
	margin-top: .5em
}

.novedad2:first-child{
	margin-top: 0;
}
.novedad2:last-child{
	border-bottom: none;
}

/* FORM */
.form-control::placeholder {
	  color: #ccc;
  font-weight: 300}

.form-control:-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #ccc;
  font-weight: 300
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	  color: #ccc;
  font-weight: 300}
.form-control:-ms-input-placeholder { /* IE 10+ */
	  color: #ccc;
  font-weight: 300}
.form-control:-moz-placeholder { /* Firefox 18- */
	  color: #ccc;
  font-weight: 300}



footer{
	background: #004D7B;
	color: #fff;
	font-size: 13px
}

footer a{
	text-decoration: none
}

footer ul{
	padding: 0;
	list-style: none
}


#wa{
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 140px;
	height: 80px;
}

#wa img{


}

@media (min-width: 576px) {  }

@media (min-width: 768px) {
	
	#counter>div {
		font-size: 1em
	}
	
	#counter .counter-value {
		font-size: 4em
	}
	
}

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }

@media (min-width: 1400px) {  }



