@font-face {font-family: 'light'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/light.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {font-family: 'bold'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/bold.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root{
    --primary:#896e4e;
    --secondary:#574c43;
    --bg-color:#eee7d7;
    --bg-color2:#b0997f;
}

/*HEADER*/
#topBar {display:block; position:relative; min-height:30px; z-index:20; color:#ddd; }
#topBar .logo {margin:15px 0; display:inline-block; min-height:50px; } 
#topNav .logo.onepage {display:inline-block; height:50px; overflow:hidden; margin-top:3px; }
#topBar a.social {width:24px; height:24px; line-height:26px; font-size:16px; }
#topBar #imgLogo{background: url('/images/logo.png') no-repeat left top; width: 141px; height: 141px; }
#topNav {display:block; left:0; right:0; top:0; position:relative; z-index:10; box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);background:white; }
#topNav .container-topNav{ padding-left: 0; padding-right: 0; }

#topNav .logo img{ width:auto; height:78px; object-fit: contain; }
.languages-box{ float:right; margin-top:12px; }
.languages-box a{ font-family: 'light'; color: #707070 !important; font-size:20px; font-weight: 300; text-decoration: none; }
.languages-box a:hover{ border-bottom:1px solid var(--primary)}
.languages-box a.selected{ border-bottom:1px solid var(--primary); color:var(--primary); font-weight: bold; }

.login-box{ float:left; margin-top:12px; position: relative; }
.login-box a{ font-family: 'light'; color: #707070 !important; font-size:20px; font-weight: 300; text-decoration: none; }
.login-box .dropdown.login a i.fa{ font-size: 12px; margin-right: 5px; }
.login-box .avatar-picture {float: left; margin-right: 0px; width: 29px; border-radius: 100%; }
li.login-box > a{ color:white !important; }
@media screen and (max-width: 992px){
    .login-box .avatar-picture{ margin-right: 10px; margin-top: -5px; }
    .login-box .dropdown-menu{ margin:0 !important; padding: 0 !important; }
}
#topBar .login-box .dropdown .dropdown-toggle{ padding-bottom: 15px; }
#topBar .login-box .dropdown:hover .dropdown-menu{ display:block; margin-top: 10px; }
#topBar .login-box .dropdown:hover .dropdown-menu a { font-size:16px; }
#topBar .login-box .dropdown-menu a:hover{ color:white !important }
#topBar .login-box .dropdown:hover .dropdown-menu .fa{ font-size: 14px; width: 20px; text-align:center }

#topNav .nav-pills>li>a, 
#topNav .nav-pills>li>a:hover, 
#topNav .nav-pills>li>a:focus,
#topNav .nav-pills>li.active>a, 
#topNav .nav-pills>li.active>a:hover, 
#topNav .nav-pills>li.active>a:focus {background-color:transparent; color:var(--primary) }
#topNav div.navbar-collapse {padding:0; }
#topNav ul.nav>li {color:#666; text-align:center; position:relative; margin:0; }
#topNav ul.nav>li a { padding: 15px 39px; position: relative; text-decoration: none; font-size:24px; line-height:20px; display:block; font-family: 'light'; color: #707070; font-weight: 300;}
#topNav ul.nav>li>a>span {display:block; font-size:12px; color:#888; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
#topNav ul.nav>li:hover a {	color:#666; }
#topNav ul.nav>li:hover > a { color:var(--primary); }
#topNav ul.nav>li:hover a>span { color:var(--primary); }
@media screen and (min-width:992px){
    #topNav ul.nav{ display:table; margin:0 auto; }
    #topNav .logo img{ margin-top: -40px; }
    #topNav .search-btn{ float:right; margin-top:-50px; margin-right:15px; color: #707070 !important; }
}

.header-centered #topBar .logo{ max-width: 200px; margin:20px auto; display:table }
.header-centered #topNav .navbar-collapse.collapse #topMain{ display:table !important; margin:0 auto; }
@media screen and (max-width:770px){
    .no-pad-xs {padding-left: 0;padding-right: 0;}
}

/* submenu */
#topNav ul.dropdown-menu li.divider {margin:-1px 0 0 0; padding:0; border:0; border-bottom:rgba(0,0,0,0.2) 1px solid; } 
#topNav .nav li:hover>ul.dropdown-menu {padding:0; display:block; z-index:100; }
#topNav ul.dropdown-menu {text-align:left; margin-top:0; box-shadow:none; list-style:none; background-color:#fff; box-shadow:rgba(0,0,0,0.2) 0 6px 12px; min-width:200px; border-radius: 0; }
#topNav ul.dropdown-menu li {position:relative; }
#topNav ul.dropdown-menu>li a {margin:0; padding:10px 15px; color:#555; font-size:13px; border-bottom:rgba(0,0,0,0.1) 1px solid; }
#topNav ul.dropdown-menu>li a i.fa {margin-right:4px; }
#topNav ul.dropdown-menu a.dropdown-toggle:after {content: "\f105"; font-family: FontAwesome; position: absolute; font-size: 15px; right: 10px; top: 9px; color:#999; }
#topNav .dropdown-submenu > a:after {display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #eaeaea; margin-top: 5px; margin-right: -10px; }
#topNav .dropdown-submenu li:hover> a:after {color:#fff !important; }
#topNav ul.dropdown-menu li:last-child>a {border-bottom:0; border-bottom:0; }
.dropdown-menu>li:hover>a, .dropdown-menu>li:focus>a {color:#fff !important; background-color:#333; }
#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {display:block; position:absolute; left:100%; top:0; padding:0; margin:0; border-top:0 !important; border-bottom:0 !important; border-right:0 !important; border:#eaeaea 1px solid; border-radius: 0; }


/* mobile */
#topNav button.btn-mobile {display:none; outline:none; }
#topNav button.btn-mobile {color:#333; display: none; padding:6px 10px; margin-top:8px; margin-bottom:8px; border-radius: 0; }
#topNav button.btn-mobile i {padding:0; margin:0; font-size:21px; }
#topNav .btn-mobile .icon-bar {background-color: #333; transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
#topNav .btn-mobile .icon-bar { display: block; height: 3px; width: 22px; margin: 4px 0; }

#topNav .btn-mobile.open .icon-bar:nth-child(1){ transform:rotate(45deg) translateY(5px) translateX(5px)}
#topNav .btn-mobile.open .icon-bar:nth-child(2){ transform:rotate(-45deg); }
#topNav .btn-mobile.open .icon-bar:nth-child(3){ transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0}

@media only screen and (max-width: 1200px) {
	#topNav ul.nav>li a { padding: 15px 22px; }
}

#topNav .container{ position: relative;}

@media only screen and (max-width: 992px) {
    .header-centered #topNav .navbar-collapse.collapse #topMain{ display:block !important; }
	#topNav .container {padding:0; margin:0; }
	#topNav ul.nav li > a{ font-size: 20px;	color:white; }
	#topNav ul.nav>li a {padding: 15px 20px; text-align: left;} 
	#topNav .container {width:100%; }
 	#topNav button.btn-mobile {display:block;position:absolute;right:0; margin-right:15px; }
	#topNav form.search {float:left; margin-top:10px; margin-left:15px; margin-bottom:0; }
 	#topNav nav.nav-main {background-color: var(--secondary); }
    #topNav nav.nav-main ul.nav>li.active>a{ color:white !important}
	#topNav div.nav-main-collapse, #topNav div.nav-main-collapse.in {width: 100%; margin:0 0 0 0; } 
	#topNav div.nav-main-collapse {float: none; overflow-x:hidden; }
	#topNav div.nav-main-collapse.collapse {display: none !important; }
	#topNav div.nav-main-collapse.in {display: block !important; }
	#topNav div.nav-main-collapse {position: relative; }
	#topMain>li>a>span {display:none !important; }
	#topMain li {display:block !important; float:none; text-align:left; border-radius: 0; }
	#topMain>li>a {text-align:left; border:0; border-bottom:rgba(0,0,0,0.1) 1px solid; border-radius: 0;  }
	#topMain>li:hover, #topMain>li:hover>a {border-top:0 !important; }
    .container-topNav > .logo{ margin-top:-25px; position:relative; left: 50%; transform:translateX(-50%); display:table !important; }
    #topNav .search-btn{ padding:10px 15px; color:white; float:none; display:block; text-align:center; margin:0 }
	
	/* submenu */
	#topMain ul.dropdown-menu {position: static; clear: both; float: none; display: none; border-left:0 !important; box-shadow: none; }
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu {display: block !important; padding:20px 0; border:0; background: #3A3A3A; }
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {border-left:0; background: #3A3A3A; }
	#topNav ul.nav>li:hover>a:before, #topNav ul.nav>li.active>a:before {background-color:transparent; } 
	#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {position:static; }

	/* mega menu */
	#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {padding:0; margin:0 30px 0 0; border:0; box-shadow: none; } 
	#topNav ul.nav>li.mega-menu h3 {margin-left:8px; }
	#topNav ul.nav>li.mega-menu>ul li>a {border-bottom: rgba(0,0,0,0.1) 1px solid; }
	#topNav ul.nav>li.mega-menu div, #topNav ul.nav>li.mega-menu div div {border:0; margin-bottom:30px; display:block; width:100%; }
	#topNav ul.nav>li.mega-menu div div:last-child {margin-bottom:0; } 
}


@media only screen and (max-width: 479px) {

	#topNav form.search {margin-left:4px; }
 	#topNav button.btn-mobile {margin-right:4px; }
	#topBar a.logo {display:block; text-align:center; margin:6px 0; float:none; } 
	.hide_mobile {display:none; }
}
/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%;  scroll-behavior: smooth;}
body{background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 12px; line-height: 140%; max-height: 999999px;}
li{ font-size: 12px; line-height: 140%; max-height: 999999px;}
.general{height: auto; margin: 0 auto; }

.cabecera {background: #fff; height: auto; margin: 0 -15px 0 -15px }
.cabecera a{ color:#000; }
.cabecera a:hover{ color:#ddd; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; }
.seccion .text-descripciones{font-size: 12px; color:#7b7070; }
.seccion .text-center{ text-align: center !important }
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
table.table-middle tr, table.table-middle td{ vertical-align: middle !important; }
@media screen and (min-width: 992px){
    .seccion .row-table{ display: table; }
    .seccion .row-table .col{ display: table-cell; float:none; vertical-align: middle; text-align: center;  }
}

.swal2-content{ max-height: calc( 100vh - 150px);  overflow: auto; }
.swal2-content li,.swal2-content p{ font-size:20px; }
.swal2-popup.large{ width: 1200px; font-family: 'light'; font-size:18px; color:#707070;}
.swal2-popup.large .title{ font-family: 'bold' !important; font-size:25px !important;}
.swal2-popup.large .text-black{ color:#707070; font-family: 'light'; font-size:20px; }
.swal2-popup.large p{ font-family: 'light';  color:#707070; }
.swal2-popup.large li{ font-family: 'light';  color:#707070; }
.swal2-popup.large ol{ padding-left:20px; margin-top: 10px; }
.swal2-popup.large ul{ padding-left:20px; margin-top: 10px; }
.swal2-popup.large p.price{ font-family: 'bold'; font-weight: normal; font-size:30px}
.swal2-popup.large .col-other-pics img{ cursor:pointer; margin-bottom: 15px !important; }
@media screen and (max-width:992px){
    .swal2-popup.large .col-other-pics img{ width:50% ; }
    .swal2-popup.large .col-other-pics img{ cursor:pointer; margin-bottom: 15px !important; display:inline-grid; padding: 0 5px; }
    .swal2-popup{ padding-left:0; padding-right: 0; }
    .swal2-container{ padding:0;}
}

.LSSI{height: auto; display: none; overflow: hidden; background: rgba(0,0,0,0.6); padding: 0 0 12px; position: fixed; bottom: 0; z-index:10; }
.LSSI .centered{min-height: 40px; margin: 0 auto; padding: 10px 0; width:auto; max-width: 1100px; }
.LSSI p{color:#fff; font-size:16px; margin: 10px; position: relative; font-family: 'light', sans-serif; } 
.LSSI a{color:#fff; text-decoration: underline; }
.LSSI .btn{background: var(--primary); cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; text-align: center; width: auto; position: relative; border-radius: 0; text-decoration: none; }
.LSSI .btn span{color: #FFFFFF; font-family: 'light', sans-serif; font-size: 14px; }
	

.easing{transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.easingMedium{transition: all 700ms cubic-bezier(0.000, 0.090, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.090, 0.000, 0.995); }
.easingMediumFast{transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995); }
.easingFast{transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }

img.responsive{ width:100%; height:auto; }
video.responsive{ width:100%; height:auto; }
img.max-responsive{ max-width:100%; height:auto; }
img.max-responsive-centered{ max-width:100%; height:auto; margin:0 auto; display: block; }

.seccion-home .videoTopContainer{ position: relative; overflow: hidden; margin-bottom: -10px; }
.seccion-home .videoTopContainer .tools{ color:white; position: absolute; bottom:20px; right:20px; font-size:40px; }

@media (max-width:992px){
    .seccion-home .videoTopContainer video.responsive{ height: 500px; object-fit: cover; }
}

.mt0{ margin-top: 0px !important; } .mt-10{ margin-top: -10px !important; } .mt-20{ margin-top: -20px !important; } .mt10{ margin-top: 10px !important; } .mt5{ margin-top: 5px !important; } .mt20{ margin-top: 20px !important; } .mt30{ margin-top: 30px !important; } .mt40{ margin-top: 40px !important; } .mt50{ margin-top: 50px !important; } .mt100{ margin-top: 100px !important; } .mb0{ margin-bottom: 0 !important; } .mb5{ margin-bottom: 5px !important; } .mb10{ margin-bottom: 10px !important; } .mb20{ margin-bottom: 20px !important; } .mb30{ margin-bottom: 30px !important; } .mb40{ margin-bottom: 40px !important; } .mb50{ margin-bottom: 50px !important; } .ml10{ margin-left: 10px !important; } .ml20{ margin-left: 20px !important; } .ml30{ margin-left: 30px !important; } .mr10{ margin-right: 10px !important;} .mr15{ margin-right: 15px !important;} .mr20{ margin-right: 20px !important;} .mr30{ margin-right: 30px !important;}
.delay01{ animation-delay: 0.1s; -webkit-animation-delay: 0.1s; } .delay02{ animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay03{ animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay04{ animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay05{ animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay06{ animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay07{ animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay08{ animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay09{ animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay10{ animation-delay: 1s; -webkit-animation-delay: 1s; } .delay11{ animation-delay: 1.1s; -webkit-animation-delay: 1.1s; } .delay12{ animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } .delay13{ animation-delay: 1.3s; -webkit-animation-delay: 1.3s; } .delay14{ animation-delay: 1.4s; -webkit-animation-delay: 1.4s; } .delay15{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; } .delay16{ animation-delay: 1.6s; -webkit-animation-delay: 1.5s; } .delay17{ animation-delay: 1.7s; -webkit-animation-delay: 1.5s; } .delay18{ animation-delay: 1.8s; -webkit-animation-delay: 1.5s; } .delay19{ animation-delay: 1.9s; -webkit-animation-delay: 1.5s; } .delay2{ animation-delay: 2s; -webkit-animation-delay: 2s; } .delay21{ animation-delay: 2.1s; -webkit-animation-delay: 2s; } .delay22{ animation-delay: 2.2s; -webkit-animation-delay: 2s; } .delay23{ animation-delay: 2.3s; -webkit-animation-delay: 2s; } .delay24{ animation-delay: 2.4s; -webkit-animation-delay: 2s; } .delay25{ animation-delay: 2.5s; -webkit-animation-delay: 2.5s; } .delay3{ animation-delay: 3s; -webkit-animation-delay: 3s; } .delay4{ animation-delay: 4s; -webkit-animation-delay: 4s; } .delay5{ animation-delay: 5s; -webkit-animation-delay: 5s; } .delay6{ animation-delay: 6s; -webkit-animation-delay: 6s; }
.text-clamp2{ -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.text-clamp3{ -webkit-line-clamp:3; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
ul{ padding-left: 0; list-style: outside none; }
.badge-success{ background: #00A93E; white-space: normal; }
.badge-info{ background: #57b0c9; white-space: normal; }
.badge-danger{ background: #D03A3A; white-space: normal; }
.badge-orange{ background: #E7C03A; white-space: normal; }
.badge-purple{ background: #B25EFD; white-space: normal; }
.badge-blue {color: white; background:#4A7AF5 ; }
.badge-light{ background: #FFFFFF; white-space: normal; color:#5E5E5E; border:1px solid rgba(0,0,0,0.1); }

.manage-admin-content.cke_editable{ outline: 1px dashed white; box-shadow: 0 0 1px #000; }
.manage-admin-content.cke_focus{ outline: 2px solid white; box-shadow: 0 0 3px #000; }

.btn{ border-radius: 0; border:none; white-space: normal;}
.btn-primary{ background-color: #00a0c6; font-family: 'light'; font-size: 16px; color: white; }
.btn-primary:hover{ background-color: rgba(0, 160, 168, 0.8); }
.btn-primary.destacados-right{ background-color: white; font-family: 'light'; font-size: 25px; color: #707070; border: 1px solid #707070; padding: 18px 80px; margin: 25px; }
.btn-primary.destacados-right:hover{ background-color: var(--primary)82; color: white; border: 1px solid white;}
.btn-primary.destacados-left{ background-color: white; font-family: 'light'; font-size: 25px; color: #707070; border: 1px solid #707070; padding: 18px 80px; margin: 25px;text-align: left; float:right; }
.btn-primary.destacados-left:hover{ background-color: var(--primary)82; color: white; border: 1px solid white;}
.btn-primary.destacados{ background-color: white; font-family: 'light'; font-size: 25px; color: #707070; border: 1px solid #707070; padding: 18px 70px; margin: 0 0 10px 50px; }
.btn-primary.destacados:hover{ background-color: var(--primary)82; color: white; border: 1px solid white;}
.btn-primary.btn-lg{     padding: 6px 18px; border-radius: 0; background-color: var(--primary); font-family: light; font-size: 25px; color: white; text-shadow: none;}
.btn-primary.btn-lg:hover{ background-color: var(--secondary); }
.btn-primary.blue{ background-color: #008cd0; }
.btn-primary.blue:hover{ background-color: #007cc0; }
.btn-primary.orange{ background-color: #E4763F; }
.btn-primary.orange:hover{ background-color: #D4662F; }
.contentSection a.btn{ color:#fff; font-size: 18px; }
.btn-center{ display: table; margin:0 auto; }
.seccion .btn-primary.transparent {margin: 28px 8px 0 0; padding: 6px 75px 6px 63px; border: solid 2px black; background-color: transparent; font-family: 'light'; font-size: 26px; color: #000; }

.contentSection h1.green{ color:#81b219; }
.contentSection h1.blue{ color:#008cd0; }
.contentSection h1.orange{color: #F78800; }
.contentSection h1.red{color: #AE0A00; }

.contentSection h2.orange{color: #F78800; }
.contentSection h2.red{color: #AE0A00; }
.contentSection h2.green{color: #81B219; }
.contentSection h2.blue{color: #008CD0; }

.contentSection h3{ font-weight: bold; }
.contentSection h3.orange{color: #F78800; }
.contentSection h3.red{color: #AE0A00; }
.contentSection h3.green{color: #81B219; }
.contentSection h3.blue{color: #008CD0; }
.seccion{ font-family: 'light',sans-serif; }
.seccion .slide-big{ position: relative; width: 100%; overflow: hidden;} 
.seccion .relative { position: relative; }
.seccion .slide-big p.text-slide {position: absolute; font-family: 'bold'; font-size: 50px; line-height: 42px; transform: translate(-50%); left: 50%; top: 50%; text-shadow:0 0 5px rgba(0,0,0,0.8) }
.seccion .slide-big img{ min-height:50vh; object-fit: cover; }
.seccion h1 {font-family: 'light'; font-size: 40px;   font-weight: 300; color: #707070;}
.seccion h2 {font-family: 'light'; font-size: 25px; margin-bottom: 10px; }
.seccion .text-white {color: white;}
.seccion .text-yellow  {color: rgba(203,216,84,1);}
.seccion .text-red  {color: rgba(184,27,2,1);}
.seccion .text-blue  {color: #00a0c6;}
.seccion .text-black  {color: #707070;}
.seccion .title{font-size: 40px; font-family: 'bold'; text-align: center;}
.seccion .subtitle {font-family: 'light'; font-size: 40px; font-weight: 300; color: #707070; }
.seccion .subtitle2 {font-family: 'bold'; font-size: 20px; }
.seccion .subtitle3 {font-size: 18px; }
.seccion .text { font-size: 28px; font-family: 'light'; color: #707070; line-height: 45px; text-align: center; font-weight: 300;}
.seccion .text-productos { font-size: 20px; font-family: 'light'; color: #707070; line-height:30px; text-align: left; font-weight: 300; margin-bottom: 30px; }
.seccion .separator {height: 2px; width: 10%;background-color: #707070; margin: 0 auto 40px;}
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: #00a0c6; }
.seccion .form-control {display: block; width: 100%; height: auto; padding: 12px 30px; font-size: 21px; color: #0b3c45; background-color: #fff; background-image: none; border: 1px solid var(--primary)82; border-radius: 2px; font-family: 'light'; resize: none; box-shadow:none; }
.seccion .form-control::placeholder{ color:#0b3c45}
.seccion .checkbox label {font-size: 15px; font-family: 'light';margin: 0; padding-left: 15px;}
.seccion label {font-size: 18px; margin: 15px 0px 10px 5px;}
.seccion .google-maps {margin-top: 20px; }
.seccion #map {width: 100%; height: auto; }
.seccion .checkbox {position: relative; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {position: relative; float:left; width: 30px; height: 20px; margin-top: 0; }
.seccion .background-gray{background: rgb(233 233 233 / 90%); ; padding: 50px 0 20px 0;;}
.seccion ul.list.checked {padding-left: 15px; } 
.seccion ul.list li {font-size: 20px; font-family: 'light'; line-height: 32px; }
.seccion ul.list.checked li::before {content: "\f00c"; font-family: 'FontAwesome'; color: #00a0c6; margin-right: 10px; margin-left: -30px; }
.seccion textarea{ resize:none; }
.row-parallax {padding: 200px 15px; position: relative; padding: 220px 15px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;} 
.row-parallax:before {content: ""; position: absolute; z-index: 1; top: 0; width: 100%; height: 58px; }
.parallax  {transform: translateY(-57.9271px) translateX(-50%); }
.row-parallax img.parallax {position: absolute; left: 50%; top: -20%; bottom: 20px; width: 100%; z-index: 0; filter: brightness(0.5); }

.seccion .col-featured-categ img{ box-shadow:0 0 8px rgba(0,0,0,0.2); margin-bottom: 20px; }

/*galeria 2*/
.seccion .galeria2 .featured-services a{overflow: hidden; position: relative; display: block;}
.seccion .galeria2 .featured-services a:hover{}
.seccion .galeria2 .featured-services a img{transition:  all 0.4s;}
.seccion .galeria2 .featured-services a:hover img{transform: scale(1.1);filter:brightness(50%); transition: all 0.4s;}
.seccion .galeria2 .featured-services a span.text-center { color:white; position: absolute; left:0; bottom: 0%; z-index: 10; width: 100%; text-shadow: 0 0 4px rgb(0 0 0 / 90%); background-color: rgba(0, 0, 0, 0.6); font-size: 22px; padding: 10px;}
.seccion .galeria2 .featured-services a .glyphicon {color: rgba(255,255,255,0.8); position: absolute; left: 43%; top: 37%; font-size: 40px; text-shadow: 0 0 3px black; z-index: 10; opacity: 0 }
.seccion .galeria2 .featured-services a:hover span { opacity: 1;  }
.seccion .galeria2 .featured-services .box{ position:relative; }
.seccion .galeria2 .featured-services .box p.title{font-size: 25px; text-align: center; z-index: 10; position: absolute; bottom: 30px; width: 100%; margin: 0; text-transform: capitalize;    color: white; font-family: 'bold';text-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.seccion .galeria2 .featured-services .box span.gradient{background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);position: absolute; width: 100%; height: 100%; bottom: 0; left: 0; z-index: 1;}
.seccion .galeria2 .featured-services .box span.gradient:after {content: ""; position: absolute; top: 10px; bottom: 10px; right: 10px; left: 10px; z-index: 11; box-shadow: inset 0 0 5px rgb(255 255 255 / 50%), 0 0 5px rgb(0 0 0 / 50%); }
/*end galeria2*/

.boxes-products .box-white {background:white;padding: 35px;}
img.products {width: 80%;}
.box-white-ul {background: white; padding: 30px 15px; box-shadow: 0 3px 50px 0 rgb(0 0 0 / 16%); }
.box-white-ul ul.list {padding-left: 25px; margin-top: 30px; }
i.fa { font-size: 20px;}
.nav-logotipos {padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-logotipos .logo.active {opacity: 1; }
.nav-logotipos .logo {width: 20%; padding: 0 15px; float: left; opacity: 0.5; transition: ease all 0.3s; outline: none; }
.portfolio .categorias {display: block;}
.portfolio .fusion-filters {display: none; overflow: hidden; list-style: none; margin-bottom: 55px; padding: 0; line-height: 34px; border-top: 1px solid #e7e6e6; border-bottom: 1px solid #e7e6e6; }
.portfolio .fusion-filters li{float: left; margin-right: 30px; line-height: 34px; font-size: 20px; font-family: light;}
.portfolio .trabajos {margin: -10px; position: relative; }


@media screen and (max-width: 992px){
	.seccion .slide-big p.text-slide {font-size: 35px; }
	.seccion h1{font-size: 50px;}
	.row-parallax::before{ left:0;}
    .row-parallax::after{ left:0;}
    .row-parallax img.parallax{position: absolute; left:50%; top:0; min-width: 100%; width:auto; height: 150%; }
    .seccion .row-galeria-1 .col .overlay .title{ font-size: 19px; }
    .seccion .galeria2 .featured-services a:hover .glyphicon { opacity: 1; font-size: 12px; padding: 0px;}
}


/*MODAL center in middle*/
.modal {text-align: center; padding: 0!important; }
.modal:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog {display: inline-block; text-align: left; vertical-align: middle; }

.row-table-price { margin-top: 40px; }
.row-table-price .bakground-top {object-fit: contain; background: #063064; border-top-left-radius: 20px; border-top-right-radius: 20px; margin-bottom: 0px; padding: 20px; }
.row-table-price .box-content {box-shadow: 0 5px 15px 0 rgb(6 48 100 / 26%); min-height: 990px; }
.row-table-price p.price {font-size: 60px; font-family: 'bold'; color: #063064; text-align: center; font-weight: bold; margin-bottom: 0; }
.row-table-price p.ahorra {font-size: 18px; font-family: 'bold'; color: #063064; text-align: center; font-weight: bold; }
.row-table-price .btn-primary.blue {background-color: #00a0c6; padding: 15px 20px; border-radius: 9px; font-size: 20px; }
.row-table-price .box-content {border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.row-table-price .box-content {padding: 52px; }
.row-table-price .box-content {background: #ebf8fb; padding: 31px;}
.swiper-container {margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-wrapper {position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-slide {flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-container .swiper-notification {position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-pagination-bullet-active{ background-color:white; box-shadow:0 0 4px rgba(0,0,0,0.3) }
.swiper-pagination-bullets-dynamic{ overflow: visible;}

@media screen and (max-width: 1200px){
	.row-table-price .box-content {padding: 12px;}

}
@media screen and (max-width: 992px){
	.row-table-price .box-content {padding: 40px;}
}


/*HOME*/
.seccion .slider-home .carousel-caption {top: 50%; transform: translateY(-50%) translateX(-50%);text-shadow: 0 1px 5px rgb(0 0 0 / 60%); left: 50%; right: unset; bottom: unset; padding: 25px;}
.seccion .slider-home .carousel-caption p{font-size: 32px; margin-top: -10px; text-align: center; margin-bottom: 0; }
.seccion .slider-home .carousel-caption span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion .slider-home .carousel-caption.left {top: 50%; transform: translateY(-50%);text-shadow: 0 1px 5px rgb(0 0 0 / 60%); left: 15%; right: unset; bottom: unset;  height: auto; font-size: 25px; margin-top: -10px; text-align: left; margin-bottom: 0;  }
.seccion .slider-home .carousel-caption.left .box-white{ background-color: rgba(255,255,255,0.5); backdrop-filter: blur(5px); padding: 25px; width: 434px; color:white; font-family: 'light'; text-shadow: none;}
.seccion .slider-home .carousel-caption.left p{ font-size: 25px; text-align: left; font-family: 'light'; text-shadow: none; color:black; margin-bottom: 10px; margin-top: 5px; }
.seccion .slider-home .carousel-caption.left .btn.btn-primary{ padding: 6px 18px; border-radius: 0; background-color: var(--primary); font-family: 'light'; font-size: 25px; color: white; text-shadow: none; }
.seccion .slider-home .carousel-caption.left span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion .slider-home .carousel-caption.right {top: 50%; transform: translateY(-50%); left: unset; right: 20%; }
.seccion .slider-home .carousel-caption.right p{font-size: 32px; margin-top: -10px; text-align: right; margin-bottom: 0; }
.seccion .slider-home .carousel-caption.right span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion .slider-home .carousel-caption.center p.title-carousel{top: 65% !important; font-size: 5vw; color: white; text-shadow: 0 1px 2px rgb(0 0 0 / 60%); text-align: center;}
.seccion .gallery-slider .swiper-slide{ width:28%; position:relative; }
.seccion .gallery-slider .swiper-slide img{ transition:ease filter .3s; }
.seccion .gallery-slider .swiper-button-next {color: white!important; text-shadow:0 0 5px rgba(0,0,0,0.3),0 0 10px black,0 0 15px black;}
.seccion .gallery-slider .swiper-button-prev{color: white!important;opacity: 1.35; text-shadow:0 0 5px rgba(0,0,0,0.3),0 0 10px black,0 0 15px black;}
.seccion .text-carousel{position: absolute; display:none; left:5%; top:0; width: 90%; height: 100%; padding:15px;}
.seccion .text-carousel p{position: absolute; top:50%; transform: translateY(-50%); color: white; margin: auto 0; line-height: 1.3;}
.seccion .swiper-slide:hover .text-carousel{ display:block; }

.seccion .bg-green {background-color: var(--bg-color);}
.seccion .bg-green .subtitle{ color:var(--secondary)}
.seccion .bg-green p{ color:var(--secondary)}
.seccion .bg-green .productos a{color: blue;display: block; position: relative;}
.seccion .bg-green .productos a:hover{ color:red;}
.seccion .bg-green .productos img{position: relative;}
.seccion .bg-green .productos span.text{margin: 20px 45px; color:var(--secondary); font-family: 'light'; text-shadow: 0 0 8px white, 0 0 2px white, 0 0 2px white, 0 0 8px white, 0 0 8px white; position: absolute; left: 0px; top: 0px;}

.text-product ul{ list-style:disc outside; }

.seccion-descanso-2 .bg-green .productos span.text {margin: 20px 0px; position: absolute; left: 0px; top: 0px; background-color: var(--bg-color); padding: 0px 15px 0px 60px; }

.seccion .bg-green.destacados-right{position: relative; padding: 1px 20px 1px 0; margin-top: 60px; margin-bottom: 60px;}
.seccion .bg-green.destacados-right p.text{ padding-left: 20px; text-align: left; margin-top: 15px; font-size: 25px;}
.seccion .bg-green.destacados-right{border-top: 25px solid rgba(0, 0, 0, 0.04); border-left: 25px solid rgba(0, 0, 0, 0.04); border-bottom: 25px solid rgba(0, 0, 0, 0.04); }
.seccion .bg-green.destacados-right img{ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.16);}

.seccion .bg-green.destacados-left{position: relative; padding: 1px 20px 1px 0; margin-top: 60px; margin-bottom: 60px;}
.seccion .bg-green.destacados-left p.text{ padding-right: 20px; text-align: right; margin-top: 15px; font-size: 25px;}
.seccion .bg-green.destacados-left{border-top: 25px solid rgba(0, 0, 0, 0.04); border-right: 25px solid rgba(0, 0, 0, 0.04); border-bottom: 25px solid rgba(0, 0, 0, 0.04); }
.seccion .bg-green.destacados-left img{position: absolute; margin: -65vh 1vw; width: 70%; box-shadow:0 6px 10px 0 rgba(0, 0, 0, 0.16);}

.seccion .bg-green.destacados-right{ position:relative; }
.seccion .bg-green.destacados-left{ position:relative; }
.seccion .bg-green .btn-primary.destacados{ margin-left: 0; margin-bottom: 30px;}
.seccion .bg-green.destacados-right .featured-pic-col{ width: calc(100% - 30px);height:750px; margin-top:-90px; object-fit: cover; position:absolute;}
.seccion .bg-green.destacados-left .featured-pic-col{ width: calc(100% - 30px);height:750px; margin-top:-90px; object-fit: cover; position:absolute;}
@media screen and (max-width: 992px){
    .seccion .swiper-container img{display: block; width: 100vw !important; height: 40vh !important; object-fit: cover; }
    .seccion .slider-home .carousel-caption.left { width: 90%; }
	.seccion .swiper-slide .carousel-caption.left {left:5%; right:5%; } 
	.swiper--home .carousel-caption.left .title-carousel { margin-left: 0vw; }
	.seccion .carousel-caption p.title-carousel{right: 20%; left: 20%; margin-bottom: 10px !important;}
	.seccion .carousel-caption p.title-carousel{font-size: 10vw;}
    .seccion .slider-home .carousel-caption.left p{ font-size:23px; }
}
@media screen and (max-width:767px){
    .seccion .bg-green.destacados-right .featured-pic-col{ width: 100% !important;height:auto !important; margin:0 !important; object-fit: unset; position:relative;}
    .seccion .bg-green.destacados-left .featured-pic-col{ width: 100% !important;height:auto !important; margin:0 !important; object-fit: unset; position:relative;}
    .seccion .bg-green.destacados-right{margin-top: 20px; margin-bottom: 20px; padding:0; border:20px solid var(--primary)82}
    .seccion .bg-green.destacados-left{margin-top: 20px; margin-bottom: 20px; padding:0; border:20px solid var(--primary)82}
}
/*END HOME*/

/*SUBCATEGORY*/
.seccion-subcategory .col{padding-left: 0; padding-right: 0;}
.seccion-subcategory .bg-green-dark{background-color: var(--bg-color2); color: white; padding:30px 50px; font-size:20px; }
.seccion-subcategory .bg-green-dark p{color: white;}
.seccion-subcategory .bg-green-dark ul{color: white;}
.seccion-subcategory .bg-green-dark ol{color: white;}
.seccion-subcategory .bg-green-dark li{color: white; font-size:18px;}
.seccion-subcategory .bloques .row-table{ overflow:hidden; }
.seccion-subcategory .bloques img.colchones { height:100%; object-fit: cover; position:absolute; top:0; left:0; }
.seccion-subcategory #push{ height: 0; }
@media screen and (max-width:992px){
    .seccion-subcategory .bloques img.colchones { height:auto; object-fit: cover; position:relative; top:unset; left:unset; width: 100%; }
}
@media screen and (max-width: 770px){
    .seccion-subcategory .bloques img.colchones { height:auto; position: relative; }
}
/*END SUBCATEGORY*/

/*PRODUCTOS HOME*/
.seccion-productos-home .categ-item{ border:1px solid var(--primary); box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.16); height:20vw; min-height:400px; position:relative; margin-top: 40px; }
.seccion-productos-home .categ-item p { font-size: 25px; text-align: left; margin-bottom: 0; font-family: 'light'; text-shadow: none; }
.seccion-productos-home .categ-item img{ position:absolute; left:0; top:0; height:100%; width: 100%; object-fit: cover;}
.seccion-productos-home .categ-item .box-white{ width: 60%; top:50%; transform:translateY(-50%); position:absolute; left:0; z-index: 1; background:rgba(255,255,255,0.7); backdrop-filter: blur(5px); padding:20px 25px 20px 80px }
.seccion-productos-home .categ-item .box-white.left{ right:0; left:unset; padding:20px 80px 20px 25px }
.seccion-productos-home .categ-item .box-white.right p{ text-align:right; }
.seccion-productos-home .categ-item .box-white.right .container-btn{ text-align:right; }
.seccion-productos-home .categ-item .box-white.left p{ text-align:left; }
.seccion-productos-home .categ-item .box-white.left .container-btn{ text-align:left; }
@media screen and (max-width: 770px){
    .seccion-productos-home .categ-item .box-white{ width:90% }
}
/*END PRODUCTOS HOME*/

/*CONTACTO*/
.contact-1 {background-color:var(--bg-color);}
.contact-1 .btn-primary{background-color: white; font-family: 'light'; font-size: 25px; color: #707070; border: 1px solid var(--primary)
; padding: 10px 30px; margin: 25px;}
.contact-1 .btn-primary:hover{background-color: var(--primary); color: white;}
.contact-2 .form-group input {display: block; width: 100%; height: 50px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: black; background-color: transparent; background-image: none; border: 3px solid #707070; border-radius: 10px; }
.contact-2 textarea.form-control {display: block; width: 100%; height: 300px; padding: 25px 12px; font-size: 14px; line-height: 1.42857143; color: black; background-color: transparent; background-image: none; border: 3px solid #707070; border-radius: 15px; border-color: #00a0c6; font-size: 22px; } 
.contact-2 .form-group .form-control {border-color: #00a0c6; font-size: 15px; }
.contact-3 .pie-slider {background-color: #00a0c6; position: relative; width: 100%; display: inline-block; padding: 30px 10px; }
.contact-3 .pie-slider h1{ margin:0; font-family: 'bold'; }
.contact-3 .fa-map-marker{ font-size:40px; }
/*END CONTACTO*/

/*QUIENES SOMOS*/
.seccion-quienes-somos .linea {position: relative; }
.seccion-quienes-somos .linea p {display: table; margin-left: auto; margin-right: auto; background: white; z-index: 1; position: relative; padding-right: 16px; padding-left: 16px; }
.seccion-quienes-somos .linea::after {content: ''; height: 2px; width: 100%; background: #00a0c6; display: block; position: absolute; top: 50%; }
.seccion-quienes-somos .title-first {font-size: 40px; margin-top: 30px; font-weight: normal; }
.seccion-quienes-somos .fa{font-size: 25px;}
.seccion-quienes-somos .box-blue {padding: 30px 100px; border-radius: 37px; background-color: rgb(233 233 233 / 90%); }
.seccion-quienes-somos .box-blue.pequeña {padding: 20px 30px; border-radius: 37px; background-color: rgb(233 233 233 / 90%); }
.seccion-quienes-somos .col-text-special {padding-left: 100px; padding-right: 60px; }
.seccion-quienes-somos .background-gray.pasos-a-seguir span.number{background-color: #099ECE; color: white; border-radius: 50%; padding: 10px 18px; font-family: 'bold'; margin-right: 10px; margin-left: -55px; float: left;}
.seccion-quienes-somos .background-gray.pasos-a-seguir ul.list {padding-left: 55px;}
.seccion-quienes-somos .background-gray.pasos-a-seguir ul.list li{margin-bottom: 25px;}

@media screen and (max-width: 992px){
	.seccion-quienes-somos .col-text-special {padding-left: 20px; padding-right: 20px; }
	.seccion-quienes-somos .box-blue {padding: 20px 30px; }

}
/*END QUIENES SOMOS*/



/*BLOG*/
.sidebar-blog { margin-top: 20px; width: 100%; box-sizing: border-box; background-color: transparent; border:none; }
.sidebar-blog .containerSidebar { position: relative; margin-bottom: 40px; }
.sidebar-blog .title { margin-bottom: 0; font-weight: normal; font-family: 'light'; font-size: 25px; }

.sidebar-blog ul{  padding-left:0; list-style: outside none none; margin-bottom: 0; }
.sidebar-blog ul li{ display: block; margin-top: 10px;}
.sidebar-blog ul li:hover{ background-color:#fff; }
.sidebar-blog .latestPosts ul li:hover a{ color:#1A1916; }
.sidebar-blog ul li a{ color:#1A1916; text-decoration: none; display: block; width: 100%; font-size:20px; font-family: 'light'; line-height: 150%}
.sidebar-blog .popularTags ul li{ display: inline-block; float:left; }
.sidebar-blog .popularTags ul li a{ padding:5px 15px; background-color:#008cd0; color:#fff; text-decoration: none; display: inline-block; width: auto; font-size: 14px;}
.sidebar-blog .btn{ color:#30394D !important }
.sidebar-blog .row-icons img{ width: 50px; margin:0 3px 30px 3px; }

.seccion-blog .title{ color:#c3c3c4; }
.seccion-blog .subtitle{ color:#c3c3c4; font-size:28px; }
.seccion-blog p,.seccion-blog a,.seccion-blog li{ color:#1A1916; }
.seccion-blog .text-orange {color: #ff6501; }
.seccion-blog .banner{display: block; width: 950px; height: auto; }
.seccion-blog .postContainer { box-sizing: border-box; display: block; height: auto; overflow: hidden; margin-top: 10px; margin-bottom: 30px; padding-bottom: 15px; }
.seccion-blog .postDate {background-color: #F7F7F7; box-sizing: border-box; float: left; padding: 9px; }
.seccion-blog .glyphicon-time{ color:#666666; font-size:12px; }
.seccion-blog .postContent .time{font-size:12px;}
.seccion-blog .postContent .imgPost{width: 100%;}
.seccion-blog .postContent .textPost{ color: #363636; font-size:18px; }
.seccion-blog .postContent .textPost b{ color: #1C1C1C; font-size:18px; }
.seccion-blog .postContent .textPost h3{ color: #008cd0;  }
.seccion-blog .postContent .textPost h4{ color: #000; }
.seccion-blog .postContent .textPost strong{ color: #1C1C1C; }
.seccion-blog .postContent .textPost .orange{ color: #ff6501; }
.seccion-blog .postContent .textPost .blue{ color: #008cd0; }
.seccion-blog .postContent .textPost pre{ font-weight: bold; border-radius: 0; border:0; border-bottom: 1px solid #008cd0; }
.seccion-blog .postContent .textPost pre:before{ content:"\E044"; display: inline; font-family: "Glyphicons Halflings"; float:left; margin-right: 10px; color:#008cd0;  }
.seccion-blog .postContent .readmore:after{ content: "\e161"; font-family: "Glyphicons Halflings"; display: inline; margin-left: 10px; font-size:13px ;}
.seccion-blog .postContent .readmore{ float: right; font-weight: bold; color:#ff5e00;  margin-top: 15px; text-decoration: none;}
.seccion-blog .postContent .readmore:hover{ color:black;}
.seccion-blog .postContainer  .btn{ color:#30394D;}
.seccion-blog .postDate span {border-bottom: 1px solid #E1E1E1; display: inline-block; font-size: 60px; line-height: 50px; text-align: center; width: 100%; padding-bottom: 5px; }
.seccion-blog .postDate small { display:block; color: #7F7F7F; width: 100%; text-align: center; margin-top: 5px; }
.seccion-blog .titlePost{ margin-top:0; font-weight: bold; margin-bottom: 10px; font-family: 'light'; font-size:28px; color:#c3c3c4; height: 26px; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; display: box; display: -ms-flexbox; }
.seccion-blog .titlePost a{ text-decoration: none; font-size: 18px; font-weight: normal; color:#c3c3c4; font-family: 'light'; line-height: 100%; text-transform: uppercase; }

.seccion-blog .postContainer .separator{ margin-top: 0}
.seccion-blog .tagConnected li{ display: inline; margin-right: 5px; }
.seccion-blog .tagConnected li a{ color:#777; font-size: 18px; font-weight: normal; text-transform: uppercase; font-family: 'light'}
.seccion-blog .tagConnected li a:hover{ text-decoration: underline; }
.seccion-blog p.shareTitle{ width: 100%; display:block; font-size: 25px; }
.seccion-blog .socialButtons {box-sizing: border-box; height: auto; min-height: 40px; padding: 10px 0 0 10px; width: 100%; background-color: #F7F7F7;}
.seccion-blog .container{ padding-top: 40px;}
.seccion-blog h1 span .glyphicon{ font-size:24px;}
.seccion-blog .pagination li.active a{ background: #008cd0; border:1px solid #008cd0; }
.seccion-blog .extra{ transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995);}
.seccion-blog .fixed{ position: relative; margin-top: 100px; }

.seccion-blog-detail .title{ color:#c3c3c4; }
.seccion-blog-detail .subtitle{ color:#c3c3c4; font-size:28px; }
.seccion-blog-detail p,.seccion-blog-detail a,.seccion-blog-detail li{ font-family:'light'; }
.seccion-blog-detail h2,.seccion-blog-detail h3,.seccion-blog-detail h4{ font-family:'light'; font-weight: normal; }
.seccion-blog-detail .contentSection .breadcrumbs{ margin:-15px -15px 0 -15px; background-image: linear-gradient(#4d4d4f, #000); }
.seccion-blog-detail .contentSection .breadcrumbs .breadcrumb{ background-image: linear-gradient(#4d4d4f, #000); color:white; margin-bottom: 0; }
.seccion-blog-detail .text-orange {color: #ff6501; }
.seccion-blog-detail .contentSection .breadcrumbs .breadcrumb a{ color:#E9E5D3; font-size:14px; }
.seccion-blog-detail .contentSection .breadcrumbs .breadcrumb span{ font-size:14px; }
.seccion-blog-detail .postContainer { box-sizing: border-box; display: block; height: auto; overflow: hidden; }
.seccion-blog-detail .postDate {background-color: #F7F7F7; box-sizing: border-box; float: left; padding: 9px; }
.seccion-blog-detail .postContent .imgPost{width: 100%; margin-bottom: 0; }
.seccion-blog-detail .postContent .textPost{ color: #666666; font-size: 20px; font-family: 'light'; color: #555555; text-align: justify }
.seccion-blog-detail .postContent .textPost a{ font-size: 18px; color:#666666;  }
.seccion-blog-detail .postContent .textPost a:hover{ color:#222;  }
.seccion-blog-detail .postContent .textPost b{ font-family: 'light'; font-weight: normal; color:#222; }
.seccion-blog-detail .postContent .textPost strong{ font-family: 'light'; font-weight: normal; color:#222; }
.seccion-blog-detail .postContent .textPost p{ color: #666666; }
.seccion-blog-detail .postContent .textPost h3{ color: #008cd0;  }
.seccion-blog-detail .postContent .textPost h4{ color: #000; }
.seccion-blog-detail .postContent .textPost .big{ font-size: 27px !important; font-weight: normal; margin-top: 5px; color:#008cd0; line-height: 120%; }
.seccion-blog-detail .postContent .time span{font-size:14px; }
.seccion-blog-detail .postContent .time{font-size:14px; text-align: right; color:rgba(0,0,0,0.5);}
.seccion-blog-detail .postContent .textPost .bold{ color:#444; }
.seccion-blog-detail .postContent .textPost strong{ color:#444; font-weight: bold; }
.seccion-blog-detail .postContent li{ font-size: 18px; }
.seccion-blog-detail .postContent ul{ padding-left: 0; list-style: outside none; margin-top: 10px; margin-bottom: 10px; }
.seccion-blog-detail .postContent ul li::before{ content:"\e046"; font-size:12px; font-family: 'Glyphicons Halflings'; float:left; margin-right: 10px; color:#999; }
.seccion-blog-detail .postContent ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; list-style:outside none; counter-reset: item; }
.seccion-blog-detail .postContent ol li::before{ color:#444; font-size:15px; content: counter(item) ". "; counter-increment: item; font-weight: bold; }
.seccion-blog-detail .postContent .textPost .orange{ color: #e35a17; }
.seccion-blog-detail .postContent .textPost .blue{ color: #008cd0; }
.seccion-blog-detail .postContent .textPost pre{ font-weight: bold; border-radius: 0; border:0; border-bottom: 1px solid #62a217; }
.seccion-blog-detail .postContent .textPost pre:before{ content:"\E044"; display: inline; font-family: "Glyphicons Halflings"; float:left; margin-right: 10px; color:#444;  }
.seccion-blog-detail .postContent .readmore:after{ content: "\e161"; font-family: "Glyphicons Halflings"; display: inline; margin-left: 10px; }
.seccion-blog-detail .postContent .readmore{ float: right; font-weight: bold; color:#ff5e00; margin-top: 15px; text-decoration: none;}
.seccion-blog-detail .postContent .readmore:hover{ color:black;}
.seccion-blog-detail .postContent table{ border-color: #ccc; width: 100%;  }
.seccion-blog-detail .postContent table th{ padding:4px 10px; border-color: #ccc; border-bottom: 3px #ccc solid; }
.seccion-blog-detail .postContent table td{ padding:4px 10px; border-color: #ccc; }
.seccion-blog-detail .postContent .btn{ margin-bottom: 10px; }
.seccion-blog-detail .postContent a{ color:#008cd0;}
.seccion-blog-detail .postContent a.btn{ text-decoration: none; color:white; }
.seccion-blog-detail .postContent a.btn.yellow{ color:#30394D; }
.seccion-blog-detail .postContent a.btn.blue{ color:white; }
.seccion-blog-detail .postContent a.btn.orange{ color:white; }
.seccion-blog-detail .postDate span {border-bottom: 1px solid #E1E1E1; display: inline-block; font-size: 60px; line-height: 50px; text-align: center; width: 100%; padding-bottom: 5px;}
.seccion-blog-detail .postDate small { display:block; color: #7F7F7F; width: 100%; text-align: center; margin-top: 5px; }
.seccion-blog-detail .titlePost{ margin-top:0; text-align: left; font-weight: normal; }
.seccion-blog-detail .titlePost a{ text-decoration: none; color: #008cd0; font-size: 20px; }
.seccion-blog-detail .postContainer .separator{ margin-top: 0}
.seccion-blog-detail ul.tagConnected li::before{ content:''; }
.seccion-blog-detail .tagConnected { display: inline-block; list-style: outside none none; padding-top: 15px; padding-bottom: 20px; width: 100%; }
.seccion-blog-detail .bottom p.big{ color:white !important; padding-top: 10px; }
.seccion-blog-detail .tagConnected li{ display: inline; padding:0 7px 0 7px; }
.seccion-blog-detail .tagConnected li+li{ border-left:3px solid #008cd0; }
.seccion-blog-detail .tagConnected li a{ background: #F1B82F; padding:10px 15px; border-radius: 5px; color:#30394D; font-size: 16px; font-weight: normal; font-family: 'light'; }
.seccion-blog-detail .tagConnected li a:hover{ text-decoration: underline; }
.seccion-blog-detail p.shareTitle{ width: 100%; display:block; font-size: 25px; }
.seccion-blog-detail .socialButtons {box-sizing: border-box; height: auto; min-height: 40px; padding: 10px 0 0 10px; width: 100%; background-color: #F7F7F7;}
.seccion-blog-detail h1 span .glyphicon{ font-size:24px;}
.seccion-blog-detail blockquote p{ color:white; font-size:25px; }
.seccion-blog-detail .postContent blockquote{ margin:0; border:none; padding:20px 15px; color:white; font-size:25px; font-family:'light'; font-style: normal; background: rgb(35,180,176);
background: -moz-linear-gradient(left,  rgba(35,180,176,1) 0%, rgba(10,103,139,1) 100%);
background: -webkit-linear-gradient(left,  rgba(35,180,176,1) 0%,rgba(10,103,139,1) 100%);
background: linear-gradient(to right,  rgba(35,180,176,1) 0%,rgba(10,103,139,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23b4b0', endColorstr='#0a678b',GradientType=1 );
}
.seccion-blog-detail .postContent blockquote p{ color:white !important; margin-top: 0; font-size:25px; font-family:'light'}
.seccion-blog-detail .textPost .bottom{ background-image: linear-gradient(#4d4d4f, #000); color:white; }
.seccion-blog-detail .textPost a{ text-decoration: underline; }
.seccion-blog-detail .extra{ transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995);}
.seccion-blog-detail .fixed{ position: relative; margin-top: 100px; }
.seccion-blog-detail .share-box .big{ display: inline-block; }
.seccion-blog-detail .share-box #st-1{ display: inline-block; }
.seccion-blog-detail .share-box p.text-info{ font-size:18px; color:#1978f2; margin-top: 15px; }
.seccion-blog-detail .share-box .likefb{ display: inline-block; margin-top: -20px; }
@media screen and (max-width: 1200px){
    .seccion-blog-detail .share-box{ margin-bottom: 100px; }
}
@media screen and (max-width: 992px){
    .seccion-blog-detail .share-box{ margin-bottom: 20px; text-align: center; }
  .seccion-blog-detail .container > div{ padding:0; }
  .seccion-blog-detail .postContent .textPost{ font-size: 20px; line-height: 150%; }
  .seccion-blog-detail .postContent .textPost a{ font-size: 20px; }
  .seccion-blog-detail .sidebar-blog{ margin-bottom: 100px; }
  .seccion-blog-detail .sidebar ul li a{ font-size: 18px;}
  .seccion-blog-detail .container-caption{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
  .seccion-blog-detail .carousel-caption{ top:0; transform:initial; }
  .seccion-blog-detail .carousel-caption h2{ overflow: hidden; font-size:38px; top:50%; transform:translateY(-50%); }
}
/*END BLOG*/

.seccion-mi-cuenta .slide-big img{ min-height: 25vh;}
.seccion-mi-cuenta .text{ text-align: left; }
.seccion-mi-cuenta .text{ text-align: left; }
.seccion-mi-cuenta p b{ font-family: 'bold'; color:var(--secondary)}
.seccion-mi-cuenta p strong{ font-family: 'bold'; color:var(--secondary)}
.seccion-mi-cuenta p{ font-size: 16px; line-height: 20px; }
.seccion-mi-cuenta .box-white {background:white;padding: 35px; box-shadow: 0 0 8px rgba(0,0,0,0.2); display: table; margin:20px auto; }

.login-layer{ position:fixed; top:0; left:0; width:100%; height:100%; z-index: 30; overflow:auto; }
.login-layer .backdrop{ top:0; left:0; width: 100%; height: 100%; position:fixed; background-color: rgba(0,0,0,0.5) }
.login-layer .layer{ background-color: white; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); position:absolute; padding:15px 20px; width: 100%; max-width: 470px; font-family: 'light'; font-size:15px; -webkit-animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; max-height:calc(100% - 15px); overflow: auto; }
.login-layer .layer p{ font-family: 'light'; font-size:15px; z-index: 1; }
.login-layer .btn-primary{ padding:6px 15px !important; }
.login-layer .btn-primary i{ font-size: 25px; }
.login-layer .form-control {box-shadow: none; border-bottom: 1px solid rgba(0,0,0,.075); font-family: 'light'; }
.login-layer .close {margin-top: 5px; font-family: serif; font-size: 35px; position: absolute; z-index: 10; top: 0; right: 12px; opacity:1; color:white; text-shadow:0 0 3px black }
.login-layer p.subtitle{ font-family: 'light'; font-size:28px; margin-top: 20px; color:#5d4e42; }
.login-layer p.subtitle b{ color:#5d4e42; font-family: 'bold';  }
.login-layer p.subtitle2{ font-family: 'bold'; color:#212121; font-size:18px; margin-bottom: 20px; }
.login-layer .pass{ float:right; margin-top: 30px; font-size:14px; color:#212121;}
.login-layer .checkbox label{ font-family: 'light'; color:#5d4e42; font-size: 14px; }
.login-layer .checkbox a{ font-family: 'bold'; color:#5d4e42; font-size: 14px; text-decoration: underline; }
.login-layer .header{ position:relative; margin:-15px -20px 0 -20px; }
.login-layer .header .btn {position: absolute; bottom: 10px; left: 50%; z-index: 1; transform: translateX(-50%); background:rgba(255,255,255,0.9); color: #3e2e24; border-radius: 0; font-size: 20px;}
.login-layer .header .btn:hover{ background:rgba(255,255,255,0.7); }

.login-layer .header .logo-label{ position:absolute; top:0; left:0; z-index: 1; }
.login-layer .header .background{ position:relative; }
.login-layer .badge-light{ display: table; margin: 14px auto; background-color: white; border: 1px solid #5d4e42; color: black; padding: 8px 10px; font-family: 'bold'; font-weight: bold; font-size: 14px; }
@media screen and (max-width: 992px) {
    .login-layer .form-control{ font-size:18px; }
}

/*footer*/
#pie{position: relative; height:auto; padding-top: 5px; color:white; background: var(--primary); }
#pie h4,#pie h3,#pie h5{ font-family:'bold' }
#pie .logo{ width: 100%; max-width: 90px; }
#pie ul.text-white li a{ color:white; font-family:'light'; font-size:15px; }
#pie ul.text-white li{ float:left; width: 50%; max-width: 300px; margin-bottom:12px }
#pie .copyright {background-color: #252525; padding: 20px 0; }
#pie span.glyphicon{ color:#000; }
#pie a{ color:white; text-decoration: none;}
#pie a:hover{ color: var(--secondary); }
#pie a.link{ color:#000; }
#pie .btn{font-size: 16px; }
#pie .big-icon{ font-size:40px;}
#pie .text { font-size: 21px; font-family: 'light'; color: white; line-height: 30px; text-align: center; font-weight: 300;}

.container-pils{ padding: 5px 25px; border-bottom: 1px solid #F5F5F5;  }
.container-pils .nav-pills{ border-radius: 0; }
.container-pils .nav-pills > li.active > a{ background-color: #008cd0; }
.container-pils .nav-pills > li a{ border-radius: 0; }
/*STICKY FOOTER*/
#wrapper {min-height: 100%; height: auto !important; height: 100%; margin-bottom: -132px; }
#push,footer { height: 132px; clear:both;}
html, body { height: 100%; }
@media screen and (max-width: 770px){
	#wrapper { margin-bottom: 0; }
    #push,footer { height: 0; clear:both;}
}

.bubble-whatsapp{ background:#19bb55; border-radius:50%; padding:20px; position:fixed; bottom:20px; right:20px; z-index: 1; box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3); transition:ease all .3s; border:2px solid white; }
.bubble-whatsapp:hover{ background: #129743 ;}
.bubble-whatsapp img{ width: 24px;}