html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; box-sizing: border-box;}
header, nav, article, footer, address { display: block;}
html, body {-webkit-text-size-adjust:100%;-webkit-font-smoothing: antialiased;}
body, button, input, select, textarea { font-family: "Open Sans", Arial, Helvetica, sans-serif;}

ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
:focus {outline:0;}

/**generales**/
body {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/fondodemo.jpg");
       /*color: grey;*/
       font-size: 16px;
       /* background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
       font-weight: 300;
       background-size:cover;
       
       
}
 .btn1 {
            padding: 10px 20px;
            font-size: 14px;
            cursor: pointer;
            display: inline-block;
            margin: 10px;
            background-color: #53596000;
            color: white;
            border: none;
            border-radius: 5px;
            text-decoration: none;
        }
       .btn1:hover {
            background-color: #53596000;
        }
        .item {
            margin-bottom: 15px;
        }

section {
    padding: 100px 0;    
}

/**header**/
header {
    text-align: left;
    display: block;
    padding: 0 0 0 0;
    /*-webkit-text-stroke: 1px blue;*/
}
.sopo{
     font-size:20px;
}
a:link { text-decoration: none;
         color: #ffffff;
         /*font-weight:100;*/
         webkit-text-stroke: 1px blue;
        
}
a:hover {color:#0A14EC;
         text-decoration:none; 
         cursor:pointer;}


header h2 {
        color: white;
        font-size: 50px;
        font-weight: 600;
        line-height: 1.1;
        padding-top:40px;
        -webkit-text-stroke: 0.5px golden;
}

header h1{
    font-size: 30px;
    padding-top: 20px;
    line-height: 1.1;
    font-weight: 300;
    margin: 5px 0 30px 0;
    color: maroon;
    -webkit-text-stroke: 0.5px black  ;
}

header .width_wrap, section.bloques .width_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: wrap;

    align-items: left;
    -webkit-align-items: center;
    -ms-flex-align: center;

    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;

    flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       -webkit-flex-wrap: wrap;
}

header img {
    display: flex;
    /**width: 440px;**/
    max-width: 95%;
    margin-bottom: 5px;
    
}

.img1 {
    /**display: flex;*//
    /**width: 440px;**/
    max-width: 95%;
    margin-bottom: 100px;
    display : inline-block;

}

/**header .img img {
    width: 100%;
    height: auto;
}**/

#foto1{
    padding-top:70px;
    padding-bottom: 50px;
    width: 250px;
    height: 300px;
    /*margin-right: 50px;*/
}

#foto2{
    margin-top: 50px;
    margin-left: 30px;
    padding-top: 50px;
    padding-bottom: 5px;
    width: 150px;
    height: 150px;
}



/**section.bloques**/
.bloque-texto{
    margin-top: 5px;
    margin-bottom: 30px;
    
}
section.bloques {
    padding-top: 50px;
    margin-top: -62px;
        /*display : inline-block;*/
}

section.bloques .item {
    width: 300px;
    max-width: 100%;
    padding: 25px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 10px solid #C1A448;
    border-radius: 4px;
    margin: 20px 10px;
    display: inline-block;

    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
     box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
}

section.bloques .auto {
    width: 75px;
        height: 75px;
        background-position: -10px 83px;
        margin: 0 auto 20px;
}
section.bloques .ftp {
    width: 75px;
        height: 75px;
        background-position: -115px 83px;
        margin: 0 auto 20px;
}
section.bloques .panel {
     width: 75px;
         height: 75px;
         background-position: -222px 83px;
         margin: 0 auto 20px;
}

section.bloques .item a {
    color: white;
    text-decoration: none;
    font-style: italic;
    font-weight: 400;
       /* display: inline-block;*/
}

/** footer.pie **/

footer {
    padding: 0 0 30px 0;
    text-align: center;
}

footer .copyright {
    color: #F7DC6F;
    font-size: 15px;
    margin-top: 40px;
}

footer h3 {
    font-size: 16px;
        font-weight: 300;
        margin-bottom: 20px;
}

footer p {
    font-size: 14px;
}

footer a:link, footer a:active, footer a:visited {
    color: grey;
    font-size: 14px;
    text-decoration: none;
}


        /* Estilos básicos para el modal */
        .modal {
            display: none; /* Oculto por defecto */
            position: fixed;
            z-index: 1000;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 400px;
            background-color: white;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            text-align: center;
        }
        .modal.show {
            display: block; /* Mostrar cuando tenga la clase 'show' */
        }
        .modal button {
            margin-top: 10px;
            background-color: blue;
            color: #fff;
        }
    

/*******************/

@media (max-width: 550px) {
    header h2 {
        font-size: 35px;
    }

    header h1{
        font-size: 20px;
    }

    .img1{
        display: none;
    }
    .window-notice{
        display: none;
    }
}


/* Estilos del botón flotante */
    .whatsapp-btn {
        position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: white;
      border: none;
      border-radius: 30px;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      z-index: 1000;
      text-decoration: none;
      font-family: Arial, sans-serif;
      font-size: 16px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      
    }

    .whatsapp-btn:hover {
      transform: scale(1.1);
      box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    }

    .whatsapp-btn img {
      width: 32px;
      height: 32px;
    }

    /* Adaptabilidad móvil */
    @media screen and (max-width: 768px) {
      .whatsapp-btn {
        bottom: 10px;
        right: 10px;
        font-size: 14px;
        padding: 8px 15px;
      }

      .whatsapp-btn img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
      }
    }