.bg-sesiones{
    background-image: url('https://teatrodiana.com/v2/img/sesiones/bg-sesiones.jpg') !important; 
    background-size:contain;
    background-repeat:repeat;
}
.logo-sesiones{
    width:400px;
}
.sesiones-link{
    font-weight:700;
    color:#fff;
}
.sesiones-link:hover{
    color:#000;
}

@media (max-width: 768px) {
    .logo-sesiones{
    width:80%;
}
}


/* MINI SITIO ESTUDIO */
html {
  scroll-behavior: smooth !important;
}
.pad-100{
    padding:100px 0 !important;
}
.first-section{
    height:100vh !important;
}
.bg-yellow{
    background:#F3AC3C !important;
}
.bg-grey{
    background:#434343 !important;
}
.bg-black{
    background:#000 !important;
}
.bg-white{
    background:#fff !important;
}

.btn-estudio{
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 15px 35px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    display:inline-block;
    margin-right:15px;
    text-align:center;
}
.btn-estudio.bg-yellow:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.btn-estudio.bg-grey:hover{
    background-color: #000 !important;
    color: #F3AC3C !important;
}
.btn-estudio.bg-black:hover{
    background-color: #F3AC3C !important;
    color: #434343 !important;
}


@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Bold.eot');
    src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Bold.woff2') format('woff2'),
        url('fonts/Raleway-Bold.woff') format('woff'),
        url('fonts/Raleway-Bold.ttf') format('truetype'),
        url('fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Black.eot');
    src: url('fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Black.woff2') format('woff2'),
        url('fonts/Raleway-Black.woff') format('woff'),
        url('fonts/Raleway-Black.ttf') format('truetype'),
        url('fonts/Raleway-Black.svg#Raleway-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-ExtraBold.eot');
    src: url('fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('fonts/Raleway-ExtraBold.woff') format('woff'),
        url('fonts/Raleway-ExtraBold.ttf') format('truetype'),
        url('fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Light.eot');
    src: url('Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Light.woff2') format('woff2'),
        url('Raleway-Light.woff') format('woff'),
        url('fonts/Raleway-Light.ttf') format('truetype'),
        url('fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-ExtraLight.eot');
    src: url('fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('fonts/Raleway-ExtraLight.woff') format('woff'),
        url('fonts/Raleway-ExtraLight.ttf') format('truetype'),
        url('fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Italic.eot');
    src: url('fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Italic.woff2') format('woff2'),
        url('fonts/Raleway-Italic.woff') format('woff'),
        url('fonts/Raleway-Italic.ttf') format('truetype'),
        url('fonts/Raleway-Italic.svg#Raleway-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-Regular.eot');
    src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-Regular.woff2') format('woff2'),
        url('fonts/Raleway-Regular.woff') format('woff'),
        url('fonts/Raleway-Regular.ttf') format('truetype'),
        url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-SemiBold.eot');
    src: url('fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('fonts/Raleway-SemiBold.woff') format('woff'),
        url('fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 2024 */

#header {
    height:145px !important;
}
.mainMenu{
    height:145px !important;
}

#header .header-inner{
	background-image: linear-gradient(#620000, #2a0106);
	height:150px !important;
	padding:20px 0;
}
.header-extras{
    margin-top:17px;
}
.espacio-amplio{
    justify-content:space-between;
    align-items: center;

}
.espacio-final{
    justify-content:end;
}
.social-icons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}
#footer .social-icons{
    justify-content: start;
}
.logo{
    width:250px;
    height:auto;
    color:#fff;
}


.bg-header{
    /*background-image: url('https://teatrodiana.com/v2/img/bg-header.jpg') !important; 
    background-size:cover;
    background-repeat:no-repeat;*/
    height:150px !important;
    background-image: linear-gradient(#620000, #2a0106);
}
.bg-header .espacio-amplio div a .logo-20{
    height:150px !important;
}
.social-icons li{
    border: 2px solid #ff0d55;
    border-radius: 5px;
    margin:0 5px;
    padding:5px;
}

.social-icons li a{
    background:transparent !important;
    width:22px;
    height:22px;
}
.social-icons img{
    width:20px;
    height:20px;
}
.carrousel{
    max-height:300px;
}

.eventos-container {
    display: flex;
    flex-wrap: wrap; 
    align-content: stretch;
    height: 100%;
    gap: 33px;
    padding:20px 0 40px 0;
  }

  .eventos-container > .evento-home{
    background: transparent;
    width:31.5%;
    border-radius:10px !important;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.5) !important;
    /*border:1px solid #000;*/
    background-color:transparent;
  }
 .evento-home-img{
     width: 100%;
     max-height:200px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
 }
 
 /*.evento-home-img:before {
     content: "";
    background-image: url(https://teatrodiana.com/assets/eventos/1719879091BdZicc.jpg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
    filter: blur(5px);
    width: 100%;
    height: 250px;
    -webkit-transform-origin: top left;
    display: block;
}*/
 

.evento-home div a img{
    width:100%;
    border-radius:10px 10px 0 0 !important;
}
.evento-home-descripcion{
    width:100%;
    padding: 10px 15px 20px 15px;
}
.evento-home-meta{
    font-size:12px;
    font-weight:500;
}
.evento-home-title, .evento-home-title a{
    font-size:18px;
    font-weight:600;
    color:#000 !important;
    line-height:22px;
    text-transform:uppercase;
}
.evento-home-title a:hover{
    color: #ff0d55;
}
.form-control {
    border: 1px solid #ff0d55;
    border-radius: 10px;
    color:#000;
    text-transform:uppercase;
    font-weight:600;
}

.btn-comprar{
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 8px;
    position: relative;
    text-transform: uppercase;
    background-color: #ec002f;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    display:inline-block;
    margin-right:15px;
    text-align:center;
}
.btn-comprar:hover, .btn-black:hover{
    border:1px solid #ff0d55;
    background-color: #fff !important;
    color: #ec002f !important;
}
.btn-info-new{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 8px;
    position: relative;
    text-transform: uppercase;
    color: #ec002f;
    transition: all 0.3s;
    margin-bottom: 6px;
    display:inline-block;
    background:transparent;
}
.btn-info-new:hover{
    color: #000 !important;
}
.btn-black{
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 8px;
    position: relative;
    text-transform: uppercase;
    background-color: #000 !important;
    color: #ffffff !important;
    transition: all 0.3s;
    margin-bottom: 6px;
    display:inline-block;
    margin-right:15px;
    text-align:center;
}
.btn-ir{
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    background-color: #ff0d55;
    border-color: #ff0d55;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
    height:45px !important;
}
    
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 2px solid #ec002f;
    clear: both;
}
.post-item .post-item-description{
    line-height:28px;
}
.before-ft{
    width:100%;
    display: flex;
    flex-wrap: nowrap; 
    align-content: stretch;
    flex-direction: row; 
    gap: 20px;
}
.modulo-home{
    background:#ff0d55;
    display:flex;
     justify-content: center; 
    align-items: center; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;
    border-radius:10px;
    height:auto;
    padding:0;
}
.modulo-home .vaso{
    width:100%;
    height:auto;
    border-radius:10px;
}

