/*
Theme Name: spgg-theme-unsoloplan
Author: Innovación (elias.sanchez@sanpedro.gob.mx)
Author URI: sanpedro.gob.mx
Description: template default spgg 
Version: 1.0
Text Domain: unsoloplan.sanpedro.gob.mx
*/


/* Table of Content
==================================================
1.    Custom fonts
2.    Helpers
3.    Normalize
4.    Media Query's
*/


/* 1. Custom fonts
================================================== */

/*
@font-face {
    font-family: 'fonts_name';
    src: url('../fonts/fonts_name.eot');
    src: url('../fonts/fonts_name.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts_name.woff2') format('woff2'),
         url('../fonts/fonts_name.woff') format('woff'),
         url('../fonts/fonts_name.ttf') format('truetype'),
         url('../fonts/fonts_name.svg#fonts_name') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.wp-block-details summary {
    cursor: pointer;
    outline: none;
}

.wp-block-details[open] .details-content {
    max-height: 500px; /* Ajusta el tamaño máximo que tendrá el contenido al abrir */
    transition: max-height 0.4s ease-in-out;
}

.wp-block-details .details-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

/* 2. Helpers
================================================== */
:root
{   
    /*Branding*/
    --bg-color-black: #000000;
    --bg-color-gray: #F1F1F2;
    --bg-color-blue: #FF595A;
    --bg-color-purple: #B14FC5;
    --bg-color-green: #00B451;
    --bg-color-blue: #2A7DE1;
    --bg-color-orange: #FFAD5F;
    --bg-color-yellow: #FEE032;
    --bg-color-transparent: transparent !important;
    
    /*Typography*/
    --font-default: 'Poppins';
    --font-title: 'Bebas Neue';
}


/* 3. Normalize
================================================== */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
   scroll-behavior: auto;
   scroll-behavior: smooth;
}

body{
	font-family: var(--font-default);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:hover,
a:focus{
	color:#211915;
	text-decoration:none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family: var(--font-title), serif;
	font-weight: 400;
	font-style: normal;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}


/**
 *  Placeholder
 */

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: var(--font-default), sans-serif;
}


/**
 * Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: var(--font-default), sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border-color: #f5f5f5;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #1a1a1a;
	outline: 0;
}
.form-control {
    font-size: 15px !important;
    color: #686868 !important;
    background-color: #f5f5f5 !important;
    background-clip: padding-box;
    border: 1px solid #f5f5f5 !important;
}
.error{
	font-size: 13px;
	color: #e0166c;
}

p{
	font-size: 22px;
	font-family: var(--font-default), sans-serif;
}

/* Button
================================================== */
.btn-dark{
	background-color: #333333;
	border: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	min-width: 222px;
	max-width: 222px;
	height: 71px;
	font-size: 12px;
	text-decoration: none;
}
.btn-dark span{
	color: #fff;
}
.btn-dark:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.btn-dark:hover span{
	background-color: ;
	color: #fff;
}
.btn-black{
	text-decoration: none;
	display: inline-block;
	background-color: #000;
}

.btn-black span,
.btn-black{
	color: #fff;
}

.btn-black:hover{
	box-shadow: inset 0px 0px 0px 1px #000;
	background-color: #fff;
	color: #000;
}
.btn-black:hover span,
.btn-blue:hover{
	background-color: #7190e1;
	color: #fff;
}

.btn-blue{
	font-family: var(--font-default), sans-serif;
	font-weight: 500;
	border-radius: 27px;
	background-color: #3F62E8;
	color: #fff;
	border: none;
	text-decoration: none;
}
.btn-blue span{
	color: #fff;
}

.bdr-radius{
	border-radius: 30px;
}
.card-contacto h3{
	font-size: 65px;
	font-family: var(--font-title), sans-serif;
	color: #193276;
	line-height: 59px;
}
.card-contacto .btn-blue{
	font-size: 24px;
}


.wrap-suscription{
	padding: 60px;
}
.wrap-suscription h4{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}
.wrap-suscription p{
	color: #fff;
}

