@charset "utf-8";
/*
Theme Name: Ocean's Best Group Theme
Version: 1.0
Author: Idea180

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap');
header,nav,main,section,article,aside,footer,figure{
	display:block;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #1562ab;
	text-decoration: none;
}
a:hover {
	color: #91b128;
	text-decoration: none;
}
html{
	background-color: #fafafa;
	background-image: url(images/Background-left.png);
	background-position: center top;
	background-repeat: repeat-y;
}
body {
/*	font size by default 16*/
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Background-right.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.allinone {
	background-image: url(images/Background-footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.allback{
	min-height:100vh;
	background-image: url(images/Background-header.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.wrapper {
	margin: auto;
	width: 1000px;
	box-sizing: border-box;
}
.hedertop {
	max-width: 1000px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 260px 1fr 260px;
    grid-column-gap: 0px;
    align-items: center;
	justify-items: center;
}
.logo{
	display: inline-table;
	width: 260px;
	height: 260px;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 14px;
	color: #a7a8a8;
	font-weight: 300;
	text-align: center;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	float: left;
	position: relative;
	z-index: 15;
}
.logo a{
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 184px;
	width: 100%;
	overflow: hidden;
	background-image: url("images/Logo-Oceans.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 28px;
	transition: all 0.3s ease-in-out;
}
.logo a:hover {
	filter: brightness(116%) contrast(136%);
	-webkit-filter: brightness(116%) contrast(136%);
	-moz-filter: brightness(116%) contrast(136%);
}
.slogan {
	display: none;
}
.menuheader {
	padding: 0px;
	display: inline-table;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 5;
	width: 460px;
}
.menuheader ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 15px 0px 40px;
	text-align: center;
	display: inline-table;
	background-color: #42a8d9;
	-webkit-border-top-right-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topright: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	margin-left: -25px;
	box-sizing: border-box;
}
.menuheader ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-table;
	position: relative;
}
.menuheader ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
	
}
.menuheader ul li a:hover     {
	color: #8edaff;
	text-decoration: none;
}
.menuheader ul li ul{
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	visibility: hidden;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	background-color: #FFFFFF;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	z-index: 5000;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.30);
	left: 0px;
}
.menuheader ul li:hover > ul{
	margin-top:0px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	visibility: visible;
}
.menuheader ul li ul li {
	display: inline-table;
	width: 100%;
}
.menuheader ul li ul li a {
	font-size: 16px;
	color: #3f3a3a;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 5px;
	background-image: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	margin-top: 0px;
	width: 94%;
	background-color: #FFF;
	text-align: left;
	line-height: 20px;
}
.menuheader ul li ul li a:hover     {
	color: #FFFFFF;
	text-decoration: none;
}
.menuheader ul li ul li ul {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
}
.menuheader ul li ul li ul li {
	display: inline-table;
	width: 100%;
}
.menuheader ul li ul li ul li a {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.menuheader ul li.current_page_item > a,
.menuheader ul li.current-menu-ancestor > a,
.menuheader ul li.current-menu-item > a,
.menuheader ul li.current-menu-parent > a  {
	color: #8edaff;
	text-decoration: none;
}
.menuheader ul li ul li.current_page_item > a,
.menuheader ul li ul li.current-menu-ancestor > a,
.menuheader ul li ul li.current-menu-item > a,
.menuheader ul li ul li.current-menu-parent > a  {
	color: #8edaff;
	text-decoration: none;
}
footer {
	max-width: 1000px;
	margin: 50px auto 0px auto;
	display: block;
	padding-bottom: 140px;
}
.sloganfooter{
	text-align: center;
	font-size: 30px;
	color:#06326b;
	font-family: 'Playfair Display', serif;
}
.creditfooter{
	color:#494949;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
.contactcardpie .widget{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
	justify-items: center;
	max-width: 900px;
	margin: 0px auto;
}
.contactcardpie .widget a{
	color:#06326b;
}
.contactcardpie .widget .phonetop:hover, .contactcardpie .widget .addresstop:hover{
	opacity: 0.75;
}
.socialpie{
	width: 100%;
	text-align: center;
}
.wp-block-social-links{
	width: 220px;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 40px !important;
}


/* ESTILOS PARA IMAGENES*/

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.wp-caption {
}
.wp-caption-text {
}
.wp-caption p{
}
.titlemain{
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	color: #06326b;
	text-align: center;
	margin-top: -15px;
}
.contewhite{
	background-color: #ffffff;
	box-sizing: border-box;
	width: 100%;
	border-radius: 15px;
	padding: 50px 50px;
	box-shadow: 0px 0px 7px 0px rgba(3,0,4,0.17);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(3,0,4,0.17);
	-moz-box-shadow: 0px 0px 7px 0px rgba(3,0,4,0.17);
}
.categorielist{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
	grid-row-gap: 35px;
}
.cateitem{
	background-color: #42a8d9;
	color: #ffffff;
}
.cateitem h2{
	font-size: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px 15px 15px;
	float: left;
	text-align: center;
	margin: 0px;
}
.itemcate, .cateitem{
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(79,82,83,0.17);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(79,82,83,0.17);
	-moz-box-shadow: 0px 0px 5px 0px rgba(79,82,83,0.17);
	overflow: hidden;
	border: solid 4px #ffffff;
}
.itemcate a:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-image: url("images/f-azul.png");
	background-repeat: repeat-x;
	background-position: top left;
	transition: all 0.5s;
}
.itemcate:hover a:before{
	background-position: bottom left;
}
.itemcate a{
	width: 100%;
	display: block;
	width: 100%;
	height: 100%;
}
.itemcate img, .cateitem img{
	width: 100%;
	height: auto;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.itemcate:hover img{
	transform: scale(1.1, 1.1);
}
.itemcate h2{
	position: absolute;
	bottom: 40px;
	color: #ffffff;
	margin: 0px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.viewlink{
	position: absolute;
	font-size: 14px;
	bottom: 0px;
	left: 50%;
	color: #3289bd;
	background-image: url(images/linkview.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	height: 33px;
	margin: 0px 0px 0px -90px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
	box-sizing: border-box;
	z-index: 10;
	transition: all 0.2s ease-in;
}
.itemcate:hover .viewlink{
	background-position: center bottom;
	color: #ffffff;
	background-image: url(images/linkview-b.png);
}
.wplink{
	position: absolute;
	top: -5px;
	left: -5px;
	width: 40px;
	height: 40px;
	z-index: 10;
	overflow: hidden;
	color: #ffffff;
	background-color: #1bd741;
	font-size: 35px;
	padding: 5px 5px 17px 17px;
	-webkit-border-radius: 80px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 80px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 80px;
	border-top-left-radius: 0;
	transition: all 0.15s ease-in;
}
.wplink:hover{
	color: #1bd741;
	background-color: #ffffff;
	padding: 8px 8px 20px 20px;
}
.contactcard{
	background-color: rgba(255,255,255,0.9);
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	box-sizing: border-box;
}
.contactcard p{
	margin: 0px;
}
.contactcard a{
	color:#06326b;
}
.contactcard a:hover{
	text-decoration: underline;
}
.phonetop{
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 8px 0px 8px 40px;
	font-weight: 700;
	font-size: 21px;
}
.phonetop.celutop{
	background-image: url(images/celphone.png);
}
.addresstop{
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 8px 0px 8px 40px;
	font-weight: 400;
	font-size: 14px;
}
.textcontent{
	font-size: 14px;
	color: #333333;
	font-weight: 300;
}
.textcontent strong{
	font-weight: 700;
}
.wp-block-image img{
	float: left;
	margin: 0px;
}
.textcontent .wp-block-columns{
	margin-bottom: 0px;
}
.infocontact{
	margin: 0px;
	padding: 0px;
}
.infocontact li{
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 10px 5px;
	border-top: dotted 1px #d2d4d4;
	font-weight: 400;
	font-size: 16px;
}
.infocontact li a{
	color: #333333;
}
.infocontact li a:hover{
	text-decoration: underline;
	color: #1562ab;
}
.formufield, .formufield2{
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #a7a8a8;
	border-radius: 3px;
	margin-bottom: 8px;
	padding: 7px;
	font-family: 'Poppins', sans-serif;
}
.botonsend{
	width: 100%;
	box-sizing: border-box;
	background-color: #002e6d;
	color: #ffffff;
	border: none;
	border-radius: 3px;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: 700;
	transition: all 0.1s ease-in;
}
.botonsend:hover{
	background-color: #00aadc;
	transform: scale(1.05,1.05);
}
.textcontent iframe{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 4px;
}
.topbanner .wp-block-image img{
	display: block;
	margin: 10px auto 10px auto;
	float: none;
}
.pcbanner{}
.mobilbanner{
	display: none;
}
.haccp{
	display: block;
	margin: 10px auto;
}
.menuproducts{
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	clear: both;
}
#menu-menuproducts{
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#menu-menuproducts li{
	display: inline-table;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-menuproducts li a{
	padding: 8px 16px 10px 16px;
	background-color: #002e6d;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 0.2s;
}
#menu-menuproducts li.current-menu-item a, #menu-menuproducts li a:hover{
	background-color: #42a8d9;
}

@media (max-width: 1500px) {
	html, body, .allinone, .allback{
		background-size: 120% auto;
	}
}
@media (max-width: 1250px) {
	.wrapper {
	width: 100%;
	padding-right: 25px;
	padding-left: 25px;
	}
}
@media (max-width: 1100px) {
	.hedertop{
	grid-template-columns: 260px 1fr 260px;
	box-sizing: border-box;
	padding: 0px 25px;
	}
	.menuheader{
		width: 100%;
	}
}
@media (max-width: 990px) {
	.hedertop{
	grid-template-columns: 180px 1fr 260px;
	}
	.logo{
	width: 180px;
	height: 180px;
	border-radius: 90px;
	font-size: 12px;
	}
	.logo a{
	height: 110px;
	}
}
@media (max-width: 960px) {
	.titlemain, .sloganfooter{
		font-size: 28px;
		text-shadow: 
    0px 0px 3px #fff,    /* Borde superior izquierdo */
    0px 0px 3px #fff,     /* Borde superior derecho */
    0px 0px 3px #fff,     /* Borde inferior izquierdo */
    0px 0px 3px #fff,      /* Borde inferior derecho */
    0px 0px 3px #fff,    /* Borde superior izquierdo oscuro */
    0px 0px 3px #fff,     /* Borde superior derecho oscuro */
    0px 0px 3px #fff,     /* Borde inferior izquierdo oscuro */
    0px 0px 3px #fff;
	}
}
@media (max-width: 900px) {
	.hedertop{
		width: 700px;
	}
	.menuheader ul{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 97%;
	-webkit-border-top-right-radius: 90px;
	-webkit-border-bottom-right-radius: 90px;
	-moz-border-radius-topright: 90px;
	-moz-border-radius-bottomright: 90px;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	}
	.menuheader ul li{
	width: 100%;
	}
	.menuheader ul li a{
	padding: 2px 10px;
	text-align: left;
	}
	.contactcardpie .widget{
		grid-template-columns: 1fr;
		margin-bottom: 40px;
	}
	.contactcardpie .widget p{
		margin: 0px;
	}
}
@media (max-width: 800px) {
	.categorielist{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 781px) {
	.nomobil{
		display: none;
	}
}
@media (max-width: 710px) {
	.hedertop{
		grid-template-columns: 1fr 1fr;
		width: 440px;
	}
	.contactcard{
		display: none;
	}
	.pcbanner{
	display: none;
	}
	.mobilbanner{
	display: block;
	}
}

@media (max-width: 570px) {
	html, body, .allinone, .allback{
		background-size: 150% auto;
	}
	.categorielist{
		grid-template-columns: 1fr;
	}
	.itemcate{
		height: auto;
	}
	.contewhite{
		width: 80%;
		margin: 0px auto;
	}
	.titlemain, .sloganfooter{
		padding: 0px 40px;
		font-size: 24px;
	}
	.textcontent{
		box-sizing: border-box;
		padding: 15px 15px 5px 15px;
	}
	#menu-menuproducts{
		margin-bottom: 15px;
	}
	#menu-menuproducts li{
		margin: 2px;
	}
	#menu-menuproducts li a{
		padding: 8px 12px 8px 12px;
		background-color: #002e6d;
		color: #ffffff;
		font-size: 13px;
		font-weight: 400;
		display: block;
		border-radius: 3px;
	}
}
@media (max-width: 420px) {
	.logo{
		width: 150px;
		height: 150px;
	}
	.logo a{
		height: 100px;
		margin-top: 13px;
	}
	.hedertop{
		grid-template-columns: 150px 1fr;
		width: 440px;
	}
	.creditfooter{
		font-size: 13px;
	}
	.addresstop{
		font-size: 13px;
		width: 200px;
		box-sizing: border-box;
	}
}
@media (max-width: 400px) {
	.contewhite{
		width: 90%;
		padding: 15px 15px;
	}
	.hedertop{
		grid-template-columns: 150px 1fr;
		width: 100%;
	}
	.menuheader ul{
		width: 115%;
	}
	footer{
		padding-bottom: 60px;
	}
}