body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 0px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

/* ========================================================================== */
/* ORTOPEDIA 365 MADRID - THEME 2026                                         */
/* OpenCart 3.0.5.0 / Bootstrap 3 compatible                                  */
/*                                                                            */
/* IMPORTANT:                                                                 */
/* - This block is appended as an override layer.                              */
/* - The original OpenCart product rules (.product-thumb, product grid/list,   */
/*   prices, ratings, gallery, product columns, etc.) above remain untouched.  */
/* - Header, navigation, dropdowns, footer and new O365 content components are  */
/*   restyled without changing ecommerce product-card structure/functionality. */
/* ========================================================================== */

:root {
    --o365-red: #e10b17;
    --o365-red-dark: #c70813;
    --o365-teal: #0b8f89;
    --o365-teal-dark: #08736e;
    --o365-ink: #171b21;
    --o365-text: #444b52;
    --o365-muted: #747b82;
    --o365-line: #e5e9ec;
    --o365-soft: #f7f9f9;
    --o365-soft-teal: #f2f9f8;
    --o365-white: #ffffff;
    --o365-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

/* ---------- Base visual cleanup (non-product-specific) ---------- */

body {
    background: var(--o365-white);
}

.dropdown-menu {
    border: 1px solid var(--o365-line);
    border-radius: 6px;
    box-shadow: var(--o365-shadow);
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    color: var(--o365-red);
    background-color: #fff6f6;
    background-image: none;
}

/* ---------- Top bar: removed in the new visual direction ---------- */

#top {
    display: none;
}

/* ---------- Header / logo / ecommerce utilities ---------- */

header {
    background: var(--o365-white);
    border-bottom: 1px solid var(--o365-line);
    position: relative;
    z-index: 1002;
}

header .container {
    position: relative;
}

#logo {
    margin: 14px 0;
}

#logo img {
    max-height: 62px;
    width: auto;
}

/* Keep search/cart functional, but visually aligned with the new theme. */
#search,
#cart {
    margin-top: 14px;
    margin-bottom: 14px;
}

#search .form-control {
    height: 42px;
    border-color: var(--o365-line);
    border-radius: 4px 0 0 4px;
    box-shadow: none;
}

#search .btn {
    height: 42px;
    border-color: var(--o365-line);
    background: var(--o365-white);
    background-image: none;
    color: var(--o365-ink);
    text-shadow: none;
    box-shadow: none;
}

#search .btn:hover,
#search .btn:focus {
    color: var(--o365-red);
    border-color: var(--o365-red);
}

#cart > .btn {
    min-height: 42px;
    border: 1px solid var(--o365-line);
    border-radius: 4px;
    background: var(--o365-white);
    background-image: none;
    color: var(--o365-ink);
    text-shadow: none;
    box-shadow: none;
}

#cart > .btn:hover,
#cart.open > .btn {
    background: var(--o365-soft);
    border-color: #d8dde0;
    color: var(--o365-red);
}

#cart .dropdown-menu {
    background: var(--o365-white);
    border: 1px solid var(--o365-line);
}

/* ---------- Main navigation ---------- */

#menu {
    min-height: 0;
    margin: 0;
    background: var(--o365-white);
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0 5px 18px rgba(17, 24, 39, 0.05);
}

#menu .navbar-nav {
    float: none;
    text-align: center;
}

#menu .nav > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#menu .nav > li > a {
    position: relative;
    min-height: 0;
    padding: 20px 20px 18px;
    color: var(--o365-ink);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: .02em;
}

#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li.open > a {
    color: var(--o365-red);
    background: transparent;
}

#menu .nav > li > a:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    height: 2px;
    background: transparent;
}

#menu .nav > li > a:hover:after,
#menu .nav > li.open > a:after {
    background: var(--o365-red);
}

#menu .dropdown-menu {
    min-width: 255px;
    margin-top: 0;
    padding: 8px 0;
    background: var(--o365-white);
    border: 1px solid var(--o365-line);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.13);
}

#menu .dropdown-inner {
    display: block;
}

#menu .dropdown-inner ul {
    display: block;
    width: 100%;
}

#menu .dropdown-inner li {
    position: relative;
    border-bottom: 1px solid #f0f2f3;
}

#menu .dropdown-inner li:last-child {
    border-bottom: 0;
}

#menu .dropdown-inner a {
    min-width: 0;
    padding: 13px 18px 13px 48px;
    color: var(--o365-ink);
    background: var(--o365-white);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li a:focus {
    color: var(--o365-red);
    background: #fff7f7;
}

/* Font Awesome 4 icons for the 4 Services dropdown entries. */
#menu .dropdown-inner > ul > li > a:before {
    position: absolute;
    left: 18px;
    top: 13px;
    width: 20px;
    color: var(--o365-ink);
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

#menu .dropdown-inner > ul > li:nth-child(1) > a:before { content: '\f193'; } /* wheelchair */
#menu .dropdown-inner > ul > li:nth-child(2) > a:before { content: '\f07a'; } /* cart */
#menu .dropdown-inner > ul > li:nth-child(3) > a:before { content: '\f0fa'; } /* medkit */
#menu .dropdown-inner > ul > li:nth-child(4) > a:before { content: '\f02b'; } /* tag */

#menu .dropdown-inner > ul > li > a:hover:before {
    color: var(--o365-red);
}

#menu .see-all {
    margin: 0;
    padding: 11px 18px;
    color: var(--o365-red);
    background: var(--o365-white);
    border-top: 1px solid var(--o365-line);
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    font-weight: 700;
}

#menu .see-all:hover,
#menu .see-all:focus {
    color: var(--o365-red-dark);
    background: #fff7f7;
    background-image: none;
}

#menu #category {
    color: var(--o365-ink);
    text-shadow: none;
}

#menu .btn-navbar {
    color: var(--o365-ink);
    background: var(--o365-white);
    background-image: none;
    border: 1px solid var(--o365-line);
    border-radius: 4px;
    text-shadow: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active {
    color: var(--o365-red);
    background: var(--o365-soft);
    border-color: #d8dde0;
}

/* ---------- Generic Bootstrap controls outside product cards ---------- */

.o365-page .btn,
header .btn,
footer .btn,
#information-information .btn,
#account-login .btn,
#account-register .btn,
#checkout-checkout .btn {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 4px;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    font-weight: 700;
}

.o365-page .btn-primary,
header .btn-primary,
footer .btn-primary,
#information-information .btn-primary,
#account-login .btn-primary,
#account-register .btn-primary,
#checkout-checkout .btn-primary {
    color: #fff;
    background: var(--o365-red);
    border-color: var(--o365-red);
}

.o365-page .btn-primary:hover,
.o365-page .btn-primary:focus,
header .btn-primary:hover,
header .btn-primary:focus,
footer .btn-primary:hover,
footer .btn-primary:focus,
#information-information .btn-primary:hover,
#information-information .btn-primary:focus,
#account-login .btn-primary:hover,
#account-login .btn-primary:focus,
#account-register .btn-primary:hover,
#account-register .btn-primary:focus,
#checkout-checkout .btn-primary:hover,
#checkout-checkout .btn-primary:focus {
    color: #fff;
    background: var(--o365-red-dark);
    border-color: var(--o365-red-dark);
}

.o365-page .btn-whatsapp,
header .btn-whatsapp,
footer .btn-whatsapp {
    color: var(--o365-ink);
    background: var(--o365-white);
    border: 1px solid var(--o365-teal);
}

.o365-page .btn-whatsapp:hover,
.o365-page .btn-whatsapp:focus,
header .btn-whatsapp:hover,
header .btn-whatsapp:focus,
footer .btn-whatsapp:hover,
footer .btn-whatsapp:focus {
    color: var(--o365-teal-dark);
    background: var(--o365-soft-teal);
    border-color: var(--o365-teal-dark);
}

/* ---------- Breadcrumb / lists / forms ---------- */

.breadcrumb {
    margin: 18px 0 24px;
    padding: 10px 14px;
    background: var(--o365-soft);
    border: 1px solid var(--o365-line);
    border-radius: 4px;
}

.breadcrumb > li {
    padding: 0 10px;
    text-shadow: none;
}

.breadcrumb > li:after {
    display: none;
}

.breadcrumb a {
    color: var(--o365-muted);
}

.breadcrumb a:hover {
    color: var(--o365-red);
}

.list-group a {
    padding: 10px 14px;
    color: var(--o365-text);
    background: var(--o365-white);
    border-color: var(--o365-line);
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: var(--o365-red);
    background: #fff7f7;
    border-color: #f0d7da;
    text-shadow: none;
}

.form-control {
    border-color: #dce1e4;
    border-radius: 4px;
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--o365-teal);
    box-shadow: 0 0 0 2px rgba(11, 143, 137, .08);
}

/* ---------- O365 reusable cards for new Home / information pages ---------- */

.o365-page {
    color: var(--o365-text);
}

.o365-section {
    padding: 48px 0;
}

.o365-section--soft {
    background: var(--o365-soft);
}

.o365-card,
.o365-feature-card,
.o365-service-card,
.o365-contact-card {
    height: 100%;
    background: var(--o365-white);
    border: 1px solid var(--o365-line);
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.045);
}

.o365-card,
.o365-feature-card,
.o365-contact-card {
    padding: 24px;
}

.o365-service-card {
    overflow: hidden;
}

.o365-service-card img {
    display: block;
    width: 100%;
    height: auto;
}

.o365-service-card__body {
    padding: 20px;
}

.o365-card h2,
.o365-card h3,
.o365-feature-card h3,
.o365-service-card h3,
.o365-contact-card h3 {
    margin-top: 0;
    color: var(--o365-ink);
    font-weight: 700;
}

.o365-card p,
.o365-feature-card p,
.o365-service-card p,
.o365-contact-card p {
    color: var(--o365-text);
}

.o365-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    color: var(--o365-teal);
    background: var(--o365-soft-teal);
    border-radius: 50%;
    font-size: 20px;
}

.o365-link {
    color: var(--o365-red);
    font-weight: 700;
}

.o365-link:hover,
.o365-link:focus {
    color: var(--o365-red-dark);
}

.o365-contact-strip {
    padding: 22px 24px;
    background: var(--o365-white);
    border: 1px solid var(--o365-line);
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.045);
}

/* ---------- Footer ---------- */

footer {
    margin-top: 48px;
    padding: 34px 0 18px;
    color: var(--o365-text);
    background: var(--o365-white);
    border-top: 1px solid var(--o365-line);
}

footer .row > [class*="col-"] {
    min-height: 150px;
}

footer h5 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: var(--o365-ink);
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

footer h5:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--o365-red);
}

footer a {
    color: var(--o365-text);
}

footer a:hover,
footer a:focus {
    color: var(--o365-red);
}

footer p,
footer li {
    line-height: 1.7;
}

footer .fa {
    color: var(--o365-teal);
}

footer hr {
    margin-top: 24px;
    margin-bottom: 16px;
    border-top: 1px solid var(--o365-line);
    border-bottom: 0;
}

footer .o365-footer-logo img {
    max-height: 58px;
    width: auto;
    margin-bottom: 14px;
}

footer .o365-footer-copy {
    padding-top: 12px;
    color: var(--o365-muted);
    font-size: 11px;
    text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
    #logo {
        text-align: center;
    }

    #menu .nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
        font-size: 12px;
    }

    #menu .nav > li > a:after {
        left: 13px;
        right: 13px;
    }
}

@media (max-width: 767px) {
    #menu {
        border: 1px solid var(--o365-line);
        border-radius: 4px;
        box-shadow: none;
    }

    #menu .navbar-nav {
        text-align: left;
    }

    #menu .nav > li {
        display: block;
    }

    #menu .nav > li > a {
        padding: 12px 15px;
    }

    #menu .nav > li > a:after {
        display: none;
    }

    #menu div.dropdown-menu {
        margin: 0 !important;
        padding: 0;
        background: var(--o365-white);
        border: 0;
        border-top: 1px solid var(--o365-line);
        border-radius: 0;
        box-shadow: none;
    }

    #menu .dropdown-inner a {
        width: 100%;
        padding: 12px 15px 12px 46px;
        color: var(--o365-ink);
        background: var(--o365-white);
    }

    #menu .dropdown-inner > ul > li > a:before {
        left: 16px;
        top: 12px;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        color: var(--o365-red);
        background: #fff7f7;
    }

    #menu .see-all {
        color: var(--o365-red);
        background: var(--o365-white);
        border-top: 1px solid var(--o365-line);
    }

    .o365-section {
        padding: 34px 0;
    }

    footer .row > [class*="col-"] {
        min-height: 0;
        margin-bottom: 26px;
    }
}










/* =========================================================
   ORTOPEDIA 365 MADRID
   HEADER 2026
   OpenCart 3.0.5.0 / Bootstrap 3
   ========================================================= */

#o365-header {
	position: relative;
	z-index: 1005;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	font-family: 'Open Sans', sans-serif;
}


/* =========================================================
   CONTAINER / ESTRUCTURA
   ========================================================= */

#o365-header .o365-header-row {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


/* =========================================================
   LOGO
   ========================================================= */

#o365-header .o365-logo {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
}

#o365-header .o365-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#o365-header .o365-logo img {
	display: block;
	width: auto;
	max-width: 270px;
	max-height: 48px;
	margin: 0;
}

#o365-header .o365-logo-text {
	font-size: 24px;
	font-weight: 700;
	color: #161616;
}


/* =========================================================
   NAVBAR
   ========================================================= */

#o365-header .o365-navbar {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
	min-height: 0;
}


/* =========================================================
   MENU
   ========================================================= */

#o365-header .o365-nav {
	float: none;
	display: flex;
	align-items: center;
	margin: 0 32px 0 auto;
	padding: 0;
}

#o365-header .o365-nav > li {
	float: none;
	position: relative;
}

#o365-header .o365-nav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 82px;
	padding: 0 19px;

	color: #111111;
	background: transparent;

	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .25px;
	text-transform: uppercase;

	text-shadow: none;
	transition:
		color .18s ease,
		background-color .18s ease;
}

#o365-header .o365-nav > li > a:hover,
#o365-header .o365-nav > li > a:focus,
#o365-header .o365-nav > li.open > a {
	color: #e30613;
	background: transparent;
}


/* pequeña línea inferior */

#o365-header .o365-nav > li > a:after {
	content: "";
	position: absolute;
	left: 19px;
	right: 19px;
	bottom: 19px;

	height: 2px;

	background: #e30613;

	transform: scaleX(0);
	transform-origin: center;

	transition: transform .18s ease;
}

#o365-header .o365-nav > li > a:hover:after,
#o365-header .o365-nav > li.open > a:after {
	transform: scaleX(1);
}


#o365-header .o365-chevron {
	margin-left: 6px;
	font-size: 11px;
}


/* =========================================================
   DROPDOWN SERVICIOS
   ========================================================= */

#o365-header .o365-dropdown {
	position: absolute;

	top: 72px;
	left: 50%;

	transform: translateX(-50%);

	width: 255px;
	min-width: 255px;

	margin: 0;
	padding: 8px 0;

	background: #ffffff;

	border: 1px solid #e9e9e9;
	border-radius: 3px;

	box-shadow:
		0 10px 30px rgba(0,0,0,.10);

	z-index: 1050;
}


/* pequeña conexión visual con Servicios */

#o365-header .o365-dropdown:before {
	content: "";
	position: absolute;

	top: -1px;
	left: 0;
	right: 0;

	height: 2px;

	background: #e30613;
}


/* ITEMS */

#o365-header .o365-dropdown > li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#o365-header .o365-dropdown > li > a {
	display: flex;
	align-items: center;

	width: 100%;

	padding: 13px 20px;

	color: #e30613;
	background: #ffffff;
	background-image: none;

	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;

	text-shadow: none;

	transition:
		background-color .18s ease,
		color .18s ease;
}


