/* Estilo personalizado principal */
*{
    box-sizing: border-box;
    margin:0%;
}
.logotipo{
    overflow: hidden;
    float: left;
}
.salto{
    height:500px;
}



/* Segundo cuerpo de estilos */
.mySlides {display: none;}
/*img {vertical-align: middle;}*/
img {
    vertical-align:50%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color:black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0px;
  background-color:green;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color:red;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  
}
.fade img{
    al
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.inicio a{
   clear:both;
    background-color: rgba(12, 4, 56, 0.74);
    color:white;
    float: left;
    width: 90%;
    margin-left: 8%;
    margin-right: 3.9%;
    overflow: hidden;
}
.inicio div{
    width: 44%;
    height: 216px;
    background-color: rgba(12, 4, 56, 0.2);
    margin-left: 8%;
    margin-right: 3.9%;
     overflow: hidden;

}
 
#cajaImagen{
    margin-left: 0%;
    margin-right: 3.9%;
    background-color: rgba(12, 4, 56, 0.22);
    float: left;
    display: block;
    width: 30%;
}

#cajaTexto{
     margin-left: 0%;
    margin-right: 3.9%;
    color:white;
    float: left;
    width: 60%;
     clear: both;
    overflow:hidden;
    padding-bottom: 3.5%;
}
#cajaTexto h3{
    font-family: sans-serif,fantasy,sans-serif;
    font-size:17px;
    font-weight: bold;
    color: white;
}
#cajaTexto p{
    font-family: sans-serif,fantasy,sans-serif;
    font-size:14px;
}
.grid{
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto auto  ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}
.marg{
    padding-left: 110px;
}
.grid2{
    
    padding-top: 20px;
    display: grid;
    grid-template-columns: auto ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}
.grid3{
    
    padding-top: 50px;
    display: grid;
    grid-template-columns: auto ;
    grid-gap:10px;
    clear: both;
    margin-left: 109px;
    margin-right: 59px;
}

.grid img{
    width: 30%;
    /*margin: auto;*/
    clear: both;
     background-color: rgba(249, 252, 255, 0);
    position: inherit;
    float: left;
}
.grid p a{
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:16px;
    background-color: rgba(240, 248, 255, 0.65);
}
.grid2 p a{
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid2 p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:16px;
    background-color: rgba(240, 248, 255, 0.65);
}

.grid3 p a{
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:21px;
    font-weight: bold;
}
.grid3 p {
    padding: 20px;
    color:black;
    font-family:  sans-serif,fantasy,sans-serif;
    font-size:16px;
    background-color: rgba(240, 248, 255, 0.65);
}
.container-redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-redes a{
    margin-top: 4px;
}

.container-redes img{
    width: 60px;
    padding: 4px;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    border-radius: 100%;
    transition: all 300ms;
}

.container-redes a:hover img{
    background: rgba(0,0,0,0.10);
}
body{
    background-image: url("../imagenes/piedras_portada.jpg");
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    font-family: Verdana, sans-serif;

    
}
footer{
    background-color:black;
    color:white;
    text-decoration: none;
    text-align: center;
    padding: 20px;
}