/* Header
================================================== */
.logo img{
	max-width: 100%;
	width: 106px;
}
.logo .logo-text{
	padding-left: 17px;
	width: 40%;
}
.logo-text h1{
	font-family: var(--font-title), sans-serif;
	color: #4467DF;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 2px;
	text-align: right;
}
.logo-text h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

/*---Menu---*/
.nav-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu{
    text-align: center;
    margin: 0;
    padding: 0;
}
.nav-menu li{
	margin: 0 20px;
}
.nav-menu li a{
    display: block;
    padding: 0px;
    font-size: 19px;
    text-decoration: none;
    color: #1C3372;
    font-family: var(--font-default), sans-serif;
    font-weight: 600;
}
.nav-menu li a:hover{
    color: #5e5d5d;
}
.sub-menu {
    text-align: left;
    background: #ffffffe3;
    z-index: 100;
    min-width: 200px;
    border: 0;
    padding: 0px 0px 20px;
    border-radius: 0;
    border-bottom: 5px solid #000;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
    margin-top: 0;
}
.nav-menu ul.sub-menu {
    list-style: none;
    z-index: 101;
    position: absolute;
    display: none;
    margin-top: 0px;
    margin-left: 0px;
}
.nav-menu ul.sub-menu li a{
	font-size: 16px;
	text-align: left;
    display: block;
    padding: 9px 20px;
}
.nav-menu li:hover > ul.sub-menu {
    display: block;
}

ul.nav-menu>li>a {
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.nav-menu>li:hover>a:before,
ul.nav-menu>li.active>a:before {
    border-color: #C91F31;
}
ul.nav-menu>li:hover>a:before, ul.nav-menu>li.active>a:before {
    border-color: #2d3559;
    opacity: 1;
    transform: scale(1) translateZ(0);
}
ul.nav-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid #0000;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.menu-item-has-children>a:after {
    padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f107";
    vertical-align: middle;
    font-size: 13px;
}

/*--Tercer nivel--*/
.menu-item-has-children .menu-item-has-children{
	position: relative;
}
.menu-item-has-children .menu-item-has-children > a:after{
	padding-left: 6px;
    font-family: FontAwesome!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 0;
}  
.sub-menu ul.sub-menu {
    left: 180px;
    top: 0;
}

/*---End menu---*/

/* content
================================================== */

/* slider */
/*#carouselSpgg .carousel-indicators{
	border: 1px solid #F2F2F2;
    align-items: center;
	padding: 5px;
	position: initial;
	margin: 0;
}
#carouselSpgg  .carousel-indicators [data-bs-target] {
	border-radius: 30px;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 1px solid #333 !important;
}
#carouselSpgg .carousel-control-prev,
#carouselSpgg .carousel-control-next{
	position: initial;
	width: initial;
	border: 1px solid #F2F2F2;
	padding: 10px;
	margin: 0 10px;
}
#carouselSpgg .carousel-control-prev i,
#carouselSpgg .carousel-control-next i{
	color: #333333;
	font-size: 13px;
}*/

/*--Video--*/
.img-video{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.video-item{
	background-color: #1C3371;
}
.bg-primary-blue{
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   z-index: 2;
   background-color: rgba(63, 98, 232, 0.13);
}

.hosted-video{
   position: relative;
   z-index: 8;
   box-shadow: 0 6px 20px rgb(0 0 0 / 6%);
}

.hosted-video.active .video-object{
   visibility: visible !important;
}
.hosted-video.active .bg-primary-red{
   background-color: transparent;
}
.hosted-video.active:hover .bg-primary-blue{
   background-color: rgba(63, 98, 232, 0.40);
}
.hosted-video.active .icon_btn-play{
   opacity: 0;
}
.hosted-video.active:hover .icon_btn-play{
   opacity: 1;
}
.hosted-video.active #fullscreenbtn{
   opacity: 1;
   z-index: 3;
}

