/*----------------------------------------------------
Template    : Octavian - Multipurpose Creative HTML5 Template
@Author		: TexTheme
@URL	    : https://themeforest.net/user/textheme/
Version	    : 1.1

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */


/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- 23 HOMEPAGES
03- General Styling
    03.1- Paddings
    03.2- Margins
    03.3- Default Colors
    03.4- Container
    03.5- Column Gap
    03.6- Fonts Typography
    03.7- Parallax Background
    03.8- Background Layer
    03.9- Cross Browser Compatibility
    03.10- Border Radius
    03.11- Default Button
    03.12- Animations
    03.13- Social Media Icons
04- Header Styles
    04.1- Dropdown
    04.2- Side Menu
    04.3- Header Search
05- Sticky Header
    05.1- Sticky Header 1
06- Section Title
07- About Style 1
08- Theme Button
09- Portfolio Style 1
10- Contact Form
11- Partners Style 2
12- Footer Style 2
13- Page Title
14- Portfolio Style
15- Pagination Style
16- 404 Error
17- Portfolio Details
18- Sidebar
19- Shop Itemss
    19.1- Shop item details
20- Blog Detail

===================================================== ***/


/* IMPORTING GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ================================================================================== 
										Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%;
	font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    overflow-x: hidden;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: none;
	cursor: pointer;
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
	outline: none;
}
button {
	outline: none;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
img {
	display: inline-block;
}
p {
}
a {
	color: inherit;
}
b{font-weight: 700;}
h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
}
.container {
	max-width: 1200px;
	padding: 0 15px;
}
.clearfix {
	clear: both;
}

/* ================ BACKGROUND STYLING ================ */

.fixed-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.banner-bg1 {
	background:linear-gradient(to left, #f474a2, #ffad3a);
}
.hp20-bgcolor {
	background-color: #131620;
}
.dark-bg {
	background-color: #222831;
}


/* ================ CUSTOM CSS CLASSES ================ */
.sec-block-50 {
	padding: 50px 0;
}
.sec-block-100 {
	padding: 100px 0;
}
.sec-block-200 {
	padding: 200px 0;
}

/* ================ MAIN OVERLAY ================ */


.overlay {
	position: relative;
	z-index: 9;
}
.overlay:before,
.overlay2:before,
.overlay3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,40,49,0.10);
	z-index: 9;
}
.overlay2:before {
	background-color: rgba(34,40,49,0.20);
}
.overlay2 {
	z-index: 9;
}
.overlay3 {
	z-index: 9;
}
.overlay3:before {
	background-color: rgba(34,40,49,0.60);
	z-index: 0;
}

.main-banner.style14.overlay:before {
	background-color: rgba(34,40,49,0.40);
	z-index: 0;
}