/* anula el azul original de OpenCart */

#o365-header .o365-dropdown > li > a:hover,
#o365-header .o365-dropdown > li > a:focus {
	color: #c9000c !important;

	background-color: #fff5f5 !important;
	background-image: none !important;

	text-decoration: none;
}


/* separación */

#o365-header .o365-dropdown > li + li > a {
	border-top: 1px solid #f1f1f1;
}


/* ICONOS */

#o365-header .o365-dropdown-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 29px;
	min-width: 29px;

	margin-right: 12px;

	color: #1d1d1d;
}

#o365-header .o365-dropdown-icon i {
	font-size: 18px;
}


/* icono rojo al pasar */

#o365-header .o365-dropdown > li > a:hover .o365-dropdown-icon {
	color: #e30613;
}


/* =========================================================
   BOTONES TELÉFONO / WHATSAPP
   ========================================================= */

#o365-header .o365-header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}


#o365-header .o365-header-btn {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 48px;
	min-width: 145px;

	padding: 0 20px;

	border-radius: 4px;

	font-size: 14px;
	font-weight: 700;
	line-height: 1;

	text-decoration: none;

	box-shadow: none;

	transition:
		background-color .18s ease,
		border-color .18s ease,
		color .18s ease,
		transform .18s ease;
}


#o365-header .o365-header-btn i {
	margin-right: 11px;
	font-size: 19px;
}


/* TELÉFONO */

#o365-header .o365-header-phone {
	color: #ffffff;

	background: #e30613;

	border: 1px solid #e30613;
}

#o365-header .o365-header-phone:hover,
#o365-header .o365-header-phone:focus {
	color: #ffffff;

	background: #c9000c;

	border-color: #c9000c;

	text-decoration: none;
}


/* WHATSAPP */

#o365-header .o365-header-whatsapp {
	color: #171717;

	background: #ffffff;

	border: 1px solid #168f88;
}

#o365-header .o365-header-whatsapp i {
	color: #168f88;
}

#o365-header .o365-header-whatsapp:hover,
#o365-header .o365-header-whatsapp:focus {
	color: #111111;

	background: #f2fbfa;

	border-color: #107b75;

	text-decoration: none;
}


/* =========================================================
   MOBILE TOGGLE
   ========================================================= */

#o365-header .o365-mobile-toggle {
	display: none;

	width: 44px;
	height: 44px;

	padding: 10px;

	background: #ffffff;

	border: 1px solid #dddddd;
	border-radius: 3px;

	outline: none;
}

#o365-header .o365-mobile-toggle span {
	display: block;

	height: 2px;
	width: 22px;

	margin: 4px auto;

	background: #111111;
}


/* =========================================================
   DESKTOP
   Dropdown también por HOVER
   ========================================================= */

@media (min-width: 992px) {

	#o365-header .o365-services:hover > .dropdown-menu {
		display: block;
	}

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 991px) {

	#o365-header .o365-header-row {
		min-height: 72px;
		flex-wrap: wrap;
	}

	#o365-header .o365-logo img {
		max-width: 225px;
		max-height: 42px;
	}

	#o365-header .o365-mobile-toggle {
		display: block;
		margin-left: auto;
	}

	#o365-header .o365-navbar {
		display: none !important;

		width: 100%;
		flex: 0 0 100%;

		padding: 12px 0 20px;
	}

	#o365-header .o365-navbar.in {
		display: block !important;
	}

	#o365-header .o365-nav {
		display: block;
		width: 100%;
		margin: 0;
	}

	#o365-header .o365-nav > li {
		display: block;
		width: 100%;
	}

	#o365-header .o365-nav > li > a {
		height: auto;
		padding: 15px 4px;

		border-bottom: 1px solid #eeeeee;
	}

	#o365-header .o365-nav > li > a:after {
		display: none;
	}

	#o365-header .o365-dropdown {
		position: static;

		width: 100%;
		min-width: 0;

		transform: none;

		margin: 0;
		padding: 0 0 5px;

		border: 0;
		border-bottom: 1px solid #eeeeee;

		box-shadow: none;
	}

	#o365-header .o365-dropdown:before {
		display: none;
	}

	#o365-header .o365-dropdown > li > a {
		padding: 13px 14px 13px 22px;
	}

	#o365-header .o365-header-actions {
		display: flex;
		width: 100%;

		margin-top: 18px;

		gap: 10px;
	}

	#o365-header .o365-header-btn {
		flex: 1 1 50%;
		min-width: 0;
	}

}


/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 520px) {

	#o365-header .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#o365-header .o365-logo img {
		max-width: 190px;
	}

	#o365-header .o365-header-actions {
		display: block;
	}

	#o365-header .o365-header-btn {
		width: 100%;
		margin-bottom: 10px;
	}

}













/* =========================================================
   ORTOPEDIA 365 MADRID
   PREFOOTER + FOOTER 2026
   OpenCart 3.0.5.0 / Bootstrap 3
   ========================================================= */


/* VARIABLES VISUALES */

#o365-prefooter,
#o365-footer {
	--o365-red: #e30613;
	--o365-red-dark: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-dark: #06736d;

	--o365-black: #151515;
	--o365-text: #454545;
	--o365-muted: #737373;

	--o365-line: #e8e8e8;
	--o365-soft: #fafbfb;

	font-family: 'Open Sans', sans-serif;
}


/* =========================================================
   PREFOOTER
   ========================================================= */

#o365-prefooter {
	position: relative;

	margin: 35px 0 0;
	padding: 0;

	background: #ffffff;

	color: var(--o365-text);
}


#o365-prefooter .o365-prefooter-inner {
	display: grid;

	grid-template-columns:
		minmax(0, 1.15fr)
		minmax(0, .85fr)
		minmax(0, 1fr);

	align-items: stretch;

	background: #ffffff;

	border: 1px solid var(--o365-line);
	border-radius: 5px;

	box-shadow:
		0 5px 18px rgba(0,0,0,.025);

	overflow: hidden;
}


/* ITEM */

#o365-prefooter .o365-prefooter-item {
	display: flex;
	align-items: flex-start;

	min-height: 128px;

	padding: 28px 34px;

	position: relative;
}


/* líneas verticales */

#o365-prefooter .o365-prefooter-item + .o365-prefooter-item {
	border-left: 1px solid var(--o365-line);
}


/* ICONO */

#o365-prefooter .o365-prefooter-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 42px;

	width: 42px;
	height: 42px;

	margin-right: 18px;

	color: var(--o365-teal);

	font-size: 30px;
	line-height: 1;
}


/* TEXTO */

#o365-prefooter .o365-prefooter-content {
	flex: 1;
	min-width: 0;
}


#o365-prefooter .o365-prefooter-content > strong {
	display: block;

	margin: 0 0 7px;

	color: var(--o365-black);

	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}


#o365-prefooter .o365-prefooter-content p {
	margin: 0 0 7px;

	color: var(--o365-text);

	font-size: 13px;
	line-height: 1.65;
}


#o365-prefooter .o365-prefooter-content a {
	display: inline-flex;
	align-items: center;

	color: var(--o365-red);

	font-size: 12px;
	font-weight: 700;

	text-decoration: none;
}


#o365-prefooter .o365-prefooter-content a i {
	margin-left: 6px;

	font-size: 11px;
}


#o365-prefooter .o365-prefooter-content a:hover {
	color: var(--o365-red-dark);
}


/* =========================================================
   PREFOOTER CONTACTO
   ========================================================= */

#o365-prefooter .o365-prefooter-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;

	gap: 10px;
}


#o365-prefooter .o365-prefooter-contact-line {
	display: flex;
	align-items: center;

	min-height: 25px;

	color: var(--o365-text);

	font-size: 14px;
	line-height: 1.4;
}


#o365-prefooter .o365-prefooter-contact-line > i {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 31px;

	margin-right: 10px;

	color: var(--o365-teal);

	font-size: 21px;
}


#o365-prefooter .o365-prefooter-contact-line strong {
	color: var(--o365-black);

	font-weight: 700;
}


#o365-prefooter .o365-prefooter-contact-line a {
	color: var(--o365-text);

	text-decoration: none;
}


#o365-prefooter .o365-prefooter-contact-line a:hover {
	color: var(--o365-red);
}



/* =========================================================
   FOOTER
   ANULA EL FOOTER OSCURO ORIGINAL DE OPENCART
   ========================================================= */

footer#o365-footer {
	margin-top: 18px !important;

	padding: 25px 0 15px !important;

	background: #ffffff !important;
	background-color: #ffffff !important;

	border-top: 1px solid #eeeeee !important;

	color: var(--o365-text) !important;
}


/* MAIN GRID */

#o365-footer .o365-footer-main {
	display: grid;

	grid-template-columns:
		minmax(230px, 1.35fr)
		minmax(145px, .8fr)
		minmax(250px, 1.15fr)
		minmax(110px, .6fr);

	gap: 0;

	align-items: start;
}


/* columnas */

#o365-footer .o365-footer-brand,
#o365-footer .o365-footer-column {
	min-height: 180px;

	padding: 7px 28px 20px;
}


#o365-footer .o365-footer-brand {
	padding-left: 0;
}


#o365-footer .o365-footer-column {
	border-left: 1px solid var(--o365-line);
}


/* =========================================================
   LOGO
   ========================================================= */

#o365-footer .o365-footer-logo {
	margin: 0 0 15px;
}


#o365-footer .o365-footer-logo a {
	display: inline-block;
}


#o365-footer .o365-footer-logo img {
	display: block;

	width: auto;

	max-width: 220px;
	max-height: 46px;

	margin: 0;
}


/* fallback */

#o365-footer .o365-footer-logo span {
	color: #111111;

	font-size: 21px;
	font-weight: 700;
}


/* descripción SEO */

#o365-footer .o365-footer-description {
	max-width: 265px;

	margin: 0;

	color: #5f5f5f;

	font-size: 12px;
	line-height: 1.7;
}


/* =========================================================
   REDES
   ========================================================= */

#o365-footer .o365-footer-social {
	display: flex;
	align-items: center;

	gap: 9px;

	margin-top: 14px;
}


#o365-footer .o365-footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 31px;
	height: 31px;

	color: #3f3f3f !important;

	background: #ffffff;

	border: 1px solid #d8d8d8;
	border-radius: 50%;

	font-size: 14px;

	text-decoration: none;

	transition:
		color .18s ease,
		border-color .18s ease,
		background-color .18s ease;
}


#o365-footer .o365-footer-social a:hover {
	color: var(--o365-teal) !important;

	border-color: var(--o365-teal);

	background: #f6fbfa;
}



/* =========================================================
   HEADINGS
   ========================================================= */

#o365-footer h5 {
	margin: 0 0 17px !important;

	padding: 0 !important;

	color: var(--o365-black) !important;

	font-family: 'Open Sans', sans-serif !important;

	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;

	text-transform: uppercase;
}



/* =========================================================
   LINKS
   ========================================================= */

#o365-footer ul {
	margin: 0;
	padding: 0;

	list-style: none;
}


#o365-footer ul li {
	margin: 0 0 10px;
	padding: 0;
}


#o365-footer ul li:last-child {
	margin-bottom: 0;
}


#o365-footer ul li a {
	color: #555555 !important;

	font-size: 12px;
	line-height: 1.4;

	text-decoration: none;
}


#o365-footer ul li a:hover,
#o365-footer ul li a:focus {
	color: var(--o365-red) !important;

	text-decoration: none;
}



/* =========================================================
   CONTACTO FOOTER
   ========================================================= */

#o365-footer .o365-footer-contact-item {
	display: flex;
	align-items: flex-start;

	margin: 0 0 9px;

	color: #555555;

	font-size: 12px;
	line-height: 1.55;
}


#o365-footer .o365-footer-contact-item:last-child {
	margin-bottom: 0;
}


#o365-footer .o365-footer-contact-item > i {
	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 20px;

	width: 20px;

	margin: 2px 8px 0 0;

	color: #222222;

	font-size: 13px;
}


#o365-footer .o365-footer-contact-item strong {
	color: #222222;

	font-weight: 700;
}


#o365-footer .o365-footer-contact-item a {
	color: #555555 !important;

	text-decoration: none;
}


#o365-footer .o365-footer-contact-item a:hover {
	color: var(--o365-red) !important;
}



/* WhatsApp */

#o365-footer .o365-footer-contact-item .fa-whatsapp {
	color: var(--o365-teal);
}



/* =========================================================
   COPYRIGHT + IDENTYON
   ========================================================= */

#o365-footer .o365-footer-bottom {
	padding: 14px 0 0;

	border-top: 1px solid var(--o365-line);

	text-align: center;
}


#o365-footer .o365-copyright {
	color: #666666;

	font-size: 11px;
	line-height: 1.5;
}


#o365-footer .o365-powered {
	margin-top: 4px;

	color: #858585;

	font-size: 10px;
	line-height: 1.5;
}


#o365-footer .o365-powered a {
	color: var(--o365-teal) !important;

	font-weight: 600;

	text-decoration: underline;
	text-underline-offset: 2px;
}


#o365-footer .o365-powered a:hover,
#o365-footer .o365-powered a:focus {
	color: var(--o365-red) !important;
}



/* =========================================================
   RESPONSIVE TABLET
   ========================================================= */

@media (max-width: 991px) {

	#o365-prefooter .o365-prefooter-inner {
		grid-template-columns: 1fr 1fr;
	}

	#o365-prefooter .o365-prefooter-contact {
		grid-column: 1 / -1;

		border-left: 0;
		border-top: 1px solid var(--o365-line);

		flex-direction: row;
		justify-content: space-around;

		padding-top: 22px;
		padding-bottom: 22px;
	}


	#o365-footer .o365-footer-main {
		grid-template-columns: 1fr 1fr;
	}


	#o365-footer .o365-footer-brand,
	#o365-footer .o365-footer-column {
		min-height: auto;

		padding: 20px;
	}


	#o365-footer .o365-footer-brand {
		padding-left: 20px;

		border-bottom: 1px solid var(--o365-line);
	}


	#o365-footer .o365-footer-column {
		border-left: 0;
		border-bottom: 1px solid var(--o365-line);
	}


	#o365-footer .o365-footer-main > *:nth-child(even) {
		border-left: 1px solid var(--o365-line);
	}

}



/* =========================================================
   RESPONSIVE MÓVIL
   ========================================================= */

@media (max-width: 767px) {

	#o365-prefooter {
		margin-top: 25px;
	}


	#o365-prefooter .o365-prefooter-inner {
		display: block;
	}


	#o365-prefooter .o365-prefooter-item {
		min-height: 0;

		padding: 22px 20px;

		border-left: 0 !important;
		border-bottom: 1px solid var(--o365-line);
	}


	#o365-prefooter .o365-prefooter-item:last-child {
		border-bottom: 0;
	}


	#o365-prefooter .o365-prefooter-contact {
		display: block;
	}


	#o365-prefooter .o365-prefooter-contact-line {
		margin-bottom: 13px;
	}


	#o365-prefooter .o365-prefooter-contact-line:last-child {
		margin-bottom: 0;
	}



	/* FOOTER */

	#o365-footer .o365-footer-main {
		display: block;
	}


	#o365-footer .o365-footer-brand,
	#o365-footer .o365-footer-column {
		padding: 22px 5px;

		border-left: 0 !important;
		border-bottom: 1px solid var(--o365-line);
	}


	#o365-footer .o365-footer-brand {
		padding-top: 10px;
	}


	#o365-footer .o365-footer-logo img {
		max-width: 210px;
	}


	#o365-footer .o365-footer-description {
		max-width: 100%;
	}


	#o365-footer h5 {
		margin-bottom: 14px !important;
	}


	#o365-footer .o365-footer-bottom {
		padding: 18px 5px 3px;
	}

}



