<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dronify.com.ar/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(47,75,251);
	--wd-alternative-color: rgb(13,30,138);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* General */
.site-content{margin-bottom:0px!important}

/* Calculadora */
/* Para navegadores Webkit (Chrome, Safari, Edge) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hidden-div {
  height:0.1px!important;
	overflow:hidden!important
		
}


.calcu-section {
    background-color: #111B36 !important;
}
.background-blue-calcu {
    background-color: #344df5 !important;
}

.div-input-calcu {margin-bottom: 20px;}

.class-form-input {
    border: none !important;
    border-bottom: 2px solid #F5F5F5!important;
    color: #F5F5F5 !important;
    text-align: start !important;
    padding: 10px !important;
    font-family: 'Montserrat';
	  font-size:20px!important
}

/* Header */
.whb-general-header {border-radius: 200px ! Important;}
.whb-sticked&gt;div&gt;.whb-general-header {
    background-color: white !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

/* Text */
.tx-title{
	font-size:64px;
	line-height:64px;
	font-weight:600;
}

.tx-sub-title{
	font-size:48px;
	line-height:48px;
	font-weight:500;
}

.title-service{
	font-size:40px!important;
	line-height:40px!important;
	font-weight:600!important;
}

.tx-description{
	font-size:32px;
	line-height:34px;
	font-weight:400;
}

.tx-label{
	font-size:23px;
	line-height:30px;
	font-weight:400;
}

.tx-result-calcu {
    min-height: 3em;
}

.tx-white{color:white!important}
.tx-blue{color:#2F4BFB!important}
.tx-blue-dark{color:#111B36!important}
.tx-dark{color:#101b34!important}

.tx-balance{text-wrap-style: balance!important}


/* Icons Section */
.icon-img&gt;figure&gt;div&gt;img {
	max-width: 270px;
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7));
	transition: transform 0.3s ease-in-out; /* Agrega una transiciÃ³n suave en el cambio de escala */
}

.icon-img &gt; figure &gt; div &gt; img:hover {transform: scale(1.2);}
.icon-section&gt;div:hover {z-index: 300 !important;}

/* InnovaciÃ³n */
.img-innovacion&gt;figure&gt;div&gt;img{
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.7));
	transition: transform 0.3s ease-in-out; /* Agrega una transiciÃ³n suave en el cambio de escala */
}
.img-innovacion&gt;figure&gt;div&gt;img:hover {transform: scale(1.09);}
.innovacion-section&gt;div:hover {
    z-index: 300 !important;
}

/* ServiciÃ³s */
.section-div{
	min-height:30vw;
	background:white;
  border-radius: 20px;
}

.btn-consulta,.btn-calcu {
	font-size: 20px;
  padding: 10px 30px;
}

.btn-calcu {
		background: #0D1E8A;
    color: white !important;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #00000052;
}

/* Testimonios */
.wd-carousel{padding-bottom:20px!important;}
.testimonial-div&gt;div {
    background: white !important;
    border-radius: 20px;
    padding: 30px 40px !important;
	  box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.7);
}
.star-rating{font-size:140%}
.star-rating span:before {color: #2F4BFB!important;}

/* Form */
label.home-form-label {
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
}

.form-control-home {
    border: 0px !important;
    border-bottom: 1px solid white !important;
    padding: 0px !important;
}

.form-control-home::placeholder {
    opacity: .8; 
}

textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: auto!important;
    overflow: hidden!important;
}

.form-submit-home {
    float: right;
    background: #0D1E8A;
    color: white !important;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #00000052;
}

.form-submit-home:hover {
    background: white !important;
    color: #0D1E8A !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    /* -webkit-box-shadow: 0 0 0px 1000px white inset; Ajusta el color de fondo aquÃ­ */
    /* box-shadow: 0 0 0px 1000px white inset; Para otros navegadores */
	  color:white!Important;
	  -webkit-text-fill-color:white!Important;
    transition: background-color 5000s ease-in-out 0s; /* Previene cambios de color */
}

div.wpcf7-response-output {
    display: none;
    margin: 40px 0 20px;
    border-radius: 10px;
}

/* Footer */
#menu-main-footer&gt;li&gt;a {
    color: white !important;
    font-size: 17px;
}
.wd-icon:before {font-size: 140%!important;}
.wd-social-icons&gt;a {padding: 0px 20px!important;}
.current-menu-item&gt;a&gt;span:after{background:transparent!important}

/*Copyrights*/
img.logo-fivatz,img.logo-compass {
    height: 4vw;
    min-height: 25px;
    max-height: 30px;
    max-width: 100px;
}
img.logo-fivatz{
    padding: 5px 10px;
}
.min-footer {padding-block: 5px;}


img.logo-fivatz {
    margin-bottom: 10px !important;
}
img.logo-compass {
    margin-bottom: 3px !important;
}

/* Stars */
.star-45&gt;div&gt;div&gt;div&gt;span&gt;span{width:90%!important}
.star-4&gt;div&gt;div&gt;div&gt;span&gt;span{width:80%!important}
@media (min-width: 1025px) {
	/*.sr7-bullets{display:none!important}*/
.whb-boxed:not(.whb-sticked) .whb-main-header .whb-row&gt;.container {padding-inline: 70px;}
a.woodmart-nav-link {font-size: 100% !important;}
}

@media (max-width: 576px) {
	/* General */
.desk{display:none!important}

/* Header */
.whb-general-header {
    border-radius: 200px ! Important;
    margin: 5px;
    padding: 0px 10px;
}

.whb-sticked&gt;div&gt;.whb-general-header{margin: 0px!important}

/* Resto */
.tx-title {
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
}

.tx-sub-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
}

.tx-description {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

.btn-consulta {
    font-size: 13px;
    padding: 5px 20px;
}

.icon-img&gt;figure&gt;div&gt;img {max-width: 100%!important;}

.logo-footer {
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

.wd-nav&gt;li&gt;a {
    font-size: 12px !important;
}

.wd-social-icons.icons-size-large .wd-icon {
    font-size: 20px;
    line-height: 60px;
}

sr7-arrow {display: none !important;}

.img-innovacion-left {
    max-width: 45%;
    float: left;
}


.img-innovacion-right {
    max-width: 45%;
    float: right;
}


.min-footer {
    width: 100%;
    margin: auto;
}

img.logo-compass {
    max-width: 60px;
}
}

</pre></body></html>