
/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/



.fecha{
      position: relative;
    top: -180px;
  left: 20px;
  /* right: 23px; */

}

.ver{
        font-weight: 800;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1a7308;
    border-color: #1c690a;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1b6109;
    background-color: #fff;
    border: 1px solid #1c690a;
}

.page-link:hover {
  z-index: 2;
  color: #08630a;
  text-decoration: none;
  background-color: #13c503;
  border-color: #1c690a;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 132, 11, 0.72);
}


.breadcrumb-item.active {
    color: #000000 !important;
}

.breadcrumbs{
    font-size: 20px;
    font-weight: 600;
}

.img_mv{
    border: 1px solid #42d424;
     padding: 1px; margin-bottom: 30px;
}

.box-message {
    text-align: justify;
    margin: 20px 20px 10px;
    padding: 2px;
    border: 1px solid #42d424;
    box-sizing: border-box;
    max-width: 800px;
    margin: auto;
        margin-top: 10px;
    margin-left: 20px;
}

.box-message > div {
    border: 1px solid #42d424;
    padding: 20px 30px;
}

.titulo-mpt-red {
    color: #129403;
    font-size: 1.3em;
    font-family: 'Saira Semi Condensed', serif;
}

.cotizacion{
    background-color: #004271;
    color: white;
    font-size: 13px
}

.cabeceracotizacion{
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.cotizaciontexto{
    color: #006c8e;
    font-size: 14px;
    vertical-align: top !important;
     padding: 10px 5px;
}


.wrapper {
  text-align: center;
}
.time {
  color: #fff;
  font-size: 3em;
}
.label {
      font-size: 15px;
    display: block;
    color: #fff;
    margin-bottom: 12px;
}
.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}
#Dias{
        background: #1c710c;
    border-radius: 20px;
    left: -15px;
}

#Horas{
        background: #1c710c;
    border-radius: 20px;
    left: -10px;
}
#Minutos{
        background: #1c710c;
    border-radius: 20px;
    left: -5px;
}
#Segundos{
        background: #1c710c;
    border-radius: 20px;

}

.thheaddetalle{
        background-color: #1c710c;
    color: white;
    font-size: 14px;
}


.mpt-title {
    color: #1c710c;
    font-size: 25px;
    line-height: 1em;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
    border-bottom: 2px solid #1c710c;
    margin-bottom: 15px;
}

.bottom-0-lg {
    bottom: 0;
    position: absolute;
}

.fs-25 {
    font-size: 40px;
}

.list .item-detalle {
    padding: 5px 5px 5px 40px;
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-family: Dosis, serif;
}

.list .item-detalle::before {
    content: ' ';
    height: 80%;
    width: 2px;
    position: absolute;
    background-color: #1c710c;
    left: 20px;
    top: 10%;
}

.list .item-detalle-icon {
    display: inline-block;
    left: 0;
    position: absolute;
    top: 6px;
    font-size: 0.85em;
}

.list .item-detalle-text {
    display: inline-block;
    padding-left: 24px;
    width: calc(100% - 24px);
    text-align: justify;
    font-size: 25px;
}

.list .item-detalle-line {
    position: relative;
}
.titulo-mpt-red {
    color: #1c710c;
    font-size: 1.3em;
    font-family: 'Saira Semi Condensed', serif;
}

.box-message > div > div.text {
    line-height: 2em;
    font-size: 1.25em;
    font-family: 'Open Sans Condensed', sans-serif;
}

.box-message > div > div.text-h {
    font-size: 1.5em;
    font-family: 'Saira Semi Condensed', serif;
    padding-top: 10px;
}
.right {
    text-align: right;
}



.entry {
    padding: 15px;
    margin-bottom: 60px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 16px;
}
.entry1 {
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 16px;
}


.entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 20px;
    text-align: center;
}

.entry .entry-title a {
    color: rgb(17, 17, 17);
    transition: all 0.3s ease 0s;
}

.entry .entry-meta {
    margin-bottom: 15px;
    color: rgb(119, 119, 119);
}

.entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.entry .entry-meta a {
    color: rgb(132, 120, 114);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.entry .entry-content .read-more {
    text-align-last: right;
}

.entry .entry-content .read-more a {
    display: inline-block;
    background: rgb(27, 189, 54);
    color: rgb(255, 255, 255);
    padding: 6px 20px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}
.entry .entry-content .read-more a:hover {
    background: rgb(3, 126, 23);
}

.pagination-page{
    display: flex;
  align-items: center;
  justify-content: center;
}

.dark-theme .current {
    background: rgb(0, 58, 3);
    color: #FFF;
    border-color: rgb(1, 15, 0);
    box-shadow: 0 1px 0 rgb(255 255 255 / 20%), 0 0 1px 1px rgb(0 0 0 / 10%) inset;
    cursor: default;
}

.dark-theme a, .dark-theme span {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid rgb(1, 15, 0);
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: -webkit-linear-gradient(top, #279e18 0%,#0f5a0e 100%);

}


.course-countdown ul{
    width: 100%;
	display:flex;
	align-items:center;
	justify-content:space-around;
	padding:25px 3px;
	list-style-type:none;
	margin: 0;
	border: 2px solid rgb(27, 189, 54);
}

.course-countdown ul li{
    top: -10px;
    position: relative;
    width: 100px;
    height: 60px;
	margin:0 5px;
	font-size:20px;
    background-color: #279e18;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 500;
}
.course-countdown ul li::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    background-color: #f5df1c;
    color: rgb(5, 116, 23);
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    border-radius: 0 0 5px 5px;
}

.course-countdown ul li#dia::before{
    content: 'D';
 }
 .course-countdown ul li#hora::before{
    content: 'H';
 }
 .course-countdown ul li#minuto::before{
    content: 'M';
 }
 .course-countdown ul li#segundo::before{
    content: 'S';
 }
/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){
  



}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

    .container, .container-sm, .container-md {
        max-width: 630px !important;
    }

    .mobile-nav-toggle {
        position: relative;
        /* right: 15px; */
        top: 0px;
        left: 535px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }



    .header-social-links {
        padding: 0 48px 0 0;
        border-left: 0;
    }

    .fecha {
     top: 0px;
     margin-left: -3px;
     }

     .gerente {
        font-size: 13px;
        font-weight: 600;
    }
    .section-title h4 {
        font-size: 16px;
    }
    .img_404 {
    margin-left: 135px;
}


.textDiv_Dias{
    left: -10px !important;
}

.textDiv_Horas{
    left: 111px !important;
}

.textDiv_Minutos{
    left: 233px !important;
}


.textDiv_Segundos{
    left: 357px !important;
}

.header-action.d-none.d-md-block {
    margin-left: 50%;
    margin-top: -70px;
}

.amazingslider-title-1 {
    font-size: 12px;
}


}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

     .mobile-nav-toggle {
        position: relative !important;
        /* right: 15px; */
        top: 0px;
        left: 480px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }
    #amazingslider-wrapper-1{
        margin: 0px auto -32px !important;
    }

    #amazingslider-1{
        width: 540px !important;
    }

    .borde_img{
            margin-top: 45px;
    }

    .header-social-links {
        padding: 0 48px 0 0;
        border-left: 0;
    }

    .fecha {
        top: -520px;
        margin-left: 350px;
    }
    .img_404 {
        width: 100px;
        height: 100px;
        margin-left: 120px;

    }
    .error404 h1 {
            margin-top: 27px;
        margin-left: 200px;
    }

.error404 h2 {
    font-size: 15px;
    margin-left: 170px;
}
.error404 p {
    font-size: 10px;
}

.textDiv_Dias{
    left: -10px !important;
    width: 92.5px !important;
}

.textDiv_Horas{
    left: 93px !important;
    width: 92.5px !important;
}

.textDiv_Minutos{
    left: 197px !important;
    width: 92.5px !important;
}


.textDiv_Segundos{
    left: 301px !important;
    width: 92.5px !important;
}

}

/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media(min-width:575px){



    .amazingslider-text-1 {
    display: none !important;
    }
     .header-social-links {
        padding: 0 48px 0 0;
        border-left: 0;
        }

        .fecha {
        top: 0px;
    }

    .time_circles{
        padding: 25px !important;
        left: 30%;
    }


    .time_circles > div > h4 {
    font-size: 12px !important;
}

.time_circles > div > span {
    font-size: 30px !important;
    height: 75.25px;
}

.textDiv_Dias{
    left: -55px !important;
    width: 65.5px !important;
    height: 75.25px;
}

.textDiv_Horas{
    left: 13px !important;
    width: 65.5px !important;
    height: 75.25px;
}

.textDiv_Minutos{
    left: 81px !important;
    width: 65.5px !important;
    height: 75.25px;
}


.textDiv_Segundos{
    left: 150px !important;
    width: 65.5px !important;
    height: 75.25px;
}

}


@media (max-width:320px){
    .mobile-nav-toggle {
        top: 45px;
        font-size: 24px;

        }
       .time_circles{
        left: 0;
    }

    .table{
            margin-left: -35px;
    }

}
