html {
    line-height: 1.4;
}

body {
    display: flex;
    min-height: 100vh !important;
    flex-direction: column;
}

img {
    display: block !important;
    width:100%;
}

main {
    display: inline;
}

a:hover, a:focus {
    box-shadow: none !important;
}

nav a.sidenav-trigger {
    display: inline;
}
/* ///////// COLLAPSIBLE TEXTO GALERIA //////// */
/* //////////////// MATERIALIZE RESET //////////////// */

.card-input {
    height: 40px;
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}

    .card-input input[type="text"]:not(.browser-default) {
        height: 40px;
        padding: 0 16px;
        margin-bottom: 0;
        border-bottom: none;
        width: calc(100% - 72px);
    }

        .card-input input[type="text"]:not(.browser-default):focus:not([readonly]) {
            border-bottom: none;
            box-shadow: none;
        }

    .card-input i {
        line-height: 40px;
        margin-right: 8px;
        vertical-align: top;
        cursor: pointer;
    }

.btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.container {
    width: 100% !important;
    max-width: 1065px !important;
}

.divider {
    background-color: #a9a9a9;
    margin: 10px 0 !important;
}

.dropdown-content {
    top: 40px !important;
    width: 190px !important;
}

.sidenav {
    width: 250px !important;
}
/* //////////////// NUEVOS //////////////// */
.loading {
    height: 40px;
    background: #ef1b1d;
    width: 1vh;
    position: absolute;
    top: 0px;
    left: 0;
}

.card-title2 {
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 7px !important;
}

.borderadius6 {
    border-radius: 6px;
    overflow: hidden;
}

.contmenudiario {
    height: 250px;
    overflow: hidden;
    box-shadow: inset -3px 12px 16px 6px #00000047;
}

.rotardiario {
    margin: auto;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    box-shadow: -9px 9px 10px 1px #00000040;
}

.navmobile {
    height: 70px !important;
    line-height: 70px !important;
    padding: 10px 0;
    opacity: 10 !important;
}

.elperuano_logo {
    width: 100%;
    max-width: 400px;
}

.editoraperu_logo {
    width: 100%;
    max-width: 200px;
}

.elperuano_blanco_logo {
    width: 100%;
    max-width: 180px;
}

.z-depth-03 {
    -webkit-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.001), 0px 0px 0px 0px rgba(0, 0, 0, 0.001), 5px 5px 10px 0px rgba(0, 0, 0, 0.001);
    box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.001), 0px 0px 0px 0px rgba(0, 0, 0, 0.001), 5px 5px 10px 0px rgba(0, 0, 0, 0.001);
}

.border1white {
    border-bottom: 1px solid #ffffff !important;
}
/* //////////////// RESET //////////////// */
.navnew {
    height: 40px;
    line-height: 40px;
}

.relative {
    position: relative !important;
}

.no-height {
    height: inherit !important;
}

.inlineblock {
    display: inline-block;
}

.dawn-pink {
    background: #eadcd1 !important;
}

.width100 {
    width: 100%;
}
/* //////////////// SEKELETON SCREEN //////////////// */
/* ////////////// TIME LINE /////////////// */
/* //////////////// FECHERO //////////////// */
/* //////////////// LINKS //////////////// */
a {
    color: inherit !important;
}

    a:visited.seccionrojo {
        color: #B71C1C !important;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    a:hover.seccionrojo {
        color: #777b7d !important;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    a:visited.bajada {
        color: rgba(0, 0, 0, 0.87) !important;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
    }

    a:hover.bajada {
        color: rgba(0, 0, 0, 0.87) !important;
        text-decoration: underline;
        -webkit-tap-highlight-color: transparent;
    }

