@-ms-viewport{
  width: device-width;
}

section, body, html{padding:0px!important;}
body {
  font-family: "Roboto", sans-serif;
    font-size: 18px;
   }
h1 {
    color: #2c3e50;
    text-align: center;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #444444;
    font-weight: 300;
    font-size:31px;
}

h4.title_legal{
    font-size:28px;
}

h5.title_legal2{
    font-size:22px;
}

p.title_igedac_faqs{

    font-size:25px !important;
    color:#444444;

}

.font-size_26{

    font-size: 26px;
}

.margin_bottom_60{

  margin-bottom: 60px !important;
}

.min_height{

    min-height: 100vh
}

.form-group-custom .bar {
  position: relative;
  border-bottom: 1px solid #444444;
  display: block;
  width:90%; }

  .form-check-label {
    padding-left: 17px !important;
    margin-bottom: 0 !important;
    margin-top: -21px !important;
}


.contacto_home.form-check-label {
    padding-left: 17px !important;
    margin-bottom: 0 !important;
    margin-top: -21px !important;
    color:#50d2d7 !important; 
    font-weight: 100 !important; 
    font-size: 17px !important;
}


.contacto_home2.form-check-label {
    padding-left: 17px !important;
    margin-bottom: 0 !important;
    margin-top: -40px !important;
    color:#50d2d7 !important; 
    font-weight: 100 !important; 
    font-size: 17px !important;
}
input[type="radio"], input[type="checkbox"] {
    margin: 40px 6px -2px 0px;
    margin-top: 1px \9;
    line-height: normal;
    padding-right: 4px;
}
.text_blanco{

    color:#ffffff;
}

.fondo_contenido_contacto2{

    background-color:#f8f4f3;
    height:100vh;

}


label.check_datos {
    font-size: 16px;
    font-weight: 100;
    color: #808080;
   
}


input[type="email"], select.form-row>.col:focus, .form-row>[class*=col-]:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 90%;
}

input[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{background: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
width: 90%;}

input[type="email"]:focus,
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{background: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
width: 90%;}

input[type="email"], select.form-row>.col:focus, .form-row>[class*=col-]:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 90%;
}

input[type="text"] {
    border: none;
    border-bottom: 2px solid #E8EBED;
    text-align: left;
    color: #000 !important;
}

input[type="email"] {
    border: none;
    border-bottom: 2px solid #E8EBED;
    text-align: left;
    color: #000 !important;
}





.form-group-custom input ~ .control-label,
.form-group-custom textarea ~ .control-label,
.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: 18px !important;
    color: gray;
    top: -2rem;
    left: 0; }



