@font-face {
  font-family: 'bahnschrift';
  src: url('../fonts/bahnschrift.ttf') format("truetype");
}

@font-face {
  font-family: 'bahnschrift bold';
  font-weight: bold;
  src: url('../fonts/bahnschrift.ttf') format("truetype");
}

@font-face {
  font-family: 'bahnschrift condensed';
  font-stretch: condensed;
  src: url('../fonts/bahnschrift.ttf') format("truetype");
}

@font-face {
  font-family: 'bahnschrift light';
  font-weight: 300;
  src: url('../fonts/bahnschrift.ttf') format("truetype");
}

:root {
  --gold: #A28554;
  --red: #A61C30;
  --gold-gradient-1: #A3954B;
  --gold-gradient-2: #734E28;
}

body {
  font-family: 'bahnschrift condensed', sans-serif;
  font-size: 25px;
  line-height: 27px;
  background-color: black;
  color: white;
}

a {
  color: var(--gold);
}

h1 {
}

h2 {
}

input {
  color: white;
}

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

video {
  width: 100%;
}

.container-25 {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.container-30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.container-40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.container-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.container-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.container-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.container-80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center-valign {
  margin-top: auto;
  margin-bottom: auto;
}

.modal {
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  max-height: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-content {
  background-color: black;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 755px;
  font-size: 17px;
}

.close {
  color: white;
  float: right;
  font-size: 60px;
  font-weight: bold;
  text-align: right;
  margin-top: -10px;
  margin-right: -18px;
  cursor: pointer;
}

.justify-align {
  text-align: justify;
}

div#div-preloader svg {
  width: 130px;
  height: 130px;
  display:inline-block;
}

#header {
  background-image: url('../img/header.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

#header .logo {
  margin-top: 60px;
}

#header .title,
#biography .title {
  font-family: 'bahnschrift light', sans-serif;
  background-color: var(--gold);
	font-size: 56px;
	line-height: 65px;
	padding: 30px 100px 30px 10px;
}

#header .strong,
#biography .strong {
  font-family: 'bahnschrift bold';
  font-size: 80px;
}

#header .subtitle,
#biography .subtitle {
  font-size: 25px;
  margin-top: -55px;
  line-height: 25px;
}

#header .boton {
	font-family: 'bahnschrift', sans-serif;
	font-size: 25px;
	padding: 25px;
	background-color: var(--red);
	border-radius: 15px;
	line-height: 20px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
  margin-top: -4px;
  height: 100px;
}

.boton1 {
  font-size: 55px;
	color: white;
  padding: 30px;
  background-color: var(--red);
  border-radius: 15px;
}

.boton2 {
  font-size: 37px;
	color: white;
  padding: 30px 15px;
  background: linear-gradient(to right, var(--gold-gradient-1), var(--gold-gradient-2));
  border-radius: 15px;
  height: 100px;
}

.tyc {
	font-size: 17px;
	padding-top: 20px;
  line-height: 20px;
}

#content {
  margin-top: 80px;
}

#content .title {
	background-color: var(--gold);
	font-size: 33px;
	padding: 20px 30px;
	line-height: 35px;
}

#content .body {
  margin-top: 20px;
}

#benefits {
  background-image: url('../img/dog.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
}

#benefits .title {
  background-color: var(--red);
  font-size: 33px;
  padding: 25px 0px 25px 140px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#benefits .content {
  padding-left: 125px;
}

#video {
  margin: 100px 0;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

#biography {
  background-image: url('../img/sara.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

#biography .boton {
	font-family: 'bahnschrift', sans-serif;
	font-size: 35px;
	padding: 30px;
	background-color: var(--red);
	border-radius: 15px;
	line-height: 35px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#biography .name {
  font-family: 'bahnschrift bold', sans-serif;
  font-size: 65px;
  margin-top: 50px;
}

#biography .subname {
  font-family: 'bahnschrift', sans-serif;
  font-size: 25px;
  margin-top: 10px;
}

#biography .social {
  font-family: 'bahnschrift', sans-serif;
  color: var(--gold);
}

#biography .ig img {
  width: 20px;
}

#biography .web {
  font-size: 35px;
}

.modal-content {
  font-size: 25px;
}

