
.gayflag1{
    border-left: 15px solid red;
  border-right: 15px solid yellow;
    background: orange ;
    float:left;
    height: 25px;
    width:45px;
}

.gayflag2{
    border-left: 15px solid #4CAF50;
  border-right: 15px solid #6200ea;
    background: blue ;
    float:left;
    height: 25px;
    width:45px;
}
.gayflag3{
    background: #bd31ff ;
    float:left;
    height: 25px;
    width:15px;
}

 body {
    font-family:'Roboto', sans-serif;
    background:white;
    color: #222222;
    line-height:1.2em;
    font-size:16px;
    line-height:20px;


}

body,html{
  width: 100%;
height: 100%;}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover, a:link, a:focus {
    color: inherit;

}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #222222;
}

ul{
      padding: 0
}
/**************************************************************/
.header{
    background: #0d292f;
    color:white;
    display: block;
    font-size: 12px;
    height: 25px;
}
.ul-header{
    list-style: none;
    margin: 3px 0
}
.li-header{
    display: inline;
    margin: 5px 15px;
    text-transform: uppercase;

}
.header a{
     color:white;
}


/***********************************************************/
.menu{
    background: white;
    border-bottom:2px solid #4CAF50;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.imagen-logo{
    display: block;
    margin: auto
}

.primario{
    color:#222222;
    list-style: none;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}
.li-primario{
    display: inline;
    font-family: 'Oswald', sans-serif;
    padding:5px;
    margin: 5px;
    text-transform: uppercase;
    cursor: pointer;
     -webkit-transition: all 0.2s ease-out;
 -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2 s ease-out;
 -ms-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
 
 

}
.li-primario:hover{
    background: #f1f1f1;
    border-bottom: 2px solid #4CAF50;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
}

.flechamenu{
    font-size: .7em;
}

.box{
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.4);
  box-shadow: 0 0 35px rgba(0,0,0,.4);
}
.fijo{
    position: fixed;
  width: 100%;
  top: -113px;
  z-index: 90000;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.logo2{
    margin: 0;
    display: none;
    height: 40px;
    width: auto;
    position: absolute;
    left: 10px;
    top: -118px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
.fijo .logo2{
    display: inline;
    top: 118px;
}


.li-primario > .secundario{
    border-left:1px solid  rgba(0,0,0,0.1);
    border-right: 1px solid  rgba(0,0,0,0.1);
    border-bottom: 3px solid #4CAF50 ;
  display: none;
  background: #f1f1f1;
  height: auto;
  left: 0;
  margin-top: 7px;
  position: absolute;
  z-index: 8000;
  -moz-box-shadow: 0 15px 15px rgba(0,0,0,.4);
-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.4);
box-shadow: 0 15px 15px rgba(0,0,0,.4);

}

.li-primario:hover > .secundario{
    display: block;
}
.secundario a{
    color:#245dc1;
}
.secundario a:hover{
    text-decoration: underline;
}

.contenido {
    margin:15px auto;
}
      .foto{

          border-bottom: 2px solid #4CAF50;
          height: 200px;
          width:auto;
          max-width: 100%
      }
.contenido p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    text-transform: none;
    line-height: 1.5

}

.contenido input,.reservar{
    display: block;
    margin:7px auto auto auto;
    width: 100%;
}
.contenido form input[type="submit"]:hover,.reservar:hover,
.contenido form input[type="submit"]:focus {
  background: #474646;
  border:1px solid #474646;
}
        .contenido-internet-ul{
          padding: 0;
        }
        .contenido-internet-li{
              font-family: 'Roboto', sans-serif;
            font-size: .9em;
            text-transform: none;
            display: block;
            margin:5px;
            padding: 0;

        }
        .contenido-internet-li:hover {
            border: none;
            padding: 0;

         }
 .contenido span{
    font-size:.8em;
    margin-left:10px;
 }
 .precio{
    margin-top: 20px;
 }
 .link{
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 10px;
  background: #81C784;
  /* color:#337ab7;*/
  color:white;
   font-weight: 300;
   text-transform: none;
   font-size: 1em;
   font-family:'Roboto', sans-serif;
   -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2 s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
 }
 .link:hover{
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}
a.link-a:hover{
  text-decoration: none;
}
 a.boton{
    border:1px solid #222;
    background: #222;
    border-radius: 5px;
    color:white;
    padding:5px 40px;
    text-transform: uppercase;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

}
a.boton:hover{
    background: #474646;
    border:1px solid #474646;
    text-decoration: none;
}

.secundario .row > .col-md-4{
    border-right: 1px solid rgba(0,0,0,0.1)
}

