/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.ms-2 {
    margin-left: 0.5rem!important;
}

h2 {
    font-family: 'rotoplas_regular';
    line-height: normal;
    color: #002554;
}
.platform-content .post-thumbnail {
	text-align: center;
}

/* ==============================================================
/*	FUENTES
/* ============================================================== */
  @font-face {
    font-family: rotoplas_bold;
    src: url(fonts/rotoplas_bold/rotoplas_bold_webfont.ttf);
    font-display: swap;
  }
  @font-face {
    font-family: rotoplas_regular;
    src: url(fonts/rotoplas_regular/rotoplas_regular_webfont.ttf);
    font-display: swap;
  }
  @font-face {
    font-family: rotoplas_light;
    src: url(fonts/rotoplas_light/rotoplas_light_webfont.ttf);
    font-display: swap;
  }

  .bold { font-family: rotoplas_bold; }
  .regular { font-family: rotoplas_regular; }
  .light { font-family: rotoplas_light; }

  body { 
    font-family: rotoplas_light, sans-serif !important;
    color: #002554;
    font-size: 1rem;
    line-height: 1.5;
  }


/* ==============================================================
/*	MENU
/* ============================================================== */
#g-navigation {
	position: fixed;
	display: flex;
    width: 100%;
    transition: all ease .3s;
    padding: 0.5rem 3% !important;
    /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 50%); */
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.5rem;
}
.g-main-nav .g-toplevel > li {
    margin-right: 0.25rem!important;
    margin-left: 0.25rem!important;
}
#g-navigation .g-main-nav .g-toplevel {
    flex-flow: row;
}
#g-navigation .g-grid {
    justify-content: center;
    align-items: center;
}
#g-navigation .g-main-nav {
    margin: 0rem;
}

#navegacion-logo-rieggo {
    width: 120px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

#navegacion-logo-rotoplas {
    width: 100px;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #fff;
}

/*.g-offcanvas-toggle {
	left: 3rem;
    color: rgb(0 0 0 / 55%);
    border: 1px solid #00c7b1;
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
}

.g-menu-item {
    border: 2px solid #00c7b1;
    border-radius: 1rem;
    font-size: 15px;
}*/

#g-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* ==============================================================
/*	MAIN 
/* ============================================================== */
#g-main {
    margin-top: 74px;
}


/* ==============================================================
/*	FOOTER
/* ============================================================== */
#g-footer {
    border-top: none;
    padding: 2rem 3% !important;
	text-align: left;
}

#footer-logo-rotoplas {
    width: 131px;
}

.footer-btn {
	/*
    text-decoration: none;
    padding: 0.25rem;
    margin: 0.25rem 0;
    color: #fff;
	transition: all ease .3s;
	*/
	text-decoration: none;
	padding: .25rem;
	margin: .25rem 0;
	color:#fff;
	transition: all ease .3s;
}
.footer-btn:hover {
    color: #009cde;
    font-family: rotoplas_regular;
}

/* #footer-menu-direccion .g-content {
    display: flex;
}

#footer-menu-direccion .col-1 {
    width: 17%;
    margin-right: 1rem;
}
#footer-menu-direccion .col-2 {
    width: 50%;
}

#contactanos-btn {
    background: #002554;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    text-decoration: none;
    color: #fff;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
} */



#menu-superior .g-content {
	display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

#whatsapp-btn {
    display: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
}

footer h2 {
	font-size: 20px;
	color: #fff;
}

.footer-btn img {
	height: 40px;
	margin-right: .5rem;
	vertical-align: middle;
}
.footer-btn span {
	vertical-align: top;
	display: inline-block;
	width: 85%;
}

#footer-aviso {
	color: #009cde;
}
#footer-aviso a {
	color: #009cde;
}
#footer-aviso a:hover {
	color: #fff;
	font-family: rotoplas-regular;
}

.p-3 {
	padding: 1rem;
}

.copy-aviso .g-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.copy-aviso a {
	color: #009cde;
}
.copy-aviso a:hover {
	color: #fff;
}

.entry-title {
	display: none;
}

#navegacion-contactos {
	color: #49c0b1 !important;
	transition: all ease .3s;
}
#navegacion-contactos svg {
	fill: #49c0b1;
	transition: all ease .3s;
}
#navegacion-contactos:hover {
	color: #277067;
}
#navegacion-contactos:hover svg {
	fill: #277067;
}

