 @font-face {
    font-family: 'Peugeot New Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Regular'), url('../fonts/PeugeotNewRegular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Italic'), url('../fonts/PeugeotNewItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New ExtraLight'), url('../fonts/PeugeotNewExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New ExtraLight Italic'), url('../fonts/PeugeotNewExtraLightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Light'), url('../fonts/PeugeotNewLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Light Italic'), url('../fonts/PeugeotNewLightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Bold'), url('../fonts/PeugeotNewBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Bold Italic'), url('../fonts/PeugeotNewBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Black';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Black'), url('../fonts/PeugeotNewBlack.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Peugeot New Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Peugeot New Black Italic'), url('../fonts/PeugeotNewBlackItalic.woff') format('woff');
    }


body{
   font-family: 'Peugeot New Regular';
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }


html{
   padding-bottom: 0;
}

h1{
   font-size: 32px;
   font-family: 'Peugeot New Bold';
   line-height: 35px;
}

h2{
font-family: 'Peugeot New Bold';
font-size: 20px;
}

h3{
   font-family: 'Peugeot New Bold';
}

a{
   color: #0074E8;
}
section.body-cotizar{
   padding: 100px 0;
}

section.body-cotizar h1{
   color: #0074E8;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
   padding-bottom: 20px;
}

section.body-cotizar h1 span{
   display: block;
   color: #3B3938;
}


section.body-cotizar h2{
   color: #3B3938;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
   line-height: 30px;
}

section.body-cotizar h2 span{
   color: #0074E8;
  
}

section.body-cotizar p.breve{
    text-align: center;
}



section.body-cotizar .categoria-title{
   display: flex;
}

section.body-cotizar .categoria-title .number{
   background-color: #0074E8;
   display: block;
   padding: 10px;
   color: #fff;
   width: 60px;
   height: 40px;
   font-size: 24px;
   text-align: center;
    line-height: 20px;
    font-family: 'Peugeot New Bold';
}

section.body-cotizar .categoria-title h2{
   color: #3B3938;
       margin: 0;
    margin-top: 10px;
    margin-left: 15px;

}

section.body-cotizar a.modelo-item {

}

section.body-cotizar a.modelo-item .line{
   width:100%;
   display: block;
   height: 2px;
   background: linear-gradient(to right, #0074E8 50%, #D4D4D4 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 2s ease;
}

section.body-cotizar a.modelo-item h3{
   font-size: 14px;
  color: #3B3938;
  text-align: center;
  margin-top: 20px;
}


section.body-cotizar  a.modelo-item:hover {
   text-decoration: none;
}


section.body-cotizar  a.modelo-item:hover .line {
      background-position:left bottom;
}


section.body-cotizar  .form-control {
    font-size: 12px;
    color: #3B3938;
    font-weight: 300;
    border: transparent;
    border: 1px solid #D4D4D4;
    border-radius: 0;
    padding: 8px;
    height: 40px;
    margin-bottom: 10px;
    font-family: 'Peugeot New Regular';
    position: relative;
        -webkit-appearance: none;
    background-color: transparent;
}

section.body-cotizar select option{
   color: #3B3938;
   font-family: 'Peugeot New Regular';
}

section.body-cotizar .radio-block label {
    padding-left: 5px;
    font-size: 10px;
    color: #787B80;
}
section.body-cotizar  .custom-control-label::before {
    border: 2px solid #cd1130;
    border-radius: 0;
}


section.body-cotizar .custom-control-label::after {
    top: -1px;
    left: -27px;
    width: 20px;
    height: 20px;
    /*top: 10px;
    left: -27px;
    width: 20px;
    height: 20px;
    border-left: 0;
    border-bottom: 0;*/
}

section.body-cotizar .custom-control-label::before {
    border: 1px solid #D4D4D4;
    background-color: transparent;
    width: 20px;
    height: 20px;
    top: -1px;
    /*top: 7px;*/
    left: -27px;
}

section.body-cotizar .custom-control-input:checked~.custom-control-label::before {
    background-color: #0074E8!important;
}

section.body-cotizar input::-webkit-outer-spin-button,
section.body-cotizar input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

section.body-cotizar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3B3938;
}
section.body-cotizar input::-moz-placeholder { /* Firefox 19+ */
  color: #3B3938;
}
section.body-cotizar input:-ms-input-placeholder { /* IE 10+ */
  color: #3B3938;
}
section.body-cotizar input:-moz-placeholder { /* Firefox 18- */
  color: #3B3938;
}

section.body-cotizar  .btn-cotizador {
    background-color: #0074E8;
    color: #fff;
    border: none;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    width: 350px;
    max-width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 0;
}


section.body-cotizar  .combo-prese:after {
    position: absolute;
    content: "";
    background: url(../img/cotizar/ico-down-blue.svg) no-repeat;
    font-size: 14px;
    color: #000;
    pointer-events: none;
    top: 10px;
    right: 24px;
    height: 24px;
    width: 24px;
    display: block;
}


.radio-block{
    position: relative;
}


section.body-cotizar .radio-block label.error{
    position: absolute;
    bottom: -4px;
    color: #E20411;
}

section.body-cotizar .alert-success{
    background-color: #E20411!important;
    color: #fff!important;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width:400px) {
    section.body-cotizar .categoria-title h2{
        margin-top: 3px;
        font-size: 16px;
        text-align: left;
    }
}