body html{
    margin: 0;
    padding: 0;
}

body{
    background-image: url("../img/slide-img-fondo.png");
    background-position: center center;
    background-repeat: no-repeat;
    /*Scorl de img fondo*/
    background-attachment: fixed;
    background-size: cover;
    /* Barra desplazamineto vertical-horizontal, se activan cuando es necesario en auto*/
    overflow: auto; /* scroll ;*/
}

.header {
    overflow: hidden;
    background-color: rgba(182, 154, 154, 0.1);
    padding: 10px 10px;
    /*border: red 3px solid;*/
    border-radius: 4px;
  }

.header a {
    float: left;
    color:white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 15px;
    border-radius: 4px;
    
}

.header a.logo {
    font-size: 35px;
    font-weight: bold;
    font-style: oblique;
    color: aqua;
}

.header a:hover {
    background-color: #ddd;
    opacity:0.3;
    color: black;
    border-radius: 4px;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    float: right;
}

/*-----------------*/
/* Menu responsive */
/*-----------------*/
.header .icon {
    display: none;
  }

  @media screen and (max-width: 600px) {
    .header a:not(:first-child) {display: none;}
    .header a.icon {
      float: right;
      display: block;
    }
    .header a.logo {
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .header.responsive {position: relative;}
    .header.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .header.responsive a {
      float: none;
      display: block;
      text-align: left; 
    }
    
    .header a.logo {
      font-size: 20px;
    }

   }
   

/*---------------------*/
/* Fin Menu responsive */  
/*---------------------*/  



/*----------------*/
/* Inicio Slider  */  
/*----------------*/  

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
 

.slideshow{
  width: 100%;
  height: 100%; 
  position: relative;
  display: flex;
  margin: auto;
  margin-top: 2px;

 /* overflow: hidden;
  perspective: 800px;*/
  
  /*box-shadow: 0 20px 40px 0 black;
  border: red 3px solid; */
}

.slider li, ul{
  width: 100%;
  height: 100%;
 
}


.slider li{
  overflow: hidden;
}

.slider li img{
  left: 0%; top: 0%; width: 100%; height:55%;
  border-radius: 4px;
  opacity: 0.8;
  z-index: 3;
}

/* Tratamiento de Texto en imagen.. */

.slider .caption{
  position: absolute;
  left: 0%; top: 0%;
	width: 70%;
	height: 10%;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.slider .caption h1{
  font-size: 50px;
  font-style: oblique;
}

.slider .caption p{
  /*margin-top: 50px;*/
  margin: 5% 20%;
  width: 100%;
  font-size: 20px;
  
  
}

.pagination{
  position: absolute ;
  display: flex;
  top: 50%;
  justify-content: center;
  margin: 14% 45%;
  /*border: red 3px solid;*/
}

.pagination li{
	font-size: 15px;
	margin: 2px 5px;
	color: #eee4e4;
	cursor: pointer;
}


.left, .right{
	position: absolute;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;

	color: #fff;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
}

.left{
	left: 15px;
}

.right{
	right: 15px;
}

/* Segunda Hoja*/
.texto-blanco{
 background-image: url("../img/slide-img37.png");
 background-position: center center;
 height: 600px;
 margin-top: 5px;
 background-color:white;
 border-radius: 4px;
 /*border: red 3px solid;*/
 opacity: 0.6;
}

.texto-blanco .medio-texto {
  margin: 20px;
  font-style: oblique;
  color:black;
  text-align: center;
  font-size: 60px;
}
/* Fin Segunda Hoja */

@media screen and (max-width: 650px){
    .slider .caption p{
      display: none;
    }
  
    .slider .caption h1{
      font-size: 25px;
    }
  
    .left, .right{
      font-size: 20px;
    }
  
    .slider li img{
      width: 600px;
    }
  
    .pagination{
      display: none;
    }

    .texto-blanco .medio-texto {
      font-size: 35px;
    }

  }

/* /* --------
.slider{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-100%) rotateY(180deg);
  opacity: 0;
  transition: all 3s;  
}

/*

#img1{
  transform: translateX(0);
  opacity: 0.3;
  
}


.content-img:target{
  transform: translateX(0) rotateY(0deg);
  opacity: 0.6; 
}

.content-img img{
  width: 100%;
  height: 100%;
}


.icon-left-open{
  position: absolute;
  top: 200px; 
  left: 0;
  font-size: 40px;
  text-decoration: none;
  color: white);
}

.icon-right-open{
  position: absolute;
  top: 200px; 
  right: 0;
  font-size: 40px;
  text-decoration: none;
  color: white;
}


.content-details{
  position: relative;
  top: -350px;
  width: 500px;
  margin: auto;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  color: white;
  text-align: center;
  font-family: arial;
}

.content-details p{
  margin-top: 10px;
}

.content-details input[type="button"]{
  padding: 6px 40px;
  font-size: 18px;
  margin-top: 10px;
  background: rgba(255, 10, 0, 0.5);
  border-style: none;
  color: white;
  outline: 0px;
  transition: all 300ms;
}

.content-details input[type="button"]:hover{
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  transition: all 300ms;
}
*/

/*----------------*/
/* Termino Slider */  
/*----------------*/  



