@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.boton_personalizado{
    text-align:center;
    text-decoration: none;
    
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin: 5px 5px 5px 5px;
    background-color: #210B61;
    border-radius: 6px;
    border: 2px solid #FFF;
  }
.boton_personalizado:hover{
    
    background-color: #fff;
  }
  
.efecto{
    overflow:hidden;
    position:relative;
    font-size:3em;
    width:100%;
    height:0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition:all 500ms ease-out;
    transition: all 500ms ease-out;
 
}  

h1 {
    text-align: initial;
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 25pt;
    font-weight: bold;
    letter-spacing: 0.50em;
    line-height: 1.65;
}

h3 {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 300;
    cursor: initial;
}

hr {
    height: 2px;
    background-color: #ffffff;
    border-style: none;
    margin-left: 5px;
    margin-right: 15px;
}

p {
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    text-align: center;
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.65;
    cursor: initial;
}

span {
    color: #ffffff;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 300;
    cursor: initial;
}

li {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

img {
    /*#242943;*/
    display: block;
    max-width: 100%;
    box-shadow: 1px 1px 0.3em #a0a0a1;
}

.prueba{
    border: none;
    box-shadow: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    display: inline-block;
    line-height: 1.65em;
    margin-right: 0.325em;
    padding: 0 0.125em 0 0.375em;
}

.bannerp {
    background-image: url("plantas.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}

.bannerf {
    background-image: url("bannerf.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}

.bannerj {
    background-image: url("insumosbanner.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}


.bannerm {
    background-image: url("frutales.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}

.bannerx {
    background-image: url("arbolypalm.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}

.bannert {
    background-image: url("banner1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
    height: 300px;
    width: auto;    
    background-color: #242943;
    padding: 50px 50px 0 50px;
}

.cajagaleria{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*margin: 0 200px 0 200px;*/
    }
    
.resaltar{
    background-color:#FF0;
    
}
.galeria {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.galeria_item {
    width: 200px;
    height: auto;
    list-style: none;
    margin: 5px;
}

.galeria_img {
    width: 200px;
    height: 200px;
  }
  
.galeria_img2 {
    width: 350px;
    height: 350px;
    position: fixed;
    top: 40%;
    left: 5%;
    
  }
  
   
  .ofertas{
      
    /*width: 300px;
    height: 57px;*/
    display:block;
    margin:auto;
    margin-left: auto; 
    margin-right: auto;
    /*margin: 20px 20px 20px 35px;*/
  }
  

  
    /*ZONA RESPONSIVE (ancho)*/
    
    
    
@media (min-width:480px) {
    .cajagaleria{
        padding: 0 200px 0 200px;
    }
     .galeria_img2 {
    width: 300px;
    height: 300px;
    position: fixed;
    top: 13%;
    left: 1%;
    
    
  
  }
  
  
  .container {
  padding-top: 66.66%; /* 3:2 Aspect Ratio */
}
.responsive-iframe{
    width:200px;
    height:200px;
  }

  .ofertas{
    width:300px;
    height:57px;
  }
 
}

@media (min-width:768px) {
    
    .galeria_img2 {
    width: 350px;
    height: 350px;
    position: fixed;
    top: 40%;
    left: 10%;
    
  }
  .ofertas {
    width:500px;
    height:94px;
    margin: 20px 20px 20px 160px;
  }
 .container {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}


}

@media (min-width:1024px) {
    .bannerp {
        padding: 50px 300px 0 300px;
    }
    .bannerf {
        padding: 50px 300px 0 300px;
    }
    .bannerj {
        padding: 50px 300px 0 300px;
    }
    .bannera {
        padding: 50px 300px 0 300px;
    }  
    .ofertas {
    width:700px;
    height:132px;
  }
   .galeria_img2 {
    width: 350px;
    height: 350px;
    position: fixed;
    top: 40%;
    left: 10%;
    
     }
     .container {
  position: relative;
  text-align:center;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  text-align:center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 550px;
  height: 400px;
}
    
}