.eve-subheader{
    width:100%;
    min-height:300px;
        background-image: linear-gradient(#620000, #ff0d55);
}
.eve-left{
    padding:0 40px 0 15px;
}
.eve-title{
    font-size:30px;
    line-height:36px;
    color:#000;
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphens: auto;

}
.eve-box{
    background: #fff;
    border-radius:10px !important;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5) !important;
    padding:20px;
}

.eve-right{
    padding:0 15px 0 40px;
}
.eve-img{
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
    border-radius:10px !important;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5) !important;
}
.eve-img img{
    width:100%;
    
}
.eve-costos{
    display: flex;
    justify-content: space-between; 
    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: stretch;
    align-items: center; 

  }
  .descripcion{
      width:30%;
    display: flex;
    justify-content: space-between; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: stretch;
    align-items: center; 

  }
.eve-costos p{
    display:flex;
    line-height:22px;
    margin:10px 0;
    justify-content: space-around;
    font-weight:600;
}
.eve-costos .desc{
    font-size:16px !important;
}
.precio{
    border-radius:10px;
    background:#ec002f;
    color:#fff !important;
    padding:5px;
    font-size:15px !important;
}
.accordion .ac-item{
    background:#ff0d55;
    border:0 solid;
    color:#fff;
}
.accordion .ac-item .ac-title{
    font-size:20px;
    color:#fff;
    font-weight:700;
}

