@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 132px;
    background-color: #fff;
}

.barra {
    background-color: #EC008B;
    height: 49px;
    padding-right: 33px;
}
.barra .social {
    float: right;
    margin-top: -45px;
    margin-right: 95px;
}
.social a img {
    margin-right: 20px;
    width: 34px;
}
.negrita {
    font-weight: bold;
    color: #10863d;
    display: block;
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

section#inicio {
    width: 100%;
    height: 654px;
    color: #fff;
    margin-top: -13px;
    /*background-position: 0px 154px;*/
}

.problemas {
    background-image: url("../img/problemas.jpg");
    width: 100%;
    height: 640px;
    display: grid;
    grid-template-columns: calc(63% - 55px) calc(37% - 55px);
    grid-column-gap: 110px;
    align-items: center;
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
}

    .problemas .recuadro {
        justify-self: right;
    }

    .problemas p {
        color: #E8AE4A;
    }

a.consulta {
    color: #fff;
    padding: 23px 46px;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #B08639;
    border-radius: 10px;
}

#quienessomos .cuerpo {
    display: grid;
    grid-column-gap: 94px;
    grid-template-columns: calc(45.7% - 47px) calc(54.3% - 47px);
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
    margin-bottom: 205px;
}

    #quienessomos .cuerpo h1 {
        grid-column: 1/3;
    }

#promos .cuerpo h1, #areas .cuerpo h1 {
    grid-column: 1/3;
    color: #58585B;
}

#promos .cuerpo {
    display: grid;
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
    margin-right: auto;
    margin-left: auto;
    max-width: max-content;
}

  /*  #promos .cuerpo {
        display: grid;
        grid-column-gap: 50px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-right: auto;
        margin-left: auto;
        max-width: 1105px;
    }*/


#interesar-nota .cuerpo {
    display: grid;
    grid-template-columns: 1fr;
    margin-right: auto;
    margin-left: auto;
    max-width: 1105px;
}

#areas {
    padding-bottom: 140px;
}

#aduanero {
    background-image: url("../img/aduanero.jpg");
    max-width: 335px;
    height: 378px;
    z-index: 200;
}

#impositiva {
    background-image: url("../img/impositiva.jpg");
    max-width: 335px;
    height: 378px;
    z-index: 200;
}

#comercio {
    background-image: url("../img/comercio_exterior.jpg");
    max-width: 335px;
    height: 378px;
    z-index: 200;
}

#info {
    background-color: #000000e0;
    max-width: 275px;
    height: 398px;
    opacity: 0;
    padding: 30px;
    line-height: 23px;
}

#aduanero:hover #info, #comercio:hover #info, #impositiva:hover #info {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
}

.areas p {
    color: #fff;
    opacity: 0;
}

#aduanero:hover p, #comercio:hover p, #impositiva:hover p {
    opacity: 1;
    -webkit-transition: opacity 1.6s;
    -moz-transition: opacity 1.6s;
    -o-transition: opacity 1.6s;
}

#servicios {

    width: 100%;
    /*height: 500px;*/

}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    margin-top: 95px;
    margin-bottom: 40px;
}

#contacto h1 {
    color: #fff;
}

#quienessomos h1, #areas h1, #rubros h1 {
    color: #58585B;
}

#productos h1 {
    color: #000000;
    margin-top: 0px;
    text-align: right;
}

#productos {
    background-image: url("../img/productos.jpg");
    padding-top: 50px;
    padding-bottom: 100px;
}

.areas .titulo {
    font-family: 'DM Serif Display', serif;
    font-size: 25px;
    color: #fff;
    background-color: #2D4172;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

#servicios .cuerpo {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-items: center;
    margin: 0 auto;
    grid-gap: 90px;
    width: max-content;
    color: #fff;
    height: fit-content;
}

#servicios .detalle {
    position: relative; 
    background-color: #888991;
    padding-bottom: 80px;
    padding-top: 1px;
}

    #servicios .detalle:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding-top: 1px;
        background-image: url(../img/fondo-servicios.jpg);
        opacity: 0.2;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

.ih-item.circle {
    z-index: 3;
}


.titular {
    background-color: #BABEBDB3;
    text-align: center;
    padding: 0 30px;
}

    .titular img {
        border-radius: 137px;
    }

.asociados img {
    border-radius: 112px;
}

.asociados {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #BABEBD78;
    justify-items: center;
    grid-row-gap: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
}

#promos .cuerpo .nota {
    max-width: 475px;
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#interesar-nota .cuerpo .nota {
    max-width: 100%;
    border: 1px solid #ccc;
    padding-bottom: 30px;
}