#navegacion-contacto {
	background: #49c0b1;
	color: #fff;
	border-radius: 2rem;
	padding: 0.25rem 2rem;
	transition: all ease .3s;
}
#navegacion-contacto:hover {
	background: #277067;
}

#icono-telefono {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #49c0b1;
	-webkit-mask: url(/images/phone-flip-solid.svg) no-repeat center;
	mask: url(/images/phone-flip-solid.svg) no-repeat center;
}

#icono-whatsapp {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #49c0b1;
	-webkit-mask: url(/images/whatsapp.svg) no-repeat center;
	mask: url(/images/whatsapp.svg) no-repeat center;
}

.g-offcanvas-toggle {
	position: fixed;
    right: 0.7rem;
	left: unset;
}

.g-offcanvas-toggle {
    color: #737373;
    padding: 0.25rem 0.75rem;
    border: 1px solid #e9e9e9;
    border-radius: 0.25rem;
}

/* ==============================================================
/*	QUERYS
/* ============================================================== */

	@media only screen and (max-width: 991px) {
        #g-footer {
            border-top: none;
            padding: 2rem 1rem !important;
            text-align: left;
        }
        #footer-menu-direccion .g-content {
            display: flex;
            flex-direction: column;
        }
        #footer-menu-direccion .col-1 {
            width: 100%;
            margin-right: 0;
            margin-bottom: 2rem;
        }
        #footer-menu-direccion .col-2 {
            width: 100%;
        }
    }
        
    /* sm */
        @media only screen and (max-width: 959px) and (min-width: 600px) {
            #whatsapp-btn {
                display: block;
            }
            #contactanos-btn {
                display: none;
            }
        }

    /* xs */
        @media only screen and (max-width: 599px) {
        	#navegacion-logo-rieggo-wrapper {
            	text-align: right;
            }
        	#navegacion-logo-rieggo {
                margin-right: 3rem;
            }

            #whatsapp-btn {
                display: block;
            }
            #contactanos-btn {
                display: none;
            }
            
            #g-footer {
                border-top: none;
                padding: 2rem !important;
				text-align: center;
            }
			
			.copy-aviso .g-content {
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
        }
        
        
/* ==============================================================
/*	HOVER
/* ============================================================== */
	/* Forward */
		.hvr-forward {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-property: transform;
			transition-property: transform;
		}
		.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
			-webkit-transform: translateX(4px);
			transform: translateX(4px);
		}
	/* Backward */
		.hvr-backward {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-property: transform;
			transition-property: transform;
		}
		.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
			-webkit-transform: translateX(-8px);
			transform: translateX(-8px);
		}
	/* Float */
		.hvr-float {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-property: transform;
			transition-property: transform;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}
		.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
			-webkit-transform: translateY(-8px);
			transform: translateY(-8px);
		}
	/* Sink */
		.hvr-sink {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: perspective(1px) translateZ(0);
			transform: perspective(1px) translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-transition-duration: 0.3s;
			transition-duration: 0.3s;
			-webkit-transition-property: transform;
			transition-property: transform;
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
		}
		.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
			-webkit-transform: translateY(8px);
			transform: translateY(8px);
		}
/* hover */

/* ==============================================================
/*	COOKIES
/* ============================================================== */
	.d-none {
		display: none;
	}
    
    .rtp-btn {
    	padding: 10px 2rem;
    }

	.cookies-banner {
		background-color: rgba(0, 0, 0, 0.55);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
        font-family: 'rotoplas_regular';
	}

	.cookie-banner {
		background-color: #fff;
		border-radius: 15px;
		padding: 24px;

		position: absolute;
		bottom: 24px;
		left: 24px;
		width: calc(50% - 48px);
		display: flex;
		flex-direction: column;
		color: #002554;
	}

	.cookie-banner-botones {
		display: inline-flex;
		/* flex-direction: column; */
		gap: 1rem;
		justify-content: start;
		align-items: center;
		flex-wrap: wrap;
	}

	/* .cookie-banner-botones button {
		width: 30%;
	} */
	.cookie-banner a:hover {
		color: #009cde !important;
	}

	@media screen and (max-width: 768px) {
		.cookie-banner {
			width: calc(100% - 48px);
		}
	}