/*
Theme Name: Avada Child
Author: QualityStudio
Author URI: https://qualitystudio.es
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*Blog*/
.alturatitulos {
	min-height: 65px !important;
	max-height: 65px !important;}

.margencito {
    margin-right:1% !important;
    margin-left:1% !important;}

/*Video de la portada*/

.fullwidth-video {
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;}
    
#bordeando.margencito {
  border-radius:25px !important;
  backdrop-filter: blur(10px) !important;
  background-color: rgba(255, 255, 255, 0.3);
}

.fusion-breadcrumbs a:hover {
  color: #a81f54;
  font-weight: bold;
}

.fusion-breadcrumbs a {
  color: #434549;
  font-weight: bold;
}

.tamaño {
    max-width:100px !important;}

.wp-gr .grw-header-inner, .wp-gr .grw-review-inner {
  position: relative !important;
  padding: 30px !important;
  width: 100% !important;}
  

/*Mapa*/
.awb-openstreet-map.awb-openstreet-map-1.leaflet-container.leaflet-touch.leaflet-fade-anim.leaflet-grab.leaflet-touch-drag.leaflet-touch-zoom {
  border-radius: 25px;
}

.efectobn {filter: grayscale(100%);}

.fusion-form-element-required {
  text-decoration: none !important;
  color: #a81f54;}

/*Efecto sonrisa*/  
.fusion-body .fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper svg {
  display: none;
  margin-top: var(--awb-highlight-top-margin);
  position: absolute;
  top: 212%;
  left: 52%;
  width: calc(100% + .75em);
  height: calc(100% + .75em);
  transform: translate(-49%,-50%) scaleY(-1.5) rotate(3deg);
  overflow: visible;
}

/*Para pintar el formulario y aplicarle un blur*/

.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    backdrop-filter: blur(4px);
}
  
#legal label {
    font-size: 12px; padding-left: 23px !important;}

#legal {
  margin-top: 0px !important;
  margin-bottom: 1px !important;}
  
label {margin-left: 3px !important;}

.fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.has-pattern-background.has-mask-background.hundred-percent-fullwidth.non-hundred-percent-height-scrolling.fusion-sticky-container.fusion-custom-z-index.fusion-container-stuck.fusion-sticky-transition {
  box-shadow: 0px 1px 0px #d7d7d7 !important;}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  background-color: #f9f9fb;
  border: 2px solid #434549;}

.cookie-header th {
background-color: #434549;
color: white;
text-align: left;
padding: 10px;
font-size: 20px;}

.cookie-row td {
  padding: 10px 12px;
  vertical-align: top;
  color: #434549;
  font-size: 15px;}

.cookie-row {
  border-bottom: 1px solid #434549;}

/*Cookie*/
.cmplz-soft-cookiewall {
  z-index: 20541 !important;
}

@media screen and (max-width: 768px) {

 #fijarabajo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;}

.efectobn .fusion-gallery-image {
  max-width: 120px !important;}

.margencito {
  margin-right: 2% !important;
  margin-left: 2% !important;}

/*Tabla*/

 .cookie-table,
  .cookie-table thead,
  .cookie-table tbody,
  .cookie-table th,
  .cookie-table td,
  .cookie-table tr {
    display: block;
    width: 100%;}

.cookie-table {
        background-color:transparent;
    border:0px solid black;}

.cookie-table thead {
    display: none;}

  .cookie-row {
    margin-bottom: 15px;
    border: 1px solid #434549;
    padding: 10px;
    background-color: #fff;
  }

  .cookie-row td {
    position: relative;
    padding-left: 50%;
    text-align: left;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  .cookie-row td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 45%;
    font-weight: bold;
    color: #434549;
    white-space: nowrap;
  }

    
}