/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');*/

html, body {
    /*-webkit-font-smoothing: antialiased;*/
    -moz-osx-font-smoothing: grayscale;    
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
  
::focus {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    outline-color: transparent;
    outline-style: none; 
}

::-moz-selection {
    background: #3493da;
    color: #fff;
    text-shadow: none; 
}

::selection {
    background: #3493da;
    color: #fff;
    text-shadow: none; 
}

h1, h2, h3, h4, h5, h6 {
    margin: 0; 
}

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

a {
    outline: 0;
    text-decoration: none; 
}

a:focus {
    outline: 0 !important; 
}

p {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    letter-spacing: 0.25px;
    line-height: 25px;
    margin: 0; 
	font-family: 'Roboto', sans-serif;
}

b {
    font-weight: 700;	
}

.text-center {
    text-align: center;
}


/* ==========================================================================
   CUSTOM
   ========================================================================== */

   section {
       overflow: hidden;
       padding: 0 24px;
       position: relative;
   }

   .desktop {
       display: none;
   }

   section .container-section {
        color: #333;
        margin: auto;
        padding-top: 40px;
        position: relative;
        overflow: hidden;
        width: 100%;
   }

    section img {
        max-width: 100%;
    }

    .column {
        float: left;
    }

    .column-figure {
        text-align: center;
        width: 100%;
    }

    .column-figure img {
        max-width: 240px;
    }

    .column-content {
        padding-top: 24px; 
        text-align: center;
        width: 100%;
    }

    .column-content h2 {
        color: #3493da;
		font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 700;
    }

    .column-content p {
        color: #333;
		font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        margin: 16px 0; 
    }

	.container-buttons-apps {
		text-align: center;
	}

	.button-googlePlay {
        display: inline-block;
        margin-right: 8px;      
    }
	
	.button-playStore {
		margin-left: 8px;
	}

    .section-1 {
        background: url('/media/16704576/background.jpg') no-repeat;
        background-size: cover;
    }

    .section-1 .container-section {
        color: #ffffff;
        padding-top: 24px;
    }

    .section-1 h1 {
		font-family: 'Roboto', sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 1.1;
        margin: 32px auto 0;
    }

    .section-1 p {
        color: #ffffff;
		font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.38;
        margin: 32px auto;
    }

    .section-1 .figure {
        height: 200px;
        margin: 40px auto 0;
        width: 320px;
    }

    .section-bottom {
        background: #3493da;
        margin-top: 80px;
        padding: 60px 24px;        
    }

    .section-bottom .container-section {
        padding-top: 0;
    }

    .section-bottom h2 {
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
    }

    .section-bottom p {
        font-size: 12px;
        margin-bottom: 24px;
        font-family: 'Roboto', sans-serif;
        color: #fff;
    }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 1024px) {

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .text-right {
        text-align: right;
    }

    .pl-5 {
        padding-left: 32px;
    }
    
    .pr-5 {
        padding-right: 32px;
    }
    
    .mt-2 {
        margin-top: 24px !important;
    }

    section .container-section {
        padding-top: 48px;
        width: 970px !important;
    }

    .column-figure {
        text-align: left;
        width: 40%;
    }

    .column-figure img {
        max-width: 100%;
    }

    .column-content {
        padding-top: 80px; 
        width: 60%;
        text-align: left;
    }

    .column-content h2 {
        font-size: 40px;
    }

    .column-content p {
        font-size: 22px;
        font-weight: 300;
    }

   .section-1 .container-section {
        padding-top: 40px;
    }

    .section-1 h1 {
        font-size: 42px;
        margin: 0 auto 0;
    }

    .section-1 p {
        font-size: 20px;
        margin: 24px auto;
        width: 585px; 
    }

    .section-1 .figure {
        height: 437px;
        margin: 32px auto 0;
        width: 700px;
    }

    .section-bottom {
        margin-top: 0;
    }

    .section-bottom h2 {
        font-size: 32px;
    }

    .section-bottom p {
        font-size: 16px;
    }

}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
