/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1692733120
Updated: 2023-08-22 19:38:40

*/

/*****GLOBAL VARIABLES*****/
@font-face {
  font-family: "AbrilFatface";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/Gp-mod-Main-sin-versiones/fonts/AbrilFatface.woff2);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/Gp-mod-Main-sin-versiones/fonts/Montserrat-Regular.woff2);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/Gp-mod-Main-sin-versiones/fonts/Montserrat-Bold.woff2);
}

:root {
  /***GLOBAL COLORS****/
  --primary: #E33535;
  --secondary: #003370;
  --light-secondary: #ecf7ff;
  --gray: #212121;
  --white: #fff;
  --black: #000;
  --light-gray: #e8e8e8;

  /***GLOBAL FONT-SIZE****/
  --font-size--h1: clamp(24px, 3.3vw, 55px);
  --font-size--h2: clamp(18px, 3vw, 40px);
  --font-size--h3: clamp(23px, 3.1vw, 50px);
  --font-size--h4: clamp(20px, 2.1vw, 25px);
  --font-size--h5: clamp(18px, 2.7vw, 35px);
  --font-size--h6: clamp(18px, 1.9vw, 20px);
  --font-size--big: clamp(30px, 4.8vw, 67px);
  --font-size--body: 16px;
  --font-size--button: clamp(18px, 1.9vw, 21px);
  --font-size--little-text: 12px;
  /***GLOBAL FONT-WEIGHT****/
  --font-weight--h1: 400;
  --font-weight--h2: 400;
  --font-weight--h3: 400;
  --font-weight--h4: 400;
  --font-weight--h5: 400;
  --font-weight--h6: 400;
  --font-weight--button: 400;
  /***GLOBAL FONT-FAMILY****/
  --font-family--h1: "AbrilFatface";
  --font-family--h2: "AbrilFatface";
  --font-family--h3: "AbrilFatface";
  --font-family--h4: "AbrilFatface";
  --font-family--h5: "AbrilFatface";
  --font-family--h6: "AbrilFatface";
  --font-family--button: "AbrilFatface";
  --font-family--body: "Montserrat", sans-serif;
  /***GLOBAL MARGIN-TITLE****/
  --margin-bottom--title: 32px;
  --margin-top--title: 0;
  --margin-bottom--p: 16px;
}

/******STRUCTURE*******/
@media (max-width: 800px) {
body .only-desk{display:none!important}
}
@media (min-width:801px) {
body .only-mobile{display:none!important}
}
body {
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  background-color: var(--white);
}
html {
  scroll-behavior: smooth;
}

.section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-size: cover;
  position: relative;
}
@media(min-width:1025px){
.section {
  padding-right: 40px;
  padding-left: 40px;
}
}
@media(max-width:1024px){
.section {
  padding-right: 16px;
  padding-left: 16px;
}
}
.one-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.two-col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.three-col {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.four-col {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  flex-direction: column;
}
.three-quarters-col {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  flex-direction: column;
}
.section-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1436px;
  flex-wrap: wrap;
}
.entry-content {
  overflow: hidden;
}

/***BACKGROUND***/
.parallax {
  background-attachment: fixed;
}

