/********************** menu de Agata ***************************/

:root {
  --clr-primary-texto-btn: #fff;
  --clr-primary-lider: #02b36b;
  --clr-primary-lider-hover: #07814f;
  --clr-primary-basicos: #f06d01;
  --clr-primary-basicos-hover: #ba5705;
  --clr-primary: #02b36b;
  --clr-gray: #37474f;
  --clr-gray-light: #b0bec5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
 
body {
    color:#282828;
    background: #f2f2f2;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    padding-top: 65px;
    align-items: center;
    min-height: 100vh;
    line-height: 1.42857143;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* min-height: 100%; */
    position: relative;
  
  }

body ::selection {
    background: #00b2ca;
    color: #fff;
}


  
  /*
  * {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
  }
  
  body {
    color: var(--clr-gray);
    margin: 2rem;
  } */

  .headroom {
    transition: transform .3s ease;
  }
  
  .headroom--pinned {
    transform: translateY(0%);
    z-index: 1000;
  
  }
  .headroom--unpinned {
    transform: translateY(-100%);
  
  }
  
  header {
    z-index: 999;

    background: #0165b3;
    position: fixed;
    width: 100%;
    top: 0;
  
  }
  
  header .menu-arriba .container .menu-super{
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
  }
  
  header .menu-arriba .container .menu-super .menu-super-uno{
  
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
  }
  
  header .menu-arriba .container .menu-super .menu-super-uno a{
    text-decoration: none;
  
  }
  
  
  header .menu-arriba .container .menu-super .menu-super-dos a{
    text-decoration: none;
  
  }
  header .menu-arriba .container .menu-super .menu-super-dos img{
    vertical-align: top;
    height: 20px;
  }
  
  
  
  
  header .menu {
    /* z-index: 100; */

    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  
  }
  /*
    header .menu-fixed {
        position:fixed;
        z-index:1000;
        top:0;
  
  
    }*/
  
  
  header .menu .logo {
    display: inline-block;
    margin-right: 1em;
  
  }
  
  
  header .menu .logo:hover {
    background: #0165b3;
  
  }
  
  
  header .menu .logo h5 {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
  }
  
  header .menu .logo h5:hover {
    transform: scale(1.3,1.3);
  }
  
  header .menu .logo img {
  
    vertical-align: top;
    height: 22px;
  }
  
  header .menu .btn-menu {
    display: none;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
  
  }
  
  
  header .menu .enlaces {
    display: inline-block;
    text-align: right;
  
  }
  
  header .menu .enlaces a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 1em;
    text-align: center;
    font-size: 1em;
  
  }
  
  header .menu .enlaces i {
    margin-right: 5px;
  }
  
  header .menu .enlaces a:hover {
    background: #015495;
    color: #e8e8e8;
  }

  
main {

    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
    padding-bottom: 5rem;

    z-index: 100;
  
  
  }
  
  main h1{
    text-align: center; 
    background-color: #ffffff;
    background: #fff;
    color: #0165b3;
    font-size: 2.2rem; 
    padding: .1rem;
  
  } 
  
  main hr
  {
  
    margin-bottom: 3em;
    height: 2px;
    background: #0165b3;
    border: none;
  
  
  }
  main img{
    width: 100%;
  }
  main .logopeque {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    flex-wrap: wrap;
    color: #fff;
    background-color: #0165b3;
    background: #0165b3;
    margin: auto;
  
    

}
main .logopeque .cajacontacto {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #0165b3;
    background: #0165b3;
    z-index: 80;

}

main .logopeque .cajacontacto a{
    text-align:justify; 
    margin: auto; 
    align-items: justify;
    align-content: justify;
}
main .logopeque .cajacontacto .pcontacto{
  text-align:justify; 

}
main .pcontacto{
  color:#fff;
  text-align:justify;
}

main .fondoencabezado{
    background-color: #efefef;
}

