@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855), -webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}@charset "UTF-8"; @font-face { font-family: 'DIN Alternate Regular'; src: url(../fonts/DINAlternate-Regular.woff2?8373d9b2be7821f7e72e0bd97c757b1f) format("woff2"), url(../fonts/DINAlternate-Regular.woff?2ad5d00fe1ef4076167dbec9b5f508b7) format("woff"); font-weight: normal; font-style: normal; } .direccion__item__contenido a{ color:#fff; } @font-face { font-family: 'DIN Alternate Ligth'; src: url(../fonts/DINAlternate-Light.woff2?2495a239fdc745a72500720670a8a960) format("woff2"), url(../fonts/DINAlternate-Light.woff?d0f722fc16f86d79fe33acc1968137f0) format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: 'NeoSans Medium'; src: url(../fonts/NeoSans-Medium.woff2?54d7a75d9e6466439072d143006040a2) format("woff2"), url(../fonts/NeoSans-Medium.woff?98c9cb8d1490ac17c9f521a8fcd94523) format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: 'Gilroy bold'; src: url(../fonts/Gilroy-Black.woff2?31faf4e335db83bc187f02b6a9f2d41f) format("woff2"), url(../fonts/Gilroy-Black.woff?0e4a465cb074b2721ed43111a0e9d729) format("woff"); font-weight: 900; font-style: normal; } @font-face { font-family: 'Neo Sans Std'; src: url(../fonts/NeoSansStd-Regular.woff2?69b08b83a1e33c4c6c0bf70550fcabef) format("woff2"), url(../fonts/NeoSansStd-Regular.woff?b90d81eb9a880356885bf0977785162e) format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Gilroy'; src: url(../fonts/Gilroy-ExtraBold.woff2?8c5d0a7a135bac6c5d2065c277ab9a63) format("woff2"), url(../fonts/Gilroy-ExtraBold.woff?278072130f50bc23a6e5baaea448e6c3) format("woff"); font-weight: 800; font-style: normal; } @font-face { font-family: 'Neo Sans Std'; src: url(../fonts/NeoSansStd-Light.woff2?67e920b7633f810a6676fe8894e3bef3) format("woff2"), url(../fonts/NeoSansStd-Light.woff?a25b263334b47a70713bb2c1c3594e75) format("woff"); font-weight: 300; font-style: normal; } .site-menu--secondary .menu-item a { color: #eca419; } .no-touch .site-menu--secondary .menu-item--search a { -webkit-transition: background-color ease .25s; transition: background-color ease .25s; } .no-touch .site-menu--secondary .menu-item--search a:hover { background-color: #fff; } .buscar { background: transparent; border: 0; } .search-form-toggle svg { width: 19px; height: 19px; } .nav-item2.plantas { display: none; } .submenu:hover .nav-item2.plantas { display: block; position: absolute; padding: 0 20px; /* text-align: center; */ z-index: 9999; border: 1px solid #69696933; background: #f5f8fa; /* color: #f7a45c; */ } .nav-item2.plantas2 { display: none; padding: 0 20px; z-index: 9999; border: 1px solid #69696933; } .search-open .search-form-outer { width: 330px; } .nosotros__seccion__1__2__left:before { content: ""; background: #f5f9eb; width: 80%; height: 65%; position: absolute; right: 178px; top: 0; margin: auto; bottom: 0; border-radius: 0px 15px 15px 0px; } img.imagen__destacada { display: block; width: 95%; margin: 10px auto 0 auto; } @media (min-width: 1200px) and (max-width: 1599px){ .container{ max-width: 1235px !important; width: 1235px !important; } .home__seccion__4__left__contenido { left: 0!important; padding: 40px 0 40px 18px!important; } .buscar1 { position: relative; left: 35px; } } .titulo-planta { font-family: "Gilroy"; font-size: 40px; line-height: 44px; color: #8EC73E; text-align: center; text-transform: uppercase; position: relative; } .nosotros__seccion__3__rigth__contenido h1 { text-align: left; margin-bottom: 22px; } h3.subtitulo-planta{ font-family: "Neo Sans Std"; font-size: 30px; margin-bottom: 22px; font-weight: bold; line-height: 27px; color: #939393; } span.date-planta { font-family: "Gilroy"; font-size: 25px; line-height: 44px; color: #8EC73E; text-align: center; /* text-transform: uppercase; */ position: relative; } span.date-planta a{ font-family: "Gilroy"; font-size: 25px; line-height: 44px; color: #8EC73E; text-align: center; text-decoration: none; /* text-transform: uppercase; */ position: relative; } .tele-planta{ border-radius: 25px; padding: 9px; font-size: 22px; margin-right: 8px; transform: rotate(90deg); background: #8ec73e; color: white; } .email-planta{ border-radius: 25px; padding: 9px; font-size: 22px; margin-right: 8px; background: #8ec73e; color: white; } .search-form-outer { -webkit-transition: width ease .25s,transform ease .25s; -webkit-transition: width ease .25s,-webkit-transform ease .25s; transition: width ease .25s,-webkit-transform ease .25s; transition: width ease .25s,transform ease .25s; transition: width ease .25s,transform ease .25s,-webkit-transform ease .25s; } .search-form-outer, .search-form__field[type="text"] { height: 45px; font-size: 18px; font-family: "Neo Sans Std"; color: #696969; } .titulo_boton .boton--naranja { margin: 20px auto; display: table; } .search-form-outer { width: 330px; position: relative; top: 25px; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: #fff; overflow: hidden; } .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .no-touch .btn:not(.disabled), .no-touch input[type="submit"]:not(.disabled), .no-touch button:not(.disabled) { -webkit-transition: background-color ease .25s; transition: background-color ease .25s; } .search-form__btn { background: #fff; left: 10px !important; top: 0 !important; } .search-form__close { top: 2px !important; right: 15px; left: inherit !important; } .search-form__close, .search-form__btn { -ms-flex-negative: 0; flex-shrink: 0; position: relative; padding: 0; } .search-form__field[type="text"] { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding-left: 25px; border: none; } .search-form__field[type="text"]:focus { outline: 0; } .menu__responsive { width: 100%; height: 60px; background: #fff; position: relative; top: 0; z-index: 123; display: none; -webkit-box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06); box-shadow: 0px 12px 24px rgba(43, 58, 96, 0.06); } .menu__responsive .logo__responsive { width: 100%; padding: 10px 18px; } .menu__responsive .logo__responsive img { width: 175px; } #menu-icon { width: 30px; height: 20px; position: relative; margin: 0 auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); /* Transform menu icon into close icon */ } #menu-icon-shape { width: 60px; height: 60px; position: fixed; top: 3px; right: 8px; display: none; z-index: 123; cursor: pointer; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } #menu-icon #middle { margin: 4px 0; } #menu-icon #middle.active { opacity: 0; } #menu-icon #top.active { -webkit-transform: translateY(8px) translateX(0) rotate(45deg); transform: translateY(8px) translateX(0) rotate(45deg); } #menu-icon #bottom.active { -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg); transform: translateY(-4px) translateX(0) rotate(-45deg); } #top, #middle, #bottom { width: 100%; height: 2px; background: #d48715; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; } /* Navigation */ #overlay-nav { width: 100%; height: 0; position: fixed; top: 0; left: 0; z-index: 12; background: #8ec640; opacity: 0; visibility: hidden; -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; } #overlay-nav.active { width: 80%; height: 100%; opacity: 100; visibility: visible; } #overlay-nav #nav-content { position: relative; top: 35%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } #overlay-nav #nav-content ul { margin: 0 auto; padding: 0; list-style: none; } #overlay-nav #nav-content ul li a { display: inline-block; } #overlay-nav #nav-content .menu__top { text-align: left; padding: 0px 14px; padding-bottom: 12px; } #overlay-nav #nav-content .menu__top li a { margin-bottom: 6px; font-family: "Gilroy"; text-decoration: none; font-size: 13px; padding: 6px 15px; font-weight: bold; position: relative; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; color: #fff; } #overlay-nav #nav-content .menu__top li a:hover { background: #fff; -webkit-box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1); box-shadow: 0px 8px 12px rgba(148, 156, 161, 0.1); border-radius: 5px; color: #ccc; } #overlay-nav #nav-content .menu__centro { border-top: 1px solid rgba(255, 255, 255, 0.22); border-bottom: 1px solid rgba(255, 255, 255, 0.22); padding: 14px 25px; } #overlay-nav #nav-content .menu__centro li { display: inline-block; padding: 6px 0px; } #overlay-nav #nav-content .menu__centro li a { color: rgba(255, 255, 255, 0.48); font-size: 13px; padding: 8px 15px; border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.48); } #overlay-nav #nav-content .menu__centro li a:hover { text-decoration: none; color: #fff; } #overlay-nav #nav-content .menu__bottom { padding: 15px 0px; text-align: center; } #overlay-nav #nav-content .menu__bottom a { color: #fff; padding: 0px 9px; } #overlay-nav #nav-content .menu__bottom a:hover { text-decoration: none; } @media (max-width: 1200px) { .menu__responsive { display: block; position: fixed; } .nav-link-linkedin { display: block; padding: .6rem 7rem; } #menu-icon-shape { display: block; } .header { display: none !important; } } .nav-item a { font-family: "Gilroy"; font-size: 12px; line-height: 16px; color: #696969; text-transform: uppercase; position: relative; } .nav-item a:focus { color: #8EC73E; padding-bottom: 5px; } .nav-item a:focus:before { content: ""; width: 20px; height: 2px; background: #F79846; position: absolute; right: 0; bottom: 0; } .nav-item a:hover { color: #8EC73E; padding-bottom: 5px; } .nav-item a:hover:before { content: ""; width: 20px; height: 2px; background: #F79846; position: absolute; right: 0; bottom: 0; } .redes:before { display: none; } .redes i { color: #8EC73E; font-size: 20px; } .logo__responsive .redes i { color: #8EC73E; font-size: 30px; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0; padding-left: 0; text-decoration: none; } .header { border-bottom: 3px solid #C1D548; } .navbar-brand > img { position: relative; top: -10px; } .navbar { margin-bottom: 15px !important; } .buscar { position: relative; left: 25px; top: 5px; } .buscar i { background: #8EC73E; padding: 10px; color: #fff; font-size: 18px; border-radius: 30px; width: 40px; height: 40px; text-align: center; } .pais__select span { font-size: 15px; font-family: "Neo Sans Std"; color: #696969; line-height: 16px; } .pais__select .btn-pais { font-size: 15px; line-height: 15px; font-family: "Neo Sans Std"; letter-spacing: 0.05em; color: #696969; position: relative; top: 8px; } .pais__select .btn-pais i { color: #F79846; top: 2px; left: 5px; } .pais__select .btn-pais:after { content: ""; width: 11px; position: absolute; height: 8px; background-size: cover; top: 0px; margin: auto; bottom: 0; right: -8px; border: 1px solid transparent !important; } .pais__select .dropdown-menu { -webkit-box-shadow: 0px 6px 16px rgba(45, 62, 80, 0.06); box-shadow: 0px 6px 16px rgba(45, 62, 80, 0.06); border: 1px solid transparent; border-top: 2px solid #ccc; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; top: 40px; min-width: 75px; } .pais__select .dropdown-menu .dropdown-item { font-weight: bold; font-size: 15px; line-height: 15px; font-family: "Gilroy"; letter-spacing: 0.05em; color: #9F9F9F; padding: 0.7rem 1.5rem; opacity: 0.5; } .pais__select .dropdown-menu .dropdown-item.activoPais { color: #000; opacity: 1; } .pais__select .dropdown-menu .dropdown-item.activoPais img { -webkit-filter: none; filter: none; } .pais__select .dropdown-menu .dropdown-item:hover, .pais__select .dropdown-menu .dropdown-item:focus { outline: 0px auto -webkit-focus-ring-color; background: transparent; -webkit-box-shadow: inherit; box-shadow: inherit; opacity: 1; color: #000; } .pais__select .dropdown-menu .dropdown-item:hover img { -webkit-filter: none; filter: none; } .pais__select .dropdown-menu .dropdown-item img { -webkit-filter: grayscale(100%); filter: grayscale(100%); top: -3px; position: relative; margin-right: 3px; } .search { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; cursor: pointer; -webkit-transition: all .3s ease .6s; transition: all .3s ease .6s; -webkit-box-shadow: 0 3px 14px -1px rgba(0, 0, 0, 0.18); box-shadow: 0 3px 14px -1px rgba(0, 0, 0, 0.18); } .search svg { cursor: pointer; margin: 20px; width: 18px; height: 18px; display: block; color: #000; stroke-width: 2; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all .3s ease .6s; transition: all .3s ease .6s; } .search > div { position: relative; width: 0; -webkit-transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s; transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0.5s; } .search > div input { font-size: inherit; line-height: inherit; padding: 0 24px 0 0; border: 0; display: block; outline: none; font-family: inherit; position: absolute; line-height: 20px; font-size: 16px; background: #fff; -webkit-appearance: none; top: 0; width: 100%; opacity: 0; z-index: 1; visibility: hidden; -webkit-transition: all 0s ease 0s; transition: all 0s ease 0s; } .search > div input::-webkit-input-placeholder { color: #000; } .search > div input:-moz-placeholder { color: #000; } .search > div input::-moz-placeholder { color: #000; } .search > div input:-ms-input-placeholder { color: #000; } .search > div > div { white-space: nowrap; color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; } .search > div > div span { line-height: 20px; font-size: 16px; opacity: 0; display: block; visibility: hidden; -webkit-transform: translate(0, 12px); transform: translate(0, 12px); -webkit-transition: all .4s ease; transition: all .4s ease; } .search > div > div span:nth-child(1) { -webkit-transition-delay: .4s; transition-delay: .4s; } .search > div > div span:nth-child(2) { -webkit-transition-delay: .2s; transition-delay: .2s; } .search > div > div span:nth-child(3) { -webkit-transition-delay: 0s; transition-delay: 0s; } .search.open { cursor: default; border-radius: 8px; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.18); box-shadow: 0 10px 36px -2px rgba(0, 0, 0, 0.18); } .search.open svg { opacity: .4; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition-delay: 0s; transition-delay: 0s; } .search.open > div { -webkit-transition-delay: 0s; transition-delay: 0s; width: 200px; } .search.open > div > div span { opacity: 1; visibility: visible; -webkit-transform: translate(0, 0); transform: translate(0, 0); } .search.open > div > div span:nth-child(1) { -webkit-transition-delay: .4s; transition-delay: .4s; } .search.open > div > div span:nth-child(2) { -webkit-transition-delay: .45s; transition-delay: .45s; } .search.open > div > div span:nth-child(3) { -webkit-transition-delay: .50s; transition-delay: .50s; } .search.open > div input { opacity: 1; visibility: visible; -webkit-transition-delay: .75s; transition-delay: .75s; } html { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; } * { -webkit-box-sizing: inherit; box-sizing: inherit; } *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; } .buscar1:after { display: none; } .mostrar { display: block; } .ocultar { display: none; } .navbar-nav { float: right !important; } .buscar1 { width: 250px; margin-right: 25px .buscar1; } .buscar1 :after { display: none; } @media (max-width: 1200px) { .search-form__btn i { background: #8EC73E; padding: 10px; color: #fff; font-size: 12px; font-size: 15px; border-radius: 30px; width: 35px; height: 35px; text-align: center; } .search-form-outer { margin: auto; } } @media (min-width: 1600px) { .navbar-nav { padding-top: 15px; } .navbar-nav { float: right; } .nav-item { padding-right: 35px; padding-left: 5px; padding-bottom: 5px; } } @media (min-width: 1600px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1428px !important; width: 1500px !important; } } @media (min-width: 1920px){ .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 80% !important; width: 100% !important; } } @media (min-width: 2560px){ .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 80% !important; width: 100% !important; } .nav-item { padding-right: 60px; } } .footer__botom .footer__copy { margin-top: 0; } .footer__botom .footer__copy p { color: #989898; } .footer__botom .footer__copy__derechos { padding-top: 10px; } .footer__botom .footer__copy__politicas { padding-top: 10px; } .footer__botom .footer__copy a { color: #8ec73e; } .casos__contenedor .cards__content:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; border-radius: 15px; bottom: 0; background: #00000057; } .modal-body .cards__content:before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; background: rgba(142, 199, 62, 0.0196078); } .activa .productos__menu__contenido:before { content: ""; background-color: rgba(64, 93, 24, 0.75); width: 100%; height: 100%; top: 0; left: 0; position: absolute; } .productos__menu__contenido:hover:before { content: ""; background-color: rgba(64, 93, 24, 0.75); width: 100%; height: 100%; top: 0; left: 0; position: absolute; } .productos__menu__contenido:hover:after { display: none; } .activa .productos__menu__contenido:after { display: none; } .productos__menu__contenido:after { content: ""; position: absolute; background: rgba(22, 31, 9, 0.788235); width: 100%; height: 100%; left: 0; top: 0; z-index: 1; } .style-chooser .vs__search { border: none; font-weight: bold; font-family: SKF Chevin Light; text-transform: uppercase; font-size: 14px; line-height: 18px; text-transform: uppercase; color: #475A6D; padding: 0; } .vs__selected-options::-webkit-input-placeholder { display: none; } .vs__selected-options::-moz-placeholder { display: none; } .vs__selected-options::-ms-input-placeholder { display: none; } .vs__selected-options::placeholder { display: none; } .vs__selected { position: absolute; top: 25px; z-index: 15; left: 20px; font-family: Neo Sans Std; font-size: 16px; font-weight: bold; line-height: 19px; /* gris1 */ color: #696969; } .style-chooser .vs__open-indicator { fill: #0F58D6; fill-opacity: 1; position: absolute; right: 14px; top: 5px; } .style-chooser .vs__clear { fill: #0F58D6; font-family: "Font Awesome 5 Free"; position: absolute; right: 8px; top: 30px; display: none; } .style-chooser .vs__search::-webkit-input-placeholder, .style-chooser .vs__dropdown-toggle, .style-chooser .vs__dropdown-menu { background: #f2f2f2; border: none; color: #8EC73E; text-transform: lowercase; font-variant: small-caps; } .style-chooser .vs__search::-moz-placeholder, .style-chooser .vs__dropdown-toggle, .style-chooser .vs__dropdown-menu { background: #f2f2f2; border: none; color: #8EC73E; text-transform: lowercase; font-variant: small-caps; } .style-chooser .vs__search::-ms-input-placeholder, .style-chooser .vs__dropdown-toggle, .style-chooser .vs__dropdown-menu { background: #f2f2f2; border: none; color: #8EC73E; text-transform: lowercase; font-variant: small-caps; } .style-chooser .vs__search::placeholder, .style-chooser .vs__dropdown-toggle, .style-chooser .vs__dropdown-menu { background: #f2f2f2; border: none; color: #8EC73E; text-transform: lowercase; font-variant: small-caps; } .style-chooser .vs__clear, .style-chooser .vs__open-indicator { fill: #8EC73E; } .subtitulo { font-family: "Gilroy"; font-size: 35px; line-height: 44px; color: #8EC73E; text-align: center; text-transform: uppercase; position: relative; } .subtitulo:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: center; } button:focus { outline: 1px dotted; outline: 0px auto -webkit-focus-ring-color !important; } .banner { position: relative; } .banner__scroll { position: absolute; bottom: 3%; z-index: 10; left: 12%; } .banner__imagen { position: relative; } .banner__imagen:after { content: ""; background: rgba(0, 0, 0, 0.32); width: 100%; height: 100%; top: 0; position: absolute; } .banner__imagen:before { content: ""; /*background-image: url(../images/detalleverde.png?9ee00c038948fd3c3fdf32575b61127e);*/ background-image: none; position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; background-size: contain; } .banner__boton { margin-top: 35px; } .banner__boton a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-align: center; text-transform: uppercase; background: #F79846; /* shadowsobre verde */ -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); border-radius: 60px; padding: 17px 48px; color: #fff; -webkit-transition: all 1s; transition: all 1s; } .banner__boton a:hover { text-decoration: none; background: #fff; color: #F79846; } .banner .item { height: 100%; } .banner__contenido { position: absolute; top: 0; left: 0; margin: auto; bottom: 18rem; width: 100%; z-index: 100; align-items: center; display: flex; } .banner__contenido__video { height: 100%; } .banner__contenido__video__icono { font-size: 30px; top: 50px; color: #F79846; background: #fff; padding: 52px border-radius: 80px; -webkit-box-shadow: 0 0 0 0 black; box-shadow: 0 0 0 0 black; -webkit-transform: scale(1); transform: scale(1); position: relative; -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; } .banner__contenido__video__icono:before { content: ""; position: absolute; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; height: 100%; width: 100%; top: -90px; left: -95px; padding: 160px; border-radius: 100%; } .banner__contenido__video__icono:after { content: ""; position: absolute; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; height: 100%; width: 100%; top: -50px; left: -55px; padding: 120px; border-radius: 100%; } .banner__contenido h2 { font-family: "Gilroy"; font-style: normal; font-weight: 900; font-size: 2.813em; color: #fff; line-height: 60px; text-transform: uppercase; margin-top: 0; } .home__seccion__1 { background-image: url(../images/fondohomeseccion1.jpg?0007317be56eb0d7bbcaffc01220325a); padding: 135px 0; background-repeat: no-repeat; background-size: cover; } .home__seccion__1__contenedor { text-align: center; } .home__seccion__1__contenedor h2 { font-family: "Gilroy"; font-style: normal; font-weight: 900; font-size: 35px; line-height: 50px; color: #fff; } .home__seccion__1__contenedor__boton { margin-top: 50px; } .home__seccion__1__contenedor__boton a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-align: center; text-transform: uppercase; background: #F79846; /* shadowsobre verde */ -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); border-radius: 60px; padding: 17px 48px; color: #fff; -webkit-transition: all 1s; transition: all 1s; } .home__seccion__1__contenedor__boton a:hover { text-decoration: none; background: #fff; color: #F79846; } .home__seccion__2 { padding-top: 75px; padding-bottom: 100px; } .home__seccion__2__intro { margin-bottom: 50px; } .home__seccion__2__intro h2 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; /* identical to box height */ color: #8EC73E; text-align: center; text-transform: uppercase; position: relative; } .home__seccion__2__intro h2:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: center; } .home__seccion__2__productos { position: relative; height: auto !important; background: #f2f2f2; border-radius: 25px; } .home__seccion__2__productos__img { /*height: 713px;*/ /*background-size: cover;*/ background-position: center; border-radius: 10px 10px 60px 60px; background-repeat: no-repeat; background-color: #fff; } .home__seccion__2__productos__img a { position: relative; } .home__seccion__2__productos__img a:before { -webkit-transition: 1s all; transition: 1s all; content: ""; } .home__seccion__2__productos__img a:hover:before { content: ""; width: 100%; height: 100%; background: rgba(157, 203, 65, 0.29); z-index: 1; position: absolute; border-radius: 25px; } .home__seccion__2__productos__img img { border-radius: 25px; position: relative; top: 0; bottom: 0; margin: auto; } .home__seccion__2__productos__contenido { position: absolute; bottom: 0px; width: 100%; text-align: center; left: 0; } .home__seccion__2__productos__contenido:before { content: ""; z-index: 2; background-image: url(../images/fondotituloproducto.png?c50e92e571665c51d487dffb8b41aa17); width: 100%; position: absolute; bottom: 0; background-repeat: no-repeat; background-position: bottom; height: 165px; left: 0; border-radius: 0px 0 25px 25px; } .home__seccion__2__productos__contenido__titulo { z-index: 12; position: relative; top: -35px; height: 150px; } .home__seccion__2__productos__contenido__titulo h2 { font-family: "Gilroy"; font-size: 22px; margin-top: 0; line-height: 28px; color: #fff; text-align: center; margin: -12px 0 0 0; text-transform: uppercase; } .home__seccion__3 { background: #e5e5e5; } .home__seccion__3__rigth { background-image: url(../images/disenoexito.jpg?70f395dcdf2eabeefbd2652f7188c856); height: 100%; background-repeat: no-repeat; padding-left: 65px; background-size: cover; } .home__seccion__3__rigth .item { height: 100%; } .home__seccion__3__rigth .owl-dots { left: 12%; top: 15rem; position: relative; } .home__seccion__3__rigth__contenido { padding: 0 220px 0 75px; } .home__seccion__3__rigth__contenido h2 { margin-top: 0; padding-top: 25px; font-family: "Gilroy"; font-size: 35px; line-height: 44px; text-transform: uppercase; color: #fff; } .home__seccion__3__rigth__contenido h3 { font-family: "Gilroy"; font-size: 22px; line-height: 27px; text-transform: uppercase; color: #fff; } .home__seccion__3__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; text-align: justify; color: #fff; } .home__seccion__3__rigth__contenido__boton { margin: 45px 0 0 0; padding-bottom: 45px; } .home__seccion__4 { overflow: hidden; background-color: #fff; position: relative; bottom: 35px; padding-bottom: 100px; padding-top: 50px; } .home__seccion__4 .owl-nav { display: block; position: relative; left: 0; top: -26rem; } .home__seccion__4 .owl-dots { display: none; } .home__seccion__4__left { height: 100%; } .home__seccion__4__left__contenido { background: #fff; position: relative; left: 36%; padding: 40px 0 40px 70px; } .home__seccion__4__left__contenido h3 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; text-transform: uppercase; color: #8EC73E; margin-top: 0; position: relative; } .home__seccion__4__left__contenido h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .home__seccion__4__left__contenido p { font-size: 18px; line-height: 30px; font-family: "Neo Sans Std"; color: #696969; margin-top: 25px; } .home__seccion__4__rigth { position: relative; right: -25%; padding-top: 75px; } .home__seccion__4__rigth .owl-carousel .owl-item { padding-right: 20px !important; } .home__seccion__4__rigth .owl-next:focus, .home__seccion__4__rigth .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .home__seccion__4__rigth .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; right: 24%; position: absolute; } .home__seccion__4__rigth .owl-next:hover { background: #C1D548 !important; } .home__seccion__4__rigth .owl-next span { display: none; } .home__seccion__4__rigth .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .home__seccion__4__rigth .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; margin-left: -30px; } .home__seccion__4__rigth .owl-prev:hover { background: #C1D548 !important; } .home__seccion__4__rigth .owl-prev span { display: none; } .home__seccion__4__rigth .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .home__seccion__4__rigth .owl-nav.disabled{ display:block!important; } .home__seccion__4__rigth__contenido { padding: 25px 0; background: #fff; height: 560px; } .home__seccion__4__rigth__contenido img { border-radius: 25px 25px 0 0; } .home__seccion__4__rigth__contenido h3 { font-family: "Gilroy"; font-size: 18px; line-height: 28px; color: #8EC73E; text-align: center; text-transform: uppercase; } .home__seccion__4__rigth__contenido p { font-family: Neo Sans Std; font-size: 16px; line-height: 28px; color: #989898; text-align: center; padding: 0 35px; } .home__seccion__4:after { content: ""; background: #F4F9EC; position: absolute; right: 0; width: 851px; top: 0; height: 100%; } .home__seccion__4:before { content: ""; /*background: #F4F9EC;*/ position: absolute; left: 0; top: 0; width: 240px; height: 100%; } .home__seccion__5 { padding-top: 75px; } .home__seccion__5__intro__boton { height: 100%; text-align: end; } .home__seccion__5__intro__titulo h3 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; text-transform: uppercase; color: #8EC73E; margin-top: 0; position: relative; } .home__seccion__5__intro__titulo h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .home__seccion__5__intro__titulo p { font-size: 18px; line-height: 30px; font-family: "Neo Sans Std"; color: #696969; margin-top: 0; } .home__seccion__5__intro__titulo p span { font-family: "Gilroy" !important; font-size: 12px; } .home__seccion__5__tabs__contenedor { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-top: 35px; } .home__seccion__5__tabs__contenedor__contenido .active { color: #F79846; } .home__seccion__5__tabs__contenedor__contenido .active:before { content: ""; background: #F79846; width: 100%; bottom: 0; left: 0; height: 3px; position: absolute; } .home__seccion__5__tabs__contenedor__contenido a { text-align: center; padding-top: 20px; padding-bottom: 20px; font-family: "Gilroy"; font-size: 13px; line-height: 16px; color: #8ec73e; text-transform: uppercase; position: relative; -webkit-transition: 1s all; transition: 1s all; } .home__seccion__5__tabs__contenedor__contenido a:before { -webkit-transition: 1s all; transition: 1s all; content: ""; } .home__seccion__5__tabs__contenedor__contenido a:hover { color: #F79846; } .home__seccion__5__tabs__contenedor__contenido a:hover:before { content: ""; background: #F79846; width: 100%; bottom: 0; left: 0; height: 3px; position: absolute; } .boton--naranja { outline: none; font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-align: center; text-transform: uppercase; background: #F79846; /* shadowsobre verde */ -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); border-radius: 60px; padding: 19px 65px; color: #fff !important; cursor: pointer; -webkit-transition: all 1s; transition: all 1s; cursor: pointer; } .boton--naranja:hover { text-decoration: none; background: #f798468c; outline: none; color: #F79846; } input.boton_mostrar.boton--naranja { border: none; } .titulo_boton { border: none; } input.boton_mostrar{ border: none; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); } 70% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.13); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); } } @keyframes pulse { 0% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); } 70% { -webkit-transform: scale(1); transform: scale(1); -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.13); } 100% { -webkit-transform: scale(0.95); transform: scale(0.95); -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.13); } } .slider-counter { display:none; font-family: Gilroy; font-size: 30px; line-height: 37px; text-transform: uppercase; color: #fff; opacity: 0.5; } .slider-counter span { font-size: 15px; position: relative; right: -5px; top: -2px; } .owl-nav { display: none; } .owl-dots { -webkit-tap-highlight-color: transparent; position: absolute; left: 12%; /* bottom: 0; */ bottom: 20%; width: 320px; height: 30px; text-align: left !important; } .owl-dots .owl-dot { display: inline-block; zoom: 1; position: relative; background: transparent; border: 1px solid transparent; text-align: left; margin: 0px 0px; margin-left: 0; margin-right: 25px; } .owl-dots .owl-dot.active::before { opacity: 1; } .owl-dots .owl-dot:nth-of-type(3):after { display: none; } .owl-dots .owl-dot:after { content: ""; background: rgba(255, 255, 255, 0.56); height: 1px; width: 15px; top: 5px; right: -20px; position: absolute; } .owl-dots .owl-dot::before { content: ""; background: #ccc; height: 13px; width: 13px; } .owl-dots .owl-dot:focus { outline: none !important; } .owl-dots .owl-dot span { width: 33px; height: 1px; background: transparent; opacity: 1; width: 13px; border: 1px solid #fff; height: 13px; border-radius: 30px; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity .2s ease; transition: opacity .2s ease; } .owl-dots .owl-dot:hover span { background: #E8F3F7; } .owl-dots .owl-dot.active { border-radius: 50%; } .owl-dots .owl-dot.active span { background: #E8F3F7; opacity: 1; width: 13px; height: 13px; border-radius: 30px; } @media (min-width: 1600px) { .owl-carousel { height: auto; } } .footer { background-image: url(../images/footer.jpg?bd0a8aef1300134d65ab3b5996fa1d01); position: relative; padding-bottom: 50px; } .footer__whatsapp { position: absolute; top: -20px; right: 0; z-index: 10; } .footer__whatsapp a { background: #C1D548; -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); padding: 16px 20px; color: #fff; font-size: 25px; border-radius: 100%; } .footer__contenido { padding-top: 50px; } .footer__contenido__titulo { margin-top: 45px; } .footer__contenido__titulo ul { padding-left: 0; list-style: none; } .footer__contenido__titulo ul li { line-height: 30px; } .footer__contenido__titulo h4 { font-family: "Gilroy"; font-size: 18px; line-height: 22px; color: #FFFFFF; position: relative; margin-bottom: 25px; } .footer__contenido__titulo h4:before { content: ""; position: absolute; background-image: url(../images/disenoverdepequeno.png?757b46921989ab302ca6afa5738c4eda); width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .footer__contenido__titulo p { font-family: "Gilroy"; font-size: 16px; line-height: 19px; color: #FFFFFF; } .footer__contenido__titulo p span { font-family: "Gilroy" !important; font-size: 12px; text-transform: uppercase; } .footer__contenido__titulo a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-transform: uppercase; color: #FFFFFF; line-height: 30px; } .footer__contenido__titulo a:hover { color: #fff; text-decoration: none; } .footer__contenido__titulo__form__input { position: relative; } .footer__contenido__titulo__form__input__enviar { position: absolute; top: 0; width: 60px !important; right: 0; background: transparent !important; border: 0 !important; } .footer__contenido__titulo__form__input .correo-required { font-weight: bold; left: 4px; font-size: 13px; color: #b52121; } .footer__contenido__titulo__form__input .text-danger { position: absolute; left: 20px; font-size: 10px; top: 5px; } .footer__contenido__titulo__form__input input { height: 60px; border-radius: 5px; } .footer__contenido__titulo__form__input:after { content: ""; position: absolute; right: 12%; width: 1px; height: 20px; bottom: 0; top: 0; background: #8EC73E; margin: auto; } .footer__contenido__titulo__form__input:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F1D8"; position: absolute; color: #8EC73E; font-size: 20px; right: 20px; top: 0; bottom: 0; margin: auto; height: 50%; } .footer__contenido__titulo__form__termino a { font-family: "Gilroy"; font-size: 14px; line-height: 17px; color: #FFFFFF; opacity: 0.5; text-transform: none; } .footer__copy { border-top: 1px solid #C1D548; padding-top: 25px; padding-bottom: 15px; margin-top: 40px; } .footer__copy p { font-size: 14px; line-height: 17px; color: #FFFFFF; font-family: "Neo Sans Std"; } .footer__copy a { font-family: Gilroy; font-size: 13px; line-height: 16px; text-transform: uppercase; color: #fff; } #direcciones { display: none; } .direccion__item { height: 306px; padding: 0 65px; } .direccion__item__contenido { text-align: center; } .direccion__item__contenido h3 { font-family: "Gilroy"; font-size: 16px; line-height: 20px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .direccion__item__contenido p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 19px; text-align: center; color: #FFFFFF; } .modal-body { padding: 0 !important; } .categoria1 .close { position: absolute; right: 0; top: 0; opacity: 1; background: #F79846 !important; /* card sombra */ -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; height: 50px; width: 50px; border-radius: 50%; z-index: 123; opacity: 1 !important; } .categoria1 .close span { color: #fff; font-size: 50px; position: relative; top: -3px; } .cards { height: 490px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; background-color: #8EC73E; } .cards--grande { height: 100vh; } .cards__img img { width: 100%; } .cards__img--grande { overflow: hidden; } .cards__img--grande img { width: 625px !important; max-width: 625px; -webkit-transform: translate(-116px, 0px); transform: translate(-116px, 0px); } .cards:hover .cards__img img { opacity: 0.4; } .cards__content { position: absolute; bottom: 0; width: 100%; height: 100%; padding: 20px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 106, 111, 0)), to(rgba(96, 106, 111, 0.61))); background: linear-gradient(180deg, rgba(96, 106, 111, 0) 0%, rgba(96, 106, 111, 0.61) 100%); -webkit-transition: all 0.5s; transition: all 0.5s; } .cards__content:hover { background: transparent; } .cards__content:hover .cards__content__item { opacity: 0; } .cards__content:hover .cards__content__item:nth-of-type(2) { opacity: 1; } .cards__content__item { position: absolute; bottom: 0px; left: 0px; padding: 0px 20px; -webkit-transition: all 0.5s; transition: all 0.5s; top: 0; bottom: 0; margin: auto; text-align: center; width: 100%; height: -webkit-max-content; height: -moz-max-content; height: max-content; } .cards__content .cards__content__item img{ width: 130px; } .cards__content__item__img { height: 250px; } .cards__content__item:nth-of-type(2) { bottom: 0; top: 0; left: 0; text-align: center; opacity: 0; right: 0; margin: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cards__content__item p { font-family: "Gilroy"; font-size: 30px; line-height: 37px; /* identical to box height */ color: #fff; text-align: center; text-transform: uppercase; } .cards__content__item h4 { font-family: "Neo Sans Std"; font-style: normal; font-weight: normal; font-size: 16px; line-height: 25px; text-align: center; color: #FFFFFF; } .categoria { padding: 0px 15px 0px 15px; } .categoria__desktop { position: relative; } .categoria__desktop__titulo { position: absolute; background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 41, 61, 0)), to(rgba(23, 41, 61, 0.7))); background: linear-gradient(0deg, rgba(23, 41, 61, 0) 0%, rgba(23, 41, 61, 0.7) 100%); z-index: 1; width: 100%; padding: 60px; } .categoria__desktop__titulo p { color: #fff; } .categoria__card { position: relative; text-align: center; height: 260px; overflow: hidden; width: 100%; display: block; background: #000; margin-bottom: 16px; } .categoria__card:hover { color: #fff; text-decoration: none; } .categoria__card--modal { height: 100vh; } .categoria__card__img img { -webkit-transform: translate(0px, -100px); transform: translate(0px, -100px); opacity: 0.3; } .categoria__card__img img.scale { -webkit-transform: translate(0px, 30px) scale(1.8); transform: translate(0px, 30px) scale(1.8); } .categoria__card__content { position: absolute; top: 0; height: 100%; padding: 20px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .categoria__card__content h4 { font-family: "Gilroy"; font-weight: bold; text-transform: uppercase; font-size: 18px; line-height: 25px; } .categoria__card__content p { font-size: 14px; line-height: 20px; font-family: "Gilroy"; letter-spacing: 0.05em; } .categoria__card__content span { color: #fff; font-size: 12px; text-transform: uppercase; line-height: 20px; font-family: "Gilroy"; } .categoria--padding { padding-right: 0px !important; padding-left: 5px !important; } .categoria h2 { margin-bottom: 18px; } .categoria__subtitulo { color: #ccc; font-size: 16px; line-height: 22px; font-family: "Gilroy"; } .modal__categorias { padding-right: 0 !important; } .modal__categorias .modal-content { max-width: 100%; height: 100vh; margin: 0; overflow: hidden; } .modal__categorias .modal-dialog { max-width: 100%; margin: 0; } .modal__categorias .modal-dialog .modal-body { padding: 0; position: relative; } .modal__categorias .modal-dialog .modal-body .close { position: absolute; right: 37px; top: 37px; opacity: 1; background: #fff; height: 50px; width: 50px; border-radius: 50%; z-index: 123; } .btn__link { position: relative; font-size: 13px; display: inline-block; padding: 18px 22px; color: #fff; margin-top: 20px; font-family: "Gilroy"; width: 240px; height: 54px; text-align: center; font-weight: bold; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; } .btn__link--rect:hover svg rect { stroke-dashoffset: 304 !important; } .btn__link:hover { color: #A7E6D7 !important; text-decoration: none; } .btn__link:hover svg rect { stroke-dashoffset: 295; stroke-dasharray: 97,570; stroke: #A7E6D7; } .btn__link svg rect { stroke: #A7E6D7; stroke-width: 2; -webkit-transition: 0.8s; transition: 0.8s; stroke-dasharray: 600,500; stroke-dashoffset: 0; } .btn__link svg, .btn__link rect { position: absolute; top: 0; left: 0; width: 100%; height: 100%; fill: transparent; } .nosotros .slick-slide { margin: 0; height: auto; } .nosotros .owl-carousel { height: auto; } .nosotros__banner { position: relative; bottom: 35px; } .nosotros .owl-dots { bottom: 15%; } .nosotros .banner .item { height: auto; } .nosotros .banner__contenido { height: 100%; left: -2%; } .nosotros .banner__imagen { height: 640px; } .nosotros .banner__imagen:after { background: transparent; } .nosotros .banner__imagen:before { content: ""; background-image: url(../images/detalleverde.png?51cfc17ed1c9c8afb962fcd9861634dd) !important; position: absolute; width: 100%; background-position: left; height: 100%; background-repeat: no-repeat; z-index: 100; top: 0%; bottom: 0; margin: auto; } .nosotros .banner h2 { font-family: "Gilroy"; font-size: 50px; line-height: 62px; text-transform: uppercase; color: #FFFFFF; } .nosotros__seccion__1 { padding-top: 100px; padding-bottom: 100px; position: relative; } .nosotros__seccion__1:before { content: ""; background-image: url(../images/detalleverdeprimeraseccion.png?47202a4f278d198301bff87a1f591be8); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; top: -25%; bottom: 0; z-index: -11; background-position: top right; margin: auto; } .nosotros__seccion__1:after { content: ""; background-image: url(../images/detalleverdeprimeraseccion2.png?8951e46ead610dd006fadcf5d3f293dc); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; top: 0%; bottom: 0; z-index: -11; background-position: bottom left; margin: auto; } .nosotros__seccion__1__left p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .nosotros__seccion__1__left h2 { text-align: left; margin-bottom: 35px; } .nosotros__seccion__1__left h2:before { background-position: left; } .nosotros__seccion__1__rigth { border: 5px solid #C1D548; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 20px 50px; padding-bottom: 50px; position: relative; margin-top: 110px; } .nosotros__seccion__1__rigth:before { content: ""; background-image: url(../images/detallevalores.png?dcab7630876d4ffd328185d71240ff59); position: absolute; width: 180px; height: 149px; background: rgba(244, 249, 236, 0.54); z-index: 100; bottom: -95px; right: -70px; margin: auto; } .nosotros__seccion__1__rigth h3 { font-family: "Gilroy"; font-size: 22px; line-height: 27px; text-transform: uppercase; color: #C1D548; } .nosotros__seccion__1__rigth p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .nosotros__seccion__2 { padding-bottom: 100px; position: relative; } .nosotros__seccion__2:before { content: ""; background-image: url(../images/detallesversegundaseccion.png?51bc153b9f181aaff6dfa65364446fb6); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; /* top: 0; */ bottom: 0; z-index: -11; background-position: bottom left; margin: auto; } .nosotros__seccion__2:after { content: ""; background-image: url(../images/detallesverprimeraseccion.png?94dafd398b9980b89ba24ac17eb8565e); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; /* top: 0; */ bottom: -20%; z-index: -11; background-position: bottom right; margin: auto; } .nosotros__seccion__2__left:before { content: ""; background: #f5f9eb; width: 100%; height: 65%; position: absolute; right: -50px; top: 0; margin: auto; bottom: 0; border-radius: 0px 15px 15px 0px; } .nosotros__seccion__2__rigth { height: 100%; } .nosotros__seccion__2__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; text-align: justify; color: #696969; } .nosotros__seccion__2__rigth__contenido h2 { text-align: left; margin-bottom: 35px; } .nosotros__seccion__2__rigth__contenido h2:before { background-position: left; } .nosotros__seccion__2 .owl-carousel .owl-item { padding-right: 20px !important; } .nosotros__seccion__2 .owl-next:focus, .nosotros__seccion__2 .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .nosotros__seccion__2 .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; } .nosotros__seccion__2 .owl-next:hover { background: #C1D548 !important; } .nosotros__seccion__2 .owl-next span { display: none; } .nosotros__seccion__2 .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .nosotros__seccion__2 .owl-dots { bottom: 10%; width: 100%; left: -15%; text-align: right !important; } .nosotros__seccion__2 .owl-nav { display: block; text-align: right; position: absolute; bottom: 10%; right: -40px; } .nosotros__seccion__2 .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .nosotros__seccion__2 .owl-prev:hover { background: #C1D548 !important; } .nosotros__seccion__2 .owl-prev span { display: none; } .nosotros__seccion__2 .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .nosotros__seccion__3 { background: #fff; padding-bottom: 100px; position: relative; overflow: hidden; } .nosotros__seccion__3:before { content: ""; background-image: url(../images/detallesversegundaseccion1.png?5931f70e0fe3e09b3bf369fb5ceeeda3); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; /* top: 0; */ bottom: 0; z-index: -11; background-position: bottom left; margin: auto; } .nosotros__seccion__3:after { content: ""; background-image: url(../images/detallesegundaseccion1.png?5bbc066bd904c16dba84e69f213ab3c9); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; bottom: -5%; z-index: -11; background-position: bottom right; margin: auto; } .nosotros__seccion__3__left:before { content: ""; background: #f5f9eb; width: 100%; height: 65%; position: absolute; left: -65px; top: 0; margin: auto; bottom: 0; border-radius: 15px 0px 0px 15px; } .nosotros__seccion__3__rigth { height: 100%; } .nosotros__seccion__3__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; text-align: justify; color: #696969; } .nosotros__seccion__3__rigth__contenido h2 { text-align: left; margin-bottom: 35px; } .nosotros__seccion__3__rigth__contenido h2:before { background-position: left; } .nosotros__seccion__3 .owl-carousel .owl-item { padding-right: 0px !important; } .nosotros__seccion__3 .owl-next:focus, .nosotros__seccion__3 .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .nosotros__seccion__3 .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; } .nosotros__seccion__3 .owl-next:hover { background: #C1D548 !important; } .nosotros__seccion__3 .owl-next span { display: none; } .nosotros__seccion__3 .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .nosotros__seccion__3 .owl-dots { bottom: 10%; width: 100%; left: 15%; text-align: left !important; } .nosotros__seccion__3 .owl-nav { display: block; text-align: right; position: absolute; bottom: 10%; left: -6%; } .nosotros__seccion__3 .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .nosotros__seccion__3 .owl-prev:hover { background: #C1D548 !important; } .nosotros__seccion__3 .owl-prev span { display: none; } .nosotros__seccion__3 .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .nosotros__seccion__4 { background: #fff; padding-bottom: 100px; } .nosotros__seccion__4 .owl-next:focus, .nosotros__seccion__4 .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .nosotros__seccion__4 .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; position: absolute; right: -20px; } .nosotros__seccion__4 .owl-next:hover { background: #C1D548 !important; } .nosotros__seccion__4 .owl-next span { display: none; } .nosotros__seccion__4 .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .nosotros__seccion__4 .owl-next::after { content: ""; width: 50px; height: 50px; background: #fff; } .nosotros__seccion__4 .owl-nav { display: block; text-align: right; position: absolute; bottom: 10%; } .nosotros__seccion__4 .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; position: absolute; left: -20px; border-radius: 40px; } .nosotros__seccion__4 .owl-prev:hover { background: #C1D548 !important; } .nosotros__seccion__4 .owl-prev span { display: none; } .nosotros__seccion__4 .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .nosotros__seccion__4 .owl-nav { display: block !important; width: 100%; top: 0; bottom: 0; margin: auto; height: 45px; } .nosotros__seccion__4__titulo { margin-bottom: 45px; } .nosotros__seccion__4__slider { background: #FFFFFF; border: 1px solid rgba(152, 152, 152, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 15px; position: relative; } .nosotros__seccion__4__slider:before { content: ""; background: #fff; position: absolute; right: 0; width: 50px; height: 100%; top: 0; bottom: 0; } .nosotros__seccion__4__slider__contenedor { height: auto; border-right: 1px solid rgba(152, 152, 152, 0.2); padding: 30px 0; } .nosotros__seccion__4__slider__contenedor__iconos img { width: auto !important; margin: auto; } .nosotros__seccion__4__slider__contenedor__iconos p { font-family: "Neo Sans Std"; font-size: 14px; line-height: 24px; text-align: center; color: #989898; padding: 0 35px; margin-top: 15px; } .nosotros__seccion__5 { padding-bottom: 100px; position: relative; background: #fff; overflow: hidden; } .nosotros__seccion__5:before { content: ""; background-image: url(../images/detallesversegundaseccion.png?51bc153b9f181aaff6dfa65364446fb6); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; /* top: 0; */ bottom: 0; z-index: -11; background-position: bottom left; margin: auto; } .nosotros__seccion__5:after { content: ""; background-image: url(../images/detallesverprimeraseccion.png?94dafd398b9980b89ba24ac17eb8565e); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; /* top: 0; */ bottom: -20%; z-index: -11; background-position: bottom right; margin: auto; } .nosotros__seccion__5__left:before { content: ""; background: #f5f9eb; width: 100%; height: 65%; z-index: -1; position: absolute; right: -50px; top: 0; margin: auto; bottom: 0; border-radius: 0px 15px 15px 0px; } .nosotros__seccion__5__rigth { height: 100%; position: relative; left: 100px; } .nosotros__seccion__5__rigth__contenido h5 { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; /* or 167% */ text-align: justify; /* gris1 */ color: #696969; opacity: 0.5; } .nosotros__seccion__5__rigth__contenido h3 { font-family: "Gilroy"; font-size: 22px; line-height: 27px; text-transform: uppercase; color: #696969; } .nosotros__seccion__5__rigth__contenido h4 { font-family: "Gilroy"; font-size: 20px; line-height: 25px; text-transform: uppercase; color: #8EC73E; } .nosotros__seccion__5__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; text-align: justify; color: #696969; } .nosotros__seccion__5__rigth__contenido h2 { text-align: left; margin-bottom: 35px; } .nosotros__seccion__5__rigth__contenido h2:before { background-position: left; } .nosotros__seccion__5 .owl-carousel .owl-item { padding-right: 0px !important; } .nosotros__seccion__5 .owl-next:focus, .nosotros__seccion__5 .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .nosotros__seccion__5 .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; } .nosotros__seccion__5 .owl-next:hover { background: #C1D548 !important; } .nosotros__seccion__5 .owl-next span { display: none; } .nosotros__seccion__5 .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .nosotros__seccion__5 .owl-dot:last-child:before { display: none; } .nosotros__seccion__5 .owl-dots { bottom: 63%; width: 100%; left: 7%; text-align: right !important; } .nosotros__seccion__5 .owl-dots .fecha { font-family: "Gilroy"; font-size: 14px; line-height: 17px; text-transform: uppercase; } .nosotros__seccion__5 .owl-dots .fecha__numero { position: relative; right: -15px; color: rgba(4, 4, 4, 0.34902); top: -2px; } .nosotros__seccion__5 .owl-dots .active span { width: 10px; height: 10px; border: 0 !important; background: #F79846; -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); } .nosotros__seccion__5 .owl-dots .active span .fecha__numero { font-family: "Gilroy"; font-size: 14px; line-height: 17px; text-transform: uppercase; /* naranja1 */ color: #F79846; } .nosotros__seccion__5 .owl-nav { display: block; text-align: center; position: absolute; bottom: 10%; right: 0; left: 0; margin: auto; } .nosotros__seccion__5 .owl-dots .owl-dot { width: 50%; padding-bottom: 40px !important; z-index: -1; } .nosotros__seccion__5 .owl-dots .owl-dot:before { content: ""; background: #ccc; width: 1px; height: 23px; position: absolute; left: 4px; top: 18px; } .nosotros__seccion__5 .owl-dots .owl-dot .fecha { display: block; } .nosotros__seccion__5 .owl-dots .owl-dot span { display: none; border: 1px solid #696969; width: 10px; height: 10px; } .nosotros__seccion__5 .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .nosotros__seccion__5 .owl-prev:hover { background: #C1D548 !important; } .nosotros__seccion__5 .owl-prev span { display: none; } .nosotros__seccion__5 .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; } #playmen li a.active_colegio, #playmen li a.active_historia { color: #fff; background: #0652fd; } ol, ul { list-style: none; } .top h1 { margin: 5rem 0; font-weight: 500; color: #0b1129; font-size: 36px; text-align: center; padding: 4rem 0px; } .top h1::before { width: 2px; height: 34px; background: #0652fd; margin: 0 15px; content: ""; vertical-align: top; display: inline-block; } .top h1::after { width: 2px; height: 34px; background: #0652fd; margin: 0 15px; content: ""; vertical-align: top; display: inline-block; } .containerr { max-width: 1440px; width: 100%; height: 100%; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-size: contain; } .title { font-size: 38px; color: #fff; font-weight: 300; } .slick-slide img { max-width: 100%; } .timeline { width: 100%; position: relative; padding-bottom: 5rem; } .slick-slider .slick-track { -webkit-transform: translate3d(-101px, 0px, 0px); transform: translate3d(-101px, 0px, 0px); } .timeline-nav__item { width: auto; height: 10rem; text-align: center; float: none !important; background: transparent; color: #0b1129; margin: 5px 25px !important; position: relative; font-size: 20px; line-height: 14rem; font-weight: 400; outline: none; cursor: pointer; padding: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .timeline-nav__item::before { content: ""; position: absolute; top: 30px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 20px; height: 20px; border-radius: 100%; background-color: #fff; -webkit-transition: .2s; transition: .2s; border: 1px solid #111; } .timeline-nav__item.slick-current { color: #0652fd; opacity: 1; } .timeline-nav__item.slick-current::before { background-color: #0652fd; border: 3px solid #f2f2f2; -webkit-box-shadow: 0px 0px 0px 1px #020202; box-shadow: 0px 0px 0px 1px #020202; } .timeline-nav__item h3 { position: absolute; top: 1px; font-size: 13px; width: 100%; text-align: center; left: 0; margin-top: 0; } .timeline-wrapper { position: relative; width: 100%; margin: 20px auto 4rem; } .timeline-nav .slick-list::after { width: 100%; height: 1px; background: #0b1129; position: absolute; bottom: 6.5rem; left: 0; content: ""; z-index: -1; } .timeline-nav { padding-top: 2rem; } .slick-dots li button:before { font-family: "Font Awesome 5 Solid"; content: "\F111"; color: #fff; opacity: 1; font-size: 8px; } .slick-dots li.slick-active button:before { color: #0652fd; } .slick-dots { bottom: 8rem; padding: 0 3rem; text-align: right; } .timeline .slick-track { height: 100%; } .timeline-slide { position: relative; /*overflow: hidden;*/ background-repeat: no-repeat; outline: none; background-size: auto 400px, cover; background-position: top; margin: 0 15px; width: 100%; z-index: 1; } .timeline-slide:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background-color: rgba(0, 52, 113, 0.8);*/ z-index: 2; } .slick-prev:before, .slick-next:before { color: #0b1129; font-family: "Font Awesome 5 Solid"; } .slick-prev:before { content: "\F053"; } .slick-next:before { content: "\F054"; } .timeline-slide__img { padding: 0; } .timeline-slide__content { z-index: 5; position: absolute; padding: 30px 17rem 40px 40px; top: 6rem; background: #0b1129; /* width: 642px; */ height: 356px; right: 0; opacity: 0; -webkit-transition: opacity 1s; transition: opacity 1s; color: #fff; box-shadow: 4px 2px 14px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 4px 2px 14px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 2px 14px rgba(0, 0, 0, 0.5); } .timeline-nav .slick-track:before { display: table; content: ''; background: #000; width: 5px; height: 5px; display: block; top: 42px; position: absolute; border-radius: 50%; } .slick-prev.slick-disabled:before { opacity: 0; } .timeline-slide__content h2 { font-size: 20px; } .timeline-slide__content p { font-size: 16px; line-height: 26px; } @media (max-width: 500px) { .timeline-slide__content { width: 100%; } } .timeline-year { z-index: 5; font-size: 35px; color: #ffffff; background: #ff9900; padding: 15px 26px; -webkit-transition: opacity 1.2s; transition: opacity 1.2s; position: absolute; right: 0; opacity: 0; } .timeline-title { color: #ff9900; font-size: 26px; line-height: 30px; font-weight: 400; } .timeline-text { font-size: 18px; line-height: 28px; color: #666666; } .slick-prev, .slick-next { z-index: 5; } .timeline .slick-current:after { background-color: rgba(0, 52, 113, 0); } .timeline .slick-current .timeline-year { opacity: 1; } .timeline .slick-current .timeline-slide__content { opacity: 1; } @media (max-width: 1024px) { .top h1 { margin: 3rem 0; font-size: 23px; } } @media (max-width: 1499px) { .slick-next { right: 0; } .slick-prev { left: 0; } } @media (max-width: 1023px) { .timeline-slide__content { position: relative; top: 0; right: 0; padding: 3rem; width: 100%; } .timeline-slide__img { width: 100%; } .timeline-wrapper { height: auto; } .slick-dots { bottom: 1rem; } .slick-slide img { max-width: 100%; width: 100%; } } @media (min-width: 1024px) and (max-width: 1439px) { .timeline-slide__content { position: relative; top: 3rem; right: 0; padding: 3rem; height: 308px; } } @media (min-width: 1024px) and (max-width: 1085px) { .slick-dots { bottom: 2rem; } } @media (min-width: 1086px) and (max-width: 1162px) { .slick-dots { bottom: 5rem; } } @media (min-width: 1163px) and (max-width: 1439px) { .slick-dots { bottom: 8rem; } } @media (min-width: 1250px) and (max-width: 1439px) { .timeline-slide__content { height: 360px; } } @media (max-width: 550px) { .top h1::before { display: none; } .top h1::after { display: none; } .top h1 { font-size: 20px; } } @media (max-width: 500px) { .timeline-slider { height: 100%; } .timeline .slick-list { height: 100%; } } @media (min-width: 1080px) { .timeline .slick-list { /*padding: 0 180px !important;*/ } } @media (max-width: 550px) { .banner_autoridad { height: 200px; } .banner_autoridad h1 { font-size: 2.5rem; } } @media (max-width: 425px) { .timeline-slide__content { height: 450px; } } @media (max-width: 320px) { .timeline-slide__content { height: 480px; } } .owl-dot:last-child:after { display: none; } .activa .productos__menu__contenido:before { content: ""; background-color: rgba(160, 222, 72, 0.729412); width: 100%; height: 100%; top: 0; left: 0; position: absolute; } .tab { height: 100%; } .tab .tablinks { cursor: pointer; width: 85px; height: 85px; background-size: cover; margin-bottom: 25px; background-position: center; } .tab .active { border: 2px solid #8dc63e; } .tabcontent { display: none; } .formularioProductos label { color: blue; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .formularioProductos input { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } .formularioProductos input:focus + label { color: #8EC73E; } .formularioProductos textarea:focus + label { color: #8EC73E; } .formularioProductos .contacto .select { height: 50px; } .formularioProductos .contacto .select-styled { padding: 0 0 0 15px; background: #fff; } .formularioProductos .contacto__formulario .vs__selected { top: 12px; } .formularioProductos .contacto__formulario__form__formulario__input { margin-bottom: 50px; } .formularioProductos .contacto__formulario__form__formulario__input textarea { background: #fff; } .formularioProductos .contacto__formulario__form__formulario__input textarea:focus { border: 1px solid #8EC73E; background: #fff; } .formularioProductos .contacto__formulario__form__formulario__input form { padding: 0 15px; } .formularioProductos .contacto__formulario__form__formulario__input label { position: absolute; top: -25px !important; margin-left: 0; font-family: "Neo Sans Std"; font-size: 14px; font-weight: 500; line-height: 17px; color: #696969; } .formularioProductos .contacto__formulario__form__formulario__input input { height: 50px; padding: 0 0 0 15px; background: #fff; } .formularioProductos .contacto__formulario__form__formulario__input input:focus { border: 1px solid #8EC73E; background: #fff; } .formularioProductos .close { position: absolute; right: -30px; top: -20px; opacity: 1; background: #F79846 !important; /* card sombra */ -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; height: 60px; width: 60px; border-radius: 50%; z-index: 123; opacity: 1 !important; } .formularioProductos .close span { color: #fff; font-size: 50px; position: relative; top: -3px; } .formularioProductos .modal { background: rgba(10, 10, 10, 0.42) !important; } .productos .select-hidden { display: none; visibility: hidden; padding-right: 10px; } .productos .select { cursor: pointer; display: inline-block; position: relative; font-size: 13px; width: 100%; border: 1px solid #EDEDED; color: #3d3d3d; height: 70px; text-align: left; background: #f2f2f2; } .productos .select-styled { font-size: 16px; line-height: 16px; text-transform: uppercase; color: #696969; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; padding: 17px 0 0 25px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-family: "Neo Sans Std"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .productos .select-styled:after { content: ""; width: 15px; height: 9px; background-image: url(../images/arrow.png?ac0782515ac3aff97a775b1158f500c1); background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; right: 27px; } .productos .select-styled:hover { background-color: transparent; } .productos .select-styled:active, .productos .select-styled.active { background-color: #fff; } .productos .select-styled:active:after, .productos .select-styled.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .productos .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: transparent; overflow: auto; max-height: 190px; } .productos .select-options li { margin: 0; padding: 13px 9px; text-align: left; font-family: "Neo Sans Std"; font-weight: bold; background: #fff; border-top: 1px solid #EDEDED; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; } .productos .select-options li:last-child { border-bottom: 1px solid #EDEDED; } .productos .select-options li:hover { color: #fff; background: #ccc; } .productos .select-options li[rel="hide"] { display: none; } .productos__popup { max-width: 1443px !important; width: 1443px !important; } .productos__popup .subtitulo { text-align: left; } .productos__popup .subtitulo:before { background-position: left; } .productos__popup__left { height: 100%; padding: 0px 100px; position: relative; background: #F4F9EC; } .productos__popup__left__contenedor h4 { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; margin-bottom: 0; color: #8EC73E; } .productos__popup__left__contenedor h3 { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; color: #696969; margin-bottom: 35px; } .productos__popup__left__contenedor p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .productos__popup__rigth { background-size: cover; background-repeat: no-repeat; background-position: center; height: 100%; width: 100%; } .productos__popup__rigth img { width: 100%; } .productos__menu__contenido { background-size: cover; background-repeat: no-repeat; height: 100px; position: relative; } .productos__menu__contenido:hover a { text-decoration: none; } .productos__menu__contenido:hover:before { content: ""; background-color: rgba(160, 222, 72, 0.729412); width: 100%; height: 100%; top: 0; left: 0; position: absolute; } .productos__menu__contenido__titulo { position: relative; z-index: 10; height: 100%; padding: 0 50px; } .productos__menu__contenido__titulo img { position: relative; top: 10px; width: 70px; right: 10px; } .productos__menu__contenido__titulo h4 { font-family: "Gilroy"; font-size: 20px; line-height: 25px; text-transform: uppercase; color: #FFFFFF; margin: 0; } .productos__informacion { padding-top: 100px; padding-bottom: 180px; } .productos__informacion__left__contenido img { border-radius: 25px 25px 25px 0; } .productos__informacion__left .owl-dots { -webkit-tap-highlight-color: transparent; position: absolute; right: 12%; bottom: 0; width: auto; height: 30px; text-align: right !important; } .productos__informacion__left .owl-nav { display: block; position: absolute; bottom: 0; right: -5%; } .productos__informacion__left .owl-next:focus, .productos__informacion__left .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .productos__informacion__left .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; } .productos__informacion__left .owl-next:hover { background: #C1D548 !important; } .productos__informacion__left .owl-next span { display: none; } .productos__informacion__left .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .productos__informacion__left .owl-prev { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .productos__informacion__left .owl-prev:hover { background: #C1D548 !important; } .productos__informacion__left .owl-prev span { display: none; } .productos__informacion__left .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .productos__informacion__rigth__contenido { padding: 165px 0 0 135px; } .productos__informacion__rigth__contenido h1 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; text-transform: uppercase; color: #8EC73E; position: relative; margin-top: 0; margin-bottom: 50px; } .productos__informacion__rigth__contenido h1:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .productos__informacion__rigth__contenido h4 { font-family: "Neo Sans Std"; font-size: 16px; line-height: 19px; text-align: justify; color: #C1D548; } .productos__informacion__rigth__contenido b { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .productos__informacion__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .productos__tiposProductos { background-color: #F4F9EC; padding: 75px 0; } .productos__tiposProductos__titulo h2 { margin-bottom: 50px; } .productos__tiposProductos__card { background-color: #fff; padding: 25px 50px; padding-bottom: 45px; margin-top: 25px; } .productos__tiposProductos__card__cajas { background: #F2F2F2; border: 12px solid #fff; margin-top: 25px; -webkit-transition: all 1s; transition: all 1s; } .productos__tiposProductos__card__cajas a:hover { text-decoration: none; } .productos__tiposProductos__card__cajas:hover { -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.28); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.28); } .productos__tiposProductos__card__cajas:hover .productos__tiposProductos__card__cajas__titulo h4 { color: #8EC73E; } .productos__tiposProductos__card__cajas__producto { background: #fff; height: 400px; } .productos__tiposProductos__card__cajas__producto img { width: 100%; } .productos__tiposProductos__card__cajas__titulo { background: #fff; padding-top: 30px; padding-bottom: 15px; height: 70px; } .productos__tiposProductos__card__cajas__titulo h5 { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-align: center; margin: -15px 0 0 0; color: #C1D548; } .productos__tiposProductos__card__cajas__titulo h4 { font-family: "Gilroy"; font-size: 16px; line-height: 28px; margin: 0; -webkit-transition: all 1s; transition: all 1s; text-align: center; color: #696969; } .productos__tiposProductos__card h3 { font-family: "Gilroy"; font-size: 18px; line-height: 28px; color: #8EC73E; } .productos__tiposProductos__card p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; color: #696969; } .productos__tiposProductos__card span { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; color: #989898; } .productos__tiposProductosAsesoriamiento { padding-top: 145px; padding-bottom: 140px; position: relative; } .productos__tiposProductosAsesoriamiento:before { content: ""; background-image: url(../images/detalleasesoriamiento1.png?dfe64860a3861a55ea750de8caae61ff); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; left: 0; } .productos__tiposProductosAsesoriamiento:after { content: ""; background-image: url(../images/detalleasesoriamiento2.png?6100c1a40e6172f969f710be93fc5b41); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; /* right: 0; */ background-position: right top; top: -65px; z-index: -1; } .productos__tiposProductosAsesoriamiento__left h3 { text-align: left; } .productos__tiposProductosAsesoriamiento__left h3:before { background-position: left; } .productos__tiposProductosAsesoriamiento__rigth p { font-family: "Neo Sans Std"; font-size: 18px; line-height: 30px; text-align: justify; color: #696969; } .productos__tiposProductosAsesoriamiento__rigth__boton { margin-top: 50px; } .productos__tiposProductosCajas { padding-top: 145px; padding-bottom: 140px; position: relative; background-color: #F4F9EC; } .productos__tiposProductosCajas__titulo { margin-bottom: 70px; } .productos__tiposProductosCajas__card { background: #fff; padding: 15px 15px; height: 450px; } .productos__tiposProductosCajas__card__left__img { background-color: #F2F2F2; height: 412px; padding: 25px; } .productos__tiposProductosCajas__card__rigth { height: 100%; } .productos__tiposProductosCajas__card__rigth__contenido { padding: 50px; } .productos__tiposProductosCajas__card__rigth__contenido a { padding: 17px 30px; } .productos__tiposProductosCajas__card__rigth__contenido a:focus { outline: 0px auto -webkit-focus-ring-color; outline-offset: 0px; color: #fff; text-decoration: none; } .productos__tiposProductosCajas__card__rigth__contenido a:hover { text-decoration: none; } .productos__tiposProductosCajas__card__rigth__contenido h3 { font-family: "Gilroy"; font-size: 22px; line-height: 28px; color: #8EC73E; } .productos__tiposProductosCajas__card__rigth__contenido p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; margin-bottom: 60px; } input + .error, textarea + .error { position: absolute; right: 25px; color: #ff0000 !important; } .contacto__formulario__form__formulario__input__select { top: 12px !important; font-family: "Neo Sans Std"; font-size: 12px !important; line-height: 14px; /* verde1 */ color: #8EC73E !important; } input .error { position: absolute; right: 0; } .contacto__mapa__iframe .tab-pane { display: none; } .contacto__mapa__iframe .active { display: block !important; } .vs__actions { position: absolute; top: 0; bottom: 0; right: 20px; height: 20%; margin: auto; } .vs__selected { color: #696969; } .nav-tabs { border-bottom: 0px solid #ddd !important; } .contacto__formulario__form__formulario__input label { color: #8EC73E; font-size: 12px !important; top: 15px !important; } textarea :not(:placeholder-shown) + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto .contaco label { top: 15px; } .contacto .select-hidden { display: none; visibility: hidden; padding-right: 10px; } .contacto .select { cursor: pointer; display: inline-block; position: relative; font-size: 13px; width: 100%; border: 1px solid #EDEDED; color: #3d3d3d; height: 70px; text-align: left; background: #f2f2f2; } .contacto .select-styled { font-size: 16px; line-height: 16px; color: #696969; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; padding: 17px 0 0 25px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-family: "Neo Sans Std"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .contacto .select-styled:after { content: ""; width: 15px; height: 9px; background-image: url(../images/arrow.png?ac0782515ac3aff97a775b1158f500c1); background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; right: 27px; } .contacto .select-styled:hover { background-color: transparent; } .contacto .select-styled:active, .contacto .select-styled.active { background-color: #fff; } .contacto .select-styled:active:after, .contacto .select-styled.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .contacto .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: transparent; overflow: auto; max-height: 190px; } .contacto .select-options li { margin: 0; padding: 13px 9px; text-align: left; font-family: "Neo Sans Std"; font-weight: bold; background: #fff; border-top: 1px solid #EDEDED; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; } .contacto .select-options li:last-child { border-bottom: 1px solid #EDEDED; } .contacto .select-options li:hover { color: #fff; background: #ccc; } .contacto .select-options li[rel="hide"] { display: none; } .contacto__banner__contenido { height: 440px; position: relative; } .contacto__banner__contenido:before { content: ""; background-image: url(../images/detalleverdebanner.png?d8b03b6a69f8838dbbc7ee51ab8124df); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; background-position: bottom left; bottom: 0; } .contacto__banner__contenido__titulo { width: 75%; margin: auto; } .contacto__banner__contenido__titulo h1 { font-family: "Gilroy"; font-size: 50px; line-height: 62px; text-transform: uppercase; color: #FFFFFF; } .contacto__formulario { padding-top: 100px; padding-bottom: 100px; } .contacto__formulario__form h2 { text-align: left; } .contacto__formulario__form h2:before { background-position: left; } .contacto__formulario__form p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; margin-top: 25px; color: #696969; } .contacto__formulario__form__formulario__select { top: 12px; } .contacto__formulario__form__formulario__boton { border: 0; z-index: 10; position: relative; } .contacto__formulario__form__formulario__condiciones p { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; color: #696969; opacity: 0.5; margin: 0; margin-top: 15px; margin-left: 30px; } .contacto__formulario__form__formulario__input { position: relative; margin-bottom: 25px; } .contacto__formulario__form__formulario__input textarea { height: 70px; position: relative; border: 1px solid #ccc; width: 100%; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); padding-left: 28px; color: #696969; padding-top: 35px; border: 0; -webkit-transition: 1s all; transition: 1s all; } .contacto__formulario__form__formulario__input textarea:not(:placeholder-shown) + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input textarea:active { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border-bottom: 1px solid #8EC73E; } .contacto__formulario__form__formulario__input textarea:active + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input textarea:focus { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border-bottom: 1px solid #8EC73E; } .contacto__formulario__form__formulario__input textarea:focus + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input input { height: 70px; border: 1px solid #ccc; width: 100%; position: relative; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); padding-left: 28px; color: #696969; padding-top: 25px; border: 0; -webkit-transition: 1s all; transition: 1s all; } .contacto__formulario__form__formulario__input input:not(:placeholder-shown) + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input input:active { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border-bottom: 1px solid #8EC73E; } .contacto__formulario__form__formulario__input input:active + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input input:focus { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border-bottom: 1px solid #8EC73E; } .contacto__formulario__form__formulario__input input:focus + label { color: #8EC73E; font-size: 12px; top: 15px; } .contacto__formulario__form__formulario__input label { -webkit-transition: all 0.5s; transition: all 0.5s; position: absolute; bottom: 0; font-family: "Neo Sans Std"; font-size: 16px; line-height: 19px; opacity: 0.8; font-weight: 500; height: 10px; z-index: 1; top: 25px; margin-left: 28px; } .contacto__formulario__info__telefonia { padding-top: 0 !important; } .contacto__formulario__info ul { list-style: none; padding-top: 50px; padding-left: 25px; } .contacto__formulario__info ul i { color: #F79846; } .contacto__formulario__info ul h3 { font-family: "Gilroy"; font-size: 20px; line-height: 25px; color: #8EC73E; position: relative; margin-bottom: 10px; margin-top: 10px; } .contacto__formulario__info ul h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -15px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .contacto__formulario__info ul p { font-family: "Neo Sans Std"; font-size: 25px; line-height: 50px; color: #696969; } .contacto__formulario__info ul li a { font-family: "Neo Sans Std"; font-size: 25px; line-height: 50px; color: #696969; } .contacto__mapa { position: relative; } .contacto__mapa__localizacion { position: absolute; left: 0; top: 0; width: 50%; height: 100%; background: linear-gradient(269.97deg, rgba(244, 249, 236, 0) 0.03%, #F4F9EC 78.63%); } .contacto__mapa__localizacion__contenido { position: absolute; left: 30%; top: 2%; } .contacto__mapa__localizacion__contenido__contenedor { overflow: auto; height: 855px; } .contacto__mapa__localizacion__contenido__contenedor::-webkit-scrollbar { display: none; } .contacto__mapa__localizacion__contenido h2 { font-family: "Gilroy"; font-size: 20px; line-height: 25px; color: #8EC73E; } .contacto__mapa__localizacion__contenido__card { background: #fff; width: 332px; padding: 15px; border-radius: 15px; -webkit-transition: all 1s; transition: all 1s; margin-top: 25px; } .contacto__mapa__localizacion__contenido__card:hover { background: #F79846; -webkit-box-shadow: 0px 15px 25px rgba(193, 213, 72, 0.1); box-shadow: 0px 15px 25px rgba(193, 213, 72, 0.1); border-radius: 15px; } .contacto__mapa__localizacion__contenido__card:hover a { color: #fff; text-decoration: none; } .contacto__mapa__localizacion__contenido__card:hover p { color: #fff; } .contacto__mapa__localizacion__contenido__card:hover h3 { color: #fff; } .contacto__mapa__localizacion__contenido__card__left__boton { position: relative; bottom: 0; } .contacto__mapa__localizacion__contenido__card__left__boton a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; -webkit-text-decoration-line: underline; text-decoration-line: underline; text-transform: uppercase; color: #F79846; -webkit-transition: all 1s; transition: all 1s; text-decoration: none; } .contacto__mapa__localizacion__contenido__card__left__boton a:hover { color: #fff; } .contacto__mapa__localizacion__contenido__card__left p { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; color: #696969; -webkit-transition: all 1s; transition: all 1s; } .contacto__mapa__localizacion__contenido__card__left h3 { -webkit-transition: all 1s; transition: all 1s; font-family: "Gilroy"; color: #696969; font-size: 16px; line-height: 20px; } .contacto__mapa__localizacion__contenido__card__rigth { height: 165px; width: 100%; background-size: cover; } .contacto__mapa__iframe iframe { height: 938px; width: 100%; } .cards__img img { border-radius: 15px; } .casos .close { position: absolute; right: -30px; top: -20px; opacity: 1; background: #F79846 !important; /* card sombra */ -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07) !important; height: 60px; width: 60px; border-radius: 50%; z-index: 123; opacity: 1 !important; } .casos .close span { color: #fff; font-size: 50px; position: relative; top: -3px; } .casos .modal { background: rgba(0, 0, 0, 0.42) !important; } .casos__contenedor { padding: 100px 0; position: relative; overflow: hidden; } .casos__contenedor__popup { max-width: 1169px !important; width: 1169px !important; } .casos__contenedor__popup__left { height: 100%; padding: 0px 150px; position: relative; } .casos__contenedor__popup__left:before { content: ""; position: absolute; right: -50px; width: 359px; height: 625px; background: #8EC73E; opacity: 0.1; border-radius: 15px; } .casos__contenedor__popup__left__contenedor h4 { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; margin-bottom: 0; color: #8EC73E; } .casos__contenedor__popup__left__contenedor h3 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; position: relative; color: #696969; margin-bottom: 35px; } .casos__contenedor__popup__left__contenedor h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .casos__contenedor__popup__left__contenedor p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; text-align: justify; color: #696969; } .casos__contenedor__popup__rigth img { width: 100%; border-radius: 15px; } .casos__contenedor:before { content: ""; background-image: url(../images/detalle1.png?8b72413f4d1eb5384a77101b2fac0ded); position: absolute; left: 0; width: 100%; top: 0; background-repeat: no-repeat; height: 100%; background-position: center left; } .casos__contenedor:after { content: ""; background-image: url(../images/detalle2.png?453a1a7c4256c987ab13a3258e72b1b3); position: absolute; right: -18%; width: 100%; z-index: -1; -webkit-transform: rotate(58deg); transform: rotate(58deg); top: -58%; background-repeat: no-repeat; height: 100%; background-position: top right; } .casos__contenedor__card { position: relative; } .casos__contenedor__card:hover .cards__content a { border-radius: 10px; padding: 12px 35px; } .casos__contenedor__card:hover .cards__content p { margin-bottom: 35px; } .casos__contenedor__card:hover .cards__content:before { content: ""; background: rgba(141, 198, 62, 0.74); width: 100%; height: 100%; position: absolute; left: 0; border-radius: 15px; top: 0; } .casos__contenedor__card .cards__content { border-radius: 15px; } .casos__contenedor__card:hover__info { position: absolute; top: 0; left: 0; width: 100%; height: 16%; bottom: 0; margin: auto; } .casos__contenedor__card:hover__info h2 { font-family: "Gilroy"; font-size: 30px; line-height: 37px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .casos__contenedor__card__info { position: absolute; top: 0; left: 0; width: 100%; height: 16%; bottom: 0; margin: auto; } .casos__contenedor__card__info h2 { font-family: "Gilroy"; font-size: 30px; line-height: 37px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .casos__contenedor .cards--grande { height: auto; } .trabaja .banner p { font-family: Neo Sans Std; font-size: 16px; line-height: 26px; color: #FFFFFF; } .trabaja__formulario { padding-top: 100px; padding-bottom: 100px; } .trabaja .select-hidden { display: none; visibility: hidden; padding-right: 10px; } .trabaja .select { cursor: pointer; display: inline-block; position: relative; font-size: 13px; width: 100%; border: 1px solid #EDEDED; color: #3d3d3d; height: 70px; text-align: left; background: #f2f2f2; } .trabaja .select-styled { font-size: 16px; line-height: 16px; text-transform: uppercase; color: #696969; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; padding: 17px 0 0 25px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-family: "Neo Sans Std"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .trabaja .select-styled:after { content: ""; width: 15px; height: 9px; background-image: url(../images/arrow.png?ac0782515ac3aff97a775b1158f500c1); background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; right: 27px; } .trabaja .select-styled:hover { background-color: transparent; } .trabaja .select-styled:active, .trabaja .select-styled.active { background-color: #fff; } .trabaja .select-styled:active:after, .trabaja .select-styled.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .trabaja .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: transparent; overflow: auto; max-height: 190px; } .trabaja .select-options li { margin: 0; padding: 13px 9px; text-align: left; font-family: "Neo Sans Std"; font-weight: bold; background: #fff; border-top: 1px solid #EDEDED; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; } .trabaja .select-options li:last-child { border-bottom: 1px solid #EDEDED; } .trabaja .select-options li:hover { color: #fff; background: #ccc; } .trabaja .select-options li[rel="hide"] { display: none; } .trabaja .fileUpload { height: auto; position: relative; margin-bottom: 25px; } .trabaja .fileUpload--label { border-radius: 5px; display: inline-block; z-index: 999; font-size: 16px; margin: 0; max-width: 100%; height: 70px; position: relative; text-align: left; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; width: 100%; border: 1px solid rgba(132, 129, 136, 0.2); } .trabaja .fileUpload--icon { background-repeat: no-repeat; background-size: contain; background-position: center; display: inline-block; height: 30px; position: absolute; top: .7em; right: 2.5em; width: 20px; } .trabaja .fileUpload--input { display: none; } .trabaja .fileUpload--archivo { color: #9B9B9B; display: inline-block; font-size: 14px; margin-left: .5em; text-align: left; vertical-align: middle; width: 45%; } .trabaja .equipo__formulario__content__subir_archivo { position: absolute; top: 25px; left: 210px; font-family: Neo Sans Std; font-size: 16px; line-height: 19px; /* gris1 */ color: #696969; opacity: 0.5; } .trabaja .equipo__formulario__content__buscar { position: absolute; top: 15px; left: 12px; font-family: "Gilroy"; font-size: 13px; background: #C1D548; border-radius: 5px; padding: 13px 17px; line-height: 16px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .registro .banner p { font-family: Neo Sans Std; font-size: 16px; line-height: 26px; color: #FFFFFF; } .registro__formulario { padding-top: 100px; padding-bottom: 100px; } .registro__formulario h3 { font-family: "Gilroy"; font-size: 20px; line-height: 25px; color: #8EC73E; position: relative; margin-bottom: 40px; margin-top: 10px; } .registro__formulario h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -15px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .registro .select-hidden { display: none; visibility: hidden; padding-right: 10px; } .registro .select { cursor: pointer; display: inline-block; position: relative; font-size: 13px; width: 100%; border: 1px solid #EDEDED; color: #3d3d3d; height: 70px; text-align: left; background: #f2f2f2; } .registro .select-styled { font-size: 16px; line-height: 16px; text-transform: uppercase; color: #696969; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: transparent; padding: 17px 0 0 25px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-family: "Neo Sans Std"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .registro .select-styled:after { content: ""; width: 15px; height: 9px; background-image: url(../images/arrow.png?ac0782515ac3aff97a775b1158f500c1); background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; right: 27px; } .registro .select-styled:hover { background-color: transparent; } .registro .select-styled:active, .registro .select-styled.active { background-color: #fff; } .registro .select-styled:active:after, .registro .select-styled.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .registro .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: transparent; overflow: auto; max-height: 190px; } .registro .select-options li { margin: 0; padding: 13px 9px; text-align: left; font-family: "Neo Sans Std"; font-weight: bold; background: #fff; border-top: 1px solid #EDEDED; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; } .registro .select-options li:last-child { border-bottom: 1px solid #EDEDED; } .registro .select-options li:hover { color: #fff; background: #ccc; } .registro .select-options li[rel="hide"] { display: none; } .registro .fileUpload { height: auto; position: relative; margin-bottom: 25px; } .registro .fileUpload--label { border-radius: 5px; display: inline-block; background: #fff; font-size: 16px; margin: 0; max-width: 100%; height: 70px; position: relative; text-align: left; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; width: 100%; border: 1px solid rgba(132, 129, 136, 0.2); } .registro .fileUpload--icon { background-repeat: no-repeat; background-size: contain; background-position: center; display: inline-block; height: 30px; position: absolute; top: .7em; right: 2.5em; width: 20px; } .registro .fileUpload--input { display: none; } .registro .fileUpload--archivo { color: #9B9B9B; display: inline-block; font-size: 14px; margin-left: .5em; text-align: left; vertical-align: middle; width: 45%; } .registro .equipo__formulario__content__subir_archivo { position: absolute; top: 18px; left: 200px; font-family: Neo Sans Std; font-size: 16px; line-height: 19px; /* gris1 */ color: #696969; opacity: 0.5; } .registro .equipo__formulario__content__buscar { position: absolute; top: 15px; left: 12px; font-family: "Gilroy"; font-size: 13px; background: #C1D548; border-radius: 5px; padding: 13px 17px; line-height: 16px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .buscar1 { position: relative; } .buscar1__boton { height: 100%; width: 40px; position: absolute; right: 0; top: 0; border: 0; background: transparent; outline: none; cursor: default; } .buscar1__borrar { height: 100%; width: 40px; position: absolute; right: 0; top: 0; border: 0; background: transparent; outline: none; cursor: pointer; z-index: 10; } .buscar1__contenido { background: #F4F9EC; padding-top: 100px; padding-bottom: 100px; } .buscar1__contenido .subtitulo { margin-bottom: 70px; } .buscar1__contenido__card { margin-bottom: 25px; -webkit-transition: 1s all; transition: 1s all; } .buscar1__contenido__card a:hover { text-decoration: none; } .buscar1__contenido__card:hover { -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.28); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.28); } .buscar1__contenido__card:hover h3 { color: #8EC73E; } .buscar1__contenido__card__titulo { background: #fff; height: 80px; } .buscar1__contenido__card__titulo h4 { font-family: Gilroy; font-size: 13px; line-height: 16px; /* identical to box height */ margin-top: 0; text-align: center; /* verde2 */ margin-bottom: 0; color: #C1D548; } .buscar1__contenido__card__titulo h3 { font-family: "Gilroy"; font-size: 16px; margin-top: 0; margin-bottom: 0; line-height: 28px; text-align: center; color: #696969; -webkit-transition: all 1s; transition: all 1s; } .buscar1__contenido__card__img { background: #fff; border-radius: 0px; padding: 0; border-left: 12px solid #fff; border-right: 12px solid #fff; border-top: 12px solid #fff; text-align: center; height: 400px; } .buscar1:before { position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F002"; color: #8dc63e; top: 10px; right: 15px; } .buscar1:after { position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F00D"; color: #8dc63e; top: 10px; right: 15px; } .buscar1__input { background: #FFFFFF; padding-left: 10px; width: 100%; height: 40px; border: 1px solid #F2F2F2; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); font-family: "Neo Sans Std"; font-size: 14px; line-height: 30px; color: #989898; } .buscar1__input:focus { outline: 0; } .mostrarcadro { -webkit-transform: translateX(0px) !important; transform: translateX(0px) !important; -webkit-transition: all 1s; transition: all 1s; } .modalvideo { width: 50%; } .ocultarcadro { -webkit-transform: translateX(-500px); transform: translateX(-500px); } .buscar1__contenido__card__img img { width: 100%; } .banner .item { height: auto; } .owl-carousel { height: auto; } .botonDirecciones { cursor: pointer; } @media (max-width: 991.98px) { .footer__copy__politicas { padding-bottom: 15px; } .trabaja .equipo__formulario__content__subir_archivo { top: 15px; font-size: 12px; } .categoria1 .close { position: absolute; right: -15px; top: -20px; } .modalvideo { width: 100% !important; } .search-form-outer { width: 300px !important; position: relative !important; margin: auto; } .modalvideo { width: 100%; height: auto; } .banner__imagen { /* height: 300px;*/ /*background-size: cover;*/ height: 470px; background-size: cover; background-position: center center; } .banner__scroll { position: absolute; bottom: 3%; z-index: 10; left: 0; width: 100%; text-align: center; } .footer__contenido__titulo__form__input:after { right: 15%; } .direccion__item { padding: 0 20px; } .nosotros__seccion__5 .owl-nav { bottom: 0; } .nosotros__seccion__5__rigth { left: 0px; padding: 25px; } .buscar1__contenido__responsive { display: block !important; } .header__buscar1__buscar1 { list-style: none; } .buscar1__contenido .buscar1__input { width: 100%; } .productos__menu__contenido__titulo h4 { font-size: 12px; line-height: 12px; } .contacto__mapa__localizacion { -webkit-transition: all 1s; transition: all 1s; } .contacto__mapa__localizacion__contenido__card__left__boton { position: relative; } .contacto__formulario__info ul { padding-left: 0; } .mapa__content__item { -webkit-transform: translateX(-500px); transform: translateX(-500px); } .mapa__content__item_ocultar { -webkit-transform: translateX(0px); transform: translateX(0px); } .btn-ocultar { display: block; position: absolute; background: #fff; width: 50px; height: 50px; top: 0; bottom: 0; -webkit-box-shadow: 1px 0px 5px #2525253d; box-shadow: 1px 0px 5px #2525253d; margin: auto; padding-top: 12px; text-align: center; } .btn-ocultar i { position: relative; top: 5px; } } .modalvideo { width: 50%; margin: auto; padding: 35px; } @media (max-width: 767.98px) { .productos__menu{ margin-top: 60px; } .productos__tiposProductosCajas__card { height: auto; margin-bottom: 25px; } .productos__tiposProductosCajas__card__rigth__contenido { padding: 25px; } .productos__tiposProductosCajas__card__left__img { height: auto; } .productos__informacion { padding-bottom: 25px; } .productos__informacion__rigth__contenido { padding: 25px 0 0 0; } .productos__informacion__left .owl-nav { bottom: 20px; right: 0; left: 0; margin: auto; text-align: center; } .cards--grande { height: 25vh; } .cards--grande .cards__img--grande img { display: none; } .cards--grande .cards__content__item p { margin-bottom: 25px; font-size: 20px; } .cards--grande .cards__content__item h4 { display: none; } .cards--grande .cards__content__item img { display: none; } .cards--grande .cards__content__item__img { display: none; } .tab .tablinks { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .internaproducto .item { height: 300px !important; } .internaproducto__formulario { padding-top: 0 !important; } .internaproducto__formulario__tipo img { right: 0 !important; width: 100%; top: 0 !important; } .internaproducto__formulario__content { padding: 45px 15px !important; } .internaproducto__contenido__descripcion__boton { text-align: center; } .internaproducto__contenido__descripcion__boton__pdf { text-align: center; } .internaproducto__contenido__galeria { padding-bottom: 0; } .internaproducto__contenido__contenedor { text-align: center; width: 100%; } .internaproducto__contenido:before { display: none; } .internaproducto__contenido__galeria__img img { width: 100%; } .mapa__content__item { -webkit-transform: translateX(-500px); transform: translateX(-500px); } .mapa__content__item_ocultar { -webkit-transform: translateX(0px); transform: translateX(0px); } .btn-ocultar { display: block; position: absolute; background: #fff; width: 50px; height: 50px; top: 0; bottom: 0; -webkit-box-shadow: 1px 0px 5px #2525253d; box-shadow: 1px 0px 5px #2525253d; margin: auto; padding-top: 12px; text-align: center; } .blog__interna__contenido .blog__noticias__rigth { margin-top: 25px; } .blog__interna__contenido .col-lg-3 { padding: 0 0; } .blog__interna__portada:after { display: none; } .blog__destacado--pequena__contenido { padding: 0 25px !important; } .blog__destacado--pequena__contenido__categoria { top: 0 !important; } .blog__destacado--pequena__contenido__horarios { padding-right: 0 !important; } .blog__destacado--pequena__contenido__horarios h2 { font-size: 20px; line-height: 20px; } .blog__destacado--pequena__fondo { height: 250px; } .blog__destacado--Grande__contenido { padding: 0 25px !important; } .blog__destacado--Grande__fondo { height: 345px !important; background-size: contain; } .blog__noticias { padding-bottom: 75px; } .blog__noticias__left__contenedor__img img { border-radius: 30px !important; } .blog__noticias__left__contenedor__contenido { padding: 25px 25px 25px 25px !important; } .casos .modal-dialog { padding: 25px; padding-bottom: 0; margin: auto; } .casos__contenedor__popup { max-width: 100% !important; width: 100% !important; } .casos__contenedor__popup__rigth { padding: 0 25px; } .casos__contenedor__popup__left { padding: 45px; } .casos__contenedor__card { margin-bottom: 25px; } .contacto__mapa__iframe iframe { height: 500px; } .contacto__mapa__localizacion__contenido { left: 8%; } .contacto__mapa__localizacion__contenido__card__left__boton { position: relative; } .contacto__formulario__info ul { padding-left: 0; } .contacto__banner__contenido { height: 179px; position: relative; background-position: center; background-size: cover; } .contacto__banner__contenido:before { display: none; } .contacto__banner__contenido__titulo h1 { font-size: 20px; line-height: 20px; } .nosotros__seccion__3 .owl-nav { text-align: center; left: 0; right: 0; margin: auto; } .nosotros__seccion__4 .owl-next { right: -10px; } .nosotros__seccion__4 .owl-prev { left: -10px; } .nosotros__seccion__2__left:before { right: 0; } .nosotros__seccion__2 .owl-nav { text-align: center; right: 0; left: 0; margin: auto; } .nosotros__seccion__2 .owl-carousel .owl-item { padding-right: 0px !important; } .nosotros__seccion__2:before, .nosotros__seccion__2:after{ background-image:none; } .nosotros__seccion__1 { padding-top: 50px; } .nosotros__seccion__1__rigth:before { right: 0; } .nosotros .banner__imagen { height: auto; } .nosotros .banner h2 { font-size: 20px; } .subtitulo { font-size: 25px !important; line-height: 30px !important; margin-bottom: 10rem; } .owl-dots { display: none; } .banner__contenido { bottom: 0; left: 40px; } .banner__boton { margin-top: 80px; } .banner__boton a { padding: 10px 15px; font-size: 20px; } .banner .item { height: auto; } .banner__contenido__video { position: absolute; right: 0px; height: auto; top: -175px; } .banner__contenido__video__icono { font-size: 15px; padding: 35px; top: 120px; right: 75px; z-index: 10; } .banner__contenido__video__icono:after { display: none; } .banner__contenido__video__icono:before { display: none; } .banner__contenido .slider-counter { font-size: 15px; } .banner__contenido .slider-counter span { font-size: 15px; } .banner__contenido h2 { font-size: 24px; line-height:38px; width: 100%; float: left; margin-bottom: 3rem; } .home__seccion__2__productos__contenido { position: relative; } .home__seccion__2__productos__contenido:before { content: ""; background-image:none; } .home__seccion__2__productos { background: transparent; margin-bottom: 50px; height: auto; } .home__seccion__2__productos__contenido__titulo h2 { padding: 0 3px; font-size: 15px; color: #808080; } .home__seccion__2__productos__img { text-align: center; } .home__seccion__2__productos__img img { position: relative; display: none; } .home__seccion__1 { padding: 15px 0px 50px 0; } .home__seccion__1__contenedor h2 { font-size: 20px; line-height: 20px; } .home__seccion__3__rigth { padding-left: 0; } .home__seccion__3__rigth__contenido { padding: 0 15px; margin: 0; background: #8dc63e; } .home__seccion__3__left img { width: 100%; } .home__seccion__4 { bottom: 0; padding-top: 75px; padding-bottom: 75px; } .home__seccion__4 .owl-nav { left: 0; top: 30px; text-align: center; } .home__seccion__4__rigth { right: 0; } .home__seccion__4__rigth .owl-carousel .owl-item { padding-right: 0px !important; } .home__seccion__4__left__contenido { left: 0%; padding: 0px; z-index: 1; background: #f4f9ec; } .home__seccion__5__intro__boton { text-align: center; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__politicas { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__contenido { padding-top: 15px; } .footer__contenido__titulo { margin-top: 0; } .navbar-nav { float: left !important; } #popup-trupal .modal-content img { width: 100%; } .fade#popup-trupal .modal-header .close { margin: 0rem -10rem -5rem auto!important; } .fade#popup-trupal .close { font-size: 5rem!important; } } .navbar-toggler { background-color: #8dc63e; } @media (min-width: 576px) and (max-width: 767.98px) { .subtitulo { font-size: 25px !important; line-height: 30px !important; } .owl-dots { display: none; } .banner__boton { margin-top: 25px; } .banner__boton a { padding: 10px 15px; font-size: 10px; } .banner .item { height: auto; } .banner__contenido__video { position: absolute; right: 0px; height: auto; top: -175px; } .banner__contenido__video__icono { font-size: 15px; padding: 50px; top: 90px; right: 45px; z-index: 10; } .banner__contenido__video__icono:after { display: none; } .banner__contenido__video__icono:before { display: none; } .banner__contenido .slider-counter { font-size: 15px; } .banner__contenido .slider-counter span { font-size: 15px; } .banner__contenido h2 { font-size: 20px; line-height: 25px; } .home__seccion__2__productos { background: transparent; margin-bottom: 75px; height: auto; } .home__seccion__2__productos__contenido__titulo h2 { padding: 0 115px; } .home__seccion__2__productos__img { text-align: center; height: 500px; } .home__seccion__2__productos__img img { position: relative; } .home__seccion__1 { padding: 15px 0px 50px 0; } .home__seccion__1__contenedor h2 { font-size: 20px; line-height: 20px; } .home__seccion__3__rigth { background: #8dc63e; padding-left: 0; } .home__seccion__3__rigth__contenido { padding: 0; margin: 0 15px; } .home__seccion__3__left { text-align: center; padding-left: 15px; } .home__seccion__3__left img { width: 100%; } .home__seccion__4 { bottom: 0; padding-top: 75px; padding-bottom: 75px; } .home__seccion__4 .owl-nav { left: 0; top: 30px; text-align: center; } .home__seccion__4__rigth { right: 0; } .home__seccion__4__rigth .owl-carousel .owl-item { padding-right: 0px !important; } .home__seccion__4__left__contenido { left: 0%; padding: 0px; z-index: 1; background: #f4f9ec; } .home__seccion__5__tabs__contenedor { margin-top: 50px; } .home__seccion__5__tabs__contenedor__contenido a { width: 50%; } .home__seccion__5__intro__boton { text-align: center; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__derechos { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__politicas { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__contenido { padding-top: 15px; } .footer__contenido__titulo { margin-top: 0; } .navbar-nav { float: left !important; } } @media (min-width: 768px) and (max-width: 991.98px) { .productos__popup { max-width: 85% !important; width: 85% !important; } .cards--grande { height: 50vh; } .cards--grande .cards__content__item p { margin-bottom: 25px; font-size: 20px; } .cards--grande .cards__content__item h4 { display: none; } .cards--grande .cards__content__item__img { display: none; } .productos__tiposProductosCajas { padding-top: 35px; } .productos__tiposProductosCajas__card { margin-bottom: 25px; } .productos__tiposProductosCajas__card__rigth__contenido { padding: 25px; } .productos__informacion { padding-bottom: 80px; } .productos__informacion__rigth__contenido { padding: 25px; } .tab .tablinks { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .internaproducto .blog__interna__portada__contenedor__slider { text-align: center; } .internaproducto__formulario { padding-top: 0 !important; } .internaproducto__formulario__tipo img { right: 0 !important; width: 100%; top: 0 !important; } .internaproducto__formulario__content { padding: 45px 15px !important; } .internaproducto__contenido__descripcion__boton { text-align: center; } .internaproducto__contenido__descripcion__boton__pdf { text-align: center; } .internaproducto__contenido__galeria { padding-bottom: 0; } .internaproducto__contenido__contenedor { text-align: center; width: 100%; } .internaproducto__contenido:before { display: none; } .internaproducto__contenido__galeria__img img { width: 100%; } .contacto__mapa__iframe iframe { height: 300px; } .contacto__banner__contenido { background-size: cover; background-position: center; } .blog__interna__contenido .blog__noticias__rigth { margin-top: 25px; } .blog__interna__contenido .col-lg-3 { padding: 0 0; } .blog__interna__portada:after { display: none; } .blog__destacado--pequena__contenido { padding: 0 25px !important; } .blog__destacado--pequena__contenido__categoria { top: 0 !important; } .blog__destacado--pequena__contenido__horario { padding-right: 0; } .blog__destacado--pequena__contenido__horario h2 { font-size: 20px; line-height: 20px; } .blog__destacado--pequena__fondo { height: 250px; } .blog__destacado--Grande__contenido { padding: 0 25px !important; } .blog__destacado--Grande__fondo { height: 345px !important; background-size: contain; } .blog__noticias { padding-bottom: 75px; } .blog__noticias__left__contenedor__img img { border-radius: 30px !important; } .blog__noticias__left__contenedor__contenido { padding: 25px 25px 25px 25px !important; } .casos__contenedor__popup { max-width: 100% !important; width: 100% !important; padding: 35px; } .casos__contenedor__popup__rigth { padding: 35px; } .casos__contenedor__popup__left { padding: 25px 75px; } .casos__contenedor__card { margin-bottom: 25px; } .nosotros__seccion__2 .owl-carousel .owl-item { padding-right: 0px !important; } .nosotros__seccion__2 .owl-nav { text-align: center; bottom: 10%; right: 0; left: 0; margin: auto; } .nosotros__seccion__2__left:before { right: 0; } .nosotros__seccion__1__rigth:before { right: 0; } .nosotros .banner__imagen { height: auto; } .subtitulo { font-size: 25px !important; line-height: 30px !important; } .owl-dots { display: none; } .banner__boton { margin-top: 25px; } .banner__boton a { padding: 10px 15px; font-size: 10px; } .banner .item { height: auto; } .banner__contenido__video { position: absolute; right: 0px; height: auto; top: -175px; } .banner__contenido__video__icono { font-size: 15px; padding: 50px; top: 90px; right: 45px; z-index: 10; } .banner__contenido__video__icono:after { display: none; } .banner__contenido__video__icono:before { display: none; } .banner__contenido .slider-counter { font-size: 15px; } .banner__contenido .slider-counter span { font-size: 15px; } .banner__contenido h2 { font-size: 25px; line-height: 30px; } .home__seccion__2__productos { background: transparent; margin-bottom: 75px; height: auto; } .home__seccion__2__productos__contenido__titulo h2 { padding: 0 15px; } .home__seccion__2__productos__img { text-align: center; } .home__seccion__2__productos__img img { position: relative; } .home__seccion__1 { padding: 15px 0px 50px 0; } .home__seccion__1__contenedor h2 { font-size: 20px; line-height: 20px; } .home__seccion__3__rigth { background: #8dc63e; padding-left: 0; } .home__seccion__3__rigth__contenido { padding: 0; margin: 0 15px; } .home__seccion__3__left { text-align: center; padding-left: 15px; } .home__seccion__3__left img { width: 100%; } .home__seccion__4 { bottom: 0; padding-top: 75px; padding-bottom: 75px; } .home__seccion__4 .owl-nav { left: 0; top: 30px; text-align: center; } .home__seccion__4__rigth { right: 0; } .home__seccion__4__rigth .owl-carousel .owl-item { padding-right: 0px !important; } .home__seccion__4__left__contenido { left: 0%; padding: 0px; z-index: 1; background: #f4f9ec; } .home__seccion__5__tabs__contenedor { margin-top: 50px; } .home__seccion__5__tabs__contenedor__contenido a { width: 50%; } .home__seccion__5__intro__boton { text-align: center; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__derechos { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__politicas { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__contenido { padding-top: 15px; } .footer__contenido__titulo { margin-top: 0; } .navbar-nav { float: left !important; } } .buscar1__contenido .buscar1__contenido__responsive { display: none; } .header__buscar1__buscar1 { list-style: none; } .banner__imagen { /*height: 600px;*/ background-size: cover; background-position: center; } @media (min-width: 1650px) { .productos__informacion__left .owl-nav { bottom: 110px; } .productos__informacion__left__contenido img { height: 850px; width: 1055.96px; } .banner__imagen { height:600px; /* height:100vh*/ } } @media (min-width: 1200px) and (max-width: 1349px) { .banner__imagen { height: 500px; background-size: cover; background-position: center; } .nosotros__seccion__5 .owl-dots { left: 10%; } .productos__menu__contenido__titulo h4 { font-size: 13px; line-height: 20px; } .productos__tiposProductosCajas__card__rigth__contenido { padding: 20px; } .internaproducto__contenido__descripcion__boton__pdf img { padding: 8px !important; margin-right: 0 !important; } .internaproducto__contenido__descripcion__boton a { padding: 17px 15px !important; } .internaproducto__contenido__galeria__img img { width: 100%; } } @media (min-width: 992px) and (max-width: 1199.98px) { .direccion__item { padding: 0 20px; } .footer__contenido__titulo__form__input:after { right: 20%; } .banner__imagen { height: 500px; background-size: cover; background-position: center; } .nosotros__seccion__5 .owl-dots { display: block; left: 11%; } .nosotros__seccion__5 .owl-nav { bottom: 0; } .nosotros__seccion__5__rigth { left: 0px; padding: 25px; } .buscar1__contenido__responsive { display: block !important; } .productos__menu__contenido__titulo h4 { font-family: "Gilroy"; font-size: 13px; line-height: 20px; } .productos__tiposProductosCajas { padding-top: 50px; } .productos__tiposProductosCajas__card { margin-bottom: 25px; } .productos__informacion { padding: 25px; } .productos__informacion__rigth__contenido { padding: 25px; } .productos__informacion__left .owl-nav { bottom: 0; right: 0; left: 0; margin: auto; text-align: center; } .internaproducto__formulario__content { padding: 45px 50px; } .internaproducto__contenido__descripcion__boton { text-align: center; } .internaproducto__contenido__descripcion__boton__pdf { text-align: center; } .internaproducto__contenido__contenedor { position: relative; left: -20px; top: -45px; } .internaproducto__contenido__galeria__img img { width: 100%; } .blog__noticias__left__contenedor { margin-top: 0 !important; } .blog__noticias__left__contenedor__img img { border-radius: 25px !important; margin-top: 45px; margin-left: 15px; } .blog__noticias__left__contenedor__contenido { padding: 15px !important; } .blog__destacado--pequena__contenido { padding: 0 20px !important; } .blog__destacado--pequena__contenido__horarios { padding-right: 0 !important; } .casos__contenedor__popup { max-width: 100% !important; width: 100% !important; padding: 0 45px; } .casos__contenedor__popup__rigth { padding: 35px; } .casos__contenedor__popup__left { padding: 40px 70px; } .nosotros__seccion__1__rigth:before { right: 0; } .nosotros .banner__imagen { height: auto; } .subtitulo { font-size: 25px !important; line-height: 30px !important; } .owl-dots { display: none; } .banner__boton { margin-top: 25px; } .banner__boton a { padding: 10px 15px; font-size: 10px; } .banner .item { height: auto; } .banner__contenido { height: 25%; } .banner__contenido__video { position: relative; top: -65px; } .banner__contenido .slider-counter { font-size: 15px; } .banner__contenido .slider-counter span { font-size: 15px; } .banner__contenido h2 { font-size: 30px; line-height: 30px; } .home__seccion__2__productos { background: transparent; margin-bottom: 75px; height: auto; } .home__seccion__2__productos__contenido__titulo h2 { padding: 0 15px; font-size: 11px; } .home__seccion__2__productos__img { text-align: center; } .home__seccion__2__productos__img img { position: relative; } .home__seccion__1 { padding: 15px 0px 50px 0; } .home__seccion__1__contenedor h2 { font-size: 20px; line-height: 20px; } .home__seccion__3 { background: #8dc63e; } .home__seccion__3__rigth { background: #8dc63e; padding-left: 0; } .home__seccion__3__rigth__contenido { padding: 0; margin: 0 15px; } .home__seccion__3__left { text-align: center; padding-left: 15px; height: 100%; } .home__seccion__3__left img { width: 100%; } .home__seccion__4 { bottom: 0; padding-top: 75px; padding-bottom: 75px; } .home__seccion__4:before { width: 10%; } .home__seccion__4 .owl-nav { left: 0; top: 30px; text-align: center; } .home__seccion__4__rigth { right: -20%; } .home__seccion__4__rigth .owl-carousel .owl-item { padding-right: 0px !important; } .home__seccion__4__left__contenido { left: 0%; padding: 0px; z-index: 1; background: #f4f9ec; } .home__seccion__5__tabs__contenedor { margin-top: 50px; } .home__seccion__5__tabs__contenedor__contenido a { width: 50%; } .home__seccion__5__intro__boton { text-align: center; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__derechos { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__copy__politicas { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; } .footer__contenido { padding-top: 15px; } .footer__contenido__titulo { margin-top: 0; } .navbar-nav { float: left !important; } .productos__popup { max-width: 85% !important; width: 85% !important; } } p { font-size: 16px !important; } .home__seccion__2__productos { position: relative; } .home__seccion__2__productos:before { content: ""; -webkit-transition: all 1s; transition: all 1s; } .home__seccion__2__productos:hover:before { content: ""; background: #8ec73e8c; position: absolute; border-radius: 20px; width: 100%; height: 100%; } .blog__destacado--Grande, .blog__destacado--pequena { position: relative; } .blog__destacado--Grande:before, .blog__destacado--pequena:before { -webkit-transition: all 1s; transition: all 1s; content: ""; } .blog__destacado--Grande:hover:before, .blog__destacado--pequena:hover:before { content: ""; background: rgba(69, 74, 54, 0.28); position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .productos__tiposProductos__card__cajas__producto { position: relative; } .productos__tiposProductos__card__cajas__producto:before { content: ""; -webkit-transition: all 1s; transition: all 1s; } .productos__tiposProductos__card__cajas__producto:hover:before { content: ""; background: rgba(142, 199, 62, 0.54); width: 100%; height: 100%; position: absolute; left: 0; top: 0; } @media (min-width: 1250px) and (max-width: 1700px) { .modalvideo { width: 50%; margin: auto; padding: 35px; } .nosotros__seccion__5 .owl-dots .owl-dot { z-index: 1 !important; } .nosotros__seccion__1 { padding-top: 40px; } .home__seccion__5 { padding-top: 30px; } .productos__tiposProductosCajas { padding-top: 25px; } .internaproducto__formulario { padding-bottom: 0 !important; } .productos__tiposProductosAsesoriamiento { padding-top: 45px; padding-bottom: 50px; } .productos__informacion { padding-bottom: 90px; } .productos__tiposProductos { padding-top: 25px; } .contacto__formulario { padding-top: 50px; padding-bottom: 50px; } .contacto__mapa__localizacion__contenido { left: 5%; } .contacto__formulario__info ul li a { font-family: "Neo Sans Std"; font-size: 18px; line-height: 33px; } .blog__interna__contenido { padding-bottom: 50px !important; } .blog__noticias { padding-top: 25px; } .nosotros__seccion__5 .owl-dots .owl-dot { z-index: 2; } .nosotros__seccion__3 { padding-bottom: 0; } .nosotros__seccion__1 { padding-top: 50px; } .home__seccion__5 { padding-top: 0; } .home__seccion__4__rigth__contenido { padding: 0; } .home__seccion__4 { margin-top: 0; padding-top: 0; } .banner__imagen { height: 550px; background-size: cover; background-position: right bottom; } .productos__popup { max-width: 1043px !important; width: 1043px !important; } .productos__informacion__rigth__contenido { padding: 25px; } .registro .equipo__formulario__content__subir_archivo { font-size: 12px; } .banner .item { height: auto; } .nosotros__seccion__5 .owl-dots { bottom: inherit !important; top: 8%; } .productos__menu__contenido__titulo h4 { font-size: 13px; line-height: 13px; } .productos__tiposProductosCajas__card__rigth__contenido { padding: 20px; } .internaproducto__contenido__descripcion__boton__pdf img { padding: 8px !important; margin-right: 0 !important; } .internaproducto__contenido__descripcion__boton a { padding: 17px 15px !important; } .internaproducto__contenido__galeria__img img { width: 100%; } .nosotros .banner__imagen { height: 600px; } .home { font-family: "Gilroy"; } .home__seccion__4 { padding-bottom: 75px; } .home__seccion__3__rigth .owl-dots { left: 16%; top: 15rem; } .home__seccion__2__productos { height: 500px; } .home__seccion__2__productos__contenido__titulo h2 { font-size: 14px; padding: 0 15px; } .banner__item { height: auto; } .banner__contenido h2 { font-size: 40px; line-height: 50px; } .navbar-nav > li { padding: 0 10px; padding-top: 15px; } .footer__contenido__titulo__form__input .text-danger { left: 25px; } .footer__contenido__titulo__form__input__enviar { position: absolute; top: 0; } .footer__contenido__titulo__form__input:after { right: 18%; } .contacto__formulario__form__formulario__condiciones { margin-left: 40px; } } @media (min-width: 1200px) and (max-width: 1350px) { .direccion__item { padding: 0 20px; } .productos__popup { max-width: 1043px !important; width: 1043px !important; } .contacto__formulario__form__formulario__condiciones { margin-left: 40px; } .productos__informacion__rigth__contenido { padding: 25px; } .banner__item { height: auto; } .navbar-nav > li { padding: 0 5px; padding-top: 15px; } .footer__contenido__titulo__form__input .text-danger { left: 25px; } .footer__contenido__titulo__form__input__enviar { position: absolute; top: 0; } .footer__contenido__titulo__form__input:after { right: 18%; } .home__seccion__4 { padding-bottom: 100px; } .home__seccion__4 .owl-nav { left: 30%; top: 35px; } .home__seccion__4__left__contenido { left: 15%; } .home__seccion__4:after { width: 700px; } .home__seccion__3__rigth__contenido { padding: 0 115px 0 60px; } .home__seccion__2__productos { height: 500px; } .banner .owl-carousel .owl-dots { left: 4%; bottom: 8%; } .banner .owl-carousel .owl-item img { height: 100vh; } .banner__contenido { height: 50%; } .banner__contenido h2 { font-size: 2.8em; line-height: 50px; } } .internaproducto .contacto__formulario__form__formulario__input { margin-top: 50px; } .internaproducto .contacto__formulario__form__formulario__input input { left: 0; padding: 0 20px; background: #fff; } .internaproducto .contacto__formulario__form__formulario__input input label { top: -30px !important; } .internaproducto .contacto__formulario__form__formulario__input input:focus { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border: 1px solid #8EC73E; } .internaproducto .contacto__formulario__form__formulario__input input:focus + label { color: #8EC73E; font-size: 14px; top: -30px !important; left: 0; } .internaproducto .contacto__formulario__form__formulario__input textarea { height: 170px; background: #fff; } .internaproducto .contacto__formulario__form__formulario__input textarea:focus { background-color: #F2F2F2; background-color: #F2F2F2; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(0, 0, 0, 0); border: 1px solid #8EC73E; } .internaproducto .contacto__formulario__form__formulario__input textarea:focus + label { color: #8dc63e; font-size: 14px; top: -30px !important; } .internaproducto .contacto__formulario__form__formulario__input__select { top: -30px !important; font-size: 14px; color: #696969; } .internaproducto .internaproducto__formulario .select { height: 50px; } .internaproducto .internaproducto__formulario .select-styled { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; color: #696969; text-transform: capitalize; padding-top: 0; } .internaproducto__contenido { padding: 100px 0; position: relative; background: #fff; } .internaproducto__contenido__galeria { padding-bottom: 100px; background: #fff; } .internaproducto__contenido:before { content: ""; background: #F4F9EC; position: absolute; right: 0; width: 80px; height: 100%; top: 0; } .internaproducto__contenido__descripcion__boton { margin-top: 50px; } .internaproducto__contenido__descripcion__boton__pdf { margin-top: 30px; } .internaproducto__contenido__descripcion__boton__pdf img { background: #FFFFFF; -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); border-radius: 60px; padding: 15px; margin-right: 12px; } .internaproducto__contenido__descripcion__boton__pdf a { font-family: "Gilroy"; line-height: 16px; text-align: center; text-transform: uppercase; /* naranja1 */ /* shadowsobre verde */ font-size: 13px; line-height: 16px; text-transform: uppercase; color: #F79846; -webkit-transition: all 1s; transition: all 1s; } .internaproducto__contenido__descripcion__boton__pdf a:hover { color: #F79846; background: #fff; text-decoration: none; } .internaproducto__contenido__descripcion__boton a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-align: center; text-transform: uppercase; /* naranja1 */ padding: 17px 30px; background: #F79846; /* shadowsobre verde */ -webkit-box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); box-shadow: 0px 12px 16px rgba(83, 87, 77, 0.18); border-radius: 60px; color: #FFFFFF; -webkit-transition: all 1s; transition: all 1s; } .internaproducto__contenido__descripcion__boton a:hover { color: #F79846; background: #fff; text-decoration: none; } .internaproducto__contenido__descripcion p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; color: #696969; } .internaproducto__contenido__descripcion h4 { font-family: "Gilroy"; font-size: 13px; line-height: 16px; color: #C1D548; } .internaproducto__contenido__descripcion h1 { font-family: "Gilroy"; font-size: 35px; line-height: 44px; color: #696969; } .internaproducto__contenido__descripcion ul { padding-left: 0; list-style: none; } .internaproducto__contenido__descripcion ul li { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; color: #696969; margin-bottom: 15px; position: relative; padding-left: 15px; } .internaproducto__contenido__descripcion ul li:before { content: ""; background: #696969; width: 5px; height: 5px; border-radius: 30px; position: absolute; left: 0; top: 10px; } .internaproducto__formulario { padding-top: 100px; padding-bottom: 100px; overflow: hidden; background: #fff; } .internaproducto__formulario .vs__selected { top: 12px; left: 15px; } .internaproducto__formulario .style-chooser .vs__open-indicator { top: 0 !important; } .internaproducto__formulario__tipo img { position: relative; right: 46%; z-index: 1; top: -80px; } .internaproducto__formulario__content { background: #F4F9EC; padding: 45px 100px; position: relative; z-index: 10; } .internaproducto__formulario__content input { height: 50px; } .internaproducto__formulario__content label { position: absolute; font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; top: 0; color: #696969; margin: 0 0 15px 0; top: -30px !important; left: 0px; } .internaproducto__formulario__content h5 { font-family: "Neo Sans Std"; font-style: normal; font-weight: normal; font-size: 18px; line-height: 30px; color: #696969; margin-top: 25px; } .internaproducto__formulario .subtitulo { text-align: left; } .internaproducto__formulario .subtitulo:before { background-position: left; } .internaproducto__formulario .select-hidden { display: none; visibility: hidden; padding-right: 10px; } .internaproducto__formulario .select { cursor: pointer; display: inline-block; position: relative; font-size: 13px; width: 100%; border: 1px solid #EDEDED; color: #3d3d3d; height: 70px; text-align: left; background: #f2f2f2; } .internaproducto__formulario .select-styled { font-size: 16px; line-height: 16px; text-transform: uppercase; color: #696969; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #fff; padding: 17px 0 0 25px; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; font-family: "Neo Sans Std"; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .internaproducto__formulario .select-styled:after { content: ""; width: 15px; height: 9px; background-image: url(../images/arrow.png?ac0782515ac3aff97a775b1158f500c1); background-size: cover; position: absolute; top: 0; bottom: 0; margin: auto; right: 27px; } .internaproducto__formulario .select-styled:hover { background-color: transparent; } .internaproducto__formulario .select-styled:active, .internaproducto__formulario .select-styled.active { background-color: #fff; } .internaproducto__formulario .select-styled:active:after, .internaproducto__formulario .select-styled.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .internaproducto__formulario .select-options { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 0; padding: 0; list-style: none; background-color: transparent; overflow: auto; max-height: 190px; } .internaproducto__formulario .select-options li { margin: 0; padding: 13px 9px; text-align: left; font-family: "Neo Sans Std"; font-weight: bold; background: #fff; border-top: 1px solid #EDEDED; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in; position: relative; } .internaproducto__formulario .select-options li:last-child { border-bottom: 1px solid #EDEDED; } .internaproducto__formulario .select-options li:hover { color: #fff; background: #ccc; } .internaproducto__formulario .select-options li[rel="hide"] { display: none; } .internaproducto__formulario .fileUpload { height: auto; position: relative; margin-bottom: 25px; } .internaproducto__formulario .fileUpload--label { border-radius: 5px; display: inline-block; background: #fff; font-size: 16px; margin: 0; max-width: 100%; height: 70px; position: relative; text-align: left; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; width: 100%; border: 1px solid rgba(132, 129, 136, 0.2); } .internaproducto__formulario .fileUpload--icon { background-repeat: no-repeat; background-size: contain; background-position: center; display: inline-block; height: 30px; position: absolute; top: .7em; right: 2.5em; width: 20px; } .internaproducto__formulario .fileUpload--input { display: none; } .internaproducto__formulario .fileUpload--archivo { color: #9B9B9B; display: inline-block; font-size: 14px; margin-left: .5em; text-align: left; vertical-align: middle; width: 45%; } .internaproducto__formulario .equipo__formulario__content__subir_archivo { position: absolute; top: 18px; left: 200px; font-family: Neo Sans Std; font-size: 16px; line-height: 19px; /* gris1 */ color: #696969; opacity: 0.5; } .internaproducto__formulario .equipo__formulario__content__buscar { position: absolute; top: 15px; left: 12px; font-family: "Gilroy"; font-size: 13px; background: #C1D548; border-radius: 5px; padding: 13px 17px; line-height: 16px; text-align: center; text-transform: uppercase; color: #FFFFFF; } .internaproducto .item { padding: 50px; background: #fff; height: 600px; } .internaproducto .owl-dots .owl-dot.active span { background: #8ec73e; } .internaproducto .owl-dots .owl-dot span { border: 1px solid #8ec73e; } .internaproducto__portada { position: relative; overflow: hidden; } .internaproducto__portada:after { content: ""; background-image: url(../images/detalleverde.png?071889f4ebd3586824096c42cf9874a3); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; background-position: bottom left; bottom: 0; } .internaproducto__portada:before { content: ""; width: 100%; height: 700px; background: #f4f9ec; position: absolute; bottom: -35%; left: -5%; border-radius: 400px 0 0 0; -webkit-transform: rotate(5deg); transform: rotate(5deg); } .internaproducto__portada__contenedor__intro { text-align: center; padding: 50px 0; } .internaproducto__portada__contenedor__intro h1 { font-family: "Gilroy"; font-size: 40px; line-height: 49px; text-align: center; color: #8EC73E; } .internaproducto__portada__contenedor__intro h3 { font-family: "Gilroy"; font-size: 18px; line-height: 22px; text-align: center; color: #696969; position: relative; } .internaproducto__portada__contenedor__intro h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -25px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: center; } .internaproducto__portada__contenedor__intro h3 span { color: #F79846; } .internaproducto__portada__contenedor__intro h4 { font-family: "Gilroy"; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #696969; opacity: 0.5; } .internaproducto__portada__contenedor__intro h4 span { font-family: "Neo Sans Std"; font-size: 15px; line-height: 18px; text-transform: uppercase; color: #696969; padding-left: 15px; margin-left: 15px; position: relative; } .internaproducto__portada__contenedor__intro h4 span:before { content: ""; background: #696969; height: 10px; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .internaproducto__portada__contenedor__slider { position: relative; } .internaproducto__portada__contenedor__slider__contenido { height: 656px; width: 100%; } .internaproducto__portada__contenedor__slider .owl-carousel { height: 100%; } .internaproducto__portada__contenedor__slider .owl-dots { -webkit-tap-highlight-color: transparent; position: absolute; left: 0; text-align: center !important; bottom: 5%; width: 100%; height: 30px; } .internaproducto__portada__contenedor__slider .owl-nav { display: block; position: absolute; left: 0%; top: 0%; bottom: 0; margin: auto; height: 5%; width: 100%; } .internaproducto__portada__contenedor__slider .owl-next:focus, .internaproducto__portada__contenedor__slider .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .internaproducto__portada__contenedor__slider .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; right: 5%; position: absolute; } .internaproducto__portada__contenedor__slider .owl-next:hover { background: #C1D548 !important; } .internaproducto__portada__contenedor__slider .owl-next span { display: none; } .internaproducto__portada__contenedor__slider .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .internaproducto__portada__contenedor__slider .owl-prev { left: 5%; position: absolute; background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .internaproducto__portada__contenedor__slider .owl-prev:hover { background: #C1D548 !important; } .internaproducto__portada__contenedor__slider .owl-prev span { display: none; } .internaproducto__portada__contenedor__slider .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .blog .activado { color: #8EC73E; } .blog__destacado--Grande { position: relative; } .blog__destacado--Grande__fondo { border-right: 1px solid #ffF; height: 745px; background-repeat: no-repeat; background-size: cover; } .blog__destacado--Grande__contenido { position: absolute; top: 0; width: 100%; height: 100%; left: 0; padding: 0 120px; background-color: #51554294; } .blog__destacado--Grande__contenido__horarios { position: absolute; bottom: 100px; } .blog__destacado--Grande__contenido__horarios h2 { font-family: "Gilroy"; font-size: 30px; line-height: 37px; color: #FFFFFF; } .blog__destacado--Grande__contenido__horarios h3 { font-family: "Gilroy"; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #FFFFFF; } .blog__destacado--Grande__contenido__horarios h3 span { font-family: "Neo Sans Std"; font-size: 15px; line-height: 18px; text-transform: uppercase; color: #FFFFFF; position: relative; margin-left: 10px; padding-left: 12px; } .blog__destacado--Grande__contenido__horarios h3 span:before { content: ""; background: rgba(255, 255, 255, 0.4); height: 10px; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .blog__destacado--Grande__contenido__categoria { position: absolute; top: 50px; } .blog__destacado--Grande__contenido__categoria h3 { font-family: Gilroy; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #FFFFFF; } .blog__destacado--pequena { position: relative; } .blog__destacado--pequena__fondo { height: 373px; border-bottom: 1px solid #fff; background-color: #51554294; } .blog__destacado--pequena__contenido { position: absolute; top: 0; width: 100%; height: 100%; left: 0; padding: 0 120px; background-color: #51554294; } .blog__destacado--pequena__contenido__horarios { position: absolute; bottom: 50px; padding-right: 80px; } .blog__destacado--pequena__contenido__horarios h2 { font-family: "Gilroy"; font-size: 30px; line-height: 37px; color: #FFFFFF; } .blog__destacado--pequena__contenido__horarios h3 { font-family: "Gilroy"; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #FFFFFF; } .blog__destacado--pequena__contenido__horarios h3 span { font-family: "Neo Sans Std"; font-size: 15px; line-height: 18px; text-transform: uppercase; color: #FFFFFF; position: relative; margin-left: 10px; padding-left: 12px; } .blog__destacado--pequena__contenido__horarios h3 span:before { content: ""; background: rgba(255, 255, 255, 0.4); height: 10px; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .blog__destacado--pequena__contenido__categoria { position: absolute; top: 50px; display: none; } .blog__destacado--pequena__contenido__categoria h3 { font-family: Gilroy; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #FFFFFF; } .blog__noticias { padding-top: 75px; } .blog__noticias__titulo { margin-bottom: 45px; } .blog__noticias__titulo h2 { text-align: left; } .blog__noticias__titulo h2:before { background-position: left; } .blog__noticias__left__contenedor { margin-top: 0px; background: #FFFFFF; border: 1px solid #F4F9EC; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); border-radius: 15px; margin-bottom: 25px; } .blog__noticias__left__contenedor__contenido { padding: 25px 110px 25px 15px; } .blog__noticias__left__contenedor__contenido h3 { font-family: "Gilroy"; font-size: 14px; line-height: 17px; text-transform: uppercase; color: #696969; opacity: 0.5; } .blog__noticias__left__contenedor__contenido h3 span { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; text-transform: uppercase; color: #696969; opacity: 0.5; position: relative; margin-left: 10px; padding-left: 12px; } .blog__noticias__left__contenedor__contenido h3 span:before { content: ""; background: #696969; height: 10px; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .blog__noticias__left__contenedor__contenido h2 { font-family: "Gilroy"; font-size: 23px; line-height: 28px; color: #696969; } .blog__noticias__left__contenedor__contenido p { font-family: "Neo Sans Std"; font-style: normal; font-weight: normal; font-size: 16px; line-height: 26px; color: #989898; } .blog__noticias__left__contenedor__contenido__boton a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-transform: uppercase; color: #8EC73E; -webkit-transition: all 1s; transition: all 1s; } .blog__noticias__left__contenedor__contenido__boton a:hover { text-decoration: none; color: #F79846; } .blog__noticias__left__contenedor__img img { border-radius: 25px 0 0 25px; } .blog__noticias__left__cargarMas { text-align: center; margin: 100px 0; } .blog__noticias__left__cargarMas a { border-radius: 12px; } .blog__noticias__rigth__wigets { background: #FFFFFF; border: 1px solid #F4F9EC; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); border-radius: 15px; padding: 45px 45px; } .blog__noticias__rigth__wigets ul { list-style: none; padding-left: 0; } .blog__noticias__rigth__wigets ul li { margin-top: 10px; } .blog__noticias__rigth__wigets ul li a { font-family: "Gilroy"; font-size: 13px; line-height: 16px; text-transform: uppercase; color: #696969; -webkit-transition: all 1s; transition: all 1s; cursor: pointer; } .blog__noticias__rigth__wigets ul li a i { color: #F79846; font-size: 15px; padding-right: 5px; } .blog__noticias__rigth__wigets ul li a:hover { color: #8EC73E; text-decoration: none; } .blog__noticias__rigth__wigets h4 { font-family: "Gilroy"; margin-bottom: 25px; font-size: 18px; line-height: 22px; position: relative; color: #8EC73E; } .blog__noticias__rigth__wigets h4:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -18px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: left; } .blog__interna__navegacion { padding: 18px 0; background-color: #8EC73E; } .blog__interna__navegacion__links p { font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; margin-bottom: 0; color: #E7FB6F; } .blog__interna__navegacion__links p i { color: #E7FB6F; font-size: 8px; position: relative; left: 3px; } .blog__interna__navegacion__links p span { margin-left: 5px; font-family: "Neo Sans Std"; font-size: 14px; line-height: 17px; color: #FFFFFF; } .blog__interna__portada { position: relative; overflow: hidden; } .blog__interna__portada:after { content: ""; background-image: url(../images/detalleverde.png?071889f4ebd3586824096c42cf9874a3); position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; z-index: 100; background-position: bottom left; bottom: 0; z-index: 2; } .blog__interna__portada:before { content: ""; width: 100%; height: 700px; background: #f4f9ec; position: absolute; bottom: -35%; left: -5%; border-radius: 400px 0 0 0; -webkit-transform: rotate(5deg); transform: rotate(5deg); } .blog__interna__portada__contenedor__intro { text-align: center; padding: 50px 0; } .blog__interna__portada__contenedor__intro h3 { font-family: "Gilroy"; font-size: 18px; line-height: 22px; display: none; text-align: center; color: #696969; position: relative; } .blog__interna__portada__contenedor__intro h3:before { content: ""; position: absolute; /*background-image: url(../images/detallenaranja.png?5c35fd8b84b279a6f0877002ec6c16c7);*/ width: 100%; height: 20px; left: 0; bottom: -25px; background-repeat: no-repeat; right: 0; margin: auto; text-align: center; background-position: center; } .blog__interna__portada__contenedor__intro h3 span { color: #F79846; } .blog__interna__portada__contenedor__intro h4 { font-family: "Gilroy"; font-size: 16px; line-height: 20px; text-transform: uppercase; color: #696969; opacity: 0.5; } .blog__interna__portada__contenedor__intro h4 span { font-family: "Neo Sans Std"; font-size: 15px; line-height: 18px; text-transform: uppercase; color: #696969; padding-left: 15px; margin-left: 15px; position: relative; } .blog__interna__portada__contenedor__intro h4 span:before { content: ""; background: #696969; height: 10px; width: 1px; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; } .blog__interna__portada__contenedor__slider { position: relative; z-index: 3; } .blog__interna__portada__contenedor__slider__contenido { height: 560px; width: 100%; background-repeat: no-repeat; background-size: contain; } .blog__interna__portada__contenedor__slider .owl-carousel { height: 100%; } .blog__interna__portada__contenedor__slider .owl-dots { -webkit-tap-highlight-color: transparent; position: absolute; left: 0; text-align: center !important; bottom: 5%; width: 100%; height: 30px; } .blog__interna__portada__contenedor__slider .owl-nav { display: block; position: absolute; left: 0%; top: 0%; bottom: 0; margin: auto; height: 35%; width: 100%; } .blog__interna__portada__contenedor__slider .owl-next:focus, .blog__interna__portada__contenedor__slider .owl-prev:focus { outline: 01px auto -webkit-focus-ring-color; } .blog__interna__portada__contenedor__slider .owl-next { background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; border-radius: 40px; right: 5%; position: absolute; } .blog__interna__portada__contenedor__slider .owl-next:hover { background: #C1D548 !important; } .blog__interna__portada__contenedor__slider .owl-next span { display: none; } .blog__interna__portada__contenedor__slider .owl-next::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F054"; font-size: 18px; color: #fff; } .blog__interna__portada__contenedor__slider .owl-prev { left: 5%; position: absolute; background: #8EC73E !important; -webkit-box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); box-shadow: 0px 20px 15px rgba(193, 213, 72, 0.07); width: 45px !important; height: 45px; margin-right: 35px; border-radius: 40px; } .blog__interna__portada__contenedor__slider .owl-prev:hover { background: #C1D548 !important; } .blog__interna__portada__contenedor__slider .owl-prev span { display: none; } .blog__interna__portada__contenedor__slider .owl-prev::before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\F053"; font-size: 18px; color: #fff; } .blog__interna__contenido { background-color: #F4F9EC; padding-bottom: 150px; padding-top: 30px; } .blog__interna__contenido__left { padding: 25px 0; background: #fff; border-radius: 20px; } .blog__interna__contenido__left img { width: 100%; } .blog__interna__contenido__left h4 { font-family: "Gilroy"; font-size: 14px; line-height: 17px; text-align: center; color: #696969; } .blog__interna__contenido__left h4 span { color: #F79846; } .blog__interna__contenido__left p { font-family: "Neo Sans Std"; font-size: 16px; line-height: 26px; color: #696969; padding: 0 50px; text-align: justify; } /*! * Bootstrap v3.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: "Glyphicons Halflings"; src: url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1); src: url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1?#iefix) format("embedded-opentype"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760#glyphicons_halflingsregular) format("svg"); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "*"; } .glyphicon-plus:before { content: "+"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20AC"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270F"; } .glyphicon-glass:before { content: "\E001"; } .glyphicon-music:before { content: "\E002"; } .glyphicon-search:before { content: "\E003"; } .glyphicon-heart:before { content: "\E005"; } .glyphicon-star:before { content: "\E006"; } .glyphicon-star-empty:before { content: "\E007"; } .glyphicon-user:before { content: "\E008"; } .glyphicon-film:before { content: "\E009"; } .glyphicon-th-large:before { content: "\E010"; } .glyphicon-th:before { content: "\E011"; } .glyphicon-th-list:before { content: "\E012"; } .glyphicon-ok:before { content: "\E013"; } .glyphicon-remove:before { content: "\E014"; } .glyphicon-zoom-in:before { content: "\E015"; } .glyphicon-zoom-out:before { content: "\E016"; } .glyphicon-off:before { content: "\E017"; } .glyphicon-signal:before { content: "\E018"; } .glyphicon-cog:before { content: "\E019"; } .glyphicon-trash:before { content: "\E020"; } .glyphicon-home:before { content: "\E021"; } .glyphicon-file:before { content: "\E022"; } .glyphicon-time:before { content: "\E023"; } .glyphicon-road:before { content: "\E024"; } .glyphicon-download-alt:before { content: "\E025"; } .glyphicon-download:before { content: "\E026"; } .glyphicon-upload:before { content: "\E027"; } .glyphicon-inbox:before { content: "\E028"; } .glyphicon-play-circle:before { content: "\E029"; } .glyphicon-repeat:before { content: "\E030"; } .glyphicon-refresh:before { content: "\E031"; } .glyphicon-list-alt:before { content: "\E032"; } .glyphicon-lock:before { content: "\E033"; } .glyphicon-flag:before { content: "\E034"; } .glyphicon-headphones:before { content: "\E035"; } .glyphicon-volume-off:before { content: "\E036"; } .glyphicon-volume-down:before { content: "\E037"; } .glyphicon-volume-up:before { content: "\E038"; } .glyphicon-qrcode:before { content: "\E039"; } .glyphicon-barcode:before { content: "\E040"; } .glyphicon-tag:before { content: "\E041"; } .glyphicon-tags:before { content: "\E042"; } .glyphicon-book:before { content: "\E043"; } .glyphicon-bookmark:before { content: "\E044"; } .glyphicon-print:before { content: "\E045"; } .glyphicon-camera:before { content: "\E046"; } .glyphicon-font:before { content: "\E047"; } .glyphicon-bold:before { content: "\E048"; } .glyphicon-italic:before { content: "\E049"; } .glyphicon-text-height:before { content: "\E050"; } .glyphicon-text-width:before { content: "\E051"; } .glyphicon-align-left:before { content: "\E052"; } .glyphicon-align-center:before { content: "\E053"; } .glyphicon-align-right:before { content: "\E054"; } .glyphicon-align-justify:before { content: "\E055"; } .glyphicon-list:before { content: "\E056"; } .glyphicon-indent-left:before { content: "\E057"; } .glyphicon-indent-right:before { content: "\E058"; } .glyphicon-facetime-video:before { content: "\E059"; } .glyphicon-picture:before { content: "\E060"; } .glyphicon-map-marker:before { content: "\E062"; } .glyphicon-adjust:before { content: "\E063"; } .glyphicon-tint:before { content: "\E064"; } .glyphicon-edit:before { content: "\E065"; } .glyphicon-share:before { content: "\E066"; } .glyphicon-check:before { content: "\E067"; } .glyphicon-move:before { content: "\E068"; } .glyphicon-step-backward:before { content: "\E069"; } .glyphicon-fast-backward:before { content: "\E070"; } .glyphicon-backward:before { content: "\E071"; } .glyphicon-play:before { content: "\E072"; } .glyphicon-pause:before { content: "\E073"; } .glyphicon-stop:before { content: "\E074"; } .glyphicon-forward:before { content: "\E075"; } .glyphicon-fast-forward:before { content: "\E076"; } .glyphicon-step-forward:before { content: "\E077"; } .glyphicon-eject:before { content: "\E078"; } .glyphicon-chevron-left:before { content: "\E079"; } .glyphicon-chevron-right:before { content: "\E080"; } .glyphicon-plus-sign:before { content: "\E081"; } .glyphicon-minus-sign:before { content: "\E082"; } .glyphicon-remove-sign:before { content: "\E083"; } .glyphicon-ok-sign:before { content: "\E084"; } .glyphicon-question-sign:before { content: "\E085"; } .glyphicon-info-sign:before { content: "\E086"; } .glyphicon-screenshot:before { content: "\E087"; } .glyphicon-remove-circle:before { content: "\E088"; } .glyphicon-ok-circle:before { content: "\E089"; } .glyphicon-ban-circle:before { content: "\E090"; } .glyphicon-arrow-left:before { content: "\E091"; } .glyphicon-arrow-right:before { content: "\E092"; } .glyphicon-arrow-up:before { content: "\E093"; } .glyphicon-arrow-down:before { content: "\E094"; } .glyphicon-share-alt:before { content: "\E095"; } .glyphicon-resize-full:before { content: "\E096"; } .glyphicon-resize-small:before { content: "\E097"; } .glyphicon-exclamation-sign:before { content: "\E101"; } .glyphicon-gift:before { content: "\E102"; } .glyphicon-leaf:before { content: "\E103"; } .glyphicon-fire:before { content: "\E104"; } .glyphicon-eye-open:before { content: "\E105"; } .glyphicon-eye-close:before { content: "\E106"; } .glyphicon-warning-sign:before { content: "\E107"; } .glyphicon-plane:before { content: "\E108"; } .glyphicon-calendar:before { content: "\E109"; } .glyphicon-random:before { content: "\E110"; } .glyphicon-comment:before { content: "\E111"; } .glyphicon-magnet:before { content: "\E112"; } .glyphicon-chevron-up:before { content: "\E113"; } .glyphicon-chevron-down:before { content: "\E114"; } .glyphicon-retweet:before { content: "\E115"; } .glyphicon-shopping-cart:before { content: "\E116"; } .glyphicon-folder-close:before { content: "\E117"; } .glyphicon-folder-open:before { content: "\E118"; } .glyphicon-resize-vertical:before { content: "\E119"; } .glyphicon-resize-horizontal:before { content: "\E120"; } .glyphicon-hdd:before { content: "\E121"; } .glyphicon-bullhorn:before { content: "\E122"; } .glyphicon-bell:before { content: "\E123"; } .glyphicon-certificate:before { content: "\E124"; } .glyphicon-thumbs-up:before { content: "\E125"; } .glyphicon-thumbs-down:before { content: "\E126"; } .glyphicon-hand-right:before { content: "\E127"; } .glyphicon-hand-left:before { content: "\E128"; } .glyphicon-hand-up:before { content: "\E129"; } .glyphicon-hand-down:before { content: "\E130"; } .glyphicon-circle-arrow-right:before { content: "\E131"; } .glyphicon-circle-arrow-left:before { content: "\E132"; } .glyphicon-circle-arrow-up:before { content: "\E133"; } .glyphicon-circle-arrow-down:before { content: "\E134"; } .glyphicon-globe:before { content: "\E135"; } .glyphicon-wrench:before { content: "\E136"; } .glyphicon-tasks:before { content: "\E137"; } .glyphicon-filter:before { content: "\E138"; } .glyphicon-briefcase:before { content: "\E139"; } .glyphicon-fullscreen:before { content: "\E140"; } .glyphicon-dashboard:before { content: "\E141"; } .glyphicon-paperclip:before { content: "\E142"; } .glyphicon-heart-empty:before { content: "\E143"; } .glyphicon-link:before { content: "\E144"; } .glyphicon-phone:before { content: "\E145"; } .glyphicon-pushpin:before { content: "\E146"; } .glyphicon-usd:before { content: "\E148"; } .glyphicon-gbp:before { content: "\E149"; } .glyphicon-sort:before { content: "\E150"; } .glyphicon-sort-by-alphabet:before { content: "\E151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\E152"; } .glyphicon-sort-by-order:before { content: "\E153"; } .glyphicon-sort-by-order-alt:before { content: "\E154"; } .glyphicon-sort-by-attributes:before { content: "\E155"; } .glyphicon-sort-by-attributes-alt:before { content: "\E156"; } .glyphicon-unchecked:before { content: "\E157"; } .glyphicon-expand:before { content: "\E158"; } .glyphicon-collapse-down:before { content: "\E159"; } .glyphicon-collapse-up:before { content: "\E160"; } .glyphicon-log-in:before { content: "\E161"; } .glyphicon-flash:before { content: "\E162"; } .glyphicon-log-out:before { content: "\E163"; } .glyphicon-new-window:before { content: "\E164"; } .glyphicon-record:before { content: "\E165"; } .glyphicon-save:before { content: "\E166"; } .glyphicon-open:before { content: "\E167"; } .glyphicon-saved:before { content: "\E168"; } .glyphicon-import:before { content: "\E169"; } .glyphicon-export:before { content: "\E170"; } .glyphicon-send:before { content: "\E171"; } .glyphicon-floppy-disk:before { content: "\E172"; } .glyphicon-floppy-saved:before { content: "\E173"; } .glyphicon-floppy-remove:before { content: "\E174"; } .glyphicon-floppy-save:before { content: "\E175"; } .glyphicon-floppy-open:before { content: "\E176"; } .glyphicon-credit-card:before { content: "\E177"; } .glyphicon-transfer:before { content: "\E178"; } .glyphicon-cutlery:before { content: "\E179"; } .glyphicon-header:before { content: "\E180"; } .glyphicon-compressed:before { content: "\E181"; } .glyphicon-earphone:before { content: "\E182"; } .glyphicon-phone-alt:before { content: "\E183"; } .glyphicon-tower:before { content: "\E184"; } .glyphicon-stats:before { content: "\E185"; } .glyphicon-sd-video:before { content: "\E186"; } .glyphicon-hd-video:before { content: "\E187"; } .glyphicon-subtitles:before { content: "\E188"; } .glyphicon-sound-stereo:before { content: "\E189"; } .glyphicon-sound-dolby:before { content: "\E190"; } .glyphicon-sound-5-1:before { content: "\E191"; } .glyphicon-sound-6-1:before { content: "\E192"; } .glyphicon-sound-7-1:before { content: "\E193"; } .glyphicon-copyright-mark:before { content: "\E194"; } .glyphicon-registration-mark:before { content: "\E195"; } .glyphicon-cloud-download:before { content: "\E197"; } .glyphicon-cloud-upload:before { content: "\E198"; } .glyphicon-tree-conifer:before { content: "\E199"; } .glyphicon-tree-deciduous:before { content: "\E200"; } .glyphicon-cd:before { content: "\E201"; } .glyphicon-save-file:before { content: "\E202"; } .glyphicon-open-file:before { content: "\E203"; } .glyphicon-level-up:before { content: "\E204"; } .glyphicon-copy:before { content: "\E205"; } .glyphicon-paste:before { content: "\E206"; } .glyphicon-alert:before { content: "\E209"; } .glyphicon-equalizer:before { content: "\E210"; } .glyphicon-king:before { content: "\E211"; } .glyphicon-queen:before { content: "\E212"; } .glyphicon-pawn:before { content: "\E213"; } .glyphicon-bishop:before { content: "\E214"; } .glyphicon-knight:before { content: "\E215"; } .glyphicon-baby-formula:before { content: "\E216"; } .glyphicon-tent:before { content: "\26FA"; } .glyphicon-blackboard:before { content: "\E218"; } .glyphicon-bed:before { content: "\E219"; } .glyphicon-apple:before { content: "\F8FF"; } .glyphicon-erase:before { content: "\E221"; } .glyphicon-hourglass:before { content: "\231B"; } .glyphicon-lamp:before { content: "\E223"; } .glyphicon-duplicate:before { content: "\E224"; } .glyphicon-piggy-bank:before { content: "\E225"; } .glyphicon-scissors:before { content: "\E226"; } .glyphicon-bitcoin:before { content: "\E227"; } .glyphicon-btc:before { content: "\E227"; } .glyphicon-xbt:before { content: "\E227"; } .glyphicon-yen:before { content: "\A5"; } .glyphicon-jpy:before { content: "\A5"; } .glyphicon-ruble:before { content: "\20BD"; } .glyphicon-rub:before { content: "\20BD"; } .glyphicon-scale:before { content: "\E230"; } .glyphicon-ice-lolly:before { content: "\E231"; } .glyphicon-ice-lolly-tasted:before { content: "\E232"; } .glyphicon-education:before { content: "\E233"; } .glyphicon-option-horizontal:before { content: "\E234"; } .glyphicon-option-vertical:before { content: "\E235"; } .glyphicon-menu-hamburger:before { content: "\E236"; } .glyphicon-modal-window:before { content: "\E237"; } .glyphicon-oil:before { content: "\E238"; } .glyphicon-grain:before { content: "\E239"; } .glyphicon-sunglasses:before { content: "\E240"; } .glyphicon-text-size:before { content: "\E241"; } .glyphicon-text-color:before { content: "\E242"; } .glyphicon-text-background:before { content: "\E243"; } .glyphicon-object-align-top:before { content: "\E244"; } .glyphicon-object-align-bottom:before { content: "\E245"; } .glyphicon-object-align-horizontal:before { content: "\E246"; } .glyphicon-object-align-left:before { content: "\E247"; } .glyphicon-object-align-vertical:before { content: "\E248"; } .glyphicon-object-align-right:before { content: "\E249"; } .glyphicon-triangle-right:before { content: "\E250"; } .glyphicon-triangle-left:before { content: "\E251"; } .glyphicon-triangle-bottom:before { content: "\E252"; } .glyphicon-triangle-top:before { content: "\E253"; } .glyphicon-console:before { content: "\E254"; } .glyphicon-superscript:before { content: "\E255"; } .glyphicon-subscript:before { content: "\E256"; } .glyphicon-menu-left:before { content: "\E257"; } .glyphicon-menu-right:before { content: "\E258"; } .glyphicon-menu-down:before { content: "\E259"; } .glyphicon-menu-up:before { content: "\E260"; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Raleway", sans-serif; font-size: 14px; line-height: 1.6; color: #636b6f; background-color: #f5f8fa; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #3097D1; text-decoration: none; } a:hover, a:focus { color: #216a94; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { padding: 4px; line-height: 1.6; background-color: #f5f8fa; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: 400; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 22px; margin-bottom: 11px; } h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 11px; margin-bottom: 11px; } h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 11px; } .lead { margin-bottom: 22px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase, .initialism { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #3097D1; } a.text-primary:hover, a.text-primary:focus { color: #2579a9; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; } .bg-primary { background-color: #3097D1; } a.bg-primary:hover, a.bg-primary:focus { background-color: #2579a9; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 10px; margin: 44px 0 22px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 11px; } ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 22px; } dt, dd { line-height: 1.6; } dt { font-weight: 700; } dd { margin-left: 0; } .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; } .dl-horizontal dd:after { clear: both; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; } .initialism { font-size: 90%; } blockquote { padding: 11px 22px; margin: 0 0 22px; font-size: 17.5px; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.6; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: "\2014 \A0"; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eeeeee; border-left: 0; } .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ""; } .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: "\A0 \2014"; } address { margin-bottom: 22px; font-style: normal; line-height: 1.6; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 13px; line-height: 1.6; color: #333333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .container:before, .container:after { display: table; content: " "; } .container:after { clear: both; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .container-fluid:before, .container-fluid:after { display: table; content: " "; } .container-fluid:after { clear: both; } .row { margin-right: -15px; margin-left: -15px; } .row:before, .row:after { display: table; content: " "; } .row:after { clear: both; } .row-no-gutters { margin-right: 0; margin-left: 0; } .row-no-gutters [class*="col-"] { padding-right: 0; padding-left: 0; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-1 { width: 8.33333333%; } .col-xs-2 { width: 16.66666667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333333%; } .col-xs-5 { width: 41.66666667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33333333%; } .col-xs-8 { width: 66.66666667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333333%; } .col-xs-11 { width: 91.66666667%; } .col-xs-12 { width: 100%; } .col-xs-pull-0 { right: auto; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-12 { right: 100%; } .col-xs-push-0 { left: auto; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-3 { left: 25%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-6 { left: 50%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-9 { left: 75%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-12 { left: 100%; } .col-xs-offset-0 { margin-left: 0%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-12 { margin-left: 100%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33333333%; } .col-sm-2 { width: 16.66666667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333333%; } .col-sm-5 { width: 41.66666667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333333%; } .col-sm-8 { width: 66.66666667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333333%; } .col-sm-11 { width: 91.66666667%; } .col-sm-12 { width: 100%; } .col-sm-pull-0 { right: auto; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-12 { right: 100%; } .col-sm-push-0 { left: auto; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-12 { left: 100%; } .col-sm-offset-0 { margin-left: 0%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33333333%; } .col-md-2 { width: 16.66666667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333333%; } .col-md-5 { width: 41.66666667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33333333%; } .col-md-8 { width: 66.66666667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333333%; } .col-md-11 { width: 91.66666667%; } .col-md-12 { width: 100%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-12 { right: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-12 { left: 100%; } .col-md-offset-0 { margin-left: 0%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33333333%; } .col-lg-2 { width: 16.66666667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333333%; } .col-lg-5 { width: 41.66666667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333333%; } .col-lg-8 { width: 66.66666667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333333%; } .col-lg-11 { width: 91.66666667%; } .col-lg-12 { width: 100%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-12 { right: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-12 { left: 100%; } .col-lg-offset-0 { margin-left: 0%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-12 { margin-left: 100%; } } table { background-color: transparent; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 22px; } .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.6; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #f5f8fa; } .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { min-height: .01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; } input[type="search"] { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.6; color: #555555; } .form-control { display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 14px; line-height: 1.6; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccd0d2; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; } .form-control:focus { border-color: #98cbe8; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6); } .form-control::-moz-placeholder { color: #b1b7ba; opacity: 1; } .form-control:-ms-input-placeholder { color: #b1b7ba; } .form-control::-webkit-input-placeholder { color: #b1b7ba; } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 36px; } input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="month"] { line-height: 46px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .radio label, .checkbox label { min-height: 22px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; } .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } .form-control-static { min-height: 36px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-right: 0; padding-left: 0; } .input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; } textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 34px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; } textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .form-group-lg select.form-control { height: 46px; line-height: 46px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 40px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 45px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 27px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #a4aaae; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 29px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } .form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; } .form-horizontal .form-group:after { clear: both; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; padding: 6px 12px; font-size: 14px; line-height: 1.6; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #636b6f; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); opacity: 0.65; -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #636b6f; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #636b6f; background-color: #e6e5e5; border-color: #8c8c8c; } .btn-default:hover { color: #636b6f; background-color: #e6e5e5; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #636b6f; background-color: #e6e5e5; background-image: none; border-color: #adadad; } .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #636b6f; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #636b6f; } .btn-primary { color: #fff; background-color: #3097D1; border-color: #2a88bd; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #2579a9; border-color: #133d55; } .btn-primary:hover { color: #fff; background-color: #2579a9; border-color: #1f648b; } .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #2579a9; background-image: none; border-color: #1f648b; } .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #1f648b; border-color: #133d55; } .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus { background-color: #3097D1; border-color: #2a88bd; } .btn-primary .badge { color: #3097D1; background-color: #fff; } .btn-success { color: #fff; background-color: #2ab27b; border-color: #259d6d; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #20895e; border-color: #0d3625; } .btn-success:hover { color: #fff; background-color: #20895e; border-color: #196c4b; } .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #20895e; background-image: none; border-color: #196c4b; } .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #196c4b; border-color: #0d3625; } .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus { background-color: #2ab27b; border-color: #259d6d; } .btn-success .badge { color: #2ab27b; background-color: #fff; } .btn-info { color: #fff; background-color: #8eb4cb; border-color: #7da8c3; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #6b9dbb; border-color: #3d6983; } .btn-info:hover { color: #fff; background-color: #6b9dbb; border-color: #538db0; } .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #6b9dbb; background-image: none; border-color: #538db0; } .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #538db0; border-color: #3d6983; } .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus { background-color: #8eb4cb; border-color: #7da8c3; } .btn-info .badge { color: #8eb4cb; background-color: #fff; } .btn-warning { color: #fff; background-color: #cbb956; border-color: #c5b143; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #b6a338; border-color: #685d20; } .btn-warning:hover { color: #fff; background-color: #b6a338; border-color: #9b8a30; } .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #b6a338; background-image: none; border-color: #9b8a30; } .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #9b8a30; border-color: #685d20; } .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus { background-color: #cbb956; border-color: #c5b143; } .btn-warning .badge { color: #cbb956; background-color: #fff; } .btn-danger { color: #fff; background-color: #bf5329; border-color: #aa4a24; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #954120; border-color: #411c0e; } .btn-danger:hover { color: #fff; background-color: #954120; border-color: #78341a; } .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #954120; background-image: none; border-color: #78341a; } .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #78341a; border-color: #411c0e; } .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus { background-color: #bf5329; border-color: #aa4a24; } .btn-danger .badge { color: #bf5329; background-color: #fff; } .btn-link { font-weight: 400; color: #3097D1; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #216a94; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.6; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #3097D1; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.6; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; } .btn-toolbar:after { clear: both; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; } .btn-group-vertical > .btn-group:after { clear: both; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccd0d2; border-radius: 4px; } .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav:before, .nav:after { display: table; content: " "; } .nav:after { clear: both; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #3097D1; } .nav .nav-divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.6; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; cursor: default; background-color: #f5f8fa; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #3097D1; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified, .nav-tabs.nav-justified { width: 100%; } .nav-justified > li, .nav-tabs.nav-justified > li { float: none; } .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; } .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #f5f8fa; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 22px; border: 1px solid transparent; } .navbar:before, .navbar:after { display: table; content: " "; } .navbar:after { clear: both; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } .navbar-header:before, .navbar-header:after { display: table; content: " "; } .navbar-header:after { clear: both; } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; } .navbar-collapse:after { clear: both; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-brand { float: left; height: 50px; padding: 14px 15px; font-size: 18px; line-height: 22px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-right: 15px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 22px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 22px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 14px; padding-bottom: 14px; } } .navbar-form { padding: 10px 15px; margin-right: -15px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 7px; margin-bottom: 7px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 7px; margin-bottom: 7px; } .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 14px; margin-bottom: 14px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #fff; border-color: #d3e0e9; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5d5d; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #eeeeee; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #eeeeee; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #eeeeee; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #d3e0e9; } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #090909; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 22px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\A0"; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 22px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.6; color: #3097D1; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { z-index: 2; color: #216a94; background-color: #eeeeee; border-color: #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #3097D1; border-color: #3097D1; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 22px 0; text-align: center; list-style: none; } .pager:before, .pager:after { display: table; content: " "; } .pager:after { clear: both; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #3097D1; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #2579a9; } .label-success { background-color: #2ab27b; } .label-success[href]:hover, .label-success[href]:focus { background-color: #20895e; } .label-info { background-color: #8eb4cb; } .label-info[href]:hover, .label-info[href]:focus { background-color: #6b9dbb; } .label-warning { background-color: #cbb956; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #b6a338; } .label-danger { background-color: #bf5329; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #954120; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #3097D1; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 15px; padding-left: 15px; border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 22px; line-height: 1.6; background-color: #f5f8fa; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-right: auto; margin-left: auto; } .thumbnail .caption { padding: 9px; color: #636b6f; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #3097D1; } .alert { padding: 15px; margin-bottom: 22px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 22px; margin-bottom: 22px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 22px; color: #fff; text-align: center; background-color: #3097D1; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #2ab27b; } .progress-striped .progress-bar-success { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #8eb4cb; } .progress-striped .progress-bar-info { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #cbb956; } .progress-striped .progress-bar-warning { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #bf5329; } .progress-striped .progress-bar-danger { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #d3e0e9; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777777; cursor: not-allowed; background-color: #eeeeee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #3097D1; border-color: #3097D1; } .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #d7ebf6; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 22px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-body:before, .panel-body:after { display: table; content: " "; } .panel-body:after { clear: both; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #d3e0e9; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 22px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #d3e0e9; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #d3e0e9; } .panel-default { border-color: #d3e0e9; } .panel-default > .panel-heading { color: #333333; background-color: #fff; border-color: #d3e0e9; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d3e0e9; } .panel-default > .panel-heading .badge { color: #fff; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d3e0e9; } .panel-primary { border-color: #3097D1; } .panel-primary > .panel-heading { color: #fff; background-color: #3097D1; border-color: #3097D1; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #3097D1; } .panel-primary > .panel-heading .badge { color: #3097D1; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #3097D1; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: 0.2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5; } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: 0.5; } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header:before, .modal-header:after { display: table; content: " "; } .modal-header:after { clear: both; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.6; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer:before, .modal-footer:after { display: table; content: " "; } .modal-footer:after { clear: both; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Raleway", sans-serif; font-style: normal; font-weight: 400; line-height: 1.6; line-break: auto; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; font-size: 12px; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: 0.9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Raleway", sans-serif; font-style: normal; font-weight: 400; line-height: 1.6; line-break: auto; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover > .arrow { border-width: 11px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; } /*** Pop-up Comunicado Home ***/ #popup-trupal .modal-content { width: 100%; background-color: transparent; border: 0; box-shadow: none; } #popup-trupal .modal-header { padding: 0 10rem; border-bottom: 0; } #popup-trupal .modal-dialog { margin: auto; justify-content: center; width: 80%; } .fade#popup-trupal { background: rgb(0 0 0 / 70%)!important; } .fade#popup-trupal .modal-header .close { padding: 1rem; margin: 0rem 0rem -7rem auto; z-index: 9; } .fade#popup-trupal .close { font-size: 7rem; color: #92c64d; text-shadow: 0 1px 0 #fff; opacity: 1; transition: 0.4s; } .fade#popup-trupal .close:hover { color: #085933; transition: 0.4s; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: 0.5; } .carousel-control.left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; outline: 0; filter: alpha(opacity=90); opacity: 0.9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: "\2039"; } .carousel-control .icon-next:before { content: "\203A"; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after { display: table; content: " "; } .clearfix:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs { display: none !important; } .visible-sm { display: none !important; } .visible-md { display: none !important; } .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 767px) { .blog__interna__contenido__left h2 { font-family: "Gilroy"; font-size: 23px; line-height: 28px; color: #696969; text-align: justify; padding: 0 50px; } .blog__interna__portada__contenedor__intro h1 { font-family: "Gilroy"; font-size: 40px; line-height: 49px; text-align: center; color: #8EC73E; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } .blog__interna__contenido__left h2 { font-family: "Gilroy"; font-size: 18px; line-height: 28px; color: #696969; text-align: justify; padding: 0 50px; } .blog__interna__portada__contenedor__intro h1 { font-family: "Gilroy"; font-size: 30px; line-height: 49px; text-align: center; color: #8EC73E; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /* Slider */ .slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } /* Slider */ .slick-loading .slick-list { background: #fff url(../images/ajax-loader.gif?cf1c8970285157d825a8d4eb1320f997) center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url(../fonts/slick.eot?ced611daf7709cc778da928fec876475); src: url(../fonts/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(../fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(../fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(../fonts/slick.svg?526d7fdf63614222d376257221e8b754) format("svg"); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { right: -25px; left: auto; } .slick-prev:before { content: '\2190'; } [dir='rtl'] .slick-prev:before { content: '\2192'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { right: auto; left: -25px; } .slick-next:before { content: '\2192'; } [dir='rtl'] .slick-next:before { content: '\2190'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '\2022'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; } ul.poli li::before { content: "\26AC"; color: white; font-weight: bold; display: inline-block; width: 1em; margin-left: 1em; }