/*
############
#Geral
############
*/
.PgBodyCesta
{
    overflow-x: visible !important;
    background: #FFF;
    padding: 0px !important;
}
.PgBodyCesta #page
{
    margin: 0px !important;
}

/* -------- */

.PgBodyCesta .TgRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -5px;
    margin-left: -5px;
}
.PgBodyCesta .TgRow1 > [class*="col-"]
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
}

/* -------- */















/*
############
#header_cesta
############
*/
#header_cesta
{
	margin: 0px;
    padding: 0px;

    background: #FFF;
    border-bottom: 2px solid #DAEAF7;

    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#header_cesta .Linha1 
{
	margin: 0px;
    padding: 20px 0px;
}

/* ------------- */

body.PgBodyCesta1 #header_cesta .Linha1 .container
{
	width: 1026px !important;
}

/* ------------- */

#header_cesta .Linha1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
#header_cesta .Linha1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

#header_cesta .Linha1 .SRow1 .SRow1_Col1
{
    width: 100%;
    text-align: center;
}

/* ------------- */

#header_cesta .Linha1 .ImgLogo
{
    max-width: 150px;
}

/* ------------- */

@media screen and (max-width: 1026px) 
{

    /* ------------- */

    #header_cesta .Linha1 .container,
    body.PgBodyCesta1 #header_cesta .Linha1 .container
    {
        width: 100% !important;
    }
    
    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    #header_cesta .Linha1 
    {
        padding: 14px 0px;
    }
    
    /* ------------- */
    
    #header_cesta .Linha1 .ImgLogo
    {
        max-width: 110px;
    }
    
    /* ------------- */

}

/* ------------- */




































/*
############
PgCesta / Geral
############
*/

.BlcProgressbar
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    
    text-align: center;
}

.progressbar2 
{
    margin: 0;
    padding: 0;
    counter-reset: step;
}
.progressbar2 li 
{
    list-style-type: none;
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    text-transform: uppercase;

    color: #000;
    font-size: 13px;
    font-weight: bold;

    z-index: 1;
}
.progressbar2 li a
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.progressbar2 li:before 
{
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 27px;
    border: 2px solid #ACACAC;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background: #F2F2F2;
}
.progressbar2 li:after 
{
    content: "";
    height: 4px;
    left: -46%;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: -1;
    background: #F2F2F2;
}
.progressbar2 li:first-child:after 
{
    content: none;
}
.progressbar2 li.active 
{
    color: E97538;
}
.progressbar2 li.active:before 
{
    border-color: rgba(239, 148, 145, 0.9);
    background: rgba(239, 148, 145, 0.9);

    color: #FFF;
}
.progressbar2 li.active + li:after 
{
    background-color: rgba(239, 148, 145, 0.4);
}

/* ------------- */

