:root {
    /** GLOBALES **/
    --ruta: url('..');
    --gradient: linear-gradient(180deg, rgba(0,105,130,0.8687674899061186) 0%, rgba(0,176,163,0.6194677700181634) 100%);
    --colorPrincipal: #00b0a3 ;
    --colorSecundario: #00d292 ;
    --colorClaro: #05f26c;
    --colorOscuro: #006982;
    --colorTrasnlucido: #2f4858a5 ;
    --colorTrasnlucido1: #2f485864 ;
    --colorTrasnlucido2: #2f4858e0 ;
    --fuenteTitulos: ;
    --fuenteParrafos: ;


    /** SECCIÓN HEADER **/
    --barraHeader: transparent;
    --barraMenu: transparent;
    --barraHeaderLegales:#006982;
    --barraMenuLegales: #006882c0 ;
    --telefonosColor: #006982;
    --alturaHeader: -16rem;
    --alturaHeaderMobile: -25rem;
    --fondoSticky: ;

    /** FOOTER **/
    --barraFooter: ;
    --colorTextoBarraFooter: ;
    --fondoFooter: ;
    --colorTextoFooter: ;
}
.contenedor {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
}
/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');
/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #191919;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
	font-weight:300;
}
a {
    color: var(--colorClaro);
    text-decoration: none;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: var(--colorClaro);
    text-decoration: none;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.35em;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--colorPrincipal);
}
h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 36px;
	color:var(--colorClaro);
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 25px;
	color:var(--colorClaro);
}
h5, .h5 {
    font-size: 19px;
}
h6, .h6 {
    font-size: 16px;
	color:var(--colorClaro);
}

hr {
	border-color: #e5e5e5;
}
/********** navigation ********/
div#sticky-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
}
nav.main-nav {
    position: relative;
    z-index: 100;
    transition: background .4s, box-shadow .4s;
    padding: 22px 0 0;
}
.color-header{
    background: var(--colorOscuro);
}
.is-sticky nav.main-nav {
    background: var(--colorTrasnlucido);
    box-shadow: 0 0 30px rgb(255 255 255 / 10%);
    z-index: 100;
    padding: 10px 0px;
}
nav.main-nav .nav-wrapper {
display: grid;
    align-items: center;
    grid-template-columns: repeat(3,auto);
}
nav.main-nav .nav-wrapper .nav-bar1 ul li:nth-child(5), nav.main-nav .nav-wrapper .nav-bar1 ul li:nth-child(4), nav.main-nav .nav-wrapper .nav-bar1 ul li:nth-child(6) {
    display: none;
}
nav.main-nav .nav-wrapper .nav-bar2 ul li:nth-child(1), nav.main-nav .nav-wrapper .nav-bar2 ul li:nth-child(2), nav.main-nav .nav-wrapper .nav-bar2 ul li:nth-child(3) {
    display: none;
}
nav.main-nav .nav-wrapper .nav-bar2 ul {
    float: right;
}
nav.main-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
nav.main-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 24px;
}
nav.main-nav .mobile-nav i.fa {
    background: var(--colorClaro);
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
}
nav.main-nav .logo {
    position: relative;
	    display: table;
    margin: 0 auto;
  
    
}
nav.main-nav .logo img {
    max-width: 250px;
 }