/****BUTTONS*****/
a.btn,
input[type="submit"].btn {
  min-width: 118px;
  font-family: var(--font-family--button);
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 8px 16px;
  font-size: var(--font-size--button);
  font-weight: var(--font-weight--button);
  border-radius: 8px;
  align-items: center;
  text-align: center;
  gap:8px
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--secondary);
}
.btn.btn-white:hover {
  color: var(--white);
  background-color: var(--secondary);
}
.btn.btn-primary {
    background-color: var(--primary);
    color: var(--white)
}
.btn.btn-primary:hover {
    color: var(--primary);
    background-color: var(--white)
}
.btn.btn-secondary {
    background-color: var(--secondary);
    color: var(--white)
}
.btn.btn-secondary:hover {
    color: var(--secondary);
    background-color: var(--white)
}
.btn.btn-border-secondary {
    background-color:transparent;
    border:2px solid var(--secondary);
    color:var(--secondary)
}
.btn.btn-border-secondary:hover {
    background-color: var(--secondary);
    color:var(--white)
}
.btn.btn-main {
    background: linear-gradient(270deg, #E14E4E00 0%, #E14E4EA1 51%, #E14E4E14 100%);
    border:1px solid #1572B0;
    color:var(--white);
    font-family:var(--font-family--body);
    font-weight:900;
}
.btn.btn-main:hover {
    transform: scale(1.1)
}
.btn.btn-main-secondary {
    background: linear-gradient(270deg, #00337000 0%, #003370 51%, #00337029 100%);
    border:1px solid #E33535;
    color:var(--white);
    font-family:var(--font-family--body);
    font-weight:900;
}
.btn.btn-main-secondary:hover {
    transform: scale(1.1)
}
.btn.btn-border-white {
    border:2px solid var(--white);
    background-color:transparent;
    color:var(--white)
}
.btn.btn-border-white:hover{
    background-color:var(--white);
    color:var(--secondary)
}
.btn-hdr {
  background-color: var(--primary);
  padding: 4px 17px;
  color: var(--primary);
}
.btn-hdr:hover,
.btn-hdr a:hover {
  background-color: var(--secondary);
  color: var(--primary);
  cursor: pointer;
}

/****FONTS*****/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: var(--margin-bottom--title);
  margin-top: var(--margin-top--title);
  text-wrap: balance;
}
.h1-style {
  font-size: var(--font-size--h1);
  font-weight: var(--font-weight--h1);
  font-family: var(--font-family--h1);
}
.h2-style {
  font-size: var(--font-size--h2);
  font-weight: var(--font-weight--h2);
  font-family: var(--font-family--h2);
}
.h3-style {
  font-size: var(--font-size--h3);
  font-weight: var(--font-weight--h3);
  font-family: var(--font-family--h3);
}
.h4-style {
  font-size: var(--font-size--h4);
  font-weight: var(--font-weight--h4);
  font-family: var(--font-family--h4);
}
.h5-style {
  font-size: var(--font-size--h5);
  font-weight: var(--font-weight--h5);
  font-family: var(--font-family--h5);
}
.h6-style {
  font-size: var(--font-size--h6);
  font-weight: var(--font-weight--h6);
  font-family: var(--font-family--h6);
}
a {
  color: var(--primary);
  transition: 0.3s ease;
  text-decoration: none;
}
.p-style {
  margin-bottom: var(--margin-bottom--p);
}
.textalign-center {
  text-align: center;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/***HR***/
.hr-primary {
    background-color:var(--primary);
    margin: 10px auto;
    height: 3px;
}
.hr-secondary {
    background-color:var(--secondary);
    margin: 10px auto;
    height: 3px;
}
.red-gradient{
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(227, 53, 53, 1) 10%, rgba(227, 53, 53, 1) 90%, rgba(255, 255, 255, 0) 100%);
	margin: 10px auto;
    height: 3px;
}

/**toggle**/
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none !important;
  counter-increment: none !important;
  list-style-type: none !important;
}

