@charset "utf-8";

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Itim', cursive;
*/

/* livelli */
.navbar-fixed-bottom, .navbar-fixed-top, .header-with-topbar .top-header-area  { z-index: 99 !important;}
.modal { z-index: 10000 !important; }


.navbar-fixed-top {
    z-index: 98!important;
}
.dropdown-style-1 .dropdown-menu { background-color: #f0f0f0; margin-top: 5px;  }

body {  background-color:#f0f0f0; color: #222; letter-spacing: 0.5px;  /*background-image: url('/assets/img/bg.jpg');
background-repeat: repeat;*/  }
body, .text-medium { font-size: 20px; line-height: 28px; font-family: 'Roboto Flex', sans-serif; font-weight: 300; }

.font-base, .btn {font-family: 'Roboto Flex', sans-serif; font-weight: 300; }
.alt-font { font-family: 'Bree Serif', serif; }

h1, .h1, h2, .h2, h3, .h3 { letter-spacing: 0px; font-weight: 400 !important;  }

h1, .h1 { font-size: 40px; line-height: 46px; font-family: 'Bree Serif', serif; font-weight: 400 !important;  }
h2, .h2 { font-size: 32px; line-height: 40px; font-family: 'Bree Serif', serif; font-weight: 400 !important;  }
h3, .h3 { font-size: 26px; line-height: 36px; font-family: 'Bree Serif', serif; font-weight: 400 !important; }
h4, .h4 { font-size: 25px; line-height: 32px; }
h5, .h5 { font-size: 20px; line-height: 28px; }
h6, .h6 { font-size: 20px; line-height: 28px; }

.text-dark { color: #222 !important;}

a, a:active, a:focus {
    color: #6f6f6f;
    text-decoration: none;
}


.bold, .font-weight-800, .font-weight-700, strong, b, .font-weight-500 { font-weight: 700 !important; letter-spacing: 0.5px; }

/* text size */
.text-extra-small {font-size:10px; line-height:14px}
.text-small {font-size:14px; line-height:18px}
.text-mini {font-size:16px; line-height:20px}
.text-medium {font-size:22px; line-height:28px}
.text-large {font-size:24px; line-height:30px}
.text-extra-large {font-size: 20px; line-height:26px}
.title-large {font-size: 100px; line-height:95px}
.title-extra-large {font-size: 130px; line-height:120px}

@media (max-width: 1024px) { 
    h1, .h1 { font-size: 38px; line-height: 42px; }
    h2, .h2 { font-size: 30px; line-height: 34px; }
    h3, .h3 { font-size: 26px; line-height: 32px; }
    h4, .h4, .h5, h5 { font-size: 18px; line-height: 24px; }
    .text-extra { font-size: 55px; line-height: 60px; }
    body, .text-medium, .h5, h5 { font-size: 16px; line-height: 24px; }
}
@media (max-width: 991px) { 
    h1, .h1 { font-size: 30px; line-height: 38px; }
    h2, .h2 { font-size: 24px; line-height: 27px; }
    h3, .h3 { font-size: 22px; line-height: 28px; }
    h4, .h4, .h5, h5 { font-size: 18px; line-height: 24px; }
    .text-extra { font-size: 45px; line-height: 50px; }
    body, .text-medium, { font-size: 18px; line-height: 28px; }
}
@media (max-width: 767px) { 
    h1, .h1 { font-size: 26px; line-height: 30px; }
    h2, .h2 { font-size: 23px; line-height: 28px; }
    h3, .h3 { font-size: 20px; line-height: 26px; }
    h4, .h4 { font-size: 18px; line-height: 22px; }
    .text-extra { font-size: 30px; line-height: 34px; }
    body, .text-medium, .h5, h5 { font-size: 16px; line-height: 24px; }
}


.bg-fotostandard-title-page { background-repeat:no-repeat !important;  background-size: cover !important;   
    background-image: url('/assets/img/fotostandard-title-page.jpg'); 
    background-color: #ddd;  background-position: bottom center !important;  
}
.bg-pattern { background-repeat:no-repeat !important;  background-image: url('/assets/img/bg-pattern.jpg'); 
background-color: #006699;  background-position: center center !important;  }

.bg-pattern-title-pagine-statiche { height: 100px; overflow: hidden; background-color: #0b3f79;  background-position: center center !important; }

.page-contatti .bg-theme-pattern.dati-aziendali {  background-image: none; background-color: transparent;  }

@media (max-width: 991px) {
    .bg-pattern-title-pagine-statiche { height: 60px; overflow: hidden;  }
}

.bg-blur {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}

p { margin: 0 0 10px; }

.box-layout { padding: 0 60px; max-width: 1920px; }
.container { max-width: 1400px; }

section { padding:70px 0; }
section.half-section, .half-section  { padding: 50px 0; }

.medium-section { padding-top: 30px;  padding-bottom: 30px;}


@media (min-width: 577px) and (max-width: 1300px) { 
    section { padding:50px 0; }
    .box-layout { padding: 0 30px; }
    section.half-section, .half-section { padding: 55px 0; }
    .medium-section { padding-top: 30px;  padding-bottom: 30px;}

}    
@media all and (max-width: 576px) { 
    section { padding:30px 0; }
    .box-layout { padding: 0 20px; }
    section.half-section, .half-section { padding:  25px 0; }
    .medium-section { padding-top: 20px;  padding-bottom: 20px;}

}


.visual-composer section, .visual-composer section.half-section { padding:25px 0; } 
@media (min-width: 577px) and (max-width: 1300px) { 
    .visual-composer section, .visual-composer section.half-section { padding:15px 0; } 
}    
@media all and (max-width: 576px) { 
    .visual-composer section, .visual-composer section.half-section { padding:10px 0; } 
}





.border-theme { border-color: #006699; } 

.border-theme-2px-all { border: 2px solid #006699; }
.border-theme-2px-right { border-right: 2px solid #006699; }
.border-theme-2px-left { border-left: 2px solid #006699; }
.border-theme-2px-top { border-top: 2px solid #006699; }

.border-gray-2px-all { border: 2px solid #ccc; }
.border-gray-2px-right { border-right: 2px solid #ccc; }
.border-gray-2px-left { border-left: 2px solid #ccc; }
.border-gray-2px-bottom { border-bottom: 2px solid #ccc; }

.border-theme-4px-all { border: 4px solid #006699; }
.border-theme-4px-right { border-right: 4px solid #006699; }
.border-theme-4px-left { border-left: 4px solid #006699; }

.border-template { border-color: #fad21a; } 

.border-template-2px-all { border: 2px solid #fad21a; }
.border-template-2px-right { border-right: 2px solid #fad21a; }
.border-template-2px-left { border-left: 2px solid #fad21a; }

.border-template-4px-all { border: 4px solid #fad21a; }
.border-template-4px-right { border-right: 4px solid #fad21a; }
.border-template-4px-left { border-left:4px solid #fad21a; }





.bg-dark-opacity {
    background-color: rgba(0, 0, 0, 0.30);
}
.border-blur { text-shadow: 0 0 7px rgba(0,0,0,0.8);}
.text-decoration-underline {text-decoration: underline;}

/* color */
.bg-template-light {  background-color:#ededed !important;  }
.bg-template-very-light {  background-color:#f0f0f0 !important;  }
.bg-template-extra-light {  background-color:#f7f7f7 !important;  }

.bg-white-opacity { background-color: rgba(255, 255, 255, 0.85); }
.bg-white-opacity-medium { background-color: rgba(255, 255, 255, 0.6); }
.bg-white-opacity-light { background-color: rgba(255, 255, 255, 0.5); }
.bg-white-opacity-very-light { background-color: rgba(255, 255, 255, 0.2); }

.bg-black-opacity { background-color: rgba(0, 0, 0, 0.85); }
.bg-black-opacity-medium { background-color: rgba(0, 0, 0, 0.6); }
.bg-black-opacity-light { background-color: rgba(0, 0, 0, 0.5); }
.bg-black-opacity-very-light { background-color: rgba(0, 0, 0, 0.2); }


.bg-black { background-color: #282828; }
.bg-medium-gray {background-color:#cecece;}
.bg-template-light { background-color: #efebe6; }

.btn { border:0 !important; white-space: normal; text-align: left; letter-spacing: 1px !important;  
/*box-shadow: 0 -3px rgb(0 0 0 / 20%) inset;*/ }



/* allegati */
.padding-allegati { padding: 12px 18px; }

.bg-red { background-color: #f85231; }

.btn { font-size: 13px; line-height: 13px; padding: 11px 23px 11px 23px !important; margin:0; }
.btn span, .btn.btn-large span { font-size: 10px; line-height: 18px; margin-left:4px; }
.btn.btn-large { font-size: 14px; line-height: 18px; padding: 13px 25px !important; }
.btn.btn-small {
    font-size: 11px;
    padding: 8px 20px;
}
@media (max-width: 991px) {
    .btn { font-size: 12px; line-height: 18px; padding: 6px 15px; }
}
.btn.btn-black, .btn.btn-black:hover {  background: #000000; border-color: #000000; color: #fff; }

/* THEME azzurro*/
.text-theme { color: #006699;  }
.btn-theme, .btn-theme:hover { color: #fff !important; background-color: #006699; border-color: #006699; }
.btn.btn-theme-outline, .btn.btn-theme-outline:hover { background: transparent; border-color: #006699; color: #333; }
.btn.btn-theme-outline span { color: #006699 !important; }
.bg-theme { background-color: #006699;  }
.bg-theme-opacity { background-color: rgba(0, 130, 214, 0.7); }
.bg-theme-opacity-light { background-color: rgba(0, 130, 214, 0.3); }
.bg-theme-light { background-color: #faf49b; } 
.bg-theme-dark { background-color: #f4e405; }
.border-color-theme { border-color: #006699 !important; }



/* TEMPLATE blu */
.text-template { color: #212121;  } /* colore originale logo */
.btn-template, .btn-template:hover { color: #000 !important; background-color: #fad21a; border-color: #fad21a; }
.btn.btn-template-outline, .btn.btn-template-outline:hover { background: transparent; border-color: #fad21a; color: #000; }
.btn.btn-template-outline span { color: #fad21a !important; }
.bg-template  { background-color: #fad21a;  }
.bg-template-opacity { background-color: rgba(249, 235, 84, 0.7); }
.bg-template-light { background-color: #36459a; }
.bg-template-dark { background-color: #23305d; }
.border-color-template { border-color: #006699 !important; }


.btn-green, .btn-green:hover { color: #fff !important; background-color: #70914a; border-color: #fff; }
.bg-green  {  background-color: #70914a; }

.social-icon-style-4 a, .social-icon-style-4 a:hover { border: 1px solid #ddd; color: #fad21a;}

.btn.btn-transparent-black, .btn.btn-transparent-black:hover { background: transparent !important; border-color: #000000;color: #000000; }

.box-blurd { box-shadow: 15px 15px 8px black; }


/* lightgallery bordo foto */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #006699!important;}
.lg-autoplay-button.lg-icon { display: none; }


.background-image { background-size: cover !important; background-position: top center !important; overflow: hidden; width: 100%; }
.background-image-contain { background-size: contain !important; background-repeat:no-repeat !important; }
.background-image-cover { background-size: cover !important; background-repeat:no-repeat !important;  }
.background-position-t-c { background-position: top center !important; overflow: hidden;}
.background-position-c-c { background-position: center center !important; overflow: hidden;}
.background-position-b-c { background-position: bottom center !important; overflow: hidden;}

.ratio-16_9.video:before { content:""; position: absolute; top:0; left:0; z-index: 2;  background: url(/assets/img/play.png) no-repeat center center; }


/* line separator list */
.list-inline { padding-left: 0; list-style: none; margin-left: -5px;}
.list-inline>li { display: inline-block; padding: 5px 10px 5px 10px; }
.list-separator-line li:after { content: "|"; padding: 0 0px 0 20px; color:#999; display: inline-block; vertical-align: middle; font-size: 8px; opacity: 1; letter-spacing: 1;  font-size: 18px; }
.list-separator-line li:last-child:after { display: none; }

/* gallery */
.video:before { background: url(/assets/img/icon-play.png) no-repeat center center; }

.btn.btn-transparent-black{ margin: 5px;}
.btn.btn-transparent-black:hover {  background: #ddd;  border-color: #000000; color: #000000;}

.button, .button:hover {
    background: #000!important;
    border-color: #000!important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 9px 30px !important;
    line-height: 25px !important; 
}




/* livelli */
.modal-content .modal-header { padding: 1.8rem 1.8rem 0 0; }
.modal-content .modal-body { padding: 0rem 1.8rem 2.5rem 1.8rem ; }
.modal-content.bg-black-opacity   { border: 0px !important; border-radius: 0 !important; background-color: rgba(0,0,0,.8) !important;}
.modal-content.bg-black-opacity .modal-header {  border-bottom: 0px solid #dee2e6;border-top-left-radius: 0 !important; border-top-right-radius: 0 !important;}
.modal-content.bg-black-opacity .close { color: #fff  !important; text-shadow: 0 0px 0 #fff  !important; opacity: 1; }


.widget-white { padding: 30px 30px; background-color: #fff; }
@media (max-width: 1199px) { .widget-white { padding: 40px; }}
@media (max-width: 991px) { .widget-white { padding: 30px; }}
@media (max-width: 767px) { .widget-white { padding: 20px; }}

.widget-white-small { padding: 25px; background-color: #fff; }
@media (max-width: 1199px) { .widget-white-small { padding: 20px; }}
@media (max-width: 991px) { .widget-white-small { padding: 20px; }}
@media (max-width: 767px) { .widget-white-small { padding: 15px; }}

.widget-white-h2 { padding: 15px 35px 40px 45px; background-color: #fff; }
@media (max-width: 991px) { 
    .widget-white-h2 { padding: 15px 20px 30px 30px;}
}   
@media (max-width: 767px) { 
    .widget-white-h2 { padding: 15px 15px 20px 25px;}
}




/* icon play video */
.icon-play { z-index: 999; }
.icon-play img {  width: 54px !important; height: 54px !important; margin: 0 auto; z-index: 999 !important; }

.formattazione-testi p { margin-bottom: 9px; }
.formattazione-testi ol { margin: 10px 0 20px 0; }
.formattazione-testi ol li { text-align: left; margin: 0; padding: 6px 12px; border-bottom: 1px solid #eee; }
.formattazione-testi a { text-decoration: underline !important; color: #333; }
.formattazione-testi a:hover {  text-decoration:underline  !important; color: #333; }
.formattazione-testi h1, .formattazione-testi h2, .formattazione-testi h3, .formattazione-testi h4 { padding: 0 !important;  }
.formattazione-testi h5, .formattazione-testi h6 { padding: 10px 0 5px 0 !important;  }
.formattazione-testi blockquote { padding: 15px 20px;  margin: 10px 0 !important; font-style: italic; border-left: 4px solid #006699; background-color: #f9f9f9; display: block; }

.formattazione-testi ul { list-style: none; margin: 0px 0 20px 0; padding: 0;}
.formattazione-testi ul li { position: relative; padding: 6px 0 6px 0px; margin: 0 0 0px 0; border-top: 0px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.formattazione-testi ul li:before { content: ""; width: 15px; height: 2px; background-color: #006699; position: absolute; bottom: -1px; left: 0; }

.list-unstyled li  { padding: 0px 0; }
.list-unstyled li a { padding: 5px 0; display: block; }

.list-unstyled.lista-tutorial   { padding:0;  margin: 0 15px 20px 15px;  }
.list-unstyled.lista-tutorial li  { padding: 0px 0; border-top: 1px solid #ddd;}
.list-unstyled.lista-tutorial li a { padding: 6px 0; display: block; }


/* form */
.input-group select {padding: 8px 30px 8px 20px; height: 50px; }

.input-group input, .input-group textarea, .input-group select {
    margin: 0;
    border-radius: 4px 0 0 4px;
    border-color: #fff;
    padding: 10px 25px !important;
}
label {
    margin-bottom: 5px; margin-top: 5px;
    font-weight: 300;
}
label.error {
    color: #ee2323; font-size: 16px;
}


input[type=checkbox], input[type=radio] {
    float: left;
    margin-top: 1px \9; margin-right:5px;
    width: 22px;
    height: 22px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
input, textarea, select {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;  font-weight: 300;
    padding: 10px 0px 10px 0;
    width: 100%;
    margin: 0 0 0px 0;
    max-width: 100%;
    resize: none; 
    background-color: transparent;
}
.section-newsletter input {
    border: 0;
    border-bottom: 1px solid #ddd;
    font-size: 16 !important!;
    padding: 20px 0 15px!important;
    width: 100%;
    margin: 0 0 10px;
    max-width: 100%;
    resize: none;
    background-color: transparent;
    text-align: center !important;
}
.big-select { min-width: 250px; }
.big-input, .big-textarea, .big-select select { padding: 11px 25px; }
label { font-weight: 400px; }
.col-search { position: absolute; right: 0; top:20px; }
.form-check {
    position: relative;
    display: block;
    padding-left: 30px !important;
}
@media (max-width: 1200px) { 
    .widget-white-h2 { padding: 15px 15px 20px 25px;}
}

/* modal */
.modal-header {
    border-bottom: 0px solid #dee2e6;
}

footer .list-inline>li {  padding: 0; }
footer .list-inline>li a {  padding: 6px 13px; display: block; }
footer .list-inline>li:last-child a {  padding-right: 0px; }



.label-theme, .label-focus-on-grey-txt { 
    background-color: #006699; color:#fff; padding:4px 15px; letter-spacing: 1px; 
    font-size: 15px; margin: 0px;
}
.label-arrow { padding:10px 15px; }
.label-focus-on-grey-txt {}

@media (max-width: 991px) {
    .label-theme { padding:6px 13px; letter-spacing: 0px; font-size: 12px;}
}

.label-tag { display: inline-block; padding: 5px 7px; margin:1px 1px; }
.label-tag.link { text-decoration: underline; }
.label-tag.etichetta { font-weight: bold; }

/* item-square */
.item-square:hover img { opacity: 0.6; } 




@media (max-width: 991px) {
    .label-theme { padding:6px 13px; letter-spacing: 0px; font-size: 12px;}
}


/* swiper */
.swiper { width: 100%;  height: 100%; }
.swiper-button-next, .swiper-button-prev { background-size: inherit; height: auto; width: auto; top: 50%;  margin-top: -20px; background: rgba(0,0,0,0.6);  color:#333; border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px;}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { background-image: none; font-family: 'themify'; font-size: 20px; color: #fff; padding:10px; width: 44px; height: 44px;}
.swiper-button-next.swiper-button-black:before { content: "\e649";}
.swiper-button-prev.swiper-button-black:before { content: "\e64a";}
.swiper-button-next { right: 10px !important; left: auto !important;}
.swiper-button-prev { left:10px !important; right: auto !important;}
.swiper-button-prev.swiper-button-black.swiper-button-disabled { display: none; }
.swiper-button-next.swiper-button-black.swiper-button-disabled { display: none; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: none !important; }
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: none !important; }

/* slider btn square */
.swiper-button-next { right: 0px !important; left: auto !important;}
.swiper-button-prev { left:0px !important; right: auto !important;}
.swiper-button-next, .swiper-button-prev {
    background-size: inherit;
    height: auto;
    width: auto;
    top: 50%;
    margin-top: -20px;
    background: rgba(255,255,255,0.6);
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black { 
    background-image: none; font-family: 'themify'; font-size: 20px; color: #000000; 
    padding:40px 10px; width: 36px; height: 100px; margin-top: -50px;
}
.swiper-button-next, .swiper-button-prev {
    background-size: inherit; height: auto; width: auto;
}
/* .swiper-full-screen */   .swiper-full-screen .swiper-button-next, .swiper-full-screen .swiper-button-prev  { top: 51%; } 
/* swiper-news-home */      .swiper-news-home .swiper-button-next, .swiper-news-home .swiper-button-prev  { top: 25%; } 


.swiper-prodotto .swiper-button-next.swiper-button-black, .swiper-prodotto .swiper-button-prev.swiper-button-black { 
    background-image: none; font-family: 'themify'; font-size: 10px; color: #000000; 
    padding:10px 10px; width: 30px; height: 40px; margin-top: -15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}
.swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
    margin: 0 0 40px;
}

/*.swiper-prodotto .swiper-button-black { display: block; }
.swiper-prodotto .swiper-pagination-bullets { display: none; }
@media (max-width: 991px) { 
    .swiper-prodotto .swiper-pagination-bullets { display: block; }
    .swiper-prodotto .swiper-button-black { display: none; }
}*/

/* DESKTOP > bottoni  -  MOBILE > pallini */
/*.swiper-pagination { display: none !important; }
.swiper-button-next, .swiper-button-prev { display: block !important; }*/

@media (max-width: 567px) {


    .swiper-pagination-bullet-active { background: #666; }

}


/* LABEL */
.label-focus-on  { position: absolute; left:-10px; top:10px; z-index: 2;  }
.label-focus-on-txt {  color:#fff; font-size: 14px; font-weight: 500; padding: 8px 15px 8px 15px; margin-left: 0px; letter-spacing: 2px; text-align: right; text-transform: uppercase;}





.bg-theme input::-webkit-input-placeholder { color: #ffffff;}
.bg-theme input:focus::-webkit-input-placeholder { color: white; }
.bg-theme input:-moz-placeholder {  color: #ffffff;}
.bg-theme input:focus:-moz-placeholder { color: white;}
.bg-theme input::-moz-placeholder {  color: #ffffff;}
.bg-theme input:focus::-moz-placeholder { color: white;}
.bg-theme input:-ms-input-placeholder { color: #ffffff;}
.bg-theme input:focus:-ms-input-placeholder { color: white; }

.bg-theme textarea::-webkit-input-placeholder {color: #fff;}
.bg-theme textarea:-moz-placeholder { /* Firefox 18- */color: #fff;  }
.bg-theme textarea::-moz-placeholder {  /* Firefox 19+ */color: #fff;  }
.bg-theme textarea:-ms-input-placeholder {color: #fff;  }





.breadcrumb ol {  list-style: none; margin:0px 0 20px 0; padding:0; letter-spacing: 1px; border-bottom: 1px solid #ddd;  }
.breadcrumb ol li { display: inline-block; font-size: 12px; } 
.breadcrumb ol li:fist-child a { color:#666; padding: 0 10px 0 0 !important; }
.breadcrumb ol li a { color:#666; padding: 0 8px 0 0px; }
.breadcrumb ol li span.active { color:#006699; padding: 0 12px 0 0px; display: inline-block; }   
.breadcrumb ol > li:after { content: "|"; padding: 0px 10px 0 0 ; color:#999; display: inline-block; vertical-align: middle; font-size: 8px; opacity: 1; letter-spacing: 1;  font-size: 14px; }
.breadcrumb ol > li:last-child:after { display: none; }
@media (max-width: 991px) { 
    .breadcrumb  { padding:15px 0 0 0;}
}



.top-space-title { padding-top:90px; }
@media (min-width: 1301px) and (max-width: 1600px) {
    .top-space-title { padding-top:80px; }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .top-space-title { padding-top:60px; }
}
@media (min-width: 768px) and (max-width: 1024px) { 
 .top-space-title { padding-top:40px; }
}  
@media (min-width: 481px) and (max-width: 767px) {
 .top-space-title { padding-top:30px; }
}
@media all and (max-width: 480px) {
 .top-space-title { padding-top:30px; }
}

.box-white-breadcrumb { background-color: #ffffff; padding: 30px 60px; }
@media (min-width: 1301px) and (max-width: 1600px) {
    .box-white-breadcrumb { background-color: #ffffff; padding: 20px 50px; }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .box-white-breadcrumb { background-color: #ffffff; padding: 20px 40px; }
}
@media (min-width: 768px) and (max-width: 1024px) { 
 .box-white-breadcrumb { background-color: #ffffff; padding: 20px 30px; }
}  
@media (min-width: 481px) and (max-width: 767px) {
 .box-white-breadcrumb { background-color: #ffffff; padding: 15px 30px; }
}
@media all and (max-width: 480px) {
 .box-white-breadcrumb { background-color: #ffffff; padding: 5px 20px; }
}

.widget-white  { background-color: #ffffff; padding: 70px 60px; }
@media (min-width: 1301px) and (max-width: 1600px) {
    .widget-white { background-color: #ffffff; padding: 60px 50px; }
}
@media (min-width: 1025px) and (max-width: 1300px) {
    .widget-white { background-color: #ffffff; padding: 50px 40px; }
}
@media (min-width: 768px) and (max-width: 1024px) { 
    .widget-white { background-color: #ffffff; padding: 30px 25px; }
}  
@media (min-width: 481px) and (max-width: 767px) {
    .widget-white { background-color: #ffffff; padding:20px 20px; }
}
@media all and (max-width: 480px) {
    .widget-white { background-color: #ffffff; padding: 20px 20px; }
}

.title-content { z-index: 1 !important; }
@media (max-width: 991px) {
    .title-content { margin-top:-30px;
        position: relative !important; 
        width: 100% !important; margin: 0 auto !important;
        top:-30px !important; right:0 !important; left:0 !important;
    }
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    right: 20px;
    bottom: 80px; top: auto;
}

.text-periodo { position: relative; padding-bottom: 15px; }
.text-periodo:after {
    background-color: #fad21a;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    display: block;
    left:0;
    margin-right: 0;
    opacity: 1;
}

.line-after { position: relative; padding-bottom:5px; }
.line-after:after {
    background-color: #fad21a;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    display: block;
    left:0;
    margin-right: 0;
    opacity: 1;
}

.line-after-center { position: relative; padding-bottom:5px; }
.line-after-center:after {
    background-color: #fad21a;
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    display: block;
    left:0;
    margin: 0 auto;
    opacity: 1;
}

#newlogic {
    padding-top: 10px;
    margin: 0!important;
    text-align: left;
}
#firma {
    display: block;
    margin: 0;
    width: 129px;
    height: 12px;
    text-indent: -9999px;
    background: url(/assets/img/newlogic.png) no-repeat;
    opacity: .6;
}


@media (min-width: 1400px) and (max-width: 10000px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.xxl-width-70 {
    width: 70% !important;
}
@media (max-width: 1499px) {
    .xl-width-80 { width: 80% !important; }
}