@media (min-width: 768px) {
    nav.main-nav .logo img {
       max-width: 298px;
    }
}
.is-sticky nav.main-nav .nav-wrapper {
    align-items: center;
}
/***************/
header.top {
    position: relative;
    height: 600px;
    background: var(--colorPrincipal);
}
header.top.small header.page-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
header.top.small header.page-title h1 {
    margin: 0;
	    font-size: 70px;
		position: relative;
}
header.top.small header.page-title h1:before {
    content: "";
    position: relative;
    display: block;
    width: 178px;
    height: 150px;
    background: url(../images/icon-resto.png) no-repeat center;
    margin: 0 auto 10px;
}
header.top.big {
    height: 700px;
    background-size: cover;
}
header.top .img {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/photo-header.jpg) 50% 35% / cover no-repeat;
    background-attachment: fixed;
	    z-index: 1;
}
header.top.small .banner {
    width: 100%;
    right: 0;
    top: 115px;
    bottom: 0;
    height: auto;
    transform: translateY(0%);
}
/******* animation *************/
.animate.clip_ttb {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 800ms ease-out;
}
.animate.clip_rtl {
    clip-path: inset(0 0 0 100%);
    transition: clip-path 800ms ease-out;
}
.animate.clip_rtl.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_ltr {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 800ms ease-out;
}
.animate.delay-1500 {
    transition-delay: 1250ms;
}
.animate.delay-500 {
    transition-delay: 500ms;
}
.animate.delay-250 {
    transition-delay: 250ms;
}
.animate.clip_ttb.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_rtl.play {
    clip-path: inset(-1px -1px -1px -1px);
}
.animate.clip_ltr.play {
    clip-path: inset(-1px -1px -1px -1px);
}
/*************************/
header.top .img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: var(--gradient);
    background-size: cover;
}
header.top .container {
    position: relative;
    height: 100%;
    z-index: 2;
}
header.top .slogan {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #fff;
    font-size: 65px;
    text-transform: none;
    text-align: left;
    line-height: 1em;
    z-index: 1;
    left: 15px;
    font-weight: 300;
    padding: 0 0 0 36px;
	transform: translateY(-50%);
    margin-top: -100px;
}
header.top .slogan h2 {
    text-transform: uppercase;
    font-size: 125px;
    color: #fff;
    font-weight: 600;
    line-height: .9em;
    margin: 0 0;
}
header.top .slogan:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    bottom: 0;
    background: var(--colorClaro);
}
header.top .slogan p {
    margin: 0;
}
header.top .slogan a {
     font-size: 17px;
    line-height: 1;
    text-shadow: none;
    padding: 20px 39px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: var(--colorClaro);
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .4s;
    margin: 30px 0 0;
    border-radius: 30px;
    background: linear-gradient(to top, var(--colorClaro) 0%, var(--colorClaro) 50%, #fff 50%, #fff 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background 400ms ease-in-out;
}
header.top .slogan a:hover {
    color: #000f3c;
	    background-position: 0 0;
}
/************* banner ********************/
header.top .banner {
    position: absolute;
    right: 0;
    width: 50%;
    height: 500px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 25px;
    z-index: 1;
    -webkit-box-shadow: 3px 3px 14px 0px rgb(25 25 25 / 18%);
    -moz-box-shadow: 3px 3px 14px 0px rgba(25, 25, 25, 0.18);
    box-shadow: 0px 0px 14px 0px rgb(25 25 25 / 18%), 0px 0px 14px 0px rgb(25 25 25 / 18%);
	    z-index: 2;
}
header.top .banner div#bg-slideshow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.diy-slideshow .next, .diy-slideshow .prev {
    top: auto !important;
    bottom: 30px !important;
    background: none !important;
    transform: none !important;
    font-size: 36px !important;
    font-weight: 400 !important;
	opacity: 1 !important;
}
.diy-slideshow .prev {
    left: 50% !important;
    margin-left: -40px;
}
.diy-slideshow .next {
    right: 50% !important;
    margin-right: -40px;
}
/************ Content ***************/
section.home-content {
    position: relative;
	z-index: 2;
}
section.page-content {
    position: relative;
}
.photo-home {
    float: right;
    margin: 0 0 20px 100px;
    position: relative;
    z-index: 1;
}
.photo-home img:hover {
    transform: scale(1.1);
}

