/* asap-hero-content h1, .asap-hero-content p {font-weight: bold;text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #D0D7C1, 0 0 30px #D0D7C1, 0 0 40px #D0D7C1, 0 0 55px #D0D7C1, 0 0 75px #D0D7C1;}
.site-name a {text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #D0D7C1, 0 0 30px #D0D7C1, 0 0 40px #D0D7C1, 0 0 55px #D0D7C1, 0 0 75px #D0D7C1;color: #000;font-weight: bold;} */

.site-name h1{font-weight:700!important}.site-name,.site-name h1{letter-spacing: 0.15em;font-weight:700;word-spacing: 0.15em;font-size:2.50rem!important}
.aligncenter {clear: both;margin-left: auto;margin-right: auto;display: flex;justify-content: center;}
/* Solo este contenedor centra el div interior */

.widget-area h2 {
    text-shadow: 0 0 5px #D0D7C1, 0 0 10px #D0D7C1, 0 0 15px #FFF
}
.the-content h2 span.may::before {
  display: none !important;
  content: none !important;
}

.comment-respond {
    text-align: center;
}
.Copyright {
    background: linear-gradient(to bottom, #808080, #323d45);
    text-align: center;
    color: #fff;
}
.footerCopyright {
    margin-top: 5px;
    margin-bottom: 0px;
}
.piefooter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
}
.piefooter a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.piefooter a:hover,
a:focus {
    color: #58b3a4;
    text-decoration: underline;
}
.wp-block-group h2 {
    text-shadow: 0 0 5px #D0D7C1, 0 0 10px #D0D7C1, 0 0 15px #FFF;
}
.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.cover{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.text{
    width: 50%;
}


.medover{
    width: 50%;
}

.medover video{
    width: 100%;
    margin-top: -40px;
}
@media (max-width: 920px){
    .medover{
        display: none;
    }
    .text{
    width: 100%;
}
}
/*BANNER*/

.banner{
    background: #121214;
    position: relative;
}


.bantext{
    text-align: center;
    position: relative;
    padding: 40px;
}

.bantext p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.bantext a{
    text-decoration: none;
    display: block;
    margin-top: 20px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    transition: color 300ms;
}

.bantext a:hover{
    color: #69F1A1;
}


@media (max-width: 1024px){

 

    .bantext h2{
        font-size: 22px;
    }
}

@media (max-width: 920px){

    .medover{
        display: none;
    }

    .banner{
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .bantext{
        width: 100%;
        margin-top: -100px;
    }
}
@media (min-width: 1050px) {
  #menu ul .menu-item-has-children::after {
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;

  }
}
blockquote {
    margin-top: 14px;
    border: none;
    margin-bottom: 10px;
    border-left: 4px solid #2c3e50;
    background-color: #f3f4f8;
    color: #000;
    border-radius: 10px 10px 10px 10px;
  max-width: 100%;
  clear: both;
  overflow: hidden;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  display: inline-block;
}
code, kbd, samp, tt, var {
    font-size: 0.9rem;
}
code {
  background: #1e1e1e;
  color: #00ff99;
  padding: 0.2em 0.4em;
  font-family: 'Courier New', monospace;
  border-radius: 4px;
}
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        th, td {
            padding: 12px 15px;
            border-bottom: 1px solid #ddd;
        }

        th {
            background-color: #2c3e50;
            color: white;
            font-weight: bold;
            text-align: center;
        }

        tr:hover {
            background-color: #f1f1f1;
        }

        /* Estilos para hacer la tabla responsive */
        @media (max-width: 768px) {
            table, thead, tbody, th, td, tr {
                display: block;
            }

            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            tr {
                margin-bottom: 15px;
                border: 1px solid #ddd;
            }

            td {
                border: none;
                border-bottom: 1px solid #ddd;
                position: relative;
                padding-left: 50%;
            }

            td:before {
                position: absolute;
                top: 12px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                content: attr(data-label);
                font-weight: bold;
                color: #007BFF;
            }
        } 
		.asap-hero picture {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   z-index: 0 !important;
}