/* CSS styles for designsprints.com.ar */

/* Bootstrap styles overrides */

*:hover, *:focus {
outline: 0!important;
}

.row {
margin-left: -1rem;
margin-right: -1rem;
}

.container {
padding-right: 1rem;
padding-left: 1rem;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
padding-right: 1rem;
padding-left: 1rem;
}

@media (min-width: 992px) {
.container {
max-width: 920px;
}
}


/* Content CSS */

body {
margin: 0;
font-family: "Lato",Roboto,"Helvetica Neue", Arial,sans-serif;
font-size: 1rem;
background-color: #EFEDE3;
color: #404040;
overflow-x:hidden;
-webkit-font-smoothing: antialiased;
}

strong {
font-weight:900;
}

ul {
margin:0;
padding:0;
list-style-type: none
}

a {
color:#247BAD;
}

a:hover {
text-decoration: none;
color:#00629b;
}

#header {
position: relative;
padding-top: 3rem;
z-index: 1;
height: auto;
background: url(images/rect-beig-no-diag.svg) no-repeat center bottom / cover;
}

#header2 {
position: relative;
padding-top: 3rem;
z-index: 1;
height: 590px;
background: url(images/rect-beige.svg) no-repeat center bottom / cover;
}

#header2.clip {
position: relative;
z-index:1;
height:720px;
background: url(images/rect-comb.svg) no-repeat center bottom / cover;
clip-path: polygon(
0 0,
100% 0,
100% 100%,
0 calc(100% - 41vw)
);
}


#header2 h1 {
color:#00B9DD;
text-align:center;
font-weight:normal;
font-size: 3.5rem;
max-width:380px;
line-height:1;
margin:0 auto 1rem;
font-family:Bungee, Helvetica, Arial, sans-serif;
}

#header2 h2 {
color:#4A4A4A;
font-weight:normal;
font-size:1.25rem;
line-height: 1.125;
font-family:Bungee, Helvetica, Arial, sans-serif;
text-align:center;
max-width:320px;
}

#header2 h2 span {
display:block;
font-size:2rem;
}

.clock2 {
position: absolute;
width: 169px;
height: 185px;
left: 50%;
margin-left: -85px;
top: 310px;
z-index: 2;
}

#header h1 {
color:#00B9DD;
text-align:center;
font-weight:normal;
font-size: 3.5rem;
max-width:380px;
line-height:1;
margin:0 auto 1rem;
font-family:Bungee, Helvetica, Arial, sans-serif;
}

h2 {
color:#4A4A4A;
font-weight:normal;
font-size: 1.675rem;
line-height:1;
font-family:Bungee, Helvetica, Arial, sans-serif;
max-width:480px;
margin:0 auto 1.5rem;
}

.block-1 h2, .block-3 h2 {
color:#FFF;
}

#header h2 {
color:#4A4A4A;
font-weight:normal;
font-size:1.25rem;
line-height: 1.125;
font-family:Bungee, Helvetica, Arial, sans-serif;
text-align:center;
max-width:320px;
padding-bottom: 7rem;
}

#header h2 span {
display:block;
font-size:2rem;
}

.clock {
width:169px;
height:185px;
display:block;
position:relative;
top:-83px;
margin:0 auto 2rem;
z-index:2;
}

.block {
position:relative;
top:-1px;
}

.block-1 {
background:#FFF;
background:url(images/rect-03.svg) no-repeat center top / cover;
margin-top:-2px;
color:#FFF;
padding-bottom:17rem;
}

.block-2 {
margin-top:-20rem;
padding-top:18rem;
padding-bottom:19rem;
}

.block-2 .container {
z-index:2;
position:relative;
}

.block-2:before {
height:20rem;
position:absolute;
top:1px;
left:0;
right:0;
background:url(images/beige-diagonal.svg) no-repeat center bottom / cover;
content:'';
width:100%;
z-index:1;
}

.diag .block-1 {
position: relative;
z-index: 0;
padding-top: 450px;
margin-top: -430px;
}

.block-1 .btn-container {
margin-top:-6rem;
margin-bottom:5.5rem;
position:relative;
z-index:2;
}

.diag header .btn-container {
position:absolute;
z-index:2;
top:auto;
bottom:0;
left:0;
right:0;
}

.bajada {
font-size:1.25rem;
margin-bottom:2.75rem;
}

.btn {
text-transform:uppercase;
font-size:1rem;
border-radius: 5px;
padding:1rem 1.25rem;
}

a.btn.btn-light {
background-color:#FFF;
color:#00B9DD;
}

a.btn.btn-light:hover {
background-color:#00B9DD;
border-color:#00B9DD;
color:#FFF;
}

