/**Snippet-Super-Global*/

html {
    box-sizing: border-box;
    /*1era parte del snippet*/
    /* font-size: 62.5%; */
    /* Reset para REMs - 62.5% de 16px = 10px*/
}

body {
    /*    background-color: darkgray; */
    background-size: auto;
    background-repeat: repeat;
}

div {
    border: solid 0px black;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    /*2da parte del snippet que hace que no importa cuánto padding tenga un elemento, no se sumará al ancho, sino que será parte de este*/
}

#copy {
    background-color: rgba(255, 255, 255, .5);
    color: rgba(0, 0, 0, .5);
    position: fixed;
    transform: rotate(-90deg);
    /* right: -100px;
    bottom: 100px; */
    right: -85px;
    bottom: 70px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 10px;
    z-index: 100;
    text-decoration: none;
    border: 0;
}

#copy :link {
    color: black;
    text-decoration: none;
}

#copy :hover {
    color: black;
    text-decoration: none;
}

.mspan {
    font-weight: 900;
    display: inline-block;
    text-decoration: none;
}

.linkherra1 {
    display: inline-block;
    color: black;
    text-decoration: none;
}

.linkherra1 :link {
    color: black;
    text-decoration: none;
}

.linkherra1 :hover {
    color: black;
    text-decoration: none;
}

.completo {
    position: relative;
    /*border: solid 2px green;*/
    height: auto;
    top: 0vh;
    bottom: 0vh
}

.pie {
    position: absolute;
    height: 3vh;
    bottom: 1vh;
    border: solid 2px black;
    background-color: white;
    padding-top: 1px;
}

.cabeza {
    position: absolute;
    top: .5vh;
    height: 4vh;
    border: solid 2px black;
    background-color: white;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vh;
    font-weight: 900;
}

.cabeza i {
    font-size: 3.5vh;
}

.txtcabeza{
    top: .5vh;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vh;
    font-weight: 900;
}

.principal {
    position: absolute;
    top: 4.5vh;
    bottom: 5vh;
}

#whatsapp{
    color:white;
    background-color: #00bb2b;
    width: 6vh;
    height: 6vh;
    overflow: hidden;
    border-radius: 50%;
}

#prewhatsapp{
    z-index: 200;
    position:fixed;
    bottom: 1vh;
    left:1vh;
}

#prewhatsapp p{
    color: #00bb2b;
    font-weight:600;
    font-size:larger;
    line-height:initial;
    background-color:rgba(255, 255, 255, .3);
}

.logofondo{
    position:absolute;
    height: 50vh;
    background: white;
    opacity: 0.1;

}

.page-link {
    padding: 6px 8px;
}


.swal-modal .swal-text {
    text-align: center;
}
