@charset "utf-8";
/** CSS Document **/

/*Folha de estilo da pagina extensao.php*/

    /*CSS GLOBAL*/
    .container-header{background: url(/img/extensao-bg-blue.png) no-repeat bottom 120px center;background-size:cover;}
    .botao-global{
	display: inline-block;padding:15px 28px 17px;/*width:70%;*/min-width:150px;text-align:center;
	font:500 16px/25px 'MontSerrat',Arial,sans-serif;color:#fff;text-decoration:none;
	border-radius:30px;box-shadow:inset 0 -3px 0 0 rgb(0 0 0 / 5%);
	background:#1243aa;
    white-space: nowrap;
	}
	.botao-global:hover{color:#fff;background:#5AB364;text-align:center;text-decoration:none;transition: all ease-in-out .2s;}
	.botao-global svg{display:inline-block;vertical-align:baseline;}

    /*COVER-1*/
    .cv-1-left{padding-left:5%;padding-bottom:20px;text-align:left;margin:initial;}
    .cv-1-right{background: url(/img/extensao-bg-google.png) top -10px right -140px no-repeat;background-size:134%;min-height:460px;}
    .cv-1-h1{font:700 47px/60px 'MontSerrat',Arial,sans-serif;color:#fff;margin-top:70px;}
	.cv-1-h2{font:500 14px/18px 'MontSerrat',Arial,sans-serif;color:#fff;max-width:320px;}
    .cv-1-h3{font:500 13px/16px 'MontSerrat',Arial,sans-serif;color:#fff;}
    .botao-cta{
	display: inline-block;padding:15px 28px 17px;/*width:70%;*/min-width:150px;text-align:center;
	font:500 16px/25px 'MontSerrat',Arial,sans-serif;color:#fff;text-decoration:none;
	border-radius:30px;box-shadow:inset 0 -3px 0 0 rgb(0 0 0 / 5%);
	background:#5AB364;
    white-space: nowrap;
	}
	.botao-cta:hover{color:#fff;background:#1243aa;text-align:center;text-decoration:none;transition: all ease-in-out .2s;}
	.botao-cta svg{display:inline-block;vertical-align:baseline;}




   /*FIX COVER-1*/
    @media (min-width:700px) { 
        .cv-1-left{padding-left:7%;}
        .cv-1-right{background-size:125%;min-height:580px;} 
        .container-header{background-position:bottom 50px center;}
        .cv-1-h1{font:700 44px/54px 'MontSerrat',Arial,sans-serif;color:#fff;margin-top:20%;}
        .cv-1-h2{font:500 15px/18px 'MontSerrat',Arial,sans-serif;color:#fff;max-width:450px;}
        .cv-1-h3{font:400 12px/14px 'MontSerrat',Arial,sans-serif;color:#fff;}
    }
    @media (min-width:940px) { 
        .cv-1-right{background-size:120%;min-height:620px;} 
        .container-header{background-position:bottom 140px center;}
        .cv-1-h1{font:700 52px/62px 'MontSerrat',Arial,sans-serif;color:#fff;margin-top:20%;}
        .cv-1-h2{font:500 16px/20px 'MontSerrat',Arial,sans-serif;color:#fff;max-width:none;}
        .cv-1-h3{font:400 12px/14px 'MontSerrat',Arial,sans-serif;color:#fff;}
    }
    @media (min-width:1200px) { 
        .cv-1-right{background-size:106%;min-height:660px;} 
        .container-header{background-position:bottom 70px center;}
        .cv-1-h1{font:700 58px/66px 'MontSerrat',Arial,sans-serif;color:#fff;margin-top:30%;}
        .cv-1-h2{font:500 18px/23px 'MontSerrat',Arial,sans-serif;color:#fff;max-width:none;}
        .cv-1-h3{font:400 13px/16px 'MontSerrat',Arial,sans-serif;color:#fff;}
        
    }



    /*AJUSTE MENU ORIGINAL*/
    @media (min-width: 1200px){
      .container {
          max-width: 1140px;
      }
    }

    @media (min-width: 1400px){
      .container {
        max-width: 1320px;
      }
    }

    
    

    /**MENU**/
    .navbar{
    position: relative !important;
    background: transparent !important;
    }
    button.navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255,255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .shadow-sm{box-shadow:none !important;}
    .nav-link{color:#fff !important;white-space:nowrap;transition:none;}
    .navbar-brand img{ filter:brightness(0) invert(1); }
    .navbar-collapse{background:transparent !important;}
    

    
    /*CV GLOBAL BACKGROUND*/
    .cv-global{background:url(/img/extensao-bg-cinza.png) no-repeat left bottom 80px;background-size:400px;margin-top:-30px;}
    .vidy{width:95%;box-shadow:5px 5px 10px 1px rgba(0, 0, 0, 0.25);margin:0 auto;}
    .vidy-title{text-align:center;font:800 26px/32px 'MontSerrat',Arial,sans-serif;color:#858585;}
    @media (min-width: 940px) {
        .cv-global{background:url(/img/extensao-bg-cinza.png) no-repeat left center;background-size:600px;margin-top:-18px;}
        .vidy{width:88%;}
        .vidy-title{text-align:center;font:800 31px/40px 'MontSerrat',Arial,sans-serif;color:#858585;}
    }