/*!
Theme Name: Claro Distribuidor
Theme URI: http://darwinrobles.com
Author: Darwin Robles
Author URI: http://darwinrobles.com
Description: Temas para captación de leads
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: claro_dist
Tags: Blog, guía, turismo, economia

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Grupo-DL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ul li,
ol li {
	font-weight: 200;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #cf381f;
}

a:visited {
	color: #d73518;
}

a:hover,
a:focus,
a:active {
	color: #3b73b4;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
	outline: none;
}
/*Estilos propios*/
.navbar-brand img {
    width: 220px;
	padding-bottom: 0px!important;
}
nav#site-navigation {
    padding-bottom: 8px;
    padding-top: 5px;
}

.navbar-brand{
   padding-left: 3rem;
}
.perro {
    text-align: right;
    position: relative;
    margin-top: -12%;
}
.perrohijo img {
    width: 20vh;
}
.site-footer .col-12{
	z-index: 9;
}

.altura {
    position: relative;
    align-items: center;
    display: flex;
}

.mascota .container .row .col h1 {
	color: #000!important;
	font-size: 10rem;
}
.altura h1{
	font-size: 2rem;
}
.altura p{
	font-size: 1.4rem;
	font-weight: 100;
}

.fondo {
   /* background-position: center;*/
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}
.rojo{
	background: linear-gradient(90deg, rgba(217,42,28,1) 35%, rgba(217,42,28,0.42620798319327735) 80%);
	width:100%;
	border-radius: 1.5rem;
}
.dataleft {
    width: 50%;
    padding: 2rem;
}

.cuadros {
    display: flex;
	position: absolute;
    bottom: 2rem;
}
.stikes p {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}
.stikes {
    padding: 0.5rem;
    background: #fff;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
	width: 180px;
	align-items: center;
    text-align: center;
}
.stikes:nth-child(1){
	background: #fd8c17;
	color: #fff;
	font-weight: bold;
	display: flex;
}
.stikes:nth-child(1) span{
    text-align: center;
	width: 100%;
	font-size: 1.5rem;
}
.stikes:nth-child(2){
	background: #d92a1c;
	color: #fff;
	font-size: 3rem;
    font-weight: bold;
}
.stikes:nth-child(3){
	color: #d92a1c;
	font-size: 3rem;
    font-weight: bold;
	display: flex;
}

.stikes:nth-child(3) span{
	font-size: 1rem;
}
.stikes:nth-child(2) span{
	font-size: 0.9rem;
}
.whats {
	font-weight: 700;
    background: #48d366;
    padding: 1px 15px 5px 8px;
    border-radius: 2rem;
}
.whats a {
    color: #fff;
}
.whats a i {
    font-size: 1.4rem;
    margin: 10px 10px 0 10px;
}
.whats:hover{
    background: #278069;
}
.whats a:hover{
    color: #fff;
	text-decoration: none;
}
.btncontacts2,
.btncontacts {
    display: flex;
    justify-content: center;
}
.calls {
    padding: 0.5rem;
    background: #fff;
    border-radius: 2rem;
    margin-right: 1rem;
}
.calls a {
    font-weight: 800;
    color: #d92a1c;
}
.calls a:hover{
	text-decoration: none;
	color: #fff;
	background: #ab1c12;
	transition: 0.3s ease;
}
.calls:hover{
	background: #ab1c12;
	transition: 0.3s ease;
	color: #fff;
}
.btncontacts2 .calls a {
	color: #09cac1;
}
.btncontacts2 .calls:hover,
.btncontacts2 .calls a:hover{
	background:#fff;
}

