/*
Theme Name: Aqwa
Theme URI: https://amigothemes.com/downloads/aqwa-lite/
Author: amigothemes
Author URI: https://amigothemes.com/
Version: 2.3
Tested up to: 5.8
Requires PHP: 5.6
Requires at least: 4.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aqwa
Slug: aqwa
Description: Aqwa is a Creative Multipurpose WordPress theme, It looks beautifully stunning on all types of screens and devices. You can use it to build ready-to-use websites such as business, corporate startup, SEO, Consulting, Agency, Marketing, eCommerce. If your business needs a push forward, Aqwa WordPress Theme is right for you.
Tags: blog, custom-header, custom-background, custom-logo, featured-images, left-sidebar, right-sidebar, full-width-template, post-formats, custom-menu,  editor-style, threaded-comments, flexible-header, footer-widgets, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
    color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
h2 {
    font-size: 38px;
}
a {
    text-decoration: none;
}
p {
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.5px;
}
.blog-item p, .section-title p, p.site-description {
    color: #000;
}
header#main-header {
    background: url(https://coveid.com/ceg/wp-content/uploads/2022/02/fondo-plateado.jpg);
    background-position: center;
    background-size: cover;
}
ul {
    list-style: initial;
}
ol, ul {
    padding-left: 1.3rem;
}
.navbar-nav li.nav-item li.nav-item>a{
	font-size: 12px;
}
p.ceco a{
	color: #333;
	text-decoration: none;
}
p.ceco a:hover{
	text-decoration: underline;
}
.logo img {
    max-width: 360px;
    width: 360px!important;
}
.contact-info .title {
    margin-bottom: 0;
}
.wp-block-image {
    margin: 0 !important;
}
.slide-content h2.title {
    text-transform: inherit;
}
.navbar-nav .nav-link, .navbar-nav .dropdown-item {
    text-transform: uppercase !important;
}
header#main-header {
    background-color: #fff;
}
.imdes{
	min-height: 370px;
	margin-bottom: 30px;
}
.imdes h2{
	text-align: center;
    color: #fff;
	text-shadow: 2px 2px 2px #000;
}
.page-wrapper {
    padding-top: 0px;
}
.page-title:after {
	opacity: 0.07;
}
aside h2{
	font-size: 32px;
}
.wp-block-image {
    margin: 1.5em 0 1.2em;
}
.pb-2 {
    padding-bottom: 1.5rem!important;
	padding-top: 1.5rem;
}
.post-date {
    display: none;
}
.centro{
	text-align: center;
}
label {
    width: 99%;
}
input, textarea{
	width: 100%;
}
iframe{
	min-height: 450px !important;
}
.serhover img:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes serhover {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes serhover {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
.wp-block-buttons{
	margin: 15px 0 0;
}
.wp-block-column ul {
    list-style: disc;
    padding: 0 0 0 20px;
}
.comment-respond h2{
	font-size: 28px;
}
.post-prev-content{
	margin-right: 15px;
}
.post-prev-next span.comment-date {
    display: none;
}
.marupdown{
	margin-top: 50px;
	margin-bottom: 50px;
}
.marcol{
	margin-bottom: 40px;
}
.marfil{
	margin-bottom: 1rem;
}
.wp-block-quote {
	border-color: #c70000;
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 5px;
}
.imsim{
	margin-bottom: 0px;
}
.cambio p{
	border: 1px solid #ccc;
	transition: 0.3s;
}
.cambio p:hover{
	transform: skew(-5deg);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(173,173,173,1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(173,173,173,1);
	box-shadow: 5px 5px 10px 0px rgba(173,173,173,1);
}
/*-- Media Querys --*/
@media (min-width: 992px){
	.topbar-right {
		margin-right: 20%;
	}
	nav.navbar {
		box-shadow: 2px 2px 2px 3px #33333314;
	}	
}
@media (min-width: 360px){
	.borlef{
		padding-left: 30px;
    	border-left: 5px solid #c70039;
	}
}
@media (max-width: 767.98px){
	.navbar .logo img {
		max-width: 240px;
		margin-top: 15px;
	}
	.hiddn-btn {
		margin-top: 14px;
	}
}