@font-face { font-family: "regular"; src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"); font-weight: normal; font-style: normal }
@font-face { font-family: 'bold'; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/montserrat-variable.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "special2"; src: url("../fonts/GTSectraDisplay-Regular.woff2") format("woff2"); font-weight: normal; font-style: normal }
@font-face { font-family: 'special'; font-style: normal; font-weight: 400 800; font-display: swap; src: url("../fonts/abhaya-libre-regular.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{
    --color-primary: #1E1E1E;
    --color-secondary: #E30613;
    --color-hover: #0b2660;
    --color-gray: #707070;
    --color-black: #1E1E1E;
    --color-yellow: #e3c206;
    --bg-gray: #F5F5F5;
}

/*HEADER*/
header{ background: rgba(255,255,255,0.9); backdrop-filter: blur(5px); position:fixed; top:0; width:100%; z-index:100; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
header .logo{ max-width: 150px;}
header .top-bar{ background: transparent; max-width: 1320px; margin:0 auto; padding:10px 5px 5px 5px; display:flex; justify-content: space-between; position:relative; }
header .top-bar::after{ content:""; position:absolute; bottom:0; left:12px; display:block; height:1px; background: var(--color-secondary); width:calc(100% - 24px); }
header .top-bar a{ color: var(--color-gray); padding:5px 10px 5px 10px; display:inline-block; }
header .social-link:hover{ color:black; }
header .navbar{ background: transparent; max-width: 1320px; margin:0 auto; }
header .navbar .navbar-collapse ul{ width: 100%; justify-content:end }
header .top-right{ position:absolute; top:10px; right:15px;}
header .navbar .nav-link.active{ color:var(--color-gray); font-family: 'regular'; font-size:16px; padding:5px 2vw; }
header .navbar .nav-link.btn{ font-family: 'bold' !important; margin-left:10px; }
header a:hover{ color:#ddd; }
header button.btn-mobile {color:#fff; background:transparent; padding:6px 10px; margin-top:8px; margin-bottom:8px; border-radius: 0; outline:none !important; border:none !important; box-shadow:none !important; }
header button.btn-mobile i {padding:0; margin:0; font-size:21px; }
header .btn-mobile .icon-bar {background-color: var(--color-secondary); transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
header .btn-mobile .icon-bar { display: block; height: 3px; width: 22px; margin: 4px 0; }
header .btn-mobile.open .icon-bar:nth-child(1){ transform:rotate(45deg) translateY(5px) translateX(5px)}
header .btn-mobile.open .icon-bar:nth-child(2){ transform:rotate(-45deg); }
header .btn-mobile.open .icon-bar:nth-child(3){ transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0}
header .dropdown:hover .dropdown-menu{ display: block; }
header .dropdown-menu{ margin-top: 0; width: auto !important; }
@media (max-width:992px){
    header .navbar .nav-link.active{ padding:5px 1vw; }
}
@media (max-width:768px){
    header .navbar .navbar-collapse ul li{ text-align:right; }
    header .navbar .nav-link.btn{ display:inline-block; }
}
@media (min-width:768px){
    header .dropdown:hover .dropdown-menu{ display: block; }
}
/*END HEADER*/


/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%;  scroll-behavior: smooth;}
body{background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 15px; line-height: 140%; max-height: 999999px;}
li{ font-size: 15px; line-height: 140%; max-height: 999999px;}
hr{ opacity: 1;}
.general{height: auto; margin: 0 auto; font-family: 'regular'; padding-top: 125px; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; min-height:calc(100vh - 285px); }
.seccion .text-center{ text-align: center !important }
.seccion .text-left{ text-align: left !important }
.seccion .h100{ height: 100%;}
.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-html-container{ height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content{ overflow: hidden;}
.swal2-html-container li,.swal2-html-container p{ font-size:17px; }
.swal2-popup.large{ width: 800px; }
.swal2-popup.legal #swal2-content{ text-align: left;}
.swal2-styled.swal2-confirm{ background-color:var(--color-primary) !important; color:#fff !important;}

.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: 'regular', sans-serif; } 
.LSSI a{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .text-link{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .btn{background: #d90030; cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; text-align: center; width: auto; position: relative; border-radius: 5px; text-decoration: none; }
.LSSI .btn span{color: #FFFFFF; font-family: 'regular', 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; }
img.max-responsive{ max-width:100%; height:auto; }
img.max-responsive-centered{ max-width:100%; height:auto; margin:0 auto; display: block; }

.mt0{ margin-top: 0px !important; } .mt-10{ margin-top: -10px !important; } .mt-20{ margin-top: -20px !important; } .mt10{ margin-top: 10px !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;} .pt0{ padding-top: 0 !important;} .pt10{ padding-top: 10px !important;} .pt20{ padding-top: 20px !important;} .pt30{ padding-top: 30px !important;} .pt40{ padding-top: 40px !important;} .pt50{ padding-top: 50px !important;} .pb0{ padding-bottom: 0 !important;} .pb10{ padding-bottom: 10px !important;} .pb20{ padding-bottom: 20px !important;} .pb30{ padding-bottom: 30px !important;} .pb40{ padding-bottom: 40px !important;} .pb50{ padding-bottom: 50px !important;}
.pl20{ padding-left: 20px !important;} .pl40{ padding-left: 40px !important;} .pr20{ padding-right: 20px !important;} .pr40{ padding-right: 40px !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; padding:5px 20px;}
.btn-primary{ background-color: var(--color-secondary); font-family: 'regular'; font-size: 16px; color: white; }
.btn-primary:hover{ background-color: var(--color-secondary); }
.btn-primary.btn-lg{ padding:5px 25px; font-size: 26px;  }
.btn-outline{ background: transparent; border: 2px solid var(--color-secondary); color: var(--color-gray); font-family: 'bold'; font-weight: 700;}
.btn-outline:hover{ background: transparent; border: 2px solid var(--color-gray); color: var(--color-secondary); font-family: 'bold'; font-weight: 700; background:white}
.btn-block{ width: 100%;}
.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: 'regular'; font-size: 26px; color: #000; }

.contentSection h3{ font-weight: bold; }
.seccion{ font-family: 'regular',sans-serif; }
.seccion .slide-big{ position: relative; width: 100%; overflow: hidden;} 
.seccion .relative { position: relative; }
.seccion .absolute { position: absolute; }
.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 .text-white {color: white;}
.seccion .title{font-size: 35px; font-family: 'bold'; text-align: center; font-weight:900; }
.seccion .title strong{ color:var(--color-secondary); }
.seccion .subtitle {font-family: 'bold'; font-size: 30px; font-weight: 900; }
.seccion .subtitle2 {font-family: 'bold'; font-size: 20px; font-weight:700; }
.seccion .subtitle3 {font-family:'bold'; font-size: 15px;    font-weight:700; }
.seccion .text-xl {font-size: 30px; font-family: 'regular'; }
.seccion .text-lg {font-size: 25px; font-family: 'regular'; }
.seccion .text-md {font-size: 18px; font-family: 'regular'; }
.seccion .text-special{ font-family: 'special' !important;}
.seccion .text-gray{ color: var(--color-gray); }
.seccion .text {font-size: 18px; font-family: 'regular'; }
.seccion .separator {height: 4px; width: 100%;background-color: var(--color-primary);}
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: var(--color-primary); }
.seccion .checkbox label {font-size: 15px; font-family: 'regular';margin: 0 auto 10px auto; padding-left: 5px; display:block;}
.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: 'regular'; line-height: 32px; }
.seccion ul.list.checked li::before {content: "\f00c"; font-family: 'FontAwesome'; color: var(--color-primary); margin-right: 10px; margin-left: -30px; }
.seccion textarea{ resize:none; }
.seccion .w800{ max-width: 800px; display:table; margin:0 auto; }
.seccion .w1000{ max-width: 1000px; display:table; margin:0 auto; }
.row-parallax {position: relative; padding: 15px 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 .container{ position:relative; z-index: 1;}
.row-parallax img.parallax {position: absolute; left: 50%; top: -20%; bottom: 20px; height: 150%; min-width:100%; z-index: 0; filter: brightness(0.5); }
.visible-sm{ display:none !important;} .visible-xs{ display:none !important;}
@media (max-width:992px){
    .hidden-sm{ display:none !important}
    .visible-sm{ display:block !important}
    .hidden-sm{ display:none}
}
@media (max-width:768px){
    .hidden-xs{ display:none}
    .hidden-xs{ display:none !important}
    .visible-xs{ display:block !important}
}

.swiper-pagination-bullets .swiper-pagination-bullet-active-main{ background:white; }

.seccion ul.special-links li{ font-size:16px; font-family: 'bold'; margin-bottom: 10px; }
.seccion ul.special-links li a{ text-decoration: none; color:#00133A;}
.seccion ul.special-links li a:hover{ text-decoration: underline;}

.seccion .callout{ padding: 25px 0 25px 0; background:var(--bg-gray); text-align: center; }
.seccion .callout .title{ font-size: 35px; font-family: 'bold'; font-weight: 900; }
.seccion .callout p{ font-size:15px; color:var(--color-gray) }

.seccion .row-gray{ padding: 25px 0 25px 0; background:var(--bg-gray); text-align: center; }
.seccion .row-gray.row-bg1{ background: var(--bg-gray) url('../images/bg1.svg') no-repeat center center / 100% auto; }

.seccion .row-white.row-bg2{ background: white url('../images/bg2.svg') no-repeat left top / 100% auto; }
.seccion .row-bg3{ background-image: url('../images/bg3.webp'); background-repeat: no-repeat; background-position: left top; background-size: 100% auto; }

.seccion .row-gray .title{ font-size: 35px; font-family: 'bold'; font-weight: 900; }
.seccion .row-gray .title strong{ color:var(--color-secondary); }
.seccion .row-gray p{ font-size:15px; color:var(--color-gray) }

.seccion .row-white{ padding: 25px 0 25px 0; background:white; text-align: center; }
.seccion .row-white .title{ font-size: 35px; font-family: 'bold'; font-weight: 900; }
.seccion .row-white .title strong{ color:var(--color-secondary); }
.seccion .row-white p{ font-size:15px; color:var(--color-gray) }

.seccion .row-inspiracion{ display:flex; align-items: center;}
.seccion .row-inspiracion > div:first-child{ text-align:left; width:auto; flex:1; }
.seccion .row-inspiracion > div:first-child .title { text-align:left; }
.seccion .row-inspiracion > div:nth-child(2){ width: 300px; text-align:center; margin:0 auto; }
.seccion .row-inspiracion > div:nth-child(2) img{ margin-top: -77px; margin-bottom: -25px; }
@media (max-width:992px){
    .seccion .row-inspiracion > div:nth-child(2) img{ margin-top: -25px; }
}
@media (max-width:768px){
    .seccion .row-inspiracion > div:first-child{ text-align:center; }
    .seccion .row-inspiracion > div:first-child .title { text-align:center; }
    .seccion .row-inspiracion > div:nth-child(2) img{ margin-top: 0; }
}

.seccion.seccion-impresion-3d .rows-alternate .row.right > div:nth-child(2){ text-align:left; }
.seccion.seccion-impresion-3d .rows-alternate .row.left > div:first-child{ text-align:right; }
.seccion.seccion-impresion-3d .row-porque.five .col{ max-width:unset; }
.seccion.seccion-impresion-3d .row-porque.pics .col{ max-width:390px; }
.seccion.seccion-impresion-3d .row-porque.pics .box-white{ padding:0; }
.seccion.seccion-impresion-3d .row-porque.pics .box-white img{ max-width:100%; }
.seccion.seccion-impresion-3d .row-porque.pics .box-white p{ padding:0 20px 10px 20px; font-size:15px; font-family:'regular';}
.seccion.seccion-impresion-3d .row-porque.pics .box-white .subtitle{ font-size:25px; font-family:'special';}
.seccion.seccion-impresion-3d .rows-alternate .row .subtitle{ font-weight: 500 !important; }

.slider-customers img{ max-width:200px; border-radius:50%; margin-bottom: 10px; }
.slider-customers .swiper-wrapper{ transition-timing-function : linear; }


.row-contact > .container > .row > div:first-child { padding-right: 30px; }
.row-contact > .container > .row > div:nth-child(2) { padding-left: 30px; }
.row-contact .box-info{ text-align:left; color:var(--color-gray); margin-bottom: 25px; }
.row-contact .box-info i{ margin-right: 10px; font-size: 20px; }
.row-contact .box-info a{ color:var(--color-gray); text-decoration: none; }
.row-contact .box-info a:hover{ text-decoration: underline; }
.row-contact .form-white{ background: white; padding: 15px 30px; box-shadow: 4px 4px 4px 0 rgb(0 0 0 / 5%); text-align:left; margin-bottom: 30px; }
.row-contact .form-white .subtitle{ font-family: 'special'; color:var(--color-black); font-size:35px; }
.row-contact .form-white .form-group{ margin-bottom: 20px; }
.row-contact .form-white .form-control{ border-radius:0; background:var(--bg-gray); color:var(--color-black); border:none; box-shadow: 4px 4px 4px 0 rgb(0 0 0 / 5%); }
.row-contact .form-white .form-control:focus{ box-shadow:none; }
@media (max-width:768px){
    .row-contact > .container > .row > div:first-child { padding-right: 15px; }
    .row-contact > .container > .row > div:nth-child(2) { padding-left: 15px; }
}

.row-generalitat img{ max-width: 250px; margin:0 auto;}

.row-latest-posts .col-12{ margin-bottom: 30px; }
.row-latest-posts .item-post{ background-color: var(--bg-gray); display: block; color:var(--color-secondary); overflow: hidden; text-decoration: none; }
.row-latest-posts .item-post img{ width: 100%;}
.row-latest-posts .item-post span{ color: var(--color-gray); font-family: 'regular'; font-size:15px; }
.row-latest-posts .item-post .content{ flex:1; padding:20px; display: flex; flex-direction: column; justify-content: space-between; }
.row-latest-posts .item-post .subtitle{ font-family: 'special'; font-size:30px; color:var(--color-black); display:block;}
.row-latest-posts .item-post .content .bottom-buttons{ display: flex; justify-content: space-between; flex-direction: row;}
.row-latest-posts .item-post .tags{ margin-bottom: 10px; }
.row-latest-posts .item-post .tags .badge{ color:var(--color-secondary); background-color: var(--light-gray); text-decoration: none; font-weight: 200; }
@media (max-width:992px){
    .row-latest-posts .item-post{ display: block; overflow: hidden; }
    .row-latest-posts .item-post > img{ width: 100%; height: 200px; object-fit: cover;}
    .item-gray{ margin-left:0; margin-right:0; }
}

.seccion .rows-alternate{ padding: 50px 15px; }
.seccion .rows-alternate .row{ display:flex; align-items: center; border-bottom: 1px solid var(--color-gray); padding: 30px 0; }
.seccion .rows-alternate .row:last-child{ border-bottom: none; }
.seccion .rows-alternate .row p{ margin-bottom: 0; color:var(--color-gray); }
.seccion .rows-alternate .row .subtitle{ margin-bottom: 10px; color:var(--color-black); font-family: 'special'; }
.seccion .rows-alternate .row.left > div:nth-child(1){ width: 80%; text-align: left; }
.seccion .rows-alternate .row.left > div:nth-child(2){ width: 20%; padding:0 15px; padding:0; }
.seccion .rows-alternate .row.left > div:nth-child(2) img{ width: 100%; }
.seccion .rows-alternate .row.right > div:nth-child(1){ width: 20%; padding:0 15px; padding:0; }
.seccion .rows-alternate .row.right > div:nth-child(1) img{ width: 100%; }
.seccion .rows-alternate .row.right > div:nth-child(2){ width: 80%; text-align: right; }
@media (max-width:768px){
    .seccion .rows-alternate .row.left > div:nth-child(1){ width:70%; }
    .seccion .rows-alternate .row.left > div:nth-child(2){ width:30%; }
    .seccion .rows-alternate .row.right > div:nth-child(2){ width:70%; }
    .seccion .rows-alternate .row.right > div:nth-child(1){ width:30%; }
}

.seccion .box-white{ padding: 30px; background: white; box-shadow: 0 3px 50px 0 rgb(0 0 0 / 16%); }
.seccion .box-white img{ margin-bottom: 10px; }
.seccion .box-white hr{ max-width: 120px; margin: 25px auto; border-top: 1px solid var(--color-secondary); opacity: 1; }

.seccion .row-porque .col{ margin-bottom: 30px; }
.seccion .row-porque .box-white{ padding:30px 15px; }
.seccion .row-porque .box-white p{ font-size: 25px; font-family: 'special'; color:var(--color-black); }
.seccion .row-porque .box-white img{ max-width: 120px;}
.seccion .row-porque{ justify-content:space-around; }
.seccion .row-porque .col{ max-width: 250px; }
@media screen and (min-width: 1200px){
    .seccion .row-porque .col-xl-auto{ width: 19%; }
}

.seccion .img-cover{ width: 100%; height:100%; object-fit: cover;}
@media (max-width:992px){
    .seccion .img-cover{ width: 100%; height:auto; object-fit: unset;}
}

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

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

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

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

.row-white{ padding:40px 15px; }
.row-black{ padding:40px 15px; color:white; background: var(--color-primary); }

/*SLIDER HOME*/
.seccion .slider-home .container-caption{ top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; right: unset; bottom: unset; padding: 15px; position:absolute; width:100%; max-width: 1320px; }
.seccion .slider-home .carousel-caption { position:relative; }
.seccion .slider-home .carousel-caption p{font-size: 32px; 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 .btn{ font-weight: 800; }
.seccion .slider-home .carousel-caption .title{font-size: 60px; margin-bottom: 10px; color:var(--color-primary); line-height: 1; font-family: 'bold'; line-height: 90%; word-break: break-word; }
.seccion .slider-home .carousel-caption .title strong{font-size: 60px; margin-bottom: 0; color:var(--color-secondary); line-height: 1; font-family: 'bold'; line-height: 90%; word-break: break-word; }
.seccion .slider-home .carousel-caption .subtitle{font-size: 35px; margin-bottom: 10px; color:var(--color-primary); line-height: 1; word-break: break-word; }
.seccion .slider-home .carousel-caption p{font-size: 15px; text-align: left; margin-bottom: 10px; color:var(--color-gray) }
.seccion .slider-home .carousel-caption.text-white h1{ color:white;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.seccion .slider-home .carousel-caption.text-white p{ color:white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.seccion .slider-home .carousel-caption.text-white .btn-outline{ color:white; }
.seccion .slider-home .carousel-caption.text-white .btn-outline:hover{ border-color:white; background:transparent; }

.seccion .slider-home .carousel-caption.left { left:unset; right: unset; bottom: unset; width: 620px; text-align: left; }
.seccion .slider-home .carousel-caption.left p{text-align: left; }
.seccion .slider-home .carousel-caption.left p strong{ color:var(--color-secondary); }
.seccion .slider-home .carousel-caption.left .title{text-align: left; }
.seccion .slider-home .carousel-caption.left .title strong{text-align: left; }

.seccion .slider-home .carousel-caption.right {left:unset; right:unset; bottom:unset; width: 620px; text-align: right; float:right; }
.seccion .slider-home .carousel-caption.right p{ text-align: right; }
.seccion .slider-home .carousel-caption.right .title{ text-align: right; }
.seccion .slider-home .carousel-caption.right .title strong{ text-align: right; }

.seccion .slider-home .carousel-caption.center{ text-align: center; }
.seccion .slider-home .carousel-caption.center p{ text-align: center; }
.seccion .slider-home .carousel-caption.center p.title{text-align: center;}
.seccion .slider-home .carousel-caption.center p.title strong{text-align: center;}

@media screen and (max-width: 992px){
	.seccion .slider-home .swiper-container img{display: block; width: 100vw !important; height: 500px !important; object-fit: cover; }
}
@media (max-width:768px){
    .seccion .slider-home .carousel-caption.right { width: 100%; }
    .seccion .slider-home .carousel-caption.left { width: 100%; }
    .seccion .slider-home .carousel-caption .title{ font-size:9vw; }
    .seccion .slider-home .carousel-caption .title strong{ font-size:9vw; }
    .seccion .slider-home .carousel-caption .subtitle{ font-size:6vw; }
    .seccion .slider-home .carousel-caption .subtitle strong{ font-size:6vw; }
}
/*END SLIDER HOME*/

/*HOME*/
.seccion-home .gallery-slider .swiper-slide{ width:28%; position:relative; }
.seccion-home .gallery-slider .swiper-slide img{ transition:ease filter .3s; }
.seccion-home .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-home .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-home .text-carousel{position: absolute; display:none; left:5%; top:0; width: 90%; height: 100%; padding:15px;}
.seccion-home .text-carousel p{position: absolute; top:50%; transform: translateY(-50%); color: white; margin: auto 0; line-height: 1.3;}
.seccion-home .swiper-slide:hover .text-carousel{ display:block; }
/*END HOME*/

.seccion-presupuesto .form-white{ box-shadow: none; }
.seccion-presupuesto .form-white .form-control{ background:white; border:1px solid gray; }
.seccion-presupuesto .box-info strong{ font-family: 'bold'; }
.seccion-presupuesto .fa-star{ color: var(--color-yellow);}
.seccion-presupuesto .group-file{ cursor:pointer !important; }
.seccion-presupuesto .group-file #file-change{ border:1px solid gray; flex:1; padding:5px 10px; display:inline-block; border-right:none; cursor:pointer !important; color:var(--color-gray); }
.seccion-presupuesto .group-file .input-group-addon{ border:1px solid gray; padding:7px 10px 5px 10px; background:white; border-left:none; z-index:1px; position:relative; }
.seccion-presupuesto #form{ top: -200px; height:2px; width:100px; position:relative; }
@media (max-width:992px){
   .seccion-presupuesto #form{ top: 250px; }
}

/*CONTACTO*/
.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: var(--color-primary); font-size: 22px; } 
.contact-2 .form-group .form-control {border-color: var(--color-primary); font-size: 15px; }
.contact-3 .pie-slider {background-color: var(--color-primary); 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*/



/*BLOG*/
.seccion-blog .row-white{ background:url('/bcncom/images/circle-big-right.svg') no-repeat 100% 10% ,url('/bcncom/images/circle-small-left.svg') no-repeat 0% 90%; }
.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: 'bold'; font-size: 25px; text-align:left; }

.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: 'regular'; line-height: 150%}
.sidebar-blog ul li a:hover{ text-decoration: underline; }
.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 .row-top{ background-color: #000; padding:30px 15px; }
.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: 100%; position:relative; overflow: hidden; margin-top: 20px; margin-bottom: 10px;  }
.seccion-blog .postDate {background-color: transparent; box-sizing: border-box; display:block; padding: 9px; }
.seccion-blog .glyphicon-time{ color:#666666; font-size:12px; }
.seccion-blog .postContent{ text-decoration: none; display: block; position: relative; height: 100%; background:var(--bg-gray);}
.seccion-blog .postContent .time{font-size:14px; text-align:right; margin-right: 15px; margin-bottom: 0; }
.seccion-blog .postContent .imgPost{width: 100%;}
.seccion-blog .postContent .subtitle{ color:black; padding:10px 15px; font-size:35px; margin-bottom: 0 !important; }
.seccion-blog .postContent .lined{ width:50%; max-width: 200px; height:1px; background: var(--color-secondary); margin-left:15px; margin-bottom: 10px;  }
.seccion-blog .postContent .textPost{ padding:10px 15px; color: #363636; font-size:18px; display: block; margin-bottom: 10px; text-align:left; }
.seccion-blog .postContent .textPost b{ color: #1C1C1C; font-size:18px; }
.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 .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: 'regular'; 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: 'regular'; line-height: 100%; text-transform: uppercase; }
.seccion-blog .btnLoadMore{ color:white; }

@media (max-width:768px){
    .seccion-blog .list-posts > div{ margin-bottom: 20px; }
}


.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: 'regular'; white-space: nowrap;}
.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 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 .postContainer .tags-connected{ padding:8px; }
.seccion-blog .postContainer .tags-connected .badge{ background:#000; }
.seccion-blog .postContainer .over-layer{ display:block; opacity:0; transition:ease all .3s; position:absolute; top:50%; left:50%; transform:translateX(-50%) translatey(-50%); pointer-events:none; }
.seccion-blog .postContainer .over-layer img{ position:absolute; top:80%; left:50%; transform:translateX(-50%) translateY(-50%); transition:ease-out all .3s; }
.seccion-blog .postContainer:hover .over-layer{ background:rgba(223, 56, 56, 0.4); color:white;  font-size:100px; font-family: 'bold'; width: 100%; height:100%; z-index: 10; opacity:1;}
.seccion-blog .postContainer:hover .over-layer img{ top:50%; }
.seccion-blog .fixed{ position: relative; margin-top: 100px; }

.seccion-blog-detail .imgPost{ filter:brightness(0.5); position:relative; z-index: -1;}
.seccion-blog-detail .carousel-caption{ left:0 !important; right:0 !important; }
.seccion-blog-detail .carousel-caption .title{ display:block; text-align:center !important; }
.seccion-blog-detail .separator{ height:1px; background: var(--color-secondary); max-width:100px; }
.seccion-blog-detail .postContainer .title{ color:#222; text-transform: uppercase; text-align: left; }
.seccion-blog-detail .postContainer .subtitle{ color:#222; font-size:28px; }
.seccion-blog-detail p,.seccion-blog-detail a,.seccion-blog-detail li{ font-family:'regular'; }
.seccion-blog-detail h2,.seccion-blog-detail h3,.seccion-blog-detail h4{ font-family:'regular'; 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: var(--color-black); font-size: 20px; font-family: 'regular'; text-align: left }
.seccion-blog-detail .postContent .textPost p{ font-size:20px; }
.seccion-blog-detail .postContent .textPost a{ color:var(--color-black);  }
.seccion-blog-detail .postContent .textPost a:hover{ color:var(--color-secondary);  }
.seccion-blog-detail .postContent .textPost b{ font-family: 'regular'; font-weight: normal; color:var(--color-black); }
.seccion-blog-detail .postContent .textPost strong{ font-family: 'bold'; font-weight: normal; color:var(--color-black); }
.seccion-blog-detail .postContent .textPost h1{ color:var(--color-black); font-family: 'bold'; text-transform: uppercase; font-weight: bolder; }
.seccion-blog-detail .postContent .textPost h1::after{ content:""; width:100%; max-width: 100px; height:1px; background:var(--color-secondary); display:block; }
.seccion-blog-detail .postContent .textPost h2{ color:var(--color-secondary); font-family: 'special'; }
.seccion-blog-detail .postContent .textPost h2 strong{ color:var(--color-secondary); font-family: 'special'; }
.seccion-blog-detail .postContent .textPost h3{ font-family: 'special'; color:var(--color-black); }
.seccion-blog-detail .postContent .textPost h3 strong{ font-family: 'special'; color:var(--color-black); }
.seccion-blog-detail .postContent .textPost h4{ color:var(--color-black);}
.seccion-blog-detail .postContent .textPost h5{ color:var(--color-black);}
.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; color:var(--color-gray); }
.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: 20px; }
.seccion-blog-detail .postContent ul{ padding-left: 0; list-style: outside none; margin-top: 10px; margin-bottom: 10px; margin-left: 35px; }
.seccion-blog-detail .postContent ul li::before{ content:" "; width:10px; height:10px; background:url('/bcncom/images/corner.svg') no-repeat left top; float:left; margin-right: 10px; margin-top: 7px; color:#999; margin-left: -20px; }
.seccion-blog-detail .postContent ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; list-style:outside none; counter-reset: item; margin-left: 35px; }
.seccion-blog-detail .postContent ol li::before{ color:var(--color-black); font-size:20px; content: counter(item) ". "; counter-increment: item; font-family: 'bold' !important; font-weight: bold !important; margin-left: -35px; width:35px; display:inline-block; text-align:right; padding-right: 5px; }
.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:''; background:none; display:none; }
.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 a{ background: var(--color-primary); padding:10px 15px; border-radius: 5px; color:white; font-size: 16px; font-weight: normal; font-family: 'regular'; text-decoration: none; }
.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:'regular'; 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:'regular'}
.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*/

.login-layer{ position:fixed; top:0; left:0; width:100%; height:100%; z-index: 10; 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: 'regular'; 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: 'regular'; 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: 'regular'; margin-bottom: 10px; }
.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; cursor:pointer; }
.login-layer p.subtitle{ font-family: 'regular'; 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: 'regular'; 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: 15px; color:white; background: var(--color-secondary); }
#pie .row-footer{ display:flex; max-width: 1000px; margin: 0 auto; justify-content: space-between; padding-top: 20px; }
#pie h4,#pie h3,#pie h5{ font-family:'regular' }
#pie .logo{ width: 100%; max-width: 90px; }
#pie ul.text-white li a{ color:white; font-family:'regular'; font-size:15px; }
#pie ul.text-white li{ float:left; width: 50%; max-width: 300px; margin-bottom:12px }
#pie span.glyphicon{ color:#000; }
#pie hr{ border-color:white; opacity:1; }
#pie a{ color:white; text-decoration: none; font-family:'regular'; }
#pie a:hover{ color:white; text-decoration: underline; }
#pie .social{ margin:0 auto; display:table; margin-top: 30px; margin-bottom: 20px; }
#pie .social a{ padding:5px 10px; }
#pie .copyright { padding: 10px 0; margin:0 auto; text-align:center; font-family:'regular'; }
#pie .copyright a{ text-decoration: underline; }
#pie .btn{font-size: 16px; }

@media (max-width:992px){
    #pie .row-footer{ display:block; column-count: 2; column-gap: 20px; }
    #pie .row-footer a{ display:inline-block; width: 50%; }
}

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