.video_body, .hosted-video_img{
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: center;
   object-position: center;
   z-index: -1;
}
.hosted-video_img{
   z-index: 1;
   position: relative;
   width: 100%;
}
.video_body{
   position: absolute;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   padding: 26px 40px 35px 41px;
   z-index: 3;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.video-object{
   background-color: #000;
   margin: auto;
   z-index: 1;
   left: 0;
   top: 0;
   bottom: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   visibility: hidden;
}

#fullscreenbtn{
   opacity: 0.3;
   color: #fff;
   background-color: transparent;
   border: none;
   position: absolute;
   bottom: 5px;
   right: 5px;
   z-index: 2;
   font-size: 20px;
}

.icon_btn-play {
   margin: auto!important;
   cursor: pointer;
   font-size: 16px!important;
   border: none;
   background-color: #3F62E8;
   display: inline-block;
   border-radius: 50%;
   color: #38d4b9;
   position: relative;
   /*z-index: 3;*/
   width: 68px;
   height: 68px;
}

.icon_btn-play:hover {
    color: #38d4b9;
}

.icon_btn-play i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.icon_btn-play > .before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    opacity: .1;
}

.icon_btn-play > .after,
.icon_btn-play > .before {
   background-color: #fff;
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 50%;
   z-index: -1;
}
.icon_btn-play > .before {
    top: -33px;
    left: -33px;
    right: -33px;
    bottom: -33px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.icon_btn-play > .after {
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    opacity: .2;
}

/* pulse wave */
.icon_btn-play:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2);
    opacity: 0;
    box-shadow: none;

  }
}
/*--Fin video--*/

.text-slider{
	margin-left: auto;
	width: 73%;
	padding: 10px 25px;
}
.text-slider a{
	text-decoration: none;
}

.text-slider h4{
	line-height: 60px;
    padding-top: 86px;
    font-size: 62px;
    color: #fff;
}
.text-slider button{
	font-family: var(--font-default), sans-serif;
	font-weight: 400;
	margin-top: 38px;
	width: 71%;
	border-radius: 38px;
	text-transform: uppercase;
	font-size: 24px;
	padding: 13px 28px;
	background-color: #3F62E8;
}
.img-slider{
	-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.bg-gray{
	background-color: #FBFBFB;
}
.shadow{
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
	-moz-box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
	box-shadow: 0px 0px 22px -9px rgba(168,168,168,1);
}


.unsppg h3{
	font-family: var(--font-default), sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #1A4A83;
	padding-bottom: 15px;
}
.unsppg p{
	font-family: var(--font-default), sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #173274;
}
.mt-80{
	margin-top: 80px !important;
}
.py-50{
	padding: 50px 0;
}
.bg-blue{
	background-color: #193276;
}
.title-blog{
	text-align: center;
	font-family: var(--font-title), sans-serif;
	font-size: 67px;
	color: #fff;
}
.content-nota{
	height: 100%;
	border-radius: 8px;
	padding: 30px;
	background-color: #fff;
}
.content-nota h3{
	font-family: var(--font-default), sans-serif;
	font-weight: 600;
	font-size: 34px;
	color: #000;
}
.content-nota p{
	font-family: var(--font-default), sans-serif;
	font-size: 17px;
	font-weight: 400;
}
.content-nota span{
	font-family: var(--font-default), sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #0a58ca;
}
.video-spgg{
	width: 100%;
	height: 800px;
}
.pmd-page .position-absolute{
	left: 10%;
	bottom: 0;
}
.title-ejes{
	color: #4163e8;
    font-size: 53px;
}

/*breadcrumbs*/
.wrapper-breadcrumbs{
	border-top: 1px solid #e6e1e1;
}
.breadcrumbs{
	margin: 0;
	padding: 0;
}
.breadcrumbs li{
	margin: 0 5px;
	display: inline-block;
}
.breadcrumbs li a{
	text-decoration: none;
	color: #BDBDBD;
}


/* Single
================================================== */
.wp-block-group{
	margin-bottom: 60px;
}

/* Contacto
================================================== */
#contacto #map{
	width: 100%;
	height: 435px;
}
#contacto p{
	font-size: 16px;
}
#form-contacto input[type="text"], 
#form-contacto input[type="email"],
#form-contacto select{
	padding-left: 20px;
	font-size: 15px !important;
	border: none;
	background-color:#f5f5f5;
	height: 38px;
	border-radius:0 !important;
	color: #686868 !important;
}
#form-contacto select{
	width: 100%;
}
#form-contacto textarea{
	font-size: 13px;
	border: none;
	background-color:#f5f5f5;
	height: 212px;
	border-radius:0 !important;
}
#form-contacto label{
	font-size: 15px;
	display: block;
	margin-bottom: 4px;
}
.tooltip-info{
	cursor: pointer;
    font-size: 20px;
    top: 5px;
    right: 12px;
}