.btncontacts2 .calls:nth-child(2) a{
	border:solid 1px #f50d3d;
	padding: 0.6rem;
	border-radius: 0.5rem;
	color: #f50d3d;
}
.btncontacts2 .calls:nth-child(2) a:hover{
	background: #f50d3d;
	color: #fff;
	transition: 0.3s ease;
}
.col:nth-child(2) .diagonal {
    background: #fac51f!important;
}
.col:nth-child(2) .card{
	border: solid 1px red!important;
}
.diagonal {
    font-size: 0.7rem;
	position: relative;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%)
}
.card.h-100.position-relative {
    border: 0;
    border-radius: 0.5rem;
}
span.bold_fw {
    font-weight: 700;
}
.d-flex.justify-content-between.border-bottom.py-2:nth-child(1){
	align-items: center;
}
.d-flex.justify-content-between.border-bottom.py-2:nth-child(1) span.fw-bold{
	font-size: 1.7rem;
	font-weight: 700;
}
span.fw-bold {
    text-align: right;
}
p.ruc {
    font-size: 0.8rem;
    position: absolute;
    width: 100%;
    margin-top: -1.5rem;
}
.product {
    justify-content: center;
}

.mascota {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
}
a.enlace {
    color: #fff;
}
a.enlace:hover{
	color: #fff;
	text-decoration: none;
}
.guia {
    padding: 3.5rem;
    background: #0f10106b;
    border-radius: 6px;
}
.guia h2{
	font-weight: 400;
	font-size: 1.35714286em;
}
.gimg {
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.guia:hover{
	background: #0f1010bf;
}
.notimg h2 {
   font-weight: 600;
    font-size: 1rem;
    text-align: center;
    line-height: 1.4rem;
    padding: 0.5rem;
}
.notimg{border: 1px solid #ececec; border-radius: 0.4rem;}
.notimg img{
	border-radius: 0.4rem 0.4rem 0 0;
}
a.noce {
    color: #000;
}
a.noce:hover{
	color: #252525;
	text-decoration: none;
}
.site-footer{
	background: #252525;
}
.site-info {
	background: #292929;
    color: #ccc;
	text-align: center;
	font-size: 0.7rem;
	padding: 0.6rem;
	font-weight: 300;
}
.site-info a{
	color: #ccc;
}
.site-info a:hover{
	color: #ccc;
}
nav.navbar{
	background: #000;
}
ul.nav li a{
	color: #fff;
	font-weight: 500;
	/*padding-right: 1rem;*/
}
ul.nav li a:hover{
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease;  
}

.site-title a {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
}
.site-title a:hover{
	text-decoration: none;
	color: #cf381f;
}
.fnav ul li a {
    color: #716b6b;
}
ul.nav li {
	padding: 3px 8px 5px 5px;
}
.claroDist img {
    position: absolute;
    margin-top: -11rem;
}
/* .fnav ul li a:hover {
	text-decoration: none;
    color: #cf381f;
    transition: 0.3s ease;
} */
ul.nav li:hover{
    height: auto;
    background: red;
	transition: 0.3s ease;
}
.libro{
	display: flex;
    align-items: center;
}
.col-5.redes.pb-4{
	align-items: center;
}
.fnav ul{
	text-align: left;
}
ul.navfooter{
  list-style: none;
  /* display: inline-flex; */
  margin-left: 0;
  padding-left: 0;
}
.fnav{
	justify-content: center;
	display: flex;
}
.fnav ul li{
	margin-right: 1rem;
}
.red a{
	padding-right: 1rem;
}
.red a i:hover{
	color: #cf381f;
}
.redes{
	justify-content: center;
    display: flex;
}
.red i {
    font-size: 1.6rem;
    color: #ffff;
}
.redes .red {
    display: contents;
}
.sidebares [type=submit] {
    border-radius: 0.3rem;
    outline: 0 none;
    width: 100%;
}
form.suscrib {
    padding: 0.5rem;
    background: #252525;
}
form.suscrib p{
	text-align: center;
	color: #fff;
}
form .form-check-label{
	color: #000;
}
.widget-area{padding-top: 0.5rem;}
span.tags-links, span.cat-links {
    font-weight: 700;
}
span.cat-links{
	padding-bottom: 1rem;
}
span.tags-links a, span.cat-links a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.2rem;
    padding-top: 0;
    border: solid 1px #4a90e2;
    border-radius: 1rem;
    color: #4a90e2;
    font-weight: 400;
}
span.tags-links a:hover, span.cat-links a:hover{
	text-decoration: none;
}
span.author.vcard a {color: #4a90e2;}
span.author.vcard a:hover{text-decoration: none;}
span.byline {font-weight: 600;border-bottom: double #4a90e2;font-size: 1.1rem;}
h1.entry-title {padding-top: 1.3rem;}
.entry-content h2 {
  font-size: 1.9rem;
  color: #4e4f50;
  padding-bottom: 0.6rem;
}
.entry-content h3, h4{
	padding-bottom: 0.6rem;
}
ol.comment-list {
    list-style: none;
    padding-left: 0;
}
.comment-metadata a {
    color: #999;
    font-style: italic;
}
.comment-metadata a:hover{
	text-decoration: none;
	color: #999;
}
.comment-author.vcard img {
    border-radius: 50%;
}
.comment-body {
    padding: 1rem;
    border: 0.01rem solid #efe8e8;
    margin-bottom: 1rem;
}
.reply a {
    color: #cf381f;
    font-weight: 600;
}
.reply a:hover{
	color: #cf381f;
}
ol.children {
    list-style: none;
    padding-left: 0;
}
blockquote.wp-block-quote, blockquote {
    border-left: solid 3px #cf381f;
    padding-left: 1rem;
    padding-top: 0.2rem;
    background: #4a90e23b;
    padding-bottom: 0.001rem;
    font-style: italic;
}
.pagination .page-numbers {
   color: #fff;
   display: block;
   width: auto;
   float: left;
   margin: 4px 4px 4px 0;
   padding: 15px 18px 14px 18px;
   text-decoration: none;
}
.pagination .page-numbers:hover {
   background: #24221D;
   color: #fff;
   text-decoration: none;
}
.pagination .current {
   background: #24221D;
   color: #fff;
   padding: 15px 18px 14px 18px;
}
img.nomames {
	width: 100%;
	border-radius: 0.8rem;
}
.archive-description {
    padding-bottom: 1rem;
}
.padre{
	display: flex;
}
.hijo{
	width: 50%;
}
.hijo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #cf381f;
    color: #fff;
}
.nieto{
	padding: 20px;
}
.nieto button.acion {
    background: #252525;
    border-radius: 8px;
}
.nieto button.acion:focus{
    outline: none;
}
h2.tituloslide{
	margin-top: -30%;
}
h2.tituloslide {
    border: solid 1px;
    border-radius: 5px;
    padding-bottom: 0.5rem;
}
.aut img {
    border-radius: 50%;
}
.autor {
    background: #ff623e14;
    padding: 1.5rem;
    border-radius: 5px;
}
.perfil {
    border-radius: 0 0 6px 6px;
    text-align: center;
    box-shadow: 0px 1px 9px 0px #ccc;
}
.cara img {
    border-radius: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cara {
	height: 20%;
	border-radius: 6px 6px 0 0;
}
.datos h5 {
	text-transform: uppercase;
}
.datos {
    padding: 10px;
    padding-top: 25%;
}
span.cargo p{
	font-style: italic;
	padding-top: 10px;
}
@media (max-width: 1024px){
	/*.fondo.home .ftrans {
		height: 53vh!important;
	}*/
	.stikes {
		width: 175px!important;
	}
}
@media (max-width: 768px){
	.autor{text-align: center;}
	.infor{text-align: center; padding-top: 10px;}
	.mascota .container .row .col h1 {
		color: #000!important;
		font-size: 2rem;
	}
	.perro {
	    text-align: center;
	    position: relative;
	    margin-top: 10px;
	}
	ul.nav {
	    display: block;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.padre{
		display: inherit;
	}
	.hijo{
		width: 100%;
	}
	 ul.navfooter {display: inline-block;}
    .altura h1{
 	 font-size: 2rem;
   }
	.altura{
		padding-bottom: 3rem;
		padding-top: 3rem;
	}
	.marquee-container {
		display: none;
	}
	.whats {
		margin: 1rem;
	}
	nav#site-navigation {
		justify-content: center;
	}
	.fondo .ftrans h1 {
		font-size: 1.5rem;
	}
	.claroDist img {
		margin-top: -3rem;
		height: 50px;
	}
	.fondo.home .ftrans {
		height: 80vh !important;
	}
	.fondo .ftrans {
		/*height: 20vh !important;
		background: linear-gradient(90deg, rgba(217, 42, 28, 1) 35%, rgb(217 42 28 / 10%) 95%);*/
	}
	.col-lg-6.col-sm-12.text-light.p-4.pb-5.d-flex.align-items-center {
		height: 200px !important;
	}
	.hero-section {
		height: 110vh!important;
	}
	.display-4,
	.display-3 {
		font-size: 2rem!important;
	}

}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #4a90e2;
	border-radius: 3px;
	background: #4a90e2;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	padding: 0.4em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #cf381f;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #cf381f;
	outline: 0 none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0 none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.navbar-brand {
    white-space: normal!important;
	padding-bottom: 0!important;
}
/* .ftrans {
    background: #ffffff29;
   
} */
.fondo .ftrans,
.fondo.home .ftrans {
	height: auto;
}
.fondo.home{
	background: #d92a1c;
}
/*
.fondo.home .ftrans {
	height: 48vh;
}
.fondo .ftrans {
	height: 45vh;
}*/
.ftrans {
    background: linear-gradient(90deg, rgba(217, 42, 28, 1) 35%, rgb(217 42 28 / 10%) 50%);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner_top img{
	/*bottom: -1.7rem;*/
    position: relative;
}
.lproducts .calls2 a,
.tablas .calls2 a{
	border: solid 1px #f50d3d;
	padding: 0.8rem;
	border-radius: 1rem;
	color: #f50d3d;
	font-weight: 800;
}

.tablas .calls2 a,
.lproducts .calls2 a:hover{
	color: #fff;
	background-color: #cf381f;
	text-decoration: none;
	transition: 0.3s ease;
}
.hero-section {
	margin-top: 5rem;
	/*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
	background-size: cover;
	background-position: center;*/
	
}

.form-container {
	background: white;
	border-radius: 15px;
	padding: 2rem;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.form-control {
	border-radius: 8px;
	padding: 0.8rem 1rem;
	margin-bottom: 1rem;
}
.form-container .btn-submit {
	background-color: #E31D1A;
	color: white;
	padding: 0.8rem 3rem;
	border-radius: 25px;
	border: none;
	transition: all 0.3s ease;
}

.form-container .btn-submit:hover {
	background-color: #c41916;
	color: #fff;
}
a.btn-return:hover {
	background-color: #c41916;
	color: #fff;
	text-decoration: none;
}
a.btn-return {
	background-color: #E31D1A;
	color: white;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9rem;
}

.logo-distribuidor {
	width: 120px;
	height: auto;
}
.heigh-forms{
	height: 80vh;
}

hr.lines {
    border-top: solid 0.1px #cf381f;
    width: 100%;
}
.listas {
    display: flex;
    position: relative;
	padding: 2.5rem;
	box-shadow: 1px 2px 5px 1px #dbd7d7;
    border-radius: 0.5rem;
    background: #fff;
	height: 100%;
}
.bd-ico h2 {
    font-size: 1rem;
    font-weight: 600;
    padding-left: 1rem;
}
.bd-ico {
    width: 100%;
    text-align: center;
    align-items: center;
    display: inline-grid;
}
.boot {
	margin-top: -1rem;
    text-align: center;
    z-index: 1;
    position: relative;
}
.boot button{
	border-radius: 1rem;
}
a.cl-link .listas {
    color: #252525;
    text-decoration: none;
    padding:  1.3rem 0 1.3rem 0.5rem;
}
a.cl-link .listas:hover{
	background: #fbcdc5;
}
a.cl-link:hover{
    text-decoration: none;
}
.resena h2,
.subtitles h2 {
	font-weight: 500;
    color: #000;
}
.bajd p {
   font-size: 2.4rem;
   color:#cf381f;
   font-weight: 700;
}
.bd-resena {
	color:#fff;
    padding: 2em;
    background: #cf381f;
}
.bd-resena p {
    background: #e75439;
    padding: 1rem;
    margin: 0;
	font-weight: 100;
}
.img-resena img {
    width: 100%;
    object-fit: cover;
}
.bd-resena p a{
	text-decoration: underline;
	font-weight: 500;
	color: #fff!important;
}
section.history {
	font-weight: 200;
}
section.history p a{
  color: #cf381f;
}
.general {
	background: #fff;
}
.fondimg {
    border-radius: 1.5rem;
}
.postsb {
	background: #cf381f;
}
.infoclaro {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
}
.infoclaro h2 {
    position: absolute;
    margin-top: -5rem;
    text-align: center;
    width: 80%;
    color: #fff;
}
.col-lg-6.col-sm-12.clarocom {
    align-items: center;
    display: flex
;
}
.card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.btn-danger {
    background-color: #ff0033;
    border: none;
}

.btn-danger:hover {
    background-color: #cc0033;
}
/*
.card-body {
    padding: 1.5rem 0 1.5rem 0!important;
}*/
.card-body {
    padding: 0!important;
}
.gigas,
.características,
.espacios{
	padding: 0.5rem 1.5rem 0.2rem 1.5rem;
}
.gigas{
	font-weight: 700;
	align-items: center;
}
span.gigon {
    font-size: 1.7rem;
    color: #f50d3d;
}
.card_titles {
    background: #f6f6f6;
    text-align: center;
	padding: 0.5rem 1.5rem 0.2rem 1.5rem;
}
.card_titles h2{
	font-size: 1.4rem;
    text-transform: uppercase;
	color: #f50d3d;
	font-weight: 700;
}


.bd-info ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
	justify-content: center;
}
.bd-info ul li {
	margin: 0.2rem;
}
.bd-info ul li a {
	color: #fff;
	text-decoration: none;
	background: #cf381f;
	padding: 0.4rem;
	border-radius: 5px;
	font-weight: 100;
}
.bd-info ul li a:hover { 
	background: #fbcdc5;
	color: #cf381f;
	transition: 0.3s ease;
}

.card-head h2 {
    font-size: 1.2rem;
    text-align: center;
    padding: 0.8rem;
	/* background: #e75439; */
	color: #fff;
	height: 100%;
	align-items: center;
    display: flex;
}
/* .car-title {
	padding: 0 1rem 1rem 1rem;
	background: #cf381f;
	height: 125px;
} */
.card-head {
    bottom: -5rem;
    position: absolute;
}
.cardfond {
    height: 100%;
    width: 100%;
    background: #0000008a;
    border-radius: 1rem;
}
h1.entry-title {
    font-size: 1.9rem;
}
.card-nota {
    background: #000;
    border-radius: 1rem;
	height: 350px;
	width: 100%;
    object-fit: cover;
    background-size: cover;
}

.cards-img {
    height: 200px;
    overflow: hidden;
}
.cards-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	padding: 0;
}
.card-head {
    height: 100%;
}
.leyenda {
    position: relative;
    margin-top: -2rem;
    background: #000000ab;
    color: #fff;
    text-align: center;
    padding: 0.3rem;
    font-weight: 100;
}
.cards-img img {
    -webkit-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease; 
    -ms-transition: transform 0.9s ease; 
    transition: transform 0.9s ease;
}
.cards-img:hover img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.bd-info {
    align-items: center;
    display: grid;
}
.bd-info h2 {
	font-weight: 100;
    font-size: xxx-large;
}
#page {
    background: #fff;
}
.white-bg {
    background: #fff;
    padding-top: 01rem;
}
.page-title,
.page-header h1,
.white-bg h1 {
    color: #cf381f;
}
.white-bg article h4,
.white-bg article h3,
.white-bg article h2 {
	color: #cf381f;
}
.white-bg article p{
	font-weight: 200;
}
article img.attachment-destacada {
    width: 100%;
    object-fit: cover;
}
.prehead a {
    text-decoration: none;
    background: #cf381f;
    padding: 0.8rem;
    font-size: 1.5rem;
    color: #fff;
    border-radius: 0.5rem;
}
section.d04-info {
    height: 80vh;
}
.centra-h{
	align-items: center;
	color: #fff;
}
.centra-h h1 {
	font-weight: 700;
    font-size: 14rem;
    position: relative;
    text-shadow: 7px 3px 3px #5b5959;
}
.prehead a:hover{
	text-decoration: none;
    background-color: #e75439;
	color: #fff;
}
.flogo {
    align-items: center;
    justify-content: center;
    display: flex;
}
button.navbar-toggler {
    background-color: #cf3917;
}

@media (max-width: 768px) {
	/*.fondo.home .ftrans {
		height: 87vh!important;
	}*/
	.ftrans {
		padding-top: 10rem!important;
	}
	/*.fondo .ftrans{
         height: 200px;
	}*/
	.stikes {
		width: 110px!important;
		font-size: 2rem!important;
	}
	.stikes:nth-child(3) {
		display: inline-grid;
	}
	.stikes:nth-child(2) {
		font-size: 2.2rem;
	}
	p.ruc {
		margin-top: 2.5rem;
	}
	.cuadros {
		bottom: -2rem;
	}
	.dataleft {
		width: 100%;
	}
}

.relad h4 {
    color: #cf3917;
    font-weight: 100;
    text-decoration: underline;
}
/*menu*/
/* #navGrupo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
} */

#navGrupo ul li {
    position: relative;
}

/* #navGrupo ul li a {
    text-decoration: none;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
    display: block;
    transition: background-color 0.3s ease;
} */

/* #navGrupo ul li a:hover,
#navGrupo ul li a:focus {
    background-color: #f0f0f0;
    color: #000;
} */
ul.sub-menu {
    padding: 0;
    margin: 0;
	list-style: none;
}

/* Submenús ocultos */
#navGrupo ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: red;
	color: #fff;
    padding: 0;
	color: red;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /*min-width: 200px;*/
}
/* Mostrar submenú al hacer hover o focus en el elemento padre */
#navGrupo li:hover > ul,
#navGrupo li:focus-within > ul {
    display: block;
}