.photo-home img {
    transition: all .4s;
}
.photo-home > div:last-of-type {
    margin-top: -209px;
    border-radius: 50%;
    position: relative;
    margin-left: -60px;
    box-shadow: 0 0 6px rgb(25 25 25 / 58%);
    width: 273px;
    height: 273px;
}
.photo-home > div:last-of-type img {
    border-radius: 50%;
	    position: relative;
}
.photo-home > div:last-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: -25px;
    right: -25px;
    background: var(--colorTrasnlucido);
    border-radius: 50%;
}
article.content {
    position: relative;
    padding: 70px 0 50px;
}
section.home-content article.content {
    padding: 110px 0px 30px;
}
article.content header.page-title {
    padding-top: 20px;
    position: relative;
	    margin: 0 0 30px;
}
article.content header.page-title:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background: var(--colorOscuro);
    top: 0;
    left: 0;
}
article.content header.page-title h1 {
    margin: 0;
}
section.home-content article.content header.page-title h1,
section.home-content article.content header.page-title h2 {
color: #1e2a4d;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
span.subtitle {
    font-size: 4rem;
    color: var(--colorOscuro);
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.1em;
}
section.home-content article.content header.page-title {
    margin: 0 0 35px;
    position: relative;
}
article.content header.page-title + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
/******** prestations ************/
section.prestations {
    position: relative;
    padding: 20px 0 60px;
}
section.prestations .box {
    text-align: center;
}
section.prestations .box .icon-bx {
    height: 64px;
    display: table;
    margin: 0 auto 0;
}
section.prestations .box h3 {
    font-weight: 500;
    font-size: 21px;
    color: #6e6e6e;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.06em;
    margin: 18px 0 0;
}
/*********** boxes ***************/
.bg-boxes {
    position: relative;
    background: #fff url(../images/bg-boxes2.jpg) no-repeat bottom center;
}
.boxes {
    position: relative;
}
.container-fluid {
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.boxes .boxes-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 27px;
}
.boxes .boxes-grid .box {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.boxes .boxes-grid .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.boxes .boxes-grid .box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--colorTrasnlucido1);
    transition: all .4s;
	background-size: cover;
}
.boxes .boxes-grid .box:hover:before {
    background: var(--colorTrasnlucido2);
	background-size: cover;
}
.boxes .boxes-grid .box .text-bx p {
    height: 0;
    opacity: 0;
    transition: all .4s;
}
.boxes .boxes-grid .box:hover p {
    height: auto;
    opacity: 1;
	    padding-top: 20px;
}
.boxes .boxes-grid .box .text-bx {
    position: absolute;
    bottom: 0;
    padding: 0 30px 50px;
    left: 0;
    right: 0;
    color: #fff;
}
.boxes-h2 {
    font-size: 25px;
    color: #fff;
    position: relative;
    padding: 0 30px 0px 0;
    font-weight: 600;
	    margin: 0;
}
.boxes-h2:before {
    content: "";
    position: relative;
    display: block;
    height: 64px;
    width: 64px;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 0 12px;
}
.boxes-h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 25px;
    height: 25px;
    background: url(../images/plus.png) no-repeat center;
}
.boxes .box:hover .boxes-h2:after {
    background: url(../images/plus-h.png) no-repeat center;
}
.boxes .box01 .boxes-h2:before {
    background-image: url(/media/images/ico1.png);
}
.boxes .box02 .boxes-h2:before {
    background-image: url(/media/images/ico2.png);
}
.boxes .box03 .boxes-h2:before {
    background-image: url(/media/images/ico3.png);
}
.boxes .box04 .boxes-h2:before {
    background-image: url(/media/images/ico4.png);
}
.boxes .box05 .boxes-h2:before {
    background-image: url(/media/images/ico5.png);
}
.boxes .box06 .boxes-h2:before {
    background-image: url(/media/images/ico6.png);
}
.boxes .box07 .boxes-h2:before {
    background-image: url(/media/images/ico7.png);
}
.boxes .box08 .boxes-h2:before {
    background-image: url(/media/images/ico8.png);
}
.boxes a {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    outline: none;
    font-size: 0;
    z-index: 2;
    height: 500px;
}
.boxes .boxes-grid .box p:last-of-type {
    margin: 0;
    padding: 0;
    text-align: left;

}
/*********** box etapes *************/
section.etapes {
    position: relative;
    padding: 30px 0 100px;
    text-align: center;
}
section.etapes h3 {
    margin: 0;
    font-size: 20px;
    color: #1e2a4d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 30px 0 40px;
    position: relative;
}
section.etapes h3 strong {
    font-size: 48px;
    color: var(--colorClaro);
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.4em;
}
section.etapes h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 70px;
    height: 6px;
    background: #000f3c;
    margin: auto;
}
section.etapes .projects-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
section.etapes .projects-grid .etape {
    padding: 0 30px 80px;
    position: relative;
    border-bottom: 2px solid #000f3c;
}
section.etapes .projects-grid .etape h2 {
    margin: 0 0 0;
    font-weight: 500;
    font-size: 114px;
    font-family: 'Poppins', sans-serif;
    color: #1e2a4d;
	    line-height: 1.1em;
		transition:all .4s;
}
section.etapes .projects-grid .etape:hover h2 {
    color: #293c74;
}
section.etapes .projects-grid .etape h4 {
    font-weight: 600;
    color: #293c74;
    font-size: 31px;
    margin: 0 0 30px;
    line-height: 1.1em;
}
section.etapes .projects-grid .etape a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    outline: none;
}
section.etapes .projects-grid .etape p {
    margin: 0;
}
section.etapes .projects-grid .etape:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 21px;
    width: 2px;
    background: #000f3c;
    margin: auto;
		transition:all .4s;
}
section.etapes .projects-grid .etape:hover:before {
    height: 32px;
}
section.etapes .projects-grid .etape:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21px;
    height: 26px;
    width: 26px;
    background: var(--colorClaro);
    margin: auto;
    border-radius: 50%;
		transition:all .4s;
}
section.etapes .projects-grid .etape:hover:after {
    bottom: 32px;
}
/*********** photo-spacer ****************/
section.photo-spacer {
    position: relative;
       height: 450px;
    /*background: url(../images/photo-spacer.jpg) no-repeat center fixed;*/
}
section.photo-spacer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/************** services *****************/
section.services {
    padding: 70px 0;
    position: relative;
    text-align: center;
}
section.services h3 {
    margin: 0 0 65px;
    font-size: 20px;
    color: #1e2a4d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0px 0 25px;
    position: relative;
}
section.services h3 strong {
    font-size: 48px;
    color: var(--colorClaro);
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.2em;
}
section.services h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 6px;
    background: #000f3c;
    margin: auto;
}
section.services .services-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 80px;
}
section.services .services-grid .icon-bx {
    margin: 0 auto 20px;
    display: table;
}
/********** contact **************/
section.contact {
    position: relative;
    background: url(../images/bg-contact.jpg) center fixed no-repeat;
    padding: 30px 0;
}
section.contact:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(30 42 77 / 90%);
}
section.contact h2 {
    float: left;
    position: relative;
    color: #fff;
    font-size: 44px;
    margin: 0;
}
section.contact .container > div {
    float: right;
    position: relative;
}
section.contact .container > div a {
    font-size: 16px;
    line-height: 1;
    text-shadow: none;
    padding: 20px 45px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: none;
    margin: 0px 0 0;
    border-radius: 30px;
    transition: all .4s;
	    background: linear-gradient(to top, #ff5e14 0%, #ff5e14 50%, #fff 50%, #fff 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background 400ms ease-in-out;
}
section.contact .container > div a:hover {
	color: #000f3c;
    background-position: 0 0;
}
/********* News ***************/
div#NewsItems .NewsItem.box {
    position: relative;
    width: 100%;
    padding: 15px;
    margin: 10px auto;
    background: #ededed;
}
div#NewsItems .photo-news {
    max-width: 220px!important;
    float: right;
    margin: 0 0px 15px 25px;
    height: 100%;
}
div#NewsItems .photo-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.NewsItem .date {
    font-size: 100%;
    font-weight: 700;
    color: #000f3c;
}
div#NewsItems a.readmore {
    font-size: 15px;
    line-height: 1;
    text-shadow: none;
    padding: 13px 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: var(--colorClaro);
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .4s;
    margin: 0px 0 0;
    border-radius: 30px;
    background: linear-gradient(to top, #ff5e14 0%, #ff5e14 50%, #000f3c 50%, #000f3c 100%);
    background-size: 100% 200%;
    background-position: 0 100%;
    transition: background 400ms ease-in-out;
}
div#NewsItems a.readmore:hover {
    color: #fff;
    background-position: 0 0;
}
img.img-responsive.img-news {
    float: right;
    max-width: 250px;
    margin: 0 0 20px 30px;
}
.box-light {
    background: #ededed;
    color: #414244;
    padding: 15px 15px 10px;
    margin: 0 0 20px;
}
.col-md-8.col-md-push-4 h3 {
    margin-top: 0;
}
.vCard .box-light h5 {
    margin: 0 0 3px;
}
.vCard .box-light {
    margin-top: 11px;
}
/************ footer ******************/
footer.bottom {
position: relative;
    padding: 65px 0;
    color: #fff;
    background: #000f3c url(../images/after-bx.png) repeat;
	    line-height: 1.5em;
}
footer.bottom .logo-footer img {
    max-width: 100%;
}
footer.bottom .logo-footer {
    margin: 0 0 15px;
}
/******/
footer.bottom .footer-wrapper {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-gap: 10%;
}
footer.bottom .footer-wrapper p {
    margin: 0;
}
footer.bottom .footer-adr {
    padding-left: 27px;
    background: url(../images/map.png) no-repeat left 4px;
}
footer.bottom .footer-tel {
    padding-left: 27px;
    background: url(/media/images/tel.png) no-repeat left 4px;
    display: block;
    margin: 15px 0;
}
footer.bottom .footer-mail {
    padding-left: 27px;
    background: url(/media/images/mail.png) no-repeat left 6px;
}
footer.bottom .footer-mail a {
    color: #fff;
    text-decoration: none;
}
footer.bottom .footer-mail a:hover {
color: var(--colorClaro);
}
footer.bottom .footer-right {
    float: right;
    margin-top: 27px;
}
/*****/
.footer-small {
    margin: 50px 0 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.footer-small .nav-footer a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.footer-small .nav-footer a:hover {
    color: var(--colorClaro);
}
.footer-small .nav-footer span.sep {
    padding: 0 15px;
}
/********************/
a#scrollTopBtn {
    bottom: 35px;
    left: auto;
    right: 15px;
    padding: 6px 15px 10px;
    background: rgb(255 94 20 / 80%);
    border-radius: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background .4s, box-shadow .4s;
}
a#scrollTopBtn:hover {
    background:rgb(255 94 20 / 100%);
    box-shadow: 0 5px 30px rgba(0,0,0,.5);
}
a#scrollTopBtn i.fa::before {
    content: '\f0d8';
}
.phone-responsive {
    display: none;
}

