/**
 * Stylesheet:  style.css
 * 
 */

/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
11. Parallex
12. Practice Area
13. Attorney
14. Attorney Detail
15. Case Evaluation
16. News
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Consultation
32. Footer - Top
33. Footer - Main
34. Footer - Bottom
35. Google Map
=================================================
*/

/*
================================
Import CSS and Google Fonts
================================
*/
/*

================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

/* Clase para texto solo visible para lectores de pantalla (accesibilidad) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    overflow-x: hidden;
    background-color: #f2f3f3;
}
p {
    color: #2a2a2a;
    font-size:  14px;
}
.logo a{
    font-size: 45pt;
    font-weight: 800;
}

.logo a:hover{
    color: #000000;
}

.noticia{margin-bottom:30px;}
.headnew{margin-bottom:30px;display:inline-block;}
.sharethis-inline-share-buttons{float:right;}
.caption img{max-width: 100%;}
.fecha {font-size:15px;font-weight:500;}

a .tag {
   pointer-events: auto;
    font-size: 13px;
    display: inline-block;
    margin: 0 5px 15px 0;
    line-height: 1;
    color: #fff;
    padding: 3px 8px;
    white-space: nowrap;
    position: relative;
    vertical-align: middle;
    background: #000000;
    font-weight: 300;
    text-transform: uppercase;
}

.ff-og-image-inserted{display:none;}

.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
    color:#000000;
}
.clear {
	clear: both;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Montserrat", sans-serif;
}
.container{max-width: 1200px;}
.page-wrapper {
    max-width: 1200px;
    margin:auto;
    height: auto;
    position: relative;
    background:#ffffff;
}
@media (min-width: 1200px){
.container {
    width: 1200px !important;
}
.logo a {
    line-height: 0pt;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 10px;
    font-weight: 800;
    color: #000000;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 800;
    background: #333333;
    color: #fff;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
}

.h2, h2 {
    font-size: 21px;
}


/*
================================
Preloader
================================
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/preloaders/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
================================
Top Bar
================================
*/

