body,
html {
  margin: 0; }

body {
  background: white;
  font-size: 18px; }

* {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: 'Comfortaa', sans-serif; }

h2 {
  font-size: 65px;
  line-height: 60px;
  /*background: linear-gradient(to right, $purpl 0%, $blue 40%, $purp 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;*/ }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 35px;
      line-height: 30px; } }

/* This changes all the animations globally */
:root {
  --animate-delay: 2s; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800; }

.white {
  color: #ffffff; }

.red {
  color: #e3007e; }

.orange {
  color: #f1da00; }

.blue {
  color: #000070; }

.purp {
  color: #00781c; }

.purpl {
  color: #8758a0; }

.green {
  color: #0ba13b; }

.lblue {
  color: #009fe3; }

.courses h3 {
  display: inline-block;
  font-size: 55px;
  color: #ffffff;
  padding: 10px;
  margin-left: 5px; }
  @media screen and (max-width: 991px) {
    .courses h3 {
      font-size: 25px; } }
  .courses h3 small {
    font-weight: 700; }
  .courses h3.purp {
    background: #00781c; }
  .courses h3.purpl {
    background: #8758a0; }
  .courses h3.blue {
    background: #000070; }

#prods h3 {
  margin-bottom: 25px;
  font-size: 2em; }
  @media screen and (max-width: 551px) {
    #prods h3 {
      font-size: 1.6em; } }
#prods .prod-list ul {
  list-style: none;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px; }
  #prods .prod-list ul li {
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 551px) {
      #prods .prod-list ul li {
        font-size: 16px; } }

.icon-table {
  margin-top: 20px; }
  @media screen and (min-width: 767px) {
    .icon-table .col-md-5 {
      padding: 0; } }
  .icon-table .item-icon-table {
    margin-bottom: 10px; }
  .icon-table svg {
    max-width: 100%;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
    fill: #f1da00; }
  .icon-table h6 {
    font-size: 1em;
    padding-top: 8px; }
  .icon-table .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%; }
  .icon-table h5 {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 0px;
    letter-spacing: .02em; }
    @media screen and (max-width: 991px) {
      .icon-table h5 {
        font-size: 20px;
        line-height: 18px; } }
  .icon-table p {
    margin-bottom: 0; }

.icon-center {
  text-align: center; }
  .icon-center img {
    max-width: 100%;
    display: block;
    width: 80px;
    margin: auto; }
  .icon-center .text {
    display: block;
    margin: 10px auto 20px; }
    .icon-center .text h6 {
      font-size: 25px; }
      @media screen and (max-width: 991px) {
        .icon-center .text h6 {
          font-size: 18px; } }

#ecomm, #faq {
  background-color: #f0eff7; }

#generalx {
  background: #ffffff; }

.text-center img {
  margin: auto; }

#msgContactSubmit.red, #fmsgContactSubmit.red {
  color: #7c0019; }
#msgContactSubmit.purp, #fmsgContactSubmit.purp {
  color: #005320; }

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.equal > [class*='col-'] {
  display: flex;
  flex-direction: column; }

.banner {
  background: #e3007e;
  background: -moz-linear-gradient(121deg, #e3007e 0%, #edd506 100%);
  background: -webkit-linear-gradient(121deg, #e3007e 0%, #edd506 100%);
  background: linear-gradient(121deg, #e3007e 0%, #edd506 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3007e",endColorstr="#edd506",GradientType=1); }
  .banner.bis {
    background: linear-gradient(to left, #e3007e 30%, #009fe3 60%, #f1da00 90%); }
  @media screen and (min-width: 991px) {
    .banner.banner-c {
      padding: 20px 50px; } }
  .banner.banner-c h3 {
    font-size: 3em;
    line-height: 1em; }
  .banner.banner-c p {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .banner {
      text-align: center; } }
  .banner h3 {
    color: #fff;
    font-size: 45px;
    line-height: 1.4em; }
    @media screen and (max-width: 991px) {
      .banner h3 {
        font-size: 22px;
        line-height: 1.4em; } }
    .banner h3 .btn {
      margin-top: -5px;
      padding: 5px 10px !important;
      background: #fff;
      color: #000 !important;
      transition: .3s;
      font-size: 24px; }
      .banner h3 .btn:hover {
        background: #e3007e;
        color: #fff !important; }
      @media screen and (max-width: 991px) {
        .banner h3 .btn {
          margin-top: 15px;
          display: block; } }
  .banner img {
    margin: auto;
    margin-bottom: 15px; }
  .banner .time {
    display: block;
    color: #fff;
    font-size: 85px;
    font-weight: 800; }
  .banner .contact form {
    max-width: 90%;
    margin: auto; }
    .banner .contact form .form-check {
      padding-left: 2.25rem; }
    .banner .contact form a:hover {
      color: #fff; }
  .banner .contact h2 {
    font-size: 3em;
    color: #000; }
    @media screen and (max-width: 991px) {
      .banner .contact h2 {
        font-size: 40px;
        line-height: 1.2em; } }
    @media screen and (max-width: 500px) {
      .banner .contact h2 {
        font-size: 30px; } }
  .banner .contact hr {
    background: #fff; }
  .banner .contact .c-box {
    padding: 20px; }
    .banner .contact .c-box a {
      font-size: 1.4em;
      transition: .3s; }
      @media screen and (max-width: 500px) {
        .banner .contact .c-box a {
          font-size: 1em; } }
      .banner .contact .c-box a svg {
        fill: #fff;
        height: 30px;
        width: 30px;
        margin: 5px;
        transition: .3s; }
      .banner .contact .c-box a:hover svg {
        fill: #000; }
    .banner .contact .c-box h4 {
      color: #000;
      font-size: 1.7em; }
    .banner .contact .c-box h3 {
      font-size: 2.2em;
      line-height: 1.1em; }
      @media screen and (max-width: 991px) {
        .banner .contact .c-box h3 {
          font-size: 1.6em;
          line-height: 1.1em; } }
      @media screen and (max-width: 500px) {
        .banner .contact .c-box h3 {
          font-size: 1.2em; } }
    .banner .contact .c-box a {
      display: block;
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px; }
      .banner .contact .c-box a:hover {
        color: #000; }
  .banner .icons {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px 0; }
    .banner .icons svg {
      fill: #fff;
      height: 40px;
      width: 40px;
      margin: 5px;
      transition: .3s; }
      .banner .icons svg:hover {
        fill: #000; }
    .banner .icons h4 {
      font-size: 1.8em;
      width: 90%;
      color: #ffffff;
      margin: auto;
      padding-bottom: 20px;
      max-width: 500px; }
      @media screen and (max-width: 500px) {
        .banner .icons h4 {
          font-size: 1.4em; } }

.top-icons {
  display: inline-block;
  padding: 35px 0 0; }
  .top-icons svg {
    fill: #e3007e;
    height: 35px;
    width: 35px;
    margin: 2px;
    transition: .3s; }
    .top-icons svg:hover {
      fill: #000; }
  @media screen and (max-width: 1200px) {
    .top-icons {
      padding: 15px 0 0; }
      .top-icons svg {
        height: 30px;
        width: 30px; } }
  @media screen and (max-width: 991px) {
    .top-icons {
      padding: 10px 0 0; }
      .top-icons svg {
        height: 25px;
        width: 25px;
        margin: 0; } }
  @media screen and (max-width: 360px) {
    .top-icons {
      padding: 10px 0 0; }
      .top-icons svg {
        height: 18px;
        width: 18px;
        margin: 0; } }
  @media screen and (max-width: 340px) {
    .top-icons {
      padding: 2px 0 0; }
      .top-icons svg {
        height: 23px;
        width: 23px;
        margin: 0; } }

#papel {
  /*background: $red;
  padding-bottom: 0px;
  h2,p{
  	color:#fff !important;
  }*/ }
  @media screen and (max-width: 500px) {
    #papel h2 {
      font-size: 35px;
      line-height: 1.2em; } }
  #papel .colg {
    padding: 50px; }
    @media screen and (max-width: 991px) {
      #papel .colg h3 {
        font-size: 30px;
        line-height: 1.2em; } }
    @media screen and (max-width: 500px) {
      #papel .colg h3 {
        font-size: 25px;
        line-height: 1.2em; } }
    #papel .colg h3, #papel .colg p {
      color: #fff !important; }
    #papel .colg.red {
      background: #e3007e; }
    #papel .colg.blue {
      background: #009fe3; }

#videos .video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 50.5%;
  padding-top: 30px;
  position: relative; }
  #videos .video-responsive iframe, #videos .video-responsive object, #videos .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#banner-bis {
  background: linear-gradient(to right, #8758a0 0%, #000070 40%, #00781c 50%); }
  #banner-bis h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400; }
    @media screen and (max-width: 991px) {
      #banner-bis h3 {
        font-size: 22px;
        line-height: 1.4em;
        text-align: center; } }
  @media screen and (max-width: 991px) {
    #banner-bis img {
      width: 100px;
      margin: 0 auto 10px; } }
  #banner-bis .btn {
    margin-top: -5px;
    padding: 5px !important;
    background: #fff;
    color: #00781c !important;
    transition: .3s; }
    @media screen and (max-width: 991px) {
      #banner-bis .btn {
        margin-top: 15px;
        display: block; } }
    #banner-bis .btn:hover {
      background: #8758a0;
      color: #fff !important; }
  #banner-bis img {
    max-width: 100%; }

.accordion .card {
  background: transparent !important;
  border: 0px;
  /*border-left: 0px;
  border-right: 0px;*/
  padding-left: 0; }
.accordion .card-header {
  background: transparent !important;
  border: 0px;
  padding-left: 0;
  padding-bottom: 0; }
.accordion .card-body {
  padding-left: 0;
  padding-top: 10px; }
.accordion .btn {
  color: #f1da00 !important;
  font-size: 20px;
  background: transparent !important;
  padding-left: 0;
  border: 0px !important; }
  .accordion .btn .two {
    display: none; }
  .accordion .btn.collapsed {
    color: #000 !important; }
    .accordion .btn.collapsed .one {
      display: none; }
    .accordion .btn.collapsed .two {
      display: block; }
  .accordion .btn:hover, .accordion .btn:active, .accordion .btn:focus {
    text-decoration: none !important;
    color: #f1da00 !important; }

p {
  color: #000; }
  p.list {
    font-size: .9em;
    line-height: 1.2em; }

img {
  max-width: 100%;
  display: block; }

#presentation {
  background-color: #fff;
  padding-bottom: 50px; }
  #presentation h2 {
    font-size: 3em;
    line-height: 1.2em; }
    @media screen and (max-width: 500px) {
      #presentation h2 {
        margin-top: 20px;
        font-size: 35px;
        line-height: 1em; } }

.grey-bg {
  background: #f8f8f8; }

.info-alt-sect h2.red {
  color: #000;
  /*color: $red;
  background: linear-gradient(to right, $red 30%, $orange 60%, $red 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-size: 35px;
  line-height: 1.1em; }
  @media screen and (max-width: 991px) {
    .info-alt-sect h2.red {
      font-size: 30px;
      line-height: 1.1em; } }
  @media screen and (max-width: 500px) {
    .info-alt-sect h2.red {
      font-size: 25px;
      line-height: 1em; } }

.info-sect .info-row h2 {
  color: #000070;
  line-height: 1em;
  font-size: 3em;
  background: none;
  background-clip: text;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial; }
  @media screen and (max-width: 500px) {
    .info-sect .info-row h2 {
      font-size: 35px;
      line-height: 1em; } }
.info-sect .info-row h3 {
  color: #000;
  line-height: 1em;
  font-size: 2.5em; }
  @media screen and (max-width: 500px) {
    .info-sect .info-row h3 {
      font-size: 25px;
      line-height: 1em; } }
  .info-sect .info-row h3 small {
    font-size: 14px;
    display: block; }

.navbar-light .container-xl {
  align-items: flex-end; }
.navbar-light a {
  font-size: 16px;
  /*font-family: 'Montserrat', sans-serif;*/
  /*text-transform: uppercase;*/
  color: #000 !important; }
  .navbar-light a:hover, .navbar-light a.active {
    color: #e3007e !important; }
.navbar-light .btn {
  margin-top: -3px;
  color: #fff !important; }
  .navbar-light .btn.red.active {
    color: #fff !important; }
  .navbar-light .btn.red:hover {
    background: #009fe3;
    color: #ffffff !important; }
  .navbar-light .btn.orange {
    transition: .3s;
    background: #e3007e;
    background: -moz-linear-gradient(121deg, #e3007e 0%, #edd506 100%);
    background: -webkit-linear-gradient(121deg, #e3007e 0%, #edd506 100%);
    background: linear-gradient(121deg, #e3007e 0%, #edd506 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3007e",endColorstr="#edd506",GradientType=1); }
    .navbar-light .btn.orange.active {
      color: #fff !important; }
    .navbar-light .btn.orange:hover {
      background: #edd506;
      background: -moz-linear-gradient(121deg, #edd506 0%, #e3007e 100%);
      background: -webkit-linear-gradient(121deg, #edd506 0%, #e3007e 100%);
      background: linear-gradient(121deg, #edd506 0%, #e3007e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd506",endColorstr="#e3007e",GradientType=1);
      color: #ffffff !important; }

.navbar-light .navbar-toggler {
  border: 0px !important; }

.btn {
  color: #fff !important;
  font-weight: 700;
  opacity: 1; }
  .btn.lblue {
    background-color: #009fe3; }
    .btn.lblue:hover {
      background-color: #e3007e; }
  .btn.blue {
    background-color: #000070; }
    .btn.blue:hover {
      background-color: #00781c; }
  .btn.red {
    background-color: #e3007e; }
    .btn.red:hover {
      background-color: #ffffff;
      color: #e3007e !important; }
  .btn.orange {
    background-color: #f1da00; }
    .btn.orange:hover {
      background-color: #ffffff;
      color: #f1da00 !important; }

*:focus {
  outline: 0 none !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

a {
  color: #00781c; }
  a.red {
    color: #e3007e; }
    a.red:hover {
      color: #009fe3; }
  a.black {
    color: #000; }
    a.black:hover {
      color: #f1da00; }
  a:hover {
    color: #e3007e;
    text-decoration: none; }
  a.special-link {
    font-size: 1.5em;
    display: block;
    text-align: right; }
    a.special-link.whats-link {
      font-size: 2.5em; }
    a.special-link.mail-link {
      font-size: 1.5em; }
      @media screen and (max-width: 550px) {
        a.special-link.mail-link {
          font-size: 1.2em; } }
    @media screen and (max-width: 991px) {
      a.special-link {
        text-align: center; }
        a.special-link img {
          width: 200px;
          max-width: 70%;
          margin: auto; } }
    @media screen and (max-width: 767px) {
      a.special-link {
        font-size: 0.8em;
        padding: 5px 0 5px 0; } }

.navbar-brand {
  vertical-align: middle; }
  .navbar-brand img {
    height: 100px;
    transform: translateZ(0); }
    @media screen and (max-width: 1200px) {
      .navbar-brand img {
        height: 60px; } }
    @media screen and (max-width: 991px) {
      .navbar-brand img {
        height: 60px; } }
    @media screen and (max-width: 400px) {
      .navbar-brand img {
        height: 50px; } }
    @media screen and (max-width: 340px) {
      .navbar-brand img {
        height: 40px; } }

@media screen and (max-width: 767px) {
  #contacto form {
    margin-top: 20px; } }

#contacto form .form-check {
  padding-left: 2.15rem !important; }

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

.blue-bg {
  background-color: #00781c; }

.purp-bg {
  background-color: #00781c; }

#navbar {
  z-index: 10000;
  -webkit-box-shadow: 0 4px 10px -6px #000;
  -moz-box-shadow: 0 4px 10px -6px #000;
  box-shadow: 0 4px 10px -6px #000; }
  #navbar .small-btn {
    fill: #fff; }
    @media screen and (max-width: 350px) {
      #navbar .small-btn {
        font-size: 14px; }
        #navbar .small-btn svg {
          width: 18px; } }

#privacy {
  margin-top: 100px; }

#slide {
  background: url(../assets/selecma-instalaciones-electricas-malaga-galeria-00-min.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  /*background: url(../assets/bg.jpg) no-repeat center center;
  background-size: cover;*/
  margin-top: 120px;
  /*padding-top: 50px;
  padding-bottom: 50px;*/ }
  #slide .mw-300 {
    width: 70%;
    max-width: 300px; }
  #slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(255,255,255,.4);*/ }
  @media screen and (max-width: 1200px) {
    #slide {
      margin-top: 80px; } }
  @media screen and (max-width: 991px) {
    #slide {
      margin-top: 80px; } }
  #slide img {
    margin-bottom: 10px; }
  #slide h1 {
    font-size: 3.5em;
    color: #000; }
    @media screen and (max-width: 550px) {
      #slide h1 {
        font-size: 2.5em; } }
  #slide .slide-claim {
    max-width: 95%;
    margin: auto; }
  #slide .form-col {
    /*background: rgba($white,.8);*/
    background: rgba(0, 0, 0, 0.4);
    /*padding: 20px;
    
    margin: 20px auto;
    box-shadow: rgba(0,0,0,.2) 2px 2px 2px;*/ }
    #slide .form-col form {
      max-width: 80%;
      margin: auto; }
    #slide .form-col h2 {
      color: #fff !important;
      font-size: 2em;
      line-height: 1.2em; }
      @media screen and (max-width: 550px) {
        #slide .form-col h2 {
          font-size: 1.5em; } }
    #slide .form-col input {
      border-radius: 5px;
      border: 1px solid #ddd;
      border-color: #ddd; }
    #slide .form-col label {
      color: #ffffff; }
    #slide .form-col a {
      color: #f1da00; }
      #slide .form-col a:hover {
        color: #ffffff; }
    #slide .form-col textarea {
      resize: none;
      border-radius: 5px;
      border: 1px solid #ddd;
      border-color: #ddd; }
    #slide .form-col .sub-text {
      color: #ffffff; }
    #slide .form-col .form-check {
      padding-left: 2.25rem; }
    #slide .form-col #submit {
      font-size: 24px;
      font-weight: 400; }

#contacto large {
  font-size: 1.2em; }
#contacto h2 {
  font-size: 45px; }
#contacto .form-check-label {
  font-weight: 700; }

.footer-links {
  color: #fff; }
  .footer-links a {
    font-size: .8em;
    color: #fff;
    transition: .3s; }
    .footer-links a:hover {
      color: #000; }

.fix-btn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 53px;
  background: #00bb2d;
  color: white;
  font-size: 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  transition: .3s; }

.fix-btn:hover {
  background: #057e22; }

@media screen and (min-width: 501px) {
  .fix-btn {
    /*display: none !important;*/ } }
@media screen and (max-width: 500px) {
  /*.fix-btn {
  	position: fixed;
  	bottom: 90px;
  }*/ }
#cookie {
  width: 400px;
  max-width: 90%;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 5%;
  padding: 10px 20px 10px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  border: 1px solid #f2f2f2;
  font-size: 12px; }