.form-group-custom textarea {
    display: block;
    background: none;
    padding: 6px 10px;
    border: none;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

    .form-control {
     
        font-size: 1.5rem;
   
    }


.bg-img-contacto {

    background: url(../../images/frontend-igedac/background_contacto.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 467px !important;
    /* width: auto; */

}

.bg-img-notif h1, .bg-img-acept h1 {
    padding-top: 55px;
    color: #ffffff;
    font-size: 4.3em;
}

.bg-img-notif, .bg-img-acept {
    background: url(../../images/frontend-igedac/background_cabecera3.jpg) no-repeat !important;
    background-size: cover;
    position: relative;
    
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1.5rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

a.btn-outline-light_igedac {
    color: #545e73;
    background-color: transparent;
    background-image: none;
    border-color: #3f6478 !important;
    border: 2px solid transparent;
    padding: 10px 7px;
    font-size: 14px;
    border-radius: .75rem;
    transition: all .15s ease-in-out;
    text-decoration: none;
    font-weight: bold;
}

a.btn-outline-light_igedac:hover {
    color: #ffffff;
    background-color: #3f6478;
    background-image: none;
    border-color: #3f6478 !important;
    border: 2px solid transparent;
    padding: 10px 7px;
    font-size: 14px;
    border-radius: .75rem;
    transition: all .15s ease-in-out;
    text-decoration: none;
    font-weight: bold;
}
.margin_bottom{line-height:90px;}

.footer_igedac{

    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2f3e47;


}

.logo_igedac {
    display: block;
    z-index: 1000;
    width: 191px;
    height: 90px;
    position: absolute;
    top: 15px;
    left: 23px;
}

a.style_logo{

    color:#ffffff;
    font-family: source sans pro;
    font-size:30px;
    font-weight: 100;
    text-decoration:none;

}

.card-title.aviso_legal {
    font-size: 55px;
    color: #868e96!important;
}
.card-title {
    margin-bottom: .75rem;
}

.card-box-contacto_igedac {
    position: relative;
    top: 0px;
    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);
    background-color:#ffffff;
}

.feat-description p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    /*font-size: 1.8rem;*/
    color: #868e96!important;
}

.text-muted{
  /*font-size: 1.8rem;*/
}

.text_legal_rgpd {
    font-size: 20px !important;
    font-weight: bold;
   
}


.title_servicio_empresas{

    font-size: 40px;
    padding-bottom: 11px;
    font-weight: 300;
    color: #505050;

}
.margin_top_8{

      margin-top: 8%;

    }
.margin_top_14 {
    margin-top: 14%;
}

.margin_left_9{

   margin-left: 83px;
}

.max_width_90{
    max-width: 99% !important;
}

.width_92{
    max-width: 92% !important;
}

.ml-5_igedac {
    margin-left: 5.6rem!important;
}

.bg-img-contenido {
    background: url(../../images/frontend-igedac/background1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */
}

.container.legal {
    max-width: 90% !important;
    padding: 10px !important;
}

.container {
    max-width: 100% !important;
    padding:0px !important;
}


.texto_contenido {
    width: 80%;
    margin-top: 3%;
}

.texto_contenido2 {
    margin-top: 3%;
    width: 87%;
    margin-left: 5.6rem!important;

}

.img-fluid {
    max-width: 100%;
    height: auto;
}

header {
    background: url(../../images/frontend-igedac/background_cabecera.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 985px;
    background-size: cover;
}


header.bg-img-cabecera2_contacto {
    background: url(../../images/frontend-igedac/background_cabecera2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    background-size: cover;
}

p.texto_igedac1{

    font-size: 65px;
    font-weight: 100;
    margin-bottom: 0;
    line-height: 80px;
    font-family: source sans pro;
    color: #ffffff;
    /*padding-left: 80px;*/
      

    }

    p.texto_igedac2{

      font-size: 49px;
    font-weight: 100;
    margin-bottom: 0;
    line-height: 52px;
    font-family: source sans pro;
    color: #ffffff;
    /*padding-left: 80px;*/
      

    }

    p.texto_igedac3{

      font-size: 36px;
    font-weight: 100;
    margin-bottom: 0;
    line-height: 40px;
    color:#ffffff;
    margin-top: 236px;
     
    }


.text-alta {
    font-size: 45px;
    margin-bottom: 34px;
    font-weight: 100;
    padding-right: 0px;
    }
.contenedor_texto {
    margin-top: 360px;
    margin-left: 214px;
}

.text_bold{

    font-weight:bold;

}

label.igedac_label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 100;
}


.padding_container{

  padding: 15px 90px !important;

}

.padding_container2{

  padding: 15px 200px !important;

}

#barraaceptacion .inner .ok {
    margin: 0px 15px;
    transition: all .2s;
    padding: 0px 20px !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;
}
.table{

    color:#868e96!important;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    
    vertical-align: middle;
   
}

@media screen and (max-width: 991px) { 

.margin_bottom {
    line-height: 45px;
}

.feat-description p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    /* font-size: 1.8rem; */
    color: #868e96!important;
    text-align: left !important;
}
.feat-description {
    margin-bottom: 50px;
    text-align: left !important;
}
p.text-muted{
text-align: left !important;

}

.margin_xs {
    margin-left: 46px;
}

.margin_top_14 {
    margin-top: 0%;
}

.bg-img-contenido {
    background: url(../../images/frontend-igedac/background2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */
}

.title_servicio_empresas{

    font-size:36px;
}

p.texto_igedac1{

    font-size: 60px;

}
p.texto_igedac2{
 
   font-size: 40px;
    
}
p.texto_igedac3{

    font-size: 30px;
    margin-top: 90px;
     
}

.contenedor_texto {
    margin-top: 134px;
     margin-left: 15px;
}

.container{

    max-width:91% !important;
}




header {
    background: url(../../images/frontend-igedac/background_cabecera.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 721px;
    background-size: cover;
}

.margin_left_9 {
    margin-left: 76px;
}

.padding_container2 {
    padding: 15px 26px !important;
}

.legal-nav li {
    display: inline;
    padding: 5px 8px;
}
.ml-5 {
    margin-left: 0rem!important;
}

/*.ml-4_igedac {
    margin-left: 4rem!important;
}
*/
.bg-img-notif h1, .bg-img-acept h1 {
    font-size: 3.3em;
}
}

@media (max-width: 767px){
.feat-description {
    margin-bottom: 50px;
    text-align: left!important;
}
.max_width_90 {
    max-width: 93% !important;
}

.card-box-contacto_igedac {
    position: relative;
    top: 0px;
    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);
    background-color:#ffffff;
}
}


@media (max-width: 678px){
    .bg-img-contenido {
    background: none;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */
}

.mb-5_responsive{
    margin-bottom: 3rem!important;

}

.mt-3_responsive {
    margin-top: 1rem!important;

}



}


@media (max-width: 543px){

  
p.texto_igedac3 {
    font-size: 21px;
    margin-top: 72px;
    line-height: 25px;
}


.margin_left_9 {
    margin-left: 22px;
}

.title_servicio_empresas {
    font-size: 29px;
}

.padding_container {
    padding: 0px 15px !important;
}

.btn-custom2 {
    
   width: 100%!important;
   margin-left: 0px;
   margin-top: 31px;
}




.margin-img{

  margin-left: 22px;
}

.texto_contenido {
    width: 98%;
    margin-top: 3%;
    text-align: center;
}

.texto_contenido2 {
    margin-top: 3%;
    width: 98%;
    text-align: center;
    margin-left: 4rem!important;
}

.title_servicio_empresas {
    
    text-align: center;

  }

  .text-alta{

    font-size: 33px;

  }

  .margin_xs {
    margin-left: 26px;
}

.menu_style2 {
      margin-top: 57px !important;
    }

    #barraaceptacion {
        padding-bottom: 137px;
    }

    .legal-nav li {
    
    padding: 0px 0px;
}
}

@media (max-width: 404px){

    .list-inline>li {
    
    padding-left: 0px !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px!important;
}

.margin_xs2 {
    margin-left: 26px;
}
}


input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #51d8d4;
    border-color: #51d8d4;
}


.btn-igedac {
    padding: 8px 24px !important;
    background-color: #00334e !important;
    border: 2px solid #00334e !important;
    color: #f8f4f3 !important;
    
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.btn-igedac:hover {
    padding: 8px 24px !important;
    background-color: transparent !important;
    border: 2px solid #00334e !important;
    color: #444444 !important;
    
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none!important;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.close {
    float: right !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

@media (min-width: 576px){
.video_igedac.modal-dialog {
    max-width: 962px;
    margin: 1.75rem auto;
}
}

