@charset "UTF-8";
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
body{font-family: 'Source Sans Pro' !important; background-color: #fafafa;}
.color_enicons{color:#51d8d4;}





select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    padding: 21px;
    background-color: #fafafa;
}


.m_t_308{margin-top: 308px;}

.margin_top8{margin-top:-8px;}
.margin_top_51{margin-top: -51px;}
.margin_left_168{margin-left: 168px;}
.margin_top_25 { margin-top: 25px;}
.margin_top_47 { margin-top: 47px ;}
.margin_top_50 { margin-top: 50px;}
.margin_top_100 {margin-top:100px;}
.margin_top_65 {margin-top:65px;}
.margin_top_135{margin-top:135px;}
.margin_top_150{margin-top:150px;}

.bold_text{font-weight:bold;}

.btn-custom2 {
  color: #fff;
  background-color: #00334e;
  border-color: #00334e;
  height: 32px;
  font-size: 20px !important;
  font-weight: 300;
  width: 58%!important;
  padding-top: 0px !important;
  border-radius: 5px !important;
  margin-left: 162px;
  margin-top: 31px;
}
.btn-custom2:hover {
    color: #fff;
    background-color: #00334e;
    border-color: #00334e;
    height: 32px;
    font-size: 20px !important;
    font-weight: 300;
    width: 58%!important;
    padding-top: 0px !important;
    border-radius: 5px !important;
    margin-left: 162px;
    margin-top: 31px;
}

/*.btn-custom2:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #00334e;
    height: 32px;
    font-size: 20px !important;
    font-weight: 300;
    width: 58%;
    padding-top: 0px !important;
    border-radius: 5px !important;
    margin-left: 162px;
    margin-top: 31px;
}*/


/* 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 {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #f5f4f4;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
   display: inline-block;
    margin-bottom: .5rem;
    font-size: 18px;
    font-weight: 700;
}

input[type="text"],
select.form-control. {
  background: transparent;
  border: none;
  border-bottom: 1px solid #505050;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
input[type="password"], 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-control. {
  background: transparent;
  border: none;
  border-bottom: 1px solid #505050;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
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"],
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"]:focus,
select.form-row>.col:focus,
 select.form-row>[class*=col-]:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


input.width_form[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: 150%;}

input.width_form[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: 150%;}

@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 11px;
}



}

@media (max-width: 1035px)and (min-width: 767px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 116%;
}
.card-box_alta_empresa{

    margin-left: 6px !important;
    margin-right: 6px !important;

}

}



@media (min-width: 580px) and (max-width: 749px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 159%;
}

.card-box_alta_empresa{

    margin-left: 6px !important;
    margin-right: 6px !important;

}
}

@media (max-width: 579px) and (min-width: 320px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 106%;
}

.card-box_alta_empresa{

    margin-left: 6px !important;
    margin-right: 6px !important;

}

.card-box_alta_empresa {
    padding: 10px !important;
  }
}


/*@media (min-width: 825px) and (max-width: 979px) {
input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 120%;
}

}


@media (min-width: 762px) and (max-width: 816px) {
input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 127%;
}

}

@media (max-width: 751px) {
input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 150% !important;
}

}*/
/*@media (max-width: 1199px) and  (min-width: 1090px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 150% !important;
}

input.width_form[type="email"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 150% !important;
}


}



@media (max-width: 1091px) and  (min-width: 844px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 135%;
}

input.width_form[type="email"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 120%;
}


.form-horizontal .control-label {
    text-align: left;
  }
.card-box_alta_empresa{

    margin-left: 6px;
    margin-right: 6px;

}

}


@media (max-width: 843px) {

input.width_form[type="text"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 123%;
}

input.width_form[type="email"],
select.form-row>.col:focus,
.form-row>[class*=col-]:focus{
width: 123%;
}


.form-horizontal .control-label {
    text-align: left;
  }
.card-box_alta_empresa{

    margin-left: 1px !important;
    margin-right: 1px !important;

}

}*/

.section-form {
  padding: 3em 0em; }

.section-form2 {
  padding: 0.5em 0em; }


/*# sourceMappingURL=style.css.map */











.pc_servidor_text {
    font-size: 18px;
    line-height: 32px;
    color:#00334e;
    /*margin-top: 110px;*/
}
.text_notificaciones{
    font-size: 18px;
    line-height: 32px;
    color:#ffffff;
    }

 .pc_servidor_text_mobile {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    /*margin-top: -79px;*/
}

.pc_servidor_text_presenciales {
    font-size: 18px;
    line-height: 32px;
    margin-top: 196px !important;
}

.pc_servidor_text_presenciales2 {
    font-size: 18px;
    line-height: 32px;
    /*margin-top: 225px !important;*/
}

.mas_info{color:#8697cb; font-weight:bold;}
.mas_info a{color:#8697cb; font-weight:bold;}

@media (min-width: 416px) and (max-width: 600px) {

.margin_top_30 {
    margin-top: -46px !important;
}

.margin_top_30_2{margin-top: 15px !important;
}

.bg-img-albaran_mobile {
    min-height: 1414px !important;

}

.bg-img-digitalizacion_mobile {
     min-height: 1169px !important;

}
.bg-img-notificaciones_certificadas_mobile{

  min-height: 1196px !important;
}


}

@media (min-width: 601px) and (max-width: 768px){


.bg-img-albaran_mobile {
    min-height: 1419px !important;

}

.bg-img-digitalizacion_mobile {

    min-height: 1166px !important;

}

.bg-img-notificaciones_certificadas_mobile {

     min-height: 1156px !important;
}

}
.margin_top_62{ margin-top: -62px !important;}


.btn-primary {
    color: #fff;
    background-color: #b1403d !important;
    border-color: #b1403d !important;
    height: 31px;
    font-size: 18px;
    margin: 33px auto 0px auto;
    font-weight: 300;
    max-width: 30%;
    min-width: 30%;

}
.btn-primary:hover {
    color: #fff;
    background-color: #b1403d !important;
    border-color: #b1403d !important;
    height: 31px;
    font-size: 18px;
    margin: 33px auto 0px auto;
    font-weight: 300;
    max-width: 30%;
    min-width: 30%;
}

.btn-primary2 {
    color: #fff;
    background-color: #009bdb !important;
    border-color: #009bdb;
    height: 60px;
    font-size: 23px;
    margin: 0px auto 15px auto;
    font-weight:100;
    width:20%;
}
.btn-primary2:hover {
    color: #fff;
    background-color: #0489c0 !important;
    border-color: #009bdb;
    height: 60px;
    font-size: 23px;
    margin: 0px auto 15px auto;
    font-weight:100;
     width:20%;
}


.btn-primary3 {
    color: #fff;
    background-color: #b1403d !important;
    border-color: #ffffff !important;
    padding: 13px 33px !important;
    font-size:16px !important;


}

.btn-primary3:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #b1403d !important;
    padding: 13px 33px !important;
    font-size:16px !important;


}

  .bottom-left {
   position: absolute;
    margin-bottom: 8px;
    left: 0px;
}


.margin_left_83{margin-left:83px;}
.margin_left_138{margin-top: -138px;}
.margin_top_283{margin-top: 283px;}
.margin_top_119{margin-top: 119px;}
.text_contacto{font-size: 50px;
    line-height: 40px;
    color: #fff;
    font-family:roboto thin;}


.form-check {
    position: relative;
    display: block;
    margin-bottom: 1.9rem;
}

.fixed-top {
    position: sticky;
   /*top: 670px;*/
    right: 0;
    left: 0;
    z-index: 1030;
}


.bg-img-1 {
    background: url(../../images/frontend-igedac/cabecera.jpg) no-repeat;
    /*background-size: cover;*/
    position: relative;
    min-height: 914px;
}


.bg-img-cookies {

    background: url(../../images/frontend-igedac/cabecera3.jpg) no-repeat !important;
    background-size: cover;
    position: relative;
    min-height: 350px;
    /* width: auto; */

}

.cookies_text{font-size: 58px; font-weight: 300;}

.bg-img-cookies .home-wrapper {
    padding: 139px 0px 100px 13px;
    float: left;
}
.home-wrapper-alt {
    display: table-cell;
    vertical-align: middle;
}

.title_background{font-weight: 300; font-size: 70px;}
.subtitle_background{font-weight: 500;}
.subtitle_background_mobile{font-weight: 500; font-size: 26px;}

.bg-img-cabecera_contacto{
  background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    background-size: cover;
    position: relative;
    max-height: 100px;}

.bg-img-cabecera{

    background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 900px;
    /* width: auto; */

}

.bg-img-cabecera2{

    background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-position: center center;
    /*min-height: 818px;*/
    /* width: auto; */

}


.bg-img-cabecera_asesor{

    background: url(../../images/frontend-igedac/background_cabecera_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 900px;
    /* width: auto; */

}
.account-pages_login1 {
    background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-img-cabecera_mobile{

    background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */

}

.bg-img-cabecera_mobile2{

    background: url(../../images/frontend-igedac/background_cabecera.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */

}
.bg-img-consentimientos {

    background: url(../../images/frontend-igedac/background1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */

}

.bg-img-consentimientos_mobile {
    background: url(../../images/frontend-igedac/background1_mobile.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 1506px;
    margin-top:140px;
   }

.bg-img-consentimientos2 {

    background: url(../../images/frontend-igedac/background2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 795px;
    /* width: auto; */

}

.bg-img-consentimientos2_mobile {
    background: url(../../images/frontend-igedac/background2_mobile.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 1372px;
   }

.bg-img-notificaciones_certificadas{

background: url(../../images/frontend-igedac/background3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 751px;

}


.bg-img-notificaciones_certificadas_mobile{

background: url(../../images/frontend-igedac/background3_mobile.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 1108px;

}


.bg-img-albaran {

    background: url(../../images/frontend-igedac/background4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 876px;
    /* width: auto; */

}

.bg-img-albaran_mobile {
    background: url(../../images/frontend-igedac/background4_mobile.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 1314px;
    margin-top: -39px;
   }

.bg-img-digitalizacion {

    background: url(../../images/frontend-igedac/background5.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 1000px;
    /* width: auto; */

}

.bg-img-digitalizacion_mobile {

    background: url(../../images/frontend-igedac/background5_mobile.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 1100px;
    /* width: auto; */

}
.bg-img-contacto {

    background: url(../../images/frontend-igedac/background_contacto.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 667px;
    /* width: auto; */

}


.bg-img_asesor{
background: url(../../images/frontend-igedac/background_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 1205px;

}


.bg-img_asesor_mobile{
background: url(../../images/frontend-igedac/background_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 800px;

}


.bg-img_contacto_asesor{
background: url(../../images/frontend-igedac/background_contacto_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 982px;



}

.bg-img-contenido{
    background: url(../../images/frontend-igedac/background1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 679px;
    /* width: auto; */}

.background_text{
  background-color: #f8f4f3;
    padding: 52px;
    width: 115%;
    margin-left: -64px;}


@media (max-width: 620px){

.background_text {
    background-color: #f8f4f3;
    padding: 52px;
    width: 122%;
    margin-left: -44px;
}


}

.img-fluid_cabecera {
    max-width: 100%;
    height: auto;
    }

.img-fluid_cabecera_asesor {
    max-width: 100%;
    height: auto;
    }

@media (min-width: 1200px) and (max-width: 1499px){

.title_transacciones_telematicas_certificadas {
    font-size: 40px !important;
    padding-bottom: 11px !important;
    font-weight: 300 !important;
    top: -106px !important;
    color: #505050 !important;
    /* float: right; */
    right: 7px !important;
    width: 100% !important;
    position: absolute;
    line-height: 50px;
}

}

@media screen and (min-width: 1200px){
.container_max {
    max-width: 80% !important;
}
}

@media only screen and (max-width: 1123px){


  .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.m_t_308 {
    margin-top: 0px;
}

.container {width:100% !important;}
}

.navbar>.container, .navbar>.container-fluid {
    display: -ms-inline-block;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-style{font-size: 54px;
    font-weight: 100;}
/*@media screen and (max-width: 800px){

header {
    position: relative;
    background-color: #ffffff;
    height: 38vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

}*/

@media only screen and (max-width: 768px){

.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}

@media only screen and (min-width: 1500px){
.title_transacciones_telematicas_certificadas{right: -613px;  width: 108% !important;}
}

@media (min-width: 1560px) and (max-width: 1800px){

.title_transacciones_telematicas_presenciales {
     width: 120% !important;
}

}

@media (min-width: 1421px) and (max-width: 1559px){

.title_transacciones_telematicas_presenciales {
     width: 131% !important;
}

}

@media (min-width: 1326px) and (max-width: 1420px){

.title_transacciones_telematicas_presenciales {
     width: 150% !important;
}

}

@media (min-width: 1199px) and (max-width: 1325px){

.title_transacciones_telematicas_presenciales {
     width: 156% !important;
}

}


@media (min-width: 411px) and (max-width: 627px){

.btn-primary {

    max-width: 51%;
    min-width: 51%;
}

.btn-primary:hover {

    max-width: 51%;
    min-width: 51%;
}


}

@media (max-width: 1199px){
section.transacciones {
    margin-top: 104px;}


.text-right{text-align:center!important;}


.bg-img-contacto {
   margin-top: -25px;

}

.wrapper-form {

    margin: -9.8% auto 5% !important;
   }

/*section.consentimientos_electronicos {padding-top: 125px !important;}*/


}


@media screen and (min-width: 1419px){

.img-fluid_cabecera {
   margin-left: 239px !important;
    margin-top: -307px;
}

.img-fluid_cabecera_asesor {
    margin-left: 795px !important;
    max-width:50%;
}

}


@media (min-width: 1060px) and (max-width: 1450px){

.img-fluid_cabecera {
    margin-left: 38px !important;
    margin-top: -80px;
}

.img-fluid_cabecera_asesor {
    margin-left: 582px !important;
    margin-top: 80px;
    max-width: 59%;
}

}

@media (min-width: 990px) and (max-width: 1158px){


.img-fluid_cabecera_asesor {
    margin-left: 552px !important;
    margin-top: 80px;
    max-width: 52%;
}

}

@media (min-width: 550px) and (max-width: 989px){


    .bg-img-cabecera_asesor{ background: url(../../images/cabecera_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 900px;}


}

@media (max-width: 549px){
.bg-img-cabecera_asesor{ background: url(../../images/cabecera_asesor.jpg) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 594px;}


}

@media (max-width: 668px){
.wrapper-form_iaccesos_asesor {
    margin: 19% auto 5% !important;
  }

}


@media (max-width: 700px){

.img-fluid_transacciones4{margin-bottom: 58px;}

.img-fluid_transacciones{margin-bottom: 58px;}
}


@media (min-width: 320px) and (max-width: 415px){

.btn-primary {

    max-width: 65% !important;
    min-width: 65% !important;
}

.btn-primary:hover {

    max-width: 65% !important;
    min-width: 65% !important;
}


.bg-img-consentimientos_mobile {
     margin-top: 33px;
}
.bg-img-notificaciones_certificadas_mobile {
    min-height: 987px !important;
}

.bg-img-albaran_mobile {
    min-height: 1209px !important;
}

.bg-img-digitalizacion_mobile {
    min-height: 1062px !important;
}
}


.navbar-custom2 {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 0px 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;
    background-color: none;
    margin-top: 0px;
    /*padding-left: 155px;*/
    text-align: right;
}

.logo_style{font-weight:300; color:#ffffff; float:left; padding-top: 53px;}


.navbar-brand {
   margin-right: 129rem;
 }

.menu_style2{
float: right;
    margin-right: 15px;
    border: 1px solid #b7b3b3;
    padding: 4px;
    /* padding-right: 6px; */
    border-radius: 5px;
    background-color: #444444;
    margin-top: 19px !important;
    font-size: 17px;



}
.menu_style2 a{

    color:#ffffff;
}

.menu_style2 a:hover{

    color:#ffffff;
}

@media (min-width: 2012px){
.menu_style2{
 margin-top: 55px !important;
}
}

@media (min-width: 320px) and (max-width: 767px){

.menu_style2{
  /*margin-top:10px !important;*/

}

}

@media (max-width: 599px){
/*.navbar-custom2 {

    margin-top: 99px;

}*/

a.d-xl-none.d-md-none.logo_style.navbar-brand.logo img{

  margin-top: -148px;
  margin-left: -49px;

}


}



@media (min-width: 768px){
.navbar-nav > li {
    float: left;
    padding-left: 76px;
}
}


@media (min-width: 992px){
.navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 53px;
}
}

.col-md-6 {padding-right:0;padding-left:0;}

.navbar-custom3 {
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    padding: 0px 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;

}
@media screen and (min-width: 1200px){
.container {
    max-width: 80% !important;
}}



    section.transacciones{background-color:#333333 !important; /*padding-top: 150px;*/ padding-bottom: 4px;}
section.consentimientos_electronicos {padding-top: 0px; padding-bottom: 0px;}
section.mapa{background-color:#fafafa; padding-top: 50px; padding-bottom: 4px;}
section.precio{background-color:#ffffff;}


.title_transacciones_telematicas{

font-size:48px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#ffffff;
line-height:51px;

}
.title_notificaciones{
  font-size:63px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#ffffff;
line-height:66px;
}

.title_transacciones_telematicas_presenciales {
    font-size: 40px;
    padding-bottom: 11px;
    font-weight: 300;
    top: 73px;
    color: #505050;
    float: right;
    /*right: -238px;*/
    width: 100%;
    position: absolute;
    z-index: 9;
    line-height:50px;
    left:-1px;
}

.title_albaran{
    font-size: 40px;
    padding-bottom: 11px;
    font-weight: 300;
    top: 16px;
    color: #505050;
    width: 130%;
    position: absolute;
    z-index: 9;
    line-height:50px;}


.title_contacto {
    font-size: 45px;
    padding-bottom: 11px;
    font-weight: 300;
    top: 16px;
    color: #505050;
    width: 130%;
    position: absolute;
    z-index: 9;
    line-height: 50px;
}

.title_transacciones_telematicas_certificadas {
    font-size: 40px;
    padding-bottom: 11px;
    font-weight: 300;
    top: -106px;
    color: #505050;
    float: right;
    right: -47px;
    width: 134%;
    position: absolute;
    line-height: 50px;
}
.title_transacciones_telematicas_mobile{

font-size:40px;
padding-bottom:11px;
font-weight:300;
color:#505050;
margin-top:85px;
line-height:50px;

}




.title_transacciones_telematicas_mobile2{

font-size:40px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#505050;
margin-top:33px;
line-height:59px;

}

.title_transacciones_telematicas_mobile3{

font-size:48px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#505050;
margin-top:85px;
line-height:59px;

}
.title_notificaciones_mobile{
  font-size:48px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#ffffff;
margin-top:-78px;}


.title_albaran_mobile{

font-size:40px;
padding-bottom:11px;
font-weight:300;
margin-top: 16px;
color:#505050;
margin-top:85px;

}


.modalidades {
    font-size: 63px;
    padding-bottom: 11px;
    font-weight: 300;
    top: 16px;
    color: #ffffff;
    float: right;
    /*right: -238px;*/
    width: 100%;
    z-index: 9;
    line-height:66px;
}

h1.title_modalidades{
  color:#ffffff;
  font-size:45px;
  margin-bottom: 34px;
  margin-top: 38px;

}



.modalidades_mobile {
    font-size: 63px;
    padding-bottom: 11px;
    font-weight: 300;
    top: 16px;
    color: #ffffff;
    width: 100%;
    z-index: 9;
    line-height:66px;
}

h1.title_modalidades_mobile{
  color:#ffffff;
  font-size:45px;
  margin-bottom: 34px;
  margin-top: 38px;

}

.text_design{
color:#ffffff;


}

.text_design p{
font-size:20px;
}

.tutor{
font-size:18px;

}
.text-custom_login {
    color: #cc3d3a;
}

.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active{
background-color: #cc3d3a !important;
    border: 1px solid #cc3d3a !important;
    color: #ffffff;


}

@media (min-width: 1200px) and (max-width: 1584px){

.buttoms_width{width:45% !important;}

}
@media (min-width: 400px) and (max-width: 700px){

.buttoms_width{width:60% !important;}

}

@media (min-width: 769px) and (max-width: 800px){

.buttoms_width{margin-top:-26px;}

.bg-img-notificaciones_certificadas_mobile {
    position: relative;
    min-height: 1167px;
}

.bg-img-albaran_mobile {
    min-height: 1390px;

}

.bg-img-digitalizacion_mobile {
    min-height: 1183px;

}
}

@media (min-width: 320px) and (max-width: 399px){

.buttoms_width{width:95% !important;}

}


.buttoms_width{width:33%;}

.asesor_circulo1{
background: rgba(183, 35, 35, .5);
    width: 10vw;
  height: 34vw;
  border-radius: 50%;

}

.asesor_circulo2{
background: none;
    width: 10vw;
  height: 34vw;
  border-radius: 50%;
 border:2px solid #ffffff;
}


.asesor_circulo1_mobile{
    width: 10vw;
  height: 34vw;


}

.asesor_circulo2_mobile {
    background: none;
    width: 10vw;
    height: 34vw;
   }

h1.title_modalidades_asesor{
  color: #ffffff;
    font-size: 52px;
    margin-bottom: 34px;
    width: 35vw;
    margin-top: 33%;

}

h1.title_modalidades_asesor_mobile {
    color: #ffffff;
    font-size: 52px;
    margin-bottom: 34px;
    width: 67vw;
    margin-top: 25%;
}
.text_design_asesor{
color:#ffffff;
margin-bottom: 34px;
    width: 35vw;
    margin-top: 25%;


}


.text_design_asesor p{
font-size:20px;

}

.text_design_asesor_mobile {
    color: #ffffff;
    margin-bottom: 34px;
    width: 81vw;
    margin-top: -1%;
}
.text_design_asesor_mobile p{
font-size:20px;

}


.style_iaccesos_mobile{margin-bottom:140px; margin-top: -152px; margin-left: 194px;}

.style_iaccesos{margin-bottom:140px; margin-top: -77px;}

.freemium{
  background-color:#c83c39;
  border-radius:10px;
  -webkit-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
margin-bottom: 25px;
width: 75%;
    margin-left: 10% !important;
    padding-top: 46px;
    padding-bottom: 46px;
}

.freemium_mobile{
  background-color:#c83c39;
  border-radius:10px;
  -webkit-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
margin-bottom: 25px;
width: 75%;
    margin-left: 10% !important;
    padding-top: 46px;
    padding-bottom: 46px;
}

@media screen and (max-width: 450px){
.freemium_mobile{
  border-radius:0px!important;
  -webkit-box-shadow:none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
margin-bottom: 25px;
width: 100%!important;
margin-left: 0px !important;
padding-top: 46px;
padding-bottom: 46px;
}
}
.list {
     vertical-align:super;
     font-size:36px;
     }

.freemium2{
  background-color: #ffffff !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #545e73;
    max-width: 240px;
    height: 96px;
    padding-top: 19px;
    /*margin-left: 74px;*/
    margin-top: 42px;
}

.premium{
  border:solid 2px #ffffff;
  border-radius:10px;
  -webkit-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
box-shadow: -1px 1px 15px 2px rgba(0,0,0,0.52);
margin-left: -28px;
    margin-top: -30px;
    padding-bottom: 37px;

}


.premium2 {
    background-color: #ffffff !important;
    border-radius: 17px;
    margin-bottom: 25px;
    color: #545e73;
    max-width: 215px;
    height: 71px;
    padding-top: 19px;
    margin-top: 47px;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #cc3d3a;
    width: 62%;
}

hr.gratuita {
    margin-top: -6rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #ffffff;
    width: 62%;
}

.img-fluid_transacciones {
    max-width: 100%;
    height: auto;

}
.img-fluid_transacciones2 {
    max-width: 100%;
    height: auto;
    /* padding-left: 150px; */
    /*margin-top: -139px;*/
}


.img-fluid_transacciones3 {
    max-width: 100%;
    height: auto;
    margin-left: -29px;
}
.img-fluid_transacciones4 {
    max-width: 100%;
    height: auto;
  }




   .wrapper-form_disponibilidad {
    margin: 5% auto;
    position: relative;
    /*max-width: 1000px;*/
    width: 100%;
    margin-top:16px;
}

.btn-primary1 {
    color: #fff;
    background-color: #009bdb;
    border-color: #009bdb;
    height: 61px;
    font-size: 33px;
    width: 44%;
    padding-top: 2px;
    border-radius: 5px;
    margin-left: 271px;
    margin-top: 23px;
}



.wrapper-form_iaccesos{
  margin: 1% auto 5%;
    position: relative;
    max-width: 815px;
    width: 100%;}

.wrapper-form_iaccesos_asesor{

  margin: -3% auto 5%;
    position: relative;
    max-width: 815px;
    width: 100%;
}

@media (min-width:1651px){
.asesor_nav{margin-top:64px !important;}

}

@media screen and (min-width: 1453px){
.text-alta {

    margin-bottom: 34px;
    font-weight: 300;
    color: #505050;
    /* margin-left: 73px; */


}

.text-alta_asesor {

    margin-bottom: 34px;
    font-weight: 300;
     color: #51d8d4;
    /* margin-left: 73px; */


}
}

.text-alta {
     font-size: 45px;
    margin-bottom: 34px;
    font-weight: 1000;
    color: #505050;
    padding-right: 57px;
}


.text-alta_asesor {
     font-size: 48px;
    margin-bottom: 34px;
    font-weight: 600;
    color: #b1403d;
    padding-right: 57px;
    margin-top: 265px;
}
.text-alta2{
  font-size: 19px;
  margin-top:-11px;
  margin-bottom: 47px;
  color:#000000;
font-weight: 300;
width: 939px !important;}

.subtitle_text-alta {
    font-size: 18px;
    margin-bottom: 34px;
    font-weight: 300;
    color: #505050;
    padding-right: 57px;
}

.subtitle_modalidades {
    font-size: 26px;
    margin-bottom: 92px;
    font-weight: 300;
    color: #ffffff;
    padding-right: 57px;
}

.subtitle_modalidades_mobile {
    font-size: 26px;
    margin-bottom: 34px;
    font-weight: 300;
    color: #ffffff;

}

input[type="radio"], input[type="checkbox"] {
    margin: 21px 0px 0px 0px;
    margin-top: 1px \9;
    line-height: normal;
    padding-right: 20px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(4.1rem + 2px);
}
 /*@media screen and (max-width: 413px){

.btn-primary {

    width: 53%;
}

.btn-primary:hover{

width: 53%;
}


.btn-primary2 {

    width: 43%;
}

.btn-primary2:hover{

width: 43%;
}



.title_geopatrocinio_gestion {

    font-size: 40px;

}


.title_geopatrocinio2 {
        font-size: 40px;
   }

.table {
    margin-left: -7px;
}*/

/*#table_geopatrocinio td {

    padding-left: 61%;

}
*/

 /*}*/


@media (min-width: 601px) and (max-width: 766px){
 .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 0px;
    border-top: 1px solid #ddd;

}

}

@media screen and (max-width: 600px){

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {

    width: 20px;
    height: 20px;

}


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
 padding: 0px !important;
font-size:15px;
}
    .menu_style {
    float: left !important;
    margin-top: 25px;
}


    }


    .mobileShow {display: none !important;}

  /* Smartphone Portrait and Landscape */
  @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px){
      .mobileShow {display: inline;}
  }


@media (min-width: 768px){
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 100%;
}
}

@media (max-width: 1447px){

.margin_left_168{margin-left:0px;}

.ecm_background {

    margin-top: 63px;

}
}
@media (max-width: 1123px){
.img-fluid_transacciones2 {
    max-width: 100%;
    height: auto;
    padding-left: 150px;
    margin-top: 0px;


}
}

@media (max-width: 1199px){
section.mapa {

    margin-top: -200px;


}
}

@media (min-width: 321px) and (max-width: 494px){


.ecm_background {

    background: url(../../images/background_orange.jpg) no-repeat;
    padding-left:39px;
    margin-left: -25px;

}

.sub-title_ecm {

    font-size: 17px;
    width: 273px;
    line-height: 27px;
    color: #ffffff !important;
    padding-bottom: 0px;

}

.m-t-20 {

    margin-top: -31px !important;

}

.bg-img-consentimientos2_mobile {

    margin-top: -311px !important;
}


.dropbtn {
    background-color: #ffffff;
    color: #000000;
    padding-top: 19px;
    padding-bottom: 8px;
    /* padding-left: 3px; */
    padding-right: 101px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.menu_style{

margin-top: 35px;

}
.margin_top_30 {
    margin-top: -87px !important;
}

.buttoms_width {

    margin-top: -44px;
}
.title_notificaciones_mobile {
    font-size: 34px !important;
margin-top: -123px !important;
line-height: 40px !important;}




.title_transacciones_telematicas_mobile3 {
    margin-top: 34px !important;
  font-size: 34px !important;
line-height: 40px !important;}




.title_transacciones_telematicas_mobile{
    font-size: 36px !important;
  line-height: 40px !important;
margin-top: 14px
}


.bg-img-consentimientos_mobile {

    height: 1354px;

}

.bg-img-consentimientos2_mobile {
     height: 1126px;
}

.bg-img-notificaciones_certificadas_mobile {
    min-height: 875px;
}

.bg-img-albaran_mobile {
    min-height: 1020px;
 }


.bg-img-digitalizacion_mobile {
     min-height: 968px;
}


.bg-img-contacto {
    margin-top: -7px !important;
}

.subtitle_text-alta {
   padding-right: 56px;
    padding-left: 56px;
}

.modalidades_mobile {
    font-size: 57px;}

}



@media (max-width: 320px) and (min-width: 319px){

.bg-img-consentimientos2_mobile {

    margin-top: -311px !important;
}



.title_notificaciones_mobile {
    font-size: 34px !important;
margin-top: -123px !important;
line-height: 40px !important;}




.title_transacciones_telematicas_mobile3 {
    margin-top: 34px !important;
  font-size: 34px !important;
line-height: 40px !important;}




.title_transacciones_telematicas_mobile{
    font-size: 36px !important;
  line-height: 40px !important;
margin-top: -2px;
}


.bg-img-consentimientos_mobile {

    height: 1354px;

}

.bg-img-consentimientos2_mobile {
    height: 1226px;
}

.bg-img-notificaciones_certificadas_mobile {
    min-height: 1033px !important;
}

.bg-img-albaran_mobile {
    min-height: 1316px !important;
}


.bg-img-digitalizacion_mobile {
     min-height: 968px;
}


.bg-img-contacto {
    margin-top: -7px !important;
}

.subtitle_text-alta {
   padding-right: 56px;
    padding-left: 56px;
}

.modalidades_mobile {
    font-size: 46px;

}

}



.hero-background {
background: url(../../images/cabecera.jpg) no-repeat;
height: 100%;
margin-top: 4em;
height:864px;
min-width: 100%;
}


.text-container1 {
    /*background: #d6ffd1;*/
    float: left;
    margin: 15% 21%;
    max-height: 25em;
    padding-top: 11em;
    position: relative;
    vertical-align: middle;
    width: 55%;
}

.text-container2 {
    /*background: #d6ffd1;*/
    float: left;
    margin: -27% 42%;
    max-height: 25em;
    padding-top: 11em;
    position: relative;
    vertical-align: middle;
    width: 55%;
}

.text-container3 {
   /* background: #d6ffd1;*/
    float: left;
    margin: -20% 64%;
    max-height: 25em;
    padding-top: 11em;
    position: relative;
    vertical-align: middle;
    width: 55%;
}

.hero-background .text-container1 h4 {
background: #f7f7f2;
opacity: .8;
padding: 1em;
text-align: center;
}



.iphone-backdrop {
background: #d1e2ff;
float: left;
height: 120px;
max-width: 320px;
padding-top: 2em;
position: relative;
width: 100px;
}

.hero-image-band-container {
background: #ffd1d1;
height: 80px;
position: absolute;
width: 80px;
top: 13%;
left: 0;
bottom: 0;
right: 0;
}


header {
  position: relative;
  background-color:#ffffff;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

@media only screen and (min-width: 1477px){
header {
  position: relative;
  background-color:#ffffff;
  height: 70vh;
  min-height: 19rem;
  width: 100%;
  overflow: hidden;
}
}




.alta_asesor_formulario{ float: right;
    color: #000000;
    font-size: 44px;
    font-weight: 100;
    margin-top: -50px;}

.alta_asesor_pasos{
  color: #000000;
    font-size: 38px;
    font-weight: 100;}

.alta_pimec{
  color: #000000;
    font-size: 23px;
    font-weight: 100;}

.alta_asesor_pasos_subtitulo{color: #000000;
    font-size: 19px;
    font-weight: 100;}

.card-box_asesor_formulario{
background-color: #ffffff;
    margin-top: 100px;
    padding: 63px;
    border-radius: 23px;
    margin-top:-22px;
    margin-bottom:117px;
    margin-left:117px;
    margin-right:117px;

}

.card-box_aviso_legal {
    background-color: #ffffff;
    margin-top: 100px;
    padding: 63px;
    border-radius: 23px;
    margin-top: -22px;
    margin-bottom: 117px;
    /* margin-left: 117px; */
    /* margin-right: -117px; */
    width: 80%;
}
.card-box_alta_empresa{
background-color: #ffffff;
    margin-top: 100px;
    padding: 63px;
    border-radius: 23px;
    margin-top:-22px;
    margin-bottom:117px;
    margin-left:40px;
    margin-right:40px;

}




@media (max-width: 500px){

.card-box_aviso_legal{padding:20px;}
}

}


.alta_asesor_formulario2 {
    float: right;
    color: #000000;
    font-size: 44px;
    font-weight: 100;
    margin-top: -9px;
    margin-right: 181px;
}

span.bg-custom{background-color:#cc3d3a !important;}


@media (max-width: 794px){

.card-box_asesor_formulario{
background-color: #ffffff;
    margin-top: 100px;
    padding: 63px;
    border-radius: 23px;
    margin-top:-22px;
    margin-bottom:117px;
    margin-left:0px !important;
    margin-right:0px !important;

}

.alta_asesor_formulario {
    float: right;
    color: #000000;
    font-size: 38px;
    font-weight: 100;
    margin-top: -50px;
    margin-bottom: 28px;
}
.alta_asesor_pasos {
    color: #000000;
    font-size: 33px;
    font-weight: 100;
    margin-bottom: 28px;
}

}

.btn-default_formulario{
  color: #444444 !important;
    border-radius: 0px !important;
    padding: 10px 29px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    border-color: #cc3d3a;
    margin-right: 51px;
    background-color:#ffffff !important;}

    a.btn-default_formulario{
  color: #444444 !important;
    border-radius: 0px !important;
    padding: 10px 29px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    border-color: #cc3d3a;
    margin-right: 51px;
   background-color:#ffffff !important;}

.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    text-align: center;
    left: 4px;
}
.modal.in {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  -o-perspective: 2000px;
  perspective: 2000px;
}
.modal.in .modal-dialog.aside {
  -webkit-transform: -340px;
  -moz-transform: -340px;
  -ms-transform: -340px;
  -o-transform: -340px;
  transform: -340px;
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
  -o-transform: scale(0.8) rotateY(45deg) translateZ(-340px);
  transform: scale(0.8) rotateY(45deg) translateZ(-340px);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal.in .modal-dialog.aside.aside-1 {
  -webkit-transform: calc(-340px + 40px);
  -moz-transform: calc(-340px + 40px);
  -ms-transform: calc(-340px + 40px);
  -o-transform: calc(-340px + 40px);
  transform: calc(-340px + 40px);
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + 40px));
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + 40px));
  -o-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + 40px));
  transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + 40px));
}
.modal.in .modal-dialog.aside.aside-2 {
  -webkit-transform: calc(-340px + (40px * 2));
  -moz-transform: calc(-340px + (40px * 2));
  -ms-transform: calc(-340px + (40px * 2));
  -o-transform: calc(-340px + (40px * 2));
  transform: calc(-340px + (40px * 2));
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 2)));
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 2)));
  -o-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 2)));
  transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 2)));
}
.modal.in .modal-dialog.aside.aside-3 {
  -webkit-transform: calc(-340px + (40px * 3));
  -moz-transform: calc(-340px + (40px * 3));
  -ms-transform: calc(-340px + (40px * 3));
  -o-transform: calc(-340px + (40px * 3));
  transform: calc(-340px + (40px * 3));
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 3)));
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 3)));
  -o-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 3)));
  transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 3)));
}
.modal.in .modal-dialog.aside.aside-4 {
  -webkit-transform: calc(-340px + (40px * 4));
  -moz-transform: calc(-340px + (40px * 4));
  -ms-transform: calc(-340px + (40px * 4));
  -o-transform: calc(-340px + (40px * 4));
  transform: calc(-340px + (40px * 4));
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 4)));
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 4)));
  -o-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 4)));
  transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 4)));
}
.modal.in .modal-dialog.aside.aside-5 {
  -webkit-transform: calc(-340px + (40px * 5));
  -moz-transform: calc(-340px + (40px * 5));
  -ms-transform: calc(-340px + (40px * 5));
  -o-transform: calc(-340px + (40px * 5));
  transform: calc(-340px + (40px * 5));
  -webkit-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 5)));
  -ms-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 5)));
  -o-transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 5)));
  transform: scale(0.8) rotateY(45deg) translateZ(calc(-340px + (40px * 5)));
}