#promos h2 {
    font-weight: bold;
    display: block;
    margin: 25px 22px 19px 22px;
    font-size: 20px;
    color: #000;
    line-height: 23px;
}

#interesar-nota h2 {
    font-weight: bold;
    display: block;
    margin: 40px 80px 35px 80px;
    font-size: 30px;
    color: #000;
    line-height: 35px;
}

#promos p {
    display: block;
    margin: 25px 22px 25px 22px;
    line-height: 24px;
    font-size: 18px;
}

.oferta {
    display: grid;
}

#promos div.oferta p {
    font-size: 26px;
    line-height: 34px;
    align-self: center;
}

        #promos div.oferta p span {
            display: block;
            font-size: 32px;
        }

#interesar-nota p {
    display: block;
    margin: 0px 80px 25px 80px;
    line-height: 20px;
}

    #interesar-nota p.puntoseguido {
        display: block;
        margin: 0px 80px;
        line-height: 20px;
    }

.subrayado {
    text-decoration: underline;
}

#interesar-nota p.copete {
    display: block;
    margin: 0px 80px 25px 80px;
    line-height: 20px;
    font-size: 18px;
}

#interesar-nota .cuerpo a.ver-todas {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #000;
    font-weight: bold;
    float: right;
}

#interesar .cuerpo a.ver-todas {
    grid-column: 1/4;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
    color: #000;
    font-weight: bold;
}

.separador {
    margin-right: 20px;
    margin-left: 23px;
}

.boletin {
    grid-column: 1/4;
    background-color: #2D4172;
    margin-bottom: 75px;
    font-family: 'DM Serif Display', serif;
    color: #fff;
    font-size: 23px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    justify-items: center;
    align-items: center;
    padding-left: 50px;
}

    .boletin img {
        float: right;
    }

#productos .cuerpo {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
}

.producto {
    height: 600px;
    background: #ffffff87;
    padding: 25px 15px;
}

.argentina {
    grid-row: 1/5;
    /*display: flex;*/
    /*align-items: center;*/
}
/*.logos {*/
/*  height: 180px;*/
/*  background-color: #BBBDBF;*/
/*  margin-bottom: 20px;*/
/*  margin-top: 150px;*/
/*}*/
section#contacto {
    background-image: url("../img/contacto.jpg");
    width: 100%;
    height: 655px;
}

.asociados div {
    display: grid;
    justify-items: center;
    padding: 0 30px;
}

.asociados p, .titular p {
    text-align: center;
    line-height: 21px;
}

.nombre {
    display: block;
}

.recuadro {
    border: 1px solid #fff;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    border-radius: 15px;
    color: #fff;
    font-size: 55px;
    padding: 70px 50px 100px 50px;
    margin-left: 60px;
}

#quienessomos .cuerpo p {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
}

#inicio .nombre {
    font-family: 'DM Serif Display', serif;
    font-size: 38px;
    margin-left: 115px;
    padding-top: 70px;
    line-height: 60px;
    position: absolute;
    z-index: 1000;
    text-shadow: 0px 4px #000000;
}

    #inicio .nombre span.mazza {
        font-size: 55px;
        display: block;
        margin-bottom: 15px;
        line-height: 54px;
        max-width: 500px;
    }

#inicio form {
    background-color: #ffffff96;
    top: 420px;
    right: 80px;
    padding: 38px 38px 24px 38px;
    /*width: -moz-fit-content;
    width: fit-content;*/
    max-width:800px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 22px;
    align-items: end;
    /*margin-bottom: 107px;*/
    position: absolute;
    z-index: 1000;
}

input {
    width: calc(100% - 16px);
    height: 27px;
    margin-top: 10px;
    border: 2px solid transparent;
    background-color: #ffffffa8;
    padding-left: 8px;
    padding-right: 8px;
}

form p {
    line-height: 23px;
    margin-bottom: 5px;
    color: black;
}

textarea {
    margin-top: 10px;
    height: 66px;
    background-color: #ffffffa8;
    width: calc(100% - 16px);
    border: 2px solid transparent;
    padding-left: 8px;
    padding-right: 8px;
}

button {
    grid-column: 1/3;
    margin-top: 16px;
    width: 180px;
    justify-self: right;
    height: 30px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#interesar a, #interesar-nota a {
    text-decoration: none;
}

.asociados .nombre, .titular .nombre {
    color: #2D4172;
    font-family: 'DM Serif Display', serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
}

img.fijo {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    z-index: 2000;
}

