<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  background-color: #FFF;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
    color: #386ce6;
}
a:hover {
    color: #000;
}
img {
    max-width: 100%;
}

h1, .h1 {
    font-size: 36px;
    font-weight: 700;
    color: #386ce6;
    border-bottom: 1px solid #386ce6;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
h2, .h2 {
    font-weight: 300;
    color: #386ce6;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
h2.page-subtitle {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h3, .h3 {
    color: #386ce6;
    font-weight: 300;
}
h3, .h3 {
    font-weight: 300;
}


.no-gutter &gt; [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* HEADER */
header {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: none;
  color: #222;
  min-height: 0;
  margin: 0px 0px 30px 0px;
}

.top-bar {
  padding: 5px 0px;
  background-color: #386ce6;
  color: #FFF;
  font-size: 14px;
}
.top-bar-left {
  float: left;
  width: auto;
}
.top-bar-left p {
  margin: 0;
}
.top-bar-left p strong {
  font-weight: 400;
}
.top-bar-right {
  float: right;
  width: auto;
}

.top-bar ul {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}

.top-bar ul li {
  display:inline-block;
  padding: 0px 10px;
}

.navbar-default .nav &gt; li &gt; a.active,
.top-bar ul li a.active {
  color: #000;
}

.top-bar ul li a {
  color: #FFF;
}

.top-bar ul li a:hover {
  color: #777;
  text-decoration: none;
}
#navbar-main {
    margin: 0;
    border-radius: 0;
    border: none;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}
#navbar-main.affix {
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover
{
    color: #386ce6;
    background-color: transparent;
}
  
.navbar-brand {
    height: auto;
    padding: 0;
    line-height: normal;
}
.navbar-brand a {
    display: block;
}
.navbar-brand img {
    height: 50px;
    margin: 5px 0px;
}

.navbar-nav &gt; li&gt; a {
    padding: 20px 15px 20px 15px;
    text-transform: none;
}
/* END HEADER */

.section-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 50px 0px;
}


#footer {
    text-align: center;
    padding: 20px 0px;
}

#contact {
    padding: 50px 0px 0px 0px;
    background-color: #fafafa;
    margin: 0px;
}



#contact .contact_data {
    text-align: center;
}
#contact .contact_data .contact_data_item {
    
}
#contact .contact_data .contact_data_item i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    border: 1px solid #6a9afc;
    color: #fff;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: #6a9afc;
}

#contact .form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}
#contact .form-control {
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    background-color: #fff;
    padding: 20px 15px;
}
#contact .contact_form textarea {
    height: 210px;
}
#contact .contact_form {
    margin-bottom: 50px;
}
.btn {
    border-radius: 0px;
    text-transform: uppercase;
}
.btn-custom {
    background-color: #386ce6;
    color: #fff;
    border-color: #386ce6;
}
.btn-custom:hover {
    background-color: #f98e5c;
    color: #fff;
    border-color: #f98e5c;
}

.service {
    overflow: hidden;
    height: 340px;
    margin-bottom: 30px;
    position: relative;
}

.oferta_formativa_services_home .service {
    height: 250px;
}

.service .service_bg {
     height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;

}

.service:hover .service_bg {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);

}

.service .service_title {
    position: absolute;
    
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding: 10px;
    text-shadow: 0 0 5px #000;
    background: rgba(0,0,0,0);
    height: 88px;
    vertical-align: middle;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    display: table;
}
.service:hover .service_title {
}
.service .service_title span
{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.estiu_featureds {
    padding: 30px 0px;
}
.estiu_featureds h4 {
    font-size: 25px;
    color: #386ce6;
    font-weight: 700;
}
.estiu_featureds h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.refuerzo_escolar_featureds {
    padding: 30px 0px;
    
}
.refuerzo_escolar_featureds h3 {
    font-size: 25px;
    color: #386ce6;
    font-weight: 700;
}
.refuerzo_escolar_featureds p {
    
}
section.content-section {
    padding: 50px 0px;
}
section.content-section.bg-dark {
    background: #333;
}

.list-smo {
margin: 0px 0px 40px 0px;
text-align: center;

}
.list-smo a {
color: #000;
}



.messagecookies {
    width: 650px;
    max-width: 90%;
    height: auto;
    background-color: #fff;
    z-index: 9999;
    border-radius: 4px;
}
.messagecookies .messagecookies_container {
    position: relative;
    padding: 20px;
    text-align: center;
}
.messagecookies p {
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.messagecookies p a {
    color: #000;
    text-decoration: underline;
    
}
.messagecookies button.messagecookies_accept,
.messagecookies button.messagecookies_reject
 {
    padding: 15px 10px;
    background: #386ce6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px 0px 10px 0px;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.messagecookies button.messagecookies_reject
 {
    
    background: #fff;
    color: #000;
    font-weight: 400;
}
.messagecookies-container-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}

@media (max-width: 1199px)
{
    
}
@media (max-width: 991px)
{
    .top-bar-left {
        font-size: 13px;
    }
    .top-bar-right {
        font-size: 13px;
    }
    .top-bar ul li {
        padding: 0px 5px;
    }
}
@media (max-width: 767px)
{
    .top-bar-left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .top-bar-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar-right ul li.languages {
        margin-top: 5px;
        display: block;
    }
    .top-bar-right ul li.languages a {
        padding: 0px 10px;
    }
    #navbar-main ul.nav.pull-right {
        float: none !important;
    }
    .navbar-nav &gt; li&gt; a {
        padding: 10px;
    }
    .service {
        height: 240px;
        margin-bottom: 5px;
      }
    .footer_copyright a {
        padding: 0px 5px;
    }
}
</pre></body></html>