@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

a{
    text-decoration: none;
    cursor: pointer;
    color: #2A2A2A;
    filter:alpha(opacity=40); 
    color: #2A2A2A;
}

/**TITULOS H**/

h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    /**  color:#2A2A2A;**/
   font-weight: 600;
} 

h2{
    font-family: 'Tajawal', sans-serif;
   font-size: 47px;
   /**color:#2A2A2A;**/
   font-weight: 500;
}


h3{
   font-family: 'Tajawal', sans-serif;
   font-size: 24px;
   /**color:#2A2A2A;**/
   font-weight: 500;
}

h4{
   font-family: 'Tajawal', sans-serif;
    font-size: 29px;
    color: #6D6C6C;
    font-weight: 400;
    text-align: center;
    padding: 40px 0px 40px 0px;
}

h5{
   font-family: 'Tajawal', sans-serif;
   font-size: 30px;
   /**color: #2A2A2A;**/
   font-weight: 500;
}

h6{
   font-family: 'Tajawal', sans-serif;
   font-size: 30px;
   color: #2A2A2A;
   font-weight: 500;
}


/**TEXTO**/

.p1{
   font-family: 'Tajawal', sans-serif;
   font-size: 25px;
   /**color: #6D6C6C;**/ 
    font-weight: 400;
    padding-bottom: 20px;
    /* text-align: center; */
    padding: 20px 0px;
}

.p2{
   font-family: 'Tajawal', sans-serif;
   font-size: 20px;
  /* color: #2A2A2A;*/
     font-weight: 400;
}

.p3{
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
    color: #2A2A2A;
    /* margin-top: 20px;
    margin-right: 10px; */
    padding-bottom: 10px;
    font-weight: 500;
    transition-duration: 0.2s;
}

/* a .p3:hover{
    color: #76AD66;
} */

.p4{
    font-family: 'Tajawal', sans-serif;
    font-size: 15px;
    color: #2A2A2A;
    font-weight: 400;
    transition-duration: 0.2s;
    padding-bottom: 5px;
}

a .p4:hover{
    /* color: #577F4B; */
    color: rgba(119, 177, 101, 0.9);
}

/** BOTONES **/

.pedidoant{
	width: 349px;
	height: 65px;
	border: 5px solid #A7D799;
  background-color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 10px 5px;
  font-weight: 500;
} 

.pedidoant a{
  color: #2A2A2A;
}

.pedidoant:hover{
  background-color: #A7D799;
}

.news-cont{
  background-color: none;
  border-radius: 4px;
  width: 290px;
  height: 40px;
 }

.news-input {
  padding-left: 15px;
  width: 200px;
  height: 40px;
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  color: #444;
  border: 2px solid #6D6C6C;
  border-radius: 4px;
  margin-right: 2px;
}

.news{
  font-family: 'Tajawal', sans-serif;
  font-size: 15px;
  background-color: #6d6c6c;
  color: #FFF;
  width: 60px;
  height: 44px;
  padding: 10px;  
  border-right: 2px solid #6D6C6C;
  border-radius: 4px;
  margin-left: -8px;
  cursor: pointer;
  opacity: 1.0;
  filter:alpha(opacity=40);
}

.news:hover{
    opacity: 0.8;
    filter:alpha(opacity=100);
}

.hacerpedido{
	background-color: #A7d799;
	color: #FFF;
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    cursor: pointer;
    padding: 15px 30px 10px;
    text-align: center;
}
.hacerpedido a{
  color: #FFF;
}

.hacerpedido:hover{
  background-color: #76AD66;;
}

.enviar{
	width: 168px;
	height: 34px;
	background-color: #A7d799;
	display: inline-block;
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
  padding-top: 5px;
}

.enviar a{
  color: #FFF;
}

.enviar:hover{
  background-color: #76AD66;;
}

.quiero{
	width: 570px;
	height: 68px;
	background-color: #76AD66;
    color: #FFF;
    font-family: 'Tajawal', sans-serif;
    font-size: 29px;
    font-weight: 500;
    padding-top: 8px;
    cursor: pointer;
    opacity: 1.0;
    filter:alpha(opacity=40);
}

.quiero a{
  color: #FFF;
}

.quiero:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

.empresa{
	width: 444px;
	height: 170px;
	background-color: rgb(105, 184, 81);
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 55px;
  cursor: pointer;
  opacity: 1.0;
    filter:alpha(opacity=40);
    padding-top: 10px;
}

.empresa a{
  color: #FFF;
}

.empresa:hover{
  opacity: 0.8;
    filter:alpha(opacity=100);
}

.sembrador{
  width: 320px;
	height: 60px;
  background-color: #7F7F7F;
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
}

.sembrador a{
  color: #FFF;
}

.sembrador:hover{
  background-color: #2A2A2A;
}

.inscribite{
	width: 200px;
	height: 43px;
	background-color: #FFF; 
    font-family: 'Tajawal', sans-serif;
    font-size: 29px;
    font-weight: 500;
    cursor: pointer;
}

.inscribite a{
  color: #2A2A2A;
}

.inscribite:hover{
  background-color: rgba(255,255,255,0.49);
  }

.inscribitev{
	width: 300px;
	height: 43px;
    background-color: rgb(96, 153, 79); 
    color: #FFF;
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    font-weight: 400;
    opacity: 1.0;
    filter:alpha(opacity=40); 
    padding-top: 10px;
}

.inscribitev:hover{
    cursor: pointer;
    opacity: 0.6;
    filter:alpha(opacity=100);
 }

.ver{
	width: 200px;
	height: 43px;
	background-color: rgba(255,255,255,0.49);
	display: inline-block;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  color: #2A2A2A;
  cursor: pointer;
}

.ver a{
  color: #2A2A2A;
}

