  * {
    box-sizing: border-box;
    margin: 0;
}
body {
    width: 100%;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}

/* For desktop: */

.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
        margin-top: 1px;
        padding-top: 1px;
    }
}
.header {
    background-color: #95bd1f;
    color: #ffffff;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 2000;
    height: 100px;
    /*display: none;*/
    border-radius: 5px 5px 5px 5px;
}
.subheader {
    background: #95bd1f;
    margin-top: 74px;
    width: 100%;
    height: 50px;
    /*border: 1px solid grey;*/
    border-radius: 0px 0px 5px 5px;
}
.menu ul {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 120px;
}
.menu img {
    width: 15%;
    height: 15%;
}
.menu ul img:hover {
    width: 16%;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    border-radius: 5px;
}
.aside {
    background-color: #95bd1f;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-shadow: 2px 2px 2px grey;
}
.aside:hover {
    background-color: #0099cc;
}
.footer {
    background-color: #95bd1f;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    height: 50px;
}
.footer.subfooter {
    text-align: justify;
}
.aside,
.menu ul,
.contenido,
.barralateral {
    margin-top: 10px;
}

/*----------------------my style------------------------------------------*/

.col-2 {
    padding: 0px;
    margin: -10px;
}
.contenido p {
    text-align: justify;
    color: black;
    margin: 10px;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 30px;
}
.contenido img {
    width: 100%;
}
.contenido h1 {
    color: green;
    text-align: center;
}
.aside img {
    width: 70%;
    padding-top: 10px;
    background: white;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
.aside img:hover {
    /*opacity: 0.8;*/
    cursor: pointer;
    box-shadow: 0px 0px 10px white;
    /*border-radius: 10px 10px 10px 10px; */
}
.imagenaside img {
    width: 100%;
    padding: 10px;
    opacity: 1;
}
.imagenaside img:hover {
    opacity: 0.5;
}
.borderimagenaside {
    border: 1px solid lightgrey;
    color: green;
    text-align: center;
    margin-top: 10px;
}
.bordemapa {
    padding: 5px;
    padding-bottom: 30px;
    border: 1px solid lightgrey;
    text-align: center;
    color: green;
    margin-top: 10px;
    font-size: 20px;
}
.mapa {
    width: 100%;
    height: 300px;
}

/*----------------------cuadro de precios-----------------------------------*/

.headerp {
              background: #95bd1f;
            height: auto;
            border-radius: 15px 15px 0px 0px;
            padding: 10px;
            color: red;
            font-weight: bold;
            text-align: center;
            font-size: 150%;
            font-weight: bold;
         
             -webkit-text-stroke: 1px red ;
             -moz-text-stroke:2px red ;
             -ms-text-stroke:2px red ;
             -o-text-stroke:2px red ;
             text-stroke: 2px red;
             text-shadow: 1px 4px 4px yellow;
}
.cuerpo {
    box-shadow: 1px 1px 10px lightgrey;
    height: auto;
    padding: 10px;
    line-height: 150%;
}
.pies {
    background: #95bd1f;
    height: auto;
    border-radius: 0px 0px 15px 15px;
    padding: 10px;
}
.adicional1 {
    background: white;
    height: auto;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin: 10px;
}
.adicional1 .costo {
    color: #2e86de;
    font-size: 200%;
    text-shadow: 1px 1px 5px #266baf;
}
.adicional2 {
    background: #95bd1f;
    height: auto;
    color: white;
    margin: auto;
    box-shadow: 1px 1px 10px grey;
    font-size: 90%;
}
.adicional2 ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.adicional3 {
    background: white;
    height: auto;
    padding: 10px;
}
.adicional3 .soles {
    color: #2e86de;
    font-size: 100%;
    font-weight: bold;
}
.adicional3 li {
    list-style: none;
    padding: 4px;
}
.adicional4 {
    background: #45aaf2;
    padding: 10px;
    height: auto;
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.adicional5 {
    background: white;
    text-align: center;
    padding: 10px;
    height: auto;
    color: dimgrey;
}
.adicional5 img {
    width: 50%;
    cursor: pointer;
    padding-right: 10px;
}
.contorno {
    box-shadow: 1px 1px 10px grey;
    border-radius: 15px 15px 15px 15px;
}
.cuadroprecios {
    width: 98%;
    margin: auto;
    padding-left: 100px;
    margin-right: 10px;
}
.adicional5 img {
    filter: brightness(100%);
    border-radius: 15px;
}
.adicional5 img:hover {
    filter: brightness(90%);
}
.imagenlogo img {
    width: 45%;
    top: -30px;
    position: absolute;
    left: -30px;
}
.imagenlogo2 img {
    width: 10%;
    height:100%;
    position: absolute;
    right: 450px;
    top: 0;
}
.contactos {
    position: fixed;
    z-index: 2001;
    font-size: 120%;
    top: 70px;
    right: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
.contactos a {
    color: white;
    text-decoration: none;
}
      .cert{
          color: #2e86de;
      }
      
     
      
     

/*------------------------------------------------------------*/

@media only screen and (max-width: 600px) {
    .imagenaside img {
        opacity: 1;
    }
    .menu img {
        width: 12%;
        height: 15%;
    }
    .cuadroprecios {
        padding-left: 10px;
    }
    .imagenlogo img {
        width: 100%;
        top: -3px;
        position: absolute;
        left: -10px;
    }
    .contactos {
        position: fixed;
        z-index: 2001;
        font-size: 78%;
        top: 80px;
        right: 5px;
        font-weight: bold;
    }
    .imagenlogo2 img {
        width: 20%;
        position: absolute;
        left: 4px;
        top: 0;
    }
}