/*
Theme Name: Club Cruz Verde
Theme URI: https://retargeting.cl/
Author: Retargeting
Author URI: https://retargeting.cl/
Description: WordPress theme developed for Club Cruz Verde
Tags: Club Cruz Verde
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clubcruzverde
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*theme*/
body{
    background-color: #f0f0f0 !important;
}

.green{
    color: #009634;
}

.light-green{
    color: #93d700;
}

.gray{
    color: #4d4d4d;
}

.yellow{
    color: #fad004;
}

.orange{
    color: #ff6900;
}

.purple{
    color: #4f58c6;
}

.light-blue{
    color: #37a8e2;
}

.color-dermo{
    color: #11a890 !important;
}

.color-bienestar{
    color: #A8BE3E !important;
}

.bg-green{
    background-color: #009634;
}

.bg-light-green{
    background-color: #93d700 !important;
}

.bg-orange{
    background-color: #ff6900;
}

.bg-purple{
    background-color: #4f58c6;
}

.bg-light-blue{
    background-color: #37a8e2;
}

.bg-tr-green{
    background-color: rgba(0,150,53,0.7) !important;
}

.bg-tr-light-green{
    background-color: rgba(147,215,0,0.7) !important;
}

.bg-tr-orange{
    background-color: rgba(255,105,0,0.7) !important;
}

.bg-tr-purple{
    background-color: rgba(79,88,198,0.7) !important;
}

.bg-tr-light-blue{
    background-color: rgba(55,168,226,0.7) !important;
}

.bg-color-dermo{
    background-color: #11a890;
}

.bg-color-bienestar{
    background-color: #A8BE3E !important;
}

.bg-color-colesterol{
    background-color: #ff6900 !important;
}

.border-bienestar{
    border-color: #A8BE3E !important;
}

.center{
    text-align: center;
}
/*fonts*/
@font-face {
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger'), url('./fonts/Frutiger.woff') format('woff');
}

@font-face {
    font-family: 'Frutiger Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger Bold'), url('./fonts/Frutiger_bold.woff') format('woff');
}