.ver:hover{
  background-color: #FFF;
}

.vol{
	width: 570px;
	height: 68px;
	background-color: #FFF;
	display: inline-block;
  color: #6D6C6C;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  font-weight: 500;
  cursor: pointer;
}

.vol a{
  color: #2A2A2A;
}

.vol:hover{
  background-color: rgba(255,255,255,0.49);
}

/*NAVEGADOR*/

.cont{
    width: 1366px;
    margin: auto;
}

#nav-bar-main{
    position: fixed;
    top: 0px;
    padding: 15px 48px;
    z-index: 10;
    width: 1270px;
    left: 50%;
    margin-left: -683px;  
}

.navbar-fixed-top.scrolled {
    background-color:rgba(137,201,118,0.9) !important;
    transition: background-color 200ms linear;
  }

.hd1{
    float: left;
}

.hd3{
    float: right;
    /* padding-top: 17px; */
}

.hd2{
    float: right;
    padding: 10px;
    padding-top: 11px;
    position: relative;
    margin-left: 20px;
    text-align: center;
 }

.hd4{
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    padding: 10px 25px 8px 25px;
    float: right;
    border-radius: 4px;
    transition-duration: 0.3s;
    margin-left: 20px;
}

.hd4:hover{
    background-color: #ffffff;
    /* color: rgb(137, 201, 118); */
    color: #2A2A2A;
}

