:root {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    --main-color: #b41007;
    --secondary-color: white;
    --third-color: black;
    --main-text-color: white;
    --main-text-shadow: black;
}

body {
    background-color: black;
    margin: 0px;
    font-family: Arial,Tahoma,sans-serif;
    text-align: center;
    background-image: url(../imagenes/bg9b.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
}

h1, h2, h3 {
    color: var(--main-text-color);
    font-weight: bold;
    text-shadow: 1px 1px black;
}

h1 {
    line-height: 100%;
    font-style: italic;
}

h2 {
    font-style: italic;
    font-size: 26px;
    line-height: 50%;
}

h3 {
    font-size: 22px;
    line-height: 0px;
}

.Texto {
    font-size: 18px;
    color: var(--main-text-color);
    text-shadow: 1px 1px var(--main-text-shadow);
    padding-left: 11px;
    padding-right: 11px;
}

.cabecera {
    width: 94%;
    border: 4px solid var(--main-color);
    margin: 0 auto;
}

.imgcabecera {
    width: 100%;
    background-size: cover;
    display: block;
    /* border: 1px solid var(--third-color); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    width: 100%;
    height: 100%;
    background-color: black;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.footer-elements-padding {
    padding-top: 11px;
    padding-bottom: 6px
}

.footer-links {
    padding: 4px;
    color: white;
}

li {
    line-height:200%;
}

.linkwhite {
    color: white;
}

.compartir {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
}

.thbackgroundwhatsapp {
    background-color: #25D366;
}

.thbackgroundtwitter {
    background-color: #1da1f2;
}

.thbackgroundfacebook {
    background-color: #3b579d;
}

.tablecien {
    width: 100%;
    color: white;
}

.sharepadding {
    padding: 5px 0 0 0;
    vertical-align: middle;
}

img {
    border: none;
}

.img-margin {
    margin: 0 8px;
}

.iconos {
    font-size: 51px;
    line-height: 0;
    color: #000;
}

/* ACCORDION */

.accordion {
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    width: 280px;
    height: 48px;
    border: none;
    font-size: 19px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    outline: 1px solid white;
    margin-top: 9px;
    margin-bottom: 9px;
    text-shadow: 1px 1px #4e4e4e;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main-color) 50%) to(rgb(253, 119, 119)));
    background: -webkit-linear-gradient(var(--main-color) 50%, rgb(253, 119, 119));
    background: -o-linear-gradient(var(--main-color) 50%, rgb(253, 119, 119));
    background: linear-gradient(var(--main-color) 30%, rgb(37, 19, 19));
}

.accordion-link-button {
    display: inline-block;
    margin-top: px;
    vertical-align: middle;
}

.accordion-link {
    position: relative;
    top: 11px;
}

.accordion.active,
.accordion:hover {
    background-color: var(--main-color);
    outline: 2px solid var(--secondary-color);
}

div.panel {
    background-color: rgba(0, 0, 0, 0.445);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

/* INICIO - FIREFOX */

button,
select {
    text-transform:none;
}

button,
html [type=button],
[type=reset],
[type=submit]{
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
    border-style:none;
    padding:0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring{
    outline:0px dotted ButtonText;
}

[type=checkbox],
[type=radio]{
    padding:0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
    height:auto;
}

a {
    background-color:transparent;
}

/* FIN - FIREFOX */

a:active,
a:hover {
    outline-style:none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.barraltr {
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#000000));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #000000 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #000000 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #000000 100%);
    height: 15px;
    background-color: black;
}

.button2 {
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    display: inline;
    text-shadow: 1px 1px #4e4e4e;
    font-weight: 600;
}

.btnmap {
    border: 1px solid #ffffff;
    background-color: var(--main-color);
    padding:13px;
}

.all-other-buttons {
    width: 200px;
    padding:12px;
    display: inline-block;
}

.btnllamar {
    border: 1px solid #838383;
    background-color:#64B46B;
    background: -webkit-gradient(linear, left top, left bottom, from(#76d17d), to(#39683d));
    background: -webkit-linear-gradient(top, #76d17d 0%, #39683d 100%);
    background: -o-linear-gradient(top, #76d17d 0%, #39683d 100%);
    background: linear-gradient(to bottom, #76d17d 0%, #39683d 100%);
}

.btnmessenger {
    border: 1px solid #838383;
    background-color:#007fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3499ff), to(#0064c9));
    background: -webkit-linear-gradient(top, #3499ff 0%, #0064c9 100%);
    background: -o-linear-gradient(top, #3499ff 0%, #0064c9 100%);
    background: linear-gradient(to bottom, #3499ff 0%, #0064c9 100%);
}

.btnemail {
    border: 1px solid #838383;
    background-color: #D44638;
    background: -webkit-gradient(linear, left top, left bottom, from(#D44638), to(rgb(153, 49, 40)));
    background: -webkit-linear-gradient(top, #D44638 0%, rgb(153, 49, 40) 100%);
    background: -o-linear-gradient(top, #D44638 0%, rgb(153, 49, 40) 100%);
    background: linear-gradient(to bottom, #D44638 0%, rgb(153, 49, 40) 100%);
}

.bg-sections {
    background-color: rgba(0, 0, 0, 0.774);
    padding-top: 11px;
    padding-bottom: 11px;
    width: 300px;
    border-style: dashed;
    border-color: white;
    margin: 0 auto;
}

.container {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    border: 1px solid white;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    }

/* SOCIAL PROFILES */

.social-profiles {
    margin-left: 3px;
    margin-right: 3px;
  }

  .form{
    font-family: inherit;
    font-size: 18px;
}

/* MODAL */

.modalads {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.959);

    position: fixed;
    top: 0;
    left: 0;

    display: flex;
    text-align: center;
    z-index: 6;

    /* filter: blur(2px); */

    animation: modal 2s 3s forwards;
    /* EL primer tiempo es cuanto se tarda en aparecer, el segundo tiempo es el retraso */
    /* animation-delay: 3s; */
    /* La propiedad abajo hace que el modal se quede una vez cargado */
    /* animation-fill-mode: forwards; */
    visibility: hidden;
    opacity: 0;

}

.modal-title {
    font-size: 24px;
}

.contenido {
    margin: auto;
    width: 300px;
    height: 210px;
    background: darkred;
    border: 4px solid black;
    border-radius: 10px;
    padding: 18px;
    color: white;
}

#cerrar {
    display: none;
}

#cerrar+label {
    position: fixed;
    color: white;
    font-size: 24px;
    z-index: 7;
    background: darkred;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 13px;
    right: 15px;
    cursor: pointer;
    text-align: center;

    animation: modal 2s 3s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked+label,
#cerrar:checked~.modalads {
    display: none;
}

@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.btn--margin-right {
    margin-right: 7px;
  }

.share--separation {
    width: 7px;
  }