@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Vision bold"; /*Parrafos*/
	src: url("../fonts/Vision-Bold.otf");
}
@font-face{
	font-family: "Vision heavy"; /*Parrafos*/
	src: url("../fonts/Vision-Heavy.otf");
}
@font-face{
	font-family: "Vision"; /*Parrafos*/
	src: url("../fonts/Vision-Light.otf");
}
@font-face{
	font-family: "Vision italic"; /*Parrafos*/
	src: url("../fonts/Vision-LightItalic.otf");
}
@font-face{
	font-family: "Vision bold italic"; /*Parrafos*/
	src: url("../fonts/Vision-BoldItalic.otf");
}
@font-face{
	font-family: "Hindi light"; /*Sutítulos*/
	src: url("../fonts/HindSiliguri-Light.ttf");
}
@font-face{
	font-family: "Hindi regular"; /*Sutítulos*/
	src: url("../fonts/HindSiliguri-Medium.ttf");
}
@font-face{
	font-family: "Hindi bold"; /*Sutítulos*/
	src: url("../fonts/HindSiliguri-Bold.ttf");
}
@font-face{
	font-family: "Montserrat bold"; /*Sutítulos*/
	src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face{
	font-family: "Sen"; /*Parrafos*/
	src: url("../fonts/Sen-Regular.ttf");
}
@font-face{
	font-family: "Sen bold"; /*Parrafos*/
	src: url("../fonts/Sen-Bold.ttf");
}
@font-face{
	font-family: "Sen extrabold"; /*Parrafos*/
	src: url("../fonts/Sen-ExtraBold.ttf");
}
@font-face{
	font-family: "Lobster"; /*Parrafos*/
	src: url("../fonts/Lobster-Regular.ttf");
}
@font-face{
	font-family: "Muli"; /*Parrafos*/
	src: url("../fonts/Muli-VariableFont_wght.ttf");
}


html{
	width: 100%;
	height: 100%;
	background-color: #ccccccc;
	font-family: "Acumin";
}

body{
	margin: 0;
	font-family: "Muli";
}

#contenedor{
	width: 100%;
	height: 100%;
}

.contenedorindex{
	background:url("../img/bc_colcoa.jpg")no-repeat center center;
   background-size: 100% 100%;
   height:auto;
   width: 100%;
}



