/*
Theme Name: Bootstrap Basic4
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.
*/

/* ==============================
   Required WordPress CSS
   ============================== */
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.herogradient {
    background: linear-gradient(90deg, #0404FC, #11C3BD, #11C3BD, #0404FC, #11C3BD);
    background-size: 500% 500%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* ==============================
   WordPress Gallery
   ============================== */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	/* Se ha eliminado la regla vacía inicial */
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.sticky {
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* ==============================
   Textos para Screen Readers
   ============================== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==============================
   Otras Reglas de WordPress
   ============================== */
.entry-title {
	display: none;
}
.single-post .entry-title {
	display: inline;
}
.vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.content-area {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

header[role="banner"],
header {
	display: none !important;
}
#main .post .entry-header .entry-meta {
	color: #608790 !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	font-family: 'medium' !important;
	line-height: 50px !important;
}
.single-post header {
    display: inherit !important;
    text-align: center !important;
    margin: 20px 35px !important;
}
.single-post .entry-content {
    max-width: 1050px;
    margin: 20px auto;
    text-align: center;
    column-count: 2;
}
.single-post .entry-content p {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.single-post .entry-content img {
	margin: 30px auto;
}
.ssba-share-text {
	display: none;
}
.comments-area,
footer.entry-meta {
	display: none !important;
}
.single-post #main {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: calc(100% - 100px);
	border: solid 2px;
	border-top: 0px;
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 100px;
}
.entry-header h1 {
	opacity: 0;
}
.single-post .entry-header h1 {
	opacity: 1;
	font-family: 'serif';
	font-size: 90px !important;
	text-align: center;
	line-height: 80px;
}
#site-footer {
	display: none;
}
.container {
	width: 100%;
	max-width: none !important;
}
#main .post,
#main .page {
	border: 0px solid #eee !important;
	margin-bottom: 0px !important;
	overflow-x: auto;
	padding: 0px !important;
}
.col-md-12 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#main-column .post,
#main-column .page {
	border: 0px solid #eee;
	margin-bottom: 0px;
	padding: 0px;
}
.wp-block-quote  {
    border-left: 2px solid #14E4B3;
    margin: 0 0 1.75em;
    padding-left: 12px;
    /* font-family: 'clashregular' !important; */
    
}
.widget_block a:hover {
    background: #fff;
color: #0909e4;
    text-decoration:none;
    
}
.lospost{
    display:flex;
    gap:20px;
    font-family: "DM Sans", Sans-serif!important;
color: #f7f5ec !important;
}
.lospost h4{

    font-family: "DM Sans", Sans-serif!important;
color: #f7f5ec !important;
}
.lospost a, .lospost a:hover{
color: #f7f5ec !important;
    text-decoration:none;
}
.lospost a.elementor-post__read-more{
    color: #11e5b2 !important;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 13px !important;
}
.related-posts
    {
    max-width: 1061px;
    margin: 100px auto;
}
.related-posts img{
    width: 100%!important;
    height: auto!important;
    aspect-ratio: 10 / 7!important;
    object-fit: cover!important;
    margin-bottom: 20px!important;
    border-radius:20px;
}
.related-posts h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.widget_block a {
 
    
    transition: background 0.2s ease-in-out;
    background: #ffffffcc;
    padding: 10px 25px !important;
    border-radius: 30px;
    color: #0909e4;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(15px);
    display: inline-block;
        margin-left: 3px;
    text-align: right;
    font-family: "DM Sans", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wp-block-quote p {
  font-weight: 100;
    font-style: italic;
}
/* ==============================
   Fuentes y Base
   ============================== */
@font-face {
	font-family: 'clashbold';
	src: url("fonts/ClashDisplay-Bold.otf");
}
@font-face {
	font-family: 'clashsemibold';
	src: url("fonts/ClashDisplay-Semibold.otf");
}
@font-face {
	font-family: 'clashmedium';
	src: url("fonts/ClashDisplay-Medium.otf");
}
@font-face {
	font-family: 'clashregular';
	src: url("fonts/ClashDisplay-Regular.otf");
}
@font-face {
	font-family: 'clalight';
	src: url("fonts/ClashDisplay-Light.otf");
}
body {
	font-family: 'clashregular' !important;
	background-color: #F7F5EC;
    margin-bottom:-20px!important;
}
h1,
h2,
h3,
h4 {
	font-family: 'clashregular' !important;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
	max-width: 700px;
}
.h1, h1 {
	max-width: 1590px;
	font-size: 130px;
	line-height: 110px;
	color: #F7F5EC;
	font-family: 'clashmedium' !important;
}
.h3, h3 {
	font-size: 60px;
	line-height: 61px;
	text-indent: 160px;
}
.h4, h4 {
	font-size: 40px;
	line-height: 40px;
	/* font-family: 'clash' !important; */
}
.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 25px 24px;
}
.menu a {
	transition: background 0.2s ease-in-out;
	background: #ffffffcc;
	padding: 10px 25px !important;
	border-radius: 30px;
	color: #0909e4;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(10px);
	display: inline-block;
	margin-left: 3px;
}
.menu a:hover {
	background: #fff;
}
.fa, .fas {
	font-weight: 900;
	color: #11e5b2;
	font-size: 77px;
	padding: 21px 0px 0px 0px;
}
::selection {
	background: #11e5b2;
	color: #0404FC;
}
::-moz-selection {
	background: #11e5b2;
	color: #0404FC;
}