/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

	#o365-prefooter .o365-prefooter-icon {
		flex: 0 0 34px;

		width: 34px;

		margin-right: 12px;

		font-size: 25px;
	}


	#o365-prefooter .o365-prefooter-content p,
	#o365-footer .o365-footer-description,
	#o365-footer ul li a,
	#o365-footer .o365-footer-contact-item {
		font-size: 12px;
	}

}

/* =========================================================
   ORTOPEDIA 365 MADRID
   AJUSTE VISUAL PREFOOTER + FOOTER
   Mantiene el HTML actual
   ========================================================= */


/* =========================================================
   PREFOOTER
   ========================================================= */

#o365-prefooter {
	margin-top: 42px;

	padding: 32px 0;

	background: #f3f7f6;

	border-top: 1px solid #e6ecea;
	border-bottom: 1px solid #e6ecea;

	color: #3f3f3f;
}


/* caja interior */

#o365-prefooter .o365-prefooter-inner {
	background: #ffffff;

	border: 1px solid #e1e7e5;

	border-radius: 5px;

	box-shadow:
		0 5px 18px rgba(0, 0, 0, .025);
}


/* bloques */

#o365-prefooter .o365-prefooter-item {
	min-height: 145px;

	padding: 30px 40px;
}


/* iconos principales */

#o365-prefooter .o365-prefooter-icon {
	width: 46px;
	flex: 0 0 46px;

	height: 46px;

	margin-right: 20px;

	font-size: 31px;

	color: #078c84;
}


/* título */

#o365-prefooter .o365-prefooter-content > strong {
	margin-bottom: 8px;

	font-size: 15px;

	line-height: 1.4;

	font-weight: 700;

	color: #151515;
}


/* texto */

#o365-prefooter .o365-prefooter-content p {
	margin-bottom: 8px;

	font-size: 14px;

	line-height: 1.65;

	color: #505050;
}


/* Google Maps */

#o365-prefooter .o365-prefooter-content a {
	font-size: 13px;

	line-height: 1.5;

	font-weight: 700;
}


/* contacto */

#o365-prefooter .o365-prefooter-contact {
	gap: 13px;
}


#o365-prefooter .o365-prefooter-contact-line {
	min-height: 27px;

	font-size: 14px;

	line-height: 1.5;
}


#o365-prefooter .o365-prefooter-contact-line > i {
	width: 33px;

	margin-right: 11px;

	font-size: 21px;
}


#o365-prefooter .o365-prefooter-contact-line strong {
	font-size: 14px;

	font-weight: 700;

	color: #171717;
}


#o365-prefooter .o365-prefooter-contact-line a {
	font-size: 14px;

	color: #4c4c4c;
}



/* =========================================================
   FOOTER GENERAL
   ========================================================= */

footer#o365-footer {
	margin-top: 0 !important;

	padding: 38px 0 18px !important;

	background: #f7f8f8 !important;

	border-top: 1px solid #e1e5e4 !important;

	color: #444444 !important;
}


/* =========================================================
   GRID
   ========================================================= */

#o365-footer .o365-footer-main {
	align-items: stretch;
}


#o365-footer .o365-footer-brand,
#o365-footer .o365-footer-column {
	min-height: 205px;

	padding-top: 5px;
	padding-bottom: 25px;
}


#o365-footer .o365-footer-brand {
	padding-right: 36px;
}


#o365-footer .o365-footer-column {
	padding-left: 34px;
	padding-right: 30px;

	border-left-color: #dde2e1;
}



/* =========================================================
   LOGO
   ========================================================= */

#o365-footer .o365-footer-logo {
	margin-bottom: 20px;
}


#o365-footer .o365-footer-logo img {
	max-width: 245px;

	max-height: 52px;
}



/* =========================================================
   TEXTO SEO / MARCA
   ========================================================= */

#o365-footer .o365-footer-description {
	max-width: 300px;

	font-size: 13.5px;

	line-height: 1.75;

	color: #565656;
}



/* =========================================================
   TÍTULOS
   ========================================================= */

#o365-footer h5 {
	margin-bottom: 20px !important;

	font-size: 14px !important;

	line-height: 1.4 !important;

	font-weight: 700 !important;

	color: #121212 !important;

	letter-spacing: .15px;
}



/* pequeño detalle rojo bajo títulos */

#o365-footer .o365-footer-column h5:after {
	content: "";

	display: block;

	width: 24px;
	height: 2px;

	margin-top: 8px;

	background: #e30613;
}



/* =========================================================
   LINKS
   ========================================================= */

#o365-footer ul li {
	margin-bottom: 13px;
}


#o365-footer ul li a {
	font-size: 13.5px;

	line-height: 1.5;

	color: #4f4f4f !important;
}


#o365-footer ul li a:hover {
	color: #e30613 !important;
}



/* =========================================================
   CONTACTO
   ========================================================= */

#o365-footer .o365-footer-contact-item {
	margin-bottom: 11px;

	font-size: 13.5px;

	line-height: 1.6;

	color: #505050;
}


#o365-footer .o365-footer-contact-item > i {
	width: 22px;
	flex: 0 0 22px;

	margin-right: 9px;

	font-size: 14px;
}


#o365-footer .o365-footer-contact-item strong {
	font-size: 13.5px;

	color: #171717;
}


#o365-footer .o365-footer-contact-item a {
	font-size: 13.5px;

	color: #505050 !important;
}



/* =========================================================
   REDES SOCIALES
   ========================================================= */

#o365-footer .o365-footer-social {
	margin-top: 18px;

	gap: 10px;
}


#o365-footer .o365-footer-social a {
	width: 35px;
	height: 35px;

	font-size: 15px;

	border-color: #ccd5d2;
}



/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

#o365-footer .o365-footer-bottom {
	margin-top: 5px;

	padding: 18px 0 3px;

	border-top: 1px solid #dfe3e2;

	text-align: center;
}


#o365-footer .o365-copyright {
	font-size: 12px;

	line-height: 1.5;

	color: #626262;
}


#o365-footer .o365-powered {
	margin-top: 5px;

	font-size: 11.5px;

	line-height: 1.5;

	color: #797979;
}


#o365-footer .o365-powered a {
	font-size: 11.5px;

	font-weight: 600;

	color: #078c84 !important;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	#o365-prefooter {
		padding: 25px 0;
	}


	#o365-prefooter .o365-prefooter-item {
		padding: 27px 28px;
	}


	#o365-footer .o365-footer-brand,
	#o365-footer .o365-footer-column {
		padding: 26px;
	}


	#o365-footer .o365-footer-description {
		max-width: 100%;
	}

}



/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

	#o365-prefooter {
		margin-top: 30px;

		padding: 18px 0;
	}


	#o365-prefooter .o365-prefooter-item {
		padding: 24px 20px;
	}


	#o365-prefooter .o365-prefooter-content > strong {
		font-size: 15px;
	}


	#o365-prefooter .o365-prefooter-content p,
	#o365-prefooter .o365-prefooter-contact-line,
	#o365-prefooter .o365-prefooter-contact-line a {
		font-size: 14px;
	}



	footer#o365-footer {
		padding-top: 25px !important;
	}


	#o365-footer .o365-footer-brand,
	#o365-footer .o365-footer-column {
		padding: 24px 5px;
	}


	#o365-footer .o365-footer-description {
		font-size: 13.5px;

		line-height: 1.7;
	}


	#o365-footer h5 {
		font-size: 14px !important;
	}


	#o365-footer ul li a,
	#o365-footer .o365-footer-contact-item,
	#o365-footer .o365-footer-contact-item strong,
	#o365-footer .o365-footer-contact-item a {
		font-size: 13.5px;
	}

}









/* =========================================================
   ORTOPEDIA 365 MADRID
   CONTACTO 2026
   Bootstrap 3 / OpenCart 3.0.5.0
   ========================================================= */

.o365-contact-page {

	--o365-red: #e30613;
	--o365-red-hover: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-hover: #06746e;

	--o365-black: #16191d;
	--o365-text: #565b61;
	--o365-muted: #747a80;

	--o365-line: #e4e8e7;

	--o365-soft: #f6faf9;
	--o365-soft-2: #f9fafa;

	padding: 65px 0 55px;

	background: #ffffff;

	font-family: 'Open Sans', sans-serif;

	color: var(--o365-text);
}



/* =========================================================
   INTRO
   ========================================================= */

.o365-contact-intro {

	max-width: 760px;

	margin: 0 auto 48px;

	text-align: center;
}


.o365-contact-eyebrow {

	display: inline-flex;

	align-items: center;

	margin-bottom: 12px;

	color: var(--o365-red);

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: .25px;
}


.o365-contact-eyebrow i {

	margin-right: 7px;

	font-size: 15px;
}


.o365-contact-eyebrow:after {

	content: "";

	display: block;

	position: absolute;
}


.o365-contact-intro h1 {

	margin: 0 0 14px;

	color: var(--o365-black);

	font-size: 40px;

	line-height: 1.18;

	font-weight: 700;
}


.o365-contact-intro p {

	max-width: 680px;

	margin: 0 auto;

	color: #62676c;

	font-size: 16px;

	line-height: 1.7;
}



/* =========================================================
   BLOQUE PRINCIPAL
   ========================================================= */

.o365-contact-main {

	display: flex;

	align-items: stretch;

	margin-bottom: 30px;
}


.o365-contact-main > [class*="col-"] {

	display: flex;
}



/* =========================================================
   CARD CONTACTO
   ========================================================= */

.o365-contact-card {

	width: 100%;

	padding: 30px 31px 28px;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 8px 24px rgba(0, 0, 0, .045);
}



/* LOGO */

.o365-contact-logo {

	margin: 0 0 19px;

	padding: 0 8px 16px;

	border-bottom: 1px solid #edf0ef;
}


.o365-contact-logo img {

	width: auto;

	max-width: 245px;

	max-height: 53px;

	margin: 0;
}



/* =========================================================
   FILAS DE CONTACTO
   ========================================================= */

.o365-contact-row {

	display: flex;

	align-items: center;

	min-height: 73px;

	padding: 12px 4px;

	border-bottom: 1px solid #e8ebea;
}


.o365-contact-row:last-of-type {

	border-bottom: 0;
}



/* ICON */

.o365-contact-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 54px;

	width: 54px;

	height: 54px;

	margin-right: 17px;

	background: #eff9f7;

	border-radius: 8px;

	color: var(--o365-teal);

	font-size: 25px;
}


.o365-contact-icon .fa-mobile {

	font-size: 30px;
}



/* DATA */

.o365-contact-data {

	flex: 1;

	min-width: 0;
}


.o365-contact-data strong {

	display: block;

	margin: 0 0 4px;

	color: var(--o365-black);

	font-size: 15px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-contact-data p {

	margin: 0;

	color: var(--o365-text);

	font-size: 14px;

	line-height: 1.6;
}


.o365-contact-data a {

	color: #4d5257;

	font-size: 14px;

	line-height: 1.6;

	text-decoration: none;
}


.o365-contact-data a:hover {

	color: var(--o365-red);

	text-decoration: none;
}


.o365-contact-data .o365-contact-highlight {

	color: var(--o365-red);

	font-weight: 600;
}



/* =========================================================
   BOTONES
   ========================================================= */

.o365-contact-buttons {

	display: flex;

	gap: 14px;

	margin-top: 20px;
}


.o365-contact-btn {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 1 1 50%;

	height: 49px;

	padding: 0 18px;

	border-radius: 5px;

	font-size: 14px;

	line-height: 1;

	font-weight: 700;

	text-decoration: none;

	transition:
		background-color .18s ease,
		border-color .18s ease,
		color .18s ease;
}


.o365-contact-btn i {

	margin-right: 10px;

	font-size: 18px;
}



/* LLAMAR */

.o365-contact-btn-phone {

	color: #ffffff !important;

	background: var(--o365-red);

	border: 1px solid var(--o365-red);
}


.o365-contact-btn-phone:hover,
.o365-contact-btn-phone:focus {

	color: #ffffff !important;

	background: var(--o365-red-hover);

	border-color: var(--o365-red-hover);

	text-decoration: none;
}



/* WHATSAPP */

.o365-contact-btn-whatsapp {

	color: var(--o365-teal) !important;

	background: #ffffff;

	border: 1px solid var(--o365-teal);
}


.o365-contact-btn-whatsapp:hover,
.o365-contact-btn-whatsapp:focus {

	color: var(--o365-teal-hover) !important;

	background: #f1faf8;

	border-color: var(--o365-teal-hover);

	text-decoration: none;
}



/* =========================================================
   MAPA
   ========================================================= */

.o365-map-card {

	width: 100%;

	padding: 31px;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 8px 24px rgba(0, 0, 0, .04);
}


.o365-map-frame {

	position: relative;

	width: 100%;

	height: 100%;

	min-height: 515px;

	overflow: hidden;

	background: #f7faf9;

	border-radius: 6px;
}


/* iframe real */

.o365-map-frame iframe {

	display: block;

	width: 100% !important;

	height: 100% !important;

	min-height: 515px;

	margin: 0;

	padding: 0;

	border: 0 !important;
}



/* =========================================================
   PLACEHOLDER DEL MAPA
   ELIMINAR CUANDO SE INTRODUZCA EL IFRAME
   ========================================================= */

.o365-map-placeholder {

	position: absolute;

	inset: 0;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	text-align: center;

	color: var(--o365-teal);

	border: 1px dashed rgba(7, 140, 132, .65);

	border-radius: 6px;

	background:
		linear-gradient(
			rgba(249,252,251,.90),
			rgba(249,252,251,.90)
		);
}


.o365-map-placeholder .fa-map-marker {

	margin-bottom: 13px;

	font-size: 49px;
}


.o365-map-placeholder strong {

	display: block;

	margin-bottom: 6px;

	font-size: 20px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-map-placeholder span {

	color: #71777c;

	font-size: 15px;
}



/* =========================================================
   ACCIONES RÁPIDAS
   ========================================================= */

.o365-contact-quick {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	margin-top: 30px;

	padding: 24px 18px;

	background: #f5f9f8;

	border: 1px solid #e2e9e7;

	border-radius: 7px;

	box-shadow:
		0 5px 18px rgba(0, 0, 0, .025);
}


.o365-contact-quick-item {

	display: flex;

	align-items: center;

	padding: 6px 25px;
}


.o365-contact-quick-item + .o365-contact-quick-item {

	border-left: 1px solid #dce4e2;
}



/* ICON */

.o365-quick-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 74px;

	width: 74px;

	height: 74px;

	margin-right: 23px;

	background: #ffffff;

	border: 1px solid #dfe5e3;

	border-radius: 10px;

	box-shadow:
		0 3px 10px rgba(0, 0, 0, .025);

	color: var(--o365-teal);

	font-size: 34px;
}



/* CONTENT */

.o365-quick-content {

	flex: 1;

	min-width: 0;
}


.o365-quick-content h3 {

	margin: 0 0 7px;

	color: var(--o365-black);

	font-size: 17px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-quick-content p {

	margin: 0 0 8px;

	color: #666c71;

	font-size: 13px;

	line-height: 1.65;
}


.o365-quick-content a {

	color: var(--o365-red);

	font-size: 13px;

	line-height: 1.5;

	font-weight: 700;

	text-decoration: none;
}


.o365-quick-content a:hover {

	color: var(--o365-red-hover);

	text-decoration: none;
}


.o365-quick-content a i {

	margin-left: 6px;

	font-size: 11px;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-contact-page {

		padding: 50px 0;
	}


	.o365-contact-main {

		display: block;
	}


	.o365-contact-main > [class*="col-"] {

		display: block;
	}


	.o365-contact-card {

		margin-bottom: 25px;
	}


	.o365-map-frame,
	.o365-map-frame iframe {

		min-height: 450px;
	}


	.o365-contact-quick {

		grid-template-columns: 1fr;
	}


	.o365-contact-quick-item {

		padding: 20px;
	}


	.o365-contact-quick-item + .o365-contact-quick-item {

		border-left: 0;

		border-top: 1px solid #dce4e2;
	}

}



/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

	.o365-contact-page {

		padding: 38px 0;
	}


	.o365-contact-intro {

		margin-bottom: 32px;

		padding: 0 10px;
	}


	.o365-contact-intro h1 {

		font-size: 30px;
	}


	.o365-contact-intro p {

		font-size: 14px;
	}


	.o365-contact-card {

		padding: 23px 18px;
	}


	.o365-contact-logo img {

		max-width: 220px;
	}


	.o365-contact-row {

		min-height: 68px;
	}


	.o365-contact-icon {

		flex-basis: 48px;

		width: 48px;

		height: 48px;

		margin-right: 14px;

		font-size: 22px;
	}


	.o365-contact-buttons {

		display: block;
	}


	.o365-contact-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-map-card {

		padding: 14px;
	}


	.o365-map-frame,
	.o365-map-frame iframe {

		min-height: 360px;
	}


	.o365-contact-quick {

		padding: 5px 15px;
	}


	.o365-contact-quick-item {

		padding: 20px 5px;
	}


	.o365-quick-icon {

		flex: 0 0 58px;

		width: 58px;

		height: 58px;

		margin-right: 15px;

		font-size: 27px;
	}


	.o365-quick-content h3 {

		font-size: 16px;
	}

}



/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

	.o365-contact-intro h1 {

		font-size: 27px;
	}


	.o365-contact-data strong {

		font-size: 14px;
	}


	.o365-contact-data p,
	.o365-contact-data a {

		font-size: 13px;
	}


	.o365-contact-quick-item {

		align-items: flex-start;
	}


	.o365-quick-content p br {

		display: none;
	}

}








