* {
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.topMenu {
	background: #333;
  	position: fixed;
  	top: 0px;
  	width: 100%;
  	z-index: 1000;
}
  
.topMenu > div {
  	margin: auto;
	width: 95%;
}
	
ul.top-menu, ul.social-menu {
	display: inline-block;
}
	
ul.top-menu {
	width: 80%;
}
	
ul.social-menu {
	float: right;
	text-align: right;
	width: 20%;
}
	
ul.top-menu li, ul.social-menu li {
	display: inline-block;
}
	
ul.top-menu li a, ul.social-menu li a {
	color: #fff;
	display: block;
	font-family: 'Amerika';
	font-size: 10pt;
	font-weight: 300;
	padding: 15px;
	text-decoration: none !important;
  	-webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}
	
ul.social-menu li a {
	font-size: 11pt;
	height: 46px;
}

ul.social-menu li a:hover {
	background: #d5ae56;
}

/*Botones*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.boton-1 {
	width: 545px;  
}

.boton-2 {
	width: 345px;  
}

.boton-3 {
    width: 240px;
}

.grid figure {
  	display: block;
  	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-sarah {
	background: #000;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
  	color: #fff;
	position: relative;
	/*padding: 0.5em 20px;*/
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 5px;
	height: 50px;
	background: #fff;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
  	background: #d5ae56;
	left: -10px;
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
	
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/*Estilos footer*/
.art-footer .titulos {
  	font-size: 17pt;
	font-weight: 600;
  	margin-bottom: 20px;
    font-family:'amerika' !important;
}

/* estilos texto*/

h2.tituloB {
    font-size: 21px;
    color: #FFF;
    font-family: 'amerika';
    text-align: center;
    /*text-transform: uppercase;*/
}

p.parrafoB {
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

h2.titulo{
  font-size: 17px; 
  font-weight: normal !important; 
  font-style: normal !important; 
  color: #168a3f !important;
  font-weight: bold !important;
  font-family: 'amerika';
  letter-spacing: 1px;
  padding:2%;
  text-transform: uppercase;

}

.titulo2{
  font-size: 22px !important; 
  font-family:'Lato', sans-serif;

}

.parrafo{

  color: #545454; 
  font-family: 'amerika';
  font-size: 16px !important;
  text-align: justify !important;
  padding:2%;
}

.fa {
    font-size: 14px !important;
    padding-right: 5px;
    color: #71a94e;
    padding-bottom: 12px;
}


/* estillos inicio*/

.zoom {
    transition: width 0.2s, height 0.2s, transform 0.2s;
    -moz-transition: width 0.2s, height 0.2s, -moz-transform 0.2s;
    -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
    -o-transition: width 0.2s, height 0.2s,-o-transform 0.2s;
}

.zoom:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.contgrid {
  width: 208px;
  height: 500px;
  background-color: #f3f2f2 !important;
    /*margin: 7px;*/
    box-shadow: 0px 0px 6px -2px #000;
  border-radius: 5px;
  padding-bottom: 8% !important;
    /*padding: 2%;*/
}


a.boton1 {
     background-color: #71a94e;
    padding: 13px 24px;
    color: #fff !important;
    font-family: 'amerika' !important;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
  border:1px solid #71a94e;
      border-radius: 5px;
}


a.boton1:hover{
border:1px solid #71a94e;
  background-color:transparent;
  color: #71a94e !important;

}
	
.icono img {
    width: 100px;
}

/* estilos boton pop up*/

p.btn-ver {
    background-color: #71a94e;
    padding: 10px 24px;
    color: #fff !important;
    font-family: 'amerika' !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    border: 1px solid #71a94e;
    border-radius: 5px;
    width: 126px;
    text-align: center;
    font-size: 15px;
    margin-left: 2%;
}

p.btn-ver:hover {
    border: 1px solid #71a94e;
    background-color: transparent;
    color: #71a94e !important;
}


h2.numero {
    font-size: 30px;
    color: #71a94e;
    font-weight: bold;
    text-align: center;
}


p.imagen{
    text-align:center;
}

/* ESTILOS ACORDEON*/

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
 
    background-color: rgba(190, 215, 173, 0.6) !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: rgba(113, 169, 78, 0.8) !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
	}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    font-size: 15px;
    text-transform: uppercase;
}

.vc_toggle_title {
    background: #d8e7ce;
    padding: 12px;
}

/* estilos bootstrap*/


.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4{
float: left;}

.col-xs-5th-5{
  float: left;
  width: 100%;}

.col-xs-5th-4{
  width: 80%;}

.col-xs-5th-3{
  width: 60%;}

.col-xs-5th-2{
  width: 40%;}

.col-xs-5th-1{
  width: 20%;}

.col-xs-5th-pull-5{
  right: 100%;}

.col-xs-5th-pull-4{
  right: 80%;}

.col-xs-5th-pull-3{
  right: 60%;}

.col-xs-5th-pull-2{
  right: 40%;}

.col-xs-5th-pull-1{
  right: 20%;}

.col-xs-5th-pull-0{
  right: auto;}

.col-xs-5th-push-5{
  left: 100%;}