summary:hover {
  cursor: pointer;
}
.faq-sctn summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 4px;
}
.faq-sctn summary::after {
  content: "+";
  font-size: 32px;
  line-height: 7px;
  color: var(--secondary);
  font-weight: 400;
  height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-sctn details[open] > summary::after {
  content: "-";
}
.faq-sctn details {
  border-bottom: 2px solid var(--secondary);
  margin-bottom: 10px;
  padding-bottom: 6px;
  width: 100%;
}

/*---Header---*/
.hamb-bars summary::marker {content: "☰";}
.hamb-bars[open] summary::marker {content: "✕";}
.hdr-main {position: absolute;width: 100%;padding: 10px 3%;display: flex;justify-content: center;z-index: 1000;}
.hdr-wrp {width: 100%;display: flex;align-items: center;max-width: 1436px;flex-wrap: wrap;}
.menu {list-style: none;margin: 0;}
header .menu li a {color: white;}
.mobile_menu input[type="checkbox"] {display: none;}
.spt-mn {width: 100%;}
.spt-mn hr {margin-top: 5px;margin-bottom: 5px;border: 0;background-repeat: no-repeat;}
.phn-mn a {font-weight: bold;}
.phn-mn {border-left: 1px solid var(--white);padding-left: 18px;}
.menu .menu2-itm a {font-size: clamp(20px, 2vw, 24px);}
.menu li {position: relative;}
.sub-menu li a {color: var(--secondary);font-size: 14px;font-weight: normal;}
.sub-menu li a:hover {color: var(--primary);}
.sub-menu > li {border-bottom: 2px solid var(--primary);padding: 4px 15px;}
header .menu {align-items: center;margin-left: auto;justify-content: space-between;column-gap: 15px;display: flex;flex-wrap: wrap;max-width: 572px;}
.menu-spt {width: 100%;}
.menu-spt hr {margin-top: 10px;margin-bottom: 10px;background-repeat: no-repeat;}
.menu-2 {font-weight: bold;font-size: 19px;line-height: 1.1;}
.hdr-col1 {display: flex;gap: 14px;align-items: center;width: 22%;}
.site_logo {max-width: 250px;}
ul.sub-menu {overflow: visible;}
.menu .sub-menu .sub-menu {left: 100%;top: 32px;}
.menu li:hover .sub-menu > li,
.menu .sub-menu li:hover .sub-menu {display: block;}
.menu .sub-menu li .sub-menu,
.sub-menu > li {display: none;}
li.btn-hdr a {color: var(--white);}
.btn-hdr.btn-hdr-2 {background-color: var(--secondary);}
header .menu li a {font-size: 16px;}
header .menu li.menu-2 a {font-size: 17px;}
li.btn-hdr.btn-hdr-2 a {color: var(--primary);font-weight: bold;}
header .site_logo img {max-width: 200px;}
.menu .btn-mn > a {background-color: var(--secondary);color: var(--white);display: flex;padding: 8px 16px;border-radius: 50px;}
header .btn-mn.btn-mn-2 > a {background-color: var(--primary);color: var(--secondary);font-weight: bold;}
.hdr-col2 .hamb-menu {display: flex;align-items: center;gap: 20px;}
header hr.red-gradient {width: 100%;}
header a.btn.btn-main {flex-wrap: wrap;gap: 0;line-height: 1.1;padding: 10px 18px;}
header a.btn.btn-main .span1 {font-size: 15px;font-weight: 400;border-bottom: 1px solid white;width: 100%;padding-bottom: 5px;}
header a.btn.btn-main .span2 {font-size: 30px;font-weight: 400;padding-top: 5px;}
header .menu .sub-menu li a {color: black;font-size: 13px;}
header .menu .sub-menu li {line-height: 1;padding: 0 12px 5px;}
.sub-menu .menu-item-has-children::after {right: 7px;}
.spt-mn hr{border:0;background:none}
@media (min-width: 1025px) {
.top-hdr {display: none;}
.sub-menu {opacity: 0;position: absolute;margin-left: 0;width: auto;list-style: none;display: flex;flex-direction: column;width: 100%;z-index: 1;transition: all 0.3s ease-out;height: 0;overflow: hidden;min-width: 240px;top: 100%;}
.menu li:hover .sub-menu {opacity: 1;background-color: var(--white);transition: all 0.3s ease-out;height: auto;}
.menu-item-has-children::after {content: "›";color: var(--primary);transform: rotate(90deg);position: absolute;font-size: 20px;line-height: 15px;text-align: center;right: 0;top: 5px;}
.menu-item-has-children {padding-right: 17px;}
.hamb-bars summary {display: none;}
.hdr-col2 {width: 70%;flex-grow: 1;display: flex;justify-content: flex-end;align-items: center;}
.menu .sub-menu li:hover .sub-menu{
    top:0
}
}
@media (max-width: 1200px) {
header a.btn.btn-main {max-width: 222px;}
}
header *{
    box-sizing:border-box
}
@media(max-width:1024px){
    header .hamb-menu details:has(.sub-menu)>summary::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 18px;
        font-weight: 800;
        color: var(--primary);
    }
    header .hamb-menu details[open]:has(.sub-menu)>summary::after{
        content:"-"
    }
    header .menu > li{
        width:100%;
        max-width: 100%;
        margin: 0;
        left: 0;
    }
    header .menu > li>*{
        min-height:24px
    }
    header .menu .sub-menu li{
        padding-top:8px;
        padding-bottom:8px
    }
    header .hamb-menu details .sub-menu li a{
        font-size:14px
    }
    header .hamb-menu details .sub-menu li:last-child{
        border-bottom:none
    }
	#menu-main-menu>.menu-item{
    order:4
}
header #menu-item-8051{
    order:1!important
}
header #menu-item-8432{
    order:2!important
}
header #menu-item-9560 {
    order:3!important
}

