/* Box basica */
.box-1 {
    padding: 0.625rem 1.25rem;
    font-weight: 700;
}

.box-color {
    padding: 2.375rem;
    border-radius: 5px;
}

.box-color-dots {
    border: 1px dotted #000;
    padding: 0.25rem 0.5625rem;
    text-align: center;
}

/* Update box */
.update-box {
    padding: 0.9375rem;
    margin: 2.5rem 0 1.875rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.update-box-header {
    background-color: #459ef7;
    padding: 0.625rem;
    border-radius: 5px;
}

.update-box-header h3 {
    color: #fff;
    margin: 0.625rem 0;
    font-size: 1.3125rem;
}

.update-box-content {
    background-color: #f4f4c3;
    padding: 0.625rem;
}

.update-box-content p {
    font-size: 1.0625rem;
    line-height: 1.75rem;
}

/* Info box */
.info-box {
    border: 1px solid #007bff;
    border-radius: 0.5rem;
    background-color: #fff;
    margin: 2rem 0;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.1);
}

.info-box-header {
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.info-box-header p {
    margin: 0;
}

.info-box-content {
    padding: 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.info-box-content ul {
    padding-left: 1.2rem;
    margin: 0;
}

.info-box-content li {
    margin-bottom: 1rem;
    font-weight: 400;
}

.info-box-content a {
    text-decoration: underline;
}

.info-box-content a:hover {
    text-decoration: none;
}

.green-box{
    padding: 3vh 2vw;
    background: #EBF5F1;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Image container para boxes */
.image-container img {
    width: 100%;
    height: auto;
    max-width: 25rem;
    margin-bottom: 0.9375rem;
}

/*box with floating number*/
.two-col h4 {
font-size: 24px;
margin-bottom: 20px;
}
.two-col {
position: relative;
background: #F6F7F9;
display: flex;
display: -webkit-flex;
margin: 40px 0;
justify-content: space-evenly;
-webkit-justify-content: space-evenly;
}
.number {
position: absolute;
color: #FFF;
font-size: 24px;
font-weight: 700;
background: #359B76;
border: 4px solid #fff;
border-radius: 100%;
width: 44px;
height: 44px;
line-height: 1.8;
top: 0;
text-align: center;
left: 0;
right: 0;
margin: -22px auto 0;
}
.two-col a {
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.two-col a img {
margin:0;
width: 100%;
opacity: 0;
}
.two-col h4{
margin-top:0 !important;
padding: 0 20px;
}
.two-col p{
padding: 0 20px;
}
.two-col .right {
padding: 20px 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.two-col.right1 a{
max-width: 362px;
}
.two-col.right1 .right {
width: calc(100% - 400px);
}
.two-col .right p {
margin-bottom:0;
font-size:1.1rem;
}
.two-col-rev a {
margin-left: 20px;
margin-right:0;
}

/*Reader Box*/
.reader-box, .reader-box-big {
    display: block;
    margin-bottom: 20px;
    padding: 12px;
    background: #EDF9FF;
}

.reader {
    width: 100%;
    display: inline-block;
    max-width: 120px;
    margin-right: 10px;
}

.reader-box .right {
    display: inline-block;
    width: calc(100% - 140px);
    vertical-align: top;
}

.reader-big{
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 1rem;
}

.reader-box-big .right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.reader-box-pr1 {
    display: block;
    text-align: left;
    color: #262626;
    font-size: 16px !important;
    line-height: 22px !important;
    padding-top: 0;
    margin: 0;
    margin-bottom: 8px;
}

.reader-box-pr {
    font-size: 16px !important;
    line-height: 22px !important;
}

.reader-box-pr1 strong {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.reader-box-pr1 img {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.orange_box {
font-size: 20px;
line-height: 28px;
color: #000;
background: #FFF6EE;
margin-bottom:15px;
border-left: 20px solid #EF7A1A;
padding: 10px 25px 10px 25px;
margin: 40px auto;
}

/*GUARANTEE BOX*/
.guarantee-box{
    background: #fff;
    border: 4px solid #007386;
    border-radius: 5px;
    margin: 14vh 0 5vh 0;
    text-align: center;
}

.guarantee-box .div-0{
    position:absolute;
    top:-77px;
    right:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

.guarantee-badget{
    max-width: 150px;
}

.guarantee-box .div-1{
    margin-top: 85px;
    color: #393939;
    padding: 0 15px;
}

.guarantee-box .div-1 h2{
    font-size: 1.2rem;
    font-weight: 700;
}

.guarantee-box .div-2{
    line-height: 85px;
    padding: 18px 15px 12px;
    background: #007386;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}

.guarantee-box .div-2 p{
    margin:0;
    font-size: 2.5rem;
}

.guarantee-box .div-3{
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 25px 20px;
    color: #393939;
}

/* YELLOWBOX */
.yellowbox {
    background: #ffffc2;
    padding: 5px 20px;
}

.yellowbox-btn-bg{
    background-image: url("../images/green_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height:150px;
    padding: 20px 20px 20px 85px;
}

.yellowbox-btn-text{
    margin:0;
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px 4px black;
    font-size: 27px;
}

.yellowbox-btn-1 a{
    text-decoration:none;
}

.yellowbox-btn-1{
    width:75%
}

.yellowbox{
    background: #ffffc2;
    padding: 5px 20px;
}

.yellowbox p {
    font-size: 19px;
}

.yellowbox img{
    width:50%;
}

.yellowbox-image-2{
    max-width: 250px !important;
}

a.yellowbox-btn-1{
background: linear-gradient(to right,#31cd13 ,#28a311);
background-color: #31cd13;
color: #fff;
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
font-style: normal;
text-decoration: none;
padding: 25px 20px;
border: 0px solid #000;
border-radius: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
text-shadow: 1px 1px 13px #179b0d;
width: 100%;
}
a.yellowbox-btn-1 span{
margin-right: 20px;
display: block;
transform: rotate(0deg);
font-size: 35px;
}
a.yellowbox-btn-1:hover{
background: linear-gradient(to right,#2ec212 ,#4af22a);
background-color: #2ec212;
}
a.yellowbox-btn-1:active{
transform: scale(0.95);
}

@media (min-width: 768px) {
.update-box-content p{
    font-size: 1.35rem;
}
a.yellowbox-btn-1 {
    font-size: 25px;
}
.guarantee-box .div-1 h2{
        font-size: 2.5rem;}
        
 .guarantee-box .div-2 p{
        font-size: 5rem;
    }
    
}

@media (min-width: 992px) {
.yellowbox-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 16px;
        padding: 5px 0;
        margin:0;
    }
}

@media (max-width: 768px){
    
.two-col {
flex-direction: column;
-webkit-flex-direction: column;
}

.two-col .right {
padding-top: 40px;}

.two-col .right ,.two-col a {
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}

.col-rev {
flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;}

.reader {
max-width: 130px;
margin-right: 0;
display: block;
margin: 10px 0;
}

.reader-box .right {
display: block;
padding: 10px;
width: calc(100% - 20px);
}

.reader-box {
display: flex;
flex-direction: column-reverse;
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
}

}