.azul {background: #225ad3;}

.top-bar a {color: #ffffff;}

.top-bar {
    background: #225ad3;
    padding: 5px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-bar .top-contact {
    float: left;
    line-height: 20px;
}
.top-bar .top-contact .list {
    float: left;
    color: #ffffff;
    margin-right: 20px;
    font-size: 13px;
}
.top-bar .top-contact .list a {
    color: #ffffff;
}
.top-bar .top-contact .list i {
    margin-right: 5px;
}
.top-bar .top-social {
    float: right;
}
.top-bar .top-social ul {
    float: right;
    margin-bottom: 0;
}
.top-bar .top-social ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.top-bar .top-social ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 13px;
}
.top-bar .top-social ul li a:hover {
    background: #205cd1;
    color:#ffffff;
}
/*
================================
Header
================================
*/

header {
    width: 100%;
    background: #f2f3f3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .container, .footer-main .container {background:#ffffff;}

header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
    padding: 40px 0px 30px 0px;
    color: #222222;
    width:100%;
}
header .logo img {
    max-height: 112px;
    margin: 0px;
    position:absolute;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: left;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    width: 100%;
    text-align:left
}
.navbar {
    margin-bottom: 0px !important;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 800;
    color:#000000;
    font-size:17px;
    padding: 17px 21px;
}
/*
================================
Sticky Header
================================


header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 109px;
    z-index: 10000;
    border-bottom: 1px solid #c9c9c9;
}
header.sticky .logo img {
    height: 60px;
    margin-top: 0px;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 10px 18px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
*/
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky .logo {
        z-index: 99999;
    }
    body.sticky .slicknav_menu {
        z-index: 99999;
        position: fixed;
        width: 100%;
    }
    body.sticky header {
        margin-top: 0px;
    }
    body.sticky .slide-carousel {
        margin-top: 124px;
    }
    .slide-carousel .item .text {
        padding-top: 25% !important;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}
/*
================================
Slider
================================
*/

.slide-single {
    width: 100%;
    height: 580px;
    background-image: url(../images/page/1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.8;
}
.slide-single .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family: "Montserrat", serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single h3 {
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
    background: #333333;
    border: 2px solid #333333;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
}
.slide-single p a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slide-single:hover p {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.6;
}
.slide-carousel .item {
    height: 580px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-carousel .item .text h2 {
    font-family: "Montserrat", serif;
    text-transform: none;
    font-weight: 600;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.slide-carousel .item .text h3 {
    font-family: "Montserrat", serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 32px;
    text-transform: none;
}
.slide-carousel .item .text p {
    font-family: "Montserrat", sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.slide-carousel .item h2 {
    font-family: "Montserrat", serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item h3 {
    font-family: "Montserrat", serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item p {
    font-family: "Montserrat", serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-carousel .item p a {
    border: 2px solid #333333;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
}
.slide-carousel .item p a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.slide-carousel .item p a:hover p {
    background: transparent;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #333333;
}
.slide-single-page {
    height: 200px;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
}

/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/slides/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.9;
}
.parallex h2 {
    font-family: "Montserrat", serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.parallex h3 {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 0;
}
.parallex h3 span {
    color: #333333;
}
.parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.parallex p.button {
    margin-top: 40px;
}
.parallex p.button a {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.parallex p.button a:hover {
    background: #fff;
    color: #2a2a2a;
}

/*
================================
News
================================
*/
.news {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
}
.news .heading {
    margin-bottom: 20px;
    text-align: left;
}
.news .heading h2 {
    font-family: "Montserrat", serif;
    font-size: 18px;
    font-weight: 800;
    background: #333333;
    color: #000;
    position: relative;
    text-transform: uppercase;
}
.news .heading h2 a {
	color:  #000!important;
	display: block!important;
}
.news .heading h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news .heading .bar {
    width: 100px;
    height: 10px;
    background: #dedede;
    margin-bottom: 30px;
    display: inline-block;
}
.news .heading p {
    font-size: 16px;
    text-align: center;
    color: #353535;
}
.contenido img{width:100%;height: auto;}
.thumbnail {
    padding: 0;
    border-radius: 0;
    position: relative;
    border: 0;
    margin-bottom:15px;
}
.thumbnail .photo {
	min-height: 150px;
	aspect-ratio: 300 / 200;
	width: 100%;
	height: 220px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumbnail .photog {
    width: 100%;
    height: 450px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail .date {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    background: #464646;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.news .thumbnail .caption {
    padding: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.news .thumbnail .caption h3 {
    font-family: "Montserrat", serif;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.news .thumbnail .caption h3 a {
	color: #333333;
	font-weight: 600;
}
.news .thumbnail .caption h3 a:hover {
	color: #4a4a4a;
}
.news .thumbnail .caption h4 {
    font-family: "Montserrat", sans-serif;
    color: #757575
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 15px;
    overflow: hidden;
}

.news .caption{margin-top:20px;margin-right:30px;}

.news .thumbnail .caption h4 span {
    display: block;
    float: left;
    padding-bottom: 2px;
}
.news .thumbnail .caption h4 span:first-child {
    margin-right: 10px;
}
.news .thumbnail .caption p, .news .thumbnail .caption .contenido {
    font-size: 18px !important;
    line-height: 25px !important;
    line-height: 1.8 !important;
    margin-bottom: 23px !important;
}
.news .thumbnail .caption li {
    font-size: 23px;
    line-height: 32px;
    margin-left: 25px;
}
.news .thumbnail .caption ul {
    background: #f9f9f9;
    padding: 20px;
}
.news .thumbnail .caption p a {
    color:#2a2a2a;
    text-decoration: underline !important;
}
.news .thumbnail1 {
	display: table;
	margin-bottom: 15px;
}
.news .thumbnail1 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail1 .photo {
	width: 80px;
	height: 60px!important;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail1 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.news .thumbnail1 .caption h3 {
	font-size: 17px;
	color:  #333333;
	line-height: 1.3;
	margin-top:0px;
	margin-bottom:20px;
}
.news .thumbnail1 .caption h3 a {
	color:  #333333;
	font-weight: 600;
}
.news .thumbnail1 .caption h3 a:hover {
	color:  #4a4a4a;
}
.news .thumbnail1 .caption h4 {
	font-size: 12px;
	color: #757575
    overflow: hidden;
}
.news .thumbnail1 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail1 .caption h4 span:first-child {
    margin-right: 10px;
}


.news .thumbnail2 {
	display: table;
	margin-bottom: 20px;
}
.news .thumbnail2 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail2 .photo {
	width: 300px;
	height: 200px !important;
	min-height: 200px;
	aspect-ratio: 600 / 400;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail2 .caption {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.news .thumbnail2 .caption h3 {
	font-size: 18px;
	color:  #333333;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.news .thumbnail2 .caption h3 a {
	color:  #333333;
	font-weight: 600;
}
.news .thumbnail2 .caption h3 a:hover {
	color:  #4a4a4a;
}
.news .thumbnail2 .caption h4 {
	font-size: 12px;
	color: #757575;
    overflow: hidden;
}
.news .thumbnail2 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail2 .caption h4 span:first-child {
    margin-right: 10px;
}




.thumbnail3 {
	display: table;
	margin-bottom: 10px;
}
.thumbnail3 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.thumbnail3 .photo {
	width: 80px;
	height: 60px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumbnail3 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.thumbnail3 .caption h3 {
	font-size: 14px;
	color:  #333333;
	line-height: 1.3;
	text-transform: none;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.thumbnail3 .caption h3:after {
	display: none;
}
.thumbnail3 .caption h3 a {
	color:  #e1e1e1;
	font-weight: 600;
}
.thumbnail3 .caption h3 a:hover {
	color:  #c9c5c5;
}
.thumbnail3 .caption h4 {
	font-size: 12px;
	color: #c8c8c8;
	font-style: italic;
    overflow: hidden;
}
.thumbnail3 .caption h4 span {
    display: block;
    float: left;
}
.thumbnail3 .caption h4 span:first-child {
    margin-right: 10px;
}

/*
================================
Gallery
================================
*/

.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}
.gallery h3 {
    font-family: "Montserrat", serif;
    display: block;
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #333;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo {
	height: 280px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.gallery .item .desc {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Montserrat", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #333333;
    background: #333333;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #333333;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: #225ad3;
    color: #fff;
    border: 4px solid #225ad3;
    text-align: center;
    font-size: 26px;
}

/*
================================
Contact
================================
*/

.contact {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #333333;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #2a2a2a;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .error {
    color: red;
}
.contact .cform-1 .btn-success {
    font-family: "Montserrat", serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #333333;
    color: #333333;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #333333;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #333333;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}
/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family: "Montserrat", serif;
    width: 200px;
    height: 200px;
    background: #333333;
    color: #fff;
    border: 5px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family: "Montserrat", serif;
    color: #333333;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-family: "Montserrat", serif;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #333333;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #333333;
    color: #fff;
}

.news-featured h1 {
    font-size: 63px;
    font-weight: 800;
    color: #e9e9e9;
    text-transform: uppercase;
    margin: 0px;
}
.news-featured h2
{
    font-size:24px;
    font-weight:bold;
}

.news-featured h2.big
{
    font-size:38px;
    font-weight:800;
    padding: 0px 0px 18px 0px;
}

.news-featured h3
{
    font-weight:600;
}
/*
================================
Blog
================================
*/

.blog {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}
.blog .post-item {
    margin-bottom: 30px;
}
.blog .image-holder {
    position: relative;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    color: #2a2a2a;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #333333;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.blog h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.blog h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.blog h3 {
    font-family: "Montserrat", serif;
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog h3 a {
    color: #333333;
}
.blog h3 a:hover {
    color: #2a2a2a;
}
.blog h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2a2a2a;
}
.blog .text {
    padding: 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #333333;
    font-size: 13px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #333333;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #353535;
}
.blog p.button {
    margin-top: 30px;
    display: block;
}
.blog p.button a {
    font-family: "Montserrat", serif;
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog p.button a:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.blog .pagination {
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #333333;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #333333;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #333333;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-family: "Montserrat", serif;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #2a2a2a;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
}
.sidebar .widget ul li a:hover {
    color: #333333;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #333333;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #333333;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #333333;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #333333;
    background: #333333;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #333333;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 15%;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: 85%;
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}
/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family: "Montserrat", serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family: "Montserrat", serif;
    background: #333333;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    font-family: "Montserrat", serif;
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family: "Montserrat", serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}
/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.under-construction-v1 img {
    width: 100%;
    height: 100%;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.5;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 .newsletter {
    text-align: center;
}
.under-construction-v1 .btn-success {
    font-family: "Montserrat", serif;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    border: 0;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}
/*
================================
FAQ
================================
*/

.faq {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
}
.faq h1 {
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}
.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.faq .panel-group {
    margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-default > .panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
.faq h4.panel-title a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}


/*
================================
Footer - Top
================================
*/

.footer-top {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #dedede;
    text-align: center;
}
.footer-top .item {
    margin-bottom: 20px;
}
.footer-top .item:hover i {
    background: #757575
    color: #2a2a2a;
}
.footer-top h2 {
    font-family: "Montserrat", serif;
    color: #333333;
    font-size: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    padding: 5px 40px;
    text-align: center;
    margin-bottom: 20px;
}
.footer-top h4 {
    margin-bottom: 20px;
}
.footer-top h4 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    background: #2a2a2a;
    color: #757575
    border-radius: 50%;
    border: 2px solid #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-top p {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
}

.footer-main .footer-col p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

.footer-titulo {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 20px!important;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-main .footer-col ul li {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #000000;
}
.footer-main .footer-col ul li:before {
    color: #000000;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #000000;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
    color: #000000;
}
/*
================================
Footer - Bottom
================================
*/

.footer-bottom {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
}
.footer-bottom .copyright, .footer-bottom a {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
}

.legales, .redes 
{
    color:#ffffff;
    padding: 5px 40px 0px 0px;
}

.legales a:hover, .redes a:hover 
{
    color:#ffff00;
}

.footer-bottom .logo {
    font-size:25pt;
    font-weight:800;
}

/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: underline;
}




/**
 * Newspaper Theme New CSS
 */
.news-featured {
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.news-featured .item {
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
    min-height: 100px;
}
.news-featured .first-col {
	height: 350px;
}
.news-featured .second-col {
	height: 250px;
	margin-bottom: 15px;
}
.news-featured .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.7);
}
.news-featured .text a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-featured .text .inner {
	padding: 10px;
}
.news-featured .text h2 {
	color:  #fff;
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.5;
}
.news-featured .text p {
	color:  #fff;
	margin-bottom: 0;
	font-size: 13px;
}

/*
================================
Ad1
================================
*/
.ad1 {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

.ad1 img {
	width: 100%;
	height: 120px;
}
/*
================================
Ad2
================================
*/
.ad2 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

.ad2 img {
	width: 100%;
	height: auto;
}

/*
================================
Social Sidebar
================================
*/
.social-sidebar {
	padding-bottom: 20px;
	overflow: hidden;
}
.social-sidebar ul {
	margin-bottom: 0px;
}
.social-sidebar ul li {
	float: left;
	list-style-type: none;
}
.social-sidebar ul li a {
	display: block;
	background: #4a4a4a;
	color:  #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
.social-sidebar ul li a:hover {
	background: #333333;
}
.social-sidebar ul li a i {
	color: #fff;
}

.search-sidebar {
	padding-bottom: 20px;
	overflow: hidden;
}

.search-sidebar input[type="text"] {
	border: 1px solid #333333;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

.search-sidebar input[type="submit"] {
	height: 30px;
	border: 0;
	background: #333333;
	color:  #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -3px;
}

.newsletter-sidebar {
	background: #4a4a4a;
	padding: 25px 15px;
	margin-bottom: 20px;
	text-align: center;
}
.newsletter-sidebar h2 {
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.newsletter-sidebar p {
	color: #fff;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 10px;
}
.newsletter-sidebar input[type="email"] {
	width: 90%;
	height: 34px;
	border: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsletter-sidebar input[type="submit"] {
	background: #f3f3f3;
	color: #333;
	padding: 5px 10px;
	text-align: center;
}

.break-after-3:nth-of-type(3n+1) {
	clear: both;
}

.break-after-6:nth-of-type(6n+1) {
	clear: both;
}


h2.sidebar-heading {
	padding: 10px 0px!important;
}

.not-found {
	font-size: 20px;
	color: red;
}

.error {
	color: red;
	margin-bottom: 15px;
}

.success {
	color: green;
	margin-bottom: 15px;
}

.video-iframe iframe {
	width: 100%;
	height: 280px;
}

.child {
	display: none;
}
.load-more {
	text-align: center;
	margin-top: 30px;
}
.load-more a {
	background: #dddddd;
	color:  #333;
	padding: 10px 20px;
	border-radius: 26px;
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
}




.swal2-title {
    font-size: 24px!important;
    font-weight: 800;
}
.swal2-content {
    font-size: 18px!important;
}

.normal-2-col-item:nth-of-type(2n+1) {
    clear: both;
}

.captcha-section {
    font-size: 16px;
    width: 100%;
}

.captcha-section-1 {
    width: 90px;
    float: left;
    padding-top: 5px;
}

.captcha-section-2 {
    float: left;
    width: 100px;
}

.news-single-page .photo {
    height: auto!important;
    overflow: hidden;
}
.news-single-page .photo img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .footer-col h3 {
        margin-top: 0!important;
    }
    .load-more {
        margin-bottom: 50px!important;
    }
    .news .caption {
        margin-right: 0px !important;
    }
}


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

@media only screen and (max-width: 991px) {
	.copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-menu ul {
		float: none;
		text-align: center;
	}
	.footer-menu ul li {
		float: none;
		display: inline-block;
	}
	.prev a, .next a {
		display: inline-block;
	}
	.prev, .next {
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: hidden;
		text-align: center;
	}
	.prev {
		border-right: 0;
		border-bottom: 1px solid #eae7e7;
	}
	.prev .inner,
	.next .inner {
		width: 100%;
	}
	.prev p, .next p {
		text-align: center;
		display: block;
	}
	.prev p {
		padding-top: 10px;
	}
	.counter-v1 .counter-text {
		margin-bottom: 15px;
	}
	header .logo {
		float: none;
		margin: 0 auto;
	}
	.about-v2 .col-md-4 {
		margin-bottom: 20px;
	}
	.footer-bottom .copyright {
		text-align: center;
	}
	.footer-bottom .footer-menu {
		text-align: center;
	}
	.footer-bottom .footer-menu ul {
		float: none;
		text-align: center;
	}
	.footer-bottom .footer-menu ul li {
		float: none;
		display: inline-block;
	}
}
@media only screen and (max-width: 767px) {
	.footer-col h3 {
		margin-top: 30px;
	}
	.testimonial-v1 .content .comment {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact-v3 .item {
		margin-bottom: 50px;
	}
	.comment-list .children .parent-inner {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.comment-list .children .children .parent-inner {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.comments ul.comment-list > li, 
	.comments ul.children > li {
		padding-left: 0;
		padding-right: 0;
	}
	.consultation-v1 .left {
		text-align: center;
	}
	.consultation-v1 .right {
		float: none;
		text-align: center;
		margin-top: 20px;
	}
	.consultation-v1 .right a {
		display: inline-block;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-col h3 {
		margin-top: 30px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.widget-search input {
		width: 165px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 991px) {
	header.sticky .nav-wrapper {
		float: none;
	}
	header.sticky .nav-wrapper ul {
		float: none;
		text-align: center;
	}
}


@media only screen and (min-width: 0px) and (max-width: 1199px) {
	.slider ul li .tal,
	.slider ul li .tar {
		text-align: center;
	}
	.respond .cform-1 .btn-success {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 690px) and (max-width: 830px) {
	.slider h2 {
		font-size: 40px;
	}
	.slider h3 {
		font-size: 22px;
	}
	.slider p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 541px) and (max-width: 689px) {
	.slider h2 {
		font-size: 30px;
	}
	.slider h3 {
		font-size: 16px;
	}
	.slider p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 540px) {
	.slider h2 {
		font-size: 30px;
	}
	.slider h3 {
		font-size: 16px;
		line-height: 30px;
	}
	.slider p {
		font-size: 14px;
	}
	.slider ul li .inner {
		padding: 0 68px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
	.service-v1 .icon img {
		margin-left: 10px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 780px) {
	.slide-carousel .item .text {
		padding-top: 26%;
		padding-left: 70px;
		padding-right: 70px;
	}
	.slide-single .text {
		padding-top: 26%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
	.comment-list .text span.date i {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery .item .photo {
		height: 226px;
	}	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery .item .photo {
		height: 550px;
	}	
}
@media only screen and (min-width: 630px) and (max-width: 767px) {
	.gallery .item .photo {
		height: 500px;
	}	
}

@media only screen and (min-width: 530px) and (max-width: 629px) {
	.gallery .item .photo {
		height: 420px;
	}	
}

@media only screen and (min-width: 430px) and (max-width: 529px) {
	.gallery .item .photo {
		height: 380px;
	}	
}

@media only screen and (min-width: 330px) and (max-width: 429px) {
	.gallery .item .photo {
		height: 250px;
	}	
}

@media only screen and (max-width: 767px) {
	.news .thumbnail2 .photo-content {display: block;width: 100%;margin-bottom: 15px;}
	.news .thumbnail2 .photo {width: 100%;}
	.news .thumbnail2 .caption {display: block;width: 100%;}
	.news-featured h1 {
		font-size: 17px;
		color: #333333;
		padding: 10px !important;
        background-color: #e6adb2 !important;
        text-align: center !important;
	}
}


.navbar-toggle .icon-bar{
    background: #000000;
}

.child:nth-of-type(4n+1) {
	clear: both;
}
.blanco{background:#ffffff;}

#contenedor1{ display: flex;
flex-direction: row;
justify-content: space-around;
background-color: white;  
height: 300px;
color:white;
padding-top:5%;}

#contenedor2{ display: flex;
flex-direction: row;
justify-content: space-around;
background-color: white;  
height: 300px;
color:white;
padding-top:5%;}

#contenedor3{ display: flex;
flex-direction: row;
justify-content: space-around;
background-color: white;  
height: 300px;
color:white;
padding-top:5%;}

.fotohome {
    max-height: 270px;width: 100%;
}

.nombre{color: black;
            font-size: 20px;
            background: #f8f8f8;
            padding: 20px;
            margin-bottom: 21px;
            min-height: 96px;}
.descripcion{padding-bottom:20px;color:#000000;}
.padding{padding:30px}
.paddingl60{padding:0px 60px}
.mb15{margin-bottom:15px;}
.mb40{margin-bottom:40px;}
.precio{padding: 10px;
            background: #205cd1;
            text-align: right;
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 19px;
            color: white;}

.old{margin-right: 10px;
         display: inline;
         text-decoration: line-through;
         color: white;
         font-weight: 400;}

.web, .telefono{font-size:20px;color:#000000;}
.web{margin-bottom:20px;}
.datos{color:#000000;}
.miniatura{width:77px;padding:1px;height:60px;display:inline;}
.llamar{text-align:center;padding:10px;background:#AD0000;font-size:20px;color:#ffffff;}
.llamar:hover{
    background:#c00000;
}
.coche a{color:black;font-size:20px;}
.preciorojo a{color:#ff9900;font-size:25px;}
.precioflot{position: absolute;
                top: 17px;
                right: 15px;
                padding: 10px;
                color: black;
                background: #cff130;
                font-weight: bold;
                font-size: 20px;}
                
.adplugg-tag{max-width: 1200px;margin: auto;padding: 0px 0px 15px 0px;min-height:180px;background:#ffffff;}      
.home .adplugg-tag{padding:0px;}     
.lineatel{display:inline-block;width:100%;padding: 10px;background: whitesmoke;}

.footer-col .caption p:first-child{font-size:15px;font-weight:800;padding-bottom:0px;margin-bottom:5px;}
.footer-col .caption p:nth-child(2){font-size:12px;font-weight:500;margin-bottom:15px;}


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

.grid-2c span {
    color: #003e76;
}
.grid-2c > p:nth-child(4n+1) {
    background-color: #337ab729;
}

.grid-2c > p:nth-child(4n+2) {
    background-color: #337ab729;
}

.foto-anuncio{
    transition:transform .5s ease-in-out;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
.foto-anuncio:hover{
    transform:scale(1.05);
}

#user-profile{
    text-align: right;
    display: inline-block;
}

.navbar-brand {
    float: initial !important;
}

@media only screen and (max-width: 767px) {
	.grid-2c{
        grid-template-columns:1fr;
    }

    .grid-2c > p:nth-child(4n+1),.grid-2c > p:nth-child(4n+2) {
        background-color: white;
    }

    .grid-2c > p:nth-child(2n-1) {
        background-color: #337ab729;
    }

    .paddingl60{
        padding:0px 30px;
    }
    
    .logo a {
        font-size: 24px !important;
    }
    
    #user-profile {
        text-align: center;
    }
    
    header .logo {
        padding: 0px 0px 0px 0px;
    }
    
    .fecha{display:none;}
    
    .navbar-brand {
        float: left !important;
        }
        
    .adplugg-tag{min-height:60px;}    
}

@media (min-width: 768px){
.navbar-header {
    float: left;
    width: 100%;
}
}
.object-contain{
    object-fit:contain;
}

.object-cover{
    object-fit:cover;
}

.foto{
    height: 27rem;
    display: flex;
    overflow: hidden;
}

.foto img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out;
}

.foto img:hover{
    
    transform: scale(1.05);
}

.carrusel {
    display: flex;
}

.carrusel a {
    display: flex;
    width: 20%;
    height: 80px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}



.profile-foto{
    border-radius:50%;
    object-fit:cover;
}

.profile-foto-ul{
    list-style-type:none;
    position:absolute;
    margin-top:1rem;
    right: 0;
    transform:rotateX(90deg);
    padding:1rem;
    background-color:white;
    z-index:10;
    border-radius:1rem;
    box-shadow:0 0 2px 1px rgb(211, 211, 211);
    transition:transform 0.2s ease;

}

.profile-foto-ul li{
    padding-bottom:0 1rem 1rem 1rem;
}

.profile-foto-container{
    display:inline-block;
    cursor:pointer;
}

.profile-foto-container:hover > .profile-foto-ul {
    transform:rotateX(0deg);
}


.murcia-noticias-color{
    color:#1d71bf;
}

.murcia-noticias-bg-color{
    background:#225ad3;
}

.murcia-noticias-bg-color:hover{
    background:#145fa5;
}

.clasi-cat-nav{
    display:flex;
    justify-content:center;
    padding:40px 0px;
}


.clasi-cat-nav a.active{
    color:white;
    box-shadow:none;
}

.clasi-cat-boton{
    color:#000000;
    padding: 10px 0px;
    box-shadow: 0px 0px 1px 0px #145fa5;
    width: 112px;
    text-align: center;
    border-color:#000000; 
    border-top: 1px outset;
    border-bottom:1px outset;
    background: white;
    transition: background-color 0.4s ease-in-out;
}

.clasi-cat-boton:hover{
    background: linear-gradient(to bottom, #1d72be 0%,#2989d8 50%,#0d4b81 100%,#ffffff 100%);
    color:white;
}

.clasi-cat-nav a:first-child{
    border-left: 1px outset;
}

.clasi-cat-nav a:last-child{
    border-right: 1px outset;
}

.pagination {
    display:flex;
    justify-content:flex-start;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius:0px;
  }

  .pagination a:hover {
    background-color:#145fa5;
    color:white;
  }
  
  .pagination a.active{
      background:#225ad3;
      color:white;
  }

  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.navbar-collapse{padding:0px;}
.portadon
  {
        padding: 36px;
        background: #f1f1f1;
        margin-bottom: 20px;
  }
  
  .lstminute
  {
        background: #ff0000;
        padding: 2px 10px;
        color: #ffffff;
        font-weight: bold;
        margin-bottom: 7px;
  }
  
.wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto; }

.main {
  width: 100%; }

.seccionToggle {
  display: none;
  height: calc(50vh - 50px);
  background: #fff;
  color: #001F3F;
  padding: 15px 0;
  text-align: center; }
  .seccionToggle h2 {
    font-size: 40px;
    margin-top: 50px; }
  .seccionToggle p {
    font-size: 20px;
    margin-bottom: 5px; }
  .seccionToggle button {
    background: none;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 40px;
    display: inline-block;
    border: 5px solid #001F3F;
    transition: 0.3s all ease; }
    .seccionToggle button:hover {
      border: 5px solid #0074D9;
      color: #0074D9; }

.btn-toggle {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: block;
  background: #f5f5f5;
  text-align: right; 
  padding: 0px 15px;}
  .btn-toggle:hover {
    text-decoration: none; }

.np{padding-left: 15px;padding-right: 15px;margin-bottom:30px;margin-top: 10px;}
.pn{padding:0px;margin:auto;}
.m30{margin-bottom:30px;margin-top: 30px;}
.rounded{max-width:100%;border-radius:50%;}

@media screen and (max-width: 500px) {
    h1{font-size:24px;}
    .subtitle{font-size:24px !important;}
    .seccionToggle h2 {margin-top: 0;} 
    .news-featured h2.big{font-size:24px;}
    .np{padding-left: 0px;padding-right: 0px;margin-bottom:30px;margin-top: 30px;}
}
@media screen and (max-height: 550px) {
  .seccionToggle h2 {
    font-size: 26px;
    margin-top: 0; } }  
  
.h3ciudad{font-size:17px;font-weight:600;}

/* menu sorteos */
.botones-container {
    display: flex;
    max-width: 100%;
    align-items: center;
    overflow-x: hidden;
    background: whitesmoke;
    }
    
    .otro-boton {
    padding: 10px;
    margin-right: 10px;
    white-space: nowrap;
    width: 200px; /* Se establece un ancho fijo para todos los botones */
    /* animation: scroll-left 5s linear infinite; */
    }
    
    .otro-boton:last-child {
    margin-right: 0;
    }
    
    @keyframes scroll-left {
    0% {
    transform: translateX(100%);
    }
    100% {
    transform: translateX(-100% - 10px);
    }
    }
    
    .btn-toggle {
    position: relative;
    z-index: 1;
    }
    
    .destacado{color:#efff00;}
    .h3ciudad{margin-top: 0px;}
    .subnoticia{min-height:374px;}
    .subnoticia .thumbnail .photo{height:170px;}

/* Lazy Loading optimizations */
.lazy-bg {
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease-in-out;
}

.lazy-bg.lazy-loaded {
    background-color: transparent;
}

/* Placeholder sutil mientras carga */
.lazy-bg:not(.lazy-loaded)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Ocultar placeholder cuando la imagen carga */
.lazy-bg.lazy-loaded::before {
    display: none;
}
    h3.sub{font-size: 16px !important;font-weight: 700 !important;line-height: 1.2 !important;}
    a.editar{width: 100%;padding: 2px; background: #fb0000; display: block; text-align: center; color: white; font-size: 15pt; font-weight: bold;}
    .aniversario{display:block;margin-bottom:5px;}
    .subtitle{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding: 21px;
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #e3e3e3;
    }
    .mini{width:40px;margin-right:10px;}
    #mensajeMasVotos {
    display: none;
    width: 100%;
    float: right;
    color: #F00;
    text-align: right;
    margin-top: 20px;
    font-weight: bold;
    }
    .votos {
        color: #146296;
        margin: 4px;
        text-align: center;
        font-size: 20pt;
        padding: 2px;
    }
    #puntuador{margin-top:30px;margin-bottom:30px;display: inline-block;width: 100%;}
    .gris{background:#f3f3f3;padding:10px;text-align:center;border:3px solid #ffffff;}
    .gris2{background:#f3f3f3;padding:10px;text-align:left;border:3px solid #ffffff;display: inline-block;width: 100%;}
    .contenido h2{font-size:30px;}
    .bloque{clear:both;margin-bottom:50px;}
    .bloque h2{padding-left:15px;}
    .nombres{height: 37px;display: block;padding: 4px;}
    
    .encuesta{padding: 10px;background: #f7f7f7;border: 1px solid #e3e3e3;margin-bottom: 10px;}
    .voto{font-size:30px;font-weight:bold;}
    .populares h1{font-size:30px;margin-top: 36px;}
    .populares .heading h2{font-weight:400 !important;margin: 20px 0px 50px 0px;}
    .destaca{font-weight:bold;}
    .puntua{position: absolute;font-size: 20px;padding: 5px 25px;font-weight: bold;background: #225ad3;color: #fdfdfd;}
    .btn-primary {color: #fff;background-color: #225ad3;border-color: #225ad3;border-radius: 0px;font-weight: bold;}
    .sugerir{padding:10px;border: 1px solid #e3e3e3;}
    .sugerir {padding: 10px;border: 1px solid #e3e3e3;display: inline-block;width: 100%;}
    #esconder{display:none;padding:10px 0px;}
    .ranking{font-size:24pt;}
    .byseoclic{padding: 28px;max-width: 200px}
    .blacker{background:#000000;padding:10px;color:#ffffff;}
    .blacker a{color:#ffffff;}
    .blacker a:hover{color:#ffff00;}
    .buscador{padding:30px 10px;}
    .best{max-width:100%;}
    canvas{border: 1px solid #000000;max-width:100%;height: 600px !important;}
    #AADIV32 a picture img, #AADIV33 a picture img, #AADIV34 a picture img, #AADIV35 a picture img{width:100%;}
    
/* Botes de Sorteos en Home */
.botes-home-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    width: 100%;
}
.bote-home-item {
    background-color: #225ad3;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    text-align: center;
    flex: 1 1 auto;
    min-width: 140px;
    font-size: 0.9em;
    transition: transform 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.bote-home-item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
@media (max-width: 992px) {
    .bote-home-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 140px;
    }
}
@media (max-width: 768px) {
    .bote-home-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 120px;
        font-size: 0.8em;
        padding: 10px 12px;
    }
}
@media (max-width: 480px) {
    .bote-home-item {
        flex: 1 1 100%;
        min-width: 100%;
        font-size: 0.75em;
        padding: 8px 10px;
    }
}
