/*
Theme Name: Acuarel New The7
Author: Acuarel Lab
Author URI: http://www.acuarel.es/
Description: Child Theme dt-the7
Version: 1.1.0
License: Uso interno
Template: dt-the7
Text Domain: acuarelnew7
*/


/*Barra login superior (acuarel) creada por js*/
.acuarel-top-wrapper span{
   font-size:13px;
}
.acuarel-top-wrapper  a{
   display: inline-block;
   margin-left: 1em;
   text-decoration: none !important;
   transition: color 150ms ease-in-out;
}
.acuarel-top-wrapper  a >i{
display: inline-block;
   margin-right: 0.5em;
   font-size: 1.2em;
   color: var(--the7-links-color);
}
.acuarel-top-wrapper span a:hover{
   color: var(--the7-links-color) !important;
}


.kit-digital{
    background:#fff;
    width:100%;
    padding:1vh 0;
    display:flex;
    justify-content: center;
    align-items: center;
}

.kit-digital >img{
    display:inline-block;
    width:90%;
    height:auto;
    max-width:588px;
}

body.page-contacta .columna-enlaces a,
body.page-contacta .columna-enlaces a:visited{
   display:inline-block;
   padding:5px;
   color:#111;
   text-decoration: none;
   transition: all 150ms ease-in-out;
}

body.page-contacta .columna-enlaces a:hover,
body.page-contacta .columna-enlaces a:active{
   color: var(--the7-links-color);
   text-decoration: underline;
}
body.page-contacta  h2{
   font-size: 25px !important;
   line-height: 30px !important;
   font: var(--the7-base-font-big);
   letter-spacing: var(--the7-base-letter-spacing);
   text-transform: var(--the7-base-text-transform);
   text-decoration: var(--the7-base-text-decoration);
   word-spacing: normal;
   color: var(--the7-base-color);
}