body {
	background-color: #ffffff;
	color: #3B2314;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 35px;
	position: relative;
	overflow-x: hidden;
}
/*@font-face {
  font-family: titulos;
  src: url('/font/SantJoanDespi-Regular.otf');
}*/
.bodoni-moda{
	font-family: 'Bodoni Moda', serif;
}
.ana-titulos{
	font-family: 'Bodoni Moda', serif;
	font-weight: bold;
}
.clearfix{
	clear: both;
}
.bloque{
	min-height: 100vh;
	position: relative;
}
.ana-txt-cursivas{
	font-style: italic;
}
.ana-txt-bold{
	font-weight: bold;
}
.ana-line-naranja{
	border-bottom: 2px solid #ff684d;
	padding-bottom: 10px;
}
.ana-line-beige{
	border-bottom: 2px solid #f2e9cc;
	padding-bottom: 10px;
}
.ana-line-negro{
	border-bottom: 2px solid #030303;
	padding-bottom: 10px;
}
.ana-line-blanco{
	border-bottom: 2px solid #FFFFFF;
	padding-bottom: 10px;
}
.ana-width{
	width: max-content;
}
.ana-cont-txt{
	padding-left: 100px;
}
.ana-cont-txt-int{
	padding-left: 50px;
}
.ana-linea-titulo{
	border-bottom: 2px solid #3B2314;
	margin-bottom: 50px;
}
.ana-txt-super{
	font-size: 50px;
	line-height: 70px;
}
.ana-txt-gde{
	font-size: 40px;
	line-height: 60px;
}
.ana-txt-md{
	font-size: 25px;
	line-height: 29px;
}
.ana-txt{
	font-size: 20px;
	line-height: 26px;
}
.ana-txt-min{
	font-size: 16px;
	line-height: 21px;
}
.ana-txt-naranja{
	color: #ff684d;
}
.ana-txt-verde{
	color: #79b871;
}
.ana-txt-rosa{
	color: #ff9c9a;
}
.ana-txt-negro{
	color: #030303;
}
.ana-txt-beige{
	color: #f2e9cc;
}
.ana-txt-blanco{
	color: #FFFFFF;
}
.ana-back-naranja{
	background-color: #ff684d;
}
.ana-back-verde{
	background-color: #79b871;
}
.ana-back-rosa{
	background-color: #ff9c9a;
}
.ana-back-negro{
	background-color: #030303;
}
.ana-back-beige{
	background-color: #f2e9cc;
}
.ana-back-blanco{
	background-color: #FFFFFF;
}
.ana-diagonal-1-verde{
	width: 0;
	height: 0;
	border-bottom: 100px solid #79b871; 
    border-right: 100vw solid transparent;  
}
.ana-diagonal-2-verde{
	width: 0;
	height: 0;
	border-top: 100px solid #79b871; 
    border-left: 100vw solid transparent;  
}
.ana-diagonal-1-beige{
	width: 0;
	height: 0;
	border-bottom: 100px solid #f2e9cc; 
    border-right: 100vw solid transparent;  
}
.ana-diagonal-2-beige{
	width: 0;
	height: 0;
	border-top: 100px solid #f2e9cc; 
    border-left: 100vw solid transparent;  
}
.ana-diagonal-1-rosa{
	width: 0;
	height: 0;
	border-bottom: 100px solid #ff9c9a; 
    border-right: 100vw solid transparent;  
}
.ana-diagonal-2-rosa{
	width: 0;
	height: 0;
	border-top: 100px solid #ff9c9a; 
    border-left: 100vw solid transparent;  
}
.ana-diagonal-2-naranja{
	width: 0;
	height: 0;
	border-top: 100px solid #ff684d; 
    border-left: 100vw solid transparent;  
}
.ana-diagonal-2-ch-negro{
	width: 0;
	height: 0;
	border-top: 50px solid #79b871; 
    border-left: 100vw solid transparent;  
}
.ana-btn{
	padding: 0px 20px;
	height: 45px;
	display: block;
	line-height: 45px;
	width: max-content;
	text-align: center;
	min-width: 200px;
	text-decoration: none !important;
	/*transition: all 0.5s ease;*/
	border: 2px solid #ff684d;
	color: #ff684d;
	border-radius: 25px;
	background-color: transparent;
	margin: 0px auto;
}
.ana-btn:hover{
  background-color: #ff684d;
  color: #ffffff;
}
.ana-btn-blanco{
	padding: 0px 20px;
	height: 45px;
	display: block;
	line-height: 45px;
	width: max-content;
	text-align: center;
	min-width: 200px;
	text-decoration: none !important;
	/*transition: all 0.5s ease;*/
	border: 2px solid #ffffff;
	color: #ffffff;
	border-radius: 25px;
	background-color: transparent;
	margin: 0px auto;
}
.ana-btn-blanco:hover{
  background-color: #ff684d;
  color: #ffffff;
  border: 2px solid #ff684d;
}