/* =========================================================
   ORTOPEDIA 365 MADRID
   NOSOTROS 2026
   OpenCart 3.0.5.0 / Bootstrap 3
   ========================================================= */

.o365-nosotros {

	--o365-red: #e30613;
	--o365-red-dark: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-dark: #066f69;

	--o365-black: #15191d;
	--o365-text: #52585e;

	--o365-line: #e5e9e8;

	width: 100%;

	background: #ffffff;

	color: var(--o365-text);

	font-family: 'Open Sans', sans-serif;
}



/* =========================================================
   HERO
   ========================================================= */

.o365-nosotros-hero {

	width: 100%;

	background: #ffffff;

	border-bottom: 1px solid #eeeeee;

	overflow: hidden;
}


.o365-nosotros-hero-row {

	display: flex;

	align-items: stretch;
}



/* =========================================================
   HERO TEXTO
   ========================================================= */

.o365-nosotros-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 500px;

	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 55px;
}


.o365-nosotros-label {

	margin-bottom: 17px;

	color: var(--o365-red);

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: 2px;

	text-transform: uppercase;
}


.o365-nosotros-hero h1 {

	margin: 0 0 22px;

	color: var(--o365-black);

	font-size: 43px;

	line-height: 1.15;

	font-weight: 700;

	letter-spacing: -.7px;
}


.o365-nosotros-hero-copy > p {

	max-width: 475px;

	margin: 0;

	color: #53595e;

	font-size: 15px;

	line-height: 1.8;
}



/* =========================================================
   HERO IMAGEN
   ========================================================= */

.o365-nosotros-hero-image {

	min-height: 500px;

	padding: 0;

	overflow: hidden;

	background: #f5f5f5;
}


.o365-nosotros-hero-image img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 500px;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   BOTONES HERO
   ========================================================= */

.o365-nosotros-actions {

	display: flex;

	align-items: center;

	gap: 16px;

	margin-top: 30px;
}


.o365-nosotros-btn {

	display: flex;

	align-items: center;

	justify-content: center;

	min-width: 175px;

	height: 52px;

	padding: 0 20px;

	border-radius: 5px;

	font-size: 12px;

	font-weight: 600;

	line-height: 1.15;

	text-decoration: none;

	transition:
		background-color .18s ease,
		border-color .18s ease,
		color .18s ease;
}


.o365-nosotros-btn i {

	margin-right: 11px;

	font-size: 19px;
}


.o365-nosotros-btn span {

	display: block;
}


.o365-nosotros-btn strong {

	display: block;

	margin-top: 2px;

	font-size: 14px;

	font-weight: 700;
}



/* LLAMAR */

.o365-nosotros-call {

	color: #ffffff !important;

	background: var(--o365-red);

	border: 1px solid var(--o365-red);
}


.o365-nosotros-call:hover,
.o365-nosotros-call:focus {

	color: #ffffff !important;

	background: var(--o365-red-dark);

	border-color: var(--o365-red-dark);

	text-decoration: none;
}



/* WHATSAPP */

.o365-nosotros-whatsapp {

	color: var(--o365-teal) !important;

	background: #ffffff;

	border: 1px solid var(--o365-teal);
}


.o365-nosotros-whatsapp:hover,
.o365-nosotros-whatsapp:focus {

	color: var(--o365-teal-dark) !important;

	background: #f2faf9;

	border-color: var(--o365-teal-dark);

	text-decoration: none;
}



/* =========================================================
   BLOQUE TRADICIÓN
   ========================================================= */

.o365-nosotros-about {

	padding: 48px 0 50px;

	background:
		linear-gradient(
			to bottom,
			#fafafa 0%,
			#ffffff 100%
		);
}


.o365-nosotros-about-row {

	display: flex;

	align-items: center;
}



/* =========================================================
   IMAGEN PRODUCTOS
   ========================================================= */

.o365-nosotros-about-image {

	padding-right: 35px;
}


.o365-nosotros-image-box {

	width: 100%;

	height: 335px;

	overflow: hidden;

	background: #ffffff;

	border-radius: 6px;

	border: 1px solid #e7e9e9;
}


.o365-nosotros-image-box img {

	display: block;

	width: 100%;

	height: 100%;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   TEXTO TRADICIÓN
   ========================================================= */

.o365-nosotros-about-copy {

	display: flex;

	align-items: center;
}


.o365-nosotros-about-inner {

	max-width: 485px;

	padding-left: 20px;
}


.o365-nosotros-about h2 {

	margin: 0 0 20px;

	color: var(--o365-black);

	font-size: 31px;

	line-height: 1.25;

	font-weight: 700;

	letter-spacing: -.4px;
}


.o365-nosotros-about-copy p {

	margin: 0;

	color: #545a5f;

	font-size: 15px;

	line-height: 1.8;
}



/* =========================================================
   VALORES
   ========================================================= */

.o365-nosotros-values {

	margin-top: 45px;
}


.o365-nosotros-values > [class*="col-"] {

	display: flex;
}


.o365-nosotros-value {

	display: flex;

	align-items: center;

	width: 100%;

	min-height: 145px;

	padding: 25px;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 8px 22px rgba(0,0,0,.035);
}



/* ICON */

.o365-nosotros-value-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 68px;

	width: 68px;

	height: 68px;

	margin-right: 20px;

	background: #eef7f6;

	border-radius: 50%;

	color: var(--o365-teal);

	font-size: 29px;
}



/* COPY */

.o365-nosotros-value-content {

	flex: 1;

	min-width: 0;
}


.o365-nosotros-value h3 {

	margin: 0 0 8px;

	color: var(--o365-black);

	font-size: 16px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-nosotros-value p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.65;
}



/* =========================================================
   COMPROMISO
   ========================================================= */

.o365-nosotros-commitment {

	padding: 0 0 52px;

	background: #ffffff;
}


.o365-nosotros-commitment-box {

	display: flex;

	align-items: center;

	max-width: 100%;

	min-height: 155px;

	padding: 30px 65px;

	background:
		linear-gradient(
			90deg,
			#f4f9f8 0%,
			#edf6f5 50%,
			#f6faf9 100%
		);

	border: 1px solid #e1ecea;

	border-radius: 7px;
}



/* ICON */

.o365-nosotros-commitment-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 88px;

	width: 88px;

	height: 88px;

	margin-right: 40px;

	color: #ffffff;

	background: var(--o365-teal);

	border-radius: 50%;

	font-size: 34px;
}



/* COPY */

.o365-nosotros-commitment-content {

	flex: 1;
}


.o365-nosotros-commitment h2 {

	margin: 0 0 7px;

	color: var(--o365-black);

	font-size: 25px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-nosotros-commitment p {

	max-width: 680px;

	margin: 0;

	color: #53595e;

	font-size: 14px;

	line-height: 1.7;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-nosotros-hero-row,
	.o365-nosotros-about-row {

		display: block;
	}


	.o365-nosotros-hero-copy {

		min-height: 0;

		padding: 50px 30px;
	}


	.o365-nosotros-hero-image {

		min-height: 390px;
	}


	.o365-nosotros-hero-image img {

		min-height: 390px;
	}


	.o365-nosotros-about-image {

		padding-right: 15px;
		padding-left: 15px;

		margin-bottom: 30px;
	}


	.o365-nosotros-image-box {

		height: 370px;
	}


	.o365-nosotros-about-inner {

		max-width: none;

		padding: 0 15px;
	}


	.o365-nosotros-values > [class*="col-"] {

		display: flex;
	}


	.o365-nosotros-value {

		padding: 19px;

		flex-direction: column;

		text-align: center;
	}


	.o365-nosotros-value-icon {

		margin: 0 0 15px;
	}


	.o365-nosotros-commitment-box {

		padding: 30px 40px;
	}

}



/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

	.o365-nosotros-hero-copy {

		padding: 38px 15px 42px;
	}


	.o365-nosotros-hero h1 {

		font-size: 33px;
	}


	.o365-nosotros-hero-copy > p {

		font-size: 14px;
	}


	.o365-nosotros-actions {

		display: block;
	}


	.o365-nosotros-btn {

		width: 100%;

		margin: 0 0 11px;
	}


	.o365-nosotros-hero-image,
	.o365-nosotros-hero-image img {

		min-height: 300px;
	}


	.o365-nosotros-about {

		padding: 35px 0;
	}


	.o365-nosotros-image-box {

		height: 270px;
	}


	.o365-nosotros-about h2 {

		font-size: 25px;
	}


	.o365-nosotros-about-copy p {

		font-size: 14px;
	}


	.o365-nosotros-values {

		margin-top: 30px;
	}


	.o365-nosotros-values > [class*="col-"] {

		display: block;

		margin-bottom: 15px;
	}


	.o365-nosotros-value {

		min-height: 0;

		flex-direction: row;

		text-align: left;

		padding: 20px;
	}


	.o365-nosotros-value-icon {

		flex: 0 0 58px;

		width: 58px;

		height: 58px;

		margin: 0 17px 0 0;

		font-size: 25px;
	}


	.o365-nosotros-commitment {

		padding-bottom: 35px;
	}


	.o365-nosotros-commitment-box {

		display: block;

		padding: 30px 22px;

		text-align: center;
	}


	.o365-nosotros-commitment-icon {

		width: 70px;

		height: 70px;

		margin: 0 auto 18px;

		font-size: 28px;
	}


	.o365-nosotros-commitment h2 {

		font-size: 21px;
	}

}



/* =========================================================
   MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

	.o365-nosotros-hero h1 {

		font-size: 29px;
	}


	.o365-nosotros-about h2 {

		font-size: 23px;
	}


	.o365-nosotros-value {

		padding: 17px 15px;
	}


	.o365-nosotros-value h3 {

		font-size: 15px;
	}

}
















/* =========================================================
   ORTOPEDIA 365 MADRID
   OFERTAS 2026
   OpenCart 3.0.5.0 / Bootstrap 3
   ========================================================= */

.o365-offers-page {

	--o365-red: #e30613;
	--o365-red-dark: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-dark: #056e69;

	--o365-black: #16191d;
	--o365-text: #53595e;
	--o365-muted: #73787d;

	--o365-line: #e4e9e8;

	--o365-soft: #f6f9f8;
	--o365-soft-teal: #eef7f6;

	width: 100%;

	background: #ffffff;

	font-family: 'Open Sans', sans-serif;

	color: var(--o365-text);
}



/* =========================================================
   HERO
   ========================================================= */

.o365-offers-hero {

	overflow: hidden;

	background: #ffffff;

	border-bottom: 1px solid #eeeeee;
}


.o365-offers-hero-row {

	display: flex;

	align-items: stretch;
}


.o365-offers-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 465px;

	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 55px;
}


.o365-offers-label {

	margin-bottom: 15px;

	color: var(--o365-red);

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: 1.8px;

	text-transform: uppercase;
}


.o365-offers-hero h1 {

	margin: 0 0 22px;

	color: var(--o365-black);

	font-size: 42px;

	line-height: 1.17;

	font-weight: 700;

	letter-spacing: -.6px;
}


.o365-offers-hero-copy > p {

	max-width: 480px;

	margin: 0;

	color: #555b60;

	font-size: 15px;

	line-height: 1.8;
}



/* HERO IMAGE */

.o365-offers-hero-image {

	min-height: 465px;

	padding: 0;

	overflow: hidden;

	background: #f4f4f4;
}


.o365-offers-hero-image img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 465px;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   HERO BUTTONS
   ========================================================= */

.o365-offers-actions {

	display: flex;

	gap: 16px;

	margin-top: 29px;
}


.o365-offers-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 170px;

	height: 49px;

	padding: 0 20px;

	border-radius: 5px;

	font-size: 14px;

	font-weight: 700;

	line-height: 1;

	text-decoration: none;

	transition:
		background-color .18s ease,
		border-color .18s ease,
		color .18s ease;
}


.o365-offers-btn i {

	margin-right: 10px;

	font-size: 18px;
}



/* PHONE */

.o365-offers-call {

	color: #ffffff !important;

	background: var(--o365-red);

	border: 1px solid var(--o365-red);
}


.o365-offers-call:hover,
.o365-offers-call:focus {

	color: #ffffff !important;

	background: var(--o365-red-dark);

	border-color: var(--o365-red-dark);

	text-decoration: none;
}



/* WHATSAPP */

.o365-offers-whatsapp {

	color: var(--o365-teal) !important;

	background: #ffffff;

	border: 1px solid var(--o365-teal);
}


.o365-offers-whatsapp:hover,
.o365-offers-whatsapp:focus {

	color: var(--o365-teal-dark) !important;

	background: #f1faf8;

	border-color: var(--o365-teal-dark);

	text-decoration: none;
}



/* =========================================================
   BENEFITS
   ========================================================= */

.o365-offers-benefits {

	padding: 32px 0 15px;

	background: #ffffff;
}


.o365-offers-benefits-box {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	background: #f5f9f8;

	border: 1px solid #e1e8e6;

	border-radius: 7px;

	overflow: hidden;
}


.o365-offers-benefit {

	display: flex;

	align-items: center;

	min-height: 125px;

	padding: 25px 30px;
}


.o365-offers-benefit + .o365-offers-benefit {

	border-left: 1px solid #dae4e2;
}


.o365-offers-benefit-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 60px;

	width: 60px;

	height: 60px;

	margin-right: 20px;

	background: #ffffff;

	border-radius: 50%;

	color: var(--o365-teal);

	font-size: 26px;
}