.hdtext{
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.hd2:hover{
    color: #ffffff;
}

.hd2:before{
    content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hd2:hover:before{
    visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*NAVEGADOR 2*/

.navbar-fixed-top-2.scrolled {
    background-color:#ffffffd3 !important;
    transition: background-color 200ms linear;
  }


.hd2-2{
    float: right;
    padding: 10px;
    padding-top: 11px;
    position: relative;
    margin-left: 20px;
    text-align: center;
 }

.hd4-2{
    border-color: #2a2a2a;
    border-width: 2px;
    border-style: solid;
    padding: 10px 25px 8px 25px;
    float: right;
    border-radius: 4px;
    transition-duration: 0.3s;
    margin-left: 20px;
}

.hd4-2:hover{
    background-color: #2a2a2a;
    color: #ffffff;
}

.hdtext-2{
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #2a2a2a;
}

.hd2-2:hover{
    color: #2a2a2a;
}

.hd2-2:before{
    content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2a2a2a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hd2-2:hover:before{
    visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*FOOTER*/
footer{
    height: auto;
    background-color: #ffffff;
    position: relative;
	width: 1366px;
    margin: 0 auto;
}

.up{
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 1.0;
    filter:alpha(opacity=40); 
}

.up:hover {
    opacity: 0.6;
    filter:alpha(opacity=100);
}

.footer1{
    display: grid;
    grid-gap: 30px;
    grid-template-columns:150px 150px 200px 290px 150px;
    grid-template-rows: 120px;
    padding: 37px 141px;
}

.msf{
    margin: auto;
    text-align-last: center;
}

.footer2{
    display: grid;
    grid-gap: 0px;
    grid-auto-columns: min-content;
    grid-template-columns: 130px 130px 170px 70px;
    grid-template-rows: 50px;
    padding: 20px 424px;
    margin: auto;
}

.fd{
    margin: auto;
}

.imfimg{
    padding-right: 15px;
}

.suscripto{
    padding-top: 30px;
    float: left;
}

.susc-rfr{
    float: left;
    opacity: 1.0;
    filter:alpha(opacity=40);
    padding-top: 40px;
    padding-left: 15px;
    color: #2A2A2A; 
}

.susc-rfr:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

.transp_img_redes {
    margin-left: 10px;
    margin-top: 7px;
    opacity: 1.0;
    filter:alpha(opacity=40); 
}

.transp_img_redes:hover {
    opacity: 0.6;
    filter:alpha(opacity=100);
}

/* INPUT */
.inp-val{
    /* border: 1px solid #eee; */
    border-left: 5px solid;
    border-radius: 5px;
    transition: border-color .5s ease-out;
}

.inp-val:required{
    border-left-color: #ffffff;
}

.inp-val:valid{
    border-left-color: rgb(103, 230, 103);
}

/* HOME */

.poster {
    background-image: url('../img/01home/poster4.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /* width: 1366px; */
    height: 701px;
    position: relative;
}

.poster h1{
    color: #ffffff;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -317.5px;
    text-shadow: 2px 2px 4px #15151580;
}

.img-poster-flotante {
    position: absolute;
    top: 70%;
    left: 48%;
}

.h1s{
    font-size: 29px;
    color: #ffffff;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    top: 420px;
    left: 50%;
    margin-left: -193px;
    text-shadow: 2px 2px 4px #383838;
}

.mpst{
    position: absolute;
    top: 74%;
    left: 48%;
}

.cont2{
    width: 1084px;
    height: auto;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 80px;
}

.titlin{
    text-align: center;
    padding: 20px;
}

.titlin-tll{
    text-align: center;
    padding: 20px;
    margin-top: 15px;
}

.img-tit{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -266px;
    z-index: -1;
}

h3{
    font-family: 'Tajawal', sans-serif;
    font-size: 24px;
    /* color: #6D6C6C; */
    font-weight: 400;
    text-align: center;
    padding: 10px 0px 40px 0px;
}

.subtit{
    font-family: 'Tajawal', sans-serif;
    font-size: 39px;
    color: #2A2A2A;
    font-weight: 400;
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.areast{
    display: grid; 
    grid-column-gap: 90px;
    grid-row-gap: 50px;
    grid-template-columns: 200px 200px 200px;
    grid-template-rows: 1fr 1fr;
    margin: auto;
    padding: 30px 150px 40px;
}

.a-img{
    display:block;
    margin:auto;
}

.a-text{
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    color: #2A2A2A;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px;
    position: relative;
}

.a-text:hover{
    color: #2A2A2A;
}

.a-text:before{
    content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2A2A2A;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.a-text:hover:before{
    visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.cont6{
    width: 1366px; 
    margin: 0 auto;
}

.tll{
    margin: auto;
    padding-bottom: 40px;
    padding-top: 40px;
    background-image: url(../img/01home/tll-bkg.png);
    background-repeat: no-repeat;
    height: 870px;
}

.tll h3{
    padding-bottom: 70px;
}

.tg{
    display: grid;
    grid-column-gap: 200px;
    grid-template-columns: 444px 444px;
    padding-left: 150px;
}

.cont4{
    width: 1084px;
    height: 500px;
    margin: auto;
    padding-top: 130px;
    padding-bottom: 130px;
}

.tv{
    padding-bottom: 30px;
}

.tit-v{
    position: relative;
    margin: auto;
    padding: 0px 0px 0px 0px;
    height: auto;
}

.img-tit-verd{
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -195px;
    z-index: -1;
}

.h3-v1{
    font-family: 'Tajawal', sans-serif;
    font-size: 24px;
    color: #6D6C6C;
    font-weight: 400;
    padding-bottom: 20px;
}

.h3-v2{
    font-family: 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #76AD66;
}

h5{
    line-height: 30px;
    padding-bottom: 10px;
}

.actrel{
    padding: 40px 0px 20px;
}

.actrel2{
    padding: 70px 0px 20px;
}

/* SOBRE NOSOTROS */

.poster-nosotros{
    background-image: url('../img/02sobrenosotros/poster-sn.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    /* width: 1366px; */
    height: 468px;
    position: relative;
}

.poster-nosotros .h1s2{
    font-size: 29px;
    color: #ffffff;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -383px;
}

.poster-nosotros h1{
    color: #ffffff;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -347px;
}

.creemosen{
    display: grid; 
    grid-column-gap: 90px;
    grid-row-gap: 50px;
    grid-template-columns: 200px 200px 200px;
    margin: auto;
    padding: 10px 150px 40px;
}

.img-tit-nos{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -360px;
    z-index: -1;
}

.frase{
    position: relative;
    background-image: url('../img/02sobrenosotros/lineafrase.png');
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    width: 1084px;
    padding: 50px 0px 90px;
}

.frase2{
    position: relative;
    background-image: url(../img/02sobrenosotros/lineafrase.png);
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    width: 1084px;
    padding: 50px 0px 70px;
}

.frase .h3{
    margin: auto;
}

.testimonios{
    display: grid; 
    grid-column-gap: 90px;
    grid-template-columns: 420px 420px;
    margin: auto;
    padding: 10px 120px 40px;
}

.t-frase{
    float: left;
}

.t-img{
    float: left; 
    width: 90px;
}

.t-text{
    float: left; 
    width: 300px;
}
.t-quiero-div{
    text-align: center;
}

.tittest{
    padding-bottom: 40px;
    padding-top: 90px;
}

.testimonios h6{
    display: inline-block;
    padding-top: 10px;
}

.testimonios h3{
    text-align: left;
    display: inline-block;
}

/* POP UP SOBRE NOSOTROS */

.pup{
    position: relative;
  background: #D9EED3;
  padding: 30px 50px;
  width: auto;
  max-width: 800px;
  height: 350px;
  margin: 20px auto;
}

.pup h2{
    text-align: center;
}

.pup .p2{
    text-align: center;
}

.pup-conf{
    background: #D9EED3;
    padding: 30px 50px;
    width: 1084px;
    margin: 40px auto;
    height: auto;
}

.pup-si{
    font-size: 35px;
    opacity: 1.0;
    filter:alpha(opacity=40); 
    color: #2A2A2A;
    text-align: center;
}

a .pup-si:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

/* AREA DE TRABAJO */

.cont3{
    width: 1084px;
    height: auto;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
}

.img-tit-semb{
    position: absolute;
    top: 83px;
    left: 50%;
    margin-left: -237px;
    z-index: -1;
}

.img-tit-bioconst{
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -291px;
    z-index: -1;
}

.img-tit-bioeco{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -237px;
    z-index: -1;
}

.img-tit-bnpr{
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -442px;
    z-index: -1;
}

.img-tit-plnt{
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: -320px;
    z-index: -1;
}

.icn-tit{
    position: absolute;
    left: 260px;
    top: 15px;
}

.icn-tit-bioconst{
    position: absolute;
    left: 270px;
    top: 15px;
}

.icn-tit-arte{
    position: absolute;
    left: 240px;
    top: 15px;
}

.icn-tit-bioeco{
    position: absolute;
    left: 305px;
    top: 15px;
}

.icn-tit-plnt{
    position: absolute;
    left: 20%;
    top: 15px;
}

.icn-tit-bnpr{
    position: absolute;
    left: 10%;
    top: 15px;
}

.video-area{
    padding: 40px 0px;
}

.area-frv{
    color: #76AD66;
    text-align: left;
    padding: 40px 0px 40px;
    /* float: left; */
}

.cont3 .p1{
    /* float: left; */
    padding-top: 0px;
    font-size: 18px;
    text-align: left;
}

.cont3 h4{
    font-size: 26px;
}

.texto-area{
    float: left;
}

.area-quote-bioconst{
    background-color: #89C976;
    height: 350px;
    width: 350px;
    padding: 30px 30px 0px;
    float: right;
}

.area-quote-agro h4 {
    padding: 10px 0px 0px 0px;
    color: #FFF;
    text-align: left;
}

.area-quote-agro{
    background-color: #89C976;
    height: 260px;
    width: 350px;
    padding: 30px 30px 0px;
    float: right;
}

.area-quote-arte{
    background-color: #89C976;
    height: 380px;
    width: 350px;
    padding: 30px 30px 0px;
    float: right;
}

.area-quote-bioconst h4{
    padding: 10px 0px 0px 0px;
    color: #FFF;
    text-align: left;
}

.area-quote-arte h4{
    padding: 10px 0px 0px 0px;
    color: #FFF;
    text-align: left;
}

.cont3 h6{
    /* color: #A1ABAB; */
    display: inline-block;
    padding-top: 40px;
    width: 700px;
}

.practica-bioconst{
    display: grid; 
    grid-column-gap: 90px;
    grid-template-columns: 120px 120px 120px 120px 120px;
    padding: 40px 60px 40px;
}

.practica-bioconst .p1{
    font-weight: 500;
    text-align: center;
}

.tg2{
    display: grid;
    grid-column-gap: 200px;
    grid-template-columns: 444px 444px;
    margin: auto;
    padding: 40px;
}

/*TALLERES*/

.taller{
    height: 565px;
    width: 444px;
    background-color: #ffffff;
    float: left;
}

.taller2{
    height: 565px;
    width: 444px;
    background-color: rgba(211, 224, 207, 0.767);
    float: left;
}
  
.taller-text{
    /* vertical-align: middle; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
  
.taller-text .p3{
    padding-bottom: 20px;
}

.taller-text .p2{
    padding-bottom: 20px;
}

.ctaf{
    background-image: url('../img/01home/palatext.png');
    /* width: 1366px; */
    height: 494px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.h1-cta{
    font-family: 'Tajawal', sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 45%;
    left: 25%;
}

.cta{
    background-color: #ffffff;
    padding: 12px 35px 12px 35px;
    float: right;
    border-radius: 4px;
    transition-duration: 0.3s;
    font-family: 'Tajawal', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #6D6C6C;
    position: absolute;
    top: 65%;
    left: 43%;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(42, 42, 42, 0);
}

.cta:hover{
    border-color: #ffffff;
    background-color: rgba(42, 42, 42, 0);
    color: #ffffff;
}

.cont-icon{
    padding-top: 60px;
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: 200px 200px 200px 200px;
    padding: 60px 60px 40px;   
}

.ntcont4 a{
    text-decoration: underline;
    opacity: 1.0;
    filter:alpha(opacity=40); 
}

.ntcont4 h4 a:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

/*GUILLE*/
/*TALLER1*/

.img-tit-tll{
    position: absolute;
    top: 41px;
    left: 50%;
    margin-left: -384px;
    z-index: -1;
}

.img-tit-tll2{
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -291px;
    z-index: -1;
}

.tallercont3{
    width: 1084px;
    height: auto;
    margin-top: 100px;
    margin-left: 75px;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    margin: auto;
  }

/* VIDEO TALLERES*/

.tallervid{
  position: relative;
  width: 1088px;
  height: 650px;
  margin-top: 30px;
  margin: auto;
}

.tallervid button{
  vertical-align: middle;
  margin: auto;
}

/*TALLERES SECCION 1*/

.cont-tll{
    padding-bottom: 10px;
}

.tallers1{
  width: 1088px;
  vertical-align: middle;
  padding-top: 60px;
  height: 850px;
  margin: auto;
}

/*div de la izquierda*/

.ts1izquierda{
  height: 800px;
  float: left;
  width: 720px;
 /* display: inline-block;*/
}

.ts1izquierda .p1{
    text-align: left;
    padding: 0px;
}

/*dentro del div de la izquierda, el pequeño div de la izquierda*/

.tsizq{
  float: left;
  height: 360px;
  width: 352px;
  margin-top: 55px; 
}

.tsizq ul{
  list-style: none;
}

.tsizq li{
  margin-bottom: 15px;
}

.tsizq h3{
  text-align: left;
  margin-bottom: -15px;
}

/*dentro del div de la izquierda, el pequeño div de la derecha*/

.tsder{
  float: right;
  height: 360px;
  width: 352px;
  margin-top: 55px;
}

.tsder h3{
  text-align: left;
  margin-bottom: -15px;
}

.tallericono1, .tallericono2 {
  display: inline-block;
  vertical-align: left;
}

.tallericono1{
  margin-left: -28px;
}

.tallericono2{
  margin-right: 30px;
}

.tsder p{
  display: inline-block;
  vertical-align: top;
}

.ts1texto{
  margin-top: 25px;
  color: #76AD66;
  height: 100px;
  width: 352px;
  border: solid 3px #76AD66;
  text-align: center;
  padding-top: 10px;
}

/*h4 q cierra el div grande de la izquierd*/

.tallerh4{
  margin-top: 450px;
}

/*div de la DERECHA de la SECCION 1 DE TALLERES*/

.ts1derecha{
  /*display: inline-block;*/
  float: right;
  width: 368px;
  height: 800px;
}

.ts1derecha img{
  margin-left: 15px;
  align-self: top;
  vertical-align: top;
}

.ts1derecha p{
  display: inline-block;
}

/*divs contenedores de ICONOS y TEXT de la derecha*/

.ts1div1{
  height: 60px;
  margin-bottom: 30px;
}

.ts1div1 img{
  margin-right: 15px;
}

.ts1div2{
  height: 60px;
  margin-bottom: 30px;
}

.ts1div2 img{
  margin-right: 20px;
}

.ts1div3{
  height: 180px;
  margin-bottom: 30px;
  align-items: center;
}

.ts1div4{
  height: 300px;
  margin-bottom: 30px;
}

.ts1div4 p{
  text-align: right;
  margin-top: 300px;
}

.tallericono6{
  margin-left: 100%;
  float: left;
  height: 110px;
}

.tallermapa{
  width: 260px;
  height: 225px;
  background-color: #000;
  float: right;
  margin-top: -80px;
}

/*SECCION 2, IMG*/

.tallers2{
  margin-bottom: 60px;
  text-align: center;
}

/*SECCION 3 FORMULARIO*/

.tallers3{
  width: 1088px;
  background-color: #D9EED3;
  margin: auto;
  padding: 40px 0px;
  margin-top: 30px;
}

.tallers3 p,h5{
  text-align: center;
}

.taller3 p{
  margin-bottom: 20px;
}

.tallerform{
  text-align: center;
}

.tallerform input{
  height: 42px;
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-right: 10px;
  align-items: center;
}

.tallerinput1{
  display: inline-block;
  width: 352px;
}

.tallerinput2{
  display: inline-block;
  width: 352px;
}

.tallerinput3{
  display: inline-block;
  width: 444px;
}

.tallerinput4{
  display: inline-block;
  width: 260px;
}

.tallerform button{
  margin-top: 30px;
}

/*SECCION 4 FAQS*/

.tallers4{
  width: 1088px;
  height: 850px;
  margin: auto;
  padding-top: 60px;
}

.tallers4 h3{
    text-align: left;
    padding-bottom: 10px;
}

.tallerh4 h4{
    text-align: left;
    color: #76AD66;
}

.tallers4 h2{
    padding-bottom: 20px;
}

.tfaqs1{
  display: inline-block;
  width: 325px;
  margin-right: 20px;
  height: 800px;
}

.tfaqs2{
  display: inline-block;
  width: 352px;
  margin-right: 30px;
  height: 800px;
  vertical-align: top;
}

.tfaqs3{
  display: inline-block;
  width: 352px;
  vertical-align: top;
  height: 800px;
}

.tallers4 p{
  margin-bottom: 60px;
}

.tallers3 h5{
    opacity: 1.0;
    filter:alpha(opacity=40); 
    color: #2A2A2A;
    line-height: 45px;
}

.tallers3 a h5:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

/*NUESTROS TALLERES*/

.poster2 {
    background-image: url('../img/02Seccion/poster.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 1366px;
    height: 468px;
    position: relative;
}

.poster2 h1{
    color: #ffffff;
    position: absolute;
    top: 29%;
    left: 25%;
}

.ntposter2 {
    background-image: url(' ../img/04nuestrostalleres/ntfotoppal.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 1366px;
    height: 468px;
    position: relative;
	margin: auto;
}

.ntposter2 h1{
	text-align: center;
	color: #ffffff;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -309px;
}

.nth1s2{
    font-size: 29px;
    color: #ffffff;
    position: absolute;
    top: 260px;
    left: 50%;
    margin-left: -383px;
}

.ntcont2{
    width: 1084px;
    height: 600px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.ntcont3{
    width: 1084px;
    height: auto;
    /* margin-top: 50px;
    margin-left: 75px; */
    /* padding-top: 60px; */
    padding-bottom: 60px;
    /* vertical-align: middle; */
    margin: auto;
  text-align: center;
  padding-top: 120px;
}

.tit{
    position: relative;
    margin: auto;
    /* padding: 0px 0px 40px 0px; */
    height: auto;
}

.ntimg-tit{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -183px;
    z-index: -1;
}

.ntimg-tit2{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -266px;
    z-index: -1;
}

h3{
    text-align: center;
    padding: 10px 0px 40px 0px;
}

/*CONTENEDOR ICONOS*/

.cont-icon .p2{
  text-align: center;
  margin-top: 10px;
}

.ntcont4{
  margin-top: 100px;
  background-color: #D9EED3;
  width: 1366px;
  margin: auto;
}

/*SUMATE*/

.sumposter2 {
    background-image: url('../img/06sumate/sumfotoppal.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    width: 1366px;
    height: 468px;
    position: relative;
	margin: auto;
}

.sumposter2 h1{
    color: #ffffff;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -317px;
}

.sumposter2 .h1s2{
    font-size: 29px;
    color: #ffffff;
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -410px;
}

.sum-tit{
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0px 0px 40px 0px;
    height: auto;
    vertical-align: middle;
}
.sumimg-tit{
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -212px;
    z-index: -1;
}

.botonesum{
    margin-bottom: 50px;
    text-align: center;
}

.botonsembrador, .botonempresasem{
  display: inline-block;
}

.botonsembrador{
  margin: 0px 40px 0px 0px;
}

.sumcont2{
    margin: auto;
    position: relative;
    background-image: url(../img/02sobrenosotros/lineafrase.png);
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    width: 1084px;
    padding: 50px 0px 90px;
    margin-bottom: 70px;
}

.sumcont2 h4{
  font-size: 40px;
  vertical-align: middle;
}

.sumcont2 p{
  text-align: center;
  margin-top: -40px;
  font-weight: 500px;
}

.sumcont3{
  height: 418px;
  width: 1088px;
  margin-bottom: 100px;
  background-color: #D9EED3;
  margin: auto;
}

.sumcont3 h2{
  font-size: 39px;
  text-align: center;
  padding-top: 50px;
}

.sumcont3 p{
  text-align: center;
}

.sumateform{
  margin-top: 30px;
  vertical-align: middle;
  text-align: center;
}

.sumateform input{
  width: 530px;
  height: 42px;
  font-size: 20px;
  color: #919191;
  padding-left: 30px;
  margin-top: 20px;
  align-content: center;

}

.sumateform button{
  margin-top: 30px;
}

.sumateform .enviar{
	width: 168px;
	height: 34px;
	background-color: #A7d799;
	display: inline-block;
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
  padding-right: 30px;
  margin-top: 30px;
  padding-top: 5px;
}

.sumateform .enviar a{
    color: #FFF;
}
  
.sumateform .enviar:hover{
    background-color: #76AD66;;
}

.sumcont3 h5{
    padding-top: 160px;
    opacity: 1.0;
    filter:alpha(opacity=40); 
    color: #2A2A2A;
}

.sumcont3 a h5:hover{
    opacity: 0.6;
    filter:alpha(opacity=100);
}

/*contactanos*/

/*PRIMERA PARTE*/
.datos-contacto{
	margin:auto;
  display: flex;
flex-wrap: wrap;
    width: 1000px;
    padding-top: 60px;	
}

.form1contacto{
  width: 600px;
}

.form1contacto button{
  margin-top: 20px;
}

.cform1{
  width: 352px;
  background-color: #f1f1f1;
  opacity: 0.5%;
  padding: 12px;
  margin-bottom: 10px;
}

.cform1 input{
  padding-left: 30px;
  align-content: center;
}

.dosformularios{
    margin-top: 20px;
}

.reng1, .reng2, .reng3{
  width: 352px;
  height: 90px;
}

.reng1img{
  float: left;
}

.reng1p{
    margin-left: 100px;
  width: 244px;
}

.reng2img{
  float: left;
}

.reng2p{
    margin-left: 100px;
  float: right;
}

.reng3img{
  float: left;
}

.reng3p{
  float: right;
  margin-left: 100px;
}

.contacto-1 div{
	height: 395px;
	width: 538px;
	margin-right: 108px;
}

/* #nombre-conta, #mail-conta, #consulta{
	border: 3px solid #A8A8A8;
	width: 456px;
	height: 30px;
	margin-bottom: 14px;
	margin-top: 14px;
} */

#consulta{
	width: 530px;
	height: 147px;
}

#nombre-conta, #mail-conta{
	width: 530px
}

.todosdatos{
	width: 350px;
	height: 395px;
}

.tallericono{
	margin-bottom: 10px;
	display: block;
}

#formcontac2{
	margin-top:48px;
	width: 75px;
	display: flex;
	margin-bottom: -10px;
}

.formtext p{	
	margin-left: 10px;
	margin-bottom: 40px;
}
.formdatospersonales div{
	margin-right: 112px;
}

.enviar-contacto{
	margin-top: -30px;
	margin-right:112px;
	float: right;
	width: 200px;
	height: 40px;
	background-color: #A7d799;
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
}
.enviar-contacto a{
  color: #FFF;
}

.enviar-contacto:hover{
  background-color: #76AD66;;
}


/*segunda parte - mapa*/
.mapacontacto{
	margin-top: 118px;
  text-align: center;
}

/*tercera parte-texto*/

#contactotext{
		text-align: center;
		width: 824px;
		margin-top: 100px;
		margin-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
}

#contactotext h4{
  color: #9BAAA3;
}

/*cuarta parte-links*/

.contactolink{
	padding-top: 40px;
	margin:auto;
  	display: block;
	width: 1088px;
	height: 430px;
	background-color: #DAEED3;
}

.contactolink2 {
	font-size: 25px;
	font-family: 'Tajawal', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contactolink2 h2{
  padding-top: 25px;
	text-align: center;
}

.contactolink3{
	margin: auto;
	width: 544px;
	display: block;
}

.botonlinkcontacto{
	margin: auto;
	margin-top: 30px;
    background-color: #FFFFFF;
    display: inline-block;
    color: #6C6C6C;
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    cursor: pointer;
    padding: 15px 30px;
}

.botonlinkcontacto:hover{
  background-color: #BABABA;
  color: #FFF;
}

/*VERDURAS*/

/*PRIMERA PARTE*/

.vegetaleseleccion{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 80px;
	display: flex;
	width: 1090px;
}

.izqarriba{
    padding-bottom: 20px;
}

.datos-bolson{
  margin:auto;
  height: 550px;
  width: 1000px;
  padding-bottom: 50px;
}

.bloqueizq{
  float: left;
  height: auto;
}

.izqabajo{
  float: left;
  height: auto;
}

.izqarriba h6{
  color: #6D6C6C;
  text-align: left;
  font-size: 39px;
}

.izqabajo h6{
  color: #6D6C6C;
  text-align: left;
  font-size: 39px;
}

.derabajo h6{
  color: #6D6C6C;
  text-align: left;
  font-size: 39px;
  padding-top: 40px;
}

.izqarriba p{
  color: #6D6C6C;
  text-align: left;
}


.izqabajo p{
  color: #6D6C6C;
  text-align: left;
}

.bloqueder{
  float: right;
  height: auto;
  padding-left: 50px;
}

.vrenglones{
  color: #2A2A2A;
}

.vreng1, .vreng2, .vreng3{
  height: auto;
}

.vreng1 img{
  display: inline-block;
}
.vreng1 p{
  display: inline-block;
  padding-left: 10px; 
  margin-left: 20px;
}

.vreng2 img{
  display: inline-block;
  margin-top: 5px;
}
.vreng2 p{
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.vreng3 img{
  display: inline-block;
}
.vreng3 p{
  display: inline-block;
  margin-left: 20px;
}

.derabajo p{
  color: #6D6C6C;
  text-align: left;
}

.pedido-limite {
  text-align: center;
  margin: auto;
  width: 900px;
  height: auto;
  border: 3px solid #76AD66;
  padding: 15px;
}

.pedido-limite h6{
  color: #76AD66;
}

/*segunda parte - preguntas frecuentes*/

.preguntas-frecuentes h2{
	margin-top: 100px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1030px;
  color: #6D6C6C;
}

.preguntas-frecuentes-grid{
	margin: auto;
  display: flex;
flex-wrap: wrap;
	width: 1030px;
  padding-top: 20px; 
  padding-bottom: 60px;
}

.las-preguntas{
	width: 290px;
	height: 260px;
	margin-bottom: 30px;
}

.las-preguntas p{
	color: #6C6C6C;
	margin: 0px;
  text-align: left;
}

.las-preguntas h3{
	color: #6C6C6C;
	margin: 0px;
  text-align: left;
  padding-bottom: -50px;
}

.preguntas2{
	margin-left: 80px;
	margin-right: 80px;
}
.preguntas5{
	margin-left: 80px;
	margin-right: 80px;
}

/*tercera parte-formlario*/

.pedidoform h2{
  text-align: center;
  /* margin-top: 30px;
  margin-bottom: 50px; */
}
.nuestrasofertas{
		/* margin: auto;
  	display: flex;
	flex-wrap: wrap;
	width: 1020px;
  font-size: 39px; */
  font-family: 'Tajawal', sans-serif;
    font-size: 47px;
    font-weight: 500;
    text-align: center;
    padding: 40px;
}

.pedido{
    background: #D9EED3;
    padding: 40px 20px 30px;
    width: 1084px;
    height: auto;
    margin: auto;   
}

.huevolechuga{
	margin: auto;
  	display: flex;
	flex-wrap: wrap;
	width: 1088px;
}

.huevolechuga p{
  color: #6D6C6C;
}

.huevolechuga h4{
	margin-bottom: -30px;
    text-align: center;
    font-weight: 500;
    color: #2a2a2a;
}
.huevolechuga label{
	font-family: 'Tajawal', sans-serif;
	font-size: 29px;
}

.huevop{
	width: 530px;
  display: inline-block;
}

.huevop img{
  width: 100%;
}

.lechugap{
  display: inline-block;
  width: 530px;
  padding-left: 20px;
}

.lechugap img{
  width: 100%;
}

/*cuarta parte-formlario*/
.las-dos-forms{
  display: flex;
  width: 1088px;
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	margin-top: 100px;
}

#cuantbols, #datosper{
  font-size: 39px;
  font-weight: 600px;
  padding-bottom: 30px;
}

.form1 {
  display: block;
}

.formcol{
width: 456px;
}

.formbolsones{
	margin-right: 108px;
}

.formbolsones div{
	margin-top: 12px;
	margin-bottom: 12px;
  width: 500px;
}

.formbolsones label{
  margin-top: -15px;
	font-size: 25px;
	font-family: 'Tajawal', sans-serif;
}

#nombre, #mail, #telefono{
  width: 400px;
  height: 30px;
  padding: 5px;
  margin-bottom: 18px;
  font-size: 15px;
  background-color: #f1f1f1;
    padding: 12px;
}

#telefono{
  margin-left: -1px;
}
  
  .forms1{
    margin: auto;
    width: 1088px;
 }

 /*MARTIN*/
/*S E M B R A D O R*/
/* INPUT 2*/
.inp-val2{
    /* border: 1px solid #eee; */
    border-left: 5px solid;
    border-radius: 5px;
    transition: border-color .5s ease-out;
}

.inp-val2:required{
    border-left-color: #2A2A2A;
}

.inp-val2:valid{
    border-left-color: rgb(103, 230, 103);
}
/*bajada titulo*/

.firsttext p{
    text-align: center;
    color: #8F8F80;
    padding-top: 30px;
}
  
  /*FORMULARIO*/ 
  
.forms1{
   margin: auto;
   width: 1088px;
}
  
/*INPUTS RENGLONES*/
  
.forms1 input{
  border: solid 2px #2A2A2A;
  font-size: 20px;
  font-family: "Tajawal", sans-serif;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px;
}

.snombre{
  width: 300px;
  height: 20px;
  padding: 5px;
}

.sapellido{
  width: 250px;
  height: 20px;
  padding: 5px;
} 

.smail{
  width: 300px;
  height: 20px;
  padding: 5px;
}

.sdire{
  width: 300px;
  height: 20px;
  padding: 5px;
}

.scuidad{
  width: 300px;
  height: 20px;
  padding: 5px;
}

.scp{
  width:150px;
  height: 20px;
  padding: 5px;
}

.sprov{
  width: 300px;
  height: 20px;
  padding: 5px;
}

.spais{
  width: 250px;
  height: 20px;
  padding: 5px;
}

.stel{
  width: 300px;
  height: 20px;
  padding: 5px;
  color: #000;
}

/*FORMULARIO 2*/
  
.forms2{
  margin: auto;
  width: 1088px;
}
  
/* radio con iconos */
  
.sndform{
      text-align: center;
      width: 246px;
      height: 320px;
      margin: 6px;
      display: inline-block;
      border: 3px solid #B8EFA8;
}

.sndform.selected2{
      background-color: #B8EFA8;
}

.iconRadio{
  margin-top: 20px;
}

.forms2 h4{
  margin-top: -20px;
  font-weight: 400;
  margin-bottom: -30px;
  color: #2A2A2A;
}

.textoabajosembradores{
  color: #A2ABAD;
  padding-left: 15px;
}


/*FORMULARIO 3*/
.forms3{
      margin: auto;
      width: 900px;	
}

.forms3 input{
  border: solid 2px #2A2A2A;
  font-size: 15px;
  font-family: "Tajawal", sans-serif;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px;
}

.forms3 select{
  border: solid 2px #2A2A2A;
  font-size: 15px;
  font-family: "Tajawal", sans-serif;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #fff;
}
/*texto bajo el form*/
.forms3 p{
      text-align: center;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Tajawal', sans-serif;
      color: #A2AAA9;
      font-size: 20px;
}
  
.fechaYcodigo {
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 900px;
}
  
#acla1{
  margin-left: -5px;
}
  
.fechaYcodigo p{
      margin-right: 70px;
      font-family: 'Tajawal', sans-serif;
      color: #A2AAA9;
}
  
.renglon4 input{
      display: inline-block;
}
  
.renglon5 input{
      display: inline-block;
}

/* .renglon5 select{
  padding: 5px;
} */
  
#tarjeta{
      width: 360px;
      height: 20px;
      margin: 8px;
}
  
#visaicon{
      margin-bottom: -14px;
}
  
#fecha_exp{
      width: 170px;
      height: 20px;
      margin: 8px;
}
  
#codigo_seg{
      width: 170px;
      height: 20px;
      margin: 8px;
}
  
#tipo_targeta{
      width: 260px;
      height: 40px;
      margin: 8px;
}
  
#tipo_documento{
      width: 260px;
      height: 40px;
      margin: 8px;
}

#NumDocu{
      width: 300px;
      height: 20px;
      margin: 8px;
}

.form3-2{
      font-family: 'Tajawal', sans-serif;
      display: block;  
}

.form4-2{
      font-family: 'Tajawal', sans-serif;
      display: block;
}
/*texto final*/

.sembradorinputfinal{
  text-align: center;
}
  
.finaltext h6{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*AGREGADO PARA VERSION DE EMPRESAS*/
  
.renglon2-2 input{
      display: inline-block;
      margin-bottom: 20px;
      border: solid 2px #2A2A2A;
}
  
#RazonSocial{
      width: 260px;
      height: 22px;
      margin: 5px;
      border: solid 2px #2A2A2A;
      background-color: #fff;
}
#actividad{
      width: 260px;
      height: 20px;
      margin: 5px;
      
}
  
