/* CONTENIDO WEB*/

#inf_contac {
  display: flex;
  width: 100%;
  
  padding-bottom: .5vw;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8vw;
}

.box_cont {
  display: block;
  width: 100%;
  height: auto;
  
  font-size: 2vw;
  font-style: normal;
  
  justify-content: center;
  justify-items: center;
  text-align: center;

  background: black;
}

#contac {
  color: black;
  background:  #f1d81f;
}

#contac img {
  margin-top: .8vw;
  height: 2.5vw;
  width: auto;
  
}

#findus {
  color: #f1d81f;
}

#findus ul {
  list-style: none;
}

#findus li {
  float: left;
}

.country_list {
	justify-content: center;
	text-align: center;
	padding-top: .6vw;
	padding-bottom: .5vw;

	color: red;
}

.country_item {
  color: white;
	text-decoration: none;
	font-size: 1.5vw;
	font-weight: 600;
	letter-spacing: .1vw;
}

.country_item:hover {
  transition: .4s;
  color:  #f1d81f;
}



/* Cuerpos Base------------ */

.cuerpobase {
	display: block;
	margin: 5vw;
  padding-top: 1em;
  justify-content: center;
  text-align: justify;
}


/* Cuerpos Base------------ */

#spots {
	display: block;
  
  justify-content: center;
  text-align: justify;
  
  background: none;
}

#spots .country_list{
  background: none;
  
  
  color: black;
}

#spots .country_item{
  background: none;
  
  color: black;
}

#spots .country_item:hover {
  color: #B40000;
}



/* Responsive------------ */

@media (max-width:777px) {
  .box_cont {
    font-size: 3vw; 
   }
}

@media (max-width:500px) {
  #inf_contac {
    display: block;
    width: 100%;
  }

  #banner2 {
    padding: 0;
  }
  
  #contac img {
   margin-top: .5vw;
   width: 80%;
   height: auto;
  }

  .box_cont {
    font-size: 5.5vw;
    padding: 1vw;
   }

  .country_list {
    padding: 0;
  }
  .country_list {
    padding-top: .8vw;
    padding-bottom: 2vw;
  }

  .country_item {
    font-size: 3.5vw;
  }

}