.eve-box .eve-widget, .eve-right .eve-widget{
    width:100%;
    border-bottom:2px solid #000;
    margin:10px 0;
    padding:5px 0;
}
.eve-widget h4{
    font-size:20px;
    color:#000;
    font-weight:700;
    margin-bottom:5px;
}
.eve-meta{
    font-size:16px !important;
    color:#000;
    font-weight:500;
    line-height:22px;
}



/* END 2024 */







body{
	font-family: 'Raleway', sans-serif;
	

}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif !important;
	font-weight:700;
}
p, section, nav, a, button {
	font-family: 'Raleway', sans-serif !important;
	font-weight:500;
}
section{
	padding-top:20px !important;
	padding-bottom:20px !important;
}
p, label{
	color:#1a0d0d !important;
	font-size: 14px !important;
}
#header[data-fullwidth="true"] .header-inner .container, #header[data-fullwidth="true"] #header-wrap .container{
    max-width:1240px !important;
    padding:0 15 !important;
}
.container {
    padding: 0 15px !important;
}
.active{
	color:#ff0d55 !important;
	font-family: 'Raleway', sans-serif !important;
}
#mainMenu nav > ul > li > a, .header-extras > ul > li i{
	color:#fff;
	font-size:16px !important;
	font-family: 'Raleway', sans-serif !important;
}
#mainMenu nav > ul > li > a:hover{
	color:#ff0d55 !important;
	font-family: 'Raleway', sans-serif !important;
}
.lines, .lines:before, .lines:after{
	background: #fff !important;
}
#mainMenu nav > ul > li .dropdown-menu > li > a{
	color:#fff !important;
	font-size:14px !important;
	font-family: 'Raleway', sans-serif !important;
}
#mainMenu nav > ul > li .dropdown-menu{
	background:#ff0d55 !important;
}
.text-muted{
	font-size:22px !important;
	color:#1a0d0d !important;
	font-family: 'Raleway', sans-serif !important;
}
#mainMenu-trigger{
    color:#fff !important;
}
.lines-button{
    height:100% !important;
    width:30px !important;
}
.lines::before, .lines::after, .lines{
    width:30px !important;
}
#search{
    justify-content: top !important;
        height: 30vh !important;
}
#search .search-form .text-muted {
opacity: .9 !important;
}
#search .btn-search-close{
	color:#fff !important;
	background:#ff0d55 !important;
}
input:not([type="checkbox"]):not([type="radio"]), select{
	line-height: 25px !important;
}
#page-title .page-title > h1{
	font-size:32px !important;
	margin-bottom:5px !important;
	font-family: 'Raleway', sans-serif !important;
    text-transform:uppercase !important;

}
.breadcrumb ul li a{
	color:#fff !important;
}
.breadcrumb ul li.active{
	color:#fff !important;
}
.flickity-button{
	background:#fe0000 !important;
}
.flickity-button:before{
	color:#fff !important;
}
.flickity-button:hover{
	background:#1a0d0d !important;
}
.grid-filter li a{
	color:#fff !important;
	border-radius:5px !important;
}
.grid-filter.gf-outline li:hover a, .grid-filter.gf-outline li.active a{
border-color: #fe0000 !important;
background-color: transparent;
}
.post-item .post-image .post-meta-category{
	background-color: #fe0000 !important;
	font-size: 15px !important;
	border-radius: 5px !important;
	font-family: 'Raleway', sans-serif !important;
}
.post-item .post-item-description .post-meta-date{
	color:#1a0d0d !important;
	font-size: 14px !important;
	font-family: 'Raleway', sans-serif !important;
}
.post-item .post-item-description > h2 > a{
	color:#1a0d0d !important;
	text-transform:uppercase;
}
.post-item .post-item-description > h2 > a:hover{
	color:#fe0000!important;
}
.btn-primary, .modal .btn:not(.close):not(.mfp-close){
	background:#ff0d55 !important;
	border-color:#ff0d55 !important;
	font-family: 'Raleway', sans-serif !important;
}
.post-item.border > .post-item-wrap > .post-item-description{
	padding:10px !important;
}