.block-1 svg {
max-width:320px;
margin:0 auto 2rem;
display:block;
}

.gvlogo {
max-width:77px;
height:auto;
}

.width-100 {
width:100%;
max-width: 100%;
height:auto;
}

ul.bullets {
font-size:1.125rem;
line-height:1.25;
}

ul.bullets li {
background:url(images/check.svg) no-repeat left 6px / 16px;
padding-left:1.5rem;
padding-bottom:.875rem;
}

.inline-center {
margin:0 auto 1rem;
display:inline-block;
}

.block-3 .inline-center {
margin:-19rem auto 1rem;
}

.postit {
max-width: 537px;
height: auto;
width: 100%;
margin:-15rem auto 2rem;
display:inline-block;
}

.block-3 {
background: url(images/rect-blue.svg) no-repeat center top / cover;
color:#FFF;
}

.block-3 .container {
position: relative;
z-index:2;
top:-3px;
}

.block-3:before {
height:21em;
position:absolute;
top:-20.9rem;
left:0;
right:0;
background: url(images/blue-diagonal.svg) no-repeat center top / cover;
content:'';
width:100%;
z-index:1;
}

.sketch {
margin-bottom:3rem;
}

.block-4 {
top:-1px;
}

.btn-primary {
background-color: #15BEDF;
border-color:#15BEDF;
color:#FFF;
}

.btn-primary:hover {
background-color: #F1592A;
border-color:#F1592A;
color:#FFF;
}

.block-5 {
padding:4rem 0;
}

.block-5 .btn-container {
margin-top:3rem;
}

footer {
padding:3rem 0;
font-weight:300;
}

footer .logo {
margin: 0 0 3rem;
width: 86px;
height: 26px;
background: url(images/logo-giro.svg) no-repeat center / 86px;
text-indent: -9999px
}

h5 {
margin-bottom: .125rem;
font-weight: bold;
font-size: 1rem;
}

p.ciudad {
font-weight: 300;
font-size: 1.142857em;
margin-bottom: 0;
}

p.dire {
margin-bottom: .5rem;
font-weight: 300;
margin-top: .25rem;
}

p.tel {
font-weight: 300;
font-size: 1.142857em;
}

p.tel, p.email, p.url {
margin-bottom: .75rem;
}

footer a {
display: block;
}

.offices a {
color: #846d35;
}

.offices a:hover {
color: #5a481d;
}

.offices .col-12 {
margin-bottom:2rem
}

.marcas {
margin-top:3rem;
margin-bottom:3rem;
}

.marcas img, .marcas svg {
max-width:140px;
width:100%;
height:auto;
display:inline-block;
}

.marcas .col-6 {
margin-bottom:2rem;
}

p.cc {
width:80px;
height:22px;
text-indent: -9999px;
background:url(images/footer-icon-block@2x.png) no-repeat;
background-size:80px;
margin-top:7px;
}


/* Media Queries */

@media (min-width:578px) {

p.tel.no-dire {
margin-top: 35px;
}

.diag .block-1 {
padding-top: 640px;
margin-top: -620px;
}

h2 {
font-size:2rem;
}


#header2 h1, #header h1 {
font-size: 4.5rem;
max-width: 400px;
}

#header2 h2, #header h2 {
font-size: 1.5rem;
}

#header2 h2 span, #header h2 span {
font-size:2.5rem;
}

.clock2 {
top: 350px;
}

#header2 {
height: 640px;
}

.block-5 {
padding:5rem 0;
}

}


@media (min-width:768px) {

.block-5 .btn-container {
margin-top:4rem;
}

.block-5 {
padding:6rem 0;
}

.sketch {
margin-bottom:5rem;
}

.block-2 {
margin-top:-28rem;
padding-top:28rem;
padding-bottom: 25rem;
}

.block-2:before {
height:30rem;
}

.postit {
margin:-18rem auto 2rem;
}

.block-3:before {
height:26em;
top:-25.9rem;
}

.block-3 .inline-center {
margin: -24rem auto 1rem;
}

.block-3 h2 {
margin-top:-2rem;
}


}



@media (min-width:992px) {

.offices .col-12 {
margin-bottom:0
}

.block-5 {
padding:7rem 0;
}

.block-3 .inline-center {
margin: -30rem auto 1rem;
}

.block-3:before {
height:32rem;
position:absolute;
top:-31.9rem;
}

.block-3 h2 {
margin-top:-5rem;
}

.block-2 {
margin-top:-35rem;
padding-top:26rem;
}

.block-2:before {
height:35rem;
}

.block-1 {
padding-bottom: 26rem;
}

#header2 {
height:720px;
background: url(images/rect-comb-diag.svg) no-repeat center bottom / cover;
padding-top:0;
}

