@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    overflow-wrap: break-word;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p, li, .main-content p, .main-content li {
    font-size: 19px;
}

header {
    width: 100%;
}

.header-div-3{
    height: 20px;
    background: #003366;
    border-top: 5px solid #C20017;
}

.header-text-1{
    margin: 0;
    font-size:13px;
}

#image-header img{
    border-radius: 5px;
}

footer {
    background-color: #F5F5F5;
    padding: 2.5rem;
    color: black;
}

footer p, footer li {
    font-size: 13px;
}

footer ul {
    list-style: none;
}

.content-images{
    margin: 1rem auto !important;
    display: block;
}

.main-content p, .main-content li {
    font-size: 18px;
    line-height: 21px;
}

.title-1{
    font-weight: 800;
    line-height: 43px;
}

.author-container {
display: flex;
align-items: flex-start;
gap: 10px;
max-width: 100%;
}

.author-info {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
}

.author-text {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    color: #1a4a89;
    padding-right: 8px;
}

.date {
    font-size: 16px;
    margin: 0;
    margin-top: 15px;
    margin-bottom:1rem;
}

.results {
    color: gray;
    font-size: .875em !important;
}

.link-gray{
    font-style:italic;
    color: #2b2b2b;
    text-decoration:underline;
    display:block;
    text-align:center;
}

/*LOGO*/

.logo{
    max-width: 150px;
    margin-bottom: 15px;
}

/*FONT SIZES*/

.f-m-1{
    font-size: 1rem !important;
}

.f-m-12{
    font-size: 1.2rem !important;
}

.f-m-14{
    font-size: 1.4rem !important;
}

.f-m-16{
    font-size: 1.6rem !important;
}

/*WIDTH*/
  .w-m-60{
      width:60% ;
  }


/* BUTTONS */

a.btn-1 {
    width: 100%;
}