.cookieinfo a.cookieinfo-close {
    border-radius: 3px !important;
    text-transform: uppercase;
    font-size: .9em;
    padding: 5px 15px !important;
}
/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	font-size: 0;
	display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul {
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	min-width: 12em;
	text-align: left;
}
.sf-menu a {
    padding: 15px 27px;
    font-size: 16px;
    font-weight: 400;;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.02em;
}
nav.main-nav .nav-wrapper .nav-bar1 ul li:first-child a {
    padding-left: 0;
}
nav.main-nav .nav-wrapper .nav-bar2 ul li:last-child a {
    padding-right: 0;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li {
}
.sf-menu ul li {
	background: #eee;
}
.sf-menu ul li a {
	padding: 5px 30px;
}
.sf-menu li a:hover, .sf-menu li.sfHover > a,
.sf-menu li.selected > a, .sf-menu li.active > a {
	color: var(--colorClaro);
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
	color: var(--colorClaro);
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: .9em;
    line-height: 1em;
	position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    transition: color .4s;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after,
.sf-arrows > .selected > .sf-with-ul::after,
.sf-arrows > .active > .sf-with-ul::after {
	color: var(--colorClaro);
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #000;
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
}
.mobile-menu ul ul {
	background: rgba(0,0,0,.15);
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
	left: 10px;
}
.mobile-menu a {
	padding: 0 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: color .4s, background .4s;
}
.mobile-menu a:hover {
	color: var(--colorClaro);
	background: rgba(0,0,0,.2);
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}
.fullsite {
    position: relative;
    overflow: hidden;
}
article.content img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
/******************************
		Responsive
***************************/
@media only screen and (max-width : 1760px) {
	.container-fluid {
    padding: 0 15px;
	}
	.boxes .boxes-grid {
        grid-gap: 10px;
        margin-bottom: -150px;
        z-index: 1;
        position: relative;
}
.boxes .boxes-grid .box .text-bx {
    padding: 0 10px 50px;
}
.boxes h2 {
    font-size: 23px;
}
}
@media only screen and (max-width : 1199px) {
.sf-menu a {
    padding: 15px 18px;
}
header.top .slogan {
    font-size: 35px;}
header.top .slogan h2 {
    font-size: 95px;
}
.boxes .boxes-grid {
    grid-template-columns: repeat(3,1fr);
}
.boxes .boxes-grid .box05 {
    grid-column: 2 / 4;
}
}
@media only screen and (max-width : 991px) {
nav.main-nav .nav-wrapper .nav-bar1, nav.main-nav .nav-wrapper .nav-bar2 {
    display: none;
}
    nav.main-nav .mobile-nav {
        display: inline-block;
        margin-left: auto;
    }
	nav.main-nav .nav-wrapper {
    grid-template-columns: repeat(2,1fr);
}
nav.main-nav .logo {
    display: block;
    margin: 0;
    float: left;
}
header.top .slogan h2 {
    font-size: 60px;
}
header.top .slogan {
    font-size: 25px;
    line-height: 1.3em;
}
.photo-home {
    float: none;
    display: table;
    margin: 0 auto 60px;
}
section.prestations .box {
    margin: 0 0 40px;
}
section.etapes .projects-grid .etape {
    padding: 0 20px 80px;
}
section.services .services-grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px;
}
.boxes .boxes-grid {
    margin-bottom: -80px;
}
}
@media only screen and (max-width : 767px) {
    .image-right,
    .image-left {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
   div#NewsItems .photo-news {
    float: none;
    margin: 0 auto 20px;
    display: table;
}
div#NewsItems .NewsItem.box {
    text-align: center;
}
    .phone {
        display: none;
    }
    .phone-responsive {
        display: inline-block;
    }
	header.top .banner {
    position: relative;
    width: 100%;
    height: 500px;
    top: 0;
    transform: translateY(0%);
	}
	header.top.small .banner {
width: 100%;
height: 500px;
margin: 0;
top: 135px;
}
header.top.big {
    height: auto;
}
header.top .slogan {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
    margin: 200px 0 100px;
}
.boxes {
    padding: 100px 0 50px;
}
.boxes .boxes-grid {
    grid-template-columns: repeat(1,1fr);
}
.boxes .boxes-grid .box05 {
    grid-column: 1 / 1;
}
section.etapes .projects-grid {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 60px;
}
section.services .services-grid {
    grid-gap: 30px;
}
section.contact h2 {
    float: none;
    font-size: 34px;
    text-align: center;
}
section.contact .container > div {
    float: none;
    margin: 20px auto 0;
    display: table;
}
footer.bottom .footer-wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
}
footer.bottom .footer-right {
    float: none;
    margin-top: 0;
}
footer.bottom .footer-adr, footer.bottom .footer-tel, footer.bottom .footer-mail {
    padding: 20px 0 0;
    background-position: top center;
}
.footer-small .nav-footer span.sep {
    padding: 0;
    display: block;
    height: 0;
}
.footer-small {
    margin: 30px 0 0;
}
footer.bottom {
    text-align: center;
}
span.subtitle {
    font-size: 35px;}
}
@media (min-width: 768px) {
    span.subtitle {
        font-size: 46px;}
    }
}
@media only screen and (max-width : 480px) {
 header.top .slogan {
    padding-left: 20px;
    font-size: 21px;
}
header.top .slogan h2 {
    font-size: 40px;
}
header.top .slogan::before {
    top: 6px;
}
header.top .slogan a {
    font-size: 15px;
    padding: 15px 25px;
    margin: 20px 0 0;}
.photo-home > div:last-of-type {
    width: 233px;
    height: 233px;
    display: table;
    margin: 50px auto 0;
}
section.services .services-grid {
    grid-template-columns: repeat(1,1fr);}
section.contact h2 {
    font-size: 24px;
}
section.contact .container > div a {
    padding: 16px 25px;}
}
.nav-bar1{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}
header.top .slogan .destacado{
    text-transform:uppercase;
    font-size:46px;color:#fff;
    font-weight:600;
    line-height:.9em;margin:0;
}
.altura-boxes{
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.texto-inferior{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60rem;
    padding: 10rem 0;
    position: relative;
    z-index: 2; 
}
@media (min-width: 768px) {
    .texto-inferior{
        min-height: 60rem;
    } 
}
.texto-inferior h1,
.texto-inferior h2 {
    color:#fff;
    text-align: center;
    max-width: 100%;

}
.texto-inferior p {
    color: #fff;
    text-align: center;

}
.inferior {
    position: relative;
    background-position: center center;
    background: fixed;
    background-size: cover;
  }
  
  .inferior::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

.container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    padding: 20px;
}