#header {
position: relative;
height: 490px;
background: url(images/header-horiz.svg) no-repeat center top / cover;
padding-top:0;
z-index:0;
}

#header .row {
height:100%;
}


#header h2 {
max-width:none;
width:380px;
font-size:1.5rem;
line-height:1.25;
margin:0;
line-height:1.25;
position:fixed;
color:#FFF;
padding-bottom:0;
}

#header h2 span {
display:block;
font-size:2.25rem;
line-height:1;
}

.clock2 {
top:420px;
}


#header2 h1 {
text-align:right;
width: 430px;
max-width:430px;
position: absolute;
top:10rem;
left: 50%;
margin-left: -420px;
font-size: 5rem;
-moz-transform: rotate(23.5deg);
-webkit-transform: rotate(23.5deg);
-o-transform: rotate(23.5deg);
-ms-transform: rotate(23.5deg);
transform: rotate(23.5deg);
}

#header2 h2 {
color:#FFF;
font-size:1.5rem;
width: 340px;
max-width: 340px;
text-align:left;
position: absolute;
top: 26.5rem;
right: 50%;
margin-right: -500px;
font-family:Bungee, Helvetica, Arial, sans-serif;
-moz-transform: rotate(-66.5deg);
-webkit-transform: rotate(-66.5deg);
-o-transform: rotate(-66.5deg);
-ms-transform: rotate(-66.5deg);
transform: rotate(-66.5deg);
transform-origin: left;
}

#header h1 {
color: #00B9DD;
text-align: right;
font-weight: normal;
font-size: 5.5rem;
line-height: 1;
font-family: Bungee, Helvetica, Arial, sans-serif;
margin:0;
position:fixed;
max-width: 500px;
}

#header h1 {
padding-right:2rem;
}

#header h2 {
padding-left:2rem;
}

#header {
height:70vh;
}

.diag .block-1 {
position: relative;
z-index: 0;
padding-top: 700px;
margin-top: -700px;
}

.diag header .btn-container {
position: absolute;
z-index: 2;
top: auto;
bottom: 1rem;
left: 0;
right: 0;
}

}


@media (min-width:1199px) {

.block-5 {
padding:8rem 0;
}

.block-3 .inline-center {
margin: -40rem auto 1rem;
}

.block-3:before {
height: 41rem;
position: absolute;
top: -40.9rem;
}

.block-3 h2 {
margin-top:-10rem;
}

.block-2 {
margin-top:-42rem;
padding-top:32rem;
padding-bottom: 32rem;
}

.block-2:before {
height:42rem;
}

.block-1 {
padding-bottom: 33rem;
}

#header h1 {
font-size: 6.5rem;
max-width:520px;
}

#header2 {
height: 800px;
}

#header2 h1 {
width: 480px;
max-width:480px;
position: absolute;
top: 7.65rem;
left: 50%;
margin-left: -510px;
font-size: 6rem;
line-height:1;
}

#header2 h2 {
top: 28.5rem;
right: 50%;
margin-right: -520px;
}

.diag .block-1 {
position: relative;
z-index: 0;
padding-top: 700px;
margin-top: -780px;
}

.diag header .btn-container {
position: absolute;
z-index: 2;
top: auto;
bottom: 6rem;
left: 0;
right: 0;
}

}


@media (min-width:1520px) {

#header2 {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 5vw)
  );
}

.diag .block-1 {
margin-top: -840px;
}

#header2 h1 {
top: 9rem;
}

#header2 h2 {
top: 29.3rem;
margin-right: -500px;
}

.clock2 {
top: 460px;
}

#header2 {
height: 920px;
}

.block-2:before {
height: 45rem;
}

.block-2 {
margin-top: -45rem;
padding-bottom:34rem;
}

.block-3:before {
height: 47rem;
top: -46.9rem;
}

.block-3 .inline-center {
margin: -46rem auto 1rem;
}

.block-3 h2 {
margin-top: -13rem;
}

.diag header .btn-container {
    bottom: 10rem;
}

}


@media (min-width:1800px) {

#header2 h1 {
top: 9rem;
}

#header2 h2 {
top: 29.3rem;
margin-right: -500px;
}

.diag .block-1 {
margin-top: -890px;
}

.clock2 {
top: 430px;
}

#header2 {
height: 940px;
}

.block-2:before {
height: 50rem;
}

.block-2 {
margin-top: -50rem;
padding-bottom:39rem;
}

.block-3 h2 {
    margin-top: -14rem;
}

.diag header .btn-container {
    bottom: 13rem;
}

.block-3:before {
    height: 49rem;
    top: -48.9rem;
}

.block-3 .inline-center {
    margin: -48rem auto 1rem;
}

}