#contacto .cuerpo {
    margin-left: 80px;
    display: grid;
    /*grid-template-columns: calc(58% - 47px) calc(42% - 47px);*/
    /*grid-column-gap: 94px;*/
    grid-template-columns: calc(90% - 350px) 350px;
    grid-column-gap: 10%;
    /*grid-template-columns: 52% 37%;*/
    /*grid-column-gap: 11%;*/
    max-width: 850px;
    margin-right: 80px;
}

#contacto h1 {
    grid-column: 1/3;
}

#contacto p {
    padding: 11px 30px;
    background-color: #000000c4;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px;
}

#contacto .iconos {
    width: 100%;
    background: #ffffff66;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#contacto input {
    height: 35px;
    margin-top: auto;
    margin-bottom: 15px;
}

#contacto textarea {
    margin-top: initial;
    height: 100px;
}

#contacto button, #inicio button {
    background: #10863dd1;
    float: right;
}

.nav li {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    vertical-align: top;
}

li a {
    color: #2D4172;
    text-decoration: none;
}

.nav {
    display: grid;
    grid-template-columns: 265px auto;
}

nav {
    width: 100%;
    height: 134px; /*148*/
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    background-color: white;
    z-index: 2000;
}

    nav ul {
        list-style-type: none;
        padding-top: 40px;
        display: flex;
        align-items: baseline;
        height: 62px;
    }

    nav li {
        display: inline-block;
        line-height: 50px;
    }

        nav li a {
            display: block;
            line-height: 10px; /*35*/
        }

a.active {
    border-bottom: 2px solid #008061;
    padding-bottom: 10px;
}

.nav-mobile {
    display: none;
}

.barra {
    grid-column: 1/3;
}

.iso-logo {
    margin-top: 9px;
    width: -moz-fit-content;
    justify-self: right;
    margin-bottom: 17px;
}

.degrade {
    background: rgba(220,193,94,1);
    background: -moz-linear-gradient(left, rgba(220,193,94,1) 0%, rgba(151,115,48,1) 71%, rgba(151,115,48,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(220,193,94,1)), color-stop(71%, rgba(151,115,48,1)), color-stop(100%, rgba(151,115,48,1)));
    background: -webkit-linear-gradient(left, rgba(220,193,94,1) 0%, rgba(151,115,48,1) 71%, rgba(151,115,48,1) 100%);
    background: -o-linear-gradient(left, rgba(220,193,94,1) 0%, rgba(151,115,48,1) 71%, rgba(151,115,48,1) 100%);
    background: -ms-linear-gradient(left, rgba(220,193,94,1) 0%, rgba(151,115,48,1) 71%, rgba(151,115,48,1) 100%);
    background: linear-gradient(to right, rgba(220,193,94,1) 0%, rgba(151,115,48,1) 71%, rgba(151,115,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcc15e', endColorstr='#977330', GradientType=1 );
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #212121;
    font-family: "Open Sans", sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #212121;
    font-family: "Open Sans", sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #212121;
    font-family: "Open Sans", sans-serif;
}

input:focus, textarea:focus {
    border: 2px solid #1b75bc;
    outline: none;
}

input:hover, textarea:hover {
    -webkit-box-shadow: 0px 0px 8px 0px #1b75bc;
    -moz-box-shadow: 0px 0px 8px 0px #1b75bc;
    box-shadow: 0px 0px 8px 0px #1b75bc;
}

span.texto {
    justify-self: right;
}

#interesar h1 {
    margin-top: 45px;
}

#areas h1 {
    margin-top: 55px;
}

#info ul {
    color: #fff;
    list-style: none;
}

#info li::before {
    content: "-";
    padding-right: 8px;
    list-style-position: initial;
    margin-left: -14px;
}

.li-g {
    margin-left: 14px;
}

    .li-g::before {
        /*display: list-item;*/
        content: "-";
        padding-right: 8px;
        list-style-position: initial;
        margin-left: -14px;
    }

#interesar .cuerpo .nota img {
    width: 100%;
}

#interesar-nota .cuerpo .nota img {
    width: calc(100% - 160px);
    margin: 0px 80px 55px 80px;
}

.barra {
    position: fixed;
    top: 86px; /*92*/
    width: 100%;
}

.botonera {
    margin-right: 115px;
    justify-self: right;
}

.boletin .texto {
    grid-column: 1/3;
}

.boletin a.consulta {
    margin-top: initial;
    padding: 9px 26px;
    margin-left: 10px;
}

form span {
    display: block;
    font-weight: bold;
}

span.guion::before, span.guion::after {
    content: ' ';
}

