*
{
    background-color: rgba(0,0,0,0);
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(50,50,50) /*CAMBIAR*/;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.2s ease;
}

body *
{
    display: block;
    position: relative;
}

body
{
    background-color: rgb(240,240,240);
}

style
{
    display: none;
}

script
{
    display: none;
}










/* HEADER */
.header
{
    z-index: 100;
    background-color: rgb(50,50,50,0.7);
    display: block;
    position: fixed;
    width: 250px;
    margin-left: 100%;
    margin-top: 30px;
    height: 215px;
    border-radius: 10px;
    clip-path: circle(100px at 86% 17%);
    -webkit-clip-path: circle(12% at 86% 14%);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 5px rgb(0,0,0,0.5);
}

.header:hover
{
    clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
    background-color: rgb(50,50,50);
}

.header1
{
    display: block;
}

.header1 ul
{
    padding: 0px;
    top: 50px;
    margin-left: 40px;
}

.header1 ul li a
{
    color: white;
    text-decoration: none;
    font-size: 25px;
}

.header1 ul li a:hover
{
    color: #cccccc;
}

.header1 svg
{
    fill: white;
    float: right;
    margin-right: 20px;
    margin-top: 14px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.movelogo
{
    display: block;
    position: fixed;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    border-radius: 10px;
    padding: 5px;
    margin-top: 26px;
    margin-left: -275px;
    transition: all 0.3s ease-in-out;
    display: none;
}

.movelogo img
{
    height: 40px;
}












/* HOME */
.homehead
{
    height: 80px;
    top: 0px;
    width: 100vw;
    left: 0px;
    margin-top: 10px;
    z-index: 50;
}

#logo
{
    margin-left: 50px;
    height: 50px;
    padding-top: 15px;
}

.homehead ul
{
    top: 0px;
    margin-top: 0px;
    position: absolute;
    right: 0px;
    margin-top: 26px;
    margin-right: 50px;
}

.homehead ul li
{
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.homehead ul li a
{
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    color: rgb(50,50,50);
}

.homehead ul li a:hover
{
    color: rgb(120,120,120);
}

.homeban
{
    display: table;
    position: relative;
    margin-top: 50px;
    width: 70%;
    height: calc(100vh - 200px);
}

.homeban2
{
    display: table-cell;
    position: relative;
}

.picture1, .picture2, .picture3, .picture4
{
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
}

.picture1
{
    background-image: url('banner1.jpg');
    opacity: 1;
}

.picture2
{
    background-image: url('banner2.jpg');
}

.picture3
{
    background-image: url('banner3.jpg');
}

.picture4
{
    background-image: url('banner4.jpg');
}

.pides
{
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transition: all 0.5s ease;
    color: rgb(100,100,100);
}

.hacemos
{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transition: all 0.5s ease;
    color: rgb(50,50,50);
}

.info
{
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6;
    margin-left: 20%;
    width: 60%;
    opacity: 0;
    text-align: justify;
    transition: all 0.5s ease;
}

.squares
{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
}

.square h2
{
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 22px;
}

.square
{
    opacity: 0;
    transition: all 0.5s ease;
}

.imghover
{
    width: 100%;
    filter: grayscale(100%);
    transition: all 0.2s ease;
}

.hover
{
    position: absolute;
    display: block;
    width: 150px !important;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.square img:hover
{
    filter: grayscale(0%);
}

#down
{
    display: block;
    width: 150px;
    height: 45px;
    margin-top: 50px;
    position: absolute;
    margin-left: calc(19vw - 75px);
    cursor: pointer;
    opacity: 0;
}

.formtitle
{
    text-align: center;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    color: rgb(220,220,220);
}

.formdescription
{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: rgb(220,220,220);
}

.contact2
{
    width: 80%;
    max-width: 600px;
    margin-top: 50px;
}

.formcontainer
{
    margin-top: 30px;
    width: 100%;
}

.label2
{
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    position: absolute;
    height: 25px;
    top: -17px;
    font-size: 12px;
    color: rgb(220,220,220);
}

.input2:placeholder-shown + .label2
{
    color: rgb(220,220,220);
    top: 2px;
    font-size: 18px;
}

.input2
{
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgb(220,220,220);
    margin-top: 5px;
    height: 25px;
    z-index: 50;
    transition: all 0.3s ease;
    color: white;
}

.input2:focus
{
    outline: none;
    border-bottom: 2px solid rgb(220,220,220);
}

.input2:focus + .label2
{
    top: -17px;
    font-size: 12px;
    color: rgb(220,220,220);
}

.input2::placeholder
{
    color: rgba(0,0,0,0);
}

.text2
{
    height: 50px;
}

.text2:placeholder-shown
{
    height: 50px;
}

.formsubmit2
{
    border: 0px;
    font-size: 18px;
    width: calc(100% + 4px);
    border: 2px solid rgb(220,220,220);
    margin-top: 30px;
    cursor: pointer;
    color: rgb(220,220,220);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.formsubmit2:hover
{
    color: rgb(150,150,150);
    border: 2px solid rgb(150,150,150);
}

.contactofinal
{
    margin-top: 100px;
    width: 100%;
    left: 0px;
    background-color: rgb(50,50,50);
    padding-top: 50px;
    padding-bottom: 60px;
}

#indintro
{
    z-index: 101;
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    display: table;
    top: 0px;
    margin-top: 0px;
}

#indintro2
{
    display: table-cell;
    vertical-align: middle;
}

#indintrologo
{
    height: 50px;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    margin-top: 0px;
    margin-left: calc(50vw - 134px);
}

#indintro2 h1
{
    text-align: center;
    color: #505050;
    font-weight: 200;
    border: 1px solid #505050;
    width: 100px;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    margin-left: calc(50vw - 50px);
}

#indintro2 h1:hover
{
    background-color: #505050;
    color: white;
}

#tarjeta
{
    display: none;
}














/* NOSOTROS */
.intro
{
    width: 50%;
    margin-top: 50px;
}

.intro h1
{
    text-align: center;
    color: rgb(50,50,50);
}

.intro h1 strong
{
    border-bottom: 4px solid rgb(50,50,50);
    display: inline;
    letter-spacing: 1px;
    font-weight: 600;
}

.intro p
{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.ncont
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 30vw auto auto;
    grid-gap: 30px;
    margin-top: 50px;
    width: 80%;
}

.nban
{
    background-image: url('arquitectura.jpg');
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.2);
    background-position: center center;
    background-size: cover;
}

.resumen
{
    background-color: white;
    grid-column-start: 1;
    grid-column-end: 3;
    box-shadow: 0px 0px 20px rgba(126, 54, 54, 0.2);
}

.resumen p
{
    padding: 80px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 300;
}

.ncta
{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
    background-image: url('banner.jpg');
    background-size: cover;
    background-position: center center;
    margin: 0px;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.2);
    filter: grayscale(100%);
}

.ncta1
{
    display: table;
    width: 100%;
    height: 100%;
}

.ncta2
{
    display: table-cell;
    vertical-align: middle;
}

.ncta2 h1
{
    background-color: white;
    width: 60%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.ncta2 h1 a
{
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
    border-bottom: 3px solid rgb(50,50,50);
    display: inline;
}

.ncta2 h1 a:hover
{
    color: rgb(100,100,100);
    border-bottom: 3px solid rgb(100,100,100);
}

.ncta:hover
{
    filter: grayscale(0%);
}

.ncontacto
{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: white;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.2);
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ncontacto h2
{
    width: 80%;
    letter-spacing: 1px;
}

.ncontacto ul
{
    padding: 0px;
    width: 80%;
}

.ncontacto ul li
{
    margin-top: 10px;
}

.ncontacto ul li strong
{
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
}

.ncontacto ul li a
{
    font-size: 20px;
    text-decoration: underline;
    font-weight: 300;
}

.conban
{
    margin: 0px;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
    box-shadow: 0px 0px  20px rgb(0,0,0,0.2);
    background-image: url('banner3.jpg');
    background-size: cover;
    background-position: center center;
}












/* CONTENIDO */
.contbanner
{
    display: block;
    position: absolute;
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    top: 0px;
    z-index: 1;
}

.shader
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.conthero
{
    display: table;
    position: relative;
    margin-top: calc(60vh - 90px);
    height: 40vh;
    width: 100%;
    background-color: rgba(0,0,0,0);
    margin-left: 0px;
    margin-right: 0px;
}

.conthero h1
{
    margin-top: 0px;
    color: #292929;
    font-family: 'Montserrat';
    font-size: 45px;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin-left: 3%;
}

.conthero p
{
    color: #292929;
    font-weight: 300;
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 12%;
    font-family: 'Montserrat', sans-serif;
}

.conthero2
{
    display: table-cell;
    margin-left: 0px;
    margin-right: 0px;
    vertical-align: middle;
}

.desarrollo
{
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #292929;
    margin-top: 100px;
}

.des1
{
    display: table-cell;
    width: 38%;
    z-index: 1;
}

.des11
{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
}

#des12, #des13, #des14
{
    opacity: 0;
}

.des2
{
    display: table-cell;
    width: 62%;
    z-index: 1;
}

.show
{
    display: block;
    position: absolute;
    height: 450px;
    width: 650px;
    z-index: 5;
    top: 0px;
    left: 0px;
    margin-top: calc(45vh - 225px);
    margin-left: calc(50vw - 325px);
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.35);
}

.show1
{
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}

.show1 h1
{
    display: block;
    position: relative;
    font-weight: 600;
    width: 80%;
    padding-top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #2b2b2b;
}

.show1 h1 strong
{
    display: inline;
    margin-right: 15px;
    font-weight: 600;
    color: #7E7B7B;
}

.show1 p
{
    font-size: 25px;
    font-weight: 300;
    width: 90%;
    margin-top: 60px;
}

.des2 svg
{
    fill: rgb(200,200,200);
    height: 65px;
    width: 65px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 50px;
    transition: all 0.1s ease;
}

#left
{
    right: 200px;
    fill: rgb(125,125,125);
}

#right
{
    right: 100px;
}

#show2, #show3, #show4
{
    opacity: 0;
    z-index: 1;
}

#show1
{
    z-index: 5;
}

.otras
{
    margin-top: 100px;
}

.otras h1
{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.otras1
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.otras1
{
    width: 90%;
    margin-top: 50px;
}

.otras img
{
    width: 100%;
    filter: grayscale(100%);
}

.otras img:hover
{
    filter: grayscale(0%);
}

.otra h2
{
    text-align: center;
    margin-top: 10px;
}

.otra h2 a
{
    text-decoration: none;
    display: inline;
}

.otra h2 a:hover
{
    color: rgb(100,100,100);
}

.proto
{
    z-index: 100;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.proto img
{
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 50px;
}

.proto ul
{
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 40px;
}

.proto ul li
{
    display: inline-table;
    margin-left: 10px;
    margin-right: 10px;
    height: 76px;
    vertical-align: middle;
}

.proto ul li a
{
    text-decoration: none;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #292929;
}

.proto2
{
    background-color: rgba(41,41,41,0.9);
    position: fixed;
    top: 0px;
    width: 340px;
    right: 0px;
    margin-right: 0px;
    height: 70px;
    z-index: 100;
    margin-top: 10px;
    margin-right: -350px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}

.proto2 img
{
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
}

.proto2 ul
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    margin-right: 90px;
    display: none;
}

.proto2 ul li
{
    display: inline-table;
    margin-left: 10px;
    margin-right: 10px;
    height: 76px;
}

.proto2 ul li a
{
    color: rgb(220,220,220);
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
}

.proto2 ul li a:hover
{
    color: rgb(150,150,150);
}

.proto2 svg
{
    fill: white;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.proto2 svg:hover
{
    fill: rgb(200,200,200);
}







/* ARQUITECTURA */
.minus
{
    opacity: 0;
}

.arquitectura
{
    width: 90%;
    height: 100vh;
    background-color: #292929;
    margin-top: 100px;
    display: table;
    padding-left: 5%;
    padding-right: 5%;
}

.arq1
{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.arq2
{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
}

.arq3
{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.arq1 h1, .arq3 h1
{
    color: rgb(220,220,220);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.arq2 img
{
    width: 50px;
    height: 100px;
}

.change
{
    margin-top: 50px;
    height: 350px;
}

.changetext
{
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table;
    opacity: 0;
    background-color: rgb(220,220,220);
    position: absolute;
}

.changetext2
{
    display: table-cell;
    vertical-align: middle;
}

.change p
{
    width: 85%;
    font-size: 22px;
    font-weight: 200;
    vertical-align: middle;
}

.arq1 svg, .arq3 svg
{
    fill: white;
    margin-top: 0px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-top: 5px;
}

.changeimg
{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
}

.svgtoggle
{
    border: 1px solid white;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    border-radius: 100px;
    cursor: pointer;
}

#ardown
{
    display: none;
}

#arright
{
    display: block;
}

















/* INTERIORES */

.minus2
{
    opacity: 0;
}

.interiores
{
    display: table;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #D8D8D8;
    height: 100vh;
    margin-top: 100px;
}

.int2
{
    display: table-cell;
    width: 38%;
    vertical-align: middle;
    left: 62%;
}

.int2 h1
{
    color: #191919;
    width: 80%;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
}

.int2 p
{
    width: 80%;
    color: #2c2c2c;
    margin-top: 20px;
    font-weight: 200;
    font-size: 20px;
}

.int1
{
    display: table-cell;
    width: 62%;
    vertical-align: middle;
    right: 38%;
    top: 20px;
}

.int11
{
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px rgb(0,0,0,0.2);
    width: 90%;
    padding-bottom: 0px;
}

.int11 img
{
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 17px;
}

.int11 h1
{
    display: inline-block;
    top: 0px;
    vertical-align: top;
    margin-top: 27px;
    margin-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 30px;
    color: #646464;
}

.int11 svg
{
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 32px;
    margin-right: 20px;
    cursor: pointer;
}

.int1 p
{
    height: auto;
    display: none;
    overflow: hidden;
    width: 90%;
    font-size: 18px;
    color: #646464;
    font-weight: 200;
    padding-bottom: 30px;
}

.int1 p a
{
    background-color: #292929;
    color: white;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #292929;
}

.int1 p a:hover
{
    background-color: white;
    box-shadow: 0px 0px 0px white;
    color: #292929;
    transition: all 0.4s ease;
}









/* MUEBLES */
.muebles
{
    background-color: #393939;
    padding: 150px 5%;
    width: 90%;
    margin-top: 100px;
}

.m1
{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.m2
{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.m1 h1
{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    width: 90%;
    margin-left: 0px;
    text-align: right;
}

.m1 p
{
    color: rgb(220,220,220);
    font-weight: 200;
    width: 90%;
    margin-left: 0px;
    text-align: right;
    margin-top: 20px;
    font-size: 18px;
}

.m1 h2
{
    text-align: right;
    width: 90%;
    margin-left: 0px;
    margin-top: 30px;

}

.m1 h2 a
{
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    display: inline;
    padding: 5px 30px;
    border: 1px solid white;
}

.m1 h2 a:hover
{
    background-color: rgba(0,0,0,0);
    color: white;
}

.m21
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    width: 80%;
}

.m211 img
{
    height: 75px;
}

.m211 h2
{
    color: rgb(220,220,220);
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}













/* CONTACTO */
.cot
{
    text-align: center;
    color: #292929;
    margin-top: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
}

.cotización
{
    width: 80%;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.3);
    margin-top: 30px;
    background-color: #292929;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 5px;
}

.cotización form fieldset h1
{
    text-align: center;
    color: rgb(220,220,220);
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding-top: 30px;
}

.cotización form
{
    border: 0px;
}

.cotización form fieldset
{
    border: 0px;
}

.intereses
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    width: 90%;
    margin-top: 35px;
}

.interes
{
    background-color: #646464;
    margin-left: 0px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.5);
}

.interes input
{
    cursor: pointer;
    margin-left: 0px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.checkmark
{
    width: 40px;
    height: 40px;
    background-color: rgb(200,200,200);
    margin-left: 15px;
    z-index: 1;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.checkmark svg
{
    fill: rgb(200,200,200);
    margin-top: 8px;
}

.interes h2
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgb(220,220,220);
}

.interes input:checked ~ .checkmark
{
    background-color: #292929;
}

.step
{
    width: 65px;
}

.step svg
{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    fill: rgb(200,200,200);
}

#step2
{
    fill: #646464;
}

.field1
{
    opacity: 1;
    z-index: 5;
}

.field2
{
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 80%;
    margin-left: 10%;
    z-index: 4;
}

.field1 h3
{
    background: linear-gradient(to right, black 50%, #646464 50%);
    background-size: 200% 100%;
    background-position: bottom right;
    width: 300px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 200;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.5);
    margin-top: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}

.field1 h3 svg
{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 15px;
    fill: white;
    margin-right: -20px;
}

#atras svg
{
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
    fill: white;
}

.field1 h3:hover
{
    background-position: bottom left;
}

#atras
{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    color: white;
    padding-top: 11px;
    padding-bottom: 11px;
    background: linear-gradient(to right, #646464 50%, black 50%);
    background-size: 200% 100%;
    background-position: bottom left;
    cursor: pointer;
    width: 45%;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-align: center;
    margin-top: 30px;
}

#atras:hover
{
    background-position: bottom right;
}

.grax
{
    width: 80%;
    color: white;
    font-size: 18px;
}

.etphonehome
{
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
}

.etphonehome a
{
    text-decoration: none;
    display: inline;
    padding: 10px 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.5);
    letter-spacing: 2px;
    font-size: 20px;
    border-radius: 3px;
}

.etphonehome a:hover
{
    background-color: #969696;
}














/* PROYECTOS */
.ptitle
{
    text-align: center;
    letter-spacing: 2px;
    font-size: 30px;
    margin-top: 50px;
    color: rgb(50,50,50);
}

.ptitle strong
{
    display: inline;
    border-bottom: 3px solid rgb(50,50,50);
    font-weight: 600;
}

.pgrid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 75px;
    width: 90%;
    margin-top: 75px;
}

.pelement
{
    height: 17.5vw;
    margin: 0px;
    background-size: cover;
    background-position: center center;
    display: table;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.phover
{
    margin: 0px;
    width: calc(100% + 10px);
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    opacity: 0;
}

.phover:hover
{
    opacity: 1;
}

.phover h2
{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: black;
    width: 90%;
}

.phover h3
{
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    margin-top: 20px;
    color: black;
    width: 90%;
}

.bottomtext
{
    display: none;
}












/* PROYECTO */
.contbanner2
{
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    top: 0px;
    z-index: 1;
}

.shader2
{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.shader21
{
    display: table-cell;
    vertical-align: middle;
}

.shader21 h1
{
    text-align: center;
    color: white;
    font-family: 'Montserrat';
    font-size: 50px;
}

.shader21 p
{
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 20px;
    font-weight: 300;
}

.properties
{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 1fr;
    margin-top: 0px;
    width: 90%;
    grid-gap: 20px;
    margin-top: calc(100vh - 90px + 50px);
}

.prop
{
    margin: 0px;
}

.prop h1
{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
}

.prop h1 strong
{
    font-size: 25px;
    display: inline;
    font-weight: 600;
}

.desc
{
    display: table;
    margin-top: 100px;
    width: 95%;
}

.desc1
{
    display: table-cell;
    width: 45%;
}

.dcar
{
    width: 90%;
    height: 25vw;
}

.d1
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.desc2
{
    display: table-cell;
    width: 55%;
    vertical-align: middle;
}

.desc2 h1
{
    width: 95%;
    font-family: 'Montserrat', sans-serif;
    color: rgb(60,60,60);
    font-size: 28px;
}

.desc2 p
{
    width: 95%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
}

#d2, #d3, #d4
{
    opacity: 0;
}

.circles
{
    margin-top: 20px;
    width: 110px;
}

.circles svg
{
    display: inline-block;
    margin: 0px;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    fill: rgb(50,50,50);
    cursor: pointer;
}

.circles svg circle
{
    opacity: 0;
}

#dcar1 circle
{
    opacity: 1;
}
















/* SERVICIOS */

.ns
{
    font-size: 30px;
    font-weight: 600;
    color: rgb(50,50,50);
    text-align: center;
    letter-spacing: 1.5px;
    margin-top: 50px;
}

.ns strong
{
    display: inline;
    border-bottom: 3px solid rgb(50,50,50);
    font-weight: 600;
}

.serv
{
    margin-top: 75px;
    width: 90%;
}

.serv
{
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 75px;
}

.s
{
    height: 25vw;
    margin: 0px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
}

.s1
{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.s1 h1
{
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    width: 80%;
    font-weight: 300;
    background-color: white;
    padding: 20px 10px;
}

.s1:hover
{
    background-color: rgb(255,255,255,0.4);
}


















/* FOOTER */

footer
{
    background-color: rgb(100,100,100);
    padding-top: 50px;
    margin-top: 100px;
}

.footer1
{
    display: table;
    width: 95%;
    margin-left: 2.5%;
    margin-bottom: 40px;
}

.f1, .f2, .f3, .f4, .f5, .sf1, .sf2, .sf3, .sf4
{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.f1
{
    width: 20%;
}

.f1 img
{
    width: 100%;
}

.sf1
{
    width: 5%;
}

.f2
{
    width: 10%;
}

.f2 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.f2 ul li
{
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.f2 ul li a
{
    text-decoration: none;
    color: white;
}

.f2 ul li a:hover
{
    text-decoration: underline;
}

.f2 ul li a strong
{
    color: white;
}

.sf2
{
    width: 5%;
}

.f3
{
    width: 10%;
}

.f3 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.f3 ul li
{
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.f3 ul li a
{
    text-decoration: none;
    color: white;
}

.f3 ul li a:hover
{
    text-decoration: underline;
}

.f3 ul li a strong
{
    color: white;
}

.sf3
{
    width: 5%;
}

.f4
{
    width: 10%;
}

.f4 ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.f4 ul li
{
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.f4 ul li a
{
    text-decoration: none;
    color: white;
}

.f4 ul li a:hover
{
    text-decoration: underline;
}

.f4 ul li a strong
{
    color: white;
}

.f3 ul li strong, .f2 ul li strong
{
    color: white;
}

.sf4
{
    width: 20%;
}

.f5
{
    width: 15%;
}

.f5 img
{
    width: 75%;
    margin-left: 12.5%;
}

.holdtheline
{
    width: 90%;
    margin-left: 5%;
    height: 1px;
    background-color: white;
    margin-top: 15px;
}

.loveisntalwaysontime
{
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 20px;
    color: white;
    font-weight: 400;
}

#lines
{
    opacity: 1;
    transition: all 0.3s ease;
}

#lines2
{
    opacity: 1;
    transition: all 0.3s ease;
}

#cross
{
    opacity: 0;
    transition: all 0.3s ease;
}
















/* MEDIUM SCREEN */
@media screen
and (max-width: 1000px)
and (min-width: 801px)
{
    .squares
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .heroadi h1
    {
        font-size: 4vw;
        margin-left: 2vw;
    }

    .heroadi h1 strong
    {
        font-size: 4vw;
    }

    #down
    {
        width: 100px;
        height: 25px;
        margin-left: calc(19vw - 50px);
    }

    .logo
    {
        margin-left: 50px;
    }

    .menuadi ul
    {
        margin-right: 50px;
    }

    .f4
    {
        width: 0px;
    }

    .f1
    {
        width: 25%;
    }

    .f5
    {
        width: 20%;
    }

    .f1 img, .f5 img
    {
        width: 100%;
        margin-left: 0px;
    }

    .interiores
    {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .int2 h1
    {
        font-size: 30px;
    }

    .int2 p
    {
        font-size: 18px;
    }

    .ncont
    {
        width: 95%;
    }

    .resumen p
    {
        font-size: 15px;
        line-height: 1.4;
        padding: 40px 40px;
    }

    .ncontacto ul li strong
    {
        font-size: 20px;
    }

    .ncontacto ul li a
    {
        font-size: 15px;
    }
}















/* MOBILE */
@media screen
and (max-width: 800px)
{
    .squares
    {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
    }

    .formtitle
    {
        width: 90%;
        margin-left: 5%;
        font-size: 8vw;
    }

    .formdescription
    {
        width: 90%;
        margin-left: 5%;
        font-size: 5vw;
    }

    .contact2
    {
        width: 80%;
        margin-left: 10%;
        max-width: 80%;
    }

    .input2
    {
        padding: 0px;
        border-radius: 0px;
    }

    #logo
    {
        height: 40px;
        margin-left: 10px;
    }

    .homehead ul
    {
        display: none;
    }

    .homeban
    {
        width: 95%;
    }

    .pides
    {
        font-size: 13vw;
    }

    .hacemos
    {
        font-size: 13vw;
    }

    .info
    {
        width: 90%;
        font-size: 5vw;
        margin-left: 5%;
    }

    .formtitle
    {
        font-size: 8vw;
    }

    .formdescription
    {
        font-size: 5vw;
    }
    footer
    {
        padding-top: 10px;
    }

    .footer1
    {
        display: block;
        padding-top: 0px;
    }

    .f1, .f2, .f3, .f4, .f5
    {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

    .f1
    {
        width: auto;
    }

    .f1 img
    {
        height: 40px;
        width: auto;
        margin-left: 5%;
    }

    .f2 ul, .f3 ul, .f4 ul
    {
        width: 90%;
        margin-left: 5%;
    }

    .f2 ul li a, .f3 ul li a, .f4 ul li a
    {
        font-size: 5vw;
    }

    .f2 ul li a strong, .f3 ul li a strong, .f4 ul li a strong
    {
        font-size: 5vw;
    }

    .sf1, .sf2, .sf3, .sf4
    {
        display: none;
    }

    .f5 img
    {
        height: 60px;
        width: auto;
        margin-left: auto;
    }

    .loveisntalwaysontime
    {
        font-size: 3vw;
    }

    .square h2
    {
        font-size: 5.5vw;
    }

    
    










    /* SERVICIO */

    .contbanner
    {
        height: 70vh;
    }

    .shader
    {
        height: 70vh;
    }

    .conthero
    {
        display: block;
        height: auto;
        margin-top: calc(70vh - 90px);
    }

    .conthero2
    {
        display: block;
        height: auto;
    }

    .conthero2 h1
    {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 8vw;
        padding-top: 35px;
    }

    .conthero2 p
    {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 5vw;
        margin-top: 15px;
    }

    .desarrollo
    {
        display: block;
        height: auto;
        padding-bottom: 10vw;
    }

    .des1
    {
        display: block;
        height: 100vw;
        width: 100%;
        position: relative;
    }

    .des2
    {
        display: block;
        position: relative;
        height: auto;
        top: 0px;
        left: 0px;
        height: 40px;
        margin-top: 20px;
        width: 100px;
    }

    .show
    {
        display: block;
        position: relative;
        width: 90%;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .show1
    {
        padding-bottom: 0px;
        height: auto;
        padding-top: 0px;
    }

    .show h1
    {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 7vw;
        margin-top: 0px;
        padding-top: 20px;
        width: 80%;
    }

    .show1 h1 strong
    {
        font-size: 4.5vw;
        font-size: 7vw;
    }

    #show1
    {
        position: relative;
    }

    .show1 p
    {
        margin-top: 15px;
        font-size: 5vw;
    }

    .des2 svg
    {
        bottom: 0px;
        height: 40px;
        width: 40px;
        display: inline-block;
        position: relative;
    }

    #left
    {
        right: auto;
    }

    #right
    {
        right: auto;
        margin-left: 15px;
    }

    .otras h1
    {
        font-size: 8vw;
    }

    .otras1
    {
        display: block;
        margin-top: 15px;
    }

    .otra
    {
        display: block;
        width: 90%;
        margin-bottom: 15px;
    }

    .otra h2
    {
        margin-top: 5px;
    }

    .proto2
    {
        margin-top: 0px;
        width: 100%;
        border-radius: 0px;
        height: 70px;
        margin-right: -100%;
    }

    .proto2 ul
    {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .proto2 ul li
    {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .proto2 ul li a
    {
        height: auto;
        display: block;
    }

    .arquitectura
    {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
        display: block;
    }

    .arq1
    {
        display: block;
    }

    .arq2
    {
        display: block;
    }

    .arq3
    {
        display: block;
    }

    .arq1
    {
        width: 100%;
    }

    .arq3
    {
        width: 100%;
    }

    .arq1 h1, .arq3 h1
    {
        font-size: 7vw;
    }

    .change
    {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
        height: 100vw;
    }

    .changetext2 p
    {
        font-size: 5.5vw;
    }

    #ardown
    {
        display: block;
    }

    #arright
    {
        display: none;
    }

    .arq2 img
    {
        width: 120px;
        height: 40px;
    }

    .arq2
    {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .interiores
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .int2
    {
        width: 100%;
        display: block;
        left: 0px;
        right: auto;
        margin: 0px;
        position: relative;
    }

    .int1
    {
        display: block;
        left: auto;
        right: 0px;
        width: 100%;
        margin-top: 20px;
    }

    .int2 h1
    {
        font-size: 8vw;
        width: 90%;
    }

    .int2 p
    {
        font-size: 6vw;
        width: 90%;
    }

    .int1
    {
        width: 100%;
    }

    .int11
    {
        width: 100%;
    }

    .int11 img
    {
        height: 12.5vw;
        width: 12.5vw;
    }

    .int11 h1
    {
        font-size: 7vw;
    }

    .int11 svg
    {
        height: 7vw;
        width: 7vw;
    }

    .int11 p
    {
        font-size: 5vw;
    }

    .muebles
    {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .m1
    {
        display: block;
        position: relative;
        width: 100%;
        margin-left: 0px;
    }

    .m2
    {
        display: block;
        width: 100%;
    }

    .m1 h1
    {
        font-size: 8vw;
        width: 100%;
        margin-left: 0px;
        text-align: center;
    }

    .m1 p
    {
        margin-left: 0px;
        text-align: center;
    }

    .m1 h2
    {
        width: 100%;
        text-align: center;
        font-size: 6vw;
    }

    .m2
    {
        margin-top: 40px;
    }

    .m211 img
    {
        height: 45px;
        width: 45px;
    }

    .m211 h2
    {
        font-size: 6vw;
        text-align: center;
    }

    .otras
    {
        margin-top: 50px;
    }

    .intro
    {
        width: 90%;
        margin-top: 30px;
    }

    #erase
    {
        display: none;
    }

    .intro h1 strong
    {
        font-size: 9vw;
    }

    .intro p
    {
        font-size: 5.5vw;
    }

    .ncont
    {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        width: 95%;
    }

    .nban
    {
        height: 70vw;
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .resumen
    {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .ncta
    {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .ncontacto
    {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .conban
    {
        grid-column-start: auto;
        grid-column-end: auto;
        grid-row-start: auto;
        grid-row-end: auto;
    }

    .resumen p
    {
        padding: 30px;
        font-size: 5vw;
    }

    .ncta
    {
        height: 90vw;
    }

    .ncta2 h1 a
    {
        font-size: 7vw;
    }

    .ncontacto h2
    {
        font-size: 8vw;
    }

    .ncontacto ul li strong
    {
        font-size: 7vw;
    }

    .ncontacto ul li a
    {
        font-size: 5.5vw;
    }

    .ptitle
    {
        margin-top: 10px;
    }

    .ptitle strong
    {
        font-size: 9vw;
    }

    .pgrid
    {
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 30px;
        margin-top: 40px;
    }

    .pelement
    {
        height: 60vw;
        margin-bottom: 10vw;
        margin-left: 0px;
        margin-right: 0px;
    }

    .bottomtext
    {
        display: block;
        position: absolute;
        bottom: -11vw;
        left: 0px;
        width: 100%;
        text-align: center;
        font-size: 6.5vw;
    }

    .bottomtext a
    {
        font-weight: 300;
        text-decoration: none;
    }

    .contbanner2
    {
        height: 80vh;
    }

    .properties
    {
        margin-top: calc(80vh - 90px + 30px);
        display: block;
    }

    .shader21
    {
        width: 80%;
        font-size: 10vw;
    }

    .shader21 p
    {
        width: 80%;
        font-size: 7vw;
    }

    .prop
    {
        display: block;
        width: 100%;
    }

    .prop h1
    {
        font-size: 6vw;
    }

    .prop h1 strong
    {
        font-size: 7vw;
    }

    .desc
    {
        margin-top: 40px;
        display: block;
    }

    .desc1
    {
        display: block;
        width: 100%;
    }

    .dcar
    {
        height: 60vw;
        width: 100%;
    }

    .desc2 h1
    {
        margin-top: 20px;
        font-size: 8vw;
    }

    .desc2 p
    {
        font-size: 5vw;
    }

    .ns
    {
        margin-top: 25px;
    }

    .ns strong
    {
        font-size: 8vw;
    }

    .serv
    {
        width: 90%;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .s
    {
        height: 60vw;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .s1 h1
    {
        font-size: 6vw;
    }

    .cot
    {
        font-size: 8vw;
    }

    .cotización
    {
        width: 90%;
    }

    .cotización form fieldset h1
    {
        font-size: 6.5vw;
    }

    .cotización form fieldset
    {
        width: 90%;
    }

    #siguiente
    {
        width: 200px;
    }

    .intereses
    {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        width: 100%;
    }

    .interes
    {
        width: 100%;
    }

    .checkmark
    {
        width: 30px;
        height: 30px;
    }

    .interes h2
    {
        font-size: 5vw;
    }

    .cotización form
    {
        width: 100%;
    }

    .field2
    {
        left: 0px;
        margin-left: 2.5vw;
        width: 90vw;
        margin-top: calc(50px + 15vw);
    }

    #indintro
    {
        background-color: #0B0B0B;
    }

    #tarjeta
    {
        width: 100%;
        display: block;
    }

    #tar1
    {
        width: 100%;
        height: 30%;
        background-image: url('arquitectura.jpg');
        display: table;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    #tar12
    {
        display: table-cell;
        vertical-align: middle;
        background-color: rgb(0,0,0,0.5);
    }

    #tar12 img
    {
        width: 70vw;
    }

    #tar12 h2
    {
        font-weight: 400;
        color: white;
        border: 1px solid white;
        border-radius: 3px;
        font-size: 8vw;
        width: 50vw;
        text-align: center;
        padding-top: 1vw;
        padding-bottom: 1vw;
        margin-top: 5vw;
        cursor: pointer;
    }

    #tar2
    {
        height: 55%;
        width: 90%;
        display: table;
    }

    #tar22
    {
        display: table-cell;
        vertical-align: middle;
    }

    #tar23
    {
        display: grid;
        grid-row-gap: 50px;
        grid-column-gap: 0px;
        grid-template-columns: 1fr 1fr;
    }

    .tar img
    {
        height: 50px;
    }

    .tar h3
    {
        margin-top: 10px;
        font-size: 18px;
    }

    .tar h3 a
    {
        font-weight: 400;
        color: white;
        text-decoration: none;
    }

    #tar3
    {
        height: 15%;
        background-color: #414141;
        display: table;
        margin: 0px;
        width: 100%;
    }

    #tar32
    {
        display: table-cell;
        vertical-align: middle;
        margin: 0px;
    }

    #tar32 a
    {
        display: inline-block;
    }

    #tar32 a img
    {
        height: 40px;
        width: 40px;
    }

    #firsta
    {
        margin-left: calc(50vw - 95px);
    }

    #seconda
    {
        margin-left: 35px;
    }

    #tar12 h2 a
    {
        color: white;
        font-weight: 300;
        text-decoration: none;
    }

    #thirda
    {
        margin-left: 35px;
    }
}