.o365-offers-benefit h3 {

	margin: 0 0 6px;

	color: var(--o365-black);

	font-size: 15px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-offers-benefit p {

	margin: 0;

	color: #61676c;

	font-size: 12.5px;

	line-height: 1.6;
}



/* =========================================================
   ILCA FEATURED OFFER
   ========================================================= */

.o365-offers-main {

	padding: 30px 0 15px;

	background: #ffffff;
}


.o365-offer-featured {

	display: grid;

	grid-template-columns: 47% 53%;

	min-height: 430px;

	overflow: hidden;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 8px 25px rgba(0,0,0,.035);
}



/* IMAGE */

.o365-offer-featured-image {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 430px;

	padding: 25px;

	background: #fafafa;
}


.o365-offer-featured-image img {

	display: block;

	width: 100%;

	max-width: 480px;

	max-height: 390px;

	margin: auto;

	object-fit: contain;
}



/* CONTENT */

.o365-offer-featured-content {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 43px 50px;
}


.o365-offer-kicker {

	margin-bottom: 7px;

	color: var(--o365-red);

	font-size: 12px;

	font-weight: 700;

	letter-spacing: 1.4px;

	text-transform: uppercase;
}


.o365-offer-featured h2 {

	margin: 0 0 8px;

	color: var(--o365-black);

	font-size: 31px;

	line-height: 1.18;

	font-weight: 700;
}


.o365-offer-price {

	margin-bottom: 15px;

	color: #4f555a;

	font-size: 16px;
}


.o365-offer-price strong {

	margin-left: 5px;

	color: var(--o365-red);

	font-size: 21px;

	font-weight: 700;
}


.o365-offer-featured-content > p {

	max-width: 590px;

	margin: 0 0 13px;

	color: #565c61;

	font-size: 13.5px;

	line-height: 1.7;
}


.o365-offer-featured-content ul {

	margin: 0;

	padding: 0;

	list-style: none;
}


.o365-offer-featured-content li {

	position: relative;

	margin: 0 0 5px;

	padding-left: 19px;

	color: #53595e;

	font-size: 12.5px;

	line-height: 1.5;
}


.o365-offer-featured-content li:before {

	content: "•";

	position: absolute;

	top: 0;
	left: 2px;

	color: var(--o365-teal);

	font-size: 18px;
}



/* MINI GALLERY */

.o365-offer-mini-gallery {

	display: flex;

	gap: 9px;

	margin-top: 17px;
}


.o365-offer-mini-gallery img {

	width: 70px;

	height: 60px;

	padding: 4px;

	background: #ffffff;

	border: 1px solid #e0e4e3;

	border-radius: 4px;

	object-fit: contain;
}



/* =========================================================
   SECONDARY OFFERS
   ========================================================= */

.o365-offers-secondary {

	padding: 40px 0 55px;

	background: #ffffff;
}


.o365-offers-heading {

	margin-bottom: 25px;

	text-align: center;
}


.o365-offers-heading .o365-offers-label {

	margin-bottom: 8px;
}


.o365-offers-heading h2 {

	margin: 0;

	color: var(--o365-black);

	font-size: 29px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-secondary-grid > [class*="col-"] {

	display: flex;
}


.o365-secondary-card {

	display: grid;

	grid-template-columns: 46% 54%;

	width: 100%;

	min-height: 405px;

	overflow: hidden;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 7px 22px rgba(0,0,0,.035);
}



/* IMAGE */

.o365-secondary-image {

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 22px;

	background: #fafafa;
}


.o365-secondary-image img {

	width: 100%;

	max-width: 260px;

	max-height: 320px;

	margin: auto;

	object-fit: contain;
}



/* CONTENT */

.o365-secondary-content {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 30px;
}


.o365-secondary-content h3 {

	margin: 0 0 3px;

	color: var(--o365-black);

	font-size: 20px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-secondary-subtitle {

	margin-bottom: 8px;

	color: #62676c;

	font-size: 12.5px;
}


.o365-secondary-price {

	margin-bottom: 13px;

	color: #575d61;

	font-size: 13px;
}


.o365-secondary-price strong {

	display: block;

	margin-top: 2px;

	color: var(--o365-red);

	font-size: 20px;

	font-weight: 700;
}


.o365-secondary-content p {

	margin: 0 0 10px;

	color: #595f64;

	font-size: 12.5px;

	line-height: 1.65;
}


.o365-secondary-content ul {

	margin: 0 0 13px;

	padding: 0;

	list-style: none;
}


.o365-secondary-content li {

	position: relative;

	margin-bottom: 5px;

	padding-left: 17px;

	color: #555b60;

	font-size: 12px;

	line-height: 1.5;
}


.o365-secondary-content li:before {

	content: "•";

	position: absolute;

	left: 2px;

	color: var(--o365-teal);
}



/* =========================================================
   VIDEO BUTTON
   ========================================================= */

.o365-video-button {

	display: inline-flex;

	align-items: center;

	align-self: flex-start;

	margin-top: 4px;

	padding: 9px 14px;

	color: var(--o365-teal);

	background: #edf8f6;

	border: 1px solid #d4eae7;

	border-radius: 4px;

	font-size: 12px;

	font-weight: 700;

	cursor: pointer;
}


.o365-video-button i {

	margin-right: 7px;

	font-size: 17px;
}


.o365-video-button:hover {

	color: #ffffff;

	background: var(--o365-teal);

	border-color: var(--o365-teal);
}



/* CONSULT */

.o365-secondary-contact {

	margin-top: 8px;
}


.o365-secondary-contact a {

	display: inline-flex;

	align-items: center;

	color: var(--o365-red);

	font-size: 12px;

	font-weight: 700;

	text-decoration: none;
}


.o365-secondary-contact i {

	margin-right: 7px;
}



/* =========================================================
   CLOSING
   ========================================================= */

.o365-offers-closing {

	padding: 0 0 50px;

	background: #ffffff;
}


.o365-offers-closing-row {

	display: flex;

	align-items: stretch;

	overflow: hidden;

	margin-left: 0;
	margin-right: 0;

	background: #eef6f5;

	border: 1px solid #dfeae8;

	border-radius: 7px;
}


.o365-offers-closing-copy {

	display: flex;

	align-items: center;

	padding: 0;
}


.o365-offers-closing-inner {

	padding: 40px 50px;
}


.o365-offers-closing h2 {

	margin: 0 0 12px;

	color: var(--o365-black);

	font-size: 26px;

	line-height: 1.28;

	font-weight: 700;
}


.o365-offers-closing p {

	max-width: 490px;

	margin: 0 0 16px;

	color: #565c61;

	font-size: 13.5px;

	line-height: 1.7;
}


.o365-offers-text-link {

	display: inline-flex;

	align-items: center;

	color: var(--o365-red);

	font-size: 13px;

	font-weight: 700;

	text-decoration: none;
}


.o365-offers-text-link i {

	margin-left: 7px;
}


.o365-offers-text-link:hover {

	color: var(--o365-red-dark);

	text-decoration: none;
}



/* IMAGE */

.o365-offers-closing-image {

	min-height: 270px;

	padding: 0;
}


.o365-offers-closing-image img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 270px;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   VIDEO MODAL
   ========================================================= */

.o365-video-modal .modal-content {

	border: 0;

	border-radius: 6px;

	overflow: hidden;
}


.o365-video-modal .modal-header {

	padding: 16px 20px;

	background: #ffffff;

	border-bottom: 1px solid #eeeeee;
}


.o365-video-modal .modal-title {

	color: #171717;

	font-size: 17px;

	font-weight: 700;
}


.o365-video-modal .modal-body {

	padding: 0;

	background: #000000;
}


.o365-video-responsive {

	position: relative;

	height: 0;

	padding-bottom: 56.25%;

	overflow: hidden;
}


.o365-video-responsive iframe {

	position: absolute;

	top: 0;
	left: 0;

	width: 100%;

	height: 100%;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-offers-hero-row,
	.o365-offers-closing-row {

		display: block;
	}


	.o365-offers-hero-copy {

		min-height: 0;

		padding: 50px 30px;
	}


	.o365-offers-hero-image,
	.o365-offers-hero-image img {

		min-height: 380px;
	}


	.o365-offers-benefits-box {

		grid-template-columns: 1fr;
	}


	.o365-offers-benefit + .o365-offers-benefit {

		border-left: 0;

		border-top: 1px solid #dae4e2;
	}


	.o365-offer-featured {

		grid-template-columns: 1fr;
	}


	.o365-offer-featured-image {

		min-height: 350px;
	}


	.o365-secondary-grid > [class*="col-"] {

		display: block;

		margin-bottom: 20px;
	}


	.o365-secondary-card {

		min-height: 0;
	}


	.o365-offers-closing-image {

		min-height: 320px;
	}


	.o365-offers-closing-image img {

		min-height: 320px;
	}

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.o365-offers-hero-copy {

		padding: 38px 15px 42px;
	}


	.o365-offers-hero h1 {

		font-size: 32px;
	}


	.o365-offers-hero-copy > p {

		font-size: 14px;
	}


	.o365-offers-actions {

		display: block;
	}


	.o365-offers-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-offers-hero-image,
	.o365-offers-hero-image img {

		min-height: 290px;
	}


	.o365-offers-benefit {

		padding: 22px 18px;
	}


	.o365-offers-benefit-icon {

		flex: 0 0 52px;

		width: 52px;

		height: 52px;

		font-size: 22px;
	}


	.o365-offer-featured-content {

		padding: 30px 20px;
	}


	.o365-offer-featured h2 {

		font-size: 25px;
	}


	.o365-offer-featured-image {

		min-height: 280px;

		padding: 15px;
	}


	.o365-offer-featured-image img {

		max-height: 270px;
	}


	.o365-secondary-card {

		display: block;
	}


	.o365-secondary-image {

		min-height: 270px;
	}


	.o365-secondary-image img {

		max-height: 250px;
	}


	.o365-secondary-content {

		padding: 25px 20px;
	}


	.o365-offers-closing-inner {

		padding: 30px 22px;
	}


	.o365-offers-closing h2 {

		font-size: 22px;
	}

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

	.o365-offers-hero h1 {

		font-size: 28px;
	}


	.o365-offer-mini-gallery {

		flex-wrap: wrap;
	}


	.o365-offer-featured-content li {

		font-size: 12px;
	}


	.o365-secondary-content h3 {

		font-size: 19px;
	}

}











/* =========================================================
   ORTOPEDIA 365 MADRID
   ALQUILER DE ORTOPEDIA 2026
   OpenCart 3.0.5.0 / Bootstrap 3
   ========================================================= */

.o365-rental-page {

	--o365-red: #e30613;
	--o365-red-dark: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-dark: #066f69;

	--o365-black: #15191d;
	--o365-text: #53595e;
	--o365-muted: #74797e;

	--o365-line: #e4e8e7;

	--o365-soft: #f7f9f9;
	--o365-soft-teal: #eef7f6;

	width: 100%;

	background: #ffffff;

	color: var(--o365-text);

	font-family: 'Open Sans', sans-serif;
}



/* =========================================================
   HERO
   ========================================================= */

.o365-rental-hero {

	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			#ffffff 0%,
			#ffffff 43%,
			#f8f9f9 43%,
			#f8f9f9 100%
		);

	border-bottom: 1px solid #eeeeee;
}


.o365-rental-hero-row {

	display: flex;

	align-items: stretch;
}



/* COPY */

.o365-rental-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 470px;

	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 48px;
}


.o365-rental-label {

	margin-bottom: 13px;

	color: var(--o365-red);

	font-size: 12px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: .7px;

	text-transform: uppercase;
}


.o365-rental-hero h1 {

	margin: 0 0 20px;

	color: var(--o365-black);

	font-size: 42px;

	line-height: 1.15;

	font-weight: 700;

	letter-spacing: -.6px;
}


.o365-rental-hero h1 span {

	display: block;

	color: var(--o365-teal);
}


.o365-rental-hero-copy > p {

	max-width: 440px;

	margin: 0;

	color: #555b60;

	font-size: 15px;

	line-height: 1.75;
}



/* MEDIA */

.o365-rental-hero-media {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 470px;

	padding: 30px 0 30px 35px;

	overflow: hidden;
}


.o365-rental-hero-media img {

	display: block;

	width: 100%;

	height: auto;

	max-height: 390px;

	margin: auto;

	object-fit: contain;
}



/* =========================================================
   BUTTONS
   ========================================================= */

.o365-rental-actions {

	display: flex;

	gap: 15px;

	margin-top: 27px;
}


.o365-rental-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 145px;

	height: 47px;

	padding: 0 20px;

	border-radius: 5px;

	font-size: 13px;

	font-weight: 700;

	line-height: 1;

	text-decoration: none;

	transition:
		color .18s ease,
		background-color .18s ease,
		border-color .18s ease;
}


.o365-rental-btn i {

	margin-right: 9px;

	font-size: 17px;
}


.o365-rental-call {

	color: #ffffff !important;

	background: var(--o365-red);

	border: 1px solid var(--o365-red);
}


.o365-rental-call:hover,
.o365-rental-call:focus {

	color: #ffffff !important;

	background: var(--o365-red-dark);

	border-color: var(--o365-red-dark);

	text-decoration: none;
}


.o365-rental-whatsapp {

	color: var(--o365-teal) !important;

	background: #ffffff;

	border: 1px solid var(--o365-teal);
}


.o365-rental-whatsapp:hover,
.o365-rental-whatsapp:focus {

	color: var(--o365-teal-dark) !important;

	background: #f2faf9;

	border-color: var(--o365-teal-dark);

	text-decoration: none;
}



/* =========================================================
   BENEFITS
   ========================================================= */

.o365-rental-benefits {

	padding: 30px 0 15px;

	background: #ffffff;
}


.o365-rental-benefits-grid {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;
}


.o365-rental-benefit {

	display: flex;

	align-items: center;

	min-height: 130px;

	padding: 25px 28px;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 6px 20px rgba(0,0,0,.035);
}


.o365-rental-benefit-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 66px;

	width: 66px;

	height: 66px;

	margin-right: 20px;

	background: var(--o365-soft-teal);

	border-radius: 50%;

	color: var(--o365-teal);

	font-size: 27px;
}


.o365-rental-benefit-copy {

	flex: 1;

	min-width: 0;
}


.o365-rental-benefit h2 {

	margin: 0 0 7px;

	color: var(--o365-black);

	font-size: 16px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-rental-benefit p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.6;
}



/* =========================================================
   OPTIONS
   ========================================================= */

.o365-rental-options {

	padding: 45px 0 25px;

	background: #ffffff;
}


.o365-rental-heading {

	max-width: 650px;

	margin: 0 auto 29px;

	text-align: center;
}