#nombre-emp{
      width: 260px;
      height: 20px;
      margin: 5px;
}
  
#DomicilioSocial{
      width: 380px;
      height: 20px;
      margin: 5px;
}
  
#CIF-NIF{
      width: 210px;
      height: 20px;
      margin: 5px;
}
  
#CNAE{
      width: 190px;
      height: 20px;
      margin: 5px;
}
  
#localidad{
      width: 140px;
      height: 20px;
      margin: 5px;
}
  
#CP{
      width: 140px;
      height: 20px;
      margin: 5px;
}
  
#telefono-emp{
      width: 230px;
      height: 20px;
      margin: 5px;
}
  
#email-emp{
      width: 230px;
      height: 20px;
      margin: 5px;
}
  
#NombreResponsable{
      width: 210px;
      height: 20px;
      margin: 5px;
}
  
#telefono-emp2{
      width: 210px;
      height: 20px;
      margin: 5px;
}
  
#email-emp2{
      width: 360px;
      height: 20px;
      margin: 5px;
}

.img-tit-empresa{
      position: absolute;
      top: 85px;
      left: 50%;
      margin-left: -384px;
      z-index: -1;
}

/*contactanos*/

/*PRIMERA PARTE*/
.datos-contacto{
	margin:auto;
  display: flex;
flex-wrap: wrap;
	width: 1000px;	
}

