.elementor-kit-6{--e-global-color-primary:#862633;--e-global-color-secondary:#54595F;--e-global-color-text:#25282A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Margen superior portadas tarifas*/
.margin-tarifas-ytec{
    margin-top:5% !important;
}
/*Estilos titulos tarifas*/
.styles-titles-tar-ytec{
    margin-top: 7%;
    color: black;
    font-size: 22px;
    font-family: "Fuente ATCrillee Vemair", sans-serif;
}
.styles-titles-tar-ytec:hover{
    color: #862633;
}




/*Experimento*/

.container-ytec {
  position: relative;
  /*width: 50%;*/
}

.image-ytec {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle-ytec {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-ytec:hover .image-ytec {
  opacity: 0.3;
}

.container-ytec:hover .middle-ytec {
  opacity: 1;
}

.text-ytec {
  background-color: #fff;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  border: 1.5px solid #862633;
}/* End custom CSS */