.service-box {
    position: relative;
    width: 22%;
    height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.service-box:hover {
    transform: scale(1.1);
}

.service-box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.service-box:hover .info {
    transform: translateY(0);
}

.service-box h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icon {
    margin-right: 10px;
}

.plus {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .service-box {
        width: 100%;
    }
}
.separador{
    padding: 3rem 0;
}

/**SECCION CONTACTO**/
.contacto{
    background-color: #eeeeee;
    padding: 6rem 0;
}
@media (min-width: 768px) {
    .contacto{
        padding: 10rem 0;
    }
}
.contenedor-contacto{
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}
@media (min-width: 768px) {
    .contenedor-contacto{
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: space-around;
    }
}
.mapa, .formulario{
    width: 100%;
}
.mapa iframe{
    max-height: 400px;
}
@media (min-width: 768px) {
    .mapa iframe{
        max-height: 550px;
    }
}
/**FOOTER**/
.footer{
    background-color: var(--fondoFooter);
    color: var(--colorTextoFooter);
    padding: 3rem 0 2rem 0;
}
@media (min-width: 768px) {
    .footer{
        padding: 3rem 0 0 0;
    }  
}
.footer a{
    color: var(--colorTextoFooter);
}
.contenedor-footer{
    text-align: center;
    padding-bottom: 2rem;
}
.textos-legales-contenedor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .contenedor-footer{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }
    .nombre-empresa{
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .direccion{
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .horario{
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .contacto-redes{
        grid-column: 3/4;
        grid-row: 2/3;

    }
    .textos-legales{
        grid-column: 1/4;
        grid-row: 3/4;
    }
    .contenedor-enlaces{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .textos-legales-contenedor{
        display: flex;
        flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }
}
.nombre-empresa p{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.redes{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    }
    .contacto-redes{
        text-align: center;
    }
    .contacto-redes a{
        font-size: 2.5rem;
    }
 
    .textos-legales{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .5rem;
        background: var(----fondoFooter);
        padding: 2rem 0;
        color: var(--colorTextoBarraFooter);
        }
        .textos-legales a{
            color: var(--colorTextoBarraFooter);
        } 

    .copyright{
        display: flex;
    }
    .copyright span{
        display: none;
    }
    @media (min-width: 480px) {
        .copyright span{
            display: inline;
        }
    }

/*PÁGINAS SECUNDARIAS (AVISO LEGAL, AGRADECIMIENTO...*/
.secundarias .agradecimiento{
    padding: 10rem 0;
}
.secundarias .agradecimiento {
    font-size: 2rem;
    text-align: center;
}
.agradecimiento i{
    font-size: 5rem;
    color: green;
}
.secundarias .legal{
    padding: 5rem 0;
}
.secundarias .legal h1{
    font-family: var(--fuenteParrafos);
    font-size: 2.5rem;
}
.titulo-legal{
    font-size: 2rem;
    font-weight: bold;
}
/*FORMULARIO CONTACTO*/

form.contactForm {
	position: relative;
	display: block;
	text-align: left;
	margin: 0 auto;
	background: none;
	border-radius: 5px;
	box-shadow: none;
	padding: 10px;
}
form.contactForm .clear {
	clear: both;
}

form.contactForm legend {
	font-weight: bold;
	padding-top: 15px;
	font-size: 16px;
	min-height: 25px;
	display: none;
}
form.contactForm legend.FormTitle {
	display: none;
}
form.contactForm .formItem {
	position:relative;
	display:block;
	padding: 0px;
	margin-bottom: 5px;
	overflow: hidden;
}
form.contactForm .formItem.fullwidth {
	width: 100%;
	padding: 0px;
	float: none;
	clear: both;
}

form.contactForm br {
	display:none;
}
form.contactForm .singleText br {
	display:inline-block;
}
form.contactForm label {
	display: none;
}
form.contactForm span.two-column {
	display: block;
	float: left;
	width: 260px;
}
form.contactForm span.two-column span {
	display: inline-block;
	width: 10px;
	text-align: center;
}
form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker {
	border: none;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 5px 10px;
	outline: none !important;
	background: rgba(255,255,255,.8);
	width: 100%;
	height: auto;
	margin: 0px;
	border-radius: none;
	transition: background .4s, color .4s;
}
form.contactForm .contactSelect {
	height:30px;
	width:auto;
	line-height:30px;
	padding: 5px 10px;
}
form.contactForm .contactSelect option {
	line-height:30px;
}
form.contactForm textarea.text-input {
	height: 100px;
	overflow: auto;
	vertical-align:top;
}
form.contactForm .formItem.fullwidth textarea.text-input {
	width: 100%;
}
form.contactForm .text-input:focus, form.contactForm .datepicker:focus{
	color: #000;
	background: #fff;
}
form.contactForm input[type=radio], form.contactForm input[type=checkbox] {
	display: inline;
	width: auto;
	margin: 2px 5px 0px 0px;
	vertical-align: top;
}
form.contactForm .option {
	display: inline-block;
	padding: 5px 15px 0px 0px;
}
form.contactForm #file-uploader {
	margin: 10px 0 0;
}
form.contactForm #containerNS{
	position: relative;
	overflow: auto;
	padding: 5px 0px;
}
form.contactForm #containerNS #newsletterSubscriptionText{
	display: inline-block;
}
form.contactForm #containerNS #checkboxSubs{
	float: left;
}
form.contactForm small {
	display: block;
	font-size: 9px;
	color: #999;
}
form.contactForm .QapTcha {
	padding: 0;
	margin: 10px 0 0;
	width: auto;
	float: left;
}
form.contactForm .QapTcha #Icons {
	margin-right: 5px;
	margin-left: 5px;
}
form.contactForm .QapTcha .TxtStatus {
	display: block;
	clear: both;
	text-align: left;
	line-height: 25px;
	font-size: 11px;
	margin-bottom: 10px;
}
form.contactForm .required,
form.contactForm .QapTcha .TxtStatus.dropError {
	color: #FFF;
}
form.contactForm .QapTcha .dropError {
	color: #FFF;
}
form.contactForm .QapTcha .clr {
	display: none;
}
form.contactForm #QapTcha {
	display:block;
	margin:0px;
}
form.contactForm #messageCheckRecaptch {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
form.contactForm .g-recaptcha > div {
	margin: 2px auto 5px;
}
form.contactForm .grecaptcha-badge {
	display: none;
}
form.contactForm .submitButton {
	margin: 0px;
	float: none;
}
form.contactForm input[type=submit], form.contactForm input.submit-button {
	font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	padding: 5px 10px;
	outline: none !important;
	background:#E81304;
	border: none;
	width: 100%;
	height: auto;
	transition: background .4s;
	z-index: 5;
	cursor: pointer;
	border-radius: 3px;
}
form.contactForm input[type=submit]:hover, form.contactForm input.submit-button:hover {
	background: #AB0E03;
}
form.contactForm input.submit-button[disabled],
form.contactForm input.submit-button[disabled]:hover {
	color: rgba(255,255,255,.6);
	cursor: default;
	background-color: #999;
	box-shadow: none;
	z-index: 15;
}
form.contactForm .private_policy {
	clear: both;
	text-align: right;
}
form.contactForm .private_policy_link {
	display: inline-block;
	font-size: 12px;
	color: #000;
}