.col-xs-5th-push-4{
  left: 80%;}

.col-xs-5th-push-3{
  left: 60%;}

.col-xs-5th-push-2{
  left: 40%;}

.col-xs-5th-push-1{
  left: 20%;}

.col-xs-5th-push-0{
  left: auto;}

.col-xs-5th-offset-5{
  margin-left: 100%;}

.col-xs-5th-offset-4{
  margin-left: 80%;}

.col-xs-5th-offset-3{
  margin-left: 60%;}

.col-xs-5th-offset-2{
  margin-left: 40%;}

.col-xs-5th-offset-1{
  margin-left: 20%;}

.col-xs-5th-offset-0{
margin-left: 0% ;}


@media (min-width: 768px){
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4{
    float: left;}
  .col-sm-5th-5{
    float: left;
    width: 100%;}
  .col-sm-5th-4{
    width: 80%;}
  .col-sm-5th-3{
    width: 60%;}
  .col-sm-5th-2{
    width: 40%;}
  .col-sm-5th-1{
    width: 20%;}
  .col-sm-5th-pull-5{
    right: 100%;}
  .col-sm-5th-pull-4{
    right: 80%;}
  .col-sm-5th-pull-3{
    right: 60%;}
  .col-sm-5th-pull-2{
    right: 40%;}
  .col-sm-5th-pull-1{
    right: 20%;}
  .col-sm-5th-pull-0{
    right: auto;}
  .col-sm-5th-push-5{
    left: 100%;}
  .col-sm-5th-push-4{
    left: 80%;}
  .col-sm-5th-push-3{
    left: 60%;}
  .col-sm-5th-push-2{
    left: 40%;}
  .col-sm-5th-push-1{
    left: 20%;}
  .col-sm-5th-push-0{
    left: auto;}
  .col-sm-5th-offset-5{
    margin-left: 100%;}
  .col-sm-5th-offset-4{
    margin-left: 80%;}
  .col-sm-5th-offset-3{
    margin-left: 60%;}
  .col-sm-5th-offset-2{
    margin-left: 40%;}
  .col-sm-5th-offset-1{
    margin-left: 20%;}
  .col-sm-5th-offset-0{
    margin-left: 0%;}
}
@media (min-width: 992px){
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4{
    float: left;}
  .col-md-5th-5{
    float: left;
    width: 100%;}
  .col-md-5th-4{
    width: 80%;}
  .col-md-5th-3{
    width: 60%;}
  .col-md-5th-2{
    width: 40%;}
  .col-md-5th-1{
    width: 13%;}
  .col-md-5th-pull-5{
    right: 100%;}
  .col-md-5th-pull-4{
    right: 80%;}
  .col-md-5th-pull-3{
    right: 60%;}
  .col-md-5th-pull-2{
    right: 40%;}
  .col-md-5th-pull-1{
    right: 20%;}
  .col-md-5th-pull-0{
    right: auto;}
  .col-md-5th-push-5{
    left: 100%;}
  .col-md-5th-push-4{
    left: 80%;}
  .col-md-5th-push-3{
    left: 60%;}
  .col-md-5th-push-2{
    left: 40%;}
  .col-md-5th-push-1{
    left: 20%;}
  .col-md-5th-push-0{
    left: auto;}
  .col-md-5th-offset-5{
    margin-left: 100%;}
  .col-md-5th-offset-4{
    margin-left: 80%;}
  .col-md-5th-offset-3{
    margin-left: 60%;}
  .col-md-5th-offset-2{
    margin-left: 40%;}
  .col-md-5th-offset-1{
    margin-left: 20%;}
  .col-md-5th-offset-0{
	margin-left: 0% ;}
}

@media (min-width: 1200px){
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4{
    float: left;}
  .col-lg-5th-5{
    float: left;
    width: 100%;}
  .col-lg-5th-4{
    width: 80%;}
  .col-lg-5th-3{
    width: 60%;}
  .col-lg-5th-2{
    width: 40%;}
  .col-lg-5th-1{
    width: 20%;}
  .col-lg-5th-pull-5{
    right: 100%;}
  .col-lg-5th-pull-4{
    right: 80%;}
  .col-lg-5th-pull-3{
    right: 60%;}
  .col-lg-5th-pull-2{
    right: 40%;}
  .col-lg-5th-pull-1{
    right: 20%;}
  .col-lg-5th-pull-0{
    right: auto;}
  .col-lg-5th-push-5{
    left: 100%;}
  .col-lg-5th-push-4{
    left: 80%;}
  .col-lg-5th-push-3{
    left: 60%;}
  .col-lg-5th-push-2{
    left: 40%;}
  .col-lg-5th-push-1{
    left: 20%;}
  .col-lg-5th-push-0{
    left: auto;}
  .col-lg-5th-offset-5{
    margin-left: 100%;}
  .col-lg-5th-offset-4{
    margin-left: 80%;}
  .col-lg-5th-offset-3{
    margin-left: 60%;}
  .col-lg-5th-offset-2{
    margin-left: 40%;}
  .col-lg-5th-offset-1{
    margin-left: 20%;}
  .col-lg-5th-offset-0{
	margin-left: 0%;}
}