figure:hover img {
    filter: opacity(.8);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

figure {
    overflow: hidden;
}
/* //////////////// SCROLLS //////////////// */
/* /////////////// INDICATOR ////////////////// */
/* //////////////// TRUNCATE //////////////// */

.truncate05 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/* //////////////// BOTONES //////////////// */

.btn.btn-sociales {
    background: #ffffff;
    color: #6b6b6b !important;
    border: 1px solid #cccccc;
    width: 33px;
    height: 33px;
    border-radius: 5px;
    margin: 0px 0px 0px 10px !important;
}

    .btn.btn-sociales:hover {
        background: #eee;
        color: #846f61 !important;
        border-color: #b19f92;
    }

.btn.light-orange {
    background: #ebdcd2;
    border: 1px solid #ffffff;
}

    .btn.light-orange:hover {
        background: #fff;
        color: #846f61 !important;
        border-color: #b19f92;
    }
/* //////////////// PUBLICIDAD LATERAL //////////////// */
.publicidadlat.pub-left {
    left: 49%;
    position: absolute;
    margin-left: -660px;
    z-index: -10;
}

.publicidadlat.pub-right {
    right: 48.6%;
    position: absolute;
    margin-right: -655px;
    z-index: -10;
}
/* //////////////// CONTAINER //////////////// */
/* //////////////// CAJAS FOTOGRAFICAS //////////////// */
figure {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

figure:before {
    content: '';
    display: block;
}
/* //////////////// FUENTES ///////////////// */
h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.7rem;
}

.ffserif {
    font-family: 'ibpmplex', serif;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-Thin.ttf );
    font-weight: 100;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-ThinItalic.ttf );
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-ExtraLight.ttf );
    font-weight: 200;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-ExtraLightItalic.ttf );
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-Light.ttf );
    font-weight: 300;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-LightItalic.ttf );
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-Regular.ttf );
    font-weight: 400;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-Medium.ttf );
    font-weight: 500;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-MediumItalic.ttf );
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-SemiBold.ttf );
    font-weight: 600;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-SemiBoldItalic.ttf );
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-Bold.ttf );
    font-weight: 700;
}

@font-face {
    font-family: 'ibpmplex';
    src: url( ../fonts/IBMPlexSerif-BoldItalic.ttf );
    font-weight: 700;
    font-style: italic;
}

.mayuscula {
    text-transform: uppercase !important;
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2.200rem;
    }
}

@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.170rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2.255rem;
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.172rem;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 2.260rem;
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.173rem;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 2.265rem;
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.174rem;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2.270rem;
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.175rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.275rem;
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.180rem;
    }

    h1 {
        font-size: 2.580rem;
    }

    h2 {
        font-size: 2.280rem;
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.185rem;
    }

    h1 {
        font-size: 2.585rem;
    }

    h2 {
        font-size: 2.285rem;
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.190rem;
    }

    h1 {
        font-size: 2.590rem;
    }

    h2 {
        font-size: 2.290rem;
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.195rem;
    }

    h1 {
        font-size: 2.595rem;
    }

    h2 {
        font-size: 2.295rem;
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.200rem;
    }

    h1 {
        font-size: 2.600rem;
    }

    h2 {
        font-size: 2.300rem;
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.205rem;
    }

    h1 {
        font-size: 2.605rem;
    }

    h2 {
        font-size: 2.305rem;
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.210rem;
    }

    h1 {
        font-size: 2.610rem;
    }

    h2 {
        font-size: 2.310rem;
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.215rem;
    }

    h1 {
        font-size: 2.615rem;
    }

    h2 {
        font-size: 2.315rem;
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.220rem;
    }

    h1 {
        font-size: 2.620rem;
    }

    h2 {
        font-size: 2.320rem;
    }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.225rem;
    }

    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2.325rem;
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.230rem;
    }

    h1 {
        font-size: 2.630rem;
    }

    h2 {
        font-size: 2.330rem;
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.235rem;
    }

    h1 {
        font-size: 2.635rem;
    }

    h2 {
        font-size: 2.335rem;
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.240rem;
    }

    h1 {
        font-size: 2.640rem;
    }

    h2 {
        font-size: 2.340rem;
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.245rem;
    }

    h1 {
        font-size: 2.645rem;
    }

    h2 {
        font-size: 2.345rem;
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.250rem;
    }

    h1 {
        font-size: 3.0rem;
    }

    h2 {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2.200rem;
    }
}

.fz08 {
    font-size: 0.8rem !important;
}

.fz09 {
    font-size: 0.9rem !important;
}

.fz12 {
    font-size: 1.2rem !important;
}

.fz13 {
    font-size: 1.3rem !important;
}