form.contactForm .id_paragraph_text_1 .infoLabel{
	display:none;
}

#ui-datepicker-div{
	z-index:20 !important;
}
.contactForm .contact-field-item .contact-field-label{
	margin-top: -10px;
padding: 2px 0px;
font-weight: 700;
display: block;
font-size: 15px;
}
.contactForm .form-submit-button {
    background: var(--colorPrincipal)!important;
    padding: 1.5rem;
    border: none;
    margin-bottom: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background .4s,color .4s;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	border-radius: .5rem;

}
.contactForm .form-submit-button:hover{
	background:var(--colorSecundario)!important;
}
@media only screen and (max-width : 480px) {
	form.contactForm {
		width: auto;
	}
	form.contactForm .formItem {
		width: 100%;
		float: none;
		padding: 0!important;
	}
	form.contactForm .text-input, form.contactForm .contactSelect, form.contactForm .datepicker, form.contactForm .formItem.fullwidth textarea.text-input{
		width: 100%;
	}
	form.contactForm .g-recaptcha,
	form.contactForm .submitButton {
		float: none;
	}
	form.contactForm .submitButton {
		margin: 5px 0;
	}
}
@media only screen and (max-width : 350px) {
	form.contactForm {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}
}
fieldset{
	border: none;
	padding: 1rem;
}
@media (min-width: 768px) {
	fieldset{
		display: grid;
		gap: 1rem;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas:
		"a a"
		"b c"
		"d e"
		"f f"
		;
	}
}