.brg_mn {display: flex;flex-direction: column;width: 35px;height: 30px;justify-content: space-between;cursor: pointer;}
.brg_mn > span {width: 100%;height: 4px;background-color: var(--secondary);}
.menu_tgl {position: absolute;background-color: var(--dark-blue);width: 0;height: auto;top: 100%;padding: 0;overflow-y: scroll;left: 100%;transition: all 0.3s ease-out;visibility: hidden;background-color: var(--white);}
.hdr-col2 {display: flex;justify-content: flex-end;}
.mobile_menu:has(> input:checked) .menu_tgl {left: 0;transition: all 0.3s ease-out;visibility: visible;width: 100%;box-shadow: 0 6px 19px 3px rgba(0, 0, 0, 0.25);}
.spt-mn {display: none;}
.menu_tgl .menu li a {color: var(--primary);}
header .menu_tgl .menu {flex-direction: column;}
.menu_tgl .menu li a {font-size: 19px;}
.menu_tgl .menu li {padding: 5px 20px;border-bottom: 2px solid var(--primary);}
.menu_tgl .menu li:last-child {border: 0;}
.hdr-wrp {align-items: center;}
.hdr-main {padding-bottom: 15px;padding-top: 15px;position: relative;box-shadow: 0 10px 11px 0px rgba(0, 0, 0, 0.12);padding-left: 5%;padding-right: 5%;z-index: 10000;overflow: visible;background: var(--secondary);}
header .menu_tgl .menu {max-width: none;}
.btn-red,
.menu-spt {display: none;}
.menu_tgl .menu li {width: 100%;min-height: 36px;}
.menu summary {display: flex;justify-content: space-between;align-items: center;}
header .menu_tgl .menu li a {font-size: 16px !important;font-weight: bold !important;line-height: 1.2 !important;}
.menu ul.sub-menu {margin-left: 0;list-style: none;margin-bottom: 3px;}
.menu_tgl .sub-menu li {border-bottom: 0;}
header .menu_tgl .sub-menu li a {color: var(--secondary);font-weight: normal !important;}
details[open] > summary:after {content:'-';}
.hdr-col2 {flex-grow: 1;}
.hdr-col1 {padding-top: 0;width: auto;}
.btn-hdr {display: none;}
.hamb-bars summary {font-size: 32px;}
.hamb-menu {position: absolute;background-color: var(--white);box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.25);left: 0;width: 100%;top:100%;max-height: 60vh;overflow: scroll;}
header .menu {flex-direction: column;text-align: left;align-items: flex-start;max-width: none;}
header .menu > li {border-bottom: 2px solid var(--secondary);width: 100%;padding: 7px 12px;}
.btn-mn {display: none;}
.hamb-bars>summary::marker {content: '';}
header .hamb-bars[open]>summary::marker {content: '';}
.hamb-bars>summary::-webkit-details-marker {display: none;}
.hamb-bars>summary {list-style: none!important; counter-increment: none!important;list-style-type: none!important;}
.hamb-bars summary {position: relative;color: white;}
header .hamb-bars>summary::after {content: '☰';}
header .hamb-bars[open]>summary::after {content: '✕';}
header hr.red-gradient {display: none;}
.hdr-col2 .hamb-menu>div {width: 100%;}
.hdr-col2 .hamb-menu {flex-wrap: wrap;}
header .menu li a {color: black;}
header .menu li.menu-2 a {font-size: 16px;font-weight: 400;}
header a.btn.btn-main {display: none;}
.top-hdr {
    position:fixed;
    bottom:20px;
    width:90%;
    max-width:500px;
    background-color: var(--secondary);
    z-index: 9999;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px 0 #00000078;
}
.top-hdr > div{
    flex-grow:1;
}
.top-hdr a{
    color:var(--white);
    font-weight: 700;
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.top-hdr a:hover{
    transform:scale(1.1)
}
.top-hdr a span{
    font-size:14px
}
.top-hdr a svg{
    width: 20px;
    fill:var(--primary);
}
.top-hdr .ctc-btn{
    border-right:2px solid var(--white);
    border-left:2px solid var(--white)
}
}

