body {

    margin: auto;
    padding: 0
}


:root {
  --separacion: 110px;
  --separacion2: 40px;
  --separacion3: 60px;

}

@media (max-width: 1023px) {
    .history-one__single img {
		
        min-width: 100%;
    }
}


.history-one__single + .history-one__single {
    margin-top:var( --separacion);
}
.history-one__content{
border: 1px solid lightgrey;
    box-shadow: 10px 8px 20px -5px rgba(0,0,0,0.34);
    -webkit-box-shadow: 10px 8px 20px -5px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 8px 20px -5px rgba(0,0,0,0.34);
}

.contenedor {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
.contenedor {
    max-width: 540px;
}

}

@media (min-width: 768px){
.contenedor {
    max-width: 720px;
}}
@media (min-width: 992px){
.contenedor {
    max-width: 960px;
}}
@media (min-width: 1200px){
.contenedor {
    max-width: 1140px;
}}

@media (min-width: 1200px){
.contenedor {
    max-width: 1200px;
}}

@media (max-width: 1023px){
#raton{display:none}
.history-one__content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
       margin-top: -31px;
	with: 100%;
	max-width:initial;
}
}

@media (min-width: 1024px){
.image{display:block}
.history-one__single img { display:none}
}
@media (max-width: 1023px){
.history-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.image{display:none}
.history-one__single img { display:block}


.history-one__single + .history-one__single {
  margin-top:var( --separacion2);
}
}
.history-one__single img {
 box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
    -webkit-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
}	
	
.image {
  height: 440px;
    width: 600px;
    background: red;
    border-radius: 20px;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    background-image: url(images/resources/history-2-2.jpg);
    background-size: cover;
    /* display: none; */
    background-position-x: center;
    box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
    -webkit-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 10px 20px -5px rgba(0,0,0,0.34);
    /* width: 100%; */
}


.history-one__single {
	    padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 991px) {
  .history-one__single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history-one__single img {
  border-radius: 20px;
  max-width: 100%;
}
.history-one__single:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .history-one__single:nth-child(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.history-one__single:nth-child(odd) .history-one__content {
  right: auto;
  left: 0;
}
.history-one__single + .history-one__single {
  margin-top: var(--separacion3);
}
.history-one__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 680px;
  padding: 30px;
}
@media (max-width: 991px) {
  .history-one__content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin-top: 40px;
  }
}
.history-one__date {
  margin: 0;
  color: #5F666D;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.history-one__title {
  margin: 0;
  color: #0f4469;
  font-size: 30px;
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media (max-width: 1023px){
#raton{display:none}
.history-one__content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: -31px;
    with: 100%;
    max-width:initial;
}
}

	@media (max-width: 1023px) {

	.history-one__single img {

        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }
	
	.history-one__content {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }
}


.history-one__single p {
	clear:both;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 1.4;
    color: #5F666D;
}
.estrella {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-left: -2px;
}
.visitado{
 color: green;  font-weight: 900;  margin-bottom: 19px;  margin-right: 3px;  margin-top: -12px;  text-align: right;    font-size: 17px;
}

div u {
    color: #03a7e0;
}
.lin0{
 margin: -8px 0 3px 8px !important;
 text-decoration: none;
 font-size: 0.9em;
 color: #DE2063;
}
.lin0>a {
 color: #DE2063;
}