#contact-field-id_name_1{
	grid-area: a;
}
#contact-field-id_phone_1{
	grid-area: b;
}
#contact-field-id_email_1{
	grid-area: c;
}
#form1-select_1{
	grid-area: d;
}
#form1-single_line_text_1{
	grid-area: e;
}
#contact-field-id_comments_1{
	grid-area: f;
}
fieldset .contact-field-label{
	display: none !important;
}
.cta-banner {
    position: relative;
    background: rgba(255,255,255,.85);
    color: #333;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
}
.cta-banner span {
    position: relative;
    float: right;
    color: #333;
    font-size: 50px;
    line-height: 1;
    width: 100px;
}
.cta-banner span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 98px;
    height: 98px;
    background: url(../images/bg-banner-cta.png) no-repeat center;
}
.cta-banner span i.fa {
    position: relative;
}
.contactForm .contact-field-item .contact-field-element .form-field {
	border: none;
	border-radius: .5rem;
	padding: 10px 10px;
  }
  .contactForm .gdpr_policy label {
	color: #000;
  }
  .contactForm .gdpr_policy label a {
	color: #000;
	text-decoration: underline;
  }
  .contactForm .g-recaptcha {
	display: grid;
	justify-content: start;
	margin-left: 1rem;
  }
  .gdpr_policy{
	margin-left: 1rem;
  }
  .contactForm .contact-field-item .contact-field-element .form-field {
    padding: 10px 10px!important;
}
.contactForm .form-submit-button {
    padding: 15px 10px!important;
}
.carga-fotos {
    display: none;
  }
  .telefono-sticky{
    background: var(--colorPrincipal);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 2rem 0 0 2rem;
    position: fixed;
    top: 13rem;
    right: -20rem;
    opacity: 0%;
    transition: right 1s, opacity 1s;
    z-index: 2;
    }
    @media (min-width: 768px) {
        .telefono-sticky{
            top: 10rem;
        }
    }
    .telefono-sticky a{
        color:#ffffff;
    }
    .telefono-sticky-aparece{
        right: 0;
        opacity: 100%;
        transition: right 1s, opacity 1s;
    }
    .telefono-sticky-desaparece{
        right: -20rem;
        opacity: 0;
        transition: opacity 1s;
        transition: right 1s;
    }
    /**CONTENEDOR ICONOS**/