.o365-rental-heading h2 {

	position: relative;

	display: inline-block;

	margin: 0 0 10px;

	color: var(--o365-black);

	font-size: 29px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-rental-heading h2:after {

	content: "";

	position: absolute;

	left: 50%;

	bottom: -10px;

	width: 45px;

	height: 2px;

	background: var(--o365-red);

	transform: translateX(-50%);
}


.o365-rental-heading p {

	margin: 10px 0 0;

	color: #666c71;

	font-size: 13.5px;

	line-height: 1.6;
}



/* CARD GRID */

.o365-rental-option-grid > [class*="col-"] {

	display: flex;
}


.o365-rental-option-card {

	width: 100%;

	overflow: hidden;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 7px 20px rgba(0,0,0,.035);

	transition:
		transform .18s ease,
		box-shadow .18s ease;
}


.o365-rental-option-card:hover {

	transform: translateY(-2px);

	box-shadow:
		0 11px 27px rgba(0,0,0,.06);
}



/* CARD IMAGE */

.o365-rental-option-image {

	height: 230px;

	overflow: hidden;

	background: #f6f7f7;
}


.o365-rental-option-image img {

	display: block;

	width: 100%;

	height: 100%;

	margin: 0;

	object-fit: cover;
}


.o365-rental-option-image-product img {

	padding: 16px;

	background: #ffffff;

	object-fit: contain;
}


.o365-rental-option-image-products img {

	object-position: center;
}



/* CARD COPY */

.o365-rental-option-content {

	position: relative;

	min-height: 195px;

	padding: 32px 25px 25px;
}


.o365-rental-option-icon {

	position: absolute;

	top: -33px;
	left: 22px;

	display: flex;

	align-items: center;

	justify-content: center;

	width: 64px;

	height: 64px;

	background: #f1f8f7;

	border: 1px solid #dceae8;

	border-radius: 50%;

	color: var(--o365-teal);

	font-size: 26px;
}


.o365-rental-option-content h3 {

	margin: 0 0 10px;

	color: var(--o365-black);

	font-size: 18px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-rental-option-content p {

	margin: 0;

	color: #60666b;

	font-size: 13px;

	line-height: 1.65;
}



/* =========================================================
   CLEMATIS
   ========================================================= */

.o365-rental-clematis {

	padding: 30px 0 45px;

	background: #ffffff;
}


.o365-clematis-box {

	display: grid;

	grid-template-columns:
		minmax(300px, 1.05fr)
		86px
		minmax(390px, 1.35fr);

	gap: 22px;

	align-items: center;

	padding: 28px;

	background: #ffffff;

	border: 1px solid var(--o365-line);

	border-radius: 7px;

	box-shadow:
		0 8px 24px rgba(0,0,0,.035);
}



/* MAIN IMAGE */

.o365-clematis-main-image {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 390px;

	background: #fafafa;

	border-radius: 5px;

	overflow: hidden;
}


.o365-clematis-main-image img {

	display: block;

	width: 100%;

	max-height: 365px;

	padding: 15px;

	margin: auto;

	object-fit: contain;
}



/* GALLERY */

.o365-clematis-gallery {

	display: flex;

	flex-direction: column;

	gap: 10px;
}


.o365-clematis-thumb {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 78px;

	height: 78px;

	padding: 5px;

	background: #ffffff;

	border: 1px solid #dfe3e2;

	border-radius: 5px;

	cursor: pointer;

	outline: none;

	transition:
		border-color .18s ease,
		box-shadow .18s ease;
}


.o365-clematis-thumb:hover,
.o365-clematis-thumb.active {

	border-color: var(--o365-teal);

	box-shadow:
		0 3px 10px rgba(7,140,132,.12);
}


.o365-clematis-thumb img {

	display: block;

	max-width: 100%;

	max-height: 100%;

	margin: auto;

	object-fit: contain;
}



/* CONTENT */

.o365-clematis-content {

	padding: 10px 15px;
}


.o365-clematis-content .o365-rental-label {

	margin-bottom: 7px;
}


.o365-clematis-content h2 {

	margin: 0 0 15px;

	color: var(--o365-black);

	font-size: 30px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-clematis-content > p {

	margin: 0 0 15px;

	color: #585e63;

	font-size: 13.5px;

	line-height: 1.72;
}



/* DSS */

.o365-clematis-feature {

	display: flex;

	align-items: flex-start;

	margin-top: 20px;

	padding: 17px 18px;

	background: #f3f8f7;

	border-left: 3px solid var(--o365-teal);

	border-radius: 3px;
}


.o365-clematis-feature-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 39px;

	width: 39px;

	height: 39px;

	margin-right: 13px;

	color: var(--o365-teal);

	font-size: 21px;
}


.o365-clematis-feature strong {

	display: block;

	margin-bottom: 4px;

	color: var(--o365-black);

	font-size: 13px;

	font-weight: 700;
}


.o365-clematis-feature span {

	display: block;

	color: #5d6368;

	font-size: 12px;

	line-height: 1.6;
}



/* CONSULTAR */

.o365-clematis-actions {

	margin-top: 18px;
}


.o365-clematis-link {

	display: inline-flex;

	align-items: center;

	color: var(--o365-red);

	font-size: 13px;

	font-weight: 700;

	text-decoration: none;
}


.o365-clematis-link i {

	margin-right: 8px;
}


.o365-clematis-link:hover {

	color: var(--o365-red-dark);

	text-decoration: none;
}



/* =========================================================
   HELP / CIERRE DE CONTENIDO
   ========================================================= */

.o365-rental-help {

	padding: 0 0 50px;

	background: #ffffff;
}


.o365-rental-help-box {

	display: grid;

	grid-template-columns: 1fr 1fr;

	min-height: 250px;

	overflow: hidden;

	background: #eef7f6;

	border: 1px solid #e0ebe9;

	border-radius: 7px;
}


.o365-rental-help-copy {

	display: flex;

	flex-direction: column;

	align-items: flex-start;

	justify-content: center;

	padding: 38px 45px;
}


.o365-rental-help h2 {

	margin: 0 0 11px;

	color: var(--o365-black);

	font-size: 27px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-rental-help h2 span {

	display: block;

	color: var(--o365-teal);
}


.o365-rental-help p {

	max-width: 460px;

	margin: 0 0 19px;

	color: #555b60;

	font-size: 13.5px;

	line-height: 1.7;
}


.o365-rental-help-image {

	min-height: 250px;

	overflow: hidden;
}


.o365-rental-help-image img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 250px;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-rental-hero-row {

		display: block;
	}


	.o365-rental-hero {

		background: #ffffff;
	}


	.o365-rental-hero-copy {

		min-height: 0;

		padding: 50px 30px 35px;
	}


	.o365-rental-hero-media {

		min-height: 340px;

		padding: 20px 30px 35px;
	}


	.o365-rental-benefits-grid {

		grid-template-columns: 1fr;
	}


	.o365-rental-benefit {

		min-height: 0;
	}


	.o365-rental-option-grid > [class*="col-"] {

		display: block;

		margin-bottom: 20px;
	}


	.o365-clematis-box {

		grid-template-columns: 1fr;
	}


	.o365-clematis-gallery {

		flex-direction: row;

		justify-content: center;

		order: 2;
	}


	.o365-clematis-content {

		order: 3;
	}


	.o365-rental-help-box {

		grid-template-columns: 1fr;
	}


	.o365-rental-help-image {

		min-height: 300px;
	}

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.o365-rental-hero-copy {

		padding: 38px 15px 28px;
	}


	.o365-rental-hero h1 {

		font-size: 33px;
	}


	.o365-rental-hero-copy > p {

		font-size: 14px;
	}


	.o365-rental-actions {

		display: block;
	}


	.o365-rental-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-rental-hero-media {

		min-height: 260px;

		padding: 10px 15px 25px;
	}


	.o365-rental-benefits {

		padding-top: 20px;
	}


	.o365-rental-benefit {

		padding: 20px;
	}


	.o365-rental-benefit-icon {

		flex: 0 0 55px;

		width: 55px;

		height: 55px;

		margin-right: 16px;

		font-size: 23px;
	}


	.o365-rental-heading h2 {

		font-size: 25px;
	}


	.o365-rental-option-image {

		height: 245px;
	}


	.o365-rental-option-content {

		min-height: 0;
	}


	.o365-rental-clematis {

		padding-top: 15px;
	}


	.o365-clematis-box {

		padding: 15px;
	}


	.o365-clematis-main-image {

		min-height: 300px;
	}


	.o365-clematis-main-image img {

		max-height: 290px;
	}


	.o365-clematis-gallery {

		justify-content: flex-start;

		overflow-x: auto;
	}


	.o365-clematis-thumb {

		flex: 0 0 70px;

		width: 70px;

		height: 70px;
	}


	.o365-clematis-content {

		padding: 10px 3px;
	}


	.o365-clematis-content h2 {

		font-size: 25px;
	}


	.o365-rental-help-copy {

		padding: 30px 22px;
	}


	.o365-rental-help h2 {

		font-size: 23px;
	}


	.o365-rental-help-image,
	.o365-rental-help-image img {

		min-height: 240px;
	}

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

	.o365-rental-hero h1 {

		font-size: 29px;
	}


	.o365-rental-benefit {

		align-items: flex-start;
	}


	.o365-rental-option-image {

		height: 220px;
	}


	.o365-clematis-main-image {

		min-height: 260px;
	}


	.o365-clematis-content h2 {

		font-size: 23px;
	}

}
















/* =========================================================
   ORTOPEDIA 365 MADRID
   VENTA DE ORTOPEDIA
   SIN HEADER / PREFOOTER / FOOTER
   ========================================================= */

.o365-sale-page {

	--sale-red: #e30613;
	--sale-red-dark: #c9000c;

	--sale-teal: #078c84;
	--sale-teal-dark: #066f69;

	--sale-black: #16191d;
	--sale-text: #555b60;
	--sale-muted: #6b7176;

	--sale-line: #e4e8e7;

	--sale-soft: #f7f9f9;
	--sale-soft-teal: #eff7f6;

	width: 100%;

	background: #ffffff;

	color: var(--sale-text);

	font-family: 'Open Sans', sans-serif;
}



/* =========================================================
   HERO
   ========================================================= */

.o365-sale-hero {

	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			#ffffff 0%,
			#ffffff 42%,
			#f8f9f9 42%,
			#f8f9f9 100%
		);

	border-bottom: 1px solid #ededed;
}


.o365-sale-hero-row {

	display: flex;

	align-items: stretch;
}



.o365-sale-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 455px;

	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 50px;
}


.o365-sale-label {

	margin: 0 0 13px;

	color: var(--sale-red);

	font-size: 12px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: .7px;

	text-transform: uppercase;
}


.o365-sale-hero h1 {

	margin: 0 0 20px;

	color: var(--sale-black);

	font-size: 42px;

	line-height: 1.15;

	font-weight: 700;

	letter-spacing: -.6px;
}


.o365-sale-hero h1 span {

	display: block;

	color: var(--sale-teal);
}


.o365-sale-hero-copy > p {

	max-width: 445px;

	margin: 0;

	color: var(--sale-text);

	font-size: 15px;

	line-height: 1.75;
}



/* HERO MEDIA */

.o365-sale-hero-media {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 455px;

	padding: 30px 0 30px 30px;
}


.o365-sale-hero-media img {

	display: block;

	width: 100%;

	height: auto;

	max-height: 380px;

	margin: auto;

	object-fit: contain;
}



/* =========================================================
   BOTONES
   ========================================================= */

.o365-sale-actions {

	display: flex;

	gap: 16px;

	margin-top: 27px;
}


.o365-sale-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 145px;

	height: 47px;

	padding: 0 20px;

	border-radius: 5px;

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	text-decoration: none;

	transition:
		background .18s ease,
		color .18s ease,
		border-color .18s ease;
}


.o365-sale-btn i {

	margin-right: 9px;

	font-size: 17px;
}


.o365-sale-call {

	color: #ffffff !important;

	background: var(--sale-red);

	border: 1px solid var(--sale-red);
}


.o365-sale-call:hover {

	color: #ffffff !important;

	background: var(--sale-red-dark);

	text-decoration: none;
}


.o365-sale-whatsapp {

	color: var(--sale-teal) !important;

	background: #ffffff;

	border: 1px solid var(--sale-teal);
}


.o365-sale-whatsapp:hover {

	color: var(--sale-teal-dark) !important;

	background: #f3faf9;

	text-decoration: none;
}



/* =========================================================
   BENEFICIOS
   ========================================================= */

.o365-sale-benefits {

	padding: 30px 0 10px;

	background: #ffffff;
}


.o365-sale-benefits-grid {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;
}


.o365-sale-benefit {

	display: flex;

	align-items: center;

	min-height: 128px;

	padding: 24px 27px;

	background: #ffffff;

	border: 1px solid var(--sale-line);

	border-radius: 7px;

	box-shadow:
		0 6px 18px rgba(0,0,0,.03);
}


.o365-sale-benefit-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 62px;

	width: 62px;

	height: 62px;

	margin-right: 19px;

	background: var(--sale-soft-teal);

	border-radius: 50%;

	color: var(--sale-teal);

	font-size: 26px;
}


.o365-sale-benefit h2 {

	margin: 0 0 6px;

	color: var(--sale-black);

	font-size: 16px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-sale-benefit p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.6;
}



/* =========================================================
   PRODUCTOS
   ========================================================= */

.o365-sale-products {

	padding: 45px 0 25px;

	background: #ffffff;
}


.o365-sale-heading {

	max-width: 720px;

	margin: 0 auto 30px;

	text-align: center;
}


.o365-sale-heading h2 {

	position: relative;

	display: inline-block;

	margin: 0 0 12px;

	color: var(--sale-black);

	font-size: 29px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-sale-heading h2:after {

	content: "";

	position: absolute;

	left: 50%;

	bottom: -10px;

	width: 45px;

	height: 2px;

	background: var(--sale-red);

	transform: translateX(-50%);
}


.o365-sale-heading p {

	margin: 10px 0 0;

	color: #666c71;

	font-size: 13.5px;

	line-height: 1.6;
}



/* GRID */

.o365-sale-products-grid {

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 15px;
}



/* CARD */

.o365-sale-product-card {

	display: flex;

	flex-direction: column;

	justify-content: flex-start;

	min-height: 235px;

	padding: 28px 25px;

	background: #ffffff;

	border: 1px solid var(--sale-line);

	border-radius: 7px;

	box-shadow:
		0 5px 16px rgba(0,0,0,.025);

	transition:
		transform .18s ease,
		box-shadow .18s ease;
}


.o365-sale-product-card:hover {

	transform: translateY(-2px);

	box-shadow:
		0 10px 24px rgba(0,0,0,.05);
}



/* ICON */

.o365-sale-product-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 67px;

	height: 67px;

	margin-bottom: 22px;

	background: var(--sale-soft-teal);

	border-radius: 50%;

	color: var(--sale-teal);

	font-size: 29px;
}


.o365-sale-product-card h3 {

	margin: 0 0 9px;

	color: var(--sale-black);

	font-size: 17px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-sale-product-card p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.65;
}



/* =========================================================
   CARD CON IMAGEN REAL
   ========================================================= */

.o365-sale-product-card-image {

	padding: 0;

	overflow: hidden;
}


.o365-sale-card-image {

	display: flex;

	align-items: center;

	justify-content: center;

	height: 145px;

	padding: 12px;

	background: #fafafa;
}


.o365-sale-card-image img {

	display: block;

	width: 100%;

	height: 100%;

	margin: 0;

	object-fit: contain;
}


.o365-sale-card-copy {

	padding: 21px 24px 24px;
}



/* =========================================================
   ASESORAMIENTO
   ========================================================= */

.o365-sale-advice {

	padding: 20px 0 16px;

	background: #ffffff;
}


.o365-sale-advice-box {

	display: grid;

	grid-template-columns: 34% 38% 28%;

	min-height: 210px;

	overflow: hidden;

	background: #f3f8f7;

	border: 1px solid #e0e9e7;

	border-radius: 7px;
}



/* IMAGEN */

.o365-sale-advice-media {

	min-height: 210px;

	overflow: hidden;
}


.o365-sale-advice-media img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 210px;

	object-fit: cover;

	object-position: center;
}



/* COPY */

.o365-sale-advice-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 32px 35px;
}


.o365-sale-advice-copy h2 {

	margin: 0 0 11px;

	color: var(--sale-black);

	font-size: 25px;

	line-height: 1.3;

	font-weight: 700;
}


.o365-sale-advice-copy h2 span {

	color: var(--sale-teal);
}


.o365-sale-advice-copy p {

	margin: 0;

	color: #565c61;

	font-size: 13px;

	line-height: 1.7;
}



/* LIST */

.o365-sale-advice-list {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 30px;

	border-left: 1px solid #dce6e4;
}


.o365-sale-advice-list div {

	display: flex;

	align-items: center;

	margin-bottom: 13px;

	color: #4f565a;

	font-size: 12.5px;
}


.o365-sale-advice-list div:last-child {

	margin-bottom: 0;
}


.o365-sale-advice-list i {

	margin-right: 10px;

	color: var(--sale-teal);

	font-size: 17px;
}



/* =========================================================
   CLEMATIS
   ========================================================= */

.o365-sale-clematis {

	padding: 15px 0 50px;

	background: #ffffff;
}