/* ========================== HEADER ======================= */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}
header.sticky,
header.static.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #894ce9;
    border:0;
}
header.static.sticky,
header.sticky.hp16 {
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.07);
}
header.height-hd.sticky {
	height: 80px;
} 
header.sticky .header-content {
	height: 80px;
}
header.sticky nav > ul > li {
	padding: 0 16px;
}
header.static {
	position: relative;
}
header.height-hd {
	height: 120px;
	display: flex;
	align-items: center;
}
header.static nav {
	margin-left: auto;
}
nav.bg-clr2 ul li a,
nav.bg-clr2 ul li a:before,
nav.bg-clr2 ul li a:hover {
	color: #393e46;
}
header.static nav ul li a {
	color: #393e46;
	font-size: 16px;
}
header.static nav ul li a:before {
	color: #393e46;
}
header.hp16 nav ul li a:before {
	color: #222;
}
nav.black ul li a,
nav.black ul li a:hover {
	color: #222;
}
nav ul li.active > a:before {
	color: #ffffff;
}
.header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.btn-default {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn-default span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: .15;
  background: #000;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-default:hover span,
.btn-default:focus span {
  width: 40rem;
  height: 40rem;
}



.failed,
.text-info {
	background: #4a44f2;
    color: #fff;
    padding: 15px 20px;
}
.response .text-info {
	color: #fff !important;
}
.response .text-info img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.visible-on-sticky {
	display: none;
}
header.sticky .visible-on-sticky {
	display: block;
}
header.sticky .hide-on-sticky {
	display: none;
}

.search-btn i:before,
.menu-btn i:before {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
.menu-btn i:before {
	font-size: 30px;
	font-weight: 400;
}
header.sticky .search-btn i:before,
header.sticky .menu-btn i:before,
header.sticky .cart-btn i:before  {
	color: #393e46;
}
header.sticky nav ul li a.active {
	color: #393e46;
}
header.sticky {
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.07);
}
header.hp5.sticky {
	background-color: #fff;
}


.menu-btn.blackclr i:before,
.search-btn.blackclr i:before {
	color: #393e46;
}

header.sticky.hp7,
header.sticky.hp8 {
	background-color: #fff;
}

header.sticky.hp6 {
	background-color: #fff;
}

.about-text > p {
	color: #808996;
	line-height: 2;
	margin-bottom: 30px;
	font-size: 1em;
} 

a {
	text-decoration: none;
}
.ml-auto {
	margin-left: auto !important;
}
.logo {
	float: left;
	margin-top: -1px;
}
.logo a{margin: auto 0;}
nav {
	float: right;
}
nav ul li {
	display: inline-block;
	padding: 52px 16px;
	position: relative;
}
nav ul li.has-mega-menu {
	position: inherit;
}

nav ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	position: relative;
}
nav ul li a:hover {
	color: #fff;
}
nav ul li a:before {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	font-weight: 900;
}
nav ul li.active > a:before,
nav ul li.has-mega-menu > a:before {
	opacity: 1;
	visibility: visible;
}
nav ul li.active > a {
	margin-right: 16px;
}
.icons-list {
	float: right;
	text-align: right;
	margin-left: 0;
	display: inline-flex;
	align-items: center;
}
.icons-list li {
	display: inline-block;
	margin-right: 37px;
}
.icons-list li:last-child {
	margin-right: 0;
}
.icons-list li a {
	display: inline-block;
	cursor: pointer;
}
.desktop-hide {
	display: none;
}

nav ul ul li.active > a:before {
    opacity: 1;
    visibility: visible;
    color: #6a727f;
    content: '\f105';
}


header.static.white .cart-btn i {
	color: #111;
}
.cart-btn i {
	color: #fff;
}
/*a.menu-btn {
	margin-left: 33px;
}*/
.menu-btn > i + span {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	position: relative;
	top: -7px;
	text-transform: uppercase;
	padding-left: 12px;
	letter-spacing: 2px;
}

header .container-fluid {
	padding: 0 90px;
}

header .container {
	position: relative;
}



/* DROPDOWN MENU */

header nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 270px;
	background-color: #fff;
	padding: 27px 0 30px;
	box-shadow: 0 0 30px rgba(57,62,70,0.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
}
header nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	z-index: 9999;
}