.fz15 {
    font-size: 1.5rem !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.lh10 {
    line-height: 10px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh55 {
    line-height: 55px !important;
}

.lh70 {
    line-height: 70px !important;
}
/* ///// PADDING /////// */
.no-padding {
    padding: 0 !important;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.paddingright10 {
    padding-right: 10px !important;
}

.paddinglat5 {
    padding: 0 5px !important;
}

.paddinglat10 {
    padding: 0 10px !important;
}

.paddinglat11 {
    padding: 0 11px !important;
}

.paddinglat20 {
    padding: 0 20px !important;
}

.paddinglat30 {
    padding: 0 30px !important;
}

.paddingtop5 {
    padding-top: 5px !important;
}

.paddingtop9 {
    padding-top: 9px !important;
}

.paddingbottom40 {
    padding-bottom: 40px !important;
}
/* ///// MARGIN /////// */
.marginauto {
    margin: auto !important;
}

.no-margin {
    margin: 0 !important;
}

.margin10 {
    margin: 10px !important;
}

.marginleft4 {
    margin-left: 4px !important;
}

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

.marginlat6 {
    margin: 0 6px !important;
}

.margintopbottom5 {
    margin: 5px 0 !important;
}

.margintopbottom25 {
    margin: 25px 0 !important;
}

.margintopbottom30 {
    margin: 30px 0 !important;
}

.margintop0 {
    margin-top: 0 !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.marginbottom0 {
    margin-bottom: 0 !important;
}

.marginbottom5 {
    margin-bottom: 5px !important;
}

.marginbottom9 {
    margin-bottom: 9px !important;
}

/* ///////// MEDIA 1270 /////////*/
@media only screen and (max-width: 1270px) {
    #skyscraper {
        display: none;
    }
}
/* ///////// MEDIA 990 /////////*/
@media only screen and (max-width: 990px) {

    .card-title2 {
        font-size: 1.2rem;
        line-height: 19px;
    }
}
/* ///////// MEDIA 600 /////////*/
@media only screen and (max-width: 600px) {

    .card-title2 {
        font-size: 1.3rem;
    }

    .card-600 {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    }

    .paddinglat5-600 {
        padding: 0 5px !important;
    }

    .no-margin-600 {
        margin: 0 !important;
    }

    .white-600 {
        background: white !important;
    }

    .textaligncenter-600 {
        text-align: center !important;
    }

    .z-depth-03-600 {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a.waves-effect.waves-light.btn.light-orange.width100.z-depth-0 {
        font-size: .8rem !important;
        height: auto !important;
        margin: 0px !important;
    }
}
/* ///////// MEDIA 450 /////////*/
@media only screen and (max-width: 450px) {

    .card-title2 {
        font-size: 1.4rem;
        line-height: 25px
    }
}
/* ///////// MEDIA 390 /////////*/
@media only screen and (max-width: 390px) {

    .card-title2 {
        font-size: 1.2rem;
        line-height: 20px !important;
    }

    .elperuano_blanco_logo {
        max-width: 140px;
        margin-top: 10px !important;
    }
}


/*Animacion Loader*/

/*Prototipo Animacion When Loading*/

:root {
    --swiper-theme-color: #b71c1d;
    --swiper-navigation-size: 44px;
}
/* Common Styles */

/*Links param detalle def noticia*/

/*PROGRAMATICA*/


.content {
    padding-inline: 10px;
    font-size: 18px;
}
.content * {
    box-sizing: border-box;
}

.content h1 {
    font-weight: bold;
    margin: revert;
    margin-top: 0;
}

.content p a {
    color: #250b99 !important;
    font-weight: bold;
}
.content figure {
    margin-inline:  -10px !important;
}

.doc {
/*    display: flex;*/
/*    gap: 1em;*/
}

.doc figure {
    margin-inline:  0px !important;

}

.content .doc__doc {
    width: 300px;
    flex-shrink: 0;
    margin-inline: auto !important; 
    margin-bottom: 15px !important;
}


.comp {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.comp__flex {
    display: flex;
    align-items: center;
    gap: 1em;
}

.comp__flex img{
    width: 200px;
    flex-shrink: 0;
    object-fit: cover;
}
.comp__flex--revert {
    flex-direction: 1;
    flex-direction: row-reverse;
}
.comp__flex p {
    text-align: center;
}

.content dl {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.dl__container dd{
    margin-top: .5em;
}

.extra {
    font-size: 1.25em;
    border: 1px solid red;
    background: rgba(255, 0, 0, .15);
    text-align: center;
    padding: 1em;
}
.extra p {
    margin: 0;
}



       .leadform * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#leadform {
  margin: 25px auto;
}

#leadform p {
  all: revert;
}

#leadform .container-form {
  max-width: 550px;
  margin: 0 auto;
}

#leadform .form_inner {
  padding: 0 72px;
}

#form {
  padding: 40px 0;
  border-radius: 10px;
  background-image: linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
  animation: marching-ants 400ms infinite linear;
  background-color: #F1F1F0;
}

@keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0;
  }

  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px;
  }
}

#leadform .form__title {
  font-family: 'Oswald';
}

#leadform .form__title-h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-align: center !important;
  margin: 0;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #000000;
}

#leadform .form__title-h2 {
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
  font-size: 40px;
  line-height: 130%;
  text-align: center !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #D42323;
}