.form1contacto{
  width: 600px;
}

.form1contacto button{
  margin-top: 20px;
}

.cform1{
  width: 352px;
  border: solid 2px #9BAAA3;
  opacity: 0.5%;
  border-radius: 5px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.cform1 input{
  padding-left: 30px;
  align-content: center;
}


.reng1, .reng2, .reng3{
  width: 352px;
  height: 90px;
}

.reng1img{
  float: left;
}

.reng1p{
  float: right;
}

.reng2img{
  float: left;
}

.reng2p{
  float: right;
}

.reng3img{
  float: left;
}

.reng3p{
  float: right;
}

.contacto-1 div{
	height: 395px;
	width: 538px;
	margin-right: 108px;
}

/* #nombre-conta, #mail-conta, #consulta{
	border: 3px solid #A8A8A8;
	width: 456px;
	height: 30px;
	margin-bottom: 14px;
	margin-top: 14px;
} */

#consulta{
	width: 530px;
	height: 147px;
}

#nombre-conta, #mail-conta{
	width: 530px
}

.todosdatos{
	width: 350px;
	height: 395px;
}

.tallericono{
	margin-bottom: 10px;
	display: block;
}

#formcontac2{
	margin-top:48px;
	width: 75px;
	display: flex;
	margin-bottom: -10px;
}