.tabla{
	height: 100vh;
	width: 100%;
	display: table;
}
.celda{
	display: table-cell;
	vertical-align: middle;
}
.celda-pad{
	padding-top: 50px;
	padding-bottom: 50px;
}



#ana-header{
	
	/*height: 67px;*/
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#ana-header-int{
	background-color: #f2e9cc;
	box-shadow: 0px 0px 5px #030303;
	position: relative;
	z-index: 1;
}
#ana-header-int-2{
	position: relative;
	z-index: 0;
}
#ana-h-logo{
	background: transparent url("images/ana-a.png") no-repeat scroll 0px 0px;
	background-size: auto 45px;
	background-position: 0px 10px;
	width: 87px;
	height: 67px;
	display: block;
	padding-top: 10px; 
}
#ana-h-btn-menu{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 15px;
	top: 25px;
}
.ana-h-menu-l{
	background-color: #030303;
	height: 3px;
	width: 100%;
	margin-bottom: 5px;

}
#ana-ul-menu-top{
	position: relative;
}
#ana-ul-menu{
	background-color: #f2e9cc;
    position: absolute;
    z-index: 1001;
    top: -500px;
    right: 0px;
    padding: 20px 15px;
    width: 200px;
    box-shadow: 0px 0px 5px #030303;
    transition: all 0.5s ease;
    border-radius: 0px 0px 10px 10px;
}
#ana-ul-menu.abrir{
	top: 0px;
}
#ana-ul-menu li{
	list-style: none;
	text-align: right;
}
.btn-seccion{
	display: block;
	width: 100%;
	padding-right: 20px;
	border-bottom: 1px solid #E1D9BF;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	color: #3B2314;
	font-weight: bold;
	font-family: 'Bodoni Moda', serif;
}
.btn-seccion:hover{
	color: #3B2314;
}



#cont-general{
	overflow: hidden;
}
#ana-decorado-top{
	position: relative;
	margin-bottom: -100px;
	z-index: 1;
}
#ana-decorado-top-negro{
	position: relative;
	margin-top: -100px;
	z-index: 1;
}
#ana-logo{
	background: transparent url("images/ana-zuniga-copywriter.png") no-repeat scroll 0px 0px;
	background-size: contain;
	height: 165px;
	width: 347px;
	font-size: 0px;
}
/*INTRODUCCIÓN*/
#cont-introducion{
	/*background-color: #f2e9cc;*/
	overflow: hidden;
}
#int-introducion{
	background: transparent url("images/copywriter.png") no-repeat scroll right 50px;
	background-size: 550px auto;
}
#cont-introducion2{

}
#int-introducion2{
	background: transparent url("images/ANA_MAIN.jpg") no-repeat scroll center center;
	background-size: contain; 
	width: 100%;
	height: 600px;
	background-color: #FFFFFF;
}
.introduccion-animacion{
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.introduccion-animacion2{
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 2.5s;
}

/*ABOUT*/
#cont-about-me{
	/*background-color: #ff9c9a;rosa*/
	/*background-color: #79b871;*//*verde*/
	/*background: #F9A51A url("images/brenda-montes.png") no-repeat fixed right bottom;
	background-size: contain;*/

	
}
#int-about-me{
	background: transparent url("images/copywriter.png") no-repeat scroll right 0px;
	background-size: 550px auto;
}

/*SERVICES*/
#cont-services{
	/*background-color: #ff684d;*/
	
}
#int-services{
	background: transparent url("images/copywriter.png") no-repeat scroll right 0px;
	background-size: 550px auto;
}

/*CONTACTO*/
#cont-contact{
	background-color: #030303;
}


/*PORTAFOLIO*/
#cont-portafolio{
	/*background-color: #f2e9cc;*/
}


