/**
Theme Name: Granmar-Astra-Child
Author: Ernesto D. García Falcón
Author URI: https://www.linkedin.com/in/ernesto-darge-garc%C3%ADa-falc%C3%B3n-09035814a/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: granmar-astra-child
Template: astra
*/

/* GLOBAL */

:root {
  /*Fonts*/
  --primaryFont: 'IBM Plex Sans', sans-serif;
  --secondaryFont: 'IBM Plex Serif', serif;
}

body {
  font-family: var(--primaryFont);
  font-weight: 300;
}

h1, h2, h3 {
  font-family: var(--secondaryFont);
}

/* HEADER */

.main-header-menu {
  text-transform: uppercase;
}

.ast-primary-header-bar {
  border: none;
}

@media (min-width: 768px) {
  .ast-primary-header-bar {
    position: fixed;
    width: 100%;
  }

  .entry-content {
    padding-top: 100px;
  }

  
}

.ast-header-break-point .ast-primary-header-bar {
  border: none;
}

.wp-block-group.hero {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .wp-block-group.hero {
    padding: 100px 0 60px 0;
  }
}

.hero-image {
  height: 450px;
  width: 100%;
  background-image: url(assets/img/home-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-image {
    height: 450px;
    width: 80%;
  }
}

.about-us .hero-image {
  height: 825px;
  width: 100%;
  background-image: url(assets/img/image-2.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-us .hero-image {
    background-position: center center;
    width: 90%;
  }
}

.sustainability .hero-image {
  height: 450px;
  width: 100%;
  background-image: url(assets/img/sustainability.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}


.products .hero-image {
  height: 450px;
  width: 100%;
  background-image: url(assets/img/products-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sustainability .hero-image {
    width: 80%;
  }

  .products .hero-image {
    width: 80%;
  }
  
}


.hero-container {
  color: white;
  background-color: #005B9E;
  /*z-index: 99;
  position: absolute;
  top: 350px;*/
  /*margin-top: -250px;
  float: right;*/
  width: 100%;
  /*padding: 40px;*/
}

.hero .delete-padding {
  padding: 0;
}

@media (min-width: 768px) {
  .hero-container {
    margin-top: -540px;
    margin-right: 18px;
    width: 50%;
    z-index: 99;
    float: right;
    padding: 40px;
  }


}


.hero-container h2{
  color: white;
  line-height: 0.8;
}

.hero-container p {
  font-weight: 300;
}

.hero .wp-block-button__link {
  background-color: #a9d4d9;
  color:  #005B9E;
  font-weight: 700;
  border: solid 1px #a9d4d9;
}

.hero .wp-block-button__link:hover {
  background-color: #005B9E;
  color: white;
  border: solid 1px #a9d4d9;
}

.delete-padding {
  padding: 0;
}


.products {
  padding: 2rem 50px;
}

.product-item .wp-block-button__link {
  background-color: #ebf0f2;
  color: #005B9E;
  font-weight: 700;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .product-item .wp-block-button__link {
    font-size: 18px;
    padding-left: 20px;
  padding-right: 20px;
  }
}

.product-item .wp-block-button__link:hover {
  background-color: #005B9E;
  color: white;
}

.counter {
  margin-bottom: 40px !important;
}

.counter .ugb-block-description {
 font-style: oblique;
}

.counter .ugb-countup__item {
  border: solid 2px #a9d4d9;
  padding: 30px 20px;
}

.counter .ugb-countup__item .ugb-countup__title {
  margin: 0;
}

@media (min-width: 768px) {
  .ugb-inner-block {
    padding-right: 18px;
    width: 1200px !important;
  }  
}

@media (min-width: 768px) {
  .ugb-count-up.ugb-countup--v4 .ugb-block-content {
    grid-gap: 100px;
  }  
}

.ugb-countup__counter {
  font-weight: 700;
}

.ugb-count-up.ugb-countup--v4.ugb-countup--columns-4 .ugb-block-content {

  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

.separator {
  border: solid 2px #ebf0f2;
}

.sub-title {
  margin-bottom: 10px !important;
}

.home-contact {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-contact {
    padding: 100px 200px;
  }  
}

.wpcf7-form p:last-of-type {
  text-align: center !important;
}

.home-contact .wpcf7-submit {
  background-color: #a9d4d9;
  color: #005B9E;
  font-weight: 700;
  text-transform: capitalize;
}

.wpcf7-submit:hover {
  background-color: #005B9E;
  color: white;
}

/*@media (min-width: 768px) {
  [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: center;
  }
}*/

.ast-footer-copyright p{
  text-align: center !important;
}

@media (min-width: 768px) {
  .ast-footer-copyright p{
    text-align: left !important;
  }
}

.hero,
.hero.sustainability {
  margin-bottom: 40px;
}


@media (min-width: 768px) {
.hero.products,
.hero.sustainability {
  margin-bottom: 100px;
}

}



@media (min-width: 768px) {
  .hero.products .hero-container,
  .hero.sustainability .hero-container{
    height: 600px;
    padding: 160px 40px;
  }

  .about-us .hero-container {
    margin-top: -880px;
  }
}

.hero.products .hero-container hr,
.hero.about-us .hero-container hr,
.hero.sustainability .hero-container hr{
  border: solid 2px white;
}


@media (min-width: 768px) {
  .standards {
    width: 55%;
    padding-top: 0;
    padding-bottom: 0;
  }
}


.fish {
  width: 300px;
  height: 300px;
  background-image: url(assets/img/standards.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fish {
    width: 500px;
    height: 500px;
    float: right;
    z-index: 100;
    margin-top: -560px;
  }
}

.certificates {
  margin: 50px 0;
  width: auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .certificates {
    margin: 50px 0 150px 0;
  }
}


.cer-item {
  flex: 0.15;
}

.cer-des {
  width: 50%;
}

.hero-faq {
  margin-top: 40px;
  margin-right: 18px;
}

.hero-faq .separator {
  border: solid 2px white;
}

.hero-faq h3 {
  font-family: var(--primaryFont);
}

.ugb-accordion__content-inner {
  background-color: #ebf0f2;
  padding-top: 10px !important;
  padding-bottom: 40px !important ;
}

.ugb-accordion__heading {
  padding-top: 40px !important;
}

.contact-get {
  background-color: #005b9e;
  padding: 20px;
}

@media (min-width: 768px) {
  .contact-get {
    padding: 20px 80px;
  }
}

.contact-get h3 {
  margin: 40px 0;
}

.contact-get .wpcf7-form label {
  color: white;
}

.contact-get .wpcf7-submit {
  background-color: #a9d4d9;
  border: solid 1px #a9d4d9;
  color: #005B9E;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-get .wpcf7-submit:hover {
  background-color: #005B9E;
  color: white;
  border: solid 1px white;
}

.contact-text .separator {
  border: solid 2px #005b9e;
}

.location {
  width: 20px;
  height: 20px;
  background-image: url(assets/img/placeholder.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

.email {
  width: 20px;
  height: 20px;
  background-image: url(assets/img/open-mail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

.phone {
  width: 20px;
  height: 20px;
  background-image: url(assets/img/phone.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

.linkedin {
  width: 20px;
  height: 20px;
  background-image: url(assets/img/linkedin.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 20px;
}

.datas-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.separator-footer {
  margin-top: 50px;
}

.fish-container-res {
  text-align: center  ;
}

.fish-container {
  display: none;
}

.fish-container-res .fish-item img {
  width: 150px;
  height: 150px;
} 


.responsive-fish {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 768px) {

  .fish-container-res {
    display: none;
  }

  .fish-container {
    display: flex;
    justify-content: center;
	  padding-bottom: 60px;
	  padding-top: 30px;
  }

  .fish-container .fish-item img {
    width: 120px;
    height: 120px;
	   } 
	.fish-container .fish-item {
	margin-left: 15px;
	margin-right: 15px;	
	}

}


.sep-blue {
  border: solid 2px #005b9e;
}

.last-product {
  margin-top: 50px;
}

.block-contact h3{
  line-height: 20px;
  font-family: var(--secondaryFont);
  font-weight: 400;
}

.block-contact .wp-block-button__link{
  background-color: #a9d4d9;
  color:  #005B9E;
  font-weight: 700;
  border: solid 1px #a9d4d9;
  margin-top: 40px;
  border-radius: 0;
}


.block-contact .wp-block-button__link:hover {
  background-color: #005B9E;
  color: white;
  border: solid 1px #a9d4d9;
}

.menu-toggle-close {
  margin-top: 40px;
  margin-right: 15px;
}

body.admin-bar .ast-mobile-popup-drawer .ast-mobile-popup-inner {
  top: 0;
}
.ahfb-svg-iconset svg {
  color: #005b9e;
  width: 24px;
  height: 24px;
}

/*.session-head {
  margin-top: 80px;
}*/

/*
.super.session-head {
  margin-top: 150px;
}*/

@media (min-width: 768px) {
  .super.session-head {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .error-404 {
    margin-top: 100px;
  }
}

/*---------------Edition 2021_05 Home Page--------------------*/
h1.session-head {
	font-size: 36px;
	margin-bottom: 0;
}
h1, .entry-content h1 {
	font-size: 36px;
	margin-bottom: 0;
}
h2, .entry-content h2 {
	font-size: 30px;
}
.home-contact form {
	padding: 3rem 6rem;
}
.ast-footer-copyright p {
	font-size: 16px;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
	padding: .5em;
}
span.ajax-loader {
	position: absolute;
}
@media (max-width: 768px) {
	.home-contact form {
	padding: 0;
}
	.home-contact {
		width: 100%;
	}
	.px-sm-3 {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
	}
}
/*---------------Edition 2021_05 Products--------------------*/
.pt-60 {
    padding-top: 60px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.entry-content p {
	margin-bottom: 1em;
}
/*---------------Edition 2021_05 Sustainability--------------------*/
.cer-item {
	text-align: center;
}
.cer-item img {
	max-width: 150px;
	margin: 0 auto;
    align-self: center;
    position: relative;
}
.mb-1 {
	margin-bottom: 1em !important;
}
@media (max-width: 1024px) {
	.fish {
		float: none;
		margin: 0 1.5rem;
	}
	.standards {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.cer-des {
    width: 100%;
	}
	.cer-item img {
    max-width: 100px;
	}
	}
@media (max-width: 500px) {
	.certificates {
		flex-direction: column;
	}
}
/*---------------Edition 2021_05 About us--------------------*/
@media (max-width: 768px) {
	.about-us .hero-image {
		height: 400px;
	}
}

.wpcf7-response-output {
    color: #FFFFFF;
}