/*
	Theme Name: POKVeKTtvwcMqZRGChwJvaat4
	Text Domain: POKVeKTtvwcMqZRGChwJvaat4
*/
@font-face {
    font-family: 'nunito-black';
    src: url('fonts/Nunito-Black.eot');
    src: url('fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Black.woff2') format('woff2'),
        url('fonts/Nunito-Black.woff') format('woff'),
        url('fonts/Nunito-Black.ttf') format('truetype'),
        url('fonts/Nunito-Black.svg#Nunito-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito-bold';
    src: url('fonts/Nunito-Bold.eot');
    src: url('fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Bold.woff2') format('woff2'),
        url('fonts/Nunito-Bold.woff') format('woff'),
        url('fonts/Nunito-Bold.ttf') format('truetype'),
        url('fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito-semibold';
    src: url('fonts/Nunito-SemiBold.eot');
    src: url('fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('fonts/Nunito-SemiBold.woff') format('woff'),
        url('fonts/Nunito-SemiBold.ttf') format('truetype'),
        url('fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito-medium';
    src: url('fonts/Nunito-Medium.eot');
    src: url('fonts/Nunito-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Medium.woff2') format('woff2'),
        url('fonts/Nunito-Medium.woff') format('woff'),
        url('fonts/Nunito-Medium.ttf') format('truetype'),
        url('fonts/Nunito-Medium.svg#Nunito-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito-regular';
    src: url('fonts/Nunito-Regular.eot');
    src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Regular.woff2') format('woff2'),
        url('fonts/Nunito-Regular.woff') format('woff'),
        url('fonts/Nunito-Regular.ttf') format('truetype'),
        url('fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunito-light';
    src: url('fonts/Nunito-Light.eot');
    src: url('fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Light.woff2') format('woff2'),
        url('fonts/Nunito-Light.woff') format('woff'),
        url('fonts/Nunito-Light.ttf') format('truetype'),
        url('fonts/Nunito-Light.svg#Nunito-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'FontAwesome5Pro-Solid';
		src: url('fonts/FontAwesome5Pro-Solid.eot?#iefix') format('embedded-opentype'),
		 url('fonts/FontAwesome5Pro-Solid.otf')  format('opentype'),
	     url('fonts/FontAwesome5Pro-Solid.woff') format('woff'),
		 url('fonts/FontAwesome5Pro-Solid.ttf')  format('truetype'),
		 url('fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome5Pro-Regular';
  src: url('fonts/FontAwesome5Pro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/FontAwesome5Pro-Regular.otf')  format('opentype'),
	     url('fonts/FontAwesome5Pro-Regular.woff') format('woff'),
		 url('fonts/FontAwesome5Pro-Regular.ttf')  format('truetype'),
		 url('fonts/FontAwesome5Pro-Regular.svg#FontAwesome5Pro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
	font-size:16px;
}
img
{
	border:none;
	object-fit: cover;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width:4px;
}
::-webkit-scrollbar-button:increment,.scroll::-webkit-scrollbar-button {
    display: none;
} 
::-webkit-scrollbar:horizontal {
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #ed3237;
    border: 0px solid #fff;
}
::-webkit-scrollbar-track {
    border-radius: 0px;  
}
.relative
{
	position:relative;
}
.center
{
	width:1200px;
	margin:0 auto;
}
.center-full
{
	width:90%;
    margin: 0 auto;
}
.flexbox {
    display: flex; 
	justify-content: space-between;
    flex-flow: row wrap;
	align-items: center;
}
.flexbox-column {
    display: flex; 
	justify-content: center;
    flex-flow: column wrap;
	align-items: center;
}
.flexbox-start {
    display: flex; 
	justify-content: start;
    flex-flow: row wrap;
}
.flexbox-center {
	display: flex;
    justify-content: center;
}
.flexbox-top {
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.clear
{
	clear:both;
}
.text-category
{
    color: #524b48;
    font: 0.9em nunito-regular;
    text-align: center;
    padding-top: 50px;
}
#container-header-up 
{
    width: 100%;
    background: #f2f2f2;
    padding: 5px 0;
}
.row-social  {
    display:flex;
	align-items:center;
}
.row-social a {
    color: #646464;
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -3px;
}
.row-social a:hover {
    color: #fff;
    background:#646464;
}
.row-text
{
    color: #646464;	
	font:0.9em nunito-medium;
}
#container-header-center 
{
    width: 100%;
    background: #fff;
    padding: 20px 0; 
	border-bottom: 1px solid #e6e6e6;
}
#container-header-down 
{
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
}
.row-data
{
	display:flex;
}
.column-data
{
	position: relative;
    display: flex;
    flex-flow: column wrap;
    padding-left: 40px;
    margin-left: 50px;
}
.column-data i
{
    position: absolute;
    font-size: 1.7em;
    color: #56565b;
	left:0;
	top:5px;
}
.column-data strong
{
	color:#111;
    font: 1.1em nunito-bold;
    display: block;
    padding-bottom: 2px;
}
.column-data span 
{
	color:#646464;
	font:0.95em nunito-regular;
}
.column-data .fa-phone 
{
	transform: rotate(95deg); 
	font-size: 1.4em;
}
.column-button
{
    display: flex;
    margin-left: 50px;
}
.column-button a 
{
    background: #DB0209;
    color: #fff;
    font: 1em nunito-bold;
    padding: 10px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #DB0209;
}
.column-button a:hover
{
    background:#000;
    color: #fff;
    border: 2px solid #000;
}
.column-button a i
{
    font: 1.2em FontAwesome5Pro-Regular;
	margin-left:7px;
}
.row-menu {
    border-left: 1px solid #e6e6e6;
}
.row-menu > div > ul > li > a {
    color: #000;
    font: 0.92em nunito-bold;
    padding: 20px 20px;
    display: block;
    border-right: 1px solid #e6e6e6;
    border-top: 3px solid #fff;
	text-transform:uppercase;
}
.row-menu > div > ul > li {
	position:relative;
}
.row-menu > div > ul > li > a:hover {
    border-top: 3px solid #008fc9;
}
.row-menu > div > ul {
    display:flex;
}

.row-menu .menu > li:hover .sub-menu
{
	display:block;
}
.sub-menu
{
    position: absolute;
    top: 62px;
    width: 275px;
    z-index: 999;
	display:none;
}
.sub-menu a
{
	font: 1em nunito-regular;
    color: #fff;
    padding: 1em 1em;
    border-top: 1px solid #000000;
    background: #00327d;
    display: block;
}
.sub-menu li:first-child a
{
    border:none;
}
.sub-menu a:hover
{
    background: #fff;
	color:#000;
}
.row-menu > div > ul > li:hover > a {
    border-top: 3px solid 008fc9;
}

#container-banner
{
	width:100%;   
	position: relative;
}

.container_skitter
{
	width:100% !important;   
	height:450px !important;
}
/*
.box_skitter_large
{
	width:100% !important;   
	height:450px !important;
}
.box_skitter .image img {
	width:100% !important;   
	height:450px !important;
}*/



#container-about
{
	padding: 80px 0;
    background: #f2f2f2 /*url("images/about_img_bg.jpg")*/;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.row-about
{
	width:60%;
}
.row-about h2
{
    color: #000;
    font: 2.5em nunito-black;
    padding:10px 0px;
    display: block;
	position:relative;
}
.row-about h2:before
{
	content:"";
    background: #ed3237;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;  
}
.row-about h3
{
	color: #000;
    font: 1.5em nunito-medium;
    padding: 30px 0px;
    display: block;
}
.text-about
{
	color:#524b48;  
	font: 1em nunito-regular;
}
.text-about p
{
	margin-bottom:15px;
}
.row-form
{
	width:30%;
    background: #fff;
    border-radius: 6px;
    padding: 35px;
    -webkit-box-shadow: 0 10px 32px 0 rgb(220 220 220 / 75%);
    -moz-box-shadow: 0 10px 32px 0 rgba(220,220,220,.75);
    box-shadow: 0 10px 32px rgb(220 220 220 / 75%);	
}
.row-form h2
{
    color: #000;
    font: 1.6em nunito-bold;
    display: block;
	position:relative;
}
.row-field-form
{
	margin-top:15px;
}
.row-field-form p
{
	margin-bottom:5px;
}
.row-field-form input[type="text"] , .row-field-form input[type="email"], .row-field-form input[type="tel"]
{
	color: #524b48;
    font: 0.9em nunito-regular; 
	width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 4px  18px;
}
.row-field-form textarea
{ 
	color: #524b48;
    font: 0.9em nunito-regular; 
	width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 4px 0 18px;
	resize:none;
}
.row-field-form input[type="submit"]
{
	background: #db0209;
    color: #fff;
    font: 0.9em nunito-bold;
    padding: 11px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #db0209;	
	margin-top:15px;
	cursor:pointer;
}
.row-field-form input[type="submit"]:hover
{
    background:#fff;
    color: #db0209;
    border: 2px solid #db0209;
}

#container-bar-contact
{
	width:100%;
	background:#ed3237;
	padding:50px 0;
}

.text-bar-contact
{
	width:80%;
	color: #fff;
    font: 2em nunito-bold;
}
.button-bar-contact
{
	width:15%;
}
.button-bar-contact a
{
    background: #fff;
    color: #000;
    font: 1em nunito-bold;
    padding: 15px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #ed3237;
}


#container-video
{
	width:100%;
	background:#fff;
	padding:50px 0;
}
.image-video
{
	width:50%;
}
.image-video img
{
	width: 110%;
    height: auto;
    margin-left: -10%;
}
.content-video
{
	width:48%;
}
.content-video h3
{
    font: 1.3em nunito-medium;
    padding: 5px 0px;
    display: block;	
	color: #ed3237;
}
.content-video h2
{
    color: #000;
    font: 2.5em/1.1em nunito-black;
    padding: 10px 0px;
    display: block;
    position: relative;
}
.text-video
{
    font: 1em nunito-regular; 
	display: block;	
}

.text-video ul 
{
    margin-top:40px;
}

.text-video ul li 
{
	margin-bottom: 20px;
    position: relative;
    padding-left: 75px;
}
.text-video ul li strong
{
    color: #000;
    font: 1.3em nunito-bold;
    padding: 7px 0px;
    display: block;
}
.text-video ul li i
{
    padding: 7px 0px;
    color: #1fa12e;
    border: 1px solid #1fa12e;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    border-radius: 50%;
	top: 10px;
}

#container-statistics 
{
	width:100%;
	padding:90px 0; 
	background: #56575c url(images/counter_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#container-statistics  ul
{
    display: flex;
    justify-content: space-between;
}
#container-statistics ul li
{
    width: 24%;
    border: 1px solid #fff;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
}
.icon-statistics
{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center
}
.icon-statistics i
{
    font: 2.8em FontAwesome5Pro-Regular;
	margin-right:10px;	
	color:#fff;
}
.text-statistics strong
{
	color: #fff;
    font: 2.5em/1em nunito-black;
    display: block;
}
.text-statistics
{
	width:60%;
}
.text-statistics span 
{
    color: #fff;
    font: 1.1em/1em nunito-regular;
    display: block;
}

#container-services
{
	width:100%;
	padding:90px 0; 
	background: #fff;
}
.title 
{
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
}
.title h3
{ 
	font: 1.3em nunito-medium;
    padding: 5px 0px;
    display: block;
    color: #ed3237;
}
.title h2
{ 
    color: #000;
    font: 2.5em/1.1em nunito-black;
    padding: 10px 0px;
    display: block;
    position: relative;
}
.row-services
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-services
{
    width: 49%;
    height: 325px;
    display: flex;
    flex-flow: row wrap;
    border-radius: 5px;
    margin-bottom: 2%;
	position:relative;   
	-webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}
.image-services
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
    overflow: hidden;
    border-radius: 5px;
}
.image-services img
{
	position:absolute;
	width: 100%;
    height: 100%; 
	-webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;  
	border-radius: 5px;
}
.column-services:hover .image-services img {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}
.content-services
{
	height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.5s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.5s;
    transition: transform 0.4s, opacity 0.1s 0.5s;
	display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #ed3237;
    color: #ffffff;
    border-radius: 4px 0 0 4px;
	z-index:999;
}
.column-services:hover .content-services {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.column-services h3 {
    color: #fff;
    font: 1.5em/1.1em nunito-bold;
    padding: 10px 0px;
    display: block;
    position: relative;
}
.column-services p {
    color: #fff;
    font: 1em nunito-regular;
    display: block;
}
.column-services span  {
	border:2px solid #fff;
    color: #fff;
    font: 0.9em nunito-regular;
    padding: 8px 30px;
    border-radius: 30px;
    display: table;
    align-items: center;
    margin-top: 20px;
}
.column-services span:hover  {
	border: 2px solid #fff;
	background:#fff;
    color: #02337e;
}
.name-service
{
    color: #fff;
    font: 1.2em/1.1em nunito-bold;
    padding: 12px 20px;
    background: #008fc9;
    border-radius: 5px;
    position: absolute;
    left: 5px;
    bottom: 5px; 
	transition: all 0.3s ease-out 0s;
}
.column-services:hover .name-service
{
	opacity:0;
}





#container-testimonial
{
	width: 100%;
    background: #008fc9;
    display: flex;
    justify-content: space-between;
}
.image-testimonial
{
	width:50%;
	position:relative;
}
.image-testimonial img
{
	width:100%;
	height:auto;
}
.column-testimonial
{
    width: 50%;
    display: flex;
    align-items: center;
}
.row-testimonial
{
	width: 600px;
    padding-left: 70px;
}
.row-testimonial h2
{
    color: #fff;
    font: 2em/1.1em nunito-black;
    padding: 10px 0px;
    padding-bottom: 40px;
}
.media
{
	display:flex;
	justify-content:space-between;
}
.item-image
{
	width: 80px;
	height: 80px;
	position:relative;
}
.item-image img
{
	width: 80px;
	height: 80px;
	border-radius:50%;
	position:absolute;
}
.media-body
{
	width:calc(100% - 100px);
}
.media-body p
{
    color: #fff;
    font: 0.9em nunito-regular;
}
.media-body h3
{
    color: #fff;
    font: 1.3em nunito-bold;
}
.media-body span 
{
    color: #fff;
    font: 1em nunito-regular;
	padding-left:5px;
}
.media-body div 
{
    display: flex;
    align-items: center;
    padding: 15px 0;
}


#container-testimonial .slick-dots {
	display: flex !important;
}
#container-testimonial .slick-dots button {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #000;
    margin: 0 5px;
    border: none;
    cursor: pointer;
	border-radius:50%;
}
#container-testimonial  .slick-active button {
    background: #fff !important;
}



#container-blog
{
	width:100%;
	padding:90px 0; 
	background: #fff;
}
.row-blog
{
	width: 100%;
    display: flex;
    justify-content: space-between;
	flex-flow:row wrap;
}
.column-blog
{
	width:49%;
	height:420px;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.column-blog img
{
	width:100%;
	height:100%;
	position:absolute;
	transition: all 0.5s ease-in-out;
}
.column-blog:hover img 
{
	transform:scale(1.2); 
}
.content-blog 
{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 25px 35px;	
	z-index:999;
}
.content-blog span 
{
    color: #ed3237;
    font: 1em/1.1em nunito-medium;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
	display:table;
}
.content-blog h2 
{
    color: #fff;
    font: 1.8em/1em nunito-black;
    padding: 10px 0;
    display: block;
}
.content-blog p
{
    color: #fff;
    font: 1em/1.2em nunito-regular;
    display:block;
}
.column-blog:before
{
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
    position: absolute;
    top: 0px;
    z-index: 9;
}
#container-maps
{
	width:100%;
	height:400px;
	position:relative;
}
#container-maps iframe
{
	width:100% !important;
	height:400px !important;
	position:absolute;
	left:0;
	top:0;
}

.row-datos-maps
{
    position: relative;
    z-index: 9999;
    float: right;
    width: 380px;
    padding: 45px 50px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font: 1em/1.2em nunito-regular;
	margin-top:25px;
}
.row-datos-maps h2
{
    color: #fff;
    font: 1.6em/1.2em nunito-black;
    display: block;
}
.row-datos-maps p
{
    padding:15px 0;
	margin-bottom:25px;
}
.row-datos-maps ul li
{
    margin-bottom:15px;
	color: #cccccc;
}
.row-datos-maps ul li i
{
	color: #fff;
}

#container-client
{
	width:100%;
	background:#f6f6f4;
	padding:40px 0;
}
#container-client ul li img
{
    max-width: 240px;
    margin: 0 auto;
    height: 55px;  
    filter: grayscale(1);
}
.row-client
{
	height:60px;
	display:flex;
	align-items:center;
}
#container-client  .slick-prev  {
    width: 40px;
    height: 40px;
    background: #008fc9 url("images/prev.png");
    background-repeat: no-repeat;
	background-size: 10px;
    background-position: center;
    top: 5px;
    left: -40px;
    overflow: hidden;
    position: absolute;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	border:2px solid #008fc9;
}
#container-client  .slick-next  {
    width: 40px;
    height: 40px;
    background: #008fc9 url("images/next.png");
    background-repeat: no-repeat; 
	background-size: 10px;
    background-position: center;
    top: 5px;
    right: -40px;
    overflow: hidden;
    position: absolute;
    outline: 0;
    text-indent: -9999px;
    z-index: 99;
    border: none;
    cursor: pointer;
    border-radius: 5px;	
	border:2px solid #008fc9;
}
#container-client  .slick-prev:hover  {
    background: url("images/prev-hover.png") !important;
    background-repeat: no-repeat !important;
	background-size: 10px !important;
    background-position: center !important;
}
#container-client  .slick-next:hover  {
    background: url("images/next-hover.png") !important;
	background-repeat: no-repeat !important;
	background-size: 10px !important;
    background-position: center !important;
}

.row-up-footer {
    width: 100%;
    padding: 70px 0;
    background: #fff;
    background-size: cover;
	border-top: 1px solid #000000;
}
.column-footer {
    width: 20%;
}
.social-footer
{
    width: 100%;
    margin: 20px 0;
}
.social-footer i
{
    color: #666666;
    font-size: 1.15em;
    margin-right: 15px;
}
.text-footer 
{
    color: #55555b;
    font: 0.9em/1.5em nunito-regular;
    padding: 15px 0;
}
.column-footer h3 {
    color: #000;
    font: 1.5em/1em nunito-black;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.column-footer h3:before {
	content:"";
	position: absolute;
    background: #ed3237;
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
}
footer .flexbox {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
}
.link-footer a {
    color: #55555b;
    font: 0.9em/1.3em nunito-regular;
    margin-bottom: 10px;
    display: block;
}
.link-footer a:hover 
{
    color: #ed3237;	
}
.data-footer {
    color: #55555b;
    font: 0.9em/1em nunito-regular;
    display: block;
}
.data-footer li {
    margin-bottom: 15px;
}
.data-footer i {
    color: #55555b;
    margin-right: 5px;
} 
.row-down-footer {
    width: 100%;
    padding:20px 0;
    background: #ed3237;
    text-align: center;
}
.copy-footer
{
	color: #fff;
    font: 0.9em/1em nunito-regular;
}
.scrollToTop
{
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    position: fixed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 15px;	
    visibility: hidden;
    opacity: 0; 
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	font-size:20px;
}
.viewScroll
{
	visibility: visible  !important;
    opacity: 1 !important;
    transition-delay: 0s !important;	
}
.wpcf7-not-valid-tip {
    font: 0.9em/1.1em nunito-regular !important;	
    color: #1fa12e !important;	
}
.wpcf7 form .wpcf7-response-output
{
    font: 1em/1.1em nunito-regular !important;	
    background: #1fa12e !important;	
    color: #fff !important;	
	padding:15px !important;
	margin:0 !important;
	border:none !important;
}
.hide 
{
	display:none;
}

.fixedMenu
{
	position:fixed;
    border-bottom: 2px solid #008fc9;	
}
.fixedMenu .hide  
{
    display:block;
}
.fixedMenu .phone-bar   
{
    display:block;
}

.phone-bar 
{
	display:none;
}
.phone-bar a
{
    color: #111;
    font: 1.2em nunito-bold;
    display: block;
    position: relative;
    padding-left: 30px;
}
.phone-bar a i {
    position: absolute;
    color: #56565b;
    left: 0;
    top: 3px;
    transform: rotate(95deg);
    font-size: 1em; 
}
.flex-row
{
    display: flex;
    align-items: center;
}

#container-banner-internal
{
	width:100%;
	height:150px;
	position:relative;
} 
#container-banner-internal img
{
	width:100%;
	height:100%;
	position:absolute;
} 
#container-banner-internal h1 
{
    color: #fff;
    font: 36.37px nunito-black;
    padding: 45px 0px;
    display: block;
    position: relative;
}
.column-text-about
{
	width:50%;
}

.row-text-about
{
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 65px 70px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 30px 5px rgb(153 151 153 / 50%);
    box-shadow: 0px 0px 30px 5px rgb(153 151 153 / 50%);
}
.row-text-about:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); z-index: -1;
}
.row-text-about h2
{
    color: #000;
    font: 2.3em/1em nunito-black;
    padding:10px 0px;
    display: block;
	position:relative;
}
.row-text-about h2:before
{
	content:"";
    background: #ed3237;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;  
}
.row-text-about h3 {
    color: #000;
    font: 1.2em/1.2em nunito-medium;
    padding: 30px 0px;
    display: block;
}
.txt-about {
    color: #524b48;
    font: 1em nunito-regular;
}

.column-image-about
{
	width:40%;
}
.column-image-about img
{
	width:100%;
}
#container-content-about
{
	width:100%;
	padding-top:50px;
	background:#f2f2f2;
}
#container-gallery-about
{
	width:100%;
	padding:100px 0;
}
.row-image-about 
{
	width:50%;
	position:relative;
}
.row-image-about img
{
	width:100%;
}
.row-image-about span 
{
    color: #fff;
    font: 1.2em/1.1em nunito-bold;
    position: absolute;
    left: 30px;
    top: 30px;
}
.ico-gallery-about
{
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #ed3237;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
}
#container-category
{
	width:100%;
	padding:80px 0;
}
#container-category ul 
{   
	width: 100%;
    display: flex;
    flex-flow: row wrap;
}
#container-category ul li
{
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 3%;
}
.row-image-category 
{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
	position:relative;
}
.row-image-category:before {
    position: absolute;
    content: "";
    background-color: rgb(237 50 55 / 80%);
    height: 100%;
    width: 100%;
    z-index: 1;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.row-image-category i  
{
	color: #ed3237;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
.row-image-category img
{
	width:100%;
	height:200px;
}
.row-content-category
{
	width:100%;
	padding:15px 0;
}
.row-content-category h2
{
    color: #000;
    font: 1.5em/1em nunito-bold;
    padding:10px 0px;
    display: block;
	position:relative;
}
.row-content-category h2:before
{
	content:"";
    background: #ed3237;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;    
}
.row-content-category p
{
    padding: 25px 0px;
    color: #524b48;
    font: 0.9em nunito-regular;
}
#container-category ul li:hover .row-image-category:before
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}
#container-category ul li:hover  .row-image-category i  
{
    visibility: visible !important;
    opacity: 1 !important;
    transition-delay: 0s !important;
}


#container-content-detail
{
	width:100%;
	padding-top:80px;
	padding-bottom:50px;
}
.column-image-detail
{
    width: 40%;
    background-color: #f2f2f2;
    padding: 10px;
}
.column-image-detail img
{
    width: 100%;
    height:auto;
}
.column-text-detail
{
	width:30%;
}
.column-text-detail h2
{
    color: #000;
    font: 2em nunito-black;
    padding:10px 0px;
    display: block;
	position:relative;
}
.column-text-detail h2:before
{
	content:"";
    background: #ed3237;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;  
}
.column-text-detail div
{
    padding: 20px 0;
    color: #524b48;
    font: 0.9em/1.6em nunito-regular;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 30px 0;
}
.column-form-detail
{
	width:25%;
}
.row-tel  {
    border-radius: 5px;
    background: #ed3237;
    color: #fff;
    padding: 15px 15px 15px 25px;
	margin-bottom:25px;
}
.row-tel strong {
	color:#fff;
    font: 1.45em nunito-black;
    display: block;
    padding-bottom: 2px;
}
.row-tel span {
	color:#fff;
    font: 1em nunito-regular;
}
.row-tel i {
    position: absolute;
    font-size: 1.7em;
    color: #fff;
    left: 0;
    top: 5px;
    transform: rotate(95deg);
}
.row-tel a {
	position: relative;
    color: #fff;
    display: block;
    padding-left: 40px;
}
.column-form-detail .row-form
{
    width: 100%;
    padding: 20px 30px;
}
.column-form-detail .row-form h2 {
    font: 1.4em nunito-bold;
}


.title-tabs a 
{
	font: 1em/1.2em nunito-bold;
    color: #000;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 25px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 3px;  
	background: #f2f2f2;
    border: 1px solid #e7e7e7;
}
.active-tabs {
    background: #fff !important;
    color: #02337e !important;
}
.content-tabs
{
    padding: 30px 25px;
    color: #524b48;
    font: 0.9em/1.6em nunito-regular;
    margin: 30px 0;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
#container-content-tabs
{
	width:100%;
	padding-bottom:50px;
}

#container-maps-contact
{
	width:100%;
	padding:50px;
}
#container-maps-contact iframe
{
	width:100% !important;
	height:350px !important;
}

#container-data-contact
{
	width:100%;
	padding-bottom:50px;
}

.colum-data-contact
{
    border: 1px solid #d6d6d6;
    border-radius: 4px;
	width:30%;
}
.colum-data-contact ul li
{
    border-bottom: 1px solid #d6d6d6;
    padding:15px 25px;
	position:relative;
}
.colum-data-contact ul li .ico-contact
{
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 1.4em;
    color: #ed3237;
}
.colum-data-contact ul li strong
{
    color: #111;
    font: 1.3em nunito-bold;
    display: block;
    padding-bottom: 2px;
}
.colum-data-contact ul li span 
{
    color: #111;
    font: 0.9em nunito-regular;
    display: block;
    padding-bottom: 2px;

}
.social-contact 
{
	width:100%;
	display:flex;
	margin-top:10px;
}
.social-contact a
{
    color: #ed3237;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #ed3237;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.social-contact a:hover
{
    background:#ed3237;
	color:#fff;
}

.colum-data-field
{
	width:67%;
}
.colum-data-field h2
{
    color: #000;
    font: 2em/1em nunito-black;
    padding:10px 0px;
    display: block;
	position:relative;
}
.colum-data-field h2:before
{
	content:"";
    background: #ed3237;
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;  
}

.field
{
	width:100%;
	margin-top:15px;
}
.field form
{
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
.field form p
{
    width: 48%;
    margin-bottom: 10px;
}
.field form p:nth-child(5)
{
	width:100% !important;
}

.field input[type="text"], .field input[type="email"], .field input[type="tel"] {
    color: #524b48;
    font: 0.9em nunito-regular;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 0 4px 0 18px;
}
.field textarea {
    color: #524b48;
    font: 0.9em nunito-regular;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 4px 0 18px;
    resize: none;
}
.field input[type="submit"] {
    background: #db0209;
    color: #fff;
    font: 0.9em nunito-bold;
    padding: 11px 25px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #db0209;
    margin-top: 15px;
    cursor: pointer;
}
.is_icoNav
{
	display:none;
}
.is_containerNav_Mobile 
{
	display:none;
}
.row-data-mobile
{
	display:none;
}
._icoTel , ._icoWhat
{
	display: none;
}
.textContentThank
{
    color: #524b48;
    font: 1em nunito-regular;
	text-align:center;
}
.button-home
{
    background: #003080;
    color: #fff;
    font: 1em nunito-bold;
    padding: 10px 25px;
    border-radius: 30px;
    display: table;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}
.button-home:hover
{
    background:#000;
    color: #fff;
}
.button-home i
{
    font: 1.2em FontAwesome5Pro-Regular;
	margin-left:7px;
}





@media screen and (max-width: 1100px)
{
	
	body 
	{
		font-size:14px;
	}
	.center {
		width: 670px;
	}
	.row-data
	{
		display:none;
	}
	.row-about {
		width: 40%;
	}
	.row-form {
		width: 50%;
	}	
	.row-testimonial {
		width: 345px;
		padding-left: 30px;
	}
	.fixedMenu .phone-bar {
		display: none;
	}
	.text-bar-contact {
		width: 50%;
	}
	.button-bar-contact {
		width: 25%;
	}

	
}

@media screen and (max-width: 750px)
{
	body 
	{
		font-size:12px;   
		padding-top: 70px;
	}
	#container-header-center .center 
	{
		width:95% !important;
	}
	
	.center {
		width: 90%;
	}
	#container-header-down
	{
		display:none;
	}
	.row-text
	{
		display:none;
	}	
	#container-banner 
	{
		height: auto;
	}
	#container-about .flexbox {
		display: flex;
		flex-flow: column;
	}
	.row-about {
		width: 100%;
	}	
	.row-about h2 {
		font: 1.8em nunito-black;
	}	
	.row-form {
		width: 100%; 
		font-size: 14px;  
		margin-top: 30px;
	}
	#container-about {
		padding: 30px 0;
	}
	#container-bar-contact .flexbox {
		display: flex;
		flex-flow: column;
	}
	.text-bar-contact {
		width: 100%;
		text-align: center;
	}
	.button-bar-contact {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
	
	#container-video .flexbox {
		display: flex;
		flex-flow: column;
	}
	.image-video {
		width: 100%;
	}
	.image-video img {
		width: 100%;
		height: auto;
		margin-left: 0;
	}	
	.content-video {
		width: 100%;
	}
	.content-video h2 {
		font: 1.8em/1.1em nunito-black;
	}	
	.title h2
	{
		font: 1.8em/1.1em nunito-black;
	}
	#container-statistics ul {
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}
	#container-statistics ul li {
		width: 100%;
		border: 1px solid #fff;
		padding: 25px 20px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 10px;
	}	
	.row-services {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		flex-flow: column;
	}
	.column-services {
		width: 100%;
		height: 250px;
		margin-bottom: 5%;
	}
	#container-statistics {
		padding: 50px 0;
	}	
	#container-testimonial {
		display: flex;
		justify-content: space-between;
		flex-flow: column;
	}
	.image-testimonial {
		width: 100%;
	}
	.column-testimonial {
		width: 100%;
		display: flex;
		align-items: center;
		padding: 50px 0;
	}
	.row-blog {
		display: flex;
		justify-content: space-between;
		flex-flow: column wrap;
	}
	.column-blog {
		width: 100%;
		height: 400px;
		margin-bottom: 15px;
	}
	.row-datos-maps {
		width: 100%;
	}

	#container-client .center {
		width: 70%;
	}
	.content-blog h2 {
		font: 1.6em/1.2em nunito-bold;
		padding: 15px 0;
	}
	#container-header-center {
		width: 100%;
		background: #fff;
		padding: 15px 0;
		border-bottom: 2px solid #02337e;
		position: fixed;
		top: 0;
		z-index: 999999;
	}	
	#container-header-up
	{
		display:none;
	}
	.row-logo img 
	{
		height: 35px;
	}
	.text-about {
		font: 1.1em nunito-regular;
	}
	.text-statistics {
		width: 70%;
	}
	.row-up-footer .flexbox {
		display: flex;
		flex-flow: column;
	}
	.column-footer {
		width: 100%;
		margin-bottom:20px;
	}
	footer 
	{
		font-size:16px;
	}
	#container-content-about .flexbox {
		display: flex;
		flex-flow: column;
	}
	.column-text-about {
		width: 100%;
	}
	.column-image-about {
		width: 100%;
		margin-top: 25px;
	}	
	#container-gallery-about .flexbox {
		display: flex;
		flex-flow: column;
	}
	.row-image-about {
		width: 100%;
		position: relative;
	}
	#container-category ul li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 3%;
	}
	.row-content-category p {
		padding: 20px 0px;
		color: #524b48;
		font: 1.1em nunito-regular;
	}
	#container-content-detail .flexbox-top
	{
		display: flex;
		flex-flow: column;
	}
	.column-image-detail {
		width: 100%;
		padding: 15px;
	}
	.column-text-detail {
		width: 100%;
		margin-top: 15px;
	}
	.column-text-detail div {
		font: 1.1em/1.6em nunito-regular;
	}
	.column-form-detail {
		width: 100%;
	}
	.content-tabs {
		font: 1.1em/1.6em nunito-regular;
	}
	#container-maps-contact {
		width: 100%;
		padding: 50px 0;
	}
	.colum-data-contact {
		border: 1px solid #d6d6d6;
		border-radius: 4px;
		width: 100%;
	}
	.colum-data-field {
		width: 100%;
		margin-top: 30px;
	}	
	.field form p {
		width: 100%;
		margin-bottom: 10px;
	}		
		
		
	.row-data-mobile
	{
		width: auto;
		display: flex;
		align-items: center;	
	}
	.is_icoNav   {
		display: flex;
		align-items: center;
		width: 30px;
		flex-flow: column;
		margin-left: 10px;
	}	
	.is_icoNav span  {
		width: 100%;
		height: 2px;
		display: block;
		float: right;
		background: #02337e;
		margin-bottom: 4px;
		transition: all 0.3s ease-in-out;
	}		
	.closeNav span
	{
		width: 100% !important;
	}
	.closeNav span:nth-child(1)
	{
		opacity:0;
	}
	.closeNav span:nth-child(2)
	{
		transform:rotate(45deg);
		margin-bottom:-2px;
	}
	.closeNav span:nth-child(3)
	{
		transform:rotate(-45deg);
	}
	.is_containerNav_Mobile {
		width: 100%;
		background: #02337e;
		position: fixed;
		top: 0;
		display: none;
		z-index: 999;
		overflow: auto;
		height: 100%;
	}	
	.is_row-Mobile {
		padding: 0;
		height: 100%;
		position: relative;
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}		
	.is_row-Mobile ul li 
	{
		position: relative;
		margin-bottom: 0em;
	}	
	.is_row-Mobile ul li a {
		font: 1.6em nunito-black;
		color: #fff;
		position: relative;
		margin: 0 auto;
		text-align: center;
		display: block;
		padding: 10px 0;
	}		
	.active-nav {
		border-bottom: 1px solid #90f4b0 !important;
		padding-bottom: 5px;
	}
	.is_row-Mobile > div 
	{
		width:100%;  
		margin-top: -50px;
	}	
	.column-data-mobile a 
	{
		background: #02337e;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #fff;
		width: 38px;
		height: 38px;
		margin-right: 5px;
	}
	.column-data-mobile
	{
		display:flex;
	}
	#container-client ul li img {
		max-width: 240px;
		height: 55px;
		width: 65px;
		object-fit: contain;
	}
	._icoTel
    {
		display: block;
		background: #FF0032 url("images/_icoTel.png");
		background-repeat: no-repeat;
		position: fixed;
		bottom: 80px;
		right: 19px;
		width: 50px;
		height: 50px;
		background-position: center;
		border-radius: 50%;
		z-index: 999999;
    }
    ._icoWhat
	{
        display: block;
        background: url("images/wwhatsapp.png");
        background-repeat: no-repeat;
        position: fixed;
		bottom: 130px;
		right: 8px;
        width: 70px;
        height: 70px;
        background-position: center;
        border-radius: 50%;
        z-index: 999999;
        background-size: 85%;
    }	
	
	
	
	
	
}




















































