body {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

@font-face {
    font-family: peugeotBold;
    src: url(../fonts/PeugeotNew-Bold.woff);
    font-display: block;
}
@font-face {
	font-family: peugeotLight;
	src: url(../fonts/PeugeotNewLight.otf);
  font-display: block;
}
@font-face {
	font-family: peugeotRegular;
	src: url(../fonts/PeugeotNewRegular.otf);
  font-display: block;
}

.new-slider-wrapper {
    position: relative;
  }

.font-25{
	font-size: 25px;
  }

  .text-blue{
	color: #0056b3;;
  }

  .bg-blue{
    background-color: #0056b3;;
    }

  .contenedor-gracias{
    justify-content: center;
    align-items: center;
  }

  .font-10{
	font-size: 10px;
  }

  .font-11 {
	font-size: 11px;
  }

  .form-wrapper-1 {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: rgba(0,0,0,0.67);
    bottom: 0;
    right: 0;
}

.font-50{
	font-size: 50px;
}

:root {
	--black: #000;
	--white: #fff;
	--primary: #020F46;
	--secondary: #0D9BD9;
	--tertiary: #0064A8;
}
  

.ribbon-wrapper-big {
    z-index: 900;
    width: 130px;
    height: 119px;
    overflow: hidden;
    position: absolute;
}

.ribbon-css-big {
    font: 11px Lato, sans-serif;
        font-weight: normal;
    font-weight: 600;
    position: relative;
    left: -41px;
    top: 25px;
    width: 180px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.ribbon-css-big, .ribbon-css-Ficha-big {
    text-transform: uppercase;
    text-align: center;
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -ms-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    padding: 7px 0;
}

.lira-Title {
    font-family: peugeotBold;
    font-size: 24px;
    color: var(--black);
}


    

@media (max-width: 472px) {
    .lira-Title {
        font-size: 20px;
    }
}

