@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: central;
  src: url(../fonts/CentraleSansMedium.otf);
}

@font-face {
  font-family: centralb;
  src: url(../fonts/CentraleSansRegular.woff);
}

@font-face {
  font-family: centraleb;
  src: url(../fonts/CentraleSansXBold.otf);
}

@font-face {
font-family: 'Centrale Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Centrale Sans Regular'), url('../fonts/CentraleSansRegular.woff') format('woff');
}

*{
	font-family: 'Centrale Sans Regular' !important;
}


body {
  /* Location of the image */
  background-image: url(../img/fondo.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}

a{
	text-decoration: none;
}

a:hover{
	color:#EF0000;
}

h4{
	color: white;
}

#bar-menu{
	background: #27BDBE;
	color: #FFFFFF;
	font-size: 13px !important;
}

.w3-modal{
	background-color: rgba(0,0,0,0.6) !important;
}

#menu-m{
	background: #27BDBE; color: rgba(255,255,255,1) !important;
}

.men-d{	
 	/*border: 1px solid white !important;*/
	border-bottom: 1px solid white !important;
}

.men-d:hover{	
 	/*border: 1px solid white !important;*/
	background: #ED1556 !important;
	color: #fff !important;
}

.pop{
	border-radius: 10px;
	/*border-bottom: 3px solid #000;	*/
	box-shadow: 5px 5px 8px #191919;
}

.ln1{
	background: #59BF8C;
	height: 10px
}

.ln2{
	background: #F16669;
	height: 18px
}


.txt-c{
    text-align: left !important;
}

.w3-opacity {
    opacity: 0.80 !important;
}

#img-t{
	 opacity: 0.85;
}

.sqr{
	width: 345px;
    margin-left: 46px;
    border-radius: 0px 0px 30px 30px;
	color: white !important;
	z-index: 1111111111;
    padding-top: 30px;
    font-family: 'centraleb' !important;
	text-align: center;
	margin-top: -18px; 
	background: #00A359 !important;
}

.clr{
	font-size: 40px!important;
	padding: 0px 10px;
    line-height: 1;
}

.button {
  background-color: #0A9EDB; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: #0A9EDB; 
  color: white; 
  border: 2px solid #fff;
}

.button1:hover {
  background-color: #fff;
  color: black;
  border: 2px solid #0A9EDB;
}

.bird{
	position: absolute;
	right: 0;
	top:80%;
}



@media screen and (max-width: 1024px) {
 .w3-image {
    max-width: 130%;
  }
}

@media screen and (max-width: 768px) {
 #img-t {	  
	 margin-left: 10%;;
  }
}


@media screen and (max-width: 600px) {
#img-t, .bird {display: none}
.sqr {
width: 260px;
margin-left: 0px;
}
}