.recinto-td{
	background:#fe0000 !important;
	font-size:14px !important;
	color:#fff !important;
	padding:5px 5px !important;
	border-radius:5px !important;
	border:solid !important;
	font-family: 'Raleway', sans-serif !important;
}
.recinto-ed{
	background:#1a0d0d !important;
	font-size:14px !important;
	color:#fff !important;
	padding:5px 5px !important;
	border-radius:5px !important;
	border:solid !important;
	font-family: 'Raleway', sans-serif !important;
}
.cat{
	font-size:14px !important;
	color:#fff !important;
	padding:5px 5px !important;
	border-radius:5px !important;
	border:solid !important;
	font-family: 'Raleway', sans-serif !important;
}
footer{
	/*background-image: url('https://teatrodiana.com/v2/img/bg_ft.jpg') !important; 
    background-size:cover;
    background-repeat:no-repeat;*/
    background-image: linear-gradient(#620000, #2a0106);
}
footer:before{
	content: '';
    opacity: 0.90;
    background-image: linear-gradient(#620000, #2a0106);
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom:30px;
}
#footer .footer-content{
	padding:45px 0 60px 0 !important;
	color:#fff !important;
}
.widget .widget-title, .widget, .widget p{
	margin:15px 0 !important;
}
.list{
	padding:0px !important;
}
#footer .copyright-content{
	min-height: 30px !important;
	padding:10px 0 !important;
	background:#ff0d55 !important;
	color:#fff !important;
	position:relative;
	z-index:9999;
}
.f-line{
	line-height: 14px !important;
}


button.btn + .btn, .btn:not(.close):not(.mfp-close) + .btn{
	margin-left:0px !important;
}
.white{
	color:#fff !important;
}
.red{
	color:#ff0d55 !important;
}
.black{
	color:#1a0d0d !important;
}
.bgBlack{
	background:#1a0d0d !important;
	border-color:#1a0d0d !important;
}
.txtJustify{
	text-align: justify !important;
	font-family: 'Raleway', sans-serif !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.mb-5{
	margin-bottom:5px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-40{
	margin-bottom:40px !important;
}
.mt-negative{
    margin-top:-230px;
}
.mt-0{
	margin-top:0px !important;
}
.mt-5{
	margin-top:5px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-40{
	margin-top:40px !important;
}
.ml-3{
	margin-left:3px !important;
}
.ml-5{
	margin-left:5px !important;
}
.pt-0{
	padding-top:0px !important;
}
.pt-5{
	padding-top:5px !important;
}
.pt-10{
	padding-top:10px !important;
}
.pb-0{
	padding-bottom:0px !important;
}
.pb-5{
	padding-bottom:5px !important;
}
.pb-10{
	padding-bottom:10px !important;
}
.pb-20{
	padding-bottom:20px !important;
}
.pl-0{
	padding-left:0px !important;
}
.pr-0{
	padding-right: 0px !important;
}
.pr-15{
	padding-right:15px !important;
}
.lateral-padding{
    padding:0px 15px;
}
.font-14{
	font-size:14px !important;
	font-family: 'Raleway', sans-serif !important;
}
.font-16{
	font-size:16px !important;
	font-family: 'Raleway', sans-serif !important;
}
.font-20{
	font-size:20px !important;
	font-family: 'Raleway', sans-serif !important;
} 
.minusculas{
	text-transform: none !important;
	font-family: 'Raleway', sans-serif !important;
}
.panoramica-d, .completo{
	width:100% !important;
}
.list-group{
	font-size: 14px !important;
	color:#1a0d0d !important;
	font-family: 'Raleway', sans-serif !important;
}
.badge{
	white-space: normal !important;
	padding:8px !important;
}
.badge-dark{
	background:transparent !important;
	font-size: 12px !important;
	color:#1a0d0d !important;
	border:1px solid #1a0d0d !important;
	font-family: 'Raleway', sans-serif !important;
}
.badge-danger{
	background:transparent !important;
	font-size: 12px !important;
	color:#fe0000 !important;
	border: 1px solid #fe0000 !important;
	font-family: 'Raleway', sans-serif !important;
}
select.form-control:not([size]):not([multiple]), button.btn:not(.btn-creative):not(.btn-slide) {
    height: 45px !important;
}
.product .product-image img{
    height:auto !important;
    margin-bottom:10px !important;
}
.negritas{
    font-weight:700 !important;
}
.btn-buy{
        width:100% !important;
    }
    
/* MEDIAS */

@media screen and (max-width: 998px) {
}

@media (max-width: 1189px){
#mainMenu nav > ul > li > a, .header-extras > ul > li i {
    font-size: 15px !important;
    padding:10px 8px;
}
#mainMenu nav > ul > li{
    margin-left:0px !important;
}
}


@media screen and (min-width: 1025px) {
	.panoramica-m, .filter-m{
		display: none!important;
    }
    .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
}
    
.pr-0-d{
	padding-right: 0px !important;
}
.pg-btn-news{
    padding:8px 18px !important;
}
}