h1.faqs_iaccesos {
    font-size: 4.5rem;
    font-weight: 100;
    text-align: center;
    margin-bottom: 71px;
    color:#cc3d3a;
}

.title_faqs{
font-size: 3rem;
font-weight: 100;
margin-bottom:25px;
margin-top:58px;

}
h5.subtitle_faqs{font-size: 3rem;
font-weight: 400;
color:#515151 !important;
margin-bottom:25px;
padding-top: 3px !important;}

.text-muted_iaccesos_rojo{color:#cc3d3a; font-size: 17px;}
.text-muted_iaccesos{color:#515151; font-size: 17px;}
.font_italic{font-style: italic;}

.form-control::-webkit-input-placeholder { color: #a6a6a6; font-size:14px; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color:#a6a6a6; font-size:14px; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #a6a6a6; font-size:14px; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #a6a6a6; font-size:14px; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #a6a6a6; font-size:14px;}  /* Microsoft Edge */
   position: relative;
    left: 61px;}

.text_section_icertificacion{
 font-family: roboto;
    font-size: 18px;
    width: 90%;
    text-align: left !important;
    position: relative;
    left: 61px;
    line-height: 39px;}

.text_section_icertio{
 font-family: roboto;
    font-size: 18px;
    width: 90%;
    text-align: left !important;
    position: relative;
    left: 61px;
    line-height: 39px;
     padding-bottom: 72px;}

.text_section_icertio2{
 font-family: roboto;
    font-size: 18px;
    width: 90%;
    text-align: left !important;
    position: relative;
    left: 61px;
    line-height: 39px;
     padding-bottom: 72px;
     background: url("../images/ergpd2.jpg") no-repeat; }


.title_ergpd{
	font-family: agency fb;
    font-size: 68px;
    width: 70%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
	position: absolute;
    bottom: 8px;
    left: 39px;}
.title_notifica360{
  font-family: agency fb;
    font-size: 61px;
    width: 54%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
  position: absolute;
    bottom: 8px;
    left: 39px;}
.title_icertificacion2{
 font-family: agency fb;
    font-size: 68px;
    width: 38%;
    text-align: left !important;
    text-shadow: 0px 0px 225px #4f494c;
    position: absolute;
    bottom: 101px;
    left: 39px;}
.container_movimio{
  position: relative;
    text-align: center;
    color: #ffffff;}

.title_movimio{
  font-family: agency fb;
    font-size: 61px;
    width: 54%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
  position: absolute;
    bottom: 8px;
    left: 39px;}
.title_section_ergpd{
  font-family: agency fb;
    font-size: 68px;
    width: 96%;
    text-align: left !important;
    position: relative;
   top:15px;}
 .text_ergpd2{
 color: #000000;
  padding: 0px 0px 37px 37px;
  font-size: 18px;
   width: 100%;
 }
.text_ergpd3{font-family: roboto;
    font-size: 18px;
    opacity: 10 !important;
    color: #ffffff;
    padding: 25px;

  }

div.ergpd, img.ergpd {
  display: block;
  position: relative;
  width: 100%;

}

div p.ergpd {
    background-color: #4d4d4d;
    opacity: 0.8;
    display: block;
    position: relative;
    bottom: 535px;
    left: 88px;
    padding: 81px 188px 81px 188px;
    width: 90%;
    color: #ffffff;
    font-family: roboto;
    font-size: 18px;
}


div.captick, img.captick {
  display: block;
  position: relative;
  width: 100%;

}

div p.captick {
    opacity: 0.8;
    display: block;
    position: absolute;
    bottom: 147px;
    left: -54px;
    padding: 81px 188px 81px 188px;
    width: 72%;
    color: #000000;
    font-family: roboto;
    font-size: 18px;
}

@media (max-width: 1144px){

div p.captick {
    opacity: 0.8;
    display: block;
    position: absolute;
    bottom: 58px;
    left: -140px;
    padding: 81px 188px 81px 188px;
    width: 95%;
    color: #000000;
    font-family: roboto;
    font-size: 18px;
}


}

@media (max-width: 920px){

div p.captick {
    opacity: 0.8;
    display: block;
    position: absolute;
    bottom: -35px;
    left: -140px;
    padding: 81px 188px 81px 188px;
    width: 105%;
    color: #000000;
    font-family: roboto;
    font-size: 18px;
}

.icertificacion-image {
    background-size: cover !important;
    position: relative;
    background: url(../images/background_secciones2.png) no-repeat;
    height: 101px;
}

}
@media (max-width: 829px){

div p.captick {

    display: block;
    position: relative;
    /* bottom: -92px; */
    /* left: -180px; */
    /* padding: 81px 188px 81px 188px; */
    width: 150%;
    color: #000000;
    font-family: roboto;
    font-size: 18px;
    background-color: #ffffff;
    color: #000000;

}
.icertificacion-image {
    background-size: cover !important;
    position: relative;
    background: url(../images/background_secciones2.png) no-repeat;
    height: 101px;
}
}

@media (min-width: 767px) and (max-width: 821px) {

div p.captick {

display: block;
    position: relative;
    bottom: 492px;
    left: -81px;

    /* padding: 81px 188px 81px 188px; */
    width: 111%;
    font-family: roboto;
    font-size: 18px;
    background-color: #ffffff;
    color:#000000;


}


 }


@media (min-width: 545px) and (max-width: 930px) {

div p.ergpd {
        background-color: #4d4d4d;
    opacity: 1.8;
    display: block;
    position: relative;
    bottom: 398px;
    left: 8px;
    /* padding: 81px 188px 81px 188px; */
    width: 99%;
    color: #ffffff;
    font-family: roboto;
    font-size: 18px;
}


 }


@media (min-width: 390px) and (max-width: 544px) {

div p.ergpd {
    background-color: #4d4d4d;
    opacity: 0.8;
    display: block;
    position: relative;
    bottom: 398px;
    left: -158px;
    /* padding: 81px 188px 81px 188px; */
    width: 124%;
    color: #ffffff;
    font-family: roboto;
    font-size: 18px;
}

.icertificacion-image {
    background-size: cover !important;
    position: relative;
    background: url(../images/background_secciones2.png) no-repeat;
    height: 101px;
    margin-bottom: 114px;
}
 }


.text_captick{
  padding: 200px 215px 202px 232px;
  background-color:#4d4d4d;
  opacity: 0.8;
}

.title_ergpd2{
  font-family: agency fb;
    font-size: 61px;
    width: 96%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
  position: absolute;
    bottom: -1600px;
    left: 39px;
    background-color:#4d4d4d;
  opacity: 0.8;
padding: 50px;}


.title_ergpd3{
  font-family: agency fb;
    font-size: 61px;
    width: 96%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
  position: absolute;
    bottom: -3000px;
    left: 39px;
    background-color:#4d4d4d;
  opacity: 0.8;
padding: 50px;}

.title_captick{
 font-size: 61px;
 width: 47%;
 text-align: left !important;
 position: absolute;
 bottom: -3000px;
 left: 39px;
 opacity: 0.8;
 padding: 50px;
 color: #000000 !important;
font-family:roboto;}


.container_icertificacion{
	position: relative;
    text-align: center;
    color: white;}

.title_icertificacion{
	font-family: agency fb;
    font-size: 68px;
    width: 70%;
    text-align: left !important;
   text-shadow: 0px 0px 225px #4f494c;
	position: absolute;
    bottom: 396px;
    left: 39px;}

.logo_icertificacion{float:left;}

@media screen and (max-width: 768px) {
    .logo_icertificacion {
      margin-top:-120px !important;} }



.c-social-profiles{display: inline-block;
    text-align: center;
    margin-bottom: 0;
counter-reset: li;
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;}

.fa {
  /*padding: 0px 20px 20px 20px;*/
  font-size: 25px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 2px 5px;
}

.fa:hover {
    opacity: 0.7;
    text-decoration:none !important;
}

.fa-facebook {
  /*background: #3B5998;*/
  color: white;
}
.fa-facebook:hover {
  /*background: #3B5998;*/
  color: #3B5998;
}



.fa-linkedin {
  /*background: #007bb5;*/
  color: white;
}

.fa-linkedin:hover {
  /*background: #007bb5;*/
  color: #007bb5;
}

.fa-youtube {
  /*background: #bb0000;*/
  color: white;
}

.fa-youtube:hover {
  /*background: #bb0000;*/
  color: #bb0000;
}

.introduccion_icertio {
    background-color: #50d2d7;
    color: #000000;
    padding: 23px;
    text-align: center;
    font-size: 25px;
    width: 100%;}


.text_clientes{
    color: #000000;
    padding: 23px;
    text-align: left;
    font-size: 18px;
    width: 100%;}
.image_060
{
width:165%;
height:157px;
background: url("../images/060.png") no-repeat;
}
.image_060:hover{ background: url("../images/060_hover.png") no-repeat; }

.image_agencia_tributaria
{
width:165%;
height:157px;
background: url("../images/agencia_tributaria2.png") no-repeat;
}
.image_agencia_tributaria:hover{ background: url("../images/agencia_tributaria_hover2.png") no-repeat; }

.image_tesoreria_seguridad_social
{
width:165%;
height:157px;
background: url("../images/tesoreria_general_seguridad_social.png") no-repeat;
}
.image_tesoreria_seguridad_social:hover{ background: url("../images/tesoreria_general_seguridad_social_hover.png") no-repeat; }

.image_dgt
{
width:165%;
height:157px;
background: url("../images/dgt.png") no-repeat;
}
.image_dgt:hover{ background: url("../images/dgt_hover.png") no-repeat; }

.image_generalitat
{
width:165%;
height:157px;
background: url("../images/generalidad_catalunya.png") no-repeat;
}
.image_generalitat:hover{ background: url("../images/generalidad_catalunya_hover.png") no-repeat; }


@media (max-width: 767px){

.image_060
{
width:100%;
height:200px;
background: url("../images/060.png") no-repeat;
}
.image_060:hover{ background: url("../images/060_hover.png") no-repeat; width:100%;
height:200px;}

.image_agencia_tributaria
{
width:100%;
height:200px;
background: url("../images/agencia_tributaria2.png") no-repeat;
}
.image_agencia_tributaria:hover{ background: url("../images/agencia_tributaria_hover2.png") no-repeat; width:200%;
height:200px; }

.image_tesoreria_seguridad_social
{
width:100%;
height:200px;
background: url("../images/tesoreria_general_seguridad_social.png") no-repeat; width:100%;
height:200px;
}
.image_tesoreria_seguridad_social:hover{ background: url("../images/tesoreria_general_seguridad_social_hover.png") no-repeat; width:200%;
height:200px;}

.image_dgt
{
width:100%;
height:200px;
background: url("../images/dgt.png") no-repeat;
}
.image_dgt:hover{ background: url("../images/dgt_hover.png") no-repeat; width:2100%;
height:200px;}

.image_generalitat
{
width:100%;
height:200px;
background: url("../images/generalidad_catalunya.png") no-repeat;
}
.image_generalitat:hover{ background: url("../images/generalidad_catalunya_hover.png") no-repeat; width:200%;
height:200px;}



}

*, *::before, *::after{
  -moz-box-sizing: border-box;
       box-sizing: border-box;

  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}






h1{
  color: #2c3e50;
  text-align: center;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

figure{

  /*overflow: hidden;*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 3.1em;
}

figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}

figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #2c3e50;
  text-transform: uppercase;
}

figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  /*bottom: 40%;*/
  text-align: center;
  margin: auto;
  width: 0%;
  /*height: 2px;*/
  background: #2c3e50;
}

figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
/* background: rgba(255,255,255,0.3);*/
}

figcaption:hover div{
  opacity: 1;
  top: -70px;
}

figcaption:hover div.astronauta{
  opacity: 1;
  top: 100px;
  left:35px;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}


.content_acta{
  text-align: center !important;
    width: 100%;
  }

.creditos{font-size: 16px;
    line-height: 32px;}
.credito {border: solid 1px #50d2d7;
    padding: 16px;}

    .section#aceptaciones2 {
    padding-top: 3em;
    padding-bottom: 0px;
}
.zona_usuario{font-size: 15px;
    position: relative;
    top: 47px;}



@media screen and (max-width: 768px) {

.content_acta {
    text-align: center !important;
    width: 100%;
}
.section .title {
    font-size: 39px;
    margin-top: 0;
    /* font-weight: 600; */
    font-family: Roboto thin !important;
    width: 100%;
}
     }



.btn-block {
    display: block;
    width: 84%;
}

.btn-primary {
    color: #fff;
    background-color: #50d2d7;
    border-color: #50d2d7;
    height: 60px;
    font-size: 23px;
    font-family:roboto thin;
}
.btn-primary:hover {
    color: #fff;
    background-color: #50d2d7;
    border-color: #50d2d7;
    height: 60px;
    font-size: 23px;
    font-family:roboto thin;
}
.container_foto {
  position: relative;
  width: 100%;
}

.image_foto {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_foto {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3d3d3d;
}


.container_foto:hover .overlay_foto {
  opacity: 0.8;
}

.text_foto {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
}
header .overlay_equipo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.text_video{ font-size: 76px;
    line-height: 40px;
    color: #fff;
    font-family:roboto thin;}

.text_video2{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: roboto thin;
    width: 545px;
    text-align: left;}

.text_video a{ font-size: 76px;
    line-height: 40px;
    color: #fff;
  font-family:roboto thin;}

/*.text_video:hover{ font-size: 33px;
    line-height: 40px;
    color: #ffffff;
  font-family:roboto thin;}*/

  .bottom-left {
   position: absolute;
    margin-bottom: 8px;
    left: 0px;
}

.color_green{color: #51d8d4;}

.text_icertificacion_title{
  font-family: roboto thin;
  text-align: left;
  font-size: 84px;
  line-height: 202px;}


.text_icertificacion{
  font-family: roboto light;
    text-align: left;
    font-size:17px;
  line-height: 39px;
  color:#444444;}

.text_icertificacion2{
  font-family: roboto;
    text-align: left;
    font-size:19px;
  line-height: 39px;}

.text_icertificacion_subtitle{
  font-family: roboto light;
    text-align: left;
    font-size:25px;
  line-height: 39px;}

.img_confianza{float:right; margin-bottom: 110px; border-radius: 2%; margin-top:139px; margin-right: 70px;}

.margin_left_83{margin-left:83px;}

.text_contacto{font-size: 50px;
    line-height: 40px;
    color: #fff;
    font-family:roboto thin;}


.form-check {
    position: relative;
    display: block;
    margin-bottom: 1.9rem;
}

.form-check-label {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -4px !important;
}
