body{
	margin:0;
	padding:0;
	width:100%;
}
#header{
	
	height:85vh;
	background-color:#9fd7ff;
	padding-left: 5%;
    padding-right: 5%;
	padding-top:2%;
	min-height:550px;
	/* background: url(img/bkg.jpg) no-repeat center center fixed; */
}

.montserrat{
	font-family: 'Montserrat', sans-serif;
}

.fw-400{
	font-weight:400;
}

.fw-700{
	font-weight:700;
}

#bkgShapeDot{
	    height: 80vh;
    width: 80vh;
    background-color: #90cdf9;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.mobileStoreImg{
	max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 30px;
}

#descargaCadeApp{
	font-size: 4vw;
	color:#045189;
	margin-bottom:20px;
	text-align:center;
	position:relative;
	z-index:2;
	
}

.buttonLink{
	color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
	
}

#otrasPlataformas{
	font-size: 3vw;
    color: #141414;
    margin-bottom: 50px;
	margin-top:50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.buttonImage{
	
	margin-right:10px;
	max-width:25px;
	position:relative;
	z-index:2;
 
  
}

#mockup{
	text-align:center;
	margin-top:30px;
}

#screen_windows{
	width:60%;
	position:relative;
	z-index:2;
	max-width:550px;
}

#screen_mac{
	width:60%;
	position:relative;
	z-index:2;
	max-width:650px;
}

#screen_mobile{
	width: 70%;
    position: relative;
    z-index: 2;
    max-width: 210px;
    min-width: 200px;
}
.m-auto{
	margin: auto;
}
.button-glow{
	box-shadow: 0px 0 30px 10px #cbe9ff;
}
.button{
	     background-color: #055d9d;
    text-align: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
	border-radius:5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: 250px;
	position:relative;
	z-index:2;
	padding-left:15px;
	padding-right:15px;
}

.button:hover{
	cursor:pointer;
}

.buttonText{

    display: inline-block;
    height: 100%;
}

.m-left-auto{
	margin-left: auto ;
}

.buttonIconWindows{
	
	
}

.buttonOtherPlataformBanner{
	margin-left: auto;
    margin-right: 30px;
	padding-left:20px;
	padding-right:20px;
}
.otherPlataformBanner{
    background-color: #ffffff;
    text-align: center;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
	margin-left:30px;
	margin-right:30px;
    color: #262626;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
	margin-bottom:20px;
	
	/* boxshadow */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



@media only screen and (max-width: 900px) {
	
	
		
	#descargaCadeApp{
		font-size:10vw;
	}
	
 .buttonOtherPlataformBanner{
	 margin-right: 10px;
    padding:10px;
	 
 }
 
 .otherPlataformBanner{
	 padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	 
 }
 
 #screen_mobile{
	width: 80%;
    position: relative;
    z-index: 2;
    max-width: 250px;
    min-width: 200px;
}
 
 .mobileStoreImg{
	 margin-right: 10px;
	 max-width:150px;
	 
 }
 
.button{
	font-size:12px;
	width:100%;
}

#bkgShapeDot{
	display:none;
}

#otrasPlataformas{
	font-size: 6vw;
	margin-top:110px;
}

#header{
	padding-top:5%;
}

}