/*CLIENTES*/
#cont-clientes{
	/*background-color: #ff9c9a;*/
	padding-top: 100px;
    padding-bottom: 100px;
}
.ana-cliente-logo{
	background-color: #FFFFFF;
    margin: 0px auto;
	width: 200px;
	border-radius: 10px;
}
.ana-cliente-logo img{
	width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: transparent;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ff684d;
	/*transition: all 0.5s ease;*/
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #ff684d;
    border: 1px solid #ff684d;
}
.owl-dots{
	padding-right: 20px;
    text-align: right !important;
    width: max-content;
    float: right;
    padding-top: 45px;
}
.owl-carousel .owl-nav button.owl-prev{
	background-color: transparent;
	border-radius: 0px;
	color: #ff684d;
	font-size: 40px;
    line-height: 40px;
	height: 44px;
	width: 44px;
	border: 1px solid #ff684d;
	border-radius: 22px;
	/*transition: all 0.5s ease;*/
}
.owl-carousel .owl-nav button.owl-prev:hover{
	background-color: #ff684d;
	color: #ffffff;
	border: 1px solid #ff684d;

}
.owl-carousel .owl-nav button.owl-next{
	background-color: transparent;
	border-radius: 0px;
	color: #ff684d;
	font-size: 40px;
    line-height: 40px;
	height: 44px;
	width: 44px;
	border: 1px solid #ff684d;
	border-radius: 22px;
	/*transition: all 0.5s ease;*/
}
.owl-carousel .owl-nav button.owl-next:hover{
	background-color: #ff684d;
	color: #ffffff;
	border: 1px solid #ff684d;

}
.owl-theme .owl-nav{
	text-align: right;
    padding-right: 80px;
    padding-top: 20px;
    width: max-content;
    float: right;
}
.txt-center{
	text-align: center;
}
.btn-center{
	margin: 0px auto;
}
.img-100{
	width: 100%;
	margin: 100px 0px;
}
.img-1001{
	width: 100%;
	margin: 0px 0px;
}
.a-100{
	
	margin: 100px auto;
	width: 200px;
	position: relative;
}
.ana-siempre-centrado{
	text-align: center;
    width: 100%;
}
#ana-back-clientes{
	padding-top: 30px;
	padding-bottom: 15px;
	border-radius: 10px;
}

.ana-protafolio-img{
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px #030303;
	border-radius: 10px;
	width: max-content;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 2;
}
.ana-protafolio-img img{

}
.ana-portafolio-img-back{
	height: 260px;
	margin-left: 100px;
	position: relative;
	border-radius: 10px;
	z-index: 0;
	width: 350px;
}
/*.ana-portafolio-img-back.apibr{
	width: 1000px;
}*/
.ana-portafolio-txt-back{
	background-color: #FFFFFF;
	position: relative;
	top: -50px;
	padding: 40px;
	box-shadow: 1px 1px 5px #030303;
	margin-left: 40px;
	z-index: 1;
	border-radius: 10px;
}
#ana-linkedin{
	display: block;
	height: 50px;
	width: 50px;
	background: transparent url("images/linkedin.png") no-repeat center center;
  background-size: 50px auto;
  border-radius: 25px;
  cursor: pointer;
  

  position: absolute;
  left: 50%;
  margin-left: 130px;
}






















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

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

	#ana-linkedin{
		position: fixed;
	  bottom: 10px;
	  right: 10px;
	  left: initial;
	  margin-left: 0px;
	}
	
	body {
		font-size: 20px;
		line-height: 35px;
	}
	.bloque{
		min-height: 480px;
	}
	.ana-cont-txt{
		padding-left: 80px;
	}
	.ana-cont-txt-int{
		padding-left: 40px;
	}
	.ana-linea-titulo{
		border-bottom: 2px solid #3B2314;
		margin-bottom: 30px;
	}
	.ana-txt-super{
		font-size: 50px;
		line-height: 70px;
	}
	.ana-txt-gde{
		font-size: 40px;
		line-height: 60px;
	}
	.ana-txt-md{
		font-size: 25px;
		line-height: 29px;
	}
	.ana-txt{
		font-size: 20px;
		line-height: 26px;
	}
	#ana-logo{
		height: 110px;
		width: 230px;

	}

	#ana-header{
		height: 50px;
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
	}
	#ana-h-logo{
		background: transparent url("images/ana-a.png") no-repeat scroll 0px 0px;
		background-size: auto 30px;
		background-position: 0px 10px;
		width: 50px;
		height: 50px;
		display: block;
		padding-top: 0px; 
	}
	#ana-h-btn-menu{
		width: 40px;
		position: absolute;
		right: 15px;
		top: 5px;
		height: 40px;
		padding-top: 10px;
	}
	.ana-h-menu-l{
		height: 3px;
		width: 100%;
		margin-bottom: 5px;

	}
	
	/*.tabla{
		height: initial;
	}
	.celda{
		vertical-align: top;
	}
	.celda-pad{
		padding-top: 60px;
		padding-bottom: 60px;
	}*/

	#int-introducion{
		background-size: 550px auto;
		padding-bottom: 600px;
		background-position: center bottom;
	}

	#int-introducion2{
		background-size: contain; 
		width: 100%;
		height: 600px;
	}

	#int-about-me{
		background-size: 550px auto;
		padding-bottom: 600px;
		background-position: center bottom;
	}

	#int-services{
		background-size: 550px auto;
		padding-bottom: 600px;
		background-position: center bottom;
	}

	#ana-back-clientes{
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.ana-portafolio-img-back{
		/*height: 260px;
		margin-left: 100px;
		position: relative;
		border-radius: 10px;
		z-index: 0;
		width: 350px;*/

		margin-left: -100px;
		left: 50%;
		margin-bottom: 100px;
		margin-top: 50px;

	}

	.ana-protafolio-img{
		left: 50%;
		margin-left: -150px;
		margin-bottom: 500px;
		top: 80px;
	}

	.ana-portafolio-txt-back{
		top: 0px;
		padding: 40px;
		margin-left: 40px;
		margin-bottom: 50px;
		margin-top: 50px;

	}


	
	
	
	
	
	
	
	
}

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

	body {
		font-size: 15px;
		line-height: 30px;
	}