#leadform .form__requirement {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 14px 27px;
  margin: 25px 0 20px;
  background: linear-gradient(0deg, rgba(245, 187, 0, 0.1), rgba(245, 187, 0, 0.1)), #FFFFFF;
  border: 2px solid #F5BB00;
}

#leadform .form__label {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #000000;
  bottom: 10px;
  margin-top: 10px;
  display: block;
}

#leadform .form__input {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 100;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  margin: 10px 0 0;
}

#leadform .form__price {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  width: calc(100% - 8px);
  margin: 30px auto 0;
  padding: 16px 0;
}

#leadform .price__old {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #9B9B9B;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5em;
  gap: .5em;
}


#leadform .price__new {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: .15em .5em;
}
#leadform .price__new {
   flex-direction: column;
}
#leadform .price__text {
   text-align: center;
}
#leadform .price__new .price__price {
   font-size: 1.5em;
   font-weight: bold;
}

#leadform .oldPriceAndLabelForLandingInfoApi {
  text-decoration: line-through;
}

#leadform .priceAndLabelForLandingInfoApi {
  font-size: 1.15em;
  color: #D42323;
}

#leadform .form_understar {
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .8rem;
  line-height: 18px;
  text-align: center !important;
  color: #000000;
  margin: 10px;
}

#leadform .form-button {
  display: inline;
  background-color: #ED6D37;
  border-radius: 5px;
  border: none;
  width: 100%;
  text-align: center;
  padding: 9px 0 10px;
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  transition: .5s background-color;
}

#leadform .form-button:hover {
  background-color: #a74e28;
}

#leadform .form-bottom {
  margin-top: 20px;
  font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  background: #FFEEE1;
  border: 4px solid #ED6D37;
  border-radius: 10px;
  text-align: center;
  padding: 23px 40px;
}

#leadform .bottom_h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center !important;
  font-size: 32px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: .25em;
}

#leadform .bottom_h2 {
  font-weight: 600;
  text-align: center !important;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}

#leadform .bottom__update {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  text-align: center !important;
  background-color: #FFFFFF;
  padding: 8px 0;
  margin: 12px 0 22px;
}

#leadform .update-red {
  color: #D42323;
  text-transform: uppercase;
}

#leadform .bottom_underinfo {
  font-weight: 300;
  font-size: 16px;
  text-align: center !important;
  margin: 0;
  line-height: 130%;
}

@media screen and (max-width:550px) {
  #form {
    padding: 4.8vh 0;
  }

  #leadform .form_inner {
    padding: 0 4.2vw;
  }

  #leadform .form__requirement {
    font-size: 14px;
    padding: 1em;
  }

  #leadform .form__label {
    font-size: 16px;
  }

  #leadform .form__input {
    font-size: 16px;
  }

  #leadform .form-bottom {
    padding: 2.3vw 2vh;
  }

  #leadform .form__title-h1 {
    font-size: 28px;
  }

  #leadform .form__title-h2 {
/*    font-size: 30px;*/
  }

  #leadform .price__old {
    font-size: 16px;
  }

  #leadform .price__new {
    font-size: 24px;
  }


  #leadform .bottom_h1 {
    font-size: 2rem;
  }

  #leadform .bottom_h2 {
    font-size: 1.2rem;
  }

  #leadform .bottom__update {
    font-size: 1rem;
  }

  #leadform .bottom_underinfo {
    font-size: 1rem;
  }
}

@media screen and (max-width:375px) {
  #leadform .form__title-h1 {
    font-size: 20px;
  }

  #leadform .form__title-h2 {
    font-size: 34px;
  }

  #leadform .price__new {
    font-size: 20px;
  }
}

#leadform .price__specific {
  padding: 0 10px;
}

#leadform .form-img {
  width: 100%;
  max-width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;

}

#leadform .form-img img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 425px) {
  #leadform .form__price {
    flex-direction: column;
  }
}
@media screen and (max-width:480px) {
  #leadform .form-img {
    margin-bottom: 10px;
  }
}
    

.fbcontainer{
    padding: 10px 0;
}

.fbcontainer .block {
  display: block;
}
.facebook{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px #eee;
}

.fbhead{
    display: flex;
    justify-content: space-between;
}
.facebook {
    padding: .65rem;
}

.fbtitle{
    font-size: 20px;
    font-weight: 500;
}

.stars{
    color: #5890ff;
    cursor: pointer;
}
.stars__icon {
    display: flex;
    text-decoration: none;
}
.stars__icon span {
    margin-right: .5rem;
}
.stars__icon i {
    margin-right: .25rem;
}
.stars img{
    display: block;
    width: 16px;
    align-items: center;
}
.stars i:hover{
    color: #95b5f4;
}