.formtext p{	
	margin-left: 10px;
	margin-bottom: 40px;
}
.formdatospersonales div{
	margin-right: 112px;
}

.enviar-contacto{
	margin-top: -30px;
	margin-right:112px;
	float: right;
	width: 200px;
	height: 40px;
	background-color: #A7d799;
  color: #FFF;
  font-family: 'Tajawal', sans-serif;
  font-size: 25px;
  cursor: pointer;
}
.enviar-contacto a{
  color: #FFF;
}

.enviar-contacto:hover{
  background-color: #76AD66;;
}


/*segunda parte - mapa*/
.mapacontacto{
	margin-top: 118px;
  text-align: center;
}

/*tercera parte-texto*/

#contactotext{
		text-align: center;
		width: 824px;
		margin-top: 100px;
		margin-bottom: 80px;
		margin-left: auto;
		margin-right: auto;
}

#contactotext h4{
  color: #9BAAA3;
}

/*cuarta parte-links*/

.contactolink{
	padding-top: 40px;
	margin:auto;
  	display: block;
	width: 1088px;
	height: 430px;
	background-color: #DAEED3;
}

.contactolink2 {
	font-size: 25px;
	font-family: 'Tajawal', sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contactolink2 h2{
  padding-top: 25px;
	text-align: center;
}

.contactolink3{
	margin: auto;
	width: 544px;
	display: block;
}

.botonlinkcontacto{
	margin: auto;
	margin-top: 30px;
    background-color: #FFFFFF;
    display: inline-block;
    color: #6C6C6C;
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    cursor: pointer;
    padding: 15px 30px;
}

.botonlinkcontacto:hover{
  background-color: #BABABA;
  color: #FFF;
}