a.btn-1 {
    background: linear-gradient(to right, #31cd13, #28a311);
    background-color: #31cd13;
    color: #fff;
    font-size: 1.6rem;
    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;
}

a.btn-2 {
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: linear-gradient(to bottom, #ff7802 5%, #bc3315 100%);
    background-color: #ff7802;
    border-radius: 3px;
    border: 1px solid #ff7802;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 30px;
    padding: 15px 76px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ff7802;
}

a.btn-2:hover{
    background: linear-gradient(to bottom, #bc3315 5%, #ff7802 100%);
    background-color: #bc3315;
    color: #fff;
}

a.btn-3{
    background: linear-gradient(#01C614, #019E10);
    font-weight: 600;
    text-shadow: 1px 2px 2px #036b0a;
    font-size: 28px;
    color: white;
    padding: 20px 45px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 199, 17, 1);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0, 199, 17, 1);
    box-shadow: 0px 0px 16px 1px rgba(0, 199, 17, 1);
}

a.btn-3:hover {
    color: #fff;
    background: linear-gradient(#019E10, #01C614);
}

a.btn-4{
    display: inline-block;
    background-color: #ed8936;
    color: #fff;
    -webkit-box-shadow: 0 5px 0 0 #c05621;
    -moz-box-shadow: 0 5px 0 0 #c05621;
    box-shadow: 0 5px 0 0 #c05621;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5rem;
    margin-bottom: 5px;
    -webkit-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}

a.btn-4:hover {
    background-color: #dd6b20;
    color: #fff;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
}

.sticky-button-div {
    width: 100%;
    background: #003366;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    z-index: 2000;
}

/* IMG CAPTION */

.pos-rel{
        position:relative;
    }
    
    .img-caption{
        position: absolute;
    right: 0;
    bottom: 0;
    background: #837e7ed9;
    color: white;
    padding: 3px 5px;
    font-size: 13px;
    }
    
/* COUPON DIVIDER */

.coupon-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin: 30px 0;
  position: relative;
}

.coupon-divider .line {
  flex-grow: 1;
  border-top: 2px dotted #aaa;
  position: relative;
  height: 1px;
}

.coupon-divider .scissors {
        position: absolute;
        transform: rotate(-20deg);
        max-width: 20px;
        left: 20px;
        top: 0px;
    }
    
    .coupon-divider .label {
      font-size: 11px;
      font-weight: 500;
      white-space: nowrap;
      color: #000;
    }
    
/* PLAY BUTTON */

    .pos-ab{
        position: absolute;
        top:0;
        right:0;
        left:0;
        bottom:0;
    }

    .play-button{
        max-width: 70px;
    }


/*BOXES*/

.tag{
    background-color: red;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 500px;
    color: #fff;
}

blockquote, .blockquote {
    padding: 1rem;
    background: #FFF6EE;
    font-weight: 500;
    font-size: 18px;
}

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

.update-box {
    padding: 15px;
    margin: 40px 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.update-box-header h3 {
    color: #fff;
    margin: 10px 0;
    font-size: 21px;
}

.update-box-content {
    background-color: #f4f4c3;
    padding: 10px;
}

.update-box-content p {
    font-size: 17px;
    line-height: 28px;
}

.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;
}

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

.box-color-dots {
    border: 1px dotted #000;
    padding: 4px 9px;
    text-align: center;
}

.image-container img {
    width: 100%;
    height: auto;
    max-width: 400px; /* Ajusta el tamao de la imagen en desktop */
}

.comment-box{
        min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.comment-box form{
    
}

.comment-box .form-group{
        margin-bottom: 15px;
}

/*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;
}
.two-col-rev a {
margin-left: 20px;
margin-right:0;
}

/*Reader Box*/
.reader-box {
    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-box-pr1 {
    display: block;
    text-align: left;
    color: #262626;
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
    margin: 0;
    margin-bottom: 8px;
}

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

.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: 2.5rem;
    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: 5rem;
}

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

@media (max-width: 798px){

    .guarantee-box .div-1 h2{
        font-size: 1.2rem;
        font-weight: 700;
    }
    
    .guarantee-box .div-2 p{
        margin:0;
        font-size: 2.5rem;
    }
    
}



/*---------------------------------------------------------------------*/
/*--------------------BOXES END--------------------------*/
/*---------------------------------------------------------------------*/

/*COLORS*/

.bg-melon {
    background: #FFDFC5;
}

.bg-blue-2 {
    background-color: cornflowerblue;
}

.bg-blue-3 {
    background-color: #cfdff3;
}

.bg-blue-4 {
    background-color:#007bff;
}

.blue-1 {
    color:#274593;
}

.bg-black-1{
    background-color: black;
}

.bg-light-green{
    background: #EFFFF7;
}

.bg-pink{
    background: #EC479F;
}

.bg-gray{
    background: #f7f7f7;
}

.bg-green{
    background: #00cc07 !important;
}

.border-pink{
    border: 1px solid #EC479F !important;
}

.red {
    color:red;
}

.white {
    color:#ffffff;
}

.shadow-green{
    text-shadow: 1px 1px 13px #193304 !important;
}

.orange{
    color: #F16D00;
}


/*COMMENTS*/
    .comments {
	display: block;
	margin-bottom: 30px;
    }
    
    .comments-author{
        margin:0 !important;
        font-size:16px !important;
        font-weight: 700;
    }
    
    .comments-date{
        margin:0 !important;
        font-size:14px !important;
        color:gray;
    }
    
    .comments-text{
        margin:0 0 10px 0 !important;
        font-size:14px !important;
    }
    
    .comment-img{
        max-width:100%;
        margin-left:auto;
    }
    
    .line{
        border-bottom: 1px solid rgb(224, 224, 224, 0.3);
    }


/* ORGANIC ADS */

.orgads-div-1{
        margin: 10px;
}
    
.orgads-div-1 a{
    text-decoration:none;
}

.orgads-title{
        color: #2a2a2a;
        text-decoration: none;
        line-height: 18px;
        font-size: 16px;
        font-weight:600;
}

.orgads-image{
    aspect-ratio: 4/3 !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius:5px;
}

.orgads-text-1{
    color: #007bff! important;
    font-size: 16px! important;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}

.orgads-btn-1{
       
}

.orgads-button span{
    font-size: 12px;
    color: #015bcd;
    line-height: 23px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 10px;
}



.orgads-div-2 {
  display: flex;
  background-color: #f7f7f7;
  padding: 8px;
  gap: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  align-items: flex-start;
}


.orgads-image-2 {
  flex: 0 0 40%;
  max-width: 40%;
}

.orgads-image-2 a {
  display: block;
}

.orgads-image-2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;     
  object-fit: cover;
  border-radius: 4px;
}


.orgads-content-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.orgads-title-2 {
  display: block;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;      
}


.orgads-button-2 a {
    display: inline-block;
    color: #0d6efd;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}


/* ORGANIC ADS END */


/*SIDEBAR*/
.sidebar-div-1{
    
}

.sidebar-div-reviews{
    margin: 50px 0;
}

.sidebar-review-image{
    max-width: 60px;
    border-radius: 100px;
}

.sidebar-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1020;
}

.sidebar-sticky .div-1{
    background: #ffd928;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.sidebar-sticky .div-2{
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffc2 none repeat scroll 0% 0%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.sidebar-sticky .div-1{
    background: #ffd928;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.sidebar-sticky .div-1 h5{
    margin:0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.sidebar-sticky .div-2{
    margin-left: 0px;
    margin-right: 0px;
    background: #ffffc2 none repeat scroll 0% 0%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.sidebar-sticky .sidebar-div-2 h4{
    margin:0;
    font-size: 21px;
}

.sidebar-div-1b h4{
    margin:0;
}

.sidebar-text-1 p{
    margin:0 !important;
}

.sidebar-review-text-2{
    display:flex;
    align-items: center;
    gap: 10px;
}

/* SIDEBAR BUTTON */
a.sidebar-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:20px;
border: 0px solid #000;
border-radius: 10px;
display: inline-flex;
justify-content: center;
align-items: center;
text-shadow: 1px 1px 13px #179b0d;
}
a.sidebar-btn-1 span{
margin-right: 20px;
display: block;
transform: rotate(0deg);
font-size: 30px;
}
a.sidebar-btn-1:hover{
background: linear-gradient(to right,#2ec212 ,#4af22a);
background-color: #2ec212;
}
a.sidebar-btn-1:active{
transform: scale(0.95);
}

.pulse {
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

.bottomdiv{
    width:100%;
    height: 50px;
    border-top:1px solid rgb(245 245 245);
    margin-top:30px;
}

.sidebar-review{
    border-bottom: 1px dashed #274593;
    margin: 15px 0;
}

.sidebar-review p{
    font-size:16px;
}

.sidebar-review{
    line-height: 1.4;
}

.sidebar-review-div{
    padding: 15px 0;
}

.sidebar-review-text-1{
    font-size:16px;
    color: #274593;
    font-weight:500;
}

.sidebar-review-text-2{
    font-size:16px;
    color: #274593;
}

.sidebar-review-text-3{
    font-size:14px;
    text-align: center;
}

/*END SIDEBAR*/



@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;
}

}




@media (min-width: 768px) {
    
    .author-container {
    align-items: center;
    }
    
    .main-content p, .main-content li {
    /*font-size: 1.35rem;*/
    line-height: 1.4;
    }
    
    .accordion-button{
    font-size: 1.2rem;
    font-weight: 600;
    }
    
    .accordion-body{
    font-size: 1.3rem;
    }
    
    .comments-text{
        font-size:16px !important;
    }
    
    .comment-img{
        width:50%;
        margin-left:auto;
    }
    
    .orgads-title{
    line-height: 23px;
    font-size: 18px;
    }
    
    .orgads-div-2{
    align-items: anchor-center;
    gap: 30px;}
    
  .orgads-title-2{
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 10px;
   }

  .orgads-image-2 img {
    aspect-ratio: 6 / 3;     
  }
  
  .orgads-image-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .orgads-button-2 a{
    font-size: 1rem;
  }
  
  .orgads-button-2 {
    margin-top: auto;  
    text-align: right;
    padding-right: 10px;
  }
  
  /*COUPON*/
  .coupon-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin: 30px 0;
  position: relative;
}

.coupon-divider .line {
  flex-grow: 1;
  border-top: 2px dotted #aaa;
  position: relative;
  height: 1px;
}

.coupon-divider .label {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #000;
}

.coupon-divider .scissors {
  position: absolute;
  right: 20px;
  top: -6px;
  max-width: 30px;
  transform: rotate(-20deg); /* opcional: para inclinar la tijera */
}

  /*FONT STYLES*/
  
  
  /*FONT SIZES*/

.f-1{
    font-size: 1rem !important;
}

.f-12{
    font-size: 1.2rem !important;
}

.f-14{
    font-size: 1.4rem !important;
}

.f-16{
    font-size: 1.6rem !important;
}
  
  /*WIDTH*/
  .w-10{
    width:10% !important;
}

.w-30{
    width:30% !important;
}

.w-40{
    width:40% !important;
}

/* PLAY BUTTON */

    .play-button{
        max-width: 140px;
    }
    
    
     .sidebar-btn-1{
        padding: 20px 15px 20px 25px;
    }
    
    .sidebar-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 12px;
        padding: 5px 0;
        margin:0;
    }
  
  .product-image-sidebar{
        max-width:100%;
        margin: 0 auto;
        display: block;
    }
    
    .product-image-sidebar{
        max-width:270px;
        margin: 0 auto;
        display: block;
    }
  
    
}


@media (min-width: 992px) {
    a.btn-1 {
        width: 60%;
    }
    
    .btn-small{
        width: 40% !important;    
    }
    
    .btn-large{
        width: 80% !important;
    }
    
    .btn-full{
        width:100% !important;
    }
    
    .comment-content-img {
            max-width: 450px;
            margin: auto;
            display: block;
    }
    
    .sidebar-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 16px;
        padding: 5px 0;
        margin:0;
    }
    
    .yellowbox-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 16px;
        padding: 5px 0;
        margin:0;
    }
    
    .product-image-sidebar{
        max-width:100%;
        margin: 0 auto;
        display: block;
    }
    
    .product-image-sidebar{
        max-width:250px;
        margin: 0 auto;
        display: block;
    }
    
}

@media (min-width: 1200px) {
    
    .container{
        max-width: 1170px;
    }

 .orgads-div{
        margin-top: 20px !important;
    } 
    
    /* WIDTH */
    .w-large{
        width:80% !important;
    }
    
    .sidebar-btn-1-txt p{
        color: white;
        font-weight: 700;
        text-shadow: 2px 2px 4px black;
        font-size: 18px;
        padding: 5px 0;
        margin:0;
    }
    
}
@media (max-width: 992px) {
    .guarantee-box .div-2 p{
        font-size: 2.9rem;
    }
}