.modal-content .title {
  font-family: 'bahnschrift light', sans-serif;
  background-color: var(--gold);
	font-size: 56px;
	line-height: 65px;
	padding: 15px;
}

.modal-content .strong {
  font-family: 'bahnschrift bold';
  font-size: 80px;
}

li h4 {
  padding: 10px;
  margin: 0;
}

.collection .collection-item {
  background-color: black;
}

.collection .dogname {
  font-weight: bold;
}

.collection .collection-item.avatar p {
  font-family: 'bahnschrift light', sans-serif;
  font-size: 17px;
}

.collection .collection-item.avatar i.add {
  color: white;
  background-color: var(--gold);
}

.secondary-content .material-icons {
  color: var(--red);
}

#dogadditem {
  padding: 0 10px;
}

#dogadditem .boton {
  margin: 30px 10px;
  display: inline;
}

#dogadditem .boton a {
  font-size: 25px;
  color: white;
	padding: 15px 20px;
  /* background: linear-gradient(to right, var(--gold-gradient-1), var(--gold-gradient-2)); */
	background: gray;
	border-radius: 5px;
}

#dogadditem .botoncancelar {
  display: inline;
}

#dogadditem .botoncancelar a {
  font-size: 25px;
  color: white;
	padding: 15px 20px;
	background-color: gray;
	border-radius: 5px;
}

.input-radio {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 16px;
}

.input-radio label {
  margin-left: 30px;
}

#popup-signup h6 {
  color: #9e9e9e;
}

#popup-signup .button {
	font-size: 35px;
	color: white;
	padding: 20px 25px;
	background-color: var(--red);
	border-radius: 15px;
	border: none;
	cursor: pointer;
}


/* =========================== */


/* Tamaño iPhone en cualquier versión */
@media screen and (max-width: 575px) {

  body {
    font-size: 20px;
  }

  .modal {
  	padding-top: 25px;
  }

  .modal-content {
  	width: 330px;
  	font-size: 13px;
  }

  .modal-content .title {
  	font-size: 25px;
  	line-height: 35px;
  }

  .modal-content .strong {
    font-size: 40px;
  }

  #video {
    margin: 50px 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #header .title,
  #biography .title {
  	font-size: 20px;
  	line-height: 30px;
  	padding: 40px 10px 30px 10px;
    height: 190px;
  }

  #header .strong,
  #biography .strong {
    font-size: 30px;
  }

  #header .subtitle,
  #biography .subtitle {
    font-size: 15px;
    margin-top: -15px;
    line-height: 15px;
  }

  .boton-mobile {
  	font-family: 'bahnschrift', sans-serif;
  	font-size: 25px;
  	padding: 25px;
  	background-color: var(--red);
  	border-radius: 15px;
  	line-height: 20px;
  	width: 280px;
  	margin-left: auto;
  	margin-right: auto;
    margin-top: -40px;
    margin-bottom: 50px;
    height: 100px;
  }

  .boton1 {
    font-size: 40px;
    padding: 30px;
  }

  .tyc {
  	font-size: 14px;
  	padding-top: 8px;
    line-height: 20px;
  }

  #content {
    margin-top: 60px;
  }

  #content .title {
  	font-size: 25px;
  	padding: 15px 20px;
  	line-height: 25px;
  }

  #benefits {
    background-image: none;
    margin-top: 50px;
  }

  #benefits .title {
    font-size: 33px;
    padding: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #benefits .content {
    padding-left: 0;
  }

  .boton2 {
    font-size: 40px;
    padding: 30px;
  }

  #biography {
    background-image: url('../img/sara-mobile.jpg');
  }

  #biography .boton {
  	font-size: 22px;
  	padding: 15px 10px;
  	border-radius: 15px;
  	line-height: 25px;
  	width: 100%;
  }

  #biography .name {
    font-size: 30px;
    margin-top: 50px;
  }

  #biography .subname {
    font-size: 18px;
    margin-top: 0;
    line-height: 20px;
  }

  #biography .web {
    font-size: 25px;
  }

}


/* =========================== */


@media screen and (min-width: 576px) and (max-width: 767px) {
}


/* =========================== */


/* Tamaño iPad*/
@media screen and (min-width: 768px) and (max-width: 991px) {


}


/* =========================== */


@media screen and (min-width: 992px) and (max-width: 1199px) {
}