header nav ul ul ul {
	left: 100%;
	top: 0;
	margin-top: 15px;
	z-index: -1;
	border-radius: 0 7px 7px 0;
}
.mmenu li,
nav ul ul li {
	padding: 13px 45px 12px;
	display: block;
	position: relative;
	margin-bottom: 4px;
}
.mmenu li:last-child,
nav ul ul li:last-child {
	margin-bottom: 0;
}
.mmenu li:before,
nav ul ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #4a44f2;
	opacity: 0;
	visibility: hidden;
}
.mmenu li a,
nav ul ul li a {
	color: #6a727f;
	font-size: 16px;
	width: 100%;
	display: block;
}
.mmenu li:hover:before,
nav ul ul li:hover:before {
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.mmenu li:hover,
nav ul ul li:hover {
	background-color: #f9f8f8;
}
.mmenu li a:hover,
nav ul ul li a:hover {
	color: #4a44f2;
}

nav.dark ul ul {
	background-color: #222831;
}
nav.dark ul ul li:hover {
	background-color: #424850;
}
nav.dark ul ul li:hover a {
	color: #eeeeee;
}

/* MEGA MENU */

.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(57,62,70,0.15);
	padding: 52px 0 45px;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	margin-top: 30px;
}
.mmenu > h3 {
	color: #6a727f;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 20px;
	padding: 0 50px;
	margin-bottom: 33px;
}
.mega-menu .mmenu ul {
	position: static;
	opacity: 1;
	visibility: visible;
	background-color: inherit;
	box-shadow: inherit;
	transform: inherit;
	padding: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.mega-menu .mmenu ul li a {
	font-weight: 400;
}
.mega-menu .mmenu li {
	padding: 13px 50px 12px;
}
header nav ul li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	height: auto;
	z-index: 999;
	margin-top: 0;
}
header nav ul li.has-mega-menu:hover > .mega-menu ul {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

/* ========================== MAIN BANNER ======================= */

.main-banner {
	padding: 337px 0 358px;
	width: 100%;
}
.main-banner.style4 {
	padding: 340px 0 368px;
	margin-bottom: -3px;
}
.banner-text {
	float: left;
	position: relative;
	z-index: 9;
	font-weight: 100;
}
.banner-text > h2 {
	color: #ffffff;
	font-size: 40px;
	line-height: 76px;
	margin: 0;
	padding: 0 20px 0 60px;
}
.banner-text > p {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.6;
	padding: 0 20px 0 60px;
}
.banner-text > img{filter: drop-shadow(4px 6px 10px #0005); max-width: 100%;}
.btn-default {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	background-color: #22B573;
	height: 65px;
	line-height: 65px;
	padding: 0 74px;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	border: none;
	border-radius: 4px;
}

.banner-img {
	position: absolute;
	top: 50%;
	right: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* =================== ABOUT SECTION =================== */

#about{
	background-image: url(../images/bg-about.png);
	background-position: bottom center;
	background-size: cover;
}

.about-text {
	padding-right: 75px;
	font-size: .9em;
}

.about-text > .ps{padding-left: 20%;}

.shadow-none {
	box-shadow: inherit;
}

.w-auto {
	width: auto !important;
}

.chava-standing{
	height: 815px;
	width: 390px;
	position: relative;
	right: 70%;
	object-fit: contain;
	object-position: top left;
}

/* ===================== FEATURES SECTION ===================== */

.features-section{--border: none}
.features-section p{
	font-size: 1.8em;
	line-height: 1.5;
	color: #808996;
	font-weight: 300;
	margin: 30px 0 50px;
}

.feature-item{
	width: 100%;
	max-width: 340px;
	height: 340px;
	margin: 30px auto;
	border-radius: var(--radius);
	position: relative;
	top: 0;
	background-position: center;
	background-size: cover;
}
.feature-item .text{
	margin: auto;
	display: flex;
	flex-direction: column;
	color: white;
	font-weight: 600;
	text-shadow: 0 1px 4px #0008;
	position: relative;
	z-index: 3;
	font-size: 1.2em;
	line-height: 1.3;
}
.feature-item .text span{
	font-size: .9em;
	margin-top: 10px;
	font-weight: bold;
}
.feature-item.shadow::before,.feature-item.shadow::after{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: var(--radius);
}
.feature-item img{width: 100%;object-fit: contain;}
.feature-item::before{
	content: "";
	top: 0;left: 0;
	z-index: 1;
	background-color: #662D91;
	mix-blend-mode: multiply;
	opacity: 0.3;
	transition: .4s;
}
.feature-item::after{
	content: var(--border);
	top: var(--border-pos-y);
	left: var(--border-pos-x);
	z-index: 2;
	border: 3px solid #22B573;
	pointer-events: none;
}
.feature-item.shadow:hover::before{
	opacity: 1;
}
.feature-item.shadow{box-shadow: 8px 10px 15px #0004 !important; cursor: pointer; display: flex;}
.feature-item.shadow img{object-fit: cover;}
.features-section .col-sm-12:nth-child(2){--border: ""; --border-pos-x: 30px; --border-pos-y: -30px;}
.features-section .col-sm-12:nth-child(3){--radius: 0 100% 0 0;}
.features-section .col-sm-12:nth-child(4){--radius: 0 0 0 100%; --border: ""; --border-pos-x: -30px; --border-pos-y: 30px;}
.features-section .col-sm-12:nth-child(6){--radius: 0 0 100% 0; --border: ""; --border-pos-x: 30px; --border-pos-y: 30px;}

/* padding  */

.features-section .col-sm-12:nth-child(2) .feature-item{ padding: 100px 100px 0 0;}
.features-section .col-sm-12:nth-child(3) .feature-item{ padding: 150px 130px 0 0;}
.features-section .col-sm-12:nth-child(4) .feature-item{ padding: 0 100px 130px 0;}
.features-section .col-sm-12:nth-child(5) .feature-item{ padding: 150px 130px 0 0;}
.features-section .col-sm-12:nth-child(6) .feature-item{ padding: 150px 130px 0 0;}


/* ==================== BENEFITS SECTION ==================== */

#benefits{
	background-color: #4ec48f;
	background-image: url(../images/bg-about.png);
	background-position: bottom center;
	background-size: cover;
}

.benefits-section{
}

.benefits-section h4{
	margin: 40px 0;
	font-weight: 700;
}
.benefits-section ul{margin-bottom: 60px;}
.benefits-section ul li{
	display: flex;
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 1.1em;
}
.benefits-section ul li img{width: 30px; height: 25px;}
.benefits-section ul li p{width: calc(100% - 30px); padding-left: 20px;}

.benefits-section .col-3 img{height: 70px;}


/* ===================== VIDEO SECTION ==================== */

#video{
	background-image: url(../images/bg-video.png);
	background-position: center;
	background-size: cover;
}

.video-section{

}
.video-section h3{font-weight: 700; line-height: 1.5;}
.video-section .video{
    margin: auto auto 50px;
    width: 100%;
    height: 38vw;
    min-height: 200px;
    background-color: #dadada;
    box-shadow: 2px 8px 16px #0004;
}


/* ========================= FOOTER ======================= */

footer{
	background-image: url(../images/bg-footer.png);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 60px 0;
	font-weight: 100;
}
footer img{object-fit: contain;}
footer p{
	font-size: 26px;
	margin-bottom: 30px;
	line-height: 1.4;
}
footer p i{font-weight: 500;}
footer b{font-size: 1.25em;}

.banner-bg9 {
	background-image: url(../images/banner-bg9.jpg);
}

/* ====================== FORM SECTION ======================== */

#form{
	
	background-image: url(../images/bg-about.png);
	background-position: center;
}

.form-section{
	/* max-width: 900px; */
}

.form-section .chava-standing{
	right: -10%;
    object-fit: cover;
    height: 570px;
    width: 100%;
	filter: drop-shadow(17px 16px 9px #0003);
	margin-top: auto;
}

.form-section p{margin-bottom: 10px; font-size: .9em;}

.form-section h3{font-weight: 700;}

.form-section .form-control{
	margin-bottom: 20px;
	padding: 12px 10px;
	height: unset;
    color: #22B573;
	border-color: #0001;
	box-shadow: 0px 2px 8px #0002;
}


.form-section select{
	-webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%444'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) 22px;
    background-repeat: no-repeat;
}

.form-section label.error{
	font-size: .8em;
    text-align: right;
    color: #f68826;
    display: block;
    position: relative;
    top: -10px;
}

#js_formMessageError{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.form-section textarea{resize: none;}

/* ====================== HOMEPAGE 9 ======================== */

.main-banner.style9 {
	padding: 200px 0 116px;
}

.ban--img {
	
}
.ban--img > img {
	display: block;
	width: 100%;
	margin: 0;
}


/* ==================== ANIMATIONS ==================== */

.banner-img {
  animation: MoveUpDown 15s linear infinite;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
}

/* ================= PRE LOADER =============== */

/* Page Loading */
.page-loading {
    background-color: #ffffff;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.page-loading img {
	left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}



.bottom-footer.bg-changge {
	background-color: #0a0c12;
}




/* MODALS  */

.modal .modal-dialog .modal-content{background-size: cover; background-position: bottom right; font-size: 20px; font-weight: 300;}
.modal .modal-dialog .modal-content .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
	z-index: 10;
}

.modal .modal-dialog .modal-content h3{margin-bottom: 40px; font-weight: 500; font-size: 1.8em;}
.modal .modal-dialog .modal-content ul{list-style-type: disc; padding-left: 20px;}
.modal .modal-dialog .modal-content li{
	color: #666;
	margin-bottom: 20px;
	padding-right: 20px;
	line-height: 1.6;
}
.modal .modal-dialog .modal-content li::marker{color: #22B573; font-size: 1.2em;}

#modalFeatureCampo .modal-dialog .modal-content{background-image: url(../images/modals/modal-1.png);}

#modalFeatureAgente .modal-dialog .modal-content{background-image: url(../images/modals/modal-1.png);}

#modalFeatureRuta .modal-dialog .modal-content{background-image: url(../images/modals/modal-1.png);}

#modalFeatureRh .modal-dialog .modal-content{background-image: url(../images/modals/modal-1.png);}

#modalFeatureReportes .modal-dialog .modal-content{background-image: url(../images/modals/modal-1.png);}


#__modalSent{
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow-y: auto;

    position: fixed;
    top: 0;left: 0;
    z-index: 10000;
}

#__modalSent .dialog{
    width: 100%;
    max-width: 720px;
    /* background-color: #fff; */
    background: linear-gradient(-45deg, #069b73 10%,#20d498);
    border-right: 10px solid #039871;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 2px 18px #0006;
    display: flex;
    font-size: 18px;
    position: relative;
}

#__modalSent .ov{
	position: absolute;
    background-color: #222d;
    backdrop-filter: blur(5px);
	top: 0;left: 0;
	width: 100%;height: 100%;
}