#contacto p.error-mail {
    padding: 10px 30px;
    background-color: #e80e0e91;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

#inicio p.error-mail {
    padding: 10px 30px;
    background-color: #e80e0e91;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
    width: 350px;
    margin-left: 448px;
    text-align: end;
}

#contacto p.ok-mail {
    padding: 10px 30px;
    background-color: #33bd2e91;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
    text-align: end;
}

#inicio p.ok-mail {
    padding: 10px 30px;
    background-color: #33bd2e91;
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
    width: 350px;
    margin-left: 448px;
    text-align: end;
}

#resultado2 {
    clear: right;
    margin-top: 55px;
}

::-moz-placeholder, ::-webkit-input-placeholder {
    font-size: 13.3333px;
}

h3 {
    margin: 0px 80px;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 21px;
}

.caja-tabs {
    /*width: calc(100% - 0px);*/
    width: 100%;
}

table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 16px;
}

.col1 {
    width: 140px;
}

.col2 {
    width: 420px;
}

.col3 {
    width: 675px;
}

tr {
    height: 30px;
}

    tr:nth-child(even) {
        background: #dddddd82
    }

    tr:nth-child(odd) {
        background: #ffffff82
    }

.texto {
    background-color: #10863d1f;
    padding: 30px 40px 10px 40px;
    border: 1px solid #10863d59;
}

tr td:first-child {
    padding-left: 10px;
}

.tabla-titulo {
    /*  background-color: #9c9c9c;-ms, -moz, -webkit, -op*/
    background: linear-gradient(to #9c9c9c, #9c9c9c, white 80%, orange);
    background: -ms-linear-gradient(left, #9c9c9c, #ffffff);
    background: -moz-linear-gradient(left, #9c9c9c, #ffffff);
    background: -webkit-linear-gradient(left, #9c9c9c, #ffffff);
    background: -o-linear-gradient(left, #9c9c9c, #ffffff);
    color: #fff;
    font-weight: bolder;
    padding: 10px;
    margin-top: 60px;
    max-width: 1295px;
    margin-right: auto;
    margin-left: auto;
}

#rubro {
    padding-bottom: 80px;
    min-height: 675px;
}

    #rubro .encabezado {
        margin-top: -29px;
        height: 270px;
    }

    #rubro .encabezado.mineria {
        background-image: url("../img/mineria-1.jpg");
    }

    #rubro .encabezado.agro {
        background-image: url("../img/rubro-agro.jpg");
    }

    #rubro .encabezado.industria {
        background-image: url("../img/industria1.jpg");
        background-position-x: center;
    }

    #rubro .encabezado.caminos {
        background-image: url("../img/caminos-no-pavimentados.jpg");
    }    
    
    #rubro .encabezado.aguas {
        background-image: url("../img/piscinas1.jpg");
    }

    #rubro .encabezado.efluentes {
        background-image: url("../img/aguas-efluentes.jpg");
    }

    #rubro .encabezado.superficies {
        background-image: url("../img/tratamiento-superficies.jpg");
        background-position-x: center;
    }

    #rubro .encabezado.detergentes {
        background-image: url("../img/detergentes1.jpg");
    }

section#rubros {
    padding-top: 50px;
    padding-bottom: 122px;
}

#rubros h1 {
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    max-width:1150px;
}

.encabezado-rubro {
    position: absolute;
    top: 190px;
    left: 200px;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    text-shadow: 0px 4px #000000;
    font-size: 48px;
}

.separadorTabla {
    padding-bottom: 25px;
    border-bottom: 1px solid #10863d;
    display: block;
    max-width: 1235px;
    margin-right: auto;
    margin-left: auto;
}

.tablas-rubros, .tab-pane {
    margin-right: auto;
    margin-left: auto;
    max-width: 1310px;
    overflow-x: auto;
}

    .tablas-rubros table, .tab-pane table {
        width: 1235px;
    }

.tipo-producto {
    max-width: 1235px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-weight: bold;
}

.tablas-rubros td {
    padding-top: 7px;
}

#rubro .items a {
    text-decoration: none;
    color: #000;
    border: 1px solid;
    padding: 2px;
    margin-top: 4px;
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 4px;
    margin-right: 8px;
    background-color: #b3e0565c;
}

    #rubro .items a div {
        width: 6px;
        height: 12px;
        /*border: 2px solid #555;*/
        background: #fff;
        -moz-border-radius: 0 100px 100px 0;
        -webkit-border-radius: 0 100px 100px 0;
        border-radius: 0 100px 100px 0;
        /***/
        border-top-color: #000;
        border-top-style: solid;
        border-top-width: 1px;
        border-right-color: #000;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: #000;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        display: inline-block;
        margin-right: 3px;
        margin-bottom: -1px;
        margin-left: -3px;
    }