@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro-Medium.woff2') format('woff2'),
    url('./fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('./fonts/DINPro-Black.woff2') format('woff2'),
    url('./fonts/DINPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.col-title{
    padding-bottom: 40px;
}

h1.title{
    font-family: 'DIN Pro';
    font-weight: 500;
}

h1.title strong{
    font-weight: 900;
}

h3.subtitle{
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 1.2rem;
}

.col-breadcrumb-alone{
	padding-top: 140px;
}

.title-alone{
    padding-top: 54px;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*navbar*/
.navbar{
    background-color: #ffffff;
    border-top: 28px solid #009634;
    border-bottom: 2px solid #93d700;
}

.nav-topbanner-link{
    position: fixed;
    top: 2px;
    color: #ffffff;
    font-size: 12px;
}

.nav-topbanner-link:hover{
    text-decoration: none;
    color: #ffffff;
}

.navbar .navbar-collapse ul li a {
    font-family: 'Frutiger';
    color: #4d4d4d;
    text-transform: uppercase;
}

.navbar-collapse{
    padding-left: 30px;
}

.navbar .navbar-collapse ul li a:hover{
    color: #009634;
}

button.navbar-toggler:focus{
    outline: none;
}

.navbar-toggler-icon i{
    color: #4d4d4d !important;
}

.navbar-toggler-icon i:hover{
    color: #009634 !important;
}

a.dropdown-item{
    text-transform: none !important;
}

.search-box{
    background-color: #f0f0f0;
    outline: none;
    height: 35px;
    font-size: 12px;
    border: 0;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}

.search-button{
    position: absolute;
    right: 16px;
    border: 0;
    width: 35px;
    height: 35px;
    outline: 0;
    background: none;
}

.login-group:hover{
    text-decoration: none;
}

.text-login p{
    font-size: 11px;
    color: #4d4d4d;
}

.text-login p:hover{
    color: #009634;
}

/*slider*/
#slide{
    padding-top: 105px;
    padding-bottom: 50px;
}

/*sections-home*/
.registro-box{
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 390px;
    background-image:url('./img/registro.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.registro-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.registro-box-info{
    position: absolute;
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 50px;
    padding: 30% 10px;
    background-color: rgba(255,255,255,0.85);
}

.registro-box-logo{
    text-align: center;
}

.registro-box-title{
    padding-top: 20px;
}

.registro-box-button{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

a.registro-button{
    background-color: #ffffff;
    border: 2px solid #009634;
    color: #009634;
    border-radius: 15px;
    padding: 5px 20px;
}

a.registro-button:hover{
    text-decoration: none;
    background-color: #009634;
    color: #ffffff;
}

.section-box{
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 390px;
    background-color: #ffffff;
}

.section-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.section-box-image{
    height: 280px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
}

.section-box-image-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position-x: center;
}

.section-box-info{
    background: #ffffff;
    position: relative;
    top: 86%;
    transform: translateY(-100%);
    border-bottom-left-radius: 50px;
}

.section-box-title{
    padding: 5px 20px;
}

h3.title{
    font-family: 'Frutiger';
    font-size: 26px;
}

h3.title-filter{
    font-size: 22px;
    border: 2px solid;
    padding: 10px;
    border-radius: 30px;
}

h3.title i{
    float: right;
    font-size: 24px;
}

.section-box-button{
    float: right;
}

a.circle-button{
    padding-right: 20px;
}

a.circle-button i{
    font-size: 20px;
    color: #009634;
    border: 2px solid #009634;
    padding: 15px 10px;
    border-radius: 50%;
    line-height: 0;
}

a.circle-button i:hover{
    background-color: #009634;
    color: #ffffff;
}

@media (max-width: 1200px) {
    h3.title{
        font-size: 21px;
    }
}

@media (max-width: 992px) {
    h3.title{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    h3.title{
        font-size: 22px;
    }
}

/*breadcrumb*/

#crumbs{
    font-size: 12px;
}

#crumbs a{
    color: #009634;
}

/*beneficios*/
.beneficio-box{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.beneficio-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.beneficio-box-info{
    position: absolute;
    height: 100%;
    width: 200px;
    border-top-left-radius: 50px;
    padding: 25px 10px 10px;
}

.beneficio-discount-number{
    font-family: "DIN Pro";
    font-weight: 900;
    color: #ffffff;
    font-size: 104px;
    line-height: 0.7;
    padding-right: 5px !important;
}

.beneficio-discount-text{
    font-family: "DIN Pro";
    font-weight: 500;
    color: #ffffff;
    padding-left: 5px !important;
    text-align: center;
}

.beneficio-discount-text span.percent{
    font-size: 58px;
    line-height: 1;
}

.beneficio-discount-text span.text{
    font-size: 18px;
}

.beneficio-box-name {
    font-family: "DIN Pro";
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
}

.beneficio-box-days{
    font-family: "DIN Pro";
    font-weight: 900;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.beneficio-box-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

a.beneficio-button{
    background-color: #ffffff;
    border: 2px solid #009634;
    color: #009634;
    border-radius: 15px;
    padding: 5px 20px;
}

a.beneficio-button:hover{
    text-decoration: none;
    background-color: #009634;
    color: #ffffff;
}

/*beneficio*/
section#content-beneficio{
    background-color: #ffffff;
}

.col-bg-beneficio{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

.col-beneficio{
    padding-top: 40px;
    padding-bottom: 70px;
}

.discount-beneficio{
	justify-content: flex-end;
}

.discount-beneficio-number{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 200px;
    padding-right: 5px !important;
    line-height: 0.6;
}

.discount-beneficio-text{
    padding-left: 5px !important;
}

.discount-beneficio-text span.percent{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 116px;
    line-height: 1.2;
}

.discount-beneficio-text span.text{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 40px;
    line-height: 0;
}

.call-beneficio{
	text-align: right;
    font-family: 'Frutiger';
    padding-top: 20px;
    font-size: 28px;
}

.title-beneficio{
    text-align: right;
    font-family: 'Frutiger';
    color: #4d4d4d;
    font-size: 36px;
    padding-top: 20px;
}

.text-beneficio{
    color: #4d4d4d;
    font-size: 14px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
	text-align: right;
}

.beneficio-button{
    padding-top: 20px;
    text-align: right;
}

a.beneficio-products-button{
    background-color: #009634;
    border: 2px solid #009634;
    color: #ffffff;
    border-radius: 15px;
    padding: 5px 20px;
}

a.beneficio-products-button:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #009634;
}

.img-logos-marcas{
	width: 100%;
}

@media (max-width: 768px) {
	.discount-beneficio{
		justify-content: center!important;
	}
	
	.discount-beneficio-number{
		font-size: 150px;
	}
	
	.discount-beneficio-text span.percent{
		font-size: 98px;
	}
	
	.discount-beneficio-text span.text{
		font-size: 32px;
	}
	
	.call-beneficio{
		font-size: 18px;
		text-align: center;
	}
	
	.title-beneficio{
		font-size: 22px;
		text-align: center;
	}
	
	.beneficio-button{
		text-align: center;
	}
	
	.text-beneficio{
		text-align: center;
	}
	
	.logos-marcas{
		text-align: center;
	}
	
	.img-logos-marcas{
		width: 90%;
	}
}

/*programas*/
.programa-box{
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 335px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.programa-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.programa-box-image{
    height: 250px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
}

.programa-box-image-bg{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position-x: center;
}

.programa-box-info{
    position: relative;
    top: 96%;
    transform: translateY(-100%);
    border-bottom-left-radius: 50px;
}

.programa-box-title{
    padding: 5px 20px;
}

h3.programa-title{
    font-family: 'Frutiger';
    font-size: 22px;
    color: #ffffff;
    display:table-caption;
}

.programa-box-button{
    position: absolute;
    right: 0px;
    top: 0px;
}

a.programa-circle-button{
    padding-right: 20px;
}

a.programa-circle-button i{
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 10px;
    border-radius: 50%;
    line-height: 0;
}

a.programa-circle-button i:hover{
    background-color: #ffffff;
    color: #009634;
}

/*alianzas*/
section#content-alianzas{
    padding-bottom: 70px;
}

.col-form-region{
    padding-bottom: 40px;
    text-align: center;
}

#region{
    width: 20% !important;
    margin: 0 auto;
}

.alianzas-filter{
    background-color: #ffffff;
    padding: 25px;
    border-radius: 15px;
}

ul.cat-list{
    padding-left: 0px;
}

.form-check{
    padding-bottom: 15px;
}

.form-check label {
    font-family: "DIN Pro";
    font-weight: 500;
    color: #808080;
}

.alianzas-ads{
    margin-top: 25px;
    background-color: #ffffff;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
}

.alianzas-button{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

a.alianzas-ads-button{
    background-color: #009634;
    border: 2px solid #009634;
    color: #ffffff;
    border-radius: 15px;
    padding: 0 20px;
    align-self: flex-end;
}

a.alianzas-ads-button:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #009634;
}

.alianza-box{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.alianza-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.alianza-box-info{
    position: absolute;
    height: 100%;
    width: 50%;
    border-top-left-radius: 50px;
    padding: 36px 10px;
    background-color: rgba(255,255,255,0.85);
}

.box-info-pacom{
    padding: 28% 10px;
}

.alianza-box-logo{
    text-align: center;
    height: 75px;
    width: 100%;
}

.logo-alianza{
    max-width: 85%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.alianza-box-discount{
    padding-top: 15px;
    color: #ff6900;
}

.discount-alianza-number{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 100px;
    padding-right: 5px !important;
    line-height: 0.6;
}

.discount-alianza-text{
    padding-left: 5px !important;
}

.discount-alianza-text span.percent{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 58px;
    line-height: 1.2;
}

.discount-alianza-text span.text{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 20px;
    line-height: 0;
}

.alianza-box-title{
    padding-top: 30px;
    text-align: center;
	font-size: 14px;
}

.title-pacom{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.title-pacom p{
    margin-bottom: 0px;
}

.title-pacom > p:nth-child(2){
    font-size: 24px;
}

.alianza-box-button{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

a.alianza-button{
    background-color: transparent;
    border: 2px solid #ff6900;
    color: #ff6900;
    border-radius: 25px;
    padding: 6px 12px;
}

a.alianza-button:hover{
    text-decoration: none;
    background-color: #ff6900;
    color: #ffffff;
}

a.pacom-general-button{
    border: 2px solid #009634;
    color: #009634;
}

a.pacom-general-button:hover{
    background-color: #009634;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .discount-alianza-number{
        font-size: 75px;
    }
}

@media (max-width: 768px) {
    .form-control{
        width: 100% !important;
    }

    .alianzas-ads{
        display: none;
    }

    .alianzas-filter{
        margin-bottom: 40px;
    }

    h3.title-filter{
        margin-bottom: 20px;
    }

    .custom-logo-link{
        margin-left: 40px;
    }

    h1.title{
        font-size: 30px;
    }

    h3.subtitle{
        font-size: 16px;
    }

    #content-beneficio{
        background-image: none !important;
    }

    .title-beneficio{
        line-height: 32px;
    }

    .login-group{
        margin-top: 20px;
    }

    .col-search{
        padding-left: 0px !important;
    }

    .discount-alianza-number{
        font-size: 70px;
    }

    .discount-alianza-text span.percent{
        font-size: 36px;
    }

    .discount-alianza-text span.text{
        font-size: 13px;
    }
}

/*alianza*/
section#content-alianza{
    padding-bottom: 50px;
}

.alianza-detail{
    background-color: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.alianza-detail-up, .alianza-detail-down{
    padding: 20px;
}

.alianza-detail-validity{
    background-color: #ff6900;
    border-radius: 15px;
    padding: 2px 15px;
    color: #ffffff;
    width: 250px;
    margin: 10px auto 0px;
    text-align: center;
    font-size: 15px;
}

.discount-alianza-detail-number{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 120px;
    padding-right: 5px !important;
    line-height: 0.6;
    margin-top: -20px;
}

.amount{
    font-size: 42px;
    text-align: center;
    padding-right: 15px !important;
    margin-top: 0;
    line-height: 1;
}

.discount-alianza-detail-text{
    padding-left: 5px !important;
    margin-top: -20px;
}

.condition{
    text-align: center;
    padding-left: 15px !important;
    margin-top: 0;
    margin-bottom: 5px;
}

.discount-alianza-detail-text span.percent{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 66px;
    line-height: 1.2;
}

.discount-alianza-detail-text span.text{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 24px;
    line-height: 0;
}

.alianza-detail-logo{
    text-align: center;
}

.img-alianza-logo{
    max-width: 50%;
    max-height: 100px;
}

.alianza-detail-text{
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;

}

.alianza-detail-down{
    border-bottom-left-radius: 50px;
}

h3.alianza-detail-info-title{
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;

}

h3.alianza-detail-info-title i{
    float: right;
}

a.donde-obtener-button{
    background-color: #ffffff;
    border: 2px solid #009634;
    color: #009634;
    border-radius: 15px;
    padding: 5px 20px;
}

a.donde-obtener-button:hover{
    text-decoration: none;
    border-color: #ff6900;
    color: #ff6900;
}

@media (max-width: 1200px) {
    .discount-alianza-detail-number{
        font-size: 75px;
    }

    .discount-alianza-number{
        font-size: 75px;
    }

    .amount{
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .alianza-detail-validity, .alianza-detail-logo, .alianza-detail-text {
        text-align: center;
        margin: 0 auto;
    }

    .alianza-detail {
        margin-bottom: 25px;
    }

    .amount {
        margin-bottom: 20px;
    }

    h3.alianza-detail-info-title {
        font-size: 1rem;
    }
}

/*Pacom*/
section#pacom{
    padding-bottom: 50px;
}

.pacom-box{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pacom-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.pacom-box-info{
    position: absolute;
    height: 100%;
    width: 50%;
    border-top-left-radius: 50px;
    padding: 36px 10px;
    background-color: rgba(255,255,255,0.85);
}

.pacom-box-logo{
    text-align: center;
    height: 75px;
    width: 100%;
}

.logo-pacom{
    max-width: 85%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.pacom-box-discount{
    padding-top: 15px;
    color: #009634;
}

.discount-pacom-number{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 80px;
    padding-right: 5px !important;
    line-height: 0.6;
}

.pacom-number-amount{
    font-size: 36px;
    text-align: center;
    padding-right: 15px !important;
    margin-top: 0;
    line-height: 1;
}

.discount-pacom-text{
    padding-left: 5px !important;
}

.discount-pacom-text span.percent{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 46px;
    line-height: 1.2;
}

.discount-pacom-text span.text{
    font-family: "DIN Pro";
    font-weight: 900;
    font-size: 16px;
    line-height: 0;
}

.pacom-box-title{
    padding-top: 30px;
    text-align: center;
	font-size: 13px;
}

.pacom-box-button{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

a.pacom-button{
    background-color: transparent;
    border: 2px solid #009634;
    color: #009634;
    border-radius: 25px;
    padding: 6px 12px;
}

a.pacom-button:hover{
    text-decoration: none;
    background-color: #009634;
    color: #ffffff;
}


/*Search*/
section#content-busqueda{
    padding-top: 160px;
    padding-bottom: 60px;
}

.search-result{
    padding: 15px 10px;
}

a.search-link:hover{
    text-decoration: none;
}

h5.search-title{
    color: #4d4d4d;
}

h5.search-title:hover{
    color: #009634;
}

/*footer*/
footer{
    background-color: #009634;
    border-top: 4px solid #fad004;
    padding-top: 40px;
}

.footer-title{
    font-family: "Frutiger Bold";
    font-size: 18px;
    border-bottom: 2px solid #fad004;
    width: 100%;
    color: #ffffff;
    line-height: 2;
}

ul.footer-links-list{
    list-style: none;
    padding-left: 0;
}

.footer-link{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 12px;
}

.footer-link:hover{
    text-decoration: none;
    color: #fad004;;
}

section#copyright{
    background-color: #1d5f26;
    padding: 15px 0;
}

p.copyright-text{
    color: #ffffff;
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0px;
}

.page-item.active .page-link{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #009634 !important;
}

.page-link{
    background-color: transparent !important;
    border-color: transparent !important;
    color: #009634 !important;
}

ul{
    list-style: none;
}

.cat-list_item_reset{
    font-size: 12px;
    color: #009634;
}

.cat-list_item_reset:hover{
    text-decoration: none;
    color: #ff6900;
}

.pagination{
    float: right;
}


@media (max-width: 768px) {
    .footer-col{
        flex-basis: auto !important;
    }
}

/*Home programa*/

#menu-menu-dermo > li > a{
    font-size: 15px;
}

.slide-bienestar{
    padding-top: 138px !important;

}

.slide-bienestar-beneficios{
    background-color: #ffffff;
}

.programa-beneficio-box{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    background-color: #fff;
    min-height: 604px;
}

.programa-beneficio-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.programa-beneficio-box-title{
    border-top-left-radius: 50px;
    padding: 25px 38px;
}

.programa-beneficio-title{
    font-family: "DIN Pro";
    font-weight: 900;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
}

.programa-beneficio-box-info{
    border-bottom-right-radius: 50px;
    padding: 0 25px;
    min-height: 380px;
}

.programa-beneficio-icon{
    font-size: 52px;
    padding: 15px 0;
    color: #999999;
}

.programa-beneficio-subtitle{
    font-family: "DIN Pro";
    font-weight: 500;
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
}

.programa-beneficio-text {
    font-family: "DIN Pro";
    font-weight: 500;
    color: #4D4D4D;
    font-size: 16px;
    margin-top: 10px;
}

.programa-beneficio-text ul{
    list-style: circle;
    padding-left: 25px;
}

.programa-beneficio-box-button{
    float: right;
    padding: 10px 25px 25px;
}

a.programa-beneficio-button{
    background-color: #ffffff;
    border: 2px solid #219881;
    color: #219881;
    border-radius: 15px;
    padding: 5px 20px;
}

a.programa-beneficio-button:hover{
    text-decoration: none;
    background-color: #219881;
    color: #ffffff;
}

.bg-tr-dermo{
    background-color: #219881;
}

.programa-content-box{
    position: relative;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.programa-content-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.info-programa-content-box{
    background-color: rgba(255,255,255,0.85);
    padding: 0px 20px 20px;
    border-bottom-right-radius: 50px;
    align-self: flex-end!important;
    width: 100%;
}

.model-1{
    height: 500px;
}

.model-2{
    height: 240px;
}

.model-3{
    height: 240px;
}

h3.title-content-box{
    padding: 20px 15px 0px;
    font-size: 16px;
    color: #4d4d4d;
}

a.link-content-box{
    padding: 0px 15px;
    color: #4d4d4d;
}

a.link-content-box:hover{
    color: #A8BE3E;
    text-decoration: none;
}

/*registro-programa*/
.card{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.card-header{
    background-color: #11a890;
    border-top-right-radius: 50px !important;
    padding: 30px;
}

.title-registro{
    color: white;
}

.green-registro{
    color: #11a890;
}

.gray-registro{
    color: #b6b6b6;
}

.circle-green-registro{
    border: 1px solid #11a890;
    line-height: 75px;
    width: 75px;
    font-size: 28px;
    text-align: center;
    color: #11a890;
    border-radius: 50%;
    margin: 0 auto;
}

.circle-gray-registro{
    border: 1px solid #b6b6b6;
    line-height: 75px;
    width: 75px;
    font-size: 28px;
    text-align: center;
    color: #b6b6b6;
    border-radius: 50%;
    margin: 0 auto;
}

.form-control, .form-control:focus{
    color: #11a890;
}

.btn-registro{
    background-color: #11a890;
    color: #ffffff;
    border: 1px solid #11a890;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.btn-registro:hover{
    background-color: #ffffff;
    color: #11a890;
}

.icon-check{
    font-size: 100px;
    color: #11a890;
}

.text-step-3, .error-registro{
    padding-top: 30px;
}
a.cat-list_item_reset {
    margin-bottom: 12px;
    display: inline-block;
}
.cat-list.children {
    padding-left: 15px;
}
.cat-list .cat-item .form-check {
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
}
.cat-list .cat-item .form-check label {
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .circle-gray-registro,.circle-green-registro{
        line-height: 40px;
        width: 40px;
        font-size: 16px;
    }

    h3.green-registro{
        font-size: 14px;
    }
}

/*Contenidos dermo*/

.contenidos-dermo-box{
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 480px;
}

.contenidos-dermo-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.contenidos-dermo-image{
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
}

.dermo-image{
    width: 100%;
}

.contenidos-dermo-info{
    border-bottom-left-radius: 50px;
    padding: 5px 20px;
}

h3.contenidos-dermo-title{
    font-family: 'Frutiger';
    font-size: 22px;
    color: #11a890;
}

.contenidos-dermo-text{
    font-size: 16px;
    color: #4D4D4D;
    text-align: justify;
}

.contenidos-dermo-button{
    text-align: right;
}

a.contenidos-dermo-circle-button{
    padding-right: 20px;
    color: #11a890;
}

a.contenidos-dermo-circle-button:hover{
    text-decoration: none;
}

a.contenidos-dermo-circle-button i{
    font-size: 20px;
    color: #11a890;
    border: 2px solid #11a890;
    padding: 15px 10px;
    border-radius: 50%;
    line-height: 0;
    margin-left: 10px;
}

a.contenidos-dermo-circle-button i:hover{
    background-color: #11a890;
    color: #ffffff;
}

.container-video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.content-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-text{

}

/*Productos relacionados*/
.producto-box{
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 480px;
    background-color: #ffffff;
}

.producto-box:hover{
    webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.producto-box-image{
    height: 330px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    padding: 30px 15px;
    text-align: center;
}

.producto-image{
    max-width: 70%;
    max-height: 280px;
}

.img-producto{
    max-height: 400px;
}

.producto-info{
    border-bottom-left-radius: 50px;
    padding: 5px 20px;
    text-align: center;
}

h3.producto-title{
    font-family: 'Frutiger';
    font-size: 22px;
    color: #009634;
}

p.producto-text{
    font-size: 16px;
    color: #4D4D4D;
}

.producto-button{
    text-align: right;
}

a.producto-circle-button{
    padding-right: 20px;
    color: #009634;
}

a.producto-circle-button:hover{
    text-decoration: none;
}

a.producto-circle-button i:hover{
    background-color: #009634;
    color: #ffffff;
}

a.producto-circle-button i{
    font-size: 20px;
    color: #009634;
    border: 2px solid #009634;
    padding: 15px 10px;
    border-radius: 50%;
    line-height: 0;
    margin-left: 10px;
}


/*Consejera*/

.container-capsula{
    min-height: 310px;
}

.container-video-story{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 177.25%;
}

.container-video-normal{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

/*Beneficios programa*/
section#content-beneficio-programa{
    background-color: #ffffff;
}

.img-beenficio-programa{
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 3px solid #11a890;
}
a.cat-list_item_reset {
    margin-bottom: 12px;
    display: inline-block;
}
.cat-list.children {
    padding-left: 15px;
}
.cat-list .cat-item .form-check {
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 5px;
}
.cat-list .cat-item .form-check label {
    font-size: 16px;
    line-height: 1.2;
}

a.link-beneficios{
    color: #0e7b17;
    font-weight: 700;
}

a.link-beneficios:hover{
    text-decoration: none;
    color: #333333;
}

ul.ul-beneficios{
    text-align: left;
    padding-left: 25px;
    list-style: circle;
}

/*Productos*/
section#content-producto{
    padding-bottom: 100px;
}

.categorias-programas{
    display: none;
}

/*Webinars*/

.webinar-box{
    padding: 25px;
    border: 1px solid #11a890;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.webinar-description{
    font-size: 13px;
}