header{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo{
	width: 150px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.logocolcoa{
	height: 130px;
	width: auto;
	margin-top: 20px;
}
/*Estilos del menú*/
header{
	width: 100%;
}
header nav{
	width: 700px;
	height: 60px;
	font-family: "Vision bold";
	font-size: 19px;
	font-weight: 500;
} 
nav ul{
	margin-left: 70px;
}
.idioma{
	width: 100%;
	text-align: right;
	right: 40px;
	position: absolute;
	top: 30px;
}
.idioma a{
	text-decoration: none;
	list-style: none;
	color: #FFFFFF;
}
.idiomanegro{
	width: 100%;
	text-align: right;
	right: 40px;
	position: absolute;
	top: 30px;
}
.idiomanegro a{
	text-decoration: none;
	list-style: none;
	color: #000000;
}

.idioma a:hover{
	font-weight: 800;
	color: #F0F0F0;
}
.idiomanegro a:hover{
	font-weight: 800;
	color: #161616;
}
header nav ul {
	overflow:hidden;
	list-style:none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 0;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#FFFFFF;
	font-size: 19px;
	font-weight: 400;
	padding:25px;
	display:block;
	text-decoration:none;
}
header nav ul li a:hover{
	color: #F0F0F0;
}

.navnegro {
	color:#000000;
	font-size: 19px;
	font-weight: 400;
	padding:25px;
	display:block;
	text-decoration:none;
}
.navnegro:hover {
	color: #161616;
}
/*Estilos del menú para el responsive*/
.menu_bar{
	display: none;
	color: black;
}
.dropdown{
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 20px; 
  border: none;
  outline: none;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
  background-color: inherit;
  margin: 0;
}
.dropcontent {
  display: none;
  position: absolute;
	padding-top: 10px;
  background-color: #FEFDFD;
	color: black;
  width: 200px;
  z-index: 1;
}
.dropcontent a {
  float: none;
  color: black;
  padding: 16px 16px ;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropbtn:hover {
  background-color: #FEFDFD;
	font-weight: 600;
  color: black;
}
.dropcontent a:hover {
  font-weight: 600;
	font-size: 22px;
  color: black;
}
.dropdown:hover .dropcontent {
  display: flex;
	flex-direction: column;
}
.menu{
  	height: 35px;
	width: 35px;
	padding-right: 20px;
	
}
.menu:hover{
	transition: 0.5s;
	height: auto;
}

/*Secciones de colcoa*/

#seccion1index{
	width: 100%;
	height: 100%;
	margin: 0;
	color: #feda23;
}
#seccion2ccontacto{
	margin-top: 100px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
#seccion3ccontacto{
	margin-top: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
#seccion4ccontacto{
	margin-top:0px;
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 100px;
}
.textoindex{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 620px;
}
.textoindex1{
	width: 70%;
	color: white;
	text-align: center;
	font-family: "Hindi light";
	font-size: 20px;
}
.textoindexx{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.textoindexx2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.textoindexx3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	margin-top: 0;
	padding-bottom: 60px;
}
.imgcafe{
	width: 36%;
	height: auto;
}
.imgcafe2{
	width: 36%;
	height: auto;
}
.cafe1{
	width: 100%;
	height: auto;
}
.textocafe{
	width: 60%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.textocafe2{
	width: 55%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
.textocafe3{
	width: 60%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.titulocafe{
	font-size: 47px;
	color: #FFFFFF;
	font-family: "Montserrat bold";
}
.parrafocafe{
	font-size: 19px;
	color: #FFFFFF;
	width: 85%;
	font-family: "Hindi light";
}
.parrafocafe2{
	font-size: 19px;
	color: #FFFFFF;
	width: 95%;
	font-family: "Hindi light";
}

/* COA */
.contenedorcoa{
	background:url("../img/bc_coa.jpg")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height:auto;
   width: 100%;
	padding-bottom: 60px;
}
#seccion1coa{
	width: 100%;
	height: 100%;
	margin: 0;
	color: #000000;
}
.divisioncoa{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.div1coa{
	width: 35%;
	height: auto;
	margin-top: 100px;
}
.textodiv1coa{
	font-family: "Vision";
	color: #000000;
	margin-top: 50px;
	margin-left: 50px;
}
.titulodiv1coa{
	width: 80%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.imgtitulo{
	width: 92%;
	height: auto;
}
.parrafodiv1coa{
	font-family: "Vision bold italic";
	font-size: 17px;
}
.div2coa{
	width: 60%;
	height: auto;
}
.logocoa{
	width: 320px;
	height: auto;
	margin-top: 150px;
	margin-left: 200px;
}
#seccion2coa{
	margin-top: 150px;
	padding-left: 50px;
}
.textodiv2coa{
	width: 35%;
	margin-top: 50px;
	font-family: "Vision";
	color: #000000;
}
.parrafodiv2coa{
	font-family: "Vision heavy";
	font-size: 25px;
	color: #999999;
}
.divfruta{
	width: 100%;
	margin-top: 80px;
}
.titulofruta{
	font-family: "Vision bold italic";
	color: #f59b47;
	font-size: 21px;
}
.contfruta{
	width: 100%;
	height: auto;
}
.fruta1{
	background:url("../img/linea1.png")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	width: 430px;
	height: 75px;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
}
.fruta2{
	background:url("../img/linea2.png")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	width: 430px;
	height: 75px;
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 50px;
	cursor: pointer;
}
.fruta3{
	background:url("../img/linea3.png")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	width: 430px;
	height: 75px;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 100px;
	cursor: pointer;
}
.fruta4{
	background:url("../img/linea4.png")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	width: 430px;
	height: 75px;
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 140px;
	cursor: pointer;
}
.fruta5{
	background:url("../img/linea5.png")no-repeat center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
	width: 430px;
	height: 75px;
	margin-top: 12px;
	margin-left: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
}
.imgfruta{
	height: 80px;
	width: auto;
	 -webkit-transition: -webkit-transform 2.2s ease-in-out;
          transition: transform 2.2s ease-in-out;
}
.imgfruta:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
	
}
/*Botón fruta*/
#myP{
	overflow: hidden;
}
#demo1{
	font-size: 11px;
	width: 46%;
	margin-left: 16px;
	color: black;
	background-color: #FFFFFF;
	margin-top: 0;
}
#demo2{
	font-size: 11px;
	width: 44%;
	margin-left: 16px;
	color: black;
	background-color: #FFFFFF;
	margin-top: 0;
}
#demo3{
	font-size: 11px;
	width: 44%;
	margin-left: 16px;
	color: black;
	background-color: #FFFFFF;
	margin-top: 0;
}
#demo4{
	font-size: 11px;
	width: 46%;
	margin-left: 16px;
	color: black;
	background-color: #FFFFFF;
	margin-top: 0;
}
#demo5{
	font-size: 11px;
	width: 46%;
	margin-left: 16px;
	color: black;
	background-color: #FFFFFF;
	margin-top: 0;
}
/*Fin botón fruta*/
.parrafofruta{
	width: 20%;
	font-family: "Vision italic";
	font-size: 18px;
	margin-top: 16px;
	margin-left: 50px;
	line-height: 25px;
}
#seccion3coa{
	background:url("../img/fondocoaprueba.gif")no-repeat center;
   background-size: 100% 100%;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.galeria1{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.tituloproducto{
	font-family: "Vision bold italic";
	color: #f59b47;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 25px;
}
.galproducto{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.galproducto1{
	margin-top: 20px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


.producto{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.small{
	display: block;
	width: 300px;
	height: auto;
	transition: 0.2s ease-in;
}
.small:hover{
	transform: scale(1.01);
}
/* ZOOM CONTAINER */
.zoom	{ display: block; margin: 0 auto; }
.large	{ background: white; }



/* FOR IMAGE DEMO */
.small img	{ width: 280px; height: auto; }
.small img:hover {cursor: pointer;}
.large img	{ width: 500px; height: 333px; }
/* The Modal (background) */
.modal {
	display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}



/*Inicio Galeria modal*/
.contmodal{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 25px;
}
.modal-content {
  position: relative;
  margin: auto;
  width: 75%;
  max-width: 1200px;	
}
.imgmodal{
	object-fit: cover;
	width: 55%;
}


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
 	display: none;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(#F3f3f3,#FFF);
	border-radius: 11px;
	padding: 60px 30px;
	margin-top: 140px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


#seccion4coa{
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-bottom: 30px;
}
.galeria4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.sello{
	width: 38%;
	height: auto;
	max-height: 330px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 45px;
}
.titulosello{
	height: 240px;
	width: auto;
	margin-right: 15px;
}
.titsello{
	height: 100%;
	width: auto;
}
.parrafosello{
	width: 80%;
	font-family: "Vision";
	font-size: 17px;
	color: #a4a3a3;
	line-height: 25px;
}
.galsello{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 35px;
}
.imgsello{
	width: 20%;
	height: auto;
}
.logosello{
	width: 100%;
}
/*Contenido Anagrow*/
.contenedorana{
	background:url("../img/bc_anagrow.jpg")no-repeat center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height:315%;
   width: 100%;
}
#seccion1anagrow{
	width: 100%;
	height: 20%;
	margin: 0;
	margin-bottom: 30%;
}
.parrafoanagrow{
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Sen";
	text-align: center;
}
.parrafoanagrow2{
	font-size: 16px;
	color: #000000;
	width: 95%;
	font-family: "Sen";
	margin-bottom: 30px;
}
.tituloanagrow{
	font-size: 22px;
	color: #447954;
	font-family: "Sen extrabold";
}
.secanagrow{
	width: 100%;
	margin-top: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.textoana{
	width: 96%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
.imganagrow{
	width: 28%;
	height: auto;
}
.logoanagrow{
	width: 175px;
	height: auto;
}
.textoanagrow{
	width: 60%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
}
#seccion2anagrow{
	width: 100%;
	height: 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
}
#seccion3anagrow{
	width: 100%;
	height: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 50%;
}
.divanagrow{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-top: 5%;
}
.imgana{
	width: 35%;
	height: auto;
	margin-left: 35px;
}
.textoana2{
	width: 75%;
	height: auto;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 60px;
}
.imgana2{
	width: 58%;
	height: auto;
}
.ana1{
	width: 100%;
	height: auto;
}
.imgana3{
	width: 10%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	z-index: 10000;
	margin-bottom: 100px;
}
.ana3{
	width: 180px;
	height: auto;
}
.tituloanagrow2{
	font-size: 24px;
	color: #447954;
	font-family: "Sen extrabold";
	border: solid 1px #447954;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.imgana4{
	top: 0;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.ana4{
	width: 55%;
	height: auto;
}
.textoindexana{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 180px;
	margin-bottom: 50px;
}
.imganalogo{
	width: 380px;
	height: auto;
	transition: 0.2s ease-in;
}
.imganalogo:hover{
	transform: scale(1.03);
	transition: 0.2s ease-in;
}
/*Fin contenido Anagrow*/

/*Contenido Theomonte*/
#contenedortheo{
	background:url("../img/bc_theomonte.jpg")no-repeat center center;
   background-size: 100% 100%;
   height:300%;
   width: 100%;
}
#seccion1theo{
	width: 100%;
	height: 28%;
}
.textoindextheo{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.imgtheologo{
	width: 550px;
	height: auto;
	margin-top: 80px;
}
.textotheo1{
	width: 65%;
	color: #000000;
	text-align: center;
	font-family: "Muli";
	font-size: 16px;
	margin-top: 70px;
}
#seccion2theo{
	width: 100%;
	height: 28%;
	margin-top: 20%;
}
.seccion2theo1{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
}
.seccion2theo2{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 150px;
}
.tittheo{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.divimglicor{
	width: auto;
	height: 40px;
	margin-left: 20px;
	
}
.divimglicor2{
	width: auto;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 20px;
	margin-right: 12px;
}
.imglicortheo{
	width: auto;
	height: inherit;
}
.textotheo2a{
	width: 45%;
	height: auto;
	margin-left: 100px;
	}
.textotheo2b{
	width: 45%;
	height: auto;
	margin-right: 80px;
	}
.titulotheo{
	font-family: "Lobster";
	font-size: 48px;
	color: #522e22;
}
.parrafotheo{
	font-family: "Muli";
	font-size: 15px;
	width: 70%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
#seccion3theo{
	width: 100%;
	height: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 10%;
}
.productotheo{
	width: 30%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.productotheo1{
	width: 30%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.divimgtheo{
	width: 70%;
	height: auto;
}
.imgproductotheo{
	width: 100%;
	height: auto;
}
.titulotheo2{
	font-family: "Vision";
	font-size: 35px;
	color: #522e22;
	margin-top: 12px;
	margin-bottom: 12px;
}
.parrafotheo2{
	font-family: "Muli";
	font-size: 12px;
	width: 90%;
	height: auto;
	text-align: justify;
	margin-bottom: 15px;
}
.divilusttheo{
	width: 20%;
	height: auto;
	margin-top: 10px;
}
.divilusttheo2{
	width: 13%;
	height: auto;
}
.divilusttheo3{
	width: 50%;
	height: auto;
	margin-top: 10px;
}
.ilusttheo{
	width: 100%;
	height: auto;
}
.textotheoproducto{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
/*Fin contenido Theomonte*/
/*Estilos Contacto*/
#seccion1contacto{
	width: 100%;
	height: 100%;
	margin: 0;
	color: #000000;
}

.contenedorcontacto{
	background:url("../img/bc_contacto.jpg")no-repeat center center;
   background-size: 100% 100%;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}
.datoscontacto{
	max-width: 350px;
	width: 32%;
	height: auto;
}
.datos1{
	height: auto;
	margin-bottom: 15px;
	text-align: justify;
}
.datos3{
	margin-top: 25px;
	font-size: 15px;
}
.redescontacto1{
	width: 100%;
	height: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
.redescontacto2{
	width: 100%;
	height: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}
.redcontacto{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 70%;
	height: 60px;
	color: #000000;
	text-align: left;
}
.titcontacto1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	margin-left: 10px;
}
.iconred{
	margin-right: 25px;
	height: 30px;
	width: auto;
}
.iconred2{
	margin-right: 32px;
	margin-left: 5px;
	height: 30px;
	width: auto;
}
.infocontacto{
	text-align: left;
	margin-left: 10px;
	color: #FFFFFF;
}
/*Formulario*/
	.cajacontacto{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 60px;
		padding-bottom: 50px;
	}
.parrafocontacto{
	width: 37%;
	height: auto;
	color: #FFFFFF;
	text-align: justify;
	margin-left: 80px;
	margin-top: 55px;
}
	.cajapeqcontacto{
		width: 40%;
		height: auto;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		margin-left: 100px;
	}
	.formulariocajacontacto1{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.formulario{
		max-width: 500px;
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	input{
		width: 73%;
		height: 33px;
		margin-top: 10px;
		margin-left: 15px;
		border-color: #ffffff;
		background-color: rgba(0,0,0,0.1);
		align-items: flex-end;
		color: #FFFFFF;
	}
	.mensaje{
		width: 73%;
		height: 110px;
		text-align: left;
	}
.textoform{
	width: 20%;
	text-align: left;
	font-weight: 300;
	margin-bottom: 0;
	color: #FFFFFF;
}
	.botoncontacto{
		width: 110px;
		height: 30px;
		background-color: #f59b47;
		margin-top: 24px;
		font-weight: 600;
		border-radius: 12px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #1c2028;
		transition: 0.5s;
		border: none;
	}
	.botoncontacto:hover{
		background-color: #FFFFFF;
	}
.titulocontacto{
	color: #f5a947;
}
/*Fin estilos contacto*/ 
/*Estilos footer*/
footer{
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.infofooter{
	width: 100%;
	height: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}
.cajaredes{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.redes{
	width: 23px;
	height: auto;
	padding-right: 7px;
	filter: brightness(0%);
}
.redes:hover{
	filter: none;
	transition: 0.4s;
}
.redes1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.nombrered{
	font-size: 15px;
	margin-left: 3px;
	text-decoration: none;
	list-style: none;
	color: black;
}
.nombrered:hover{
	color: #000000;
}
.imgredes{
	width: 25px;
}
.logopeq{
	width: 90px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.logocolcoa2{
	width: 100%;
	height: auto;
}
.link{
	text-decoration: none;
	list-style: none;
	color: #000000;
}
/*Fin estilos footer*/
@media screen and (max-width: 800px){
	header{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 100px;
	}
	header nav{
		width:auto;
		height:auto;
		right:-100%;
		margin:0;
		position: fixed;
		flex-direction: column;
		top:80px;
		background-color: rgba(0,0,0,0.75);
	}
	header nav ul{
		display: block;
		margin-right: 20px;
	}
	nav ul{
	margin-left: 0px;
}
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,0.46);
		margin-right: 8px;
		margin-left: 8px;
	}
	header nav ul li a{
		color: #FFFFFF;
	}
	.idioma{
		position: static;
		padding-right: 20px;
	}
	.idiomanegro{
		position: static;
		padding-right: 20px;
	}
	.navnegro{
		color: #FFFFFF;
	}
	.menu_bar {
		display:flex;
		flex-direction: column;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin-right: 30px;
		margin-top: 3px;
	}
	.dropdown {
		float: none;
		padding-left: 14px;
		padding-bottom: 20px;
		border-bottom: 1px solid #23403D;
	}
	.dropcontent{
		display: none;
		position: relative;
	}
	
	/*Responsive COLCOA*/
	.contenedorindex{
		background:url("../img/bc_colcoa2.jpg")no-repeat center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	   height:auto;
	   width: 100%;
	}
	.logocolcoa{
		width: 220px;
		height: auto;
		margin-left: 180px;
	}
	.textoindexx{
		margin-top: 50px;
	}
	.textoindexx2{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.textoindex1{
		margin-top: 90px;
		font-size: 17px;
		margin-bottom: 25px;
	}
	.textocafe{
		width: 68%;
		height: auto;
	}
	.textocafe2{
		width: 62%;
		height: auto;
	}
	.titulocafe{
		font-size: 33px;
	}
	.imgcafe{
		width: 30%;
		height: auto;
	}
	.imgcafe2{
		width: 30%;
		height: auto;
		margin-top: 40px;
	}
	.parrafocafe{
		font-size: 17px;
		width: 95%;
	}
	.parrafocafe2{
		font-size: 17px;
		width: 100%;
	}
	.textoindex{
		margin-top: 450px;
	}
	/*Fin responsive COLCOA*/
	
	/*Responsive COA*/
	.contenedorcoa{
		background:url("../img/bc_coa2.jpg")no-repeat center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	   height:auto;
	   width: 100%;
	}
	.divisioncoa{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-start;
	}
	.div1coa{
		width: 100%;
		height: auto;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
	}
	.textodiv1coa{
		width: 40%;
		height: auto;
		font-family: "Vision";
		color: #000000;
		margin-top: 10px;
		margin-left: 0px;
	}
	.titulodiv1coa{
		width: 90%;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.div2coa{
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.logocoa{
		width: 280px;
		margin-left: 0px;
		margin-top: 0px;
	}
	.parrafodiv1coa{
		font-size: 15px;
	}
	.sello{
		width: 41%;
		height: auto;
		max-height: 400px;
		margin-bottom: 40px;
	}
	.parrafosello{
		width: 80%;
		font-size: 15px;
		line-height: 20px;
	}
	.small img	{ width: 280px; height: auto; }
	
	#seccion4coa{
		width: 100%;
		height: auto;
		margin-top: 70px;
		margin-bottom:  0px;
	}
	.divfruta{
		width: 100%;
		margin-top: 30px;
	}
	.imgmodal{
		object-fit: cover;
		width: 80%;
	}
	.contfruta{
		width: 80%;
		height: auto;
	}
	.fruta1{
		width: 460px;
		height: 65px;
	}
	.fruta2{
		width: 460px;
		height: 65px;
	}
	.fruta3{
		width: 460px;
		height: 65px;
	}
	.fruta4{
		width: 460px;
		height: 65px;
	}
	.fruta5{
		width: 460px;
		height: 65px;
	}
	.imgfruta{
		height: 80px;
		width: auto;
	}
	.textodiv2coa{
		width: 80%;
		margin-top: 50px;
	}
	/*Fin responsive COA*/
	
	/*Responsive Anagrow*/
	.contenedorana{
		background:url("../img/bc_anagrow2.jpg")no-repeat center center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	   height:315%;
	   width: 100%;
	}
	#seccion1anagrow{
		width: 100%;
		height: 37%;
		margin: 0;
	}
	#seccion2anagrow{
		width: 100%;
		height: 30%;
		margin-top: 40%;
	}
	#seccion3anagrow{
		width: 100%;
		height: 40%;
	}
	.imgana{
		width: 30%;
		height: auto;
		margin-left: 40px;
	}
	.textoanagrow{
		display: flex;
		flex-direction: column;
	}
	.textoana2{
		width: 85%;
		height: auto;
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		margin-top: 10px;
		margin-left: 0px;
	}
	.imgana2{
		width: 80%;
		height: auto;
	}
	.imgana3{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	
	.ana4{
		width: 55%;
		height: auto;
	}
	/*Fin responsive Anagrow*/
	
	/*Responsive Theomonte*/
	
	#seccion1theo{
		width: 100%;
		height: 27%;
	}
	.imgtheologo{
		width: 450px;
		height: auto;
		margin-top: 80px;
	}
	#seccion2theo{
		width: 100%;
		height: 33%;
		margin-top: 32%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.textotheo2a{
	width: 65%;
	height: auto;
	margin-left: 130px;
		margin-top: 30px;
	}
.textotheo2b{
	width: 85%;
	height: auto;
	margin-left: 260px;
	}
.titulotheo{
	font-family: "Lobster";
	font-size: 48px;
	color: #522e22;
}
.parrafotheo{
	font-family: "Muli";
	font-size: 15px;
	width: 70%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}
	#seccion3coa{
	background: rgba(255,255,255,1.00);
   background-size: 100% 100%;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
	.divilusttheo, .divilusttheo2, .divilusttheo3{
		width: 2px;
		height: auto;
	}
	/*Fin responsive Theomonte*/
	
	/*Responsive contacto*/
	.nombrered{
	font-size: 14px;
}
	.cajaredes{
		width:  54%;
	}
	.categoria1{
		width: 100%;
		height: 50%;
	}
	.categoria2{
		width: 100%;
		height: 50%;
	}
	.datoscontacto{
		width: 75%;
	}
	.cajacontacto{
		width: 90%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0px;
		padding-bottom: 20px;
	}
	.cajapeqcontacto{
		width: 80%;
	}
	.parrafocontacto{
	width: 60%;
	margin-top: 30px;
	}
	.galeriacontacto{
	width: 98%;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
		margin-top: 0;
}
	.redescontacto1{
		width: 100%;
	}
	.galeria1contacto{
	width:100%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 10px;
}
	/*Fin responsive contacto*/
}

@media screen and (max-width: 600px){
	/*Responsive COLCOA*/
	
	.logocolcoa{
		width: 160px;
		height: auto;
		margin-left: 70px;
	}
	.textoindexx{
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.textoindexx2{
		margin-top: 0px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.textoindex1{
		width: 85%;
	}
	.textocafe{
		width: 80%;
		height: auto;
	}
	.textocafe2{
		width: 80%;
		height: auto;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.titulocafe{
		font-size: 28px;
		margin-top: 0;
	}
	.parrafocafe{
		font-size: 15px;
		width: 100%;
	}
	.parrafocafe2{
		font-size: 15px;
		width: 100%;
	}
	.imgcafe{
		width: 50%;
		height: auto;
	}
	.imgcafe2{
		width: 50%;
		height: auto;
		margin-top: 0px;
	}
	.textoindex{
		margin-top: 600px;
	}
	/*Fin responsive COLCOA*/
	
	/*Responsive COA*/
	.titulodiv1coa{
		width: 100%;
		height: auto;
	}
	.imgtitulo{
		width: 100%;
		height: auto;
	}
	#seccion2coa{
		padding-left: 20px;
	}
	#seccion3coa{
		background-color: rgba(255,255,255,0.19);
	}
	.fruta1{
		width: 90%;
		height: 45px;
		margin-top: 12px;
		margin-bottom: 19px;
		margin-left: 20px;
	}
	.fruta2{
		width: 90%;
		height: 45px;
		margin-left: 20px;
		margin-top: 12px;
		margin-bottom: 19px;
	}
	.fruta3{
		width: 90%;
		height: 45px;
		margin-left: 20px;
		margin-top: 12px;
		margin-bottom: 19px;
	}
	.fruta4{
		width: 90%;
		height: 45px;
		margin-left: 20px;
		margin-top: 12px;
		margin-bottom: 19px;
	}
	.fruta5{
		width: 90%;
		height: 45px;
		margin-left: 20px;
		margin-top: 12px;
		margin-bottom: 19px;
	}
	.parrafofruta{
		font-size: 14px;
		margin-top: 3px;
		margin-left: 52px;
		width: 17%;
	}
	.imgfruta{
		height: 50px;
		width: auto;
	}
	.contfruta{
		width: 93%;
	}
	.small img	{ width: 270px; height: auto; }
	
	.sello{
		width: 70%;
		height: auto;
		max-height: 400px;
		margin-bottom: 30px;
	}
	.parrafosello{
		width: 75%;
		font-size: 14px;
		line-height: 20px;
	}
	.galsello{
		margin-top: 0;
		margin-bottom: 15px;
	}
	.imgmodal{
		object-fit: cover;
		width: 90%;
	}
	#demo1, #demo2, #demo3, #demo4, #demo5{
		width: 40%;
		margin-left: 12px;
	}
	.divfruta{
		margin-bottom: 30px;
	}
	/*Fin responsive COA*/
	
	/*Responsive Anagrow*/
	#seccion1anagrow{
		width: 100%;
		height: 32%;
		margin: 0;
	}
	.imganalogo{
		width: 300px;
		height: auto;
	}
	#seccion2anagrow{
		width: 100%;
		height: 30%;
		margin: 0;
		margin-top: 53%;
	}
	.divanagrow{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 53px;
	}
	#seccion3anagrow{
		width: 100%;
		height: 37%;
		margin: 0;
	}
	.textoana2{
		width: 85%;
		height: auto;
		color: #FFFFFF;
		margin-top: 0px;
		margin-left: 60px;
	}
	.ana1{
		width: 65%;
		height: auto;
	}
	.textoana{
		margin-top: 30px;
	}
	.parrafoanagrow2{
		font-size: 13px;
		margin-bottom: 33px;
	}
	.secanagrow{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.imgana4{
		top: 0;
		margin-right: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.textoanagrow{
		width: 90%;
		margin-left: 0px;
	}
	.imgana{
		width: 50%;
		height: auto;
	}
	.ana4{
		width: 45%;
		height: auto;
	}
	/*Fin responsive Anagrow*/
	
	/*Responsive Theomonte*/
	#contenedortheo{
		background:url("../img/bc_theomonte2.jpg")no-repeat center;
	   -webkit-background-size: cover;
	   -moz-background-size: cover;
	   -o-background-size: cover;
	   background-size: cover;
	   height:auto;
	   width: 100%;
	}
	.imgtheologo{
		width: 280px;
		height: auto;
		margin-top: 60px;
	}
	.texto1theo{
		width: 85%;
	}
	.textotheo2a{
		width: 100%;
		height: auto;
		margin-left: 80px;
			margin-top: 70px;
		}
	.textotheo2b{
		width: 100%;
		height: auto;
		margin-left: 80px;
		}
	.productotheo{
		width: 85%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.productotheo1{
		width: 85%;
		height: auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
		align-items: center;
	}
	.parrafotheo2{
		width: 90%;
	}
	.textotheoproducto{
		width: 100%;
	}
	#seccion3theo{
		padding-bottom: 30px;
	}
	/*Fin responsive Theomonte*/
	
	/*Responsive contacto*/
	.titulocontacto{
		font-size: 40px;
	}
	.titcontacto{
		margin-left: 15px;
	}
	.cajacontacto{
		width: 98%;
	}
	
	.cajapeqcontacto{
		margin-left: 0;
	}
	.parrafocontacto{
		margin-left: 0px;
		text-align: left;
		margin-bottom: 0;
	}
	.redcontacto{
		width: 100%;
	}
	.infocontacto{
		font-size: 15px;
	}
	.textocontacto{
		margin-bottom: 20px;
	}
	/*Fin responsive contacto*/
	/*Footer*/
	.logopeq{
		width: 70px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		margin-bottom: 15px;
		margin-left: 40px;
	}
	.cajaredes{
		width: 40%;
		margin-left: 30px;
	}
	.imgredes{
		width: 80%;
	}
	.nombrered{
		margin-left: 5px;
		font-size: 1px;
		color: #FFFFFF;
	}
	.linkcontacto{
		width: 100%;
		margin-bottom: 12px;
	}
	/*Fin footer*/
}

@media screen and (max-width: 500px){
	.textotheo2a{
		width: 100%;
		height: auto;
		margin-left: 80px;
			margin-top: 100px;
		}
	.seccion2theo1{
		margin-top: 50px;
	}
}
@media screen and (max-width: 450px){
	.textotheo2a{
		width: 100%;
		height: auto;
		margin-left: 80px;
			margin-top: 150px;
		}
	.parrafotheo{
		width: 95%;
	}
	.seccion2theo1{
		margin-top: 50px;
	}
	
}