.PgCesta .cursor
{
    cursor: pointer;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .progressbar2 li
    {
        font-size: 11px;
    }
    .progressbar2 li:after 
    {
        left: -39%;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 470px) 
{

    /* ------------- */

    .progressbar2 li:after 
    {
        left: -34%;
    }
    .progressbar2 li
    {
        font-size: 9px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 370px) 
{

    /* ------------- */

    .progressbar2 li:after 
    {
        left: -33%;
    }
    .progressbar2 li
    {
        font-size: 7px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
PgCesta / Geral
############
*/

.PgCesta .GerText1
{
    color: #333;
    font-size: 15px;
}
.PgCesta .GerText1 a
{
    color: #333;
    font-size: 15px;
    font-weight: bold;

    text-decoration: none !important;

    border-bottom: 1px dashed #e2e2e2;
}
.PgCesta .GerText1 a:hover
{
    color: #000;
    border-color: #c7c5c5; 
}

.PgCesta .GerText2
{
    color: #1a9c2a;
    font-size: 26px;
    font-weight: bold;

    text-align: center;
}

.PgCesta .GerText3
{
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* ------------- */

.PgCesta .row.display-flex 
{
    display: flex;
    flex-wrap: wrap;
}
.PgCesta .row.display-flex > [class*='col-'] 
{
    display: flex;
    flex-direction: column;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .GerText1
    {
        font-size: 13px;
    }
    .PgCesta .GerText1 a
    {
        font-size: 13px;
    }

    .PgCesta .GerText2
    {
        font-size: 22px;
    }
    .PgCesta .GerText2 .fa
    {
        display: block;
        margin-bottom: 10px;

        font-size: 26px;
    }

    /* ------------- */

}

/* ------------- */












/*
############
PgCesta / Forms
############
*/

.PgCesta .form-group
{
    display: block;
    position: relative;
    
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.PgCesta .form-group label
{
    display: block;
    
    margin: 0px;
    padding: 0px;  
    margin-bottom: 5px;

    color: #111;
    font-size: 14px;
    font-weight: bold;
}
.PgCesta .form-group label .Obr
{
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
.PgCesta .form-group .form-control
{
    display: block;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    border: 1px solid #D2D6DC;
    background: #FFF;

    height: 38px;
    line-height: 38px;
    width: 100%;

    padding: 0px 10px;
    margin: 0px;

    color: #333;
    font-size: 14px;
    font-weight: normal;

    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.PgCesta .form-group .form-control:focus
{
    border-color: #333;

    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

/* ------------- */

.PgCesta .form-group .IntAviso1
{
    margin: 0px;
    padding: 10px;

    background: #E2401C;
    border-left: 2px solid #C03618;

    overflow: hidden;

    width: 100%;

    -moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;

    color: #FFF;
    font-size: 11px;
    font-weight: bold;

    line-height: 14px;
}
.PgCesta .form-group .IntAviso1 a
{
    color: #FFF;
    font-size: 11px;
    font-weight: bold;

    border-bottom: 1px dashed #FFF;
    text-decoration: none !important;
}

/* ------------- */















/*
############
PgCesta / Btns
############
*/

.PgCesta .btn-cesta-custom1
{
    color: #FFF !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 20px;
	margin: 0px;
	
	background: #3BB54A;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom1:hover,
.PgCesta .btn-cesta-custom1:focus,
.PgCesta .btn-cesta-custom1:active
{
	background: #009245;
}

/* ------------- */

.PgCesta .btn-cesta-custom2
{
    color: #FFF !important;
    font-size: 14px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 52px;
	line-height: 52px;
	
	padding: 0px 20px;
	margin: 0px;
	
	background: #4f9071;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2:hover,
.PgCesta .btn-cesta-custom2:focus,
.PgCesta .btn-cesta-custom2:active
{
	background: #3f755b;
}

/* ------------- */

.PgCesta .btn-cesta-custom2B
{
    color: #FFF !important;
    font-size: 19px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 60px;
	line-height: 60px;
	
	padding: 0px 20px;
	margin: 0px;
	
	background: #3BB54A;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2B:hover,
.PgCesta .btn-cesta-custom2B:focus,
.PgCesta .btn-cesta-custom2B:active
{
	background: #009245;
}

/* ------------- */

.PgCesta .btn-cesta-custom2C
{
    color: #FFF !important;
    font-size: 16px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 20px;
	margin: 0px;
	
	background: #3BB54A;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2C:hover,
.PgCesta .btn-cesta-custom2C:focus,
.PgCesta .btn-cesta-custom2C:active
{
	background: #009245;
}

/* ------------- */

.PgCesta .btn-cesta-custom2D
{
    color: #FFF !important;
    font-size: 14px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 46px;
	line-height: 46px;
	
	padding: 0px;
	margin: 0px;
	
	background: #4f9071;
    border: 1px solid #DEDEDE;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2D:hover,
.PgCesta .btn-cesta-custom2D:focus,
.PgCesta .btn-cesta-custom2D:active
{
	background: #3f755b;
}
.PgCesta .btn-cesta-custom2D[disabled]
{
    background: #EFEFED !important;
    color: #3E3B3B !important;
}

/* ------------- */

.PgCesta .btn-cesta-custom2E
{
    color: #FFF !important;
    font-size: 14px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 46px;
	line-height: 46px;
	
	padding: 0px;
	margin: 0px;
	
	background: #6A6565;
    border: 1px solid #DEDEDE;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2E:hover,
.PgCesta .btn-cesta-custom2E:focus,
.PgCesta .btn-cesta-custom2E:active
{
	background: #202020;
}

/* ------------- */

.PgCesta .btn-cesta-custom2F
{
    color: #FFF !important;
    font-size: 14px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 42px;
	line-height: 42px;
	
	padding: 0px 20px;
	margin: 0px;
	
	background: #555353;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom2F:hover,
.PgCesta .btn-cesta-custom2F:focus,
.PgCesta .btn-cesta-custom2F:active
{
	background: #1a1a1a;
}

/* ------------- */

.PgCesta .btn-cesta-custom3
{
    color: #333 !important;
    font-size: 13px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 15px;
	margin: 0px;
	
	background: #F1F1F1;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom3:hover,
.PgCesta .btn-cesta-custom3:focus,
.PgCesta .btn-cesta-custom3:active
{
	background: #d3d2d2;
}

/* ------------- */

.PgCesta .btn-cesta-custom4
{
    color: #333 !important;
    font-size: 13px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 40px;
	line-height: 34px;
	
	padding: 0px 15px;
	margin: 0px;
	
    background: #FFF;
    border: 1px solid #CCC;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom4:hover,
.PgCesta .btn-cesta-custom4:focus,
.PgCesta .btn-cesta-custom4:active
{
	background: #F1F1F1;
}

/* ------------- */

.PgCesta .btn-cesta-custom5
{
    color: #333 !important;
    font-size: 13px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: block;

	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 10px;
	margin: 0px;
	
	background: #F1F1F1;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom5:hover,
.PgCesta .btn-cesta-custom5:focus,
.PgCesta .btn-cesta-custom5:active
{
	background: #d3d2d2;
}

/* ------------- */

.PgCesta .btn-cesta-custom6
{
    color: #333 !important;
    font-size: 13px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: auto;
	line-height: normal;
	
	padding: 10px 20px;
	margin: 0px;
	
	background: #E2E2E2;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .btn-cesta-custom6 span
{
    text-decoration: underline;
}
.PgCesta .btn-cesta-custom6:hover,
.PgCesta .btn-cesta-custom6:focus,
.PgCesta .btn-cesta-custom6:active
{
	background: #d3d2d2;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .btn-cesta-custom2
    {
        height: auto;
        line-height: normal;

        white-space: wrap;

        padding: 20px;
    }
    .PgCesta .btn-cesta-custom2F
    {
        height: auto;
        line-height: normal;

        white-space: wrap;

        padding: 10px;
    }

    /* ------------- */

}

/* ------------- */










/*
############
PgCesta / Btns2
############
*/

.btn-cesta2-custom1
{
    color: #333 !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;
    text-decoration: none !important;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
    height: auto;
    line-height: normal;
	
	padding: 10px 20px;
	margin: 0px;
	
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom1:hover,
.btn-cesta2-custom1:focus,
.btn-cesta2-custom1:active
{
	background: rgba(0, 0, 0, 0.15);
}

/* ------------- */

.btn-cesta2-custom2
{
    color: #FFF !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: inline-block;
	text-align: left;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
	
	width: 166px;
	height: auto;
	line-height: normal;
	
	padding: 12px 29px;
    margin: 0px;

    padding-left: 50px;
    padding-right: 16px;
	
	background: rgba(0, 0, 0, 0.8);
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom2 .fa
{
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 28px;
}
.btn-cesta2-custom2:hover,
.btn-cesta2-custom2:focus,
.btn-cesta2-custom2:active
{
	background: rgba(0, 0, 0, 0.9);
}

/* ------------- */

.btn-cesta2-custom3
{
    color: #FFF !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: inline-block;
	text-align: left;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
	
	width: 166px;
	height: auto;
	line-height: normal;
	
	padding: 12px 29px;
    margin: 0px;

    padding-left: 50px;
    padding-right: 16px;
	
	background: #009245;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom3 .fa
{
    position: absolute;
    left: 15px;
    top: 14px;
    font-size: 28px;
}
.btn-cesta2-custom3:hover,
.btn-cesta2-custom3:focus,
.btn-cesta2-custom3:active
{
	background: #016831;
}

/* ------------- */

.btn-cesta2-custom4
{
    color: #1d1d1d !important;
    font-size: 15px;
	font-weight: normal;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;

	text-align: center;
    vertical-align: middle;
	
	width: 100%;
	height: 36px;
	line-height: 36px;
	
	padding: 0px 10px;
    margin: 0px;
	
	background: #FFF;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom4:hover,
.btn-cesta2-custom4:focus,
.btn-cesta2-custom4:active
{	
	color: #000;
}

/* ------------- */

.btn-cesta2-custom5
{
    color: #000 !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;

	text-align: center;
    vertical-align: middle;
	
	width: 100%;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 10px;
    margin: 0px;

	background: #E2E2E2;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom5:hover,
.btn-cesta2-custom5:focus,
.btn-cesta2-custom5:active
{
	background: #d3d2d2;
}

/* ------------- */

.btn-cesta2-custom6
{
    color: #FFF !important;
    font-size: 18px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;

	text-align: center;
    vertical-align: middle;
	
	width: 100%;
	height: 54px;
	line-height: 54px;
	
	padding: 0px 10px;
    margin: 0px;

	background: #212322;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom6:hover,
.btn-cesta2-custom6:focus,
.btn-cesta2-custom6:active
{
	background: #141414;
}
.btn-cesta2-custom6 .fa
{
    margin-left: 10px;
    margin-right: 0px;
}

/* ------------- */












/*
############
PgCesta / BlcInfo1
############
*/

.PgCesta .BlcInfo1
{
    margin: 0px;
    padding: 50px;

	width: 60%;

    border: 2px dashed #eee;
    background: #FFF;
}

/* ------------- */

.PgCesta .BlcInfo1 .IntText1
{
    color: #333;
    font-size: 15px;
}

.PgCesta .BlcInfo1 .IntText2
{
    color: #333;
    font-size: 15px;
}
.PgCesta .BlcInfo1 .IntText2 a
{
    color: #333;
    font-size: 15px;
    border-bottom: 1px dashed #e2e2e2;

    display: inline-block;
    text-decoration: none !important;
}
.PgCesta .BlcInfo1 .IntText2 a:hover
{
    color: #000;
    border-color: #c7c5c5; 
}

/* ------------- */

.PgCesta .BlcInfo1 .SRow1
{
}
.PgCesta .BlcInfo1 .SRow1 .SRow1_Col
{
}

.PgCesta .BlcInfo1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 175px);
}
.PgCesta .BlcInfo1 .SRow1 .SRow1_Col2
{
    width: 175px;
    text-align: right;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta .BlcInfo1
    {
        padding: 20px;

        width: 100%;
        max-width: 600px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo1 .IntText1
    {
        font-size: 14px;
    }

    /* ------------- */

    .PgCesta .BlcInfo1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .PgCesta .BlcInfo1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
PgCesta / BlcInfo1B
############
*/

.PgCesta .BlcInfo1B
{
    margin: 0px;
    padding: 0px;

	max-width: 350px;
}

/* ------------- */

.PgCesta .BlcInfo1B .SRow1
{
    margin: 0px;
    padding: 0px;
}
.PgCesta .BlcInfo1B .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo1B .SRow1 .SRow1_Col1
{
    width: calc(100% - 125px);
    padding-right: 10px;
}
.PgCesta .BlcInfo1B .SRow1 .SRow1_Col2
{
    width: 125px;
    text-align: right;
}

/* ------------- */



















/*
############
PgCesta / BlcInfo2
############
*/

.PgCesta .BlcInfo2
{
    margin: 0px;
    padding: 0px;
}

/* ------------- */

.PgCesta .BlcInfo2 .IntText1
{
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* ------------- */













/*
############
PgCesta / BlcInfo3
############
*/

.PgCesta .BlcInfo3
{
    margin: 0px;
    padding: 0px;
}

/* ------------- */

.PgCesta .BlcInfo3 .IntText0
{
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* ------------- */

.PgCesta .BlcInfo3 .BoxLinha1
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

/* ------------- */

.PgCesta .BlcInfo3 .BoxLinha1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col1
{
    width: 60px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 60px - 80px);
    padding-left: 15px;
    padding-right: 10px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col3
{
    width: 80px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo3 .BoxLinha1 .BoxImagem
{
    position: relative;

    background-color: #FFF;

    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1.75px 0px, rgba(0, 0, 0, 0.09) 0px -0.5px 1.5px 0px, rgba(0, 0, 0, 0.03) 0px 3px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1.75px 0px, rgba(0, 0, 0, 0.09) 0px -0.5px 1.5px 0px, rgba(0, 0, 0, 0.03) 0px 3px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1.75px 0px, rgba(0, 0, 0, 0.09) 0px -0.5px 1.5px 0px, rgba(0, 0, 0, 0.03) 0px 3px 4px 0px;

    padding: 2px;
    margin: 0px;

    display: inline-block;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .BoxImagem .ImgPrincipal
{
    display: inline-block;
    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .BoxImagem .IntQuantidade
{
    display: inline-block;
    
    position: absolute;
    right: -8px;
    top: -8px;

    color: #FFF;
    font-size: 12px;
    
    background: #000;

    padding: 0px;
    margin: 0px;

    text-align: center;
    vertical-align: middle;

    width: 24px;
    height: 24px;
    line-height: 24px;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PgCesta .BlcInfo3 .BoxLinha1 .IntNome
{
    color: #111;
    font-size: 14px;
    font-weight: bold;

    margin-bottom: 5px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .IntText1
{
    color: rgba(0, 0, 0, 0.56);
    font-size: 11px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .IntPreco
{
    color: #111;
    font-size: 12px;
}
.PgCesta .BlcInfo3 .BoxLinha1 .IntPreco2
{
    color: #111;
    font-size: 12px;

    margin-top: 5px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col1
    {
        width: 60px;
    }
    .PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 50px);
        padding-left: 15px;
        padding-right: 0px;
    }
    .PgCesta .BlcInfo3 .BoxLinha1 .SRow1 .SRow1_Col3
    {
        display: none;
    }
    
    /* ------------- */
    
    .PgCesta .BlcInfo3 .BoxLinha1 .BoxImagem .IntQuantidade
    {
        right: -8px;
        top: -8px;
    
        font-size: 8px;
        
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    
    /* ------------- */

}

/* ------------- */



















/*
############
PgCesta / BlcInfo3B
############
*/

.PgCesta .BlcInfo3B
{
    margin: 0px;
    padding: 0px;
}

/* ------------- */

.PgCesta .BlcInfo3B .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo3B .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo3B .SRow1 .SRow1_Col1
{
    width: calc(100% - 100px);
    padding-right: 10px;
}
.PgCesta .BlcInfo3B .SRow1 .SRow1_Col2
{
    width: 100px;
}

/* ------------- */





















/*
############
PgCesta / BlcInfo4
############
*/

.PgCesta .BlcInfo4
{
    margin: 0px;
    padding: 0px;

    background: #F9F9F9;
    border: 1px solid #DFDFDF;

    display: block;
    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCesta .BlcInfo4.Sub1
{
    padding: 20px;
}

/* ------------- */

.PgCesta .BlcInfo4 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4 .SRow1 .SRow1_Col1
{
    width: calc(100% - 100px)
}
.PgCesta .BlcInfo4 .SRow1 .SRow1_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4 .SRow2
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4 .SRow2 .SRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4 .SRow2 .SRow2_Col1
{
    width: calc(100% - 100px)
}
.PgCesta .BlcInfo4 .SRow2 .SRow2_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4 .SRow3
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4 .SRow3 .SRow3_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4 .SRow3 .SRow3_Col1
{
    width: calc(100% - 50px)
}
.PgCesta .BlcInfo4 .SRow3 .SRow3_Col2
{
    width: 50px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4 .BoxLinha1
{
    margin: 0px;
    padding: 20px;

    border-bottom: 1px solid #DFDFDF;
}

.PgCesta .BlcInfo4 .BoxLinha1 .IntText1A
{
    color: #111;
    font-size: 14px;
}
.PgCesta .BlcInfo4 .BoxLinha1 .IntText1B
{
    color: #111;
    font-size: 16px;  
    font-weight: bold;
}
.PgCesta .BlcInfo4 .BoxLinha1 .IntText1C
{
    color: #111;
    font-size: 12px;
    font-style: italic;
}

.PgCesta .BlcInfo4 .BoxLinha1 .IntText2A
{
    color: #111;
    font-size: 16px;
    font-weight: bold;
}
.PgCesta .BlcInfo4 .BoxLinha1 .IntText2B
{
    color: #111;
    font-size: 18px;
    font-weight: bold;
}

.PgCesta .BlcInfo4 .BoxLinha1 .IntText3
{
    color: #111;
    font-size: 12px;
}

.PgCesta .BlcInfo4 .BoxLinha1 .IntText4
{
    color: #111;
    font-size: 12px;
}
.PgCesta .BlcInfo4 .BoxLinha1 .IntText4 a
{
    color: #111;
    font-size: 12px;
    text-decoration: underline;
}

.PgCesta .BlcInfo4 .BoxLinha1 .IntText5
{
    color: #111;
    font-size: 14px;
}

/* ------------- */

.PgCesta .BlcInfo4 .BoxLinha2
{
    display: block;
    position: relative;

    margin: 0px;
    padding: 10px;
    padding-left: 26px;
    margin-top: 10px;

    border: 2px solid #939393;
    background: rgba(255, 255, 255, 0.8);

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.PgCesta .BlcInfo4 .BoxLinha2:before
{
    position: absolute;
    left: 10px;
    top: 18px;
    
    display: block;

    font-family: FontAwesome;
    content: "\f10c";
    font-size: 12px;
    color: #444;
}
.PgCesta .BlcInfo4 .BoxLinha2.Sub1
{
    padding-left: 10px;
    margin: 0px;
}
.PgCesta .BlcInfo4 .BoxLinha2.Sub1:before
{
    display: none;
}

/* ------------- */

.PgCesta .BlcInfo4 .BoxLinha3
{
    display: flex;
    align-items: center;

    height: 60px;

    margin: 0px;
    padding: 10px;

    border: 2px solid #939393;
    background: rgba(255, 255, 255, 0.8);

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.PgCesta .BlcInfo4 .BoxLinha3_Centro
{
    display: block;
    width: 100%;
}

/* ------------- */

.PgCesta .BlcInfo4 .IntFText1
{
    color: #111;
    font-size: 14px;
    font-weight: bold;
}
.PgCesta .BlcInfo4 .IntFText2
{
    color: #111;
    font-size: 11px;
}
.PgCesta .BlcInfo4 .IntFText3
{
    color: #423f3f;
    font-size: 13px;
    font-weight: bold;
}
.PgCesta .BlcInfo4 .IntFText4
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;

    background: #009245;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    display: inline-block;

    margin: 0px;
    padding: 4px 10px;
}
.PgCesta .BlcInfo4 .IntFText5
{
    color: #111;
    font-size: 14px;
}

.PgCesta .BlcInfo4 .IntImg1
{
}

.PgCesta .BlcInfo4 .BoxLinha2.Ativo
{
    border-color: #009245;
    background: rgba(0, 0, 0, 0.05);
}
.PgCesta .BlcInfo4 .BoxLinha2.Ativo:before
{
    content: "\f111";
    color: #009245;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo4 .BoxLinha1
    {
        padding: 10px;
    }
    .PgCesta .BlcInfo4 .BoxLinha2
    {
        padding-left: 20px;
    }
    .PgCesta .BlcInfo4 .BoxLinha2:before
    {
        left: 5px;
    }

    /* ------------- */

    .PgCesta .BlcInfo4 .IntFText1
    {
        font-size: 12px;
    }
    .PgCesta .BlcInfo4 .IntFText2
    {
        font-size: 10px;
    }
    .PgCesta .BlcInfo4 .IntFText3
    {
        font-size: 12px;
    }
    .PgCesta .BlcInfo4 .IntFText5
    {
        font-size: 12px;
    }

    /* ------------- */

    .PgCesta .BlcInfo4 .BoxLinha1 .IntText1A
    {
        font-size: 12px;
    }
    .PgCesta .BlcInfo4 .BoxLinha1 .IntText1B
    {
        font-size: 12px;  
    }
    .PgCesta .BlcInfo4 .BoxLinha1 .IntText1C
    {
        font-size: 10px;
    }

    .PgCesta .BlcInfo4 .BoxLinha1 .IntText2A
    {
        font-size: 14px;
    }
    .PgCesta .BlcInfo4 .BoxLinha1 .IntText2B
    {
        font-size: 16px;
    }

    /* ------------- */

    .PgCesta .BlcInfo4 .SRow2 .SRow2_Col1 
    {
        width: calc(100% - 60px);
    }
    .PgCesta .BlcInfo4 .SRow2 .SRow2_Col2
    {
        width: 60px;
    }

    /* ------------- */
    
    .PgCesta .BlcInfo4 hr
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* ------------- */

}

/* ------------- */























/*
############
PgCesta / BlcInfo4A
############
*/

.PgCesta .BlcInfo4A
{
}

/* ------------- */

.PgCesta .BlcInfo4A .BlcItens1
{
    background: #FFF;
    border: 1px solid #212322;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    display: block;
    overflow: hidden;
}

/* ------------- */

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1
{
    padding: 14px;

    border-bottom: 1px solid #DEDEDE;

    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1:last-child
{
    border-bottom: none;
}

/* ------------- */

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1_Col1
{
    width: calc(100% - 100px);
}
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText1
{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText2
{
    color: #686968;
    font-size: 12px;
    font-weight: normal;
    
    margin-top: 4px;
}
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText2 em
{
    font-size: 11px;
}

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText3
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText3.FreteGratis
{
}

/* ------------- */

.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1.Ativo,
.PgCesta .BlcInfo4A .BlcItens1 .BlcItem1:hover
{
    background: #F2F8F5;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1
    {
        padding: 10px;
    }

    /* ------------- */

    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1_Col1
    {
        width: calc(100% - 70px);
    }
    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IRow1_Col2
    {
        width: 70px;
    }

    /* ------------- */

    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText1
    {
        font-size: 14px;
    }

    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText2
    {
        font-size: 12px;
    }
    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText2 em
    {
        font-size: 11px;
    }

    .PgCesta .BlcInfo4A .BlcItens1 .BlcItem1 .IntFText3
    {
        font-size: 11px;
    }

    /* ------------- */

}

/* ------------- */























/*
############
PgCesta / BlcInfo4B
############
*/

.PgCesta .BlcInfo4B
{
}

/* ------------- */

.PgCesta .BlcInfo4B .BlcItens1
{
}

/* ------------- */

.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1
{
    margin-bottom: 20px;
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1:last-child
{
    margin-bottom: 0px;
}

/* ------------- */

.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1_Col1
{
    width: calc(100% - 240px);
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1_Col2
{
    width: 240px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1A
{
    color: #202020;
    font-size: 14px;
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1B
{
    color: #202020;
    font-size: 14px;
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1C
{
    color: #686968;
    font-size: 11px;
}

.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText2A
{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText2B
{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1_Col1
    {
        width: calc(100% - 100px);
    }
    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IRow1_Col2
    {
        width: 100px;
    }
    
    /* ------------- */
    
    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1A
    {
        font-size: 14px;
    }
    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1B
    {
        font-size: 14px;
    }
    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText1C
    {
        font-size: 11px;
    }

    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText2A
    {
        font-size: 18px;
    }
    .PgCesta .BlcInfo4B .BlcItens1 .BlcItem1 .IntText2B
    {
        font-size: 18px;
    }

    /* ------------- */

}

/* ------------- */
























/*
############
PgCesta / BlcInfo4C
############
*/

.PgCesta .BlcInfo4C
{
    display: none;
    cursor: pointer;

    padding: 14px;
    margin: 0px;

    background: #F5F5F5;
    border-bottom: 1px solid #DEDEDE;
}

/* ------------- */

.PgCesta .BlcInfo4C .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo4C .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo4C .IRow1_Col1
{
    width: calc(100% - 130px);
}
.PgCesta .BlcInfo4C .IRow1_Col2
{
    width: 130px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo4C .IntText1
{
    color: #202020;
    font-size: 14px;
}
.PgCesta .BlcInfo4C .IntText2
{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 480px) 
{

    /* ------------- */

    .PgCesta .BlcInfo4C
    {
        display: block;
    }

    /* ------------- */

}

/* ------------- */
































/*
############
PgCesta / BlcInfo5
############
*/

.PgCesta .BlcInfo5
{
}

/* ------------- */

.PgCesta .BlcInfo5 .BoxLinhas1
{
    background: #FFF;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    display: block;
}

/* ------------- */

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1
{
    border: 1px solid #DEDEDE;
}

/*
############
PgCesta / BoxSelecao
############
*/

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao
{
    padding: 20px 14px;

    display: block;
    overflow: hidden;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1:first-child .BoxSelecao
{
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

/* ------------- */

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1 .SRow1_Col1
{
    width: calc(100% - 60px);
    padding-right: 10px;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1 .SRow1_Col2
{
    width: 60px;
    text-align: right;
}

/* ------------- */

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntText1
{
    color: #515151;
    font-size: 14px;
    font-weight: bold;

    display: block;
    position: relative;

    padding-left: 22px;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntText1:before
{
    position: absolute;
    left: 0px;
    top: 1px;
    
    display: block;

    font-family: FontAwesome;
    content: "\f10c";
    font-size: 12px;
    color: #444;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1.Ativo .BoxSelecao .IntText1:before
{
    content: "\f111";
}

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntText1 .IntText1Esp1
{
    margin-top: 5px;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntText1 .IntText1Esp1 div
{
    color: #FFF;
    font-size: 11px;
    font-weight: bold;

    display: inline-block; 
    background: #b32b27; 
    padding: 5px 15px; 

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    animation: blinking 1s infinite;
}

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntText2
{
    font-size: 14px;
    color: #444;
}

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntImg1
{
    max-height: 30px;
}

/*
############
PgCesta / BoxDados
############
*/

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxDados
{
    background: #F4F4F4;

    padding: 20px;
}

/*
############
PgCesta / Ativo
############
*/

.PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1.Ativo .BoxSelecao
{
    background: #F2F8F5;
    border: 1px solid #212322;
}

/*
############
PgCesta / InfoAlr1
############
*/

.PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1
{
    background: #F4F4F4;

    padding: 40px 20px;
    margin: 0px;
    
    text-align: center;
}

/* ------------- */

.PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText1
{
}
.PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText1 img
{
    margin-right: -26px;
}

.PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText2
{
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText2 .SubText1
{
    font-size: 12px;
    color: #252525;
    font-weight: normal;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /*
    ############
    PgCesta / BoxSelecao
    ############
    */

    .PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1 .SRow1_Col1
    {
        width: calc(100% - 44px);
    }
    .PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .SRow1 .SRow1_Col2
    {
        width: 44px;
    }

    /* ------------- */

    .PgCesta .BlcInfo5 .BoxLinhas1 .BoxLinha1 .BoxSelecao .IntImg1
    {
        max-height: 18px;
    }

    /*
    ############
    PgCesta / InfoAlr1
    ############
    */

    .PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1
    {
        padding: 20px;
    }

    /* ------------- */

    .PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText1
    {
    }
    .PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText1 img
    {
        margin-right: 0px;
        max-width: 140px;
    }

    .PgCesta .BlcInfo5 .BoxLinhas1 .InfoAlr1 .IntText2
    {
        max-width: none;
    }

    /* ------------- */

}

/* ------------- */















/*
############
PgCesta / BlcInfo6
############
*/

.PgCesta .BlcInfo6 .InfoAlr1
{
    background: #F4F4F4;

    padding: 40px;
    margin: 0px;
    
    text-align: center;
}

/* ------------- */

.PgCesta .BlcInfo6 .InfoAlr1 .IntText1
{
    margin-bottom: 20px;
}
.PgCesta .BlcInfo6 .InfoAlr1 .IntText1 img
{
    margin-right: -26px;
}

.PgCesta .BlcInfo6 .InfoAlr1 .IntText2
{
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.PgCesta .BlcInfo6 .InfoAlr1 .IntText2 .SubText1
{
    font-size: 12px;
    color: #252525;
    font-weight: normal;
}
.PgCesta .BlcInfo6 .InfoAlr1 .IntText2 .SubText2
{
    font-size: 12px;
    color: #0a149b;
    font-weight: normal;
}

.PgCesta .BlcInfo6 .InfoAlr1 .IntText3
{
    background: rgba(255, 255, 255, 0.8);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    padding: 10px;
}

/* ------------- */














/*
############
PgCesta / BlcInfo6B
############
*/

.PgCesta .BlcInfo6B
{
    background: #F4F4F4;

    padding: 40px;
    margin: 0px;
    
    text-align: center;
}

/* ------------- */

.PgCesta .BlcInfo6B .IRow1
{
    margin: 0px;
    padding: 0px;
}
.PgCesta .BlcInfo6B .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .BlcInfo6B .IRow1_Col1
{
    width: calc(100% - 100px);
}
.PgCesta .BlcInfo6B .IRow1_Col2
{
    width: 100px;
}

/* ------------- */

.PgCesta .BlcInfo6B .IntText1
{
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/* ------------- */
















/*
############
PgCesta / BlcInfo7
############
*/

.PgCesta .BlcInfo7
{
    margin: 0px;
    padding: 20px;

    border: 2px dashed #eee;
    background: #FFF;

    text-align: center;
}

/* ------------- */

.PgCesta .BlcInfo7 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCesta .BlcInfo7 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    width: calc(100% / 4);
}

/* ------------- */

.PgCesta .BlcInfo7 .IntText1
{
    color: #333;
    font-size: 12px;

    margin-bottom: 10px;
}
.PgCesta .BlcInfo7 .IntText2
{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta .BlcInfo7
    {
        padding: 20px;
        padding-bottom: 0px;
    }

    /* ------------- */

    .PgCesta .BlcInfo7 .SRow1
    {
        display: block;
    }
    .PgCesta .BlcInfo7 .SRow1 .SRow1_Col
    {
        width: 100%;
        margin-bottom: 20px;
    }

    /* ------------- */

    .PgCesta .BlcInfo7 .IntText1
    {
        margin-bottom: 5px;
    }

    /* ------------- */

}

/* ------------- */

















/*
############
PgCesta / BlcInfo8
############
*/

.PgCesta .BlcInfo8
{
	border: 2px solid #f4f4f4;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	padding: 15px;
	margin: 0px;
	
	display: block;
	position: relative;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowFInfo1
{
	margin: 0px 0px 10px;
	padding: 5px;
	
	display:flex;
    align-items:center;
	
	height: 60px;
	
	background: #f4f4f4;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .BlcInfo8 .RowFInfo1 .RowFInfo1_Col1
{
	margin: 0px;
	padding: 0px;
	
	width: 50px;
}
.PgCesta .BlcInfo8 .RowFInfo1 .RowFInfo1_Col1 img
{
	max-height: 50px;
}
.PgCesta .BlcInfo8 .RowFInfo1 .RowFInfo1_Col2
{
	margin: 0px;
	padding: 0 0 0 5px;
	
	width: calc(100% - 50px);
	
	color: #222;
	font-size: 13px;
	font-weight: bold;
}
/* ---------------- */

.PgCesta .BlcInfo8 .IcoExt1
{
	position: absolute;
	
	right: 0px;
	top: 0px;
	
	padding: 5px;
	margin: 0px;
	
	background: #f4f4f4;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.PgCesta .BlcInfo8 .IcoExt1 .fa
{
	color: #468847;
	font-size: 18px;
}

/* ---------------- */

.PgCesta .BlcInfo8 h3
{
	height: auto;
	line-height: normal;
	
	margin: 0px 0px 10px;
	padding: 0px;
	
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

/* ---------------- */

.PgCesta .BlcInfo8 .ExtText1
{
	margin: 0px 0px 20px;
	padding: 0px;
	
	color: #333;
	font-size: 13px;
}
.PgCesta .BlcInfo8 .ExtText2
{
	margin: 0px;
	padding: 0px;
	
	color: #333;
	font-size: 13px;
	font-weight: bold;
	
	text-align: center;
}

/* ---------------- */

.PgCesta .BlcInfo8 .form-group
{
	margin: 0px;
	padding: 0px;
}
.PgCesta .BlcInfo8 .form-group label
{
	margin: 0px;
	padding: 0px;
	
	color: #a2a2a2;
	font-size: 13px;
	font-weight: bold;
	
	display: block;
}
.PgCesta .BlcInfo8 .form-group input
{
	border: 1px solid #cccccc;
	background: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: inline-block;
	
	height: auto;
	line-height: normal;
	
	color: #5c5c5c;
	font-size: 13px;
	
	margin: 0px;
	padding: 7px 10px;
}
.PgCesta .BlcInfo8 .form-group select
{
	border: 1px solid #cccccc;
	background: #FFF;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: inline-block;
	
	height: auto;
	line-height: normal;
	
	color: #5c5c5c;
	font-size: 13px;
	
	margin: 0px;
	padding: 7px 10px;
}

.PgCesta .BlcInfo8 .form-group-largura1 input
{
	width: 150px;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowProds
{
	margin: 0px;
	padding: 0px;
}
.PgCesta .BlcInfo8 .RowProds .RowProds_Col1
{
	margin: 0px;
	padding: 0px;
	
	width: 40px;
}
.PgCesta .BlcInfo8 .RowProds .RowProds_Col2
{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	
	width: calc(100% - 40px);
}

.PgCesta .BlcInfo8 .RowProds .BoxFoto
{
	position: relative;
}
.PgCesta .BlcInfo8 .RowProds .BoxFoto img
{

}
.PgCesta .BlcInfo8 .RowProds .BoxFoto .BoxQtd
{
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	width: 15px;
	height: 15px;
	line-height: 15px;
	
	text-align: center;
	vertical-align: middle;
	
	background: #277019;
	
	color: #FFF;
	font-size: 10px;
	
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowProds .SExtNome
{
	font-size: 13px;
	font-weight: bold;
	color: #5d5d5d;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	
	display: block;
	overflow: hidden;
	
	margin-bottom: 5px;
}
.PgCesta .BlcInfo8 .RowProds .SExtInfos1
{
	font-size: 12px;
	font-weight: normal;
	color: #5d5d5d;
}
.PgCesta .BlcInfo8 .RowProds .SExtPrecoUni
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowResumo
{
	margin: 0px;
	padding: 0px;
}
.PgCesta .BlcInfo8 .RowResumo .RowResumo_Col1
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	
	width: 50%;
	
	text-align: right;
}
.PgCesta .BlcInfo8 .RowResumo .RowResumo_Col2
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	width: 50%;
}

.PgCesta .BlcInfo8 .RowResumo .SExtTextA1
{
	font-size: 12px;
	color: #333;
}
.PgCesta .BlcInfo8 .RowResumo .SExtTextA2
{
	font-size: 12px;
	color: #666666;
}
.PgCesta .BlcInfo8 .RowResumo .SExtTextB1
{
	font-size: 12px;
	font-weight: bold;
	color: #222;
}
.PgCesta .BlcInfo8 .RowResumo .SExtTextB2
{

	font-size: 12px;
	font-weight: bold;
	color: #222;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowPgto1
{
	margin: 0px;
	padding: 0px;
}
.PgCesta .BlcInfo8 .RowPgto1 .RowPgto1_Col1
{
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	
	width: 200px;
}
.PgCesta .BlcInfo8 .RowPgto1 .RowPgto1_Col2
{
	margin: 0px;
	padding: 10px;
	
	width: calc(100% - 200px);
	
	background: #f4f4f4;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ---------------- */

.PgCesta .BlcInfo8 .RowFPgto1
{
	margin: 0px 0px 10px;
	padding: 5px;
	
	display:flex;
    align-items:center;
	
	height: 60px;
	
	background: #f4f4f4;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.PgCesta .BlcInfo8 .RowFPgto1 .RowFPgto1_Col1
{
	margin: 0px;
	padding: 0px;
	
	width: 50px;
}
.PgCesta .BlcInfo8 .RowFPgto1 .RowFPgto1_Col1 img
{
	max-height: 50px;
}
.PgCesta .BlcInfo8 .RowFPgto1 .RowFPgto1_Col2
{
	margin: 0px;
	padding: 0 0 0 5px;
	
	width: calc(100% - 50px);
	
	color: #222;
	font-size: 13px;
	font-weight: bold;
}

.PgCesta .BlcInfo8 .RowFPgto1:hover,
.PgCesta .BlcInfo8 .RowFPgto1.Ativo
{
	background: #e3e3e3;
}

/* ------------- */



























/*
############
PgCesta / BlcPgto1
############
*/

.PgCesta .BlcPgto1
{
    margin: 0px;
    padding: 40px;

    background: #F9F9F9;
    border: 1px solid #DFDFDF;

    display: block;
    overflow: hidden;

    text-align: center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCesta .BlcPgto1.Fundo_Verde
{
    background: rgba(26, 156, 42, 0.1);
    border: 2px solid #1a9c2a;
}
.PgCesta .BlcPgto1.Fundo_Vermelho
{
    background: rgba(210, 19, 19, 0.1);
    border: 2px solid #d21313;
}
.PgCesta .BlcPgto1.Fundo_Amarelo
{
    background: rgba(226, 230, 34, 0.1);
    border: 2px solid #e2e622;
}

/* ------------- */

.PgCesta .BlcPgto1 .IntText1
{
    color: #222;
    font-size: 15px;
}
.PgCesta .BlcPgto1 .IntText2
{
    color: #222;
    font-size: 82px;
    line-height: 82px;

    margin-bottom: 10px;
}
.PgCesta .BlcPgto1 .IntText3
{
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta .BlcPgto1
    {
        padding: 20px;
    }

    /* ------------- */

    .PgCesta .BlcPgto1.Fundo_Verde
    {
        background: rgba(26, 156, 42, 0.1);
        border: 2px solid #1a9c2a;
    }
    .PgCesta .BlcPgto1.Fundo_Vermelho
    {
        background: rgba(210, 19, 19, 0.1);
        border: 2px solid #d21313;
    }

    /* ------------- */

    .PgCesta .BlcPgto1 .IntText1
    {
        color: #222;
        font-size: 14px;
    }
    .PgCesta .BlcPgto1 .IntText2
    {
        font-size: 62px;
        line-height: 62px;
    }
    .PgCesta .BlcPgto1 .IntText3
    {
        font-size: 22px;
    }

    /* ------------- */

}

/* ------------- */



































/*
############
PgCesta / BlcAlerta1
############
*/

.PgCesta .BlcAlerta1
{
    margin: 0px;
    padding: 20px;
    padding-bottom: 10px;

    background: #E2401C;
    border-left: 6px solid #C03618;

    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCesta .BlcAlerta1 .IntText1
{
    color: #FFF;
    font-size: 13px;

    display: block;
    position: relative;

    margin-bottom: 10px;
    padding-left: 16px;
}
.PgCesta .BlcAlerta1 .IntText1:before
{
    position: absolute;
    left: 0px;
    top: 1px;
    
    display: block;

    font-family: FontAwesome;
    content: "\f105";
    font-size: 12px;
    color: #FFF;
}

/* ------------- */


























/*
############
PgCesta / BlcAlerta2
############
*/

.PgCesta .BlcAlerta2
{
    margin: 0px;
    padding: 40px;

    background: #F9F9F9;
    border: 1px solid #DFDFDF;

    display: block;
    overflow: hidden;

    text-align: center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCesta .BlcAlerta2 .IntText1
{
    color: #222;
    font-size: 15px;
}
.PgCesta .BlcAlerta2 .IntText2
{
    color: #D5D5D5;
    font-size: 140px;
    line-height: 140px;

    margin-bottom: 10px;
}
.PgCesta .BlcAlerta2 .IntText3
{
    color: #222;
    font-size: 36px;
    font-weight: bold;
}
.PgCesta .BlcAlerta2 .IntText4
{
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta .BlcAlerta2
    {
        padding: 20px;
    }
    
    /* ------------- */
    
    .PgCesta .BlcAlerta2 .IntText1
    {
        font-size: 12px;
    }
    .PgCesta .BlcAlerta2 .IntText2
    {
        font-size: 80px;
        line-height: 80px;
    }
    .PgCesta .BlcAlerta2 .IntText3
    {
        font-size: 26px;
    }
    .PgCesta .BlcAlerta2 .IntText4
    {
        font-size: 20px;
    }
    
    /* ------------- */

}

/* ------------- */











/*
############
PgCesta / BlcAlerta2B
############
*/

.PgCesta .BlcAlerta2B
{
    margin: 0px;
    padding: 20px;

    background: #FFF;
    border: 1px solid #DFDFDF;

    display: block;
    overflow: hidden;

    text-align: center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCesta .BlcAlerta2B.Fundo_1
{
    background: rgba(133, 133, 133, 0.1);
    border: 2px solid #858585;
}

/* ------------- */

.PgCesta .BlcAlerta2B .IntText1
{
    color: #222;
    font-size: 16px;
    font-weight: bold;
}
.PgCesta .BlcAlerta2B .IntText2
{
    color: #222;
    font-size: 12px;
}
.PgCesta .BlcAlerta2B .IntText3
{
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta .BlcAlerta2B
    {
        padding: 10px;
    }

    /* ------------- */

    .PgCesta .BlcAlerta2B .IntText1
    {
        font-size: 14px;
    }
    .PgCesta .BlcAlerta2B .IntText2
    {
        font-size: 11px;
    }
    .PgCesta .BlcAlerta2B .IntText3
    {
        font-size: 12px;
    }

    /* ------------- */

}

/* ------------- */










/*
############
PgCesta / BlcAlerta3
############
*/

.PgCesta .BlcAlerta3
{
    margin: 0px;
    padding: 20px;

    background: #E43339;

    display: block;
    text-align: center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    width: 410px;

    position: fixed;
    right: 10px;
    bottom: 10px;

    z-index: 900;

    animation: BlcAlerta3_shakeshake 1s;
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

/* ------------- */

@keyframes BlcAlerta3_shakeshake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

/* ------------- */

.PgCesta .BlcAlerta3 .BtnFechar
{
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

    display: block;

    width: 36px;
    height: 36px;
    line-height: 36px;

    text-align: center;
    vertical-align: middle;

    color: #000;
    font-size: 18px;

    background: #F2F2F2;

    position: absolute;
    left: -15px;
    top: -15px;
}

.PgCesta .BlcAlerta3 .IntText1
{
    color: #FFF;
    font-size: 22px;
    font-weight: bold;

    margin-bottom: 10px;
}
.PgCesta .BlcAlerta3 .IntText2
{
    color: #FFF;
    font-size: 14px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta .BlcAlerta3
    {
        padding: 10px;
        width: 360px;
    }

    /* ------------- */

    .PgCesta .BlcAlerta3 .BtnFechar
    {
        width: 22px;
        height: 22px;
        line-height: 22px;

        font-size: 12px;

        left: -10px;
        top: -10px;
    }

    .PgCesta .BlcAlerta3 .IntText1
    {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .PgCesta .BlcAlerta3 .IntText2
    {
        font-size: 12px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 380px) 
{

    /* ------------- */

    .PgCesta .BlcAlerta3 
    {
        padding: 10px;
        width: calc(100% - 50px);
    }
    
    /* ------------- */

}

/* ------------- */













/*
############
PgCesta_AlertaModal1
############
*/

.PgCesta_AlertaModal1
{
    margin: 0px auto;
    padding: 30px;

    background: #FFF;
    border: 3px solid rgba(0, 0, 0, 0.6);

    display: block;
    position: relative;

    text-align: center;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    max-width: 600px;
}

.PgCesta_AlertaModal1 .IntImagem
{
    color: #D5D5D5;
    font-size: 100px;
    line-height: 100px;
}
.PgCesta_AlertaModal1 .IntText1
{
    color: #444;
    font-size: 22px;
    font-weight: bold;
}

/* ------------- */

.PgCesta_AlertaModal1.Esp1
{
    background: #FFF;
    border: 3px solid #009245;
}

.PgCesta_AlertaModal1.Esp1 .IntImagem
{
    color: #009245;
}
.PgCesta_AlertaModal1.Esp1 .IntText1
{
    color: #444;
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .PgCesta_AlertaModal1
    {
        padding: 20px;
    }

    /* ------------- */

    .PgCesta_AlertaModal1 .IntImagem
    {
        font-size: 70px;
        line-height: 70px;
    }
    .PgCesta_AlertaModal1 .IntText1
    {
        font-size: 18px;
    }

    /* ------------- */

}

/* ------------- */














/*
############
EstFrmQtd
############
*/
.PgCesta .EstFrmQtd
{
	margin: 0px auto;
	padding: 0px;

    width: 100%;
    display: block;

    background: #FFF;
    border: 1px solid #E8E8E8;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/* ------------- */

.PgCesta .EstFrmQtd .IRow1
{
    margin: 0px;
    padding: 0px;
}
.PgCesta .EstFrmQtd .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCesta .EstFrmQtd .IRow1 .IRow1_Col1
{
    width: 20px;
}
.PgCesta .EstFrmQtd .IRow1 .IRow1_Col2
{
    width: calc(100% - 20px - 20px);
}
.PgCesta .EstFrmQtd .IRow1 .IRow1_Col3
{
    width: 20px;
}

/* ------------- */

.PgCesta .EstFrmQtd .form-control
{
    font-size: 11px;
    color: #000;
    font-weight: normal;

    margin: 0px;
    padding: 0px;

    height: 36px;
    line-height: 36px;
    width: 100%;

    display: block;
    text-align: center;
    vertical-align: middle;

    background: #FFF;
    border: none;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

/* ------------- */

.PgCesta .EstFrmQtd .btn
{
    font-size: 11px;
    color: #000;
    font-weight: normal;

    margin: 0px;
    padding: 0px;

    height: 36px;
    line-height: 36px;
    width: 100%;

    display: block;
    text-align: center;
    vertical-align: middle;

    background: #FFF;
    border: none;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.PgCesta .EstFrmQtd .btn.last
{
    border-bottom: none;
}

/* ------------- */













/*
############
BlcCesta1
############
*/

.BlcCesta1
{
}

/* ------------- */

.BlcCesta1 .BoxLinha1
{
    border-bottom: 1px solid #F2F2F2;

    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ------------- */

.BlcCesta1 .SRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -4px;
    margin-left: -4px;

    display: flex;
    align-items: center;
}
.BlcCesta1 .SRow1 .SRow1_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 4px;
    padding-left: 4px;
}

.BlcCesta1 .SRow1 .SRow1_Col1
{
    width: 50px;
}
.BlcCesta1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 50px - 130px - 68px - 100px);
}
.BlcCesta1 .SRow1 .SRow1_Col3
{
    width: 130px;
}
.BlcCesta1 .SRow1 .SRow1_Col4
{
    width: 68px;
}
.BlcCesta1 .SRow1 .SRow1_Col5
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.BlcCesta1 .BtnRemover
{
    color: #06C;
    font-size: 11px;

    text-decoration: underline;    

    display: block;
    margin-top: 2px;

    text-align: center;
}

.BlcCesta1 .ImgPrincipal
{
    display: inline-block;
    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.BlcCesta1 .IntNome
{
    color: #111;
    font-size: 14px;
    font-weight: bold;
}
.BlcCesta1 .IntText1
{
    color: #484848;
    font-size: 11px;

    margin-top: 5px;
}

.BlcCesta1 .IntText2
{
    color: #484848;
    font-size: 11px;

    display: block;
    position: relative;

    text-decoration: none !important;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    background: rgba(0, 0, 0, 0.02);

    padding: 10px;
    margin: 0px;
    margin-top: 10px;
    padding-left: 26px;
}
.BlcCesta1 .IntText2:before
{
    position: absolute;
    left: 10px;
    top: 10px;
    
    display: block;

    font-family: FontAwesome;
    content: "\f10c";
    font-size: 12px;
    color: #444;
}
.BlcCesta1 .IntText2.Ativo
{
    font-weight: bold;
}
.BlcCesta1 .IntText2.Ativo:before
{
    content: "\f111";
    color: #009245;
}

.BlcCesta1 .IntQuantidade
{
    color: #484848;
    font-size: 12px;
}

.BlcCesta1 .IntPrecoDe
{
    color: #484848;
    font-size: 11px;
}
.BlcCesta1 .IntPrecoDe b
{
    text-decoration: line-through;
}
.BlcCesta1 .IntPrecoPor
{
    color: #484848;
    font-size: 15px;
}
.BlcCesta1 .IntPreco
{
    color: #484848;
    font-size: 15px;
    font-weight: bold;
}
.BlcCesta1 .IntPreco2
{
    color: #484848;
    font-size: 15px;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 1050px) 
{

    /* ------------- */

    .BlcCesta1 .SRow1
    {
        margin-right: -2px;
        margin-left: -2px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col
    {
        padding-right: 2px;
        padding-left: 2px;
    }

    .BlcCesta1 .SRow1 .SRow1_Col1
    {
        width: 40px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 40px - 110px - 60px - 80px);
    }
    .BlcCesta1 .SRow1 .SRow1_Col3
    {
        width: 110px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col4
    {
        width: 60px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col5
    {
        width: 80px;
    }

    /* ------------- */

    .BlcCesta1 .IntNome
    {
        font-size: 13px;
    }
    .BlcCesta1 .IntText1
    {
        font-size: 11px;
    }

    .BlcCesta1 .IntQuantidade
    {
        color: #484848;
        font-size: 12px;
    }

    .BlcCesta1 .IntPrecoDe
    {
        font-size: 10px;
    }
    .BlcCesta1 .IntPrecoPor
    {
        font-size: 13px;
    }
    .BlcCesta1 .IntPreco
    {
        font-size: 13px;
    }
    .BlcCesta1 .IntPreco2
    {
        font-size: 13px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .BlcCesta1 .SRow1
    {
        display: block;
    }
    .BlcCesta1 .SRow1 .SRow1_Col1
    {
        width: 30px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 30px - 60px);
    }
    .BlcCesta1 .SRow1 .SRow1_Col3
    {
        display: none;
    }
    .BlcCesta1 .SRow1 .SRow1_Col4
    {
        width: 60px;
    }
    .BlcCesta1 .SRow1 .SRow1_Col5
    {
        display: none;
    }

    /* ------------- */

    .BlcCesta1 hr
    {
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;

        max-width: 100px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
PgCesta0
############
*/

.PgCesta0
{
    margin-top: 40px;
}

/* ------------- */

.PgCesta0 .QrRow1
{
}
.PgCesta0 .QrRow1 .QrRow1_Col
{
}

.PgCesta0 .QrRow1 .QrRow1_Col1
{
    width: calc(100% - 380px);
}
.PgCesta0 .QrRow1 .QrRow1_Col2
{
    width: 380px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta0 .QrRow1 .QrRow1_Col1
    {
        width: calc(100% - 340px);
    }
    .PgCesta0 .QrRow1 .QrRow1_Col2
    {
        width: 340px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 900px) 
{

    /* ------------- */

    .PgCesta0 .QrRow1 .QrRow1_Col1
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .PgCesta0 .QrRow1 .QrRow1_Col2
    {
        width: 100%;
    }

    /* ------------- */

}

/* ------------- */

















/*
############
PgCesta1
############
*/

.PgCesta1
{
}

/* ------------- */

.PgCesta1 .QrRow1
{
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: shell-content;
    display: grid;
    grid-template-areas: "main order-summary";
    grid-template-columns: minmax( min-content, calc(50% + calc( calc( 58rem - 48rem  ) / 2 )) ) 1fr;
}
.PgCesta1 .QrRow1 .QrRow1_Col
{
}

.PgCesta1 .QrRow1 .QrRow1_Col1
{
    grid-area: main;
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.PgCesta1 .QrRow1 .QrRow1_Col2
{
    display: block;
    grid-area: order-summary;
    background-color: rgba(33,35,34,0.05);
}

/* ------------- */

.PgCesta1 .QrBlc1
{
    height: 100%;
    width: 100%;

    max-width: 580px;
    padding: 50px;

    border-right: 1px solid #DEDEDE;
}
.PgCesta1 .QrBlc2
{
    width: 100%;
    max-width: 500px;
    padding: 50px;

    position: -webkit-sticky;
    position: sticky;
    right: auto;
    left: auto;
    top: 0;
    bottom: 0;
}

/* ------------- */

.PgCesta1 .QrText1
{
    font-size: 21px;
    font-weight: bold;
    color: #000;

    margin-bottom: 5px;
}

.PgCesta1 .QrText2
{
    font-size: 12px;
    color: #707070
}

.PgCesta1 .QrText3
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.PgCesta1 .QrText3 .IntText1
{
    font-size: 21px;
    font-weight: bold;
    color: #000;
}
.PgCesta1 .QrText3 .IntText2
{
    font-size: 14px;
    color: #0c0d0c;
    text-decoration: underline;
    display: inline-block;
}

.PgCesta1 .QrText4
{
    font-size: 12px;
    color: #707070;
}

.PgCesta1 .QrText5
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    background-color: #f5f5f5;

    color: #707070;
    font-size: 14px;

    text-align: center;

    padding: 20px;
}

.PgCesta1 .QrText6
{
    font-size: 14px;
    color: #0c0d0c;
    text-decoration: underline;
    display: inline-block;
}

.PgCesta1 .QrText9
{
    font-size: 15px;
    color: #000;

    text-align: justify;
}

/* ------------- */

.PgCesta1 .QrBlcD
{
    display: block;
}
.PgCesta1 .QrBlcM
{
    display: none;
}

/* ------------- */

@media screen and (max-width: 980px) 
{

    /* ------------- */

    .PgCesta1
    {
    }

    /* ------------- */

    .PgCesta1 .QrRow1
    {
        display: block;

        padding: 20px;
        margin: 0px auto;
        
        max-width: 580px;
    }
    .PgCesta1 .QrRow1 .QrRow1_Col1
    {
        display: block;
        margin-bottom: 30px;
    }
    .PgCesta1 .QrRow1 .QrRow1_Col2
    {
        display: block;
        background: none;
    }

    /* ------------- */

    .PgCesta1 .QrBlc1
    {
        max-width: none;
        padding: 0px;

        border-right: none;
    }
    .PgCesta1 .QrBlc2
    {
        max-width: none;
        padding: 0px;

        position: relative;
    }

    /* ------------- */

    .PgCesta1 .QrBlcD
    {
        display: none;
    }
    .PgCesta1 .QrBlcM
    {
        display: block;
    }

    /* ------------- */

}

/* ------------- */














/*
############
PgCesta2
############
*/

.PgCesta2
{
    padding: 40px 0px;
}

/* ------------- */

.PgCesta2 .QrRow1
{
}
.PgCesta2 .QrRow1 .QrRow1_Col
{
    width: calc(100% / 3);
}

/* ------------- */

@media screen and (max-width: 1000px) 
{

    /* ------------- */

    .PgCesta2 .QrRow1 .QrRow1_Col
    {
        width: 100%;
        margin-bottom: 20px;
    }

    /* ------------- */

}

/* ------------- */















/*
############
PgCesta2Pgto
############
*/

.PgCesta2Pgto
{
    max-width: 1140px !important;
}

/* ------------- */









/*
############
PgCesta0Compartihar
############
*/

.PgCesta0Compartihar
{
    max-width: 800px !important;
    padding: 20px;
}

/* ------------- */

.PgCesta0Compartihar .ExtText1
{
    color: #222;
    font-size: 24px;
    font-weight: bold;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    padding-bottom: 5px;
    margin-bottom: 20px;
}
.PgCesta0Compartihar .form-group .form-control
{
    display: block;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    border: 1px solid #D2D6DC;
    background-color: rgba(0, 0, 0, 0.05) !important;

    height: 44px;
    line-height: 44px;
    width: 100%;

    padding: 0px 10px;
    margin: 0px;

    color: #333;
    font-size: 14px;
    font-weight: normal;

    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}
.PgCesta0Compartihar .form-control:focus
{
    border-color: #333;

    -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

/* ------------- */













/*
############
PgCestaBarra1
############
*/

.PgCestaBarra1
{
    display: none;

    position: fixed;
    right: 0px;
    top: 0px;

    width: 500px;
    height: 100%;

    z-index: 99000;

    background: #FFF;
    
    overflow-y: auto;
    overflow-x: hidden;
}

/* ------------- */

.PgCestaBarra1_Overlay
{
    display: none;

    cursor: pointer;

    position: fixed;
    left: 0px;
    top: 0px;

    width: 100%;
    height: 100%;

    z-index: 98000;

    background: rgba(0, 0, 0, 0.8);
}

/* ------------- */

.PgCestaBarra1 .PgCestaBarra1Int
{
}

.PgCestaBarra1 .PgCestaBarra1Int .IntTopo
{
    width: 100%;
    height: 50px;

    padding: 0px 20px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .PgCestaBarra1Int .IntCentro
{
}
.PgCestaBarra1 .PgCestaBarra1Int .IntRodape
{
    padding: 20px;
}
.PgCestaBarra1 .PgCestaBarra1Int .IntDados1
{
    padding: 20px;
}

/*
############
IntTopo
############
*/

.PgCestaBarra1 .IntTopo
{
    background: rgba(227, 227, 227, 0.2);
    border-bottom: 1px solid #DEDEDE;
}
.PgCestaBarra1 .IntTopo .IntTopoInt
{
    display: block;
    width: 100%;
}

/* ------------- */

.PgCestaBarra1 .IntTopo .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col1
{
    width: calc(100% - 20px);
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col2
{
    width: 20px;
    text-align: right;
}

/* ------------- */

.PgCestaBarra1 .IntTopo .IntText1
{
    color: #232323;
    font-size: 18px;
    font-weight: bold;
}
.PgCestaBarra1 .IntTopo .IntText2
{
    color: #9b9797;
    font-size: 14px;
    text-decoration: none;
}

/*
############
IntCentro
############
*/

.PgCestaBarra1 .IntCentro
{
    padding: 0px;
    background: #FFF;
}

/*
############
IntCentro_Vazio / ExtCentro
############
*/

.PgCestaBarra1 .IntCentro.IntCentro_Vazio
{
    background: #FFF;
}

.PgCestaBarra1 .IntCentro.IntCentro_Vazio .IntCentroInt
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro
{
    display: block;
    width: 100%;

    text-align: center;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntImagem
{
    color: #D5D5D5;
    font-size: 100px;
    line-height: 100px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntText1
{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntText2
{
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntText3
{
}

/*
############
IntCentro_Carrinho / ExtCentro
############
*/

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro
{
    background: #FFF;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1
{
    padding: 20px;
    margin: 0px;

    border-bottom: 1px solid #E3E3E3;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col1
{
    width: 60px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 60px);
    padding-left: 10px;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2 .SRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2 .SRow2_Col1
{
    width: calc(100% - 20px);
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2 .SRow2_Col2
{
    width: 20px;
    text-align: right;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3 .SRow3_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3 .SRow3_Col1
{
    width: calc(100% - 100px);
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3 .SRow3_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .ImgPrincipal
{
    display: inline-block;
    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntNome
{
    color: #111;
    font-size: 14px;
    font-weight: bold;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText1
{
    color: #484848;
    font-size: 11px;

    margin-top: 5px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntPreco
{
    color: #484848;
    font-size: 15px;
    font-weight: bold;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntRemover
{
    color: #9b9797;
    font-size: 14px;
    text-decoration: none;
}

/*
############
IntRodape
############
*/

.PgCestaBarra1 .IntRodape
{
    background: rgba(227, 227, 227, 0.2);
    border-top: 1px solid #DEDEDE;
}

/*
############
IntRodape / BlcInt1
############
*/

.PgCestaBarra1 .IntRodape .BlcInt1
{
    margin-bottom: 10px;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntRodape .BlcInt1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntRodape .BlcInt1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 100px);
}
.PgCestaBarra1 .IntRodape .BlcInt1 .SRow1 .SRow1_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt1 .IntText1A
{
    color: #202020;
    font-size: 14px;
}
.PgCestaBarra1 .IntRodape .BlcInt1 .IntText1B
{
    color: #202020;
    font-size: 14px;
}
.PgCestaBarra1 .IntRodape .BlcInt1 .IntText1C
{
    color: #686968;
    font-size: 11px;
}

.PgCestaBarra1 .IntRodape .BlcInt1 .IntText2A
{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.PgCestaBarra1 .IntRodape .BlcInt1 .IntText2B
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

/*
############
IntRodape / BlcInt1
############
*/

.PgCestaBarra1 .IntRodape .BlcInt2
{
    margin-bottom: 10px;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt2 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntRodape .BlcInt2 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntRodape .BlcInt2 .SRow1 .SRow1_Col1
{
    width: calc(100% - 100px);
}
.PgCestaBarra1 .IntRodape .BlcInt2 .SRow1 .SRow1_Col2
{
    width: 100px;
    text-align: right;
}

/*
############
IRow1 / BlcInt3
############
*/

.PgCestaBarra1 .IntRodape .BlcInt3
{
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt3 .btn
{
    margin-bottom: 10px;
}
.PgCestaBarra1 .IntRodape .BlcInt3 .btn:last-child
{
    margin-bottom: 0px;
}

/*
############
IntRodape / BlcInt4
############
*/

.PgCestaBarra1 .IntRodape .BlcInt4
{
    margin-bottom: 10px;
    padding: 15px;

    background: #FFF;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt4 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntRodape .BlcInt4 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.PgCestaBarra1 .IntRodape .BlcInt4 .SRow1 .SRow1_Col1
{
    width: calc(100% - 100px);
}
.PgCestaBarra1 .IntRodape .BlcInt4 .SRow1 .SRow1_Col2
{
    width: 100px;
    text-align: right;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText1
{
    font-size: 14px;
    font-weight: bold;
    color: #393838;

    margin-bottom: 10px;
}

.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText2
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText2 .IntText1
{
    font-size: 14px;
    color: #393838;
}
.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText2 .IntText2
{
    font-size: 14px;
    color: #0c0d0c;
    text-decoration: underline;
    display: inline-block;
}

.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText3
{
    text-align: left;
    margin-top: 5px;
}
.PgCestaBarra1 .IntRodape .BlcInt4 .ExtText3 a
{
    font-size: 12px;
    color: #393838;
    text-decoration: underline;
    display: inline-block;
}

/*
############
IntRodape
############
*/

.PgCestaBarra1 .IntDados1
{
    padding: 20px;

    background: rgba(227, 227, 227, 0.2);
    border-bottom: 1px solid #DEDEDE;
}
    
/* ------------- */

@media screen and (max-width: 600px) 
{

    /* ------------- */

    .PgCestaBarra1
    {
        width: 100%;
    }

    /* ------------- */

    .PgCestaBarra1 .PgCestaBarra1Int .IntTopo
    {
        height: 40px;

        padding: 0px 14px;
    }
    .PgCestaBarra1 .PgCestaBarra1Int .IntRodape
    {
        padding: 14px;
    }

    /*
    ############
    IntTopo
    ############
    */

    .PgCestaBarra1 .IntTopo .IntText1
    {
        font-size: 16px;
    }
    .PgCestaBarra1 .IntTopo .IntText2
    {
        font-size: 12px;
    }

    /*
    ############
    IntCentro
    ############
    */

    .PgCestaBarra1 .IntCentro
    {
        padding: 0px;
    }

    /*
    ############
    IntCentro_Vazio / ExtCentro
    ############
    */

    .PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntImagem
    {
        font-size: 80px;
        line-height: 100px;
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntText1
    {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Vazio .ExtCentro .IntText2
    {
        font-size: 14px;
        margin-bottom: 20px;
    }

    /*
    ############
    IntCentro_Carrinho / ExtCentro
    ############
    */

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1
    {
        padding: 14px;
    }

    /* ------------- */

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col1
    {
        width: 50px;
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    /* ------------- */

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2 .SRow2_Col1
    {
        width: calc(100% - 20px);
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow2 .SRow2_Col2
    {
        width: 20px;
    }

    /* ------------- */

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3 .SRow3_Col1
    {
        width: calc(100% - 80px);
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow3 .SRow3_Col2
    {
        width: 80px;
    }

    /* ------------- */


    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntNome
    {
        font-size: 12px;
    }
    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText1
    {
        font-size: 10px;
    }

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntPreco
    {
        font-size: 13px;
    }

    .PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntRemover
    {
        font-size: 12px;
    }

    /*
    ############
    IntRodape / BlcInt1
    ############
    */

    .PgCestaBarra1 .IntRodape .BlcInt1 .IntText1A
    {
        font-size: 14px;
    }
    .PgCestaBarra1 .IntRodape .BlcInt1 .IntText1B
    {
        font-size: 14px;
    }
    .PgCestaBarra1 .IntRodape .BlcInt1 .IntText1C
    {
        font-size: 11px;
    }

    .PgCestaBarra1 .IntRodape .BlcInt1 .IntText2A
    {
        font-size: 14px;
    }
    .PgCestaBarra1 .IntRodape .BlcInt1 .IntText2B
    {
        color: #000;
        font-size: 16px;
    }

    /* ------------- */

}

/* ------------- */













/*
############
blockUI
############
*/

.blockUI.blockOverlay
{
    background-color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1 !important;
}

/* ------------- */









/*
############
PgCestaBlockUi1
############
*/

.PgCestaBlockUi1
{
    border: none !important;
    background: none !important;
    
    text-align: center;
}
.PgCestaBlockUi1 .fa
{
    color: #585858;
    font-size: 18px;
}

/* ------------- */















/*
############
PgCestaMagPop1
############
*/

.PgCestaMagPop1.mfp-bg
{
    background-color: rgba(0, 0, 0, 0.8) !important;
    opacity: 1 !important;
}
.PgCestaMagPop1.mfp-wrap .mfp-preloader
{
    color: #FFF;
    font-size: 42px;
}

/* ------------- */



















/*
############
Outros
############
*/

.sweet-overlay
{
    z-index: 100000 !important;
}
.sweet-alert
{
    z-index: 999999 !important;
}

/* ------------- */