.secundario .row > .col-md-8{
    border-right: 1px solid rgba(0,0,0,0.1)
}
a.usabilidad, a.usabilidad:hover {
  color: #222;
  text-decoration: none;
}
 /****** SLIDER *****
*/



 /****************RESPONSIVE**********/
.novisible{
    display: none;
}
 .menu2{
    width: 100%;
    display: none;
    position: fixed;
    z-index: 50000;
    background:white;
      -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  box-shadow: 0 0 10px rgba(0,0,0,.4);
 }
 .menu2 i{
   float: right;
font-size: 1.4em;
/* margin-top: 15px; */
margin: 5px;
margin-right: 20px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
box-shadow: 0 0px 10px rgba(0,0,0,.4);
border-radius: 100%;
padding: 10px;
 }
 .menu2 img {
    float: left;
    position: relative;
    height: 45px;
    margin-top: 3px;
    margin-left: 25px;
    display: block;
    top:0;
}
 .menu2 .gayflag1{
    border-left: 10px solid red;
  border-right: 10px solid yellow;
    background: orange ;
    float:left;
    height: 50px;
    width:30px;
}

 .menu2 .gayflag2{
    border-left: 10px solid #4CAF50;
  border-right: 10px solid #6200ea;
    background: blue ;
    float:left;
  height: 50px;
    width:30px;
}
 .menu2 .gayflag3{
    background: #bd31ff ;
    float:left;
    height: 50px;
    width:10px;
}
         .ul-menu2{
            background: white;
            right: -250px;
            padding:0;
            position: fixed;
            top:50px;
            height: 100%;
            width: 250px;
               -moz-box-shadow: 0 0 15px rgba(0,0,0,.4);
          -webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
          box-shadow: 0 0 15px rgba(0,0,0,.4);
         }
        .menu2-li{
            display: block;
            cursor: pointer;
            padding: 15px;
            color: #333;
            text-align:center
         }
        .menu2-li.logo{
            background: url("../img/logo3.png") no-repeat center #4CAF50;
            background-size: 45%;
            height:150px;
         }
 .oscurecer{
   width: 100%;
   right: -100%;
    height: 100%;
    position: fixed;
    top: 50px;
    background: rgba(0,0,0,.4);
 }
 .shadow{
   -moz-box-shadow: 0 0 15px rgba(0,0,0,.4);
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.4);
box-shadow: 0 0 15px rgba(0,0,0,.4);
height: 100%;
 }
/*************************************************/

.a-papper{
  color:#212121;

}
.titulo{
    margin: auto;
    max-width: 750px;
    text-align: center;
}
.titulo h2{
    font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: sans-serif;
  margin-bottom: 20px;

}

.separacion {
  margin: 0 auto;
  width: 35px;
  height: 3px;
  background-color: #444444;
}

.servicio{
    margin-top: 25px;
    text-align: center;
}
.servicio i{
    color:#4CAF50;
    font-size: 4em;
}

/************/
.separarow .item-servicio{
    margin-top: 25px;
}
.separarow .item-servicio:hover{
  background:#dadada
}
.item-servicio div{
    float:left;

}
.icono{

    font-size: 3em;
    margin: auto;
    margin-top: 53px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2 s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;

}


.icono i{
    padding: 12px 16px 12px 16px;
    color:white;
    border-radius: 100%;
}
        .copesalud{
            border: 3px solid #2e8ece;
            background-color:#2e8ece;
}


        .telefonia{
            border: 3px solid #F9690E;
            background-color:#F9690E;
        }
        .copesec{
            border: 3px solid #F22613;
            background-color:#F22613;

        }
        .impuestos{
            border: 3px solid #26A65B;
            background-color:#26A65B;

        }
        .copeveloz{
            border: 3px solid #F7CA18;
            background-color:#F7CA18;

        }
        .educacion{
            border: 3px solid #446CB3;
            background-color:#446CB3;

        }
        .internet{
            border: 3px solid black;
            background-color:black;
           /*padding: 8px 15px 8px 2px;*/
        }
        .revista{
            border: 3px solid #913D88;
            background-color:#913D88;
        }

.texto{
    margin: auto;
    margin-left: 33px;
    float:left;
    width: 65%;

    }
.texto h3{
    margin-left: 10px;
    font-weight: bold;
}
.texto p{
  font-size: 1.2em;
  line-height: 1.5
}

.item-servicio a{
    color:#245dc1;
}
.item-servicio a:hover{
    text-decoration: underline;
}

 @media (max-width: 384px) {
    .texto{
      margin: auto;
    margin-left: 15px;
    float: left;
    width: 60%;
    }
}

/** FLECHA TO TOP **/

#flecha {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 15px;
    background: #4CAF50;
    box-shadow: inset 0 -3px 0px #64E269  , 0 0 10px rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000
}
#flecha i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#flecha:hover {
    background: #64E269;
}
#flecha:hover i {
    color: #fff;
    top: 5px;
}



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

.banner{
    background: url(../img/banner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 100px 0;
    text-align: center
}
.banner h3{
    margin-top: 35px;
}

.counter{
    font-weight: bold;
}


/****FORM NEWSLETTER***/
form{
    margin-top: 25px;
    text-align: center;
}

form input,
form input:focus {
color:#222222;
padding: 10px 13px;
outline: 0;
border: 1px solid rgba(0,0,0,.4);
border-radius: 5px;
margin-top: 5px;

}
form input:focus {
  border: 1px solid #4CAF50;
}

form input[type="email"] {
  margin-right: 15px;
  color: #a09f9f;
}

form input[type="submit"],.reservar {
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  background: #424242;
  box-shadow: inset 0 -3px 0px #212121, 0px 2px 1px rgba(0,0,0,0.2);
  transition: all .3s ease-in-out;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
  background: #212121;

}
a.reservar{
  color:white
}
a.reservar:hover{
  text-decoration: none;
}


/******FOOTER******/

.footer{
    background: #292929;
    color:#7e7e7e;
    font-size: 1em;
    padding-top: 50px;

}
    .ul-contacto{
        list-style: none;
        font-size: inherit;
        padding: 0;
        margin-top:5px;
    }
    .li-contacto{
      float: left;
      display: block;
      margin: 15px 0;
      width: 100%;
}
.icono-contacto,.contacto-item{
  float: left;
  display: inline-block;
}
.contacto h5{
  font-size: 20px;
  font-weight: bold;
  color: #7e7e7e;
  padding: 0 25px;
}
.contacto-item h5{
  font-size: 16px;
  color: #ddd;
  font-weight: bold;
  padding: 0
}
.contacto-item span{
  font-size: 16px
}
.icono-contacto {
  font-size: 2.5em;
  margin-top: 20px;
  padding: 0 15px;
  color: #4CAF50
}
.footer-contact {
  color: #7e7e7e;
}

.footer-contact .input-contact{
  background: transparent;
  border: none;
  border-bottom: 2px solid #4CAF50;
  color:inherit;
  margin: 10px 0 0 0;
  display: inline-block;
  padding: 10px 0;
  width: 49%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-contact .textarea-contact{
  width: 99%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #4CAF50;
  border-radius: 5px;
  height: 100px;
  margin-top: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.footer-contact .input-contact:hover,.footer-contact .input-contact:focus,.footer-contact .textarea-contact:hover,.footer-contact .textarea-contact:focus {
  border: 2px solid #4CAF50;
  color: white;
}
.footer-contact .input-contact-send{
  text-align: center;
  background: #4CAF50;
  box-shadow: inset 0 -3px 0px #64E269;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-contact .input-contact-send:hover{
  background: #64E269
}
.ultima{
  border-top: 1px solid #7e7e7e;
  background: #222;
  padding: 25px 0;
  text-align: center;
}
.ultima p,.ultima a{
  color:#7e7e7e;
}
/******






/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/** PHP **/
.error {
    color: #CF0000;
    display: none;
}
.sendok {
    color: #4CAF50;
    display: none;
}

footer .error{
  color:#7e7e7e;
}

/******* RESPONSIVE ********/

@media (min-width: 992px) {
footer img{
    -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estÃƒÂ¡ndar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
footer img:hover{
    -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;
}
}

@media (max-width: 1300px) {
.fijo .primario .li-primario{
    margin: 0
  }
  .menu.fijo .primario{
        float: right;
  }
}
@media (max-width: 1100px) {
.fijo .primario .li-primario{
    margin: 0;
    font-size: .95em;
  }
  .menu.fijo .primario{
        float: right;
  }
}

@media (max-width: 992px) {
.menu{
        display: none;
    }
  .menu2{
        display: block;
    }
    .header{
        display: none;
    }
    }
@media (max-width: 979px) {
    .body {
        padding-left:0;
        padding-right:0;
}
}
@media (max-height: 610px) {
  .menu2-li{
     padding: 10px;
  }
}
@media (max-height: 528px) {
  .menu2-li{
     padding: 5px;
  }
}
@media (max-height: 449px) {
  .menu2-li{
     padding: 5px;
  }
  .menu2-li.logo{
    background-size: 30%;
    height: 100px;
  }
}
