@charset "utf-8";

        /* <link href="css/indexprueba600.css" rel="stylesheet"
media="screen and (min-width: 600px)" /> */
*{  padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family:'Montserrat', sans-serif;
}

a {
    /* para sacarle el subrayado predeterminado y cambiarle el color */
    text-decoration: none;
    color: darkslategray;
}


body { 
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(191, 220, 243) 100%); }
/* header */
header {background-color: #efefef;}
.header2 {
  background-color: #efefef;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
  
}
.logo p {font-size: .38em;}
.header2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #efefef;
}

.header2 li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header2 li a:hover,
.header2 .menu-btn:hover {
  background-color: #c8fdff;
}

.header2 .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  align-content: center;
}


/* menu */

.header2 .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header2 .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 30px 30px;
  position: relative;
  user-select: none;
}

.header2 .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header2 .menu-icon .navicon:before,
.header2 .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header2 .menu-icon .navicon:before {
  top: 5px;
}

.header2 .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header2 .menu-btn {
  display: none;
}

.header2 .menu-btn:checked ~ .menu {
  max-height: 420px;
}

.header2 .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header2 .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header2 .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 58em) {
  .header2 li {
    float: left;
  }
  .header2 li a {
    padding: 20px 30px;
  }
  .header2 .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header2 .menu-icon {
    display: none;
  }
}

.logoacumar { height: 1em;;margin: auto;padding: 0em 0em 0em .4em;}

/* buscador */




/* TEXTOO */


.noticias1 img{
    display: flex;
    width:80%;
    margin: auto;
    height: auto;
    margin-top: 1em;
}

.noticias p{  
    margin-bottom: .2em;
    text-align: justify;
    font-size: .9em;
    margin-left: 10em;
    margin-right: 10em;
}
h3 {margin-left: 7em;
    margin-right: 7em;
    margin-top: 2em;
}
h2 {margin-top: 2em;}

._noticia {margin-left: 10em; }


/* footer */

footer {
    
    background-color:#e8e8e8; 
    display: block; 
    text-align: center; 
    align-items: center;
    padding: .5em;
    
    
}

.links {
    height: 100%; 
    width: 1.5%;
    text-align: center; 
    }
.foo .otrofooi, .otrofoog, .otrofoop  {display: flex;
    flex-direction: row;
    justify-content: space-around;justify-content:center;}

.otrofooi {align-items: center;padding: .3em; justify-content: center;margin: auto}
.otrofooi h10 {margin: 0em 0em 0em .0em;font-size: .7em;color: #535353;}
.otrofooi img {margin: 0em 0em 0em 0em;height: 30px}
.otrofoog {;margin: auto;;font-size: .7em;font-weight: bold;color: #535353;padding: .3em;}
.otrofoop {font-size: .5em;margin: auto;padding: .5em;text-align: left;}

/* TERMINA FOOTER */