/*!
Theme Name: Viamed Peru
Theme URI: https://viamedperu.com/
Author: Roel Jhonatan
Author URI: https://www.facebook.com/roelote/
Description: Hecho con tailwind.
Version: 1.0.0
*/

.site-branding img {
  width: 14rem !important;
}
 #ubermenu-main-2-menu-1-2 {
    display: flex !important;
    align-items: center;
}

 .valores, .mySwiper2
{
    --swiper-navigation-color: #ea0b0b; --swiper-pagination-color: #ea0b0b;
}
.bg-pages
{
	background-image: url(img/hader-pages-viamed.jpg)
}
.pages h2::after
{
	content: " ";
	display: block;
	line-height: 50px;
	border: 2px solid #d1d5db;
	width: 90px;
	margin: 8px auto 0;
}
.excerpt
{
	text-align: center !important;
	margin: 0 0.75rem;
}
.slogan
{
	font-family: Rochester;
	font-size: 2.25rem;
    line-height: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(55,65,81,var(--tw-text-opacity));
	font-style: italic;
}
p.has-background {
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
}

.banner-wrapper {
    transition: all 300ms ease-in-out;
}
.banner {
    transition: all 300ms ease-in-out;
}
.animateIn{
    transform: translateY(0px);
}
.animateOut{
    transform: translateY(-100%);
}
.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.grecaptcha-badge {
  display: none !important;
}