:root {
  --pumpkin: #ef7900;
  --white: #ffffff;
  --twilight: #71529b;
}

.sinmargennegativo{ margin:0px !important; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: var(--pumpkin);
  color: var(--white);
}

.back-purple{
  background-color: var(--twilight);
}

/*fonts size*/
.text-style, h2 {
  /*font-size: 66px;*/
  font-size: calc(40px + (66 - 40) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.06;
  letter-spacing: -3.3px;
  text-align: center;
  color: var(--white);
}

.text-style-3 {
  /*font-size: 55px;*/
  font-size: calc(32px + (55 - 32) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 700;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.73;
  letter-spacing: -1.38px;
  text-align: center;
  color: var(--white);
}

.text-style-2 {
  /*font-size: 40px;*/
  font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: var(--white);
}


/*head*/
.back-floral{
  background-image: url(../assets/head-flores.png);
  background-repeat: no-no-repeat;
  background-size: cover;
}

.texto-head{
  position: absolute;
  z-index: 1;
}

.mirza{
  position: relative;
  z-index: 1;
  left: 20px;
}

/*principal*/
.ptb{
  padding:7% 0px;
}

span a, span a:hover{
  color: var(--white);
  text-decoration: none;
}
/*footer*/
.redes a{
  margin: 2%;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { }
