/* Created on : 4/12/2020, 01:57:35 PM Author : Alejandro */ /*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');*/ @import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap'); .cursiva{/*font-family: 'Dancing Script', cursive;*/font-family: 'Gochi Hand', cursive;} .navidad-title{font-size:3.5rem;} footer{margin-top:0!important;} .fondo-interno{ background: url('../img/navidadinterno.png') no-repeat; background-position: top center; background-size: cover; } .text-warning{color: #aa9814/*#968909*/ !important;} .modal-content.modal-danger {border: 6px solid #d21034!important; border-radius: 20px;} .modal-content.modal-clean{border:0 !important; background-color: transparent !important;} .modal-content.modal-clean .modal-header{background-color: transparent !important;} @media (max-width: 800px) { .navidad-title{font-size:2rem} }