/* Category
================================================== */
.item-category h3{
	font-family: Arial;
	font-weight: normal;
	font-size: 40px;
	color: #BDBDBD;
}
.item-category p{
	color: #000;
	font-size: 16px;
}

/* Single
================================================== */
.wrapper-single p{
	font-size: 16px;
}
.wrapper-single h3 span{
	font-size: 14px;
}

.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(111, 111, 111, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #69d0b6;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #69d0b6;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}


/* Single
================================================== */
.form-general label.d-block{
	font-family: var(--font-default), sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #3c5ef1;
}
.form-general label strong{
	font-size:20px;
	font-weight: 600 !important;
}


/* Footer
================================================== */
.h3 h2{
    text-align: left;
    font-weight: normal;
}
footer{
    padding-top: 5rem;
    background-color: #000;
}

footer h5{
    margin-bottom: 20px;
}
.wrapper-footer{
    border-bottom: 1px solid rgba(194, 222, 255, .4);
    padding-bottom: 55px;
}
.content-links{
    text-align: right;
}
.content-links h5{
    color: rgb(194, 222, 255);
    font-size: 14px;
    font-family: var(--font-default), sans-serif;
    line-height: 20px;
}
#num-contacto, 
#direccion,
#links{
    margin: 0;
    padding: 0;
}
#num-contacto li,
#direccion li{
    margin-bottom: 25px;
    list-style: none;
}

#links li{
    margin-bottom: 10px;
    list-style: none;
}

#num-contacto li h5,
#direccion li h5{
    color: rgb(194, 222, 255);
    font-family: var(--font-default), sans-serif;
    font-size: 14px;
    line-height: 20px;
}
#num-contacto li a, 
#direccion li a{
    text-decoration: none;
}
#num-contacto li a{
    cursor: pointer;
    text-align: left;
    font-size: 32px;
    font-family: var(--font-title), serif;
    font-weight: 400;
	font-style: normal;
    line-height: 40px;
    color: #fff;
}
#direccion li a{
	color: #fff;
}
#links li a{
	font-size: 19px;
    font-family: var(--font-title), serif;
}

#num-contacto li a:hover, 
#direccion li a:hover,
#links li a:hover{
    opacity: .6;
}

#links li a{
    text-decoration: none;
    color: #fff;
}

.copyright-social{
    padding: 50px 0 20px;
}
.copyright-social p{
    color: #fff;
    font-size: 15px;
    font-family: var(--font-default), sans-serif;
    line-height: 24px;
}
#copyright-links{
    margin: 0;
    padding: 0;
}
#copyright-links li{
    display: inline-block;
}
#copyright-links li a{ 
    text-decoration: none;
    padding-right: 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

#social-links{
    text-align: right;
}
#social-links li{
    display: inline-block;
}
#social-links li i{
    font-size: 20px;
    color: #fff;
}
#social-links li a{
    padding-left: 35px;
    color: #fff;
}
#social-links li a:hover i{
    color: #999 !important;
}