@media (max-width: 1024px) {
    .container > nav.grid-filter {
        display: none !important;
    }
    #mainMenu:not(.menu-overlay) nav{
        background:#620000;
        padding-left:25px;
        width:85%;
    }
    #mainMenu-trigger {
    margin-top:30px;
}
.header-extras{
    margin-top:10px;
}
.eventos-container {
    gap: 15px;
  }
}

@media (max-width: 768px) {
    .col-ft{
        width:50%;
        margin-bottom:15px;
    }
    .btn-buy{
        width:55% !important;
        padding: 1px 0 !important;
    }
    .btn-info{
        width:43% !important;

    }
   
.ml-m-15{
    padding-left:15px !important;
}
.pr-15{
	padding-right:0px !important;
}

/*2024*/
.eve-subheader {
    min-height:250px;
  }
  .eve-left, .eve-right{
      padding:0 15px;
      margin-bottom:25px;
  }
  .precio{
      padding:10px;
  }

/* END 2024 */
}


@media (max-width: 575.98px) {
    
    /* 20024 */
    
#mainMenu-trigger {
    margin-top:-15px;
}
.header-extras{
    margin-top:-35px;
}
    .eventos-container > .evento-home{
    width:100%;
  }
  .descripcion{
      width:45%;
  }
  .precio{
      padding:5px;
  }
  .logo{
      width:100%;
      text-align:center;
      margin-bottom:10px;
  }
  .logo a img{
      width:250px;
  }
  .social-icons{
   
    justify-content: center;
}
  /* END 20024 */
    
    
    
	#mainMenu nav > ul > li .dropdown-menu{
	background:transparent !important;
}
#mainMenu nav > ul > li.dropdown:before{
	display:none !important;
}

.mainMenu-open{
	height:450px !important;
}
.panoramica-d, .filter-d{
	display: none !important;
}
.btn-info{
	line-height: 16px !important;
	height:auto !important;
	padding:10px !important;
}
.pl-0-m{
	padding-left:0px !important;
}
.pr-0-m{
	padding-right: 0px !important;
}
.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide){
    font-size: 12px;
    height: auto;
    line-height: 20px;
    padding: 5px 14px;
    text-align:center !important;
}
.panoramica-m{
		width:100% important;
	}
	#search{
    justify-content: top !important;
        height: 30vh !important;
}
.btn-buy{
        width:55% !important;
        height: 38px !important;
        padding: 8px 0 !important;
    }

}