#__modalSent .dialog::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;left: 0;
    width: 50%;
    height: 100%;
    background-position: right 50%;
    opacity: .1;
    background-image: url(../images/startup.png);
    background-repeat: no-repeat;
    filter: saturate(.5);
}
#__modalSent .dialog .dismiss{
    color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 100;
    line-height: 13px;
    height: 36px;
    width: 36px;
    font-family: Helvetica;
    text-align: center;
    z-index: 100;
    padding: 10px;
    font-size: 26px;
    cursor: pointer;
}
#__modalSent .dialog .img,
#__modalSent .dialog .msg{position: relative;}
#__modalSent .dialog .img{width: 210px; border-radius: 10px;padding-left: 20px; display: flex;}
#__modalSent .dialog .img img{width: 100%; height: 100%; object-fit: contain;}
#__modalSent .dialog .msg{width: calc(100% - 210px); padding: 30px 30px; font-weight: 300;}

#__modalSent .dialog h3{margin: 0 0 20px; font-size: 2em; font-weight: bold;}
#__modalSent .dialog p{margin: 20px 0 0; font-size: 1em;}
#__modalSent .dialog h3, #__modalSent .dialog p{color: #fff;}
#__modalSent .dialog a{color: #fff; text-decoration: none; font-weight: 400;}

@media (max-width: 991px){
    #__modalSent .dialog{
        flex-direction: column;
        padding-top: 30px;
    }
    #__modalSent .dialog::before{
        width: 100%;
        background-position: center;
    }
    #__modalSent .dialog .img,
    #__modalSent .dialog .msg{
        width: 100%;
        text-align: center;
    }
    #__modalSent .dialog .img{height: 220px;}
    #__modalSent .hid{display: none;}
}


/* ICONO WHATSAPP  */

.wsp_icon{
    width: 60px;
    height: 60px;
    background-color: #25D366;
    box-shadow: 0 0 20px -5px #25D366;
    display: flex;
    border-radius: 50%;

    position: fixed;
    bottom: 50px;
    right: 20px;
}

.wsp_icon img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: auto;
}

.wsp_icon:hover{filter: brightness(1.2);}