.contenedor-iconos-cajas{
    margin: -3rem 0 7rem 0;
}
.iconos {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    padding: 2rem;
    gap: 1rem;
}
.iconos{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    justify-items: center;
}
.icono {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    background: #000;
    color: #fff;
    text-align: center;
    width: 50%;
}

@media (min-width: 768px) {
    .iconos {
        display: grid;
    grid-template-columns: repeat(4,1fr);
    justify-content: center;
    justify-items: center;
    }
    
    .icono {
        flex: 1; 
    }
}


.contenedor-iconos-cajas .contenedor .iconos .icono {
    background-color: #fff;
    color: #000;
    width: 100%;
}
.espacio{
    padding: 15rem 0;
}
.principal.texto-foto-grid-contacto {
    background-color: #f7f7f7;
  }
 .principal.texto-foto-grid-contacto {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: -48px;
      }
@media (min-width: 768px) {
    .principal.texto-foto-grid-contacto {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: -38px;
      }
}
.mitad-texto-contacto{
    background-color: var(--colorOscuro);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
  }
  .mitad-texto-contacto h1,
  .mitad-texto h2{
    color: #fff;
    text-align: center;
  }
  .mitad-texto-contacto p{
    color: #ffffff;
	font-size:2rem;
    text-align: center;
  }
  .mitad-texto-contacto a{
    color: #ffffff;
	font-size:2rem;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .mitad-texto-contacto {
        padding-left: calc((100vw - 120rem) / 4);  
        padding-right: calc((100vw - 120rem) / 4);  
        text-align: left;
      }
      
      .mitad-texto-contacto {
        flex: 1 1 50%;
        box-sizing: border-box;
        min-height: 40rem;
        padding: 0;
      }
}
.alinear-contacto{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.alinear-contacto img{
    width: 4rem;
}
.contacto-datos-redes{
    margin-top: 2rem;
}
.foto-mitad-izquierda{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 30rem;
}
.contenedor-seccion-contacto{
    padding: 5rem;
}
.centrar{
    text-align: center;
}
.logos-kit img{
    max-width: 350px ;
}