.o365-sale-clematis-box {

	display: grid;

	grid-template-columns:
		minmax(270px, .95fr)
		85px
		minmax(400px, 1.35fr);

	gap: 20px;

	align-items: center;

	padding: 28px;

	background: #ffffff;

	border: 1px solid var(--sale-line);

	border-radius: 7px;

	box-shadow:
		0 7px 22px rgba(0,0,0,.03);
}



/* FOTO PRINCIPAL */

.o365-sale-clematis-main {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 355px;

	padding: 15px;

	background: #fafafa;

	border-radius: 5px;
}


.o365-sale-clematis-main img {

	display: block;

	width: 100%;

	max-height: 330px;

	margin: auto;

	object-fit: contain;
}



/* THUMBS */

.o365-sale-clematis-thumbs {

	display: flex;

	flex-direction: column;

	gap: 9px;
}


.o365-sale-clematis-thumbs div {

	display: flex;

	align-items: center;

	justify-content: center;

	width: 75px;

	height: 75px;

	padding: 5px;

	background: #ffffff;

	border: 1px solid #dfe4e3;

	border-radius: 5px;
}


.o365-sale-clematis-thumbs img {

	display: block;

	max-width: 100%;

	max-height: 100%;

	object-fit: contain;
}



/* COPY */

.o365-sale-clematis-copy {

	padding: 5px 15px;
}


.o365-sale-clematis-copy .o365-sale-label {

	margin-bottom: 7px;
}


.o365-sale-clematis-copy h2 {

	margin: 0 0 14px;

	color: var(--sale-black);

	font-size: 29px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-sale-clematis-copy > p {

	margin: 0 0 14px;

	color: #595f64;

	font-size: 13px;

	line-height: 1.7;
}



/* DSS */

.o365-sale-dss {

	display: flex;

	align-items: flex-start;

	margin-top: 18px;

	padding: 15px 17px;

	background: #f2f8f7;

	border-left: 3px solid var(--sale-teal);

	border-radius: 3px;
}


.o365-sale-dss > i {

	flex: 0 0 30px;

	margin-right: 11px;

	color: var(--sale-teal);

	font-size: 20px;
}


.o365-sale-dss strong {

	display: block;

	margin-bottom: 3px;

	color: var(--sale-black);

	font-size: 13px;
}


.o365-sale-dss span {

	display: block;

	color: #5c6267;

	font-size: 12px;

	line-height: 1.6;
}



/* CONTACT */

.o365-sale-clematis-contact {

	display: inline-flex;

	align-items: center;

	margin-top: 17px;

	color: var(--sale-red);

	font-size: 13px;

	font-weight: 700;

	text-decoration: none;
}


.o365-sale-clematis-contact i {

	margin-right: 8px;
}


.o365-sale-clematis-contact:hover {

	color: var(--sale-red-dark);

	text-decoration: none;
}



/* =========================================================
   DESKTOP: ÚLTIMA FILA CENTRADA
   ========================================================= */

@media (min-width: 992px) {

	.o365-sale-products-grid
	.o365-sale-product-card:nth-child(5) {

		grid-column: 2;
	}


	.o365-sale-products-grid
	.o365-sale-product-card:nth-child(6) {

		grid-column: 3;
	}


	.o365-sale-products-grid
	.o365-sale-product-card:nth-child(7) {

		grid-column: 4;
	}

}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-sale-hero {

		background: #ffffff;
	}


	.o365-sale-hero-row {

		display: block;
	}


	.o365-sale-hero-copy {

		min-height: 0;

		padding: 48px 30px 30px;
	}


	.o365-sale-hero-media {

		min-height: 330px;

		padding: 15px 30px 30px;
	}


	.o365-sale-benefits-grid {

		grid-template-columns: 1fr;
	}


	.o365-sale-products-grid {

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


	.o365-sale-advice-box {

		grid-template-columns: 1fr 1fr;
	}


	.o365-sale-advice-media {

		grid-row: span 2;
	}


	.o365-sale-advice-list {

		border-left: 0;

		border-top: 1px solid #dce6e4;
	}


	.o365-sale-clematis-box {

		grid-template-columns: 1fr;
	}


	.o365-sale-clematis-thumbs {

		flex-direction: row;

		justify-content: center;
	}

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.o365-sale-hero-copy {

		padding: 38px 15px 25px;
	}


	.o365-sale-hero h1 {

		font-size: 33px;
	}


	.o365-sale-hero-copy > p {

		font-size: 14px;
	}


	.o365-sale-actions {

		display: block;
	}


	.o365-sale-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-sale-hero-media {

		min-height: 255px;

		padding: 5px 15px 25px;
	}


	.o365-sale-benefit {

		padding: 20px;
	}


	.o365-sale-benefit-icon {

		flex: 0 0 54px;

		width: 54px;

		height: 54px;

		font-size: 23px;
	}


	.o365-sale-heading h2 {

		font-size: 25px;
	}


	.o365-sale-products-grid {

		grid-template-columns: 1fr;
	}


	.o365-sale-product-card {

		min-height: 0;
	}


	.o365-sale-advice-box {

		display: block;
	}


	.o365-sale-advice-media {

		min-height: 250px;
	}


	.o365-sale-advice-media img {

		min-height: 250px;
	}


	.o365-sale-advice-copy {

		padding: 27px 22px;
	}


	.o365-sale-advice-list {

		padding: 25px 22px;
	}


	.o365-sale-clematis-box {

		padding: 15px;
	}


	.o365-sale-clematis-main {

		min-height: 280px;
	}


	.o365-sale-clematis-main img {

		max-height: 270px;
	}


	.o365-sale-clematis-thumbs {

		justify-content: flex-start;

		overflow-x: auto;
	}


	.o365-sale-clematis-thumbs div {

		flex: 0 0 68px;

		width: 68px;

		height: 68px;
	}


	.o365-sale-clematis-copy {

		padding: 10px 3px;
	}


	.o365-sale-clematis-copy h2 {

		font-size: 24px;
	}

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

	.o365-sale-hero h1 {

		font-size: 29px;
	}


	.o365-sale-product-icon {

		width: 58px;

		height: 58px;

		font-size: 25px;
	}

}














/* =========================================================
   ORTOPEDIA 365 MADRID
   FARMACIA 365 DÍAS
   SIN HEADER / PREFOOTER / FOOTER
   ========================================================= */

.o365-pharmacy-page {

	--ph-red: #e30613;
	--ph-red-dark: #c9000c;

	--ph-teal: #078c84;
	--ph-teal-dark: #066f69;

	--ph-black: #16191d;
	--ph-text: #555b60;
	--ph-muted: #697076;

	--ph-line: #e4e8e7;

	--ph-soft: #f7f9f9;
	--ph-soft-teal: #eef7f6;

	width: 100%;

	background: #ffffff;

	color: var(--ph-text);

	font-family: 'Open Sans', sans-serif;
}



/* =========================================================
   HERO
   ========================================================= */

.o365-pharmacy-hero {

	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			#ffffff 0%,
			#ffffff 42%,
			#f8f9f9 42%,
			#f8f9f9 100%
		);

	border-bottom: 1px solid #eeeeee;
}


.o365-pharmacy-hero-row {

	display: flex;

	align-items: stretch;
}



/* COPY */

.o365-pharmacy-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 465px;

	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 50px;
}


.o365-pharmacy-label {

	margin: 0 0 14px;

	color: var(--ph-red);

	font-size: 12px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: .8px;

	text-transform: uppercase;
}


.o365-pharmacy-hero h1 {

	margin: 0 0 21px;

	color: var(--ph-black);

	font-size: 43px;

	line-height: 1.15;

	font-weight: 700;

	letter-spacing: -.7px;
}


.o365-pharmacy-hero h1 span {

	display: block;

	color: var(--ph-teal);
}


.o365-pharmacy-hero-copy > p {

	max-width: 450px;

	margin: 0;

	color: var(--ph-text);

	font-size: 15px;

	line-height: 1.78;
}



/* MEDIA */

.o365-pharmacy-hero-media {

	min-height: 465px;

	padding: 0;

	overflow: hidden;

	background: #f5f5f5;
}


.o365-pharmacy-hero-media img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 465px;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* =========================================================
   HERO ACTIONS
   ========================================================= */

.o365-pharmacy-actions {

	display: flex;

	gap: 16px;

	margin-top: 28px;
}


.o365-pharmacy-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 145px;

	height: 47px;

	padding: 0 20px;

	border-radius: 5px;

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	text-decoration: none;

	transition:
		background .18s ease,
		color .18s ease,
		border-color .18s ease;
}


.o365-pharmacy-btn i {

	margin-right: 9px;

	font-size: 17px;
}



/* PHONE */

.o365-pharmacy-call {

	color: #ffffff !important;

	background: var(--ph-red);

	border: 1px solid var(--ph-red);
}


.o365-pharmacy-call:hover,
.o365-pharmacy-call:focus {

	color: #ffffff !important;

	background: var(--ph-red-dark);

	border-color: var(--ph-red-dark);

	text-decoration: none;
}



/* WHATSAPP */

.o365-pharmacy-whatsapp {

	color: var(--ph-teal) !important;

	background: #ffffff;

	border: 1px solid var(--ph-teal);
}


.o365-pharmacy-whatsapp:hover,
.o365-pharmacy-whatsapp:focus {

	color: var(--ph-teal-dark) !important;

	background: #f2faf9;

	border-color: var(--ph-teal-dark);

	text-decoration: none;
}



/* =========================================================
   BENEFICIOS
   ========================================================= */

.o365-pharmacy-benefits {

	padding: 30px 0 15px;

	background: #ffffff;
}


.o365-pharmacy-benefits-grid {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;
}


.o365-pharmacy-benefit {

	display: flex;

	align-items: center;

	min-height: 130px;

	padding: 25px 27px;

	background: #ffffff;

	border: 1px solid var(--ph-line);

	border-radius: 7px;

	box-shadow:
		0 6px 19px rgba(0,0,0,.03);
}


.o365-pharmacy-benefit-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 64px;

	width: 64px;

	height: 64px;

	margin-right: 20px;

	background: var(--ph-soft-teal);

	border-radius: 50%;

	color: var(--ph-teal);

	font-size: 27px;
}


.o365-pharmacy-benefit h2 {

	margin: 0 0 7px;

	color: var(--ph-black);

	font-size: 16px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-pharmacy-benefit p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.62;
}



/* =========================================================
   SERVICES
   ========================================================= */

.o365-pharmacy-services {

	padding: 48px 0 50px;

	background: #ffffff;
}



/* HEADING */

.o365-pharmacy-heading {

	max-width: 750px;

	margin: 0 auto 31px;

	text-align: center;
}


.o365-pharmacy-heading h2 {

	position: relative;

	display: inline-block;

	margin: 0 0 13px;

	color: var(--ph-black);

	font-size: 29px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-pharmacy-heading h2:after {

	content: "";

	position: absolute;

	left: 50%;

	bottom: -10px;

	width: 46px;

	height: 2px;

	background: var(--ph-red);

	transform: translateX(-50%);
}


.o365-pharmacy-heading p {

	margin: 11px 0 0;

	color: #666c71;

	font-size: 13.5px;

	line-height: 1.6;
}



/* =========================================================
   6 CARDS
   ========================================================= */

.o365-pharmacy-services-grid {

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;
}


.o365-pharmacy-service-card {

	display: flex;

	align-items: center;

	min-height: 155px;

	padding: 28px 27px;

	background: #ffffff;

	border: 1px solid var(--ph-line);

	border-radius: 7px;

	box-shadow:
		0 5px 17px rgba(0,0,0,.025);

	transition:
		transform .18s ease,
		box-shadow .18s ease;
}


.o365-pharmacy-service-card:hover {

	transform: translateY(-2px);

	box-shadow:
		0 10px 25px rgba(0,0,0,.05);
}



/* ICON */

.o365-pharmacy-service-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 70px;

	width: 70px;

	height: 70px;

	margin-right: 21px;

	background: var(--ph-soft-teal);

	border-radius: 50%;

	color: var(--ph-teal);

	font-size: 28px;
}


.o365-pharmacy-service-card h3 {

	margin: 0 0 8px;

	color: var(--ph-black);

	font-size: 16px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-pharmacy-service-card p {

	margin: 0;

	color: #62686d;

	font-size: 12.5px;

	line-height: 1.65;
}



/* =========================================================
   COMPROMISO
   ========================================================= */

.o365-pharmacy-commitment {

	padding: 0 0 50px;

	background: #ffffff;
}


.o365-pharmacy-commitment-box {

	display: grid;

	grid-template-columns: 50% 50%;

	min-height: 340px;

	overflow: hidden;

	background: #f1f7f6;

	border: 1px solid #e0e9e7;

	border-radius: 7px;
}



/* PHOTO */

.o365-pharmacy-commitment-media {

	min-height: 340px;

	overflow: hidden;
}


.o365-pharmacy-commitment-media img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 340px;

	margin: 0;

	object-fit: cover;

	object-position: center;
}



/* COPY */

.o365-pharmacy-commitment-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 40px 48px;
}


.o365-pharmacy-commitment-copy .o365-pharmacy-label {

	margin-bottom: 8px;
}


.o365-pharmacy-commitment h2 {

	margin: 0 0 15px;

	color: var(--ph-black);

	font-size: 29px;

	line-height: 1.27;

	font-weight: 700;
}


.o365-pharmacy-commitment p {

	margin: 0 0 19px;

	color: #565c61;

	font-size: 13.5px;

	line-height: 1.75;
}



/* LIST */

.o365-pharmacy-commitment ul {

	margin: 0;

	padding: 0;

	list-style: none;
}


.o365-pharmacy-commitment li {

	display: flex;

	align-items: center;

	margin: 0 0 9px;

	color: #50565b;

	font-size: 13px;

	line-height: 1.5;
}


.o365-pharmacy-commitment li i {

	margin-right: 10px;

	color: var(--ph-teal);

	font-size: 17px;
}



/* PHONE LINK */

.o365-pharmacy-text-link {

	display: inline-flex;

	align-items: center;

	align-self: flex-start;

	margin-top: 13px;

	color: var(--ph-red);

	font-size: 14px;

	font-weight: 700;

	text-decoration: none;
}


.o365-pharmacy-text-link i {

	margin-right: 8px;
}


