
/**********************************************************
FONT FAMILY
**********************************************************/

@font-face {
  font-family: 'Klavika-bold';
  src:  url('../fonts/Klavika-Bold.woff2') format('woff2'),
        url('../fonts/Klavika-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Klavika-regular';
  src:  url('../fonts/Klavika-Regular.woff2') format('woff2'),
        url('../fonts/Klavika-Regular.woff') format('woff');
}

body {
	font-family: 'Klavika-bold';

	background-color: #FA3A41;
	color: white;
}

body h1 {
	font-size: 5vw;
	margin: 0 0 1% 0;
}

body h3 {
	font-size: 2.5vw;
	margin: 0 0 1% 0;
}

strong {font-family: 'Klavika-bold';}



/**********************************************************
GENERAL CLASSES
**********************************************************/

.main-container {
	background-image: url("../images/bck02.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 10%;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}


.full-width {
	width: 100%;
}


.navbar {
	border-radius: 0px;
	background-color: #312F3E;
}

.navbar ul li a {
	color: white;
	font-family: 'Klavika-regular';
}

.navbar ul li a:hover {
	background-color: transparent;
}

/*.navbar-header {
	float: right;
}*/

/*Linea fondo*/

.line {
	position: absolute;
	z-index: 0;
	width: 2px;
	height: 2000px;
	right: 50%;
	top:410px;
	background-color: white;
}

/*Titulo campaña*/
.title {
	margin: 3% 0 4% 0;
}

/*Bloque de texto*/

.text-block-bck {
	/*background-color: #FA3A41;*/
    padding: 50px 0;
}

.text-block-first,
.text-block-second,
.text-block-third {
	font-family: 'Klavika-regular';
	font-size: 18px;
}


.text-block-first {
	text-align: left;
	margin: 2% 0 5%  -2px;
}
.text-block-first-padding {
	padding-left: 6%;
}

/*.text-block-second {
	 width: calc(100% - 2px);
	margin: 0  0 10%  2px;
}*/

.text-block-third {
	margin-top: 10%;
	margin-bottom: 0;
	background-color: #FA3A41;
	padding: 50px 0;
}

.text-block-third img {
	margin-bottom: 10%;
}

.text-block-third p {
	margin-bottom: 5%;
}

/*Bloque de boton Change.org*/
.petition-wrapper {
	padding-left: 3%;
}
.petition-button {
	float: right;
	width: 46%;
}
.button-right {
	float: right;
}

.petition-actions p {
	font-size: 18px;
	margin-top: 30px; 
	text-align: right;
}

.social-wrapper {
	text-align: right;

}

.social-facebook {
	width: 20px;
	min-width: 12px;
	margin-top: 10px;
	margin-right: 20px;
}

.social-twitter {
	width: 36px;
	min-width: 18px;
	margin-top: 10px;
}
.social-instagram {
	width: 36px;
	min-width: 18px;
	margin-top: 10px;
	margin-left: 20px;
}

/*Slider*/

.item img {
  width: 100%;
  height: auto
}

.carousel-bck {
	/*padding: 30px 0;*/
	background-color: #FA3A41;
	height:600px;
}

.carousel {
  position: relative;
  height: auto;
}

ol.carousel-indicators {
  position: inherit;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  width:40px;
  height: 40px;
  margin: 0 5px 50px 5px;
  border-radius: 0;
  border: 0;
  background: transparent;
}

ol.carousel-indicators li.active {
  color: #FFFFFF;
}


.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  font-size: 50px;
  color: #312F3E;
  background-color: #999;
  transition: all 0.25s ease;
}

/*.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: #337ab7;
}*/

.carousel-text {
	font-family: 'Klavika-regular';
	text-align: center;
	color: white;
	font-size: 40px;
}

.carousel-text-number {
	font-family: 'Klavika-bold';
	color: #312F3E;
	font-size: 20px;

	width: 10%;
	margin: 10% 0 0 45%;
	border-top: 4px solid #312F3E;
}

/*Footer*/

.footer {
	font-family: 'Klavika-regular';
	background-color: #312F3E;
	padding-bottom: 100px;	
}

.footer p a {
	color: white;
}

/**********************************************************
**********************************************************
MEDIA QUERIES
**********************************************************
**********************************************************/


@media (max-width: 992px) { 

body h1 {
	font-size: 8vw;
	margin: 0 0 2% 0;

}

body h3 {
	font-size: 5vw;
	margin: 0 0 2% 0;
}

.navbar ul li a {
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
} 

.navbar-brand  {
	width: 100%;
}

.navbar-brand img {
	float: none;
	display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
}


.line {
	display: none;
}

.line-mobile {
	width: 60%;
	height: 2px;
	background-color: white;
	margin: 50px 0 50px 20%;
}

.title {
	margin: 5% 0 7% 0;	
}

.text-block-bck {
	/*background-color: #FA3A41;*/
    padding: 5px 0;
}
.main-container {
	background-image: none;
}

.margen-der {
    margin-right: 10px !important;
}

.text-block-first {
	margin: 5% 0 5% -2px;
}

.text-block-first-padding {
	padding-left: 0;
}

.text-block-first p {
	text-align: center;
}

.text-block-first img {
	float: none;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

.social-wrapper {
	text-align: center;

}

.text-block-first img.social-facebook {
	margin-right: 20px
}

.text-block-first img.social-facebook,
.text-block-first img.social-twitter {
	float: none;
	display: inline;
}

.text-block-third  {
	background-color: transparent;
}

.text-block-third img {
	float: none;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

.petition-button {
	width: 90%;
	max-width: 500px;
}

.petition-wrapper {
	margin-top: 30px;
}

.footer {
	padding-bottom: 40px;
}

.logo-footer {
	display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}

.logo-social {
    margin-bottom: 40px;	
}



}/*End of media*/