/*.tabla{
	height: 100vh;
	width: 100%;
	display: table;
}
.celda{
	display: table-cell;
	vertical-align: middle;
}
.celda-pad{
	padding-top: 50px;
	padding-bottom: 50px;
}*/

	.tabla{
		height: initial;
    	min-height: 480px;
	}

	/*
	.celda{
		vertical-align: top;
	}
	.celda-pad{
		padding-top: 50px;
		padding-bottom: 50px;
	}*/

	.bloque{
		min-height: 480px;
	}
	.ana-no-mobile{
		display: none;
	}
	.ana-linea-titulo{
		border-bottom: 1px solid #3B2314;
		margin-bottom: 30px;
	
	}
	.ana-cont-txt{
		padding-left: 60px;
	}
	.ana-cont-txt-int{
		padding-left: 30px;
	}
	.ana-txt-super{
		font-size: 25px;
		line-height: 35px;
	}
	.ana-txt-gde{
		font-size: 30px;
		line-height: 50px;
	}
	.ana-txt-md{
		font-size: 18px;
		line-height: 30px;
	}
	.ana-txt{
		font-size: 15px;
		line-height: 30px;
	}
	#ana-logo{
		height: 88px;
		width: 174px;

	}
	.owl-dots{
		display: none;
	}
	.owl-theme .owl-nav{
	    padding-top: 0px;
	}
	.owl-theme .owl-nav {
	    float: none;
	    left: 50%;
	    position: relative;
	    margin-left: -55px;
	}

	#int-introducion{
		background-size: 320px auto;
		padding-bottom: 380px;
		background-position: center bottom;
	}

	#int-about-me{
		background-size: 320px auto;
		padding-bottom: 380px;
		background-position: center bottom;
	}

	#int-services{
		background-size: 320px auto;
		padding-bottom: 380px;
		background-position: center bottom;
	}

	
	
	
	.celda-pad{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#ana-decorado-top {
	    margin-bottom: -50px;
	}

	#int-introducion2{
		background-size: contain;
		width: 100%;
		height: 500px;
	}

	.mobile-padding{
		padding-left: 20px;
		padding-right: 20px;
	}
	.img-100{
		margin: 70px 0px;
	}
	.img-1001{
		margin: 0px 0px;
	}

	.a-100{
		margin: 70px auto;
		width: 150px;
		position: relative;
	}
	/*h2{
		width: 100%;
		text-align: center;
	}*/
	.ana-width{
		width: 100%;
	}
	.ana-btn, .ana-btn-blanco{
		margin: 0px auto;
	}
	.ana-mobile-txt-center{
		text-align: center;
		width: 100%;
	}

	.ana-cliente-logo{
		width: 250px;
	}

	#ana-back-clientes{
		padding-top: 30px;
		padding-bottom: 15px;
	}

	#ana-ul-menu{
	    border-radius: 0px 0px 0px 10px;
	}


	.ana-portafolio-img-back{
		margin-left: -100px;
		left: 50%;
		margin-bottom: 50px;
		margin-top: 0px;

		width: 280px;
		height: 190px;

	}

	.ana-protafolio-img{
		left: 50%;
		margin-left: -150px;
		margin-bottom: 50px;
		top: 15px;

		width: 250px;
		height: 160px;
	}
	.ana-protafolio-img img{
		width: 200px;
		height: auto;
		margin-left: 25px;
		margin-top: 12px;
	}

	.ana-portafolio-txt-back{
		top: 0px;
		padding: 0px 30px;
		margin-left: 0px;
		margin-bottom: 40px;
		margin-top: 40px;
		box-shadow: none;

	}





	
	
}

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


@media only screen and (max-width: 380px) {
  
  #btn-lista{
  	position: absolute;
  	right: 30px;
  }
  #btn-lista-soporte{
  	height: 40px;
  	width: 100%;
  }
	
}