<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: OceanWP Logista Strator
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP + Samuel Vico @ Fo&amp;Co
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* menÃš simepre visible */

/*@media only screen and (min-width: 960px) { */
header#site-header {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 9999;
   -webkit-transition: all .5s;
   transition: all .5s;
   height: 76px;
}
.page-header {
   margin-top:76px;
}
header#site-header.sticky {
   height: 62px;
}
header#site-header.sticky #site-navigation-wrap .dropdown-menu&gt;li&gt;a {
   line-height: 62px;
}
.admin-bar header#site-header {
   top: 32px;
}
#site-logo #site-logo-inner {
   height:0 !important;
}
/*}*/

/* mapa del pie sin lineas de adorno */
.oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child{
	border-top:none;
}

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li{
	border-bottom: none;
}

/* hover de botones */
.is-style-fill &gt; a:hover{
	background-color:#87080D!important;
	color:white!important;
}

.is-style-outline &gt; a:hover{
	color:white!important;
}

/* BotÃģn de enviar formulario*/

body .theme-button, body input[type="submit"], body button[type="submit"], body button, body .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button{
	color:#111111;
	border-radius:6px!important;
}

/* eliminar padding al final de la pantalla */
#main #content-wrap{
	padding-bottom:0;
}
/* botones de rrss del pie sin color de fondo */
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
	background-color:transparent;
} 

/* eliminar altura mÃ­nima en mÃģvil */
@media only screen and (min-width: 960px) {
.nominheight_movil{
	min-height: 70vh;
}
}

/* animaciones para los textos de la pÃĄgina principal nosotros y ubicaciÃģn  */

.fade-in-right{
	animation-duration: 2s;
    animation-name: fadeinright;
}

@keyframes fadeinright {
  from {
    opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}	
.fade-in-left{
	animation-duration: 2s;
    animation-name: fadeinleft;
}

@keyframes fadeinleft {
  from {
    opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
	-webkit-transform: none;
	transform: none;
  }
}

.espacio_antes{
	padding-top: 4%!important;
}

.sombra_productos{
	box-shadow: 0px 0px 6px #87080D80;
}

.fluentform .ff-el-form-control{
	color:white;
}

.fluentform .ff-el-form-control::placeholder {
    color:#C2C2C2;
}
/*
a img{
	display: none!important;
}
*/

#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img{
	display:inline-block!important;
}</pre></body></html>