/*Sticky Header*/
header.scrolled {
  position: fixed;
  top: 0;
  z-index: 99999 !important;
  box-shadow: 0 0 20px 0 #00000017;
}

/*Blog shortcode*/
.recent-post-list-tle {
  list-style: none;
  margin: 0;
}
.recent-post-list-tle > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.recent-post-list-tle h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}
.recent-post-list-tle > li > svg {
  fill: var(--secondary);
}
.recent-post-list {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 68px;
}
.recent-post-list > li {
  display: flex;
  flex-direction: column;
}
.recent-post-list .text {
  order: 1;
  background-color: var(--light-gray);
  padding: 20px;
}
.recent-post-list .featured-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.recent-post-list .text h4 {
  font-size: 16px;
  margin-bottom: 13px;
}
.recent-post-list .text .read-more {
  color: var(--secondary);
  font-weight: bold;
}
.recent-post-list .text h4 > a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle > li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .recent-post-list {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .recent-post-list .text h4 {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .recent-post-list-tle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .recent-post-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/***INTERNAL TOP BANNER***/
.internalbanner {
  padding-top: 172px;
  background: linear-gradient(90deg, #050016 0%, #0c264c 74%);
  padding-bottom: 72px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.internalbanner .maintitle {
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
  font-size: var(--font-size--h2);
}
.internalbanner hr {
  height: 4px;
  background-color: var(--secondary);
  width: 50%;
  margin-top: 16px;
  margin-bottom: 0;
}
.internalbanner .inner-col {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
}
@media (max-width: 800px) {
  .internalbanner {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}

/**Posts***/
.single-post h1 {
  font-size: clamp(22px, 3vw, 32px) !important;
}
.single-post h2 {
  font-size: clamp(22px, 2.4vw, 26px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h4 {
  font-size: 18px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post .site-content {
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .site-content .section {
  max-width: 1200px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.single-post .all-post {
  padding-top: clamp(32px, 4%, 72px);
}
.single-post .post-card {
  padding-bottom: clamp(32px, 4%, 72px);
}
.single-post .related-post {
  padding-bottom: clamp(32px, 4%, 72px);
}
.single-post .related-post h3 {
  width: 100%;
}
@media (max-width: 600px) {
  .recent-post-list > li {
    width: 100%;
  }
  .recent-post-list {
    flex-wrap: wrap;
  }
  .single-post .related-post h3 {
    text-align: center;
    margin-bottom: 0;
  }
}
.single-post .post-card .post-content {
    padding-left:0;
    padding-top:calc(3% + 52px)
}
.single-post  .recent-post-list {
    flex-wrap: wrap;
    width: 100%;
}
.single-post .recent-post-list > li {
    border-radius: 20px;
    overflow: hidden;
    max-width: 364px
}
.single-post .recent-post-list img {
    aspect-ratio: 5 / 3
}
.single-post .featured-image {
    margin-top: 0
}
.single-post .subtitle a {
    font-family: var(--font-family--h1);
    font-weight: 400!important;
    font-size: clamp(16px, 2vw, 22px);
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary)
}
.single-post .recent-post-list .text {
    background-color: var(--light-secondary)
}
.single-post .recent-post-list .post-content {
    padding-left: 0;
}
.single-post .recent-post-list .text {
    height: 100%
}
.single-post .recent-post-list {
  gap: 32px;
}
@media(min-width:501px) {
    .single-post .recent-post-list > li {
        width:calc(33.33% - 32px);
        flex-grow: 1;
    }
}
@media(max-width: 500px) {
    .single-post .recent-post-list > li {
        width:100%
    }
    .single-post  .recent-post-list{
        justify-content:center;
        margin-top:20px
    }
}

/***FOOTER***/
footer{
  color:var(--white)
}
.ftr-main {
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
  padding-bottom: 32px;
  padding-top: clamp(32px, 6%, 100px);
}
.ftr-wrp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1436px;
  border-top: 2px solid var(--white);
}
footer .ftr-wrp {
  padding-top: 32px
}
footer .menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-left: 2px solid var(--secondary);
  padding-left: 25px;
}
footer .menu > li {
  padding: 6px 0;
}
footer .menu > li > a {
  font-family: var(--font-family--h1);
  font-size: 17px;
}
footer .menu > li > a {
  color: var(--secondary);
}
footer .ftrcol-1 {
  display: flex;
  align-items: center;
}
footer .ftr-wrp p{
  margin-bottom:8px
}
footer .title{
  margin-bottom:8px
}
footer .ftr-wrp p a{
  color:var(--white)
}
footer .ftr-wrp .btn{
  font-family:var(--font-family--body);
  width:100%;
  font-weight:600
}
.copy-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1436px;
  margin-right: auto;
  margin-left: auto;
}
.copy-txt .ftr-wrp{
  gap:8px;
  padding: 13px 0;
}
.copy-txt p {
  margin: 0;
  color: var(--white);
  font-size: clamp(12px, 1.2vw, 16px);
}
.copy-txt p a {
  color: var(--white);
}
.copy-txt > div > div {
  width: 100%;
  max-width: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.site-footer {
  box-shadow: -17px -1px 10px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
footer .form-col{
  background-color:var(--white);
  border-radius:20px;
}
footer .text-col{
  width:100%;
  padding-top: 40px;
}
footer .text-col p{
  font-size: clamp(11px, 1vw, 14px);
}
footer .maintitle{
  margin-bottom:8px
}
footer .sp-main {
  font-size:clamp(25px, 3vw, 45px)
}
footer hr.red-gradient{
  margin-bottom:32px
}
.site-footer a:hover{
    color:var(--primary)
}
.footer-internal .maintitle{
    margin-bottom: 32px;
    text-align:center
}
.footer-internal .maintitle-col{
	width:100%
}
footer.footer-internal .sp-main{
	display:block;
}
footer .ftrcol-1{
    flex-wrap:wrap
}
footer .social {
    width:100%;
    display:flex;
    gap:8px;
	padding-top:8px
}
footer .social a{
    background-color:var(--white);
    border-radius:50%;
    padding:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:46px;
    height:46px
}
footer .social svg{
    fill:var(--secondary);
    width:30px;
    height:30px
}
@media(min-width:1025px){
  footer .ftrcol-1 {
    width: 30%;
    padding-right: 4%;
  }
  footer .ftrcol-2::after{
    content: "";
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    top:0;
    margin:auto;
    background-color: var(--white);
  }
  footer .ftrcol-2,
  footer .ftrcol-3,
  footer .ftrcol-4 {
    width: 23%;
  }
}
@media(min-width:801px){
  .site-footer {
    background-image:url(/wp-content/uploads/2025/10/footer-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
  }
  footer .title-col{
    width:50%;
    padding-right: 10%;
	display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer .form-col{
    width:50%;
    padding:52px 32px
  }
  footer hr.red-gradient{
    width:85%;
    margin-left:0;
  }
  footer .title-col p{
    margin:0
  }
  footer .ftrcol-4::after{
    content: "";
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    top:0;
    margin:auto;
    background-color: var(--white);
  }
  footer .ftrcol-4 {
    padding-left: 4%;
  }
}
@media(min-width:501px){
  footer .ftrcol-3::after{
    content: "";
    height: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    top:0;
    margin:auto;
    background-color: var(--white);
  }
  footer .ftrcol-2 {
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
  }
  footer .ftrcol-3 {
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
  }
  footer .ftrcol-4 {
    position: relative;
  }
  .site-footer {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media(max-width:1024px){
  footer .ftrcol-1{
    width:100%;
    justify-content:center;
    padding-bottom:20px
  }
  footer .social {
  	justify-content:center
  }
}
@media(max-width:1024px) and (min-width:801px){
  footer .ftrcol-2,
  footer .ftrcol-3,
  footer .ftrcol-4 {
    width: 33%;
  }
}
@media(max-width:800px){
  .site-footer{
    background: linear-gradient(180deg,#003370 0%, #050505 100%);
  }
  footer .title-col{
    width:100%;
    text-align:center
  }
  footer .text-col{
    text-align:center
  }
  footer .form-col{
    width:100%;
    padding:32px 20px
  }
  footer .ftrcol-2,
  footer .ftrcol-3,
  footer .ftrcol-4 {
    width: 50%;
    text-align:center
  }
  footer .ftr-wrp{
    justify-content:center
  }
  footer .ftrcol-4{
    padding-top:20px
  }
  .copy-txt .ftr-wrp{
    justify-content:center;
    text-align:center
  }
  .copy-txt .ftr-wrp p{
    text-wrap:balance
  }
}
@media(max-width:500px){
  footer .ftrcol-2,
  footer .ftrcol-3,
  footer .ftrcol-4 {
    width: 100%;
  }
  footer .ftrcol-3{
    padding-top:20px
  }
  .site-footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/*form*/
footer .form-col legend{
    color:var(--black)!important
}
footer .form-col .col-1 legend,
footer .form-col .col-2 label,
footer .form-col .col-3 label,
footer .form-col .col-4 label{
    display:none
}
footer .form-col .col-1 input,
footer .form-col .col-2 input,
footer .form-col .col-3 input,
footer .form-col textarea{
    border:none!important;
    box-shadow:none!important;
    border-bottom:2px solid var(--secondary)!important;
    border-radius:0!important
}
footer .gform_fields{
    gap:12px!important
}
footer .form-col textarea{
    min-block-size: 72px!important;
    height:72px!important
}
footer .form-col .gfield_checkbox {
    flex-direction:row!important;
    flex-wrap: wrap;
}
footer .form-col .gform-footer {
    margin:0
}
footer .form-col .gform-button{
    background-color:var(--secondary)!important;
    font-weight:700!important;
    text-transform:uppercase!important
}
footer .form-col .col-5 label{
    margin-left:4px
}
footer .form-col .gfield_required{
    color:Var(--primary)
}
footer .form-col .col-5 .gfield_label{
    flex-wrap:nowrap;
    gap:2px
}
footer .form-col .gform_heading{
    display:none!important
}
@media(max-width:639px){
    footer .form-col .gfield_checkbox{
        justify-content:center
    }
    footer .form-col .col-5 .gfield_label{
        margin-right:auto;
        margin-left:auto;
        text-align:center
    }
}