/* ==============================
   Animación de Título (#animated-title)
   ============================== */
#animated-title {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#animated-title span,
#animated-title span.word {
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
}
#animated-title span.word,
#animated-title i {
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
	margin-right: 10px !important;
}
.qodef-qi-interactive-banner {
	border-radius: 30px;
}
#animated-title .word,
#animated-title .custom-icon {
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
}
#animated-title .word:not(:last-child) {
	margin-right: 5px;
}
/* Reglas combinadas para .word, .icono y .custom-icon */
#animated-title .word,
#animated-title .icono,
#animated-title .custom-icon {
	opacity: 0;
	transform: translateY(20px);
	display: inline-block;
}
#animated-title .custom-icon {
	margin-right: 10px !important;
	transform: translate(0px, 30px) !important;
}

/* ==============================
   Marquee de Logotipos
   ============================== */
:root {
	--logo-width: 400px; /* Ajusta este valor al ancho real de tus logos */
	--logo-margin: 150px; /* Margen entre logos */
	--logo-count: 10; /* Número de logos por grupo */
	--group-width: calc((var(--logo-width) + var(--logo-margin)) * var(--logo-count));
}
.logotipos-marquee {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.logotipos-marquee-content {
	display: flex;
	width: calc(2 * var(--group-width));
	animation: scroll 40s linear infinite;
}
.logotipos-marquee-group {
	display: flex;
}
.logotipos-marquee-group img {
	flex-shrink: 0;
	width: var(--logo-width);
	margin-right: var(--logo-margin);
}
/* Si se desea eliminar el margen en el último logo, se puede habilitar la siguiente regla */
/* .logotipos-marquee-group img:last-child {
	margin-right: 0;
} */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-1 * var(--group-width)));
	}
}

/* ==============================
   Otras Reglas Personalizadas
   ============================== */
.hKptij {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	outline: none;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
	background: rgb(28, 110, 243) !important;
	box-shadow: none;
}

.montar {
	max-width: 520px;
}
.margenochenta {
	padding: 80px;
}
.margen2 {
	padding: 0px 80px 140px 80px;
}
.tres {
	padding-bottom: 20px !important;
}
.pie {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.elementor-post__excerpt p {
	max-width: 400px !important;
}
.elementor-post__read-more {
	border: solid !important;
	padding: 5px 10px !important;
	border-radius: 30px !important;
	height: 40px;
	line-height: 40px !important;
}
.single-post #main {
	padding-left: 80px !important;
	padding-right: 80px !important;
	width: 100%;
	border: 0px solid;
	border-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 100px;
}
.single-post .entry-content p {
	max-width: 1140px;
	margin-left: 0px;
	margin-right: auto;
	font-family: "DM Sans", Sans-serif;
	text-align: left;
	font-size: 19px;
}
.single-post header.entry-header {
    display: inherit !important;
    text-align: left !important;
    margin: 50px auto !important;
    max-width: 1050px;
}
body.single-post {
	height: auto;
	background: #0404FC;
	color: #f7f5ec !important;
}
.single-post .entry-header h1 {
	opacity: 1;
	font-family: 'serif';
	font-size: 78px !important;
	text-align: left;
	line-height: 70px;
	max-width: 530px;
}
.single-post .entry-header h1 a, .single-post .entry-header h1 a:hover {
    color: #f7f5ec;
    text-decoration: none;
}
.site-title{
    text-align: left;
}
#main .post .entry-header .entry-meta {
	color: #14e4b4 !important;
	font-size: 15px !important;
	text-transform: nonee !important;
	font-family: 'medium' !important;
	line-height: 50px !important;
	font-family: "DM Sans", Sans-serif !important;
}

/* ==============================
   Media Queries (Fusionados)
   ============================== */
@media (max-width: 1500px) {
	.iconito {
		left: 40px !important;
		top: 45px !important;
	}
	.margenochenta {
		padding: 40px !important;
	}
	.margen2 {
		padding: 0px 40px 70px 40px;
	}
	.pie {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
	.h1, h1 {
		/* Se opta por la definición más reciente */
		max-width: 1590px;
		font-size: 80px;
		line-height: 60px;
	}
	#animated-title span.word,
	#animated-title i {
		margin-right: 2px !important;
	}
	#animated-title .custom-icon {
		margin-right: 0px !important;
		transform: translate(-1px, -3px) !important;
		scale: 40;
		width: 54px;
	}
	.h3, h3 {
		font-size: 37px;
		line-height: 42px;
		text-indent: 129px;
	}
	.h4, h4 {
		/* Se opta por la definición con font-size 30px */
		font-size: 30px;
		line-height: 30px;
	}
	.menu a {
		padding: 7px 21px !important;
		font-size: 12px !important;
	}
	.parrafogrande p {
		font-size: 19px;
		line-height: 25px;
		max-width: 600px;
	}
	.iconito img {
		max-width: 25px;
	}
	.destacado p {
		font-size: 22px;
		line-height: 26px;
		max-width: 460px;
	}
	.testimagen {
		background-size: 40% 100% !important;
	}
}