#rubro div.items {
    max-width: 1300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.negrita2 {
    font-weight:bold;
}

#rubro ul {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 25px;
}

#rubro ol {
    list-style: disc;
    margin-left: 40px;
}

#rubro .desarrollo p {
    margin-bottom: 25px;
}

#rubro .encabezado p {
    margin-bottom: 25px;
    height: 140px;
    display: flex;
    align-items: flex-end;
}

#rubro ul > li {
    margin-top: 13px;
}

#rubro ol > li {
    margin-top: 5px;
}

#rubro div.desarrollo {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 20px;
}

/*#rubro img {
    margin-right: 10px;
}*/

.desplazamiento {
 /*   max-width: 1295px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -45px;*/
    display: none;
}




/*    #rubro p {
background-color: blueviolet;
height: 140px;
display: flex;
align-items: flex-end;
}

*/

img {
    vertical-align: middle;
    /*border-style: none;*/
}

.descarga {
    max-width: 1295px;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: -45px;*/
    margin-top: 55px;
}

.tipo-producto a {
    text-decoration: none;
    color: #10863d;
}

div.wow > p {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

.tarjeta {
    max-width: 990px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 100px auto 120px auto;
}

.tarjeta-2 {
    max-width: 990px;
    margin: 0 auto;
    background-color: #ccc;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

    .tarjeta-2 img {
        width: 305px;
        border-radius: 12px;
        margin: 16px 25px 16px 0;
    }

    .tarjeta-2 div {
        margin: 50px 85px 0px 85px;
    }

        .tarjeta-2 div h2 {
            font-size: 34px;
            font-family: 'Oswald', sans-serif;
        }

        .tarjeta-2 div p {
            font-size: 24px;
            line-height: 28px;
            margin-top: 20px;
        }

.tarjeta div {
    border-right: 2px solid #ccc;
}

    .tarjeta div p {
        color: #808284;
        font-size: 34px;
        line-height: 46px;
        text-align: right;
        margin-right: 47px;
        margin-bottom: inherit;
    }

.tarjeta span {
    color: #4c4c4c;
    font-size: 22px;
    line-height: 28px;
    align-self: center;
    margin-left: 40px;
    font-weight: bold;
}

.nota div {
    background-color: #EC008B;
    color: #fff;
}

.nota .detalle {
    grid-column: 1/3;
    background-color: inherit;
    color: #000;
}

.precio {
    width: 90px;
    height: 90px;
    background-color: #008061;
    border-radius: 50%;
    position: relative;
    right: -10px;
    bottom: 75px;
    color: #fff;
    -webkit-box-shadow: 3px 3px 7px #6f6f6f;
    -moz-box-shadow: 3px 3px 6px #6f6f6f;
    filter: shadow(color=#6f6f6f, direction=135, strength=2);
    line-height: 90px;
    text-align: center;
    font-size: 17px;
    border: solid 1px #fff;
    float: right;
}


.detalle > img {
    float: right;
    /* position: relative; */
    /* bottom: -55px; */
    shape-outside: url(../img/falso-precio.png);
    shape-image-threshold: 0.5;
    shape-margin: 20px;
    margin-top: 50px;
}

.barra p {
    text-align: center;
    color: #fff;
    padding-top: 17px;
}

#servicios h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 80px;
}

.fondotexto-enc p.light {
    font-weight: lighter;
    font-size: 22px;
    line-height: 30px;
    margin-top: 60px;
}

.fondotexto-enc p.descripcion {
    font-weight: lighter;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}

.fondotexto-enc p {
    margin: inherit;
}

.descripcion-slide {
    display: grid;
    justify-content: center;
    height: inherit;
    align-content: center;
}

#quienessomos img {
    width: 100%;
}

.nota > img.promo-imagen {
    width: 100%;
}

.info p span {
    margin: 6px 0px;
    list-style: disc;
    display: list-item;
}

#promos .cuerpo .aclaracion {
    grid-column: 1/3;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #efeb71;
    line-height: 21px;
    text-align: center;
}

#promos .cuerpo .aclaracion2 {
    grid-column: 1/3;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 22px;
    line-height: 21px;
}

span.segunda-l {
    margin-top: 10px;
    display: block;
}

.mensaje-mail {
    margin-top: 60px;
}

#contacto a img {
    margin-top: 7px;
    margin-right: 8px;
}