@charset "UTF-8";
/* Theme Name: iCertificacion 2018
   Author: Enicons  
   Version: 1.0.0
*/
/*------------------------------------------------------------------

[Table of contents]

00.- GENERAL
  01. Reset
  02. Helper classes 
  03. Buttons
  04. Dropdown
  05. Navbar Custom

01.- HOME 

    1.1. Hero
    1.2. Notificaciones
    1.3. Aceptaciones
    1.4. Otros
    1.5. Footer
   

02.- P├üGINA CONTACTO y FORMULARIO DE DERECHO

03.- P├üGINA FAQS

04.- MENSAJE COOKIES 

05.- P├üGINA CONSENTIMIENTO ONLINE

06.- P├üGINA CONSENTIMIENTO PRESENCIAL

07.- P├üGINA ATENCI├ôN DE DERECHOS

08.- P├üGINA CONSENTIMIENTO IM├üGENES

09.- P├üGINA NOTIFICACIONES ACTUALES



-------------------------------------------------------------------*/
/*======= 000. Variables SCSS ======== */
/*======= 01.Reset ======== */
body {
  font-family: "Roboto", sans-serif;
  color: #181818;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x: hidden;
  height: 100%; }

::selection {
  background-color: #51d8d4 !important;
  color: #fff; }

::-moz-selection {
  background-color: #51d8d4 !important;
  color: #fff; }

a:hover, a:focus {
  text-decoration: none;
  outline: none !important; }

.a:active {
  text-decoration: none;
  outline: none !important; }

/* Back to top */
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #181818; }
  .back-to-top:hover {
    background-color: #51d8d4; }
  .back-to-top i {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 30px; }

/*======= 02.Helper classes ======== */
.container {
  max-width: 90%; }
  @media screen and (max-width: 500px) {
    .container {
      max-width: 98%; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 90%; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 80%; } }

.container-900 {
  max-width: 900px; }

.no-mobile {
  display: block; }
  @media screen and (max-width: 768px) {
    .no-mobile {
      display: none; } }

.small-dv {
  display: none; }
  @media screen and (max-width: 768px) {
    .small-dv {
      display: block; } }

  @media screen and (max-width: 768px) {
   .m-t-242 {
    margin-top: 70px !important;} }

.section {
  padding-top: 3em;
  /*padding-bottom: 3em;*/ }
  .section .title {
    font-size: 36px;
    margin-top: 0;
    font-weight: 400;
    font-family: roboto;
    padding-bottom: 60px;}

.sub-title {
  margin-bottom: 40px;
  font-size: 15px;
  max-width: 80%;
  width: 750px;
  margin: 0 auto 90px; }
  @media screen and (max-width: 500px) {
    .sub-title {
      max-width: 94%; } }

.sub-title2 {
  margin: 0 auto 40px; }

.text-white {
  color: #fff !important; }

span.pm-color {
  color: #51d8d4 !important;
  font-weight: 600; }

.text-muted {
  color: #95A8B7; }

.text-custom {
  color: #51d8d4; }

.text-light {
  color: rgba(255, 255, 255, 0.7); }

.font-light {
  font-weight: 300; }

.bg-custom {
  background: url(../../images/rgpd.png) no-repeat;
    height: 600px; }

.bg-light {
  border-top: 1px solid #ffffff; }
.bg-light {
    background-color: #ffffff!important;}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(47, 62, 71, 0.31); }

.bg_contact{ background: #eeeeee !important;}

.p-0 {
  padding: 0 !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-l-2 {padding-left: 2px !important;}

.p-l-34 {padding-left: 34px !important;}

.p-r-0 {
  padding-right: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-r-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-r-48{padding-right: 48px !important;}

.p-r-59{padding-right: 59px !important;}

.m-0 {
  margin: 0 !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.p-l-50 {padding-left: 50px !important;}

.m-t-5 {
  margin-top: 5px !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-t-242 {margin-top: -242px;}

.m-b-0 {
  margin-bottom: 0 !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.w-xs {
  min-width: 80px; }

.w-sm {
  min-width: 95px; }

.w-md {
  min-width: 110px; }

.w-lg {
  min-width: 140px; }

.m-h-40 {
  min-height: 40px; }

.m-h-50 {
  min-height: 50px; }

.l-h-34 {
  line-height: 34px; }

.float_right{float:right !important;}
.font-bold{
  font-weight: bold; }

.font-normal {
  font-weight: normal; }

.font-light {
  font-weight: 300; }

.font-lighter {
  font-weight: 100; }

.font_cursive{
  font-style: oblique !important;
}

.font-13 {
  font-size: 13px !important; }

.font-16 {
  font-size: 16px !important; }

.font-18 {
  font-size: 18px !important; }

.wrapper-md {
  padding: 20px; }

.pull-in {
  margin-left: -15px;
  margin-right: -15px; }

.pull-in-card {
  margin-left: -20px !important;
  margin-right: -20px !important; }

.b-0 {
  border: none !important; }

.vertical-middle {
  vertical-align: middle; }

.b-r-0 {
  border-radius: 0 !important; }

.bx-shadow {
  -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.5); }

.mx-box {
  max-height: 380px;
  min-height: 380px; }

.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.row-valign-center {
  display: flex;
  align-items: center; }
  
.font_color{
   color:#51d8d4; 
   font-size:18px;
   font-weight:bold;}

.text_align_centre{
  text-align:center !important;}
.img-fluid{width:75% ;}
.img-fluid_datos{width:100% ;margin-bottom: -59px;padding-left: 38px !important;}
.img-fluid_duracion{padding-top: 48px;}
.title_notifica2{
  padding-top:154px;
    padding-left:154px;
    padding-right:154px;
    padding-bottom:50px;
    font-size: 114px;
    float:left;
  font-family: Agency FB;}

.subtitle_text{font-size: 39px; font-family: open sans light; line-height: 0.9;}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ergpd_text{font-family: Agency FB; font-size: 49px;}
.ergpd_color{color:#51d8d4;}

html, body {
  height: 100vh;
}

body.ergpd_text_home {
  font: 14px/1 'Open Sans', sans-serif;
   
}
tbody{font-family: "Roboto", sans-serif;
  color: #181818;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  overflow-x: hidden;
  height: 100%; }
h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

main.first {
  min-width: 320px;
  max-width: 750px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 30px;
  padding-right: 80px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 992px){

main.first {
    min-width: 320px;
    max-width: 750px;
    padding-top: 53px;
    padding-left: 58px;
    padding-bottom: 30px;
    margin: 0 auto;
    background: #fff;
    margin-top: 52px;}

.img-fluid_datos {
    width: 97%;
    margin-bottom: -59px;
    padding-left: 38px !important;
}
}

@media (min-width: 1200px) {

.img-fluid_datos{width:100% ;margin-bottom: -59px;padding-left: 0px !important;}
main.first {
    min-width: 320px;
    max-width: 895px;
    padding-top: 50px;
    padding-left: 104px;
    padding-bottom: 30px;
    padding-right: 80px;
    margin: 0 auto;
    background: #fff;
}
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input.prestaciones {
  display: none;
}

label.prestaciones {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 90px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}

label.prestaciones:before {
  /*font-family: fontawesome;*/
  font-weight: normal;
  margin-right: 10px;
}



label.prestaciones:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label.prestaciones {
  border-bottom: 4px solid #51d8d4;
  color: #51d8d4;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8
 {
  display: block;
}

@media screen and (max-width: 650px) {
  label.prestaciones {
    font-size: 0;
  }
  label.prestaciones:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label.prestaciones {
    padding: 15px;
  }
}

.modulos_extra{border: 1px solid #51d8d4;
    padding: 39px;
    margin-right: 14px;}



.md-check-box:before {
  content: "\f2e1";
}


.md-camera-alt:before {
  content: "\f1e3";
}



/* =============
   Extras
============= */
/* Table type box */
.table-box {
  display: table;
  height: 100%;
  width: 100%; }
  .table-box .table-detail {
    display: table-cell;
    vertical-align: middle; }

/* Card Box */
.wrapper-page {
    margin: 5% auto;
    position: relative;
    width: 420px;
}
.wrapper-page .card-box {
    border: 1px solid rgba(54, 64, 74, 0.1);
}
.card-box {
    padding: 20px !important;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1)!important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1)!important;
    border-radius: 3px !important;
    margin-bottom: 30px !important;
    background-clip: padding-box !important;
    background-color: #ffffff !important;
}

.panel-heading {
    border: none !important;
    padding: 10px 20px !important;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.button-list {
  margin-left: -8px;
  margin-bottom: -12px; }
  .button-list .btn {
    margin-bottom: 12px;
    margin-left: 8px; }

/* Switchery demo */
.switchery-demo .switchery {
  margin-bottom: 10px; }

.w-full {
  width: 100% !important; }

.fondo-login_ergpd{background-color:#f5eeee;}


/* =============
   Checkbox and Radios
============= */
/*.checkbox_align {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  position: relative;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
}*/


input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

input[type="radio"]:focus,
.checkbox input[type="radio"]:focus,
.checkbox-inline input[type="radio"]:focus {
  outline: none; }

input[type="radio"]:after,
.checkbox input[type="radio"]:after,
.checkbox-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #566676;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms; }

input[type="radio"]:checked:before,
.checkbox input[type="radio"]:checked:before,
.checkbox-inline input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="radio"]:checked:after,
.checkbox input[type="radio"]:checked:after,
.checkbox-inline input[type="radio"]:checked:after {
  background-color: #51d8d4;
  border-color: #51d8d4; }

input[type="radio"]:disabled {
  opacity: 0.5; }

input[type="radio"]:disabled:after,
.checkbox input[type="radio"]:disabled:after,
.checkbox-inline input[type="radio"]:disabled:after {
  border-color: #36404a; }

input[type="radio"]:disabled:checked:after,
.checkbox input[type="radio"]:disabled:checked:after,
.checkbox-inline input[type="radio"]:disabled:checked:after {
  background-color: #36404a;
  border-color: transparent; }

.checkbox.checkbox-circle input[type="radio"]:after, .checkbox-inline.checkbox-circle input[type="radio"]:after {
  border-radius: 50%; }

.checkbox.checkbox-circle input[type="radio"]:checked:before, .checkbox-inline.checkbox-circle input[type="radio"]:checked:before {
  top: 2px;
  left: 7px;
  width: 4px;
  height: 8px; }

.checkbox.checkbox-custom input[type="radio"]:checked:after,
.checkbox-inline.checkbox-custom input[type="radio"]:checked:after {
  background-color: #ffffff;
  border-color: #36404a; }

.checkbox.checkbox-custom input[type="radio"]:checked:before,
.checkbox-inline.checkbox-custom input[type="radio"]:checked:before {
  border-color: #36404a; }

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none; }

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #566676;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms; }

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #51d8d4;
  border-color: #51d8d4; }

input[type="checkbox"]:disabled {
  opacity: 0.5; }

input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #36404a; }

input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #36404a;
  border-color: transparent; }

.checkbox.checkbox-circle input[type="checkbox"]:after, .checkbox-inline.checkbox-circle input[type="checkbox"]:after {
  border-radius: 50%; }

.checkbox.checkbox-circle input[type="checkbox"]:checked:before, .checkbox-inline.checkbox-circle input[type="checkbox"]:checked:before {
  top: 2px;
  left: 7px;
  width: 4px;
  height: 8px; }

.checkbox.checkbox-custom input[type="checkbox"]:checked:after,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:after {
  background-color: #ffffff;
  border-color: #36404a; }

.checkbox.checkbox-custom input[type="checkbox"]:checked:before,
.checkbox-inline.checkbox-custom input[type="checkbox"]:checked:before {
  border-color: #36404a; }



/*=================================
    OWL CAROUSEL
==================================*/
.owl-carousel .item {
  display: block;
  width: 100%;
  height: auto; }
  .owl-carousel .item .testimonial-box {
    text-align: left;
    min-height: 140px; }
  .owl-carousel .item h2 {
    padding-bottom: 20px; }
    @media screen and (max-width: 500px) {
      .owl-carousel .item h2 {
        text-align: center;
        padding-top: 20px; } }
  @media screen and (max-width: 500px) {
    .owl-carousel .item p {
      padding: 10px; } }

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  bottom: -28%;
  color: #cdcbcd; }
  @media screen and (max-width: 500px) {
    .owl-nav > div {
      bottom: -18%; } }

.owl-nav i {
  font-size: 30px; }

.owl-nav .owl-prev {
  right: 120px; }
  @media screen and (max-width: 500px) {
    .owl-nav .owl-prev {
      right: 160px; } }

.owl-nav .owl-next {
  right: -30px; }
  @media screen and (max-width: 500px) {
    .owl-nav .owl-next {
      right: 10px; } }

.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #51d8d4; }

.owl-dots {
  float: right;
  margin-right: 10px; }
  .owl-dots .owl-dot {
    float: left; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px; }
  .owl-dots .active span {
    background: #8697cb !important; }
  @media screen and (max-width: 500px) {
    .owl-dots {
      margin-right: 50px; } }

/* Background Images */
.bg-img-1 {
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
  position: relative; }


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2351d8d4' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2351d8d4' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
/*======= 03.Buttons ======= */
.btn {
    border-radius: 2px;
    padding: 8px 16px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    
}
  .btn-primary {
    color: #fff;
    background-color: #c74370;
    border-color: #c74370;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16), 0 11px 22px 0 rgba(0, 0, 0, 0.12) !important;
}

 .btn-primary:hover {
    color: #fff;
    background-color: #c74370;
    border-color: #c74370;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
  .btn2 {
    border-radius: 2px;
    padding: 8px 16px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16), 0 11px 22px 0 rgba(0, 0, 0, 0.12) !important;
}

.btn-sm {
  padding: 5px 10px !important; }

.btn-white-fill {
  padding: 8px 24px !important;
  background-color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  color: #51d8d4 !important;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .btn-white-fill:hover {
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    background-color: transparent;
    color: #fff !important; }

.btn-white-bordered {
  padding: 8px 24px !important;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .btn-white-bordered:hover {
    background-color: #fff !important;
    color: #51d8d4 !important; }

.btn-custom {
  padding: 8px 24px !important;
  background-color: #8697cb !important;
  border: 2px solid #8697cb !important;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em; }
  .btn-custom:hover {
    background-color: transparent !important;
    color: #8697cb !important; }

.btn-send {
  max-width: 200px;
  float: right;
  border-radius: 25px;
  border-color: 2px solid #545e73; }

.video-btn {
  color: #fff !important;
  letter-spacing: 1px;
  outline: none !important; }
  .video-btn i {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 17px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding-left: 3px;
    margin-left: -12px; }

/*======= 04.Dropdown ======= */
.dropdown-menu {
  box-shadow: none;
  padding: 4px;
  border-radius: 4px !important;
  -webkit-animation: dropdownOpen 0.3s ease-out;
  -o-animation: dropdownOpen 0.3s ease-out;
  animation: dropdownOpen 0.3s ease-out;
  border: 2px solid #eee; }
  .dropdown-menu > li > a {
    padding: 6px 20px;
    font-size: 15px !important;
    color: #181818 !important; }
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
      background-color: #51d8d4;
      color: #fff !important; }

@-webkit-keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes dropdownOpen {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* Modals */
.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  padding: 25px; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom-width: 2px;
    margin: 0;
    padding: 0;
    padding-bottom: 15px; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0; }
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0;
    padding-top: 15px; }

/*===== 05. Navbar Custom ======*/
.navbar-custom {
  width: 110%;
  border-radius: 0px;
  z-index: 999;
  padding: 10px 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute; }
.sub_navbar-custom {
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  padding: 10px 0px;
  margin-bottom: 3em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
 }
.navbar-light .navbar-nav .nav-link {
  color: white; }
  @media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
      color: #545e73;
      border-bottom: 1px solid #ddd; } }
.navbar-light .navbar-nav .active > .nav-link {
  color: #51d8d4; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #51d8d4; }

  .navbar-light .navbar-nav .nav-link_submenu {
  color: #000000; }
  @media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link_submenu {
      color: #545e73;
      border-bottom: 1px solid #ddd; } }
.navbar-light .navbar-nav .active > .nav-link_submenu {
  color: #51d8d4; }

/*.navbar-light .navbar-nav .nav-link_submenu:hover {
  border-bottom: 2px solid #51d8d4;}*/

@media (max-width: 992px) {
  .navbar-custom {
    background: #fff; } }
.navbar-custom .navbar-nav li a {
  color: #4a4a4c;
  font-size: 15px;
  margin: 5px 0px; }
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
  background-color: transparent;
  color: #fff; }
.navbar-custom .navbar-nav li.active a {
  background-color: transparent;
  color: #fff; }
.navbar-custom .btn-custom#btn-acceso {
  background-color: #51d8d4 !important;
  border: 2px solid #51d8d4 !important; }
  @media (max-width: 992px) {
    .navbar-custom .btn-custom#btn-acceso {
      margin-left: 0px !important;
      padding: 5px 40px !important; } }
  .navbar-custom .btn-custom#btn-acceso:hover {
    color: #51d8d4 !important;
    background-color: transparent !important; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-right:0.9rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link_submenu {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    margin-right:0.9rem; } }
.navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-btn {
  padding: 5px 20px !important;
  text-transform: none !important;
  font-weight: 400;
  margin-top: 8px !important; }

.navbar-light .navbar-brand {
  color: #fff; }
  @media (max-width: 992px) {
    .navbar-light .navbar-brand {
      color: #51d8d4; } }

.logo {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: none;
  color: #fff; }
  .logo .circle-i-logo i {
    color: #51d8d4;
    font-size: 15px; }

.navbar-toggle {
  font-size: 30px; }

.navbar-custom .btn-custom {
  margin-top: 10px !important;
  margin-left: 20px !important; }

.nav .open > a {
  background-color: transparent;
  border-color: #337ab7; }
  .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7; }

.sticky-wrapper {
  position: absolute;
  width: 100%; }
  .sticky-wrapper.is-sticky .navbar-custom {
    padding: 10px 0px !important;
    background-color: #51d8d4; }
    .sticky-wrapper.is-sticky .navbar-custom .logo span.text-custom {
      color: #fff !important; }

.navbar.bg-white {
  background-color: #fff; }
  .navbar.bg-white .nav-item a {
    color: #545e73; }
    .navbar.bg-white .nav-item a:hover {
      color: #51d8d4; }
  .navbar.bg-white .navbar-brand {
    color: #000;
    transition: all .2s; }
    .navbar.bg-white .navbar-brand:hover {
      color: #51d8d4; }


navbar.bg-white {
  background-color: #fff; }
  .navbar.bg-white .nav-item_submenu a {
    color: #000000; 
    padding-left:20px;}
    .navbar.bg-white .nav-item_submenu a:hover {
      color: #000000; }
/*========================= 
          1.- HOME
===========================*/
#rgpd-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#rgpd-header {
  width: 100%;
  height:900px;
  margin: 0;
  position: absolute;
  z-index: 999; }
  #rgpd-header .header-inner {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }

#rgpd-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #rgpd-hero .btn {
    font-size: 18px; }
    #rgpd-hero .btn.btn-primary {
      padding: 14px 30px !important;
      display: none; }
  #rgpd-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #rgpd-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #rgpd-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        min-height: 700px; }

#rgpd-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding-top: 50px; }

.rgpd-cta .overlay, .overlay {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1; }

.box-img-hero {
  max-width: 500px;
  margin: 0 auto;
  width: 100%; }

.flex-direction-nav {
  /*display: none;*/ }

#rgpd-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000; }
  #rgpd-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer; }

.title-solutions {
  margin-bottom: 50px; }

#rgpd-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7); }
#rgpd-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 999; }
  #rgpd-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
    padding-top: 50px; }
    #rgpd-hero .flexslider .slider-text > .slider-text-inner h2 {
      font-size: 36px;
      line-height: 50px;
      font-weight: 400;
      color: #fff;
      letter-spacing: 3px; }

#rgpd-prestaciones-section .prestaciones {
  padding-right: 15px;
  padding-left: 15px; }
  #rgpd-prestaciones-section .prestaciones .services {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 30px;
    border: 2px solid #f1efef;
    border-radius: 5px;
    padding: 30px;
    border-top: 3px solid #6d6d6d; }

.icon-prestaciones {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto; }
  .icon-prestaciones img {
    max-width: 100%;
    width: 100%; }

#masiva-icon {
  opacity: .9; }

.flex-direction-nav .flex-prev {
  left: 0px;
  width: 200px; }
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  width: 200px; }
.flex-direction-nav a {
  height: 60px; }
  .flex-direction-nav a.flex-next:before {
    content: '\f061'; }
  .flex-direction-nav a:before {
    font-family: 'icomoon' !important;
    content: '\f060';
    color: #fff;
    font-size: 30px; }

#rgpd-solutions-section {
  padding-bottom: 50px; }

@media screen and (max-width: 768px) {
  #rgpd-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 26px;
    line-height: 38px;
    padding: 10px; }

  #rgpd-solutions-section .item-grid {
    padding: 20px 0px 0px !important; }
    #rgpd-solutions-section .item-grid .v-align p {
      font-weight: 300 !important; } }
#rgpd-hero .flexslider .slider-text > .slider-text-inner .rgpd-lead {
  font-size: 20px;
  color: #fff; }
  #rgpd-hero .flexslider .slider-text > .slider-text-inner .rgpd-lead .icon-heart {
    color: #d9534f; }

/*======= 1.1 HERO =======*/
.home-fullscreen {
  height: 100%;
  min-height: 80vh; }

.home-wrapper {
  padding: 392px 0px; }

.home-sm {
  padding: 175px 0px 125px 0px !important; }
  .home-sm .h1 {
    margin-top: 30px !important; }

.home-wrapper-alt {
  display: table-cell;
  vertical-align: middle; }

.home-wrapper h2 {
  line-height: 46px;
  width: 85%;
  margin: 0 auto;
  color: #2ad4cf;
  font-size: 3.5em; }
.home-wrapper h4 {
  line-height: 28px;
  font-weight: 400;
  width: 80%;
  font-size: 1.5em;
  margin: 30px auto 50px auto;
  color: #adadad !important; }

.full-screen {
  display: table;
  height: 100%;
  width: 100%; }

.or-space {
  margin: 0 20px; }

iframe {
  max-width: 100%; }

.frame-border {
  border: 9px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

@media screen and (max-width: 500px) {
  .carousel-control-next {
    right: -14px; }
    .carousel-control-next .carousel-control-next-icon {
      background-color: #8697cb;
      height: 50px;
      width: 30px; } }

@media screen and (max-width: 500px) {
  .carousel-control-prev {
    left: -14px; }
    .carousel-control-prev .carousel-control-prev-icon {
      background-color: #8697cb;
      height: 50px;
      width: 30px; } }

/* ==== 1.2. NOTIFICACIONES ==== */
@media screen and (min-width: 1200px) {
  .box-container {
    max-width: 1200px;
    margin: 0 auto; } }

.carousel-indicators-home {
  top: -30px;
  bottom: auto; }
  @media screen and (min-width: 768px) {
    .carousel-indicators-home {
      margin-right: 5%;
      margin-left: 5%; } }
  @media screen and (max-width: 768px) {
    .carousel-indicators-home {
      display: none; } }

.carousel-indicators-home li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 1px;
  text-indent: 0px;
  background-color: #fff;
  padding: 14px 30px;
  cursor: pointer;
  font-weight: 500;
  text-align: center; }
.carousel-indicators-home .active {
  background-color: #8697cb;
  color: #fff; }

.carousel-caption-home {
  width: 50%;
  position: relative;
  right: 25%;
  bottom: 120px;
  left: 25%;
  z-index: 10;
  padding: 20px;
  color: #181818;
  background: #fff;
  box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.5);
  min-height: 200px; }
  @media screen and (max-width: 768px) {
    .carousel-caption-home {
      width: 70%;
      position: relative;
      right: 15%;
      bottom: 100px;
      left: 15%;
      min-height: 220px; } }
  @media screen and (max-width: 500px) {
    .carousel-caption-home {
      width: 80%;
      position: relative;
      right: 10%;
      bottom: 100px;
      left: 10%;
      min-height: 300px; } }

.d-block-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .d-block-mobile {
      display: block; } }

.d-none-mobile {
  display: block; }
  @media screen and (max-width: 768px) {
    .d-none-mobile {
      display: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 14%; }

.feat-description p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px; }
.feat-description h4 {
  font-weight: 300;
  line-height: 36px; }

.title-box-icon i {
  font-size: 48px;
  margin-bottom: 20px; }
.title-box-icon h3 {
  margin-bottom: 70px; }

.dropbtn {
  cursor: pointer; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }

.show {
  display: block; }

.features-box {
  margin-top: 30px;
  padding: 20px;
  text-align: center; }
  .features-box i {
    font-size: 48px;
    color: #51d8d4;
    line-height: 54px; }
  .features-box p {
    line-height: 24px;
    margin-top: 20px; }

/* === 1.5. TARIFAS === */
/* =============
   Tabs Tarifas
============= */
/* Tabs-Accordions */
.tarifas li.tab .active {
  color: #8697cb !important; }

.tabs {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  box-shadow: none;
  border-bottom: 1px solid #ddd; }
  .tabs li.tab {
    background-color: #fff;
    display: block;
    float: left;
    margin: 0;
    text-align: center; }
    .tabs li.tab a {
      -moz-transition: color 0.28s ease;
      -ms-transition: color 0.28s ease;
      -o-transition: color 0.28s ease;
      -webkit-transition: color 0.28s ease;
      color: #545e73;
      display: block;
      height: 100%;
      text-decoration: none;
      transition: color 0.28s ease;
      width: 100%; }
    .tabs li.tab a.active {
      color: #000; }
  .tabs .indicator {
    background-color: #51d8d4;
    bottom: 0;
    height: 5px;
    position: absolute;
    will-change: left, right; }

.tabs-top .indicator {
  top: 0; }

.nav-pills li a {
  line-height: 36px !important; }
.nav-pills li.active a {
  background-color: #51d8d4 !important; }
  .nav-pills li.active a:hover {
    background-color: #51d8d4 !important; }
  .nav-pills li.active a:focus {
    background-color: #51d8d4 !important; }

.nav.nav-tabs + .tab-content {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px; }

.tabs-vertical-env {
  margin-bottom: 30px; }
  .tabs-vertical-env .tab-content {
    background: #fff;
    display: table-cell;
    margin-bottom: 30px;
    padding: 30px;
    vertical-align: top; }
  .tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px; }
    .tabs-vertical-env .nav.tabs-vertical li > a {
      color: #8697cb;
      text-align: center;
      white-space: nowrap; }
    .tabs-vertical-env .nav.tabs-vertical li > a.active {
      background-color: #fff;
      border: 0; }

.nav-pills > .active > a > .badge {
  color: #51d8d4; }

.nav.nav-tabs > li > a, .nav.tabs-vertical > li > a {
  background-color: transparent;
  border-radius: 0;
  border: none;
  cursor: pointer;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px; }

.tab-content {
  color: #777777; }

.nav.nav-tabs > li:last-of-type a {
  margin-right: 0; }

.nav.nav-tabs {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.navtab-bg {
  background-color: #ededed; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
  border: none; }

.tabs-vertical-env .tab-content {
  margin-bottom: 0; }

.indicator {
  background-color: #51d8d4;
  bottom: 0;
  height: 2px;
  position: absolute; }

@media screen and (max-width: 500px) {
  .accordion-dv {
    padding: 0em 0em; } }
.accordion-dv #accordion {
  margin-bottom: 30px; }
@media screen and (max-width: 768px) {
  .accordion-dv .card {
    border: none; } }
.accordion-dv .card-header {
  background-color: #ffffff;
  border: 2px solid #51d8d4;
  margin-bottom: 5px; }
  .accordion-dv .card-header a {
    color: #545e73;
    display: block; }
    .accordion-dv .card-header a .caret-accordion {
      float: right; }
.accordion-dv .card-block .row {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px; }
.accordion-dv .info p {
  padding: 10px; }

article.col-20, article.col-25, article.col-50 {
  float: left;
  padding-right: 15px;
  padding-left: 15px; }

article.col-20 {
  width: 33%; }
  @media screen and (max-width: 768px) {
    article.col-20 {
      width: 100%;
      padding: 0px 5px; } }
  @media screen and (max-width: 1200px) {
    article.col-20 {
      padding: 0px 5px; } }

article.col-25 {
  width: 50%; }
  @media screen and (max-width: 500px) {
    article.col-25 {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    article.col-25 {
      width: 50%;
      padding: 0px 5px; } }

article.col-50 {
  width: 50%; }
  @media screen and (max-width: 500px) {
    article.col-50 {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    article.col-50 {
      padding: 0px 5px; } }

.price-column .inner-box {
  padding: 0px;
  background-color: transparent;
 }
.price-column .price-header {
  padding: 0;
  margin: 0;
  }
  .price-column .price-header .circle-i i {
    color: #51d8d4;
    padding-top: 20px;
    font-size: 35px; }
  .price-column .price-header h3 {
    margin: 0px;
    color: #000000;
    font-size: 1.5em;
    padding: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 500px) {
      .price-column .price-header h3 {
        padding: 14px 5px;
        font-size: .8em;
        font-weight: 400; } }

#tarif-evid .price-header h3 {
  padding: 22px 0px; }

.price-number p {
  padding: 1.7em 0em 1.5em;
  font-size: 3.5em;
  color: #000;
  /* border: 2px solid #51d8d4; */
  border: 2px solid #51d8d4;
  margin-bottom: 0;
  border-top: none; }
  @media screen and (max-width: 768px) {
    .price-number p {
      padding: 1em 0em .7em; } }

.mod-tarif {
  border-bottom: 1px solid rgba(84, 94, 115, 0.3);
  padding-bottom: 5px; }
  .mod-tarif:last-of-type {
    border-bottom: 1px solid rgba(84, 94, 115, 0.3); }
  .mod-tarif h4 {
    font-size: 16px;
    padding: 20px 15px 10px;
    font-weight: 300;
    line-height: 22px;
    max-width: 339px;
    margin: 0 auto; }
  .mod-tarif strong {
    font-weight: 500; }
  .mod-tarif .price {
    color: #51d8d4;
    font-size: 35px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 20px;}
.mod-tarif ul{padding-left: 67px !important;}
.mod-tarif ul li{color:#51d8d4;}
.mod-tarif li span{color:#000000;}

.mod-tarif-inner .price {
  font-size: 32px;
  padding: 20px; }

.text-foo-price {
  max-width: 70%;
  margin: 0 auto;
  border: 1px solid #51d8d4;
  padding-top: 15px; }
  @media screen and (max-width: 768px) {
    .text-foo-price {
      max-width: 90%; } }
  @media screen and (max-width: 500px) {
    .text-foo-price p {
      text-align: center; } }

/* ==== 1.6 SECTION FORMULARIO DE CONTACTO ======*/
.wrapper-form {
  margin: 5% auto;
  position: relative;
  max-width: 500px;
  width: 80%; }
  .wrapper-form .card-box {
    padding: 3em; }
  .wrapper-form a {
    color: #51d8d4; }

/* Form components */
.form-group-custom {
  position: relative;
  margin-bottom: 30px; }

.form-group-custom textarea {
  resize: none; }

.form-group-custom select {
  width: 100%;
  padding: 7px 12px 7px 0;
  background: none;
  border: none;
  line-height: 1.6;
  box-shadow: none; }

.form-group-custom .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #181818;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease; }

.form-group-custom .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block; }

.form-group-custom .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #51d8d4;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2; }

.form-group-custom input,
.form-group-custom textarea {
  display: block;
  background: none;
  padding: 7px 12px;
  border: none;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none; }

.form-group-custom input[type="file"] {
  line-height: 1; }

.form-group-custom input[type="file"] ~ .bar {
  display: none; }

.form-group-custom select,
.form-group-custom input:focus,
.form-group-custom input:valid,
.form-group-custom input.form-file,
.form-group-custom input.has-value,
.form-group-custom textarea:focus,
.form-group-custom textarea:valid,
.form-group-custom textarea.form-file,
.form-group-custom textarea.has-value {
  color: #333; }

.form-group-custom select ~ .control-label,
.form-group-custom input:focus ~ .control-label,
.form-group-custom input:valid ~ .control-label,
.form-group-custom input.form-file ~ .control-label,
.form-group-custom input.has-value ~ .control-label,
.form-group-custom textarea:focus ~ .control-label,
.form-group-custom textarea:valid ~ .control-label,
.form-group-custom textarea.form-file ~ .control-label,
.form-group-custom textarea.has-value ~ .control-label {
  font-size: 0.8rem;
  color: gray;
  top: -1rem;
  left: 0; }

.form-group-custom select:focus,
.form-group-custom input:focus,
.form-group-custom textarea:focus {
  outline: none; }

.form-group-custom select:focus ~ .control-label,
.form-group-custom input:focus ~ .control-label,
.form-group-custom textarea:focus ~ .control-label {
  color: #51d8d4; }

.form-group-custom select:focus ~ .bar::before,
.form-group-custom input:focus ~ .bar::before,
.form-group-custom textarea:focus ~ .bar::before {
  width: 100%;
  left: 0; }

.form-control {
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  color: #565656;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }
  .form-control:focus {
    background-color: #fff;
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333; }

textarea.form-control {
  min-height: 90px; }

select[multiple] {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }

.form-control-feedback {
  line-height: 38px !important; }

.input-group-btn .btn {
  padding: 8px 12px; }
.input-group-btn .btn-sm {
  padding: 5px 10px; }
.input-group-btn .btn-lg {
  padding: 10px 17px; }

.btn-success {
  color: #fff;
  background-color: #545e73;
  border-color: #545e73; }
  .btn-success:hover {
    color: #fff;
    background-color: #51d8d4;
    border-color: #51d8d4; }

.has-success .form-control {
  border-color: green;
  box-shadow: none !important; }

.has-warning .form-control {
  border-color: yellow;
  box-shadow: none !important; }

.has-error .form-control {
  border-color: red;
  box-shadow: none !important; }

.input-group-addon {
  border-radius: 2px;
  border: 1px solid white; }

.section-form {
  padding: 3em 0em; }

/*======= 11 Footer =======*/
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2f3e47; }

.copyright {
  margin: 10px 0 0 0; }

.legal-nav {
  display: block;
  float: right;
  margin: 10px 0 0 0; }
  @media screen and (max-width: 768px) {
    .legal-nav {
      float: none;
      padding-left: 0px; } }
  .legal-nav li {
    display: inline;
    padding: 5px 20px; }
  .legal-nav a {
    color: #fff; }
    .legal-nav a:hover {
      color: #51d8d4; }

/*======= 1.7. Responsive ======*/
@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 5%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (max-width: 767px) {
  .navbar-custom {
    padding: 10px !important; }
    .navbar-custom .logo span.text-custom {
      color: #fff !important; }

  .navbar-btn {
    margin: 8px 20px 0 !important; }

  .home-wrapper {
    padding: 80px 0px; }
    .home-wrapper h2 {
      font-size: 22px;
      line-height: 32px; } }
    @media screen and (max-width: 767px) and (max-width: 768px) {
      .home-wrapper h2 {
        font-size: 3em;
        max-width: 70%;
        line-height: 1em; } }

@media (max-width: 767px) and (max-width: 500px) {
  .home-wrapper {
    padding: 180px 0px; }
    .home-wrapper h2 {
      font-size: 2.4em;
      max-width: 80%;
      line-height: 1em; }
    .home-wrapper h4 {
      width: 90%; } }
@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 45px; }
    .section#notificaciones {
      padding-bottom: 0px; } }
  @media (max-width: 767px) and (max-width: 500px) {
    .section#notificaciones, .section#evidencias {
      padding-bottom: 0px; } }
  @media (max-width: 767px) and (max-width: 500px) {
    .section#aceptaciones, .section#tarifas {
      padding-top: 0px; } }

@media (max-width: 767px) {
  .video-wrapper {
    padding-top: 50px; }

  .intro-form {
    margin-top: 50px; }

  .feat-description {
    margin-bottom: 50px;
    text-align: center; }

  .footer {
    text-align: center; } }
/* ===============================
      02.- P├üGINA CONTACTO Y FORMULARIO DE DERECHO
================================*/
.container-contact-page {
  max-width: 85%; }

.bg-img-contacto {
  background: url("../images/slide-4.png") no-repeat;
  background-size: cover;
  max-height: 320px; }

.bg-form-derecho .home-wrapper {
  padding: 130px 0px 200px; }
  .bg-form-derecho .home-wrapper h1 {
    font-size: 2.5em; }

.form-rgpd .car-box-contacto h3 {
  font-size: 1.8em; }

.car-box-contacto {
  /*position: relative;*/
  top: 70px;
  left: 0px;
  -webkit-box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 2px 11px 2px rgba(0, 0, 0, 0.2); }
  .car-box-contacto .form-send-group {
    position: relative;
    top: -100px; }
  .car-box-contacto .panel-heading {
    padding: 20px; }
  .car-box-contacto h3 {
    font-size: 2.2em;
    line-height: 1.2em; }
  .car-box-contacto .form-horizontal {
    padding: 0px 20px; }

.panel-heading {
    border: none !important;
    padding: 10px 20px;
}
.table-legal {
  border: 1px solid #51d8d4;
  border-top: 1px solid #51d8d4;
  margin-left: 20px;
  margin-bottom: 30px; }
  .table-legal th, .table-legal td {
    border-top: none; }

.icon-info-legal i {
  margin-left: 20px;
  color: #51d8d4;
  font-size: 24px; }

.acept-group {
  margin-top: 20px;
  margin-left: 2px; }

.color-a {
  color: #51d8d4; }
  .color-a:hover {
    color: #51d8d4; }

.btn-send-contact {
  padding: 8px 40px !important; }

/* ===================
  AVISO LEGAL
===============*/
#aviso-legal, #condiciones-venta {
  background: #51d8d4; }
  #aviso-legal h1.title, #condiciones-venta h1.title {
    color: #fff;
    font-size: 4em; }

.article-legal h5 {
  color: #8697cb;
  padding-top: 20px;
  padding-left: 5px; }
.article-legal a {
  font-weight: 500;
  color: #51d8d4; }
  .article-legal a:hover {
    text-decoration: underline; }

#info-legal li {
  padding-bottom: 5px; }

/* ===================
  03.- FAQS
===============*/
.bg-cabecera .home-wrapper {
  padding: 100px 0px; }
.bg-cabecera h1 {
  padding-top: 55px;
  color:#000000;
  font-weight: 600;
  font-size: 6em;
  font-family: agency FB; }

#faqs-page .col-faqs-flex {
  display: flex;
  margin-bottom: 20px; }
#faqs-page .section-title h2 {
  color: #545e73;
  text-align: left;
  margin-top: 20px;
  font-size: 2em;
  border-bottom: 1px solid rgba(84, 94, 115, 0.5);
  text-transform: uppercase; }
#faqs-page .question-faq h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  display: inline; }
  #faqs-page .question-faq h3::before {
    content: '|';
    position: relative;
    left: -7px;
    top: 2px;
    color: #51d8d4;
    font-size: 26px;
    font-weight: bold;
    display: inline; }
#faqs-page .answer-faq {
  padding-top: 15px; }

/* ===================
  04.- MENSAJE COOKIES
===============*/
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  min-height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 99999; }
  #barraaceptacion .inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-size: 14px;
    top: 30%; }
    #barraaceptacion .inner a.ok {
      padding: 4px;
      text-decoration: none; }
    #barraaceptacion .inner a.info {
      padding-left: 5px;
      text-decoration: none;
      color: #51d8d4; }
    #barraaceptacion .inner .ok {
      margin: 0px 15px;
      transition: all .2s;
      padding: 8px 24px !important;
      background-color: #8697cb !important;
      border: 2px solid #8697cb !important;
      color: #fff !important;
      border-radius: 50px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.04em; }
      #barraaceptacion .inner .ok:hover {
        background-color: white !important;
        color: #8697cb !important;
        border: 2px solid #fff !important; }

/* Fin del CSS para cookies */
/* ===============================
      05.- P├üGINA CONSENTIMIENTO ONLINE
================================*/
.bg-soluciones-ergpd {
  background-size: cover !important;
  position: relative; }
  .bg-soluciones-ergpd.bg-consent-online {
    background: url("../../images/rgpd.png") no-repeat; 
  height: 600px;}
  @media (max-width: 991px){

.bg-soluciones-ergpd.bg-consent-online {background: url("../../images/rgpd.png") no-repeat; 
height: 128%;}

}
  .bg-soluciones-ergpd h1 {
    color: #fff;
    /*background: rgba(81, 216, 212, .6);*/
    display: inline-block;
    padding: 20px 80px;
    font-size: 4em; }


.bg-soluciones-ergpd2 {
  background-size: cover !important;
  position: relative; }
  .bg-soluciones-ergpd2.bg-consent-online2 {
    background: url("../../images/cabecera_corporate.jpg") no-repeat; 
  height: 600px;}
  @media (max-width: 991px){

.bg-soluciones-ergpd2.bg-consent-online2 {background: url("../../images/cabecera_corporate2.jpg") no-repeat; 
height: 300px;}

}
  .bg-soluciones-ergpd2 h1 {
    color: #fff;
    /*background: rgba(81, 216, 212, .6);*/
    display: inline-block;
    padding: 20px 80px;
    font-size: 4em; }

.bg-soluciones-ergpd3 {
  background-size: cover !important;
  position: relative; }
  .bg-soluciones-ergpd3.bg-consent-online3 {
    background: url("../../images/cabecera_sector2.jpg") no-repeat; 
  height: 600px;}
  @media (max-width: 991px){

.bg-soluciones-ergpd3.bg-consent-online3 {background: url("../../images/cabecera_sector2.jpg") no-repeat; 
height: 300px;}

}
  .bg-soluciones-ergpd3 h1 {
    color: #fff;
    /*background: rgba(81, 216, 212, .6);*/
    display: inline-block;
    padding: 20px 80px;
    font-size: 4em; }



.num-decoration {
  font-size: 30px;
  display: inline;
  color: #51d8d4;
  font-weight: bold;
  position: relative;
  top: 4px;
  border: 1px solid #51d8d4;
  padding: 10px;
  border-radius: 5px; }
  .num-decoration i {
    font-size: 6px;
    color: #8697cb; }

.steps {
  width: 900px; }

.steps-solutions h2 {
  background-color: #51d8d4;
  color: #fff;
  padding: 10px; }

.intro-consent-online .container-900 {
  border-bottom: 1px solid #51d8d4; }

/* ===============================
      06.- P├üGINA CONSENTIMIENTO PRESENCIAL
================================*/
.bg-soluciones-ergpd.bg-consent-presencial {
  background: url("../images/slide-2.png") no-repeat; }

.conset-presencial-steps h5 {
  color: #51d8d4; }

/* ===============================
      07.- P├üGINA ATENCI├ôN DERECHOS
================================*/
.bg-soluciones-ergpd.bg-atencion-derechos {
  background: url("../images/slide-3.png") no-repeat; }

/* ===============================
      08.- P├üGINA CONSENTIMIENTO IM├üGENES
================================*/
.bg-soluciones-ergpd.bg-consent-imagenes {
  background: url("../images/slide-4.png") no-repeat; }

/* ===============================
      09.- P├üGINA NOTIFICACIONES ACTUACIONES
================================*/
.bg-soluciones-ergpd.bg-notif-act {
  background: url("../images/slide-5.png") no-repeat; }

.slide-left-right
{
text-decoration:none;
display: inline-block;
color:black;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right:after 
{
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right:hover:after 
{
width: 100%;
background: #51d8d4;
}

.slide-left-right_corporate
{
text-decoration:none;
display: inline-block;
color:black;
padding-right: 92px !important;
}
/* add a empty string after the elment with class .slide-left-right */
.slide-left-right_corporate:after 
{
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease; /* .5 seonds for changes to the width and background-color */
-webkit-transition: width .5s ease, background-color .5s ease; /* Chrome and Safari */
-moz-transition: width .5s ease, background-color .5s ease; /* FireFox */
}
/* Change the width and background on hover, aka sliding out */
.slide-left-right_corporate:hover:after 
{
width: 100%;
background: #51d8d4;
}

.carousel-inner {
    height: 213px !important;
}
/*# sourceMappingURL=style.css.map */
