// JS var FE_css_rooms; RFE_css_rooms = `/* TABLA */ div.RFE-AMZLDG_cnttbl001{ display:table; width:100%!important; } div.RFE-AMZLDG_cnttbl001>div{ display:table-row; } div.RFE-AMZLDG_cnttbl001>div>div{ background-position:center center; background-repeat:no-repeat; background-size:cover; display:table-cell; vertical-align:top; width:50%; } div.RFE-AMZLDG_cnttbl001>div>div>div{ width:auto; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>h3{ color:#fff; font-family:Raleway, Trebuchet, Helvetica, Arial, sans-serif; font-size:21pt; font-weight:600; padding:0; text-transform:uppercase; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>p{ color:#fff; font-family:Gotham, Trebuchet, Tahoma, Arial, sans-serif; font-size:14pt; font-weight:600; padding:7px 0 20px; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>p>span{ color:#fccd07; display:block; font-family:Raleway, Trebuchet, Helvetica, Arial, sans-serif; font-size:18pt; font-weight:600; padding-bottom:10px; text-transform:uppercase; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>p>svg{ width:30px; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>p>svg>path{ fill:#fff; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>a{ background-color:#4b7637; border: 2px solid #4b7637; border-radius: 0 20px 0 20px; color: #fff; display: inline-block; font-family:'Raleway', Trebuchet, Arial, Verdana, sans-serif; font-size: 12pt; font-weight: 600; padding: 15px 27px; text-decoration: none; text-transform: uppercase; transition: background-color 0.2s, border-color 0.2s; -moz-transition: background-color 0.2s, border-color 0.2s; -ms-transition: background-color 0.2s, border-color 0.2s; -o-transition: background-color 0.2s, border-color 0.2s; -webkit-transition: background-color 0.2s, border-color 0.2s; } div.RFE-AMZLDG_cnttbl001>div>div>div>div>div>a:hover{ background-color:#105950; border-color:#105950; } /* ESTILOS TABLA */ div.RFE-AMZLDG_esttbl001, div.RFE-AMZLDG_esttbl002{ vertical-align:bottom!important; width:100%; } div.RFE-AMZLDG_esttbl001>div, div.RFE-AMZLDG_esttbl002>div{ padding:220px 30px 30px; } div.RFE-AMZLDG_esttbl002>div{ padding-top:300px; } div.RFE-AMZLDG_esttbl001>div>div, div.RFE-AMZLDG_esttbl002>div>div{ height:180px; position:relative; z-index:1; } div.RFE-AMZLDG_esttbl001>div>div>div, div.RFE-AMZLDG_esttbl002>div>div>div{ bottom:0; position:absolute; right:0; z-index:1; } /* ============ RESPONSIVO ============ */ @media screen and (max-width: 870px){ /* MODULO 03 */ div.RFE-AMZLDG_cnttbl001{ display:block; width:auto; } div.RFE-AMZLDG_cnttbl001>div{ display:block; width:auto; } div.RFE-AMZLDG_cnttbl001>div>div{ display:block; width:auto; } div.RFE-AMZLDG_esttbl001>div, div.RFE-AMZLDG_esttbl002>div{ padding-top:260px; } }`; // JS class LodgeDataRooms{ constructor(nom_inst){ this.nom_inst = nom_inst; }; ini(){ let obj, elm; obj = document.getElementsByTagName('head')[0]; elm = document.createElement('style'); elm.type = 'text/css'; elm.innerHTML = String(RFE_css_rooms); obj.appendChild(elm); console.log(this.nom_inst); }; }; var $_lodgedatarooms = new LodgeDataRooms('$_lodgedatarooms'); $_lodgedatarooms.ini();