.stars_number{
    font-weight: bold;
    margin-right: 5px;
}

.avatar{
    margin-right: 10px;
}

.avatars{
    position: relative;
    height: 35px;
    margin-bottom: 5px;
}

.avatars img{
    width: 35px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.avatars img:nth-child(1){
    position: absolute;
    z-index: 5;
}

.avatars img:nth-child(2){
    position: absolute;
    left: 27px;
    z-index: 4;
}

.avatars img:nth-child(3){
    position: absolute;
    left: 54px;
    z-index: 3;
}

.avatars img:nth-child(4){
    position: absolute;
    left: 81px;
    z-index: 2;
}

.avatars img:nth-child(5){
    position: absolute;
    left: 108px;
    z-index: 1;
}

.fbrecommends_numbers span{
    color: gray;
    font-size: 14px;
}

.fbrecommends_numbers i{
    color: #f36b7f;
    margin-right: 5px;
}

.fbrecommends{
    margin: 10px 0;
}

.lined{
    border-bottom: 1px solid gray;
}

.fbcomments{
    padding: 10px;
    box-shadow: 0px 10px 10px #eee;
    border-radius: 0 0 10px 10px;
}

.avatar img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.onecomment{
    background-color: #eeee;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    position: relative;
    margin-top: 10px;
}

.name, .date{
    color: gray;
}
.date span {
    color: gray;
    font-size: .75rem;
    font-weight: bold;
}
.name i{
    color: #f36b7f;
    margin: 0 5px;
}

.text{
    margin-top: 10px;
}

.fb-absolute{
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: none;
    text-align: center;
    color: #fff;
    line-height: 25px !important;
}

input[type='file']{
    opacity: 0;
    width: 1px;
    height: 1px;
}


#commentForm .form__avatar {
    overflow: hidden;
}
.avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.form__avatar{
    display: flex;
    width: 50px;
    height: 50px;
    background: url(../images/userpic.png);
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
}

.form__inputs{
    width: 100%;
}

#commentPush{
    width: 95%;
    background-color: #5890ff;
    color: #fff;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    max-width: 300px;
    margin-top: 10px;
}

#inputCommentText{
    width: 90%;
    border: 2px solid #eee;
    padding: 5px;
    margin-top: 10px;
    max-width: 290px;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
    background: #fff;

    font-size: 14px;
    
}

#inputCommentName{
    width: 90%;
    border: 2px solid #eee;
    padding: 5px;
    max-width: 290px;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
    height: revert;
    color: #000;

    font-size: 14px;
}

#inputCommentName:placeholder {
    color: #000;

}

#commentPush i{
    margin-left: 5px;
}
.fbcontainer a {
  font-weight: bold;
}
body {
  position: relative;
}
.bold {
    text-decoration: none;
    color: #000FA0 !important;
}
.fbrecommends_numbers a {
    color: #000FA0 !important;
}
.block a {
    color: #000FA0 !important;
    text-decoration: none;
}
#inputCommentName {
  display: block;
}
#inputCommentText {
  display: block;
}
.fb-absolute {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon__com img{
    width: 100%;
    max-width: 16px;
}
.fb-absolute img{
  width: 100%;
  max-width: 18px;
}
.icon__com img{
    max-width: 16px;
}
.name__first {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: .25em;
  padding-right: 26px;
  margin-bottom: .35rem;

}
    
.stars__icon {
    display: flex;
    align-items: center;
}

.comp__flex p {
    margin: 0;
}

.dl__container dt {
    font-weight: bold;
}
.content h2 {
    all: revert
}

@media screen and (max-width: 768px) {
    .comp__flex, .comp__flex--revert {
        flex-direction: column;
    }
    .comp__flex {
        gap: .5em;
    }
    .comp {
        gap: 2em;
    }

    

    .content .doc__doc {
       margin-inline: 0px !important; 
    }

    .content h1 {
        margin-top: 1em;
    }

    .extra {
        font-size: 1em;
        padding: .5em;
    }

    .fbcontainer {
        font-size: 16px;
        margin-inline: -10px;
    }
    #commentForm {
        margin-inline: 10px;
    }
    .rec {
        padding-right: 0 !important;
    }
}
#searchbox {
    border: none;
    flex-grow: 1;
}
.card-input {
    display: flex;
}

.search .icons{
    display: block;
}

.doc {
    padding: 10px;

    border: 1px solid #2f14da;
    background: rgba(64, 105, 237, .15);
}