@font-face {
    font-family: "Square72";
    src: url(../fonts/tt0246m.ttf) format("truetype");
}

.family_square {
    font-family: Square72;
}

.family_square_bold {
    font-family: Square72;
    font-weight: bold;
}

.pt_sans {
    font-family: 'PT Sans', sans-serif;
}

.text-header {
    text-shadow: -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1),
    -2px 5px 20px rgba(0, 0, 0, 1);
    color: #ffffff;
}

.size_55 {
    font-size: 55px;
}

.size_21 {
    font-size: 21px;
}

.size_45 {
    font-size: 45px;
}

.size_35 {
    font-size: 35px;
}

.size_50 {
    font-size: 50px;
}

.cw {
    color: #fff;
}

.cgrey {
    color: #666666
}

.cg {
    color: #13aa2a;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.bgg {
    background-color: #ebebeb;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.fondo {
    background-image: url("../img/fondo-header.jpg");
    background-size: cover;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tr {
    text-align: right;
}

.row-no-margin{
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
}

.pt10 {
    padding-top: 10%;
}

.pb10 {
    padding-bottom: 10%;
}

.pb4 {
    padding-bottom: 4%;
}

.ptb {
    padding-top: 5%;
    padding-bottom: 5%;
}

.ptb2 {
    padding-top: 5%;
    padding-bottom: 8%;
    margin-bottom: 50px;
}

.pdr {
    padding: 0% 6%;
}

.pd15 {
    padding-top: 40px;
}

.pdcpr {
    padding-top: 3%;
    padding-bottom: 2%;
}

.boton a {
    padding: 10px 40px;
    background-color: #98bf13;
    color: #fff;
    text-decoration: none;
    font-family: Square72;
    border-radius: 15px;
    transition: background-color 0.7s ease 0s;
}

.boton a:hover {
    background-color: #abc552;
    transition: background-color 0.7s ease 0s;
}

.boton2 a {
    padding: 10px 40px;
    background-color: #f7f7f7;
    color: #98bf13;
    text-decoration: none;
    font-family: Square72;
    border-radius: 15px;
    transition: background-color 0.7s ease 0s;
}

.boton2 a:hover {
    background-color: #61635c;
    transition: background-color 0.7s ease 0s;
}

.boton button {
    padding: 5px 20px;
    background-color: #98bf13;
    color: #fff;
    text-decoration: none;
    font-family: Square72;
    border-radius: 15px;
    transition: background-color 0.7s ease 0s;
}

.boton button:hover {
    background-color: #abc552;
    transition: background-color 0.7s ease 0s;
}

.fade-right {
    float:left;
    position:absolute;
    display:none;
}

.fade-left {
    float:right;
    position:absolute;
    display:none;
}

.fade-top {
    display:none;
}

.arrow {
    position: absolute;
    left: 4%;
    bottom: 10px;
    width: 70px;
}

.boton1 {
    padding: 10px 70px;
    font-weight: bold;
    border-radius: 15px;
    background-color: #c50000;
    color: #ffffff;
    font-size: 30px;
}

.boton1:hover {
    background-color: #d9534f;
    color: #ffffff;
    font-size: 30px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666666;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666666;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #666666;
}

.nb {
    border: 0px solid #ccc;
    border-radius: 0px;
}

.mensaje {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.footer {
    padding-bottom: 5px;
}

.footer p {
    margin-bottom: 0px;
}

.footer p a {
    text-decoration: none;
}

.footer h1 a:hover {
    color: #ffffff;
}

.footer-sticky  {
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
    background-color: #008300;
    width: 100%;
}

@media (min-width: 320px) and (max-width: 468px) {
    .pd15 {
        padding-top: 0px;
    }

    .size_55 {
        font-size: 25px;
    }

    .fade-left {
        float: right;
        position: initial;
        display: block;
    }
    .arrow {
        display: none;
    }
    .ptb2 {
        padding-top: 5%;
        margin-bottom: 100px;
    }
    .footer h1 {
        font-size: 22px;
    }
}

@media (min-width: 469px) and (max-width: 850px) {

    .fade-left {
        float: right;
        position: initial;
        display: block;
    }
    .size_55 {
        font-size: 35px;
    }
    .arrow {
        display: none;
    }
}

@media (min-width: 900px) {

}

@media (min-width: 900px) and (max-width: 1100px) {

    .fade-left {
        float: right;
        position: initial;
        display: block;
    }
    .arrow {
        display: none;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {

    .arrow {
        display: none;
    }
}