#navGrupo .sub-menu li {
    position: relative;
	padding: 0.5rem 0 0.5rem 0;
}

#navGrupo .sub-menu li a {
    padding: 0.5rem;
    white-space: nowrap;
	color: #fff;
}

#navGrupo .sub-menu li a:hover,
#navGrupo .sub-menu li a:focus {
    background: #dc3545;
	width: 100%;
	display: block;
    color: #fff;
	transition: 0.3s ease;
}

/* Estilo adicional para los submenús */
#navGrupo ul li ul ul {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-top: 0;
    border-radius: 4px;
	padding: 0.5rem;
}
button#libro:disabled,
button#sender:disabled {
    opacity: .6;
    cursor: not-allowed;
}
button#libro {
    background: red;
    border: 0;
}
form#reclamo {
    box-shadow: 0px 2px 5px 1px #ccc;
    padding: 3rem;
    border-radius: 0.5rem;
}

header#masthead {
    position: fixed;
    width: 100%;
    z-index: 9;
	margin-top: -5rem;
}
.fondo {
    margin-top: 5rem;
}
.diagonal span {
    text-align: center;
    display: block;
}
.espacios {
    padding-top: 2rem;
}
/* General Styles */
.tablas {
	padding-top: 3rem;
}
.tablas table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 16px;
  text-align: left;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}

/* Estilo para el encabezado */
.tablas table thead th {
  background-color: #000; /* Fondo negro */
  color: white;
  padding: 12px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #f2f2f2;
}

.tablas table thead th:last-child {
  background-color: #ff3d5e; /* Fondo rojo */
}

/* Estilo para las filas del cuerpo */
.tablas table tbody tr {
  border-bottom: 1px solid #ddd;
}

.tablas table tbody td {
  padding: 12px 15px;
  color: #333;
}

/* Efecto hover en filas */
.tablas table tbody tr:hover {
  background-color: #f9f9f9;
}
.tablas .wp-block-table thead {
    border-bottom: 0!important;
}
.tablas .wp-block-table thead tr th{
	border-right: 1px solid #f2f2f2;
}

/* Responsividad */
@media (max-width: 768px) {
  .tablas table thead {
    display: none;
  }

  .tablas table, table tbody, table tr, table td {
    display: block;
    width: 100%;
  }

  .tablas table tbody tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .tablas table tbody td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .tablas table tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    text-align: left;
    font-weight: bold;
    color: #555;
  }
}
.conditions h6 {
	font-size: 0.8rem;
}

.col-lg-3.col-sm-12.p-4.centrando {
    align-items: center;
    display: flex;
}