/* 4. Media Query's
================================================== */

	/*---  >= 1399px ---*/
	@media screen and (min-width: 2149px){ /* >= @screen-lg */
	    .content-video{
	    	margin: 0 auto;
	    	max-width: 2150px;
	    }
	}

	/*---  >= 1399px ---*/
	@media screen and (max-width: 1399px){ /* >= @screen-lg */
	    .text-slider {
		    width: 76%;
		}
	}

	/*--- <= 1999px ---*/ 
	@media screen and (max-width: 1199px){ /*< = @screen-lg*/
		.text-slider {
		    width: 95%;
		}
		.text-slider h4 {
		    line-height: 51px;
		    padding-top: 60px;
		    font-size: 54px;
		}
		.text-slider button {
		    margin-top: 20px;
		    font-size: 24px;
		    padding: 10px 28px;
		}
		.vinculacion .wp-block-column {
			flex-basis: 50% !important;
		}
	}


	/*---  >= 1999px ---*/
	@media screen and (min-width: 1199px){ /* >= @screen-lg */
	    .sin-padding-lg{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	
	/*--- >= 992px and <= 1999px ---*/ 
	@media (min-width: 992px) and (max-width: 1199px){
	    .sin-padding-md{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--- >= 992px ---*/ 
	@media screen and (min-width: 992px){ /* >= @screen-md*/

	}

	/*--- =< 991px ---*/ 
    @media screen and (min-width: 991px){ /* >= @screen-md*/
    	.navbar-style button {
            display: none;
        }
        #nav-menu-tag li{
        	display: block;
        }

    }

	/*--- <= 991px ---*/ 
	@media screen and (max-width: 991px){ /*< = device until 991px */
		.sin-padding-nav{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }

	    .navbar-toggler:hover,
	    .navbar-toggler:focus{
	    	background-color: transparent;
	    }
	    .navbar-toggler i {
		    transition: transform 0.3s ease, opacity 0.3s ease;
		    display: inline-block;
		    font-size: 25px;
		    color: #3f62e8;
		}

		.navbar-toggler[aria-expanded="true"] .fa-bars {
		    transform: rotate(45deg);
		    opacity: 0;
		}

		.navbar-toggler[aria-expanded="true"]::before {
		    content: "\f00d"; 
		    font-family: "Font Awesome 6 Free"; 
		    font-weight: 900;
		    position: absolute;
		    opacity: 1;
		    font-size: 25px;
		    color: #3f62e8;
		    transform: rotate(0);
		    transition: transform 0.3s ease, opacity 0.3s ease;
		}

		.navbar-toggler[aria-expanded="false"]::before {
		    opacity: 0;
		    transform: rotate(-45deg);
		}

        .navbar{
            padding: 0 !important;
        }
        .navbar-style{
        	right: 28px;
        	top: 22px;
        	z-index: 10;
        }
        .sub-menu{
        	position: initial !important;
        	box-shadow: none;
        	border-bottom: 0;
        	padding-bottom: 5px;
        }
        .sub-menu li{
        	border-bottom: 1px solid #ccc;
        }
        #nav-menu-tag li a{
        	padding-bottom: 13px;
        	font-size: 20px;
        	text-align: left;
        }
        .nav-menu{
        	text-align: left;
        }

		ul.nav-menu li.active>ul {
			display: block !important;
		}
		.sub-menu ul.sub-menu li{
		    padding-left: 22px;
		}
		ul.nav-menu>li>a:before {
		    border-bottom: 1px solid #ccc;
		    transform: scale(0) translateZ(0);
		    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
		    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
		    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
		    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
		    transition: transform 0.45s ease, opacity 0.55s ease;
		}

		.logo a {
		    width: 40%;
		}
		.logo .logo-text {
		    padding-left: 17px;
		    width: 50%;
		}

		#menu-principal{
			padding-top: 14px;
			background-color: #efefef;
		}
		.nav-menu li a {
		    font-size: 16px;
		}

		/*Slider*/
		.text-slider h4 {
			line-height: 37px;
			padding-top: 26px;
			font-size: 35px;
		}
		.text-slider button {
			margin-top: 20px;
			font-size: 15px;
			padding: 9px 21px;
		}

		/*unsolospgg*/
		.unsppg h3 {
		    font-size: 30px;
		}
		.unsppg p {
		    font-size: 19px;
		}
	}

	/*--- >= 767px ---*/ 
	@media (min-width: 767px){ /* >= @screen-xs*/
	    .hide-more-xs{
	        display: none;
	    }
	}
	/*--->= 768px and <= 991px---*/
	@media (min-width: 768px) and (max-width: 991px){ /* <= device between 768px and 991px*/
	    .sin-padding-sm{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--- <= 767px ---*/ 
	@media screen and (max-width: 767px){ /* <= device until 767*/
	    .sin-padding-xs{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	}

	/*--->= 600px and <= 767px---*/
	@media (min-width: 600px) and (max-width: 767px) { /* <= device between 600px and 767px*/
		.hidden-more-600{
			display:none !important;
		}

	}

	/*--- <= 599px ---*/ 
	@media screen and (max-width: 599px){ /* <= device less 599px*/
	    .sin-padding-xs{
	        padding-left:0 !important;
	        padding-right:0 !important;
	    }
	    .hidden-less-600{
	        display:none !important;
	    }
		.text-slider {
			padding: 20px 25px;
			text-align: center;
			width: 100%;
		}
		.text-slider h4 {
	        line-height: 37px;
	        padding-top: 10px;
	        font-size: 35px;
	    }

	    .content-nota h3 {
		    font-size: 21px;
		}
		.content-nota p {
		    font-size: 21px;
		}
		.video-spgg {
		    width: 100%;
		    height: 265px;
		}
		.card-contacto h3 {
			text-align: center;
		    font-size: 40px;
		    line-height: 43px;
		    padding-bottom: 20px;
		}
		.card-contacto img{
			width: 95px;
		}
		.card-contacto .btn-blue {
		    font-size: 18px;
		}
		.breadcrumbs {
		    padding: 0 20px;
		}

		/*que es el pmd*/
		.pmd-page .position-absolute {
		    width: 69%;
		    left: 0;
		    right: 0;
		    margin: auto;
		    bottom: 0;
		}
		.pmd-page h2{
			font-size: 50px !important;
		}
		.pmd-page h2.has-verde-color{
			font-size: 70px !important;
		}

		/*Footer*/
		#num-contacto li{
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		#num-contacto li a {
		    font-size: 25px;
		}
		#num-contacto li h5{
			margin: 0;
		}
		#num-contacto, #direccion, #links {
			text-align: center;
		    border-bottom:1px solid rgba(194, 222, 255, .4);
		    margin: 0px 0 30px;
		}
		.content-links {
		    text-align: center;
		}
		.logo-spgg{
			display: none;
		}
		.wrapper-footer {
		    border-bottom: none;
		    padding-bottom: 0;
		}
		#social-links {
			padding: 0;
			margin: 0 0 20px;
		    text-align: center;
		}
		#social-links a{
		    padding-left: initial !important;
		    margin: 10px 10px;
		}
		.copyright-social {
		    padding: 0px 0 20px;
		}

		.copyright-social p {
		    font-size: 13px;
		    margin: 0;
		}

		#copyright-links li a {
		    padding-right: initial !important;
		    font-size: 13px;
		    line-height: 16px;
		}
		footer{
		    padding-top: 2rem;
		}
	}

	/*--- <= 320px ---*/ 
	@media screen and (max-width: 320px){ /* <= device less 320px*/

	}

	/*utilities*/
	@media (min-width: 992px){ /* <= device more 992px*/
	    .hidden-less-992{
	        display:none !important;
	    }
	    .hidden-more-992{
	        display:none !important;
	    }
	}
	@media (min-width: 600px){ /* <= device more 600px*/

	}

	/*Iphone(landscape) and device with less 767*/
	@media (max-width:767px) and (orientation:landscape){

	}