.o365-pharmacy-text-link:hover {

	color: var(--ph-red-dark);

	text-decoration: none;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

	.o365-pharmacy-hero {

		background: #ffffff;
	}


	.o365-pharmacy-hero-row {

		display: block;
	}


	.o365-pharmacy-hero-copy {

		min-height: 0;

		padding: 50px 30px 35px;
	}


	.o365-pharmacy-hero-media,
	.o365-pharmacy-hero-media img {

		min-height: 390px;
	}


	.o365-pharmacy-benefits-grid {

		grid-template-columns: 1fr;
	}


	.o365-pharmacy-benefit {

		min-height: 0;
	}


	.o365-pharmacy-services-grid {

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


	.o365-pharmacy-commitment-box {

		grid-template-columns: 1fr;
	}


	.o365-pharmacy-commitment-media,
	.o365-pharmacy-commitment-media img {

		min-height: 330px;
	}

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.o365-pharmacy-hero-copy {

		padding: 38px 15px 30px;
	}


	.o365-pharmacy-hero h1 {

		font-size: 33px;
	}


	.o365-pharmacy-hero-copy > p {

		font-size: 14px;
	}


	.o365-pharmacy-actions {

		display: block;
	}


	.o365-pharmacy-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-pharmacy-hero-media,
	.o365-pharmacy-hero-media img {

		min-height: 290px;
	}


	.o365-pharmacy-benefit {

		padding: 20px;
	}


	.o365-pharmacy-benefit-icon {

		flex: 0 0 55px;

		width: 55px;

		height: 55px;

		margin-right: 16px;

		font-size: 23px;
	}


	.o365-pharmacy-heading {

		padding: 0 15px;
	}


	.o365-pharmacy-heading h2 {

		font-size: 25px;
	}


	.o365-pharmacy-services-grid {

		grid-template-columns: 1fr;
	}


	.o365-pharmacy-service-card {

		min-height: 0;

		padding: 22px 20px;
	}


	.o365-pharmacy-service-icon {

		flex: 0 0 58px;

		width: 58px;

		height: 58px;

		margin-right: 17px;

		font-size: 24px;
	}


	.o365-pharmacy-commitment-media,
	.o365-pharmacy-commitment-media img {

		min-height: 260px;
	}


	.o365-pharmacy-commitment-copy {

		padding: 30px 22px;
	}


	.o365-pharmacy-commitment h2 {

		font-size: 24px;
	}

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

	.o365-pharmacy-hero h1 {

		font-size: 29px;
	}


	.o365-pharmacy-service-card {

		align-items: flex-start;
	}


	.o365-pharmacy-commitment h2 {

		font-size: 22px;
	}

}














/* =========================================================
   ORTOPEDIA 365 MADRID
   HOME
   SIN HEADER / PREFOOTER / FOOTER
   ========================================================= */

.o365-home-page {

	--o365-red: #e30613;
	--o365-red-dark: #c9000c;

	--o365-teal: #078c84;
	--o365-teal-dark: #066f69;

	--o365-black: #16191d;
	--o365-text: #565d62;
	--o365-muted: #6c7277;

	--o365-border: #e2e7e6;

	--o365-soft: #f7f9f9;
	--o365-soft-teal: #eef7f6;

	width: 100%;

	background: #ffffff;

	color: var(--o365-text);

	font-family: 'Open Sans', sans-serif;
}



/* =========================================================
   CONTAINER
   ========================================================= */

.o365-home-container {

	width: 100%;

	max-width: 1240px;

	margin: 0 auto;

	padding-left: 15px;
	padding-right: 15px;
}



/* =========================================================
   HERO
   ========================================================= */

.o365-home-hero {

	overflow: hidden;

	background:
		linear-gradient(
			90deg,
			#ffffff 0%,
			#ffffff 42%,
			#f7f8f8 42%,
			#f7f8f8 100%
		);

	border-bottom: 1px solid #eeeeee;
}


.o365-home-hero-grid {

	display: grid;

	grid-template-columns: 42% 58%;

	min-height: 490px;
}



/* COPY */

.o365-home-hero-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 55px 55px 55px 0;
}


.o365-home-kicker {

	margin: 0 0 15px;

	color: var(--o365-red);

	font-size: 13px;

	line-height: 1.2;

	font-weight: 700;

	letter-spacing: .3px;
}


.o365-home-hero h1 {

	margin: 0 0 22px;

	color: var(--o365-black);

	font-size: 43px;

	line-height: 1.14;

	font-weight: 700;

	letter-spacing: -.7px;
}


.o365-home-hero h1 span {

	display: block;

	color: var(--o365-teal);
}


.o365-home-hero-copy > p {

	max-width: 475px;

	margin: 0;

	color: var(--o365-text);

	font-size: 15px;

	line-height: 1.78;
}



/* HERO IMAGE */

.o365-home-hero-media {

	min-height: 490px;

	overflow: hidden;
}


.o365-home-hero-media img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 490px;

	object-fit: cover;

	object-position: center;

	margin: 0;
}



/* =========================================================
   HERO BUTTONS
   ========================================================= */

.o365-home-actions {

	display: flex;

	gap: 16px;

	margin-top: 28px;
}


.o365-home-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 145px;

	height: 47px;

	padding: 0 20px;

	font-size: 13px;

	line-height: 1;

	font-weight: 700;

	border-radius: 5px;

	text-decoration: none;

	transition:
		background .18s ease,
		color .18s ease,
		border-color .18s ease;
}


.o365-home-btn i {

	margin-right: 9px;

	font-size: 17px;
}


.o365-home-btn-call {

	color: #ffffff !important;

	background: var(--o365-red);

	border: 1px solid var(--o365-red);
}


.o365-home-btn-call:hover,
.o365-home-btn-call:focus {

	color: #ffffff !important;

	background: var(--o365-red-dark);

	border-color: var(--o365-red-dark);

	text-decoration: none;
}


.o365-home-btn-whatsapp {

	color: var(--o365-teal) !important;

	background: #ffffff;

	border: 1px solid var(--o365-teal);
}


.o365-home-btn-whatsapp:hover,
.o365-home-btn-whatsapp:focus {

	color: var(--o365-teal-dark) !important;

	background: #f2faf9;

	border-color: var(--o365-teal-dark);

	text-decoration: none;
}



/* =========================================================
   BENEFICIOS
   ========================================================= */

.o365-home-benefits {

	padding: 30px 0 15px;

	background: #ffffff;
}


.o365-home-benefits-grid {

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 15px;
}


.o365-home-benefit {

	display: flex;

	align-items: center;

	min-height: 145px;

	padding: 25px 23px;

	background: #ffffff;

	border: 1px solid var(--o365-border);

	border-radius: 7px;

	box-shadow:
		0 5px 17px rgba(0,0,0,.025);
}


.o365-home-benefit-icon {

	display: flex;

	align-items: center;

	justify-content: center;

	flex: 0 0 64px;

	width: 64px;

	height: 64px;

	margin-right: 18px;

	color: var(--o365-teal);

	background: var(--o365-soft-teal);

	border-radius: 50%;

	font-size: 27px;
}


.o365-home-benefit h2 {

	margin: 0 0 7px;

	color: var(--o365-black);

	font-size: 15px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-home-benefit p {

	margin: 0;

	color: #62686d;

	font-size: 12px;

	line-height: 1.62;
}



/* =========================================================
   SECTION HEADINGS
   ========================================================= */

.o365-home-section-heading {

	max-width: 750px;

	margin: 0 auto 31px;

	text-align: center;
}


.o365-home-section-heading h2 {

	position: relative;

	display: inline-block;

	margin: 0 0 14px;

	color: var(--o365-black);

	font-size: 29px;

	line-height: 1.25;

	font-weight: 700;
}


.o365-home-section-heading h2:after {

	content: "";

	position: absolute;

	left: 50%;

	bottom: -10px;

	width: 46px;

	height: 2px;

	background: var(--o365-red);

	transform: translateX(-50%);
}


.o365-home-section-heading p {

	margin: 11px 0 0;

	color: #666c71;

	font-size: 13.5px;

	line-height: 1.6;
}



/* =========================================================
   SERVICIOS
   ========================================================= */

.o365-home-services {

	padding: 48px 0 30px;

	background: #ffffff;
}


.o365-home-services-grid {

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 17px;
}



/* CARD */

.o365-home-service-card {

	display: block;

	overflow: hidden;

	color: inherit !important;

	background: #ffffff;

	border: 1px solid var(--o365-border);

	border-radius: 7px;

	box-shadow:
		0 5px 18px rgba(0,0,0,.025);

	text-decoration: none !important;

	transition:
		transform .18s ease,
		box-shadow .18s ease;
}


.o365-home-service-card:hover {

	transform: translateY(-3px);

	box-shadow:
		0 11px 28px rgba(0,0,0,.06);

	text-decoration: none;
}



/* PHOTO */

.o365-home-service-media {

	position: relative;

	display: flex;

	align-items: center;

	justify-content: center;

	height: 175px;

	overflow: hidden;

	background: #f6f7f7;
}


.o365-home-service-media img {

	display: block;

	width: 100%;

	height: 100%;

	object-fit: cover;

	margin: 0;

	transition: transform .3s ease;
}


.o365-home-service-card:hover
.o365-home-service-media img {

	transform: scale(1.025);
}



/* OFFER ICON */

.o365-home-offer-badge {

	position: absolute;

	right: 20px;

	top: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	width: 70px;

	height: 70px;

	color: #ffffff;

	background: var(--o365-red);

	border-radius: 8px;

	font-size: 31px;

	transform:
		translateY(-50%)
		rotate(-7deg);

	box-shadow:
		0 9px 22px rgba(227,6,19,.2);
}



/* COPY */

.o365-home-service-copy {

	padding: 23px 23px 25px;
}


.o365-home-service-copy h3 {

	margin: 0 0 10px;

	color: var(--o365-black);

	font-size: 17px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-home-service-copy p {

	min-height: 62px;

	margin: 0 0 14px;

	color: #60666b;

	font-size: 12.5px;

	line-height: 1.65;
}


.o365-home-more {

	display: inline-flex;

	align-items: center;

	color: var(--o365-teal);

	font-size: 12.5px;

	font-weight: 700;
}


.o365-home-more i {

	margin-left: 7px;
}



/* =========================================================
   ABOUT
   ========================================================= */

.o365-home-about {

	padding: 20px 0 47px;

	background: #ffffff;
}


.o365-home-about-box {

	display: grid;

	grid-template-columns: 50% 50%;

	min-height: 355px;

	overflow: hidden;

	background: #f2f7f6;

	border: 1px solid #e0e9e7;

	border-radius: 7px;
}



/* MEDIA */

.o365-home-about-media {

	min-height: 355px;

	overflow: hidden;
}


.o365-home-about-media img {

	display: block;

	width: 100%;

	height: 100%;

	min-height: 355px;

	object-fit: cover;

	object-position: center;

	margin: 0;
}



/* COPY */

.o365-home-about-copy {

	display: flex;

	flex-direction: column;

	justify-content: center;

	padding: 42px 50px;
}


.o365-home-about-copy .o365-home-kicker {

	margin-bottom: 8px;
}


.o365-home-about-copy h2 {

	margin: 0 0 15px;

	color: var(--o365-black);

	font-size: 29px;

	line-height: 1.27;

	font-weight: 700;
}


.o365-home-about-copy h2 span {

	color: var(--o365-teal);
}


.o365-home-about-copy > p {

	margin: 0 0 19px;

	color: #565d62;

	font-size: 13.5px;

	line-height: 1.75;
}



/* CHECKS */

.o365-home-checks {

	margin: 0;

	padding: 0;

	list-style: none;
}


.o365-home-checks li {

	display: flex;

	align-items: center;

	margin-bottom: 10px;

	color: #4e5559;

	font-size: 13px;
}


.o365-home-checks i {

	margin-right: 10px;

	color: var(--o365-teal);

	font-size: 17px;
}



/* LINK */

.o365-home-inline-link {

	display: inline-flex;

	align-items: center;

	align-self: flex-start;

	margin-top: 12px;

	color: var(--o365-teal) !important;

	font-size: 13px;

	font-weight: 700;

	text-decoration: none;
}


.o365-home-inline-link i {

	margin-left: 8px;
}


.o365-home-inline-link:hover {

	color: var(--o365-teal-dark) !important;

	text-decoration: none;
}



/* =========================================================
   FEATURED / OFERTAS
   ========================================================= */

.o365-home-featured {

	padding: 3px 0 52px;

	background: #ffffff;
}


.o365-home-featured-grid {

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 15px;
}



/* CARD */

.o365-home-feature-card {

	overflow: hidden;

	background: #ffffff;

	border: 1px solid var(--o365-border);

	border-radius: 7px;

	box-shadow:
		0 5px 17px rgba(0,0,0,.025);
}



/* IMAGE */

.o365-home-feature-image {

	display: flex;

	align-items: center;

	justify-content: center;

	height: 190px;

	padding: 15px;

	overflow: hidden;

	background: #fafafa;
}


.o365-home-feature-image img {

	display: block;

	width: 100%;

	height: 100%;

	object-fit: contain;

	margin: 0;

	transition: transform .25s ease;
}


.o365-home-feature-image:hover img {

	transform: scale(1.03);
}



/* CONTENT */

.o365-home-feature-content {

	padding: 20px 20px 22px;
}


.o365-home-feature-label {

	display: inline-block;

	margin: 0 0 8px;

	color: var(--o365-red);

	font-size: 10.5px;

	line-height: 1;

	font-weight: 700;

	letter-spacing: .5px;

	text-transform: uppercase;
}


.o365-home-feature-content h3 {

	min-height: 44px;

	margin: 0 0 8px;

	color: var(--o365-black);

	font-size: 16px;

	line-height: 1.35;

	font-weight: 700;
}


.o365-home-feature-content p {

	min-height: 58px;

	margin: 0 0 10px;

	color: #60666b;

	font-size: 12px;

	line-height: 1.6;
}


.o365-home-price {

	margin: 3px 0 10px;

	color: var(--o365-black);

	font-size: 16px;

	font-weight: 700;
}


.o365-home-product-link {

	display: inline-flex;

	align-items: center;

	color: var(--o365-teal) !important;

	font-size: 12.5px;

	font-weight: 700;

	text-decoration: none;
}


.o365-home-product-link i {

	margin-left: 7px;
}


.o365-home-product-link:hover {

	color: var(--o365-teal-dark) !important;

	text-decoration: none;
}



/* ALL OFFERS */

.o365-home-featured-footer {

	margin-top: 22px;

	text-align: center;
}


.o365-home-all-offers {

	display: inline-flex;

	align-items: center;

	color: var(--o365-teal) !important;

	font-size: 13px;

	font-weight: 700;

	text-decoration: none;
}


.o365-home-all-offers i {

	margin-left: 8px;
}


.o365-home-all-offers:hover {

	color: var(--o365-teal-dark) !important;

	text-decoration: none;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {


	.o365-home-hero {

		background: #ffffff;
	}


	.o365-home-hero-grid {

		grid-template-columns: 1fr;
	}


	.o365-home-hero-copy {

		padding: 50px 30px 35px;
	}


	.o365-home-hero-media,
	.o365-home-hero-media img {

		min-height: 350px;
	}


	.o365-home-benefits-grid {

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


	.o365-home-services-grid {

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


	.o365-home-about-box {

		grid-template-columns: 1fr;
	}


	.o365-home-about-media,
	.o365-home-about-media img {

		min-height: 330px;
	}


	.o365-home-featured-grid {

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

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {


	.o365-home-container {

		padding-left: 15px;

		padding-right: 15px;
	}


	/* HERO */

	.o365-home-hero-copy {

		padding: 38px 0 30px;
	}


	.o365-home-hero h1 {

		font-size: 33px;
	}


	.o365-home-hero-copy > p {

		font-size: 14px;
	}


	.o365-home-actions {

		display: block;
	}


	.o365-home-btn {

		width: 100%;

		margin-bottom: 10px;
	}


	.o365-home-hero-media,
	.o365-home-hero-media img {

		min-height: 270px;
	}



	/* BENEFITS */

	.o365-home-benefits-grid {

		grid-template-columns: 1fr;
	}


	.o365-home-benefit {

		min-height: 0;

		padding: 20px;
	}


	.o365-home-benefit-icon {

		flex: 0 0 55px;

		width: 55px;

		height: 55px;

		font-size: 23px;
	}



	/* HEADINGS */

	.o365-home-section-heading h2 {

		font-size: 25px;
	}



	/* SERVICES */

	.o365-home-services-grid {

		grid-template-columns: 1fr;
	}


	.o365-home-service-media {

		height: 210px;
	}


	.o365-home-service-copy p {

		min-height: 0;
	}



	/* ABOUT */

	.o365-home-about-copy {

		padding: 30px 22px;
	}


	.o365-home-about-copy h2 {

		font-size: 24px;
	}


	.o365-home-about-media,
	.o365-home-about-media img {

		min-height: 260px;
	}



	/* FEATURED */

	.o365-home-featured-grid {

		grid-template-columns: 1fr;
	}


	.o365-home-feature-image {

		height: 230px;
	}


	.o365-home-feature-content h3,
	.o365-home-feature-content p {

		min-height: 0;
	}

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {


	.o365-home-hero h1 {

		font-size: 29px;
	}


	.o365-home-section-heading h2 {

		font-size: 23px;
	}


	.o365-home-about-copy h2 {

		font-size: 22px;
	}

}