main .pdescribefonfotitulo{
    text-align: justify;
    color: #282828; 
    font-size: 1.3rem;
    padding: 0px 7rem;
    font-size: 1.3rem; 

}
main .h1index, .h1quehacemos, .h1quienessomos, .h1contacto{
  text-align: center; 
  color: #0165b3;
  background-color: #fff;
  font-size: 2rem; 
  padding: 1rem;
}

@media screen and (max-width: 850px) {


    .nav__label {
      font-size: 14px;
    }
}
@media  screen and (max-width: 725px) {

        header .menu {
          flex-direction: column;
          z-index: 900;
        }
        header .menu .logo {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          width: 100%;
          padding: 1em;
        }
        header .menu .logo .btn-menu {
          display: inline-block;
        }
      
        header .menu .enlaces {
      
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: space-around;
        }
        main .logopeque{
          /*display: hidden;
          visibility: hidden;*/
        }
}

/********************* fin menu de agata ************************

/********************** blog *************************************************/

main .blog .imgblog{
  src:"/img/blog.jpg";
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: auto;
      


}
main .blog img{
  src:"../img/blog.jpg";
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: auto;
      


}
main .art_blog img{
  src:"../img/art_blog.jpg";
  width: 100%;
  text-align: center;
  justify-content: center;
  margin: auto;
      


}

/********************** fin blog *************************************************/

/*****************************  volver *****************************************/

#flecha-arriba{
    width: 40px;
    height: 40px;
    background: #0165b3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    border-color: #d1e4f5;
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    border: 4px solid;
    transition: all 300ms ease;
    transform: scale(0);
}

#flecha-arriba:hover{
    transform: scale(1.1);
    border-color: rgba(0,0,0,0.1);
}
/*****************************  fin volver *****************************************/
/*****************************  pie de agata *****************************************/

footer{
    width: 100%;
    background: #d1e4f5;
    color: #0165b3;

}

.container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.container-body{
    display: flex;
    justify-content: space-between;
}

.colum1{
    max-width: 300px;
}

.colum1 h1{
    font-size: 22px;
}

.colum1 p{
    font-size: 14px;
    /* color: #C7C7C7; */
    margin-top: 20px;
        color: #0165b3;
}
.colum1-1{
    max-width: 300px;
}
.colum1-1 h1{
    font-size: 22px;
}
.colum2{
    max-width: 300px;
}
.colum2 h1{
    font-size: 22px;
}
.colum1-1 a{
  font-size: 14px;
  text-decoration: none;
}
.colum2 a{
  font-size: 14px;
  text-decoration: none;
}
.row{
    margin-top: 20px;
    display: flex;
}
.row img{
    width: 36px;
    height: 36px;
    vertical-align: middle;
}
.row label{
    margin-top: 10px;
    margin-left: 20px;
    /*color: #C7C7C7;*/
        color: #0165b3;
}

.colum3{
    max-width: 300px;
}
.colum3 h1{
    font-size: 22px;
}
.row2{
    margin-top: 20px;
    display: flex;
}
.row2 img{
    width: 36px;
    height: 36px;
}
.row2 label{
    margin-top: 10px;
    margin-left: 20px;
    max-width: 140px;

  }

.row2 a{

}
.container-footer{
    width: 100%;
    background: #0165b3;
  /*  padding-bottom: 20px;*/
}

.container-footer a{

    color: #C7C7C7;
}
.footer a{

    color: #C7C7C7;
}
.footer{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;

}

.copyright{
    color: #C7C7C7;
}

.copyright a{
    text-decoration: none;
    color: #C7C7C7;
    font-weight: bold;
}

.information a{
    text-decoration: none;
    color: #C7C7C7;
    font-weight: bold;

}


@media screen and (max-width: 1100px){

    .container-body{
        flex-wrap: wrap;
    }

    .colum1{
        max-width: 100%;
    }
    .colum1-1,
    .colum2,
    .colum3{
        margin-top: 40px;
    }
}


/*****************************  fin pie de agata *****************************************/
