/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
@font-face {
font-family: "Gotham-medium";
src: url("Fuente/Gotham-Medium.otf");
src: url("gotham/GothamMedium.ttf");
}

@font-face {
font-family: "Gotham-light";
src: url("Fuente/Gotham-Light.otf");
src: url("gotham/GothamLight.ttf");
}

@font-face {
font-family: "Gotham-thin";
src: url("Fuente/Gotham-Thin.otf");
src: url("gotham/GothamLight.ttf");
}

@font-face {
font-family: "Gotham-book";
src: url("Fuente/Gotham-Book.otf");
src: url("gotham/GothamBook.ttf");
}

@font-face {
font-family: "Gotham-medium-italic";
src: url("Fuente/Gotham-MediumIta.otf");
src: url("gotham/GothamMediumItalic.ttf");
}


body {
  font-family : 'Gotham-medium';
  font-size : 16px;
}


#primary-menu ul > li > a {
  font-family : 'Gotham-medium';
  text-transform: none;
  font-size: 16px;

}

#primary-menu ul li > a.current  {
  color:#ecb91d;
}


.container {
  width:97%
}

#footer {
  	background-color: #000;
    color:#fff;
}

#copyrights {
	padding: 10px 0;
  margin-bottom:15px;
	background-color: #000;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	line-height: 1;
	font-family: 'Gotham-light';
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 33px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 19px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #1ABC9C; }

h1 { margin-bottom: 5px; }
h3 { margin-bottom: 5px; }

p {
  margin-bottom:10px;
  font-size:12px;
}

.feature-box h3 {
  text-transform: none;
  font-weight: bold;
  font-family:'Gotham-medium'
}

.feature-box p {
  font-size: 14px;

}

.enfasis {
  font-size:26px;
  line-height: normal ;
  color: #ecb91d;
  font-weight: bold;
  font-family: "Gotham-thin"
}

@media screen and (max-width: 601px) {
  .enfasis {
    font-size:16px;
    line-height: normal ;
    color: #ecb91d;
    font-weight: bold;
    font-family: "Gotham-thin"
  }
}


.fondo-amarillo {
  width: 100%;
  background-color: #fabf4d;
}

.fondo-amarillo-old {
  width: 100%;
  height: 700px;
  background-image: url(bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.caracteristicas {
  font-size:16px;
  font-family: 'Gotham-medium';
  color:#000;
}

.caracteristicas-desc {
  font-size:14px;
  font-family: 'Gotham-medium';
  color:#000;
}



label {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	color: #555;
	margin-bottom: 5px;
	cursor: pointer;
}

input {
  margin-bottom:10px;
  background-color: #e6e6e6;
}

 .cotiza {
  font-weight:600;
  font-size:14px

}

.ptotal {
 font-weight:600;
 font-size:14px;
 color:#fff;
 background-color:#ecb91d;
}

#estados {
  position:relative;
  float:left;
  padding-bottom:15px;
  padding-left:30px;
}

@media screen and (min-width: 601px) {
  #rosa-vientos {
    position:absolute;
    right:20px;
  }

  #estados {
    padding-left:50px;
  }
}


@media screen and (max-width: 600px) {
  #rosa-vientos {
    position:absolute;
    right:20px;
    width:20%;
  }

  #estados {
    padding-left:20px;
  }

  .fondo-amarillo {
  /*    background-image: none; */
      background-color: transparent;
  }

}
