@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&display=swap');
/*font-family: 'Abril Fatface', cursive;*/
/*color: #;*/

:root {
	--brandcolor: #006E33;
	--subcolor: #EFAC26;
	--clear: #FFF;
	--dark: #2E1906;
}


/* @group Reset */
body{
	margin:0px;
	height:100%;
	font-size:100%;
	width: 100%;
	font-weight: 400;
	background-color:var(--clear);
	transition: background-color 1s ease;
	overflow-x: hidden;

}

#progress-bar {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 4px;
z-index: 99;
background:url("../img/bgtop.jpg");
transition: width 1s;
}

html{
height:100%;
width: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}
strong{
	font-weight: 800;
}
.clasic{
	font-family: 'Abril Fatface', cursive;
}

.biger{
	font-size: 2em;
}
.chatus{
	
	position: fixed; 
	right: 1em; 
	bottom: 1em; 
	z-index: 5; 
	background: #25d366; 
	width: auto; 
	padding: 1em; 
	border-radius: 100px; 
	color: white;
	transition-duration: 1s;
    transition-property: transform;
}
.chatus:hover{
    transform: rotate(1080deg);
    -webkit-transform: rotate(1080deg);
}


hr{
	margin: 1em 0;
	border: none;
	height: 1px;
	background: #1c1b20;
}
.gold{color: #c09257;}

.betwen{
	background: #c09257;
	max-width: 150px;
	height: 2px;
	margin: 2em 0;
}

.colorbrand{
	color: var(--brandcolor);
}



*{
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}

.w50,.w33,.w66,.w30,.w70,.w75,.w80,.w90,.w10,.w20,.w25,.w60,.w40,.w100,.wauto{
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
}
.w100{
	width:100%;
}
.w50{
	width:50%;
}
.w33{
	width:33.33%;
}
.w60{
	width:60%;
}
.w40{
	width:40%;
}

.w66{
	width:66.66%;
}
.w30{
	width:30%;
}
.w70{
	width:70%;
}
.w75{
	width:75%;
}
.w20{
	width:20%;
}
.w80{
	width:80%;
}
.w90{
	width:90%;
}
.w25{
	width:25%;
}
.w10{
	width:10%;
}

header .w50{
	width: 50%;
}

@media screen and (max-width:1250px){
.w25{
width: 33.33%;
}
}	

@media screen and (max-width:1024px){	

.w50{
	width:100%;
}
	
.responsivecontainer .w50{
	width: 50%;
}
.responsivecontainer .w20{
	width: 20%;
}
.responsivecontainer .w80{
	width: 80%;
}	
.w70{
	width:50%;
}
	
.w30{
	width:50%;
}

.w40{
	width:50%;
}
	
.w60{
	width:50%;
}
	
.w33{
width: 50%;
}
	
	
}


@media screen and (max-width:768px){	


		
.w70{
	width:100%;
}
	
.w30{
	width:100%;
}
	
.w33{
	width:100%;
}
	
.w40{
	width:100%;
}
	
.w60{
	width:100%;
}

.w25{
width: 50%;
}
	
}

.square {
  width: 100;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.halfsquare {
  width: 100;
}

.halfsquare:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}





blockquote{
	border-left: solid 3px black;
	padding: 2em 2em;
	margin: 1em 0;
	font-style: italic;
}

h1,h2,h3,h4,h5,h6,p,ul,li,input,select,option,textarea,label,a{
	font-weight:400;
	font-size: 0.8em;
	transition: all ease 0.3s;
	margin: 0px;
	}

ol, ul, li {
	list-style: none;
	margin: none;
	list-style-type: none;
    padding:0px;
	font-size: 0.9em;
	
}


input, option, select, textarea,button{

	width:100%;
	border:none;
	border:solid 1px gray;
	padding:0.5em 0.5em; 
	background: none;
	transition:all ease-out 0.5s;
	margin:0.5em 0;
	font-size:1em;
	}

p{
	font-size:1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

p span{
	font-size:0.8em;
	margin-bottom: 1em;
	line-height: 1.2em;
}


h1{
	font-size: 3em;
	line-height: 0.9em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h2{
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1em;
}
h6{
	font-size: 0.7em;
}


@media screen and (max-width:1400px){	




}

@media screen and (max-width:1024px){	

}
@media screen and (max-width:768px){	


	
	
}

@media screen and (max-width:480px){	

		
.w25{
		width: 100%;
	}
}



/*CSS HEADER MENU ETC*/
header{
	background: var(--brandcolor);
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	z-index: 20;
	left: 0;
	transition: all ease 0.5s;
	background-image: url("../img/bgtop.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 6em;
	padding: 1em 0;
}


header.small {
	height: 5em;
	background: white;
}

.logo{
	height: 100%;
}
header .logo img{
width: 100%;
max-width: 200px;
transition: all ease 0.5s;	
}
header.small .logo img {
max-width: 200px;
}


header section{
	height: 100%;
}

nav{
	text-align: right;
	height: 100%;
}


.navresponsive{
	display: none;
}

			@media screen and (max-width:1024px){
			.navcontent{
				display: none;
			}
			.navresponsive{
				display:block;
			}


			header .w70{
				width: 50%;
				
			}	

			header .w30{
				width: 50%;
			
			}	


			}



			@media screen and (max-width:768px){
			
			header .w70{
				width: 40%;
			

			}	

			header .w30{
				width: 60%;
				
	
			}	


			}


.logotipo{
	width: 80%;
	max-width: 250px;
	height: auto;
	
}

nav ul li{
	vertical-align: top;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	padding:4px 10px;
	margin: 0px;
	color: white;
	cursor: pointer;
	animation-delay: 0.2s;
}


nav ul li span:last-child {
	color: var(--subcolor);
	font-weight: bold;
	font-family: 'Gideon Roman', cursive;
	font-style: italic;
	text-transform: lowercase;
	font-size: 1.3em;
}

nav .menu a {
  position: relative;
  display: block;
  overflow: hidden;
	margin-top: 5px;
}

nav .menu  a span {
  transition: transform 0.2s ease-out;
}

nav .menu a span:first-child {
  display: inline-block;
}

nav  .menu a span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
}

nav  .menu a:hover span:first-child {
  transform: translateY(100%);
}

nav  .menu a:hover span:last-child,
nav [data-animation] a:hover span:last-child {
  transform: none;
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav [data-animation="to-top"] a span:last-child {
  transform: translateY(100%);
}

nav [data-animation="to-top"] a:hover span:first-child {
  transform: translateY(-100%);
}

.colormenu a{
	
	color: black;
}

















@media screen and (max-width:1024px){
	
	.logotipo{
	width: 60%;
	max-width: 200px;
	height: auto;
	
}
	
	header{
	padding: 0.5em 0;
}
	
	
}
header section{
	padding: 0px;
}

section{
	width: 90%;
	padding:2em 0;
	margin: auto;
	max-width: 1400px;
	
}
.socialmediaicons img{
	width: 20px;
}

.responsivephone{
	display: block;
}

.showonphone{
	display: none;
}

@media screen and (max-width:1024px){
	
section{
	width: 90%;

	
}
	
	.navpc{
		display: none;
	}
	
.responsivephone{
	display: none;
}

.showonphone{
	display: block;
}

}



@media screen and (max-width:768px){
	
section{
	width: 85%;
}

}




.gogo{
	border: solid 2px  var(--brandcolor);
	color: white;
	background:  var(--brandcolor);
	padding: 0.5em 1em;
	display: inline-block;
	margin: 1em 0;
	transition: all ease 0.3s;
	cursor: pointer;
	font-size: 1.5em;
}


.gogo:hover{
	border: solid 2px #c09257;
	color: #1B1B1B;
	background: #c09257;
	
}



.gogosmall{
	border: solid 2px  var(--brandcolor);
	color: white;
	background:  var(--brandcolor);
	padding: 0.5em 1em;
	display: inline-block;
	margin: 0.5em 0;
	transition: all ease 0.3s;
	cursor: pointer;
	width: 70%;
}


.gogosmall:hover{
	border: solid 2px #c09257;
	color: #1B1B1B;
	background: #c09257;
	
}






