@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Boxes
7. About
8. Testimonials
9. Gallery
10. Services
11. Blog
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
html {    
	scrollbar-width: none;
	scroll-behavior: smooth
}

body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;	
    background-color: #eeeeee;	
	color: #a5a5a5;
    -ms-overflow-style: none;
	margin: 0;
	padding: 0;
	}

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

div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #535353;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link, a:focus
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	outline: 0px;
	
	
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}


h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.trans_800
{
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 190px;
	height: 43px;
	border-radius: 22px;
	background: #f98c00;
	box-shadow: 0 0 1px 0 #FFFFFF inset, 0 0 1px 0 #FFFFFF;
	text-align: center;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 43px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
.button a::before
{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 130px;
	height: 100%;
	content: '';
	background: #ff9711;
	border-radius: 22px;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover a::before
{
	width: 100%;
}
.section_subtitle
{
	font-size: 14px;
	font-weight: 600;	
	color: #666;
}
.section_title
{
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 1.1;
	margin-top: 55px;
    text-align: left
}
.section_title_cdo
{
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	line-height: 1.1;
	margin-top: 55px;
    text-align: center;
     text-shadow: 5px 5px 5px black;
}
.link-lic a{
    font-weight: 600;
    color: #F93154;    
}
.link-lic a:hover{
    font-weight: 600;
    color: #00B74A;
    background-color: transparent;
    text-decoration: none
}

.warning-pdf{
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px black;
}
.text-cdo{
    color: #666
}
.text-lic{
    color: #333
}
.mail-lic{
    color: #1266F1;
    font-weight: 600;
}
.text-cdo-bottom{
    margin-top: 20px;
    color: #fff;
    text-shadow: 5px 5px 5px black;
    font-weight: 400
}
.margin-title_cdo{
    margin-top: 50px;
    margin-bottom: 30px;
    
}
.section_title span
{
	font-weight: 600;
	margin-bottom: 50px;
    
}
.rating i::before
{
	font-family: 'FontAwesome';
	content: "\f005";
	font-style: normal;
	margin-right: 4px;
	color: #e0cccd;
}
.rating_1 i:first-child::before{color: #fba40e;}
.rating_2 i:first-child::before{color: #fba40e;}
.rating_2 i:nth-child(2)::before{color: #fba40e;}
.rating_3 i:first-child::before{color: #fba40e;}
.rating_3 i:nth-child(2)::before{color: #fba40e;}
.rating_3 i:nth-child(3)::before{color: #fba40e;}
.rating_4 i:first-child::before{color: #fba40e;}
.rating_4 i:nth-child(2)::before{color: #fba40e;}
.rating_4 i:nth-child(3)::before{color: #fba40e;}
.rating_4 i:nth-child(4)::before{color: #fba40e;}
.rating_5 i:first-child::before{color: #fba40e;}
.rating_5 i:nth-child(2)::before{color: #fba40e;}
.rating_5 i:nth-child(3)::before{color: #fba40e;}
.rating_5 i:nth-child(4)::before{color: #fba40e;}
.rating_5 i:nth-child(5)::before{color: #fba40e;}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	background: #263238;
	z-index: 100;
    border-bottom: 1px dashed #F93154;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

 
.header_content
{
	width: 100%;
	height: 80px;
}

.logo
{
	left: 0px;
	
}
.logo > div
{
	font-size: 28.3px;
	line-height: 0.75;
	color: #FFFFFF;
	font-weight: 700;
}
.logo > div span
{
	font-weight: 300;
	text-transform: uppercase;
}
.main_nav
{
	margin-left: auto;
	
	
	
}
.main_nav ul li:not(:last-of-type)
{
	margin-right: 10px;
}
.main_nav ul li a
{
	font-size: 14px;
	
	color: #ccc;
    font-weight: 400
	
}
.main_nav ul li.active a,
.main_nav ul li a:hover
{
	color: #29b6f6 ;
    font-weight: 400
}
.phone
{
	height: 43px;
	padding-left: 23px;
	padding-right: 20px;
	border-radius: 22px;
	border: solid 1px #ff9711;
	box-shadow: 0 0 1px 0 #ff9711 inset, 0 0 1px 0 #ff9711;
}
.phone i
{
	font-size: 18px;
	color: #ff9711;
	margin-right: 12px;
}
.phone > div
{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
.hamburger_bar
{
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 80px;
	z-index: 998;
}


.hamburger
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
	margin-right: 8px
}
.menu_toggle
{
	display: block;
}
.menu_hamburger
{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.hamburger_lines
{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}
.line_1
{
	top: 0px;
}
.line_2
{
	top: 5px;
}
.line_3
{
	top: 10px;
}
.hamburger.active .line_1
{
	transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3
{
	transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2
{
	opacity: 0 !important;
}
.menu_toggle span
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
	margin-top: 1px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: -280px;
	left: 0;
	width: 100vw;
	height: auto;
	background-color: #263238;
	z-index: 10;	
	padding-bottom: 0px;
	padding-top: 0px;
    border-top: 1px dashed #F93154;
    border-bottom: 1px dashed #F93154;
}

.menu.active
{
	top: 80px
    
}
.menu_content
{
	width: 100%;
	height: 35%;
    
	
}
.menu_content ul li:not(:last-child)
{
	margin-bottom: 3px;
}
.menu_content ul li
{
	display: block;
	text-align: left;
	background-color: #fff;
    color: #ccc;
   
}
.menu_content ul li a
{
	display: block;
	font-size: 14px;
	
	color: rgba(255,255,255,1);
	
	letter-spacing: 0.075em;
}
.menu_content ul:hover li a
{
	color: rgba(255,255,255,0.5);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 43px;
	padding-left: 23px;
	padding-right: 20px;
	border-radius: 22px;
	border: solid 1px #ff9711;
	box-shadow: 0 0 1px 0 #ff9711 inset, 0 0 1px 0 #ff9711;
}
.menu_phone i
{
	font-size: 18px;
	color: #ff9711;
	margin-right: 12px;
}

/*********************************
5. Home
*********************************/


.overlay
{
	position: absolute;
	left: 0;
	bottom: -270px;
	width: 120%;
	height: 270px;
	background: #FFFFFF;
	transform-origin: top left;
	transform: rotate(-8deg);
	z-index: 1;
	box-shadow: 0 0 1px 0 #FFFFFF inset, 0 0 1px 0 #FFFFFF;
}
.home_container
{
	position: absolute;
	left: 0;
	top: 15.61%;
	width: 100%;
}
.video_link
{
	display: inline-block;
	z-index: 1;
}
.video_icon
{
	width: 30px;
	height: 30px;
	background: #ff9711;
	border-radius: 50%;
	margin-right: 16px;
}
.video_icon i
{
	color: #FFFFFF;
	font-size: 10px;
}
.vimeo:focus
{
	outline: none;
}
.video_text
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.video_text:hover
{
	color: #ff9711;
}
.home_content {
	margin-top: 50px
}
.home_title
{
	font-size: 64px;
	font-weight: 200;
	color: #fff;
	line-height: 1.2;
	margin-top: -9px;
}

.home_subtitle
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: -6px;
}
.home_button
{
	border: solid 1px #FFFFFF;
	margin-top: 44px;
}
.home_button a
{
	line-height: 41px;
}

/*********************************
6. Boxes
*********************************/

.boxes
{
	z-index: 1;
	margin-top: -200px;
    margin-bottom: 0px;
	
	
	
}
.boxes-1
{
	z-index: 1;
	margin-top: -230px;
    margin-bottom: 60px;
	
	padding-right: 10px;
	
}
.boxes-2
{
	z-index: 1;
	top: -50px;
	background-image: url("../imagenes/bg_boxes2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 180px
}
.boxes-3
{
	z-index: 1;
	top:-50px;
	background-image: url("../imagenes/bg_boxes2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 180px
}
.boxes-4
{
	z-index: 0;
	top: 0px;
	background-image: url("../imagenes/bg_boxes01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 360px
}
.boxes-5
{
	z-index: 0;
	top: 0px;
	background-image: url("../imagenes/bg_boxes4.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 360px
}
.boxes-6
{
	z-index: 1;
	top: -50px;
	background-image: url("../imagenes/bg_boxes5.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 180px
}
.boxes-7
{
	z-index: 0;
	top: 0px;
	background-image: url("../imagenes/bg_boxes8.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 350px;
	margin-bottom: -200px
}
.boxes-8
{
	z-index: 0;
	top: -320px;
	background-image: url("../imagenes/bg_boxes08.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 360px;
	margin-bottom: -360px
}
.boxes-9
{
	z-index: 0;
	top: -320px;
	background-image: url("../imagenes/bg_boxes08.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 10px;
	height: 360px;
	margin-bottom: -250px
}
.boxes-diagonal
{
    width: 100%;
  height: 50px;
	background: #F93154;  
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
  padding: 5rem 0%;
    top:50px;
    position: relative;
   
    
   
}
.boxes-diagonal:before
{
    content: '';
  width: 100%;
  height: 52px;
  background: #263238;  
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
  padding: 5rem 0%;    
  display: block;
  position: absolute;
  top: 3px;
}
.line-top{
    width: 100%;
    heigth: 5px;
    line-heigth:10px;
    background: #263238;
    top: 46px;
    padding-top: 2px;
   
}
.box
{
	width: calc(100% / 3);
	padding-left: 47px;
	padding-top: 52px;
	padding-right: 37px;
	padding-bottom: 32px;
    border: 3px solid #F93154;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    
}
.active-box{
    border: 3px solid #F9A825;
    border-radius: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.box:first-child
{
	background:url( "../imagenes/box-01.jpg");
	background-position: 30% 100%;
	background-repeat: no-repeat;
	background-size: cover;	
	margin-right: 10px;
	height: 450px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.box:nth-child(2)
{
	background:url("../imagenes/box-02.jpg");
	background-position: 35% 100%;
	background-repeat: no-repeat;
	background-size: cover;	
	margin-right: 10px;
	height: 450px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.box:nth-child(3)
{
	background:url("../imagenes/box-03.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;		
	height: 450px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.box_icon
{
	width: auto;
	height: auto;
}
.box_icon img
{
	max-width: 100%;
}
.box_title
{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;	
	margin-top: 80px;
    text-shadow: 2px 0px 1px black
	
}
.box_title2
{
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	margin-top: -20px
}
.box_text
{
	margin-top: 20px;
}
.box_text p
{
	color: #FFFFFF;
}
.box_link_container
{
	position: absolute;
	left: 50%;
	margin-left: -20.5px;
	top: -70px;
}
.box_link_container a
{
	display: block;
	width: 100%;
	height: 100%;
}
.box_link
{
	width: 41px;
	height: 41px;
	border-radius: 50%;
	background: #FFFFFF;
}
/*.box_link:hover
{
	transform: scale(1.2);
	background: #EE4237;
}*/
.box_link > div
{
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #01579b;
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
}
/*.box_link:hover > div
{
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #343a40;
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 39px;
	text-align: center;
}
*/

/*********************************
7. About
*********************************/

.about
{
	padding-top: 94px;
	 background: #FFFFFF;
}
.about_container
{
	z-index: 2;
}
.about_content
{
	-webkit-transform: translateY(28px);
	-moz-transform: translateY(28px);
	-ms-transform: translateY(28px);
	-o-transform: translateY(28px);
	transform: translateY(28px);
	
	
	
}
.about_background
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	background: #FFFFFF;
	z-index: 1;
}
.about_background::before
{
	position: absolute;
	top: 0;
	right: 0;
	width: 150%;
	height: 100%;
	background: #FFFFFF;
	content: '';
}
.about_overlay
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2200px;
	height: 558px;
	background: #FFFFFF;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	z-index: 1;
	padding-right: 190px;
}
.text_highlight
{
	font-size: 16px;
	font-weight: 600;
	color: #535353;
	line-height: 1.75;
	margin-top: 40px;
}
.text_highlight_productos
{
	font-size: 16px;
	font-weight: 600;
	color: #535353;
	line-height: 1.75;
	margin-top: 25px;
}
.title_garantia{
	color: #666
}
.title_garantia:hover{
	color: #1072F7;
	cursor: pointer
}
.after_garantia{
	color: #1072F7;
	cursor: pointer
}
.after_garantia:hover{
	color: #666;
	cursor: pointer
}
.vineta-garantia{
	font-size: 16px;
	font-weight: bold;
	color: #EE4237!important;
}
#icon{
	-moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
#icon.up{
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}


.link-garantia.active
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;	
	font-weight: 600;
	color: #535353;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	margin-top: 15px;
	
}
.link-garantia:hover{	
	color: #1072F7;
	cursor: pointer
	
}

#info_somos{
	
	font-size: 14px;
	background-color: rgba(55,71,79,0.50);
	padding: 15px;
	border-radius: 6px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.8);
	color: #fff;
    border: 1px dashed green
    
}#info_vision{
	
	font-size: 14px;
	background-color: rgba(55,71,79,0.50);
	padding: 15px;
	border-radius: 6px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.8);
	color: #fff;
    border: 1px dashed green
    
}
#info_valores{
	
	font-size: 14px;
	background-color: rgba(55,71,79,0.50);
	padding: 15px;
	border-radius: 6px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.8);
	color: #fff;
    border: 1px dashed green
    
}
.title_instalacion{
	color: #666
}
.title_instalacion:hover{
	color: #1072F7;
	cursor: pointer
}
.after_instalacion{
	color: #1072F7;
	cursor: pointer
}
.after_instalacion:hover{
	color: #666;
	cursor: pointer
}
.vineta-instalacion{
	font-size: 16px;
	font-weight: bold;
	color: #EE4237!important;
}
#icon2{
	-moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
#icon2.up2{
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
#icon2.active{
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.link-instalacion.active
{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;	
	font-weight: 600;
	color: #535353;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	margin-top: 15px;
	
}
.link-instalacion:hover{	
	color: #1072F7;
	cursor: pointer
	
}

#info_instalacion{	
	font-size: 14px;
	background-color: #01579b;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 5px 5px 20px rgba(0,0,0,.8);
	color: #fff
}
.about_text
{
	margin-top: 15px;
}
.about_text-productos p
{
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px
}

.about_button
{
	margin-top: 50px;
}
.about_image
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

/*********************************
8. Testimonials
*********************************/

.testimonials
{
	padding-top: 316px;
	padding-bottom: 100px;
}
.testimonials .section_title
{
	color: #fff;
}
.test:not(:last-child)
{
	margin-bottom: 82px;
}
.test_image
{
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
}
.test_content
{
	padding-left: 40px;
}
.test_1
{
	margin-top: 137px;
}
.test_name
{
	margin-top: 3px;
}
.test_name a
{
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
}
.test_name a:hover
{
	color: #ff9711;
}
.test_title
{
	font-size: 12px;
	font-weight: 600;
	color: #ff9711;
	line-height: 0.75;
	text-transform: uppercase;
	margin-top: 9px;
}
.test_text
{
	margin-top: 27px;
}
.test_text p
{
	font-style: italic;
	color: #a8a8a8;
}
.test_rating
{
	margin-top: 14px;
}
.rating i::before
{
	font-size: 10px;
	margin-right: 4px;
}
.test_button_row
{
	margin-top: 72px;
}
.test_button
{
	display: inline-block;
	box-shadow: 0 0 1px 0 #f98c00 inset, 0 0 1px 0 #f98c00;
}

/*********************************
9. Gallery
*********************************/

.gallery
{
	margin-top: -9px;
	margin-bottom: -9px;
}
.gallery_slider_container
{
	width: 120%;
	left: -10%;
	padding-top: 9px;
	padding-bottom: 9px;
	background: transparent;
}
.gallery_slider.owl-carousel .owl-stage-outer
{
	overflow: visible;
}
.gallery_slider .owl-item.center
{
	z-index: 1;
}
.gallery_slider .owl-item.center::after
{
	position: absolute;
	top: -9px;
	left: -9px;
	width: calc(100% + 18px);
	height: calc(100% + 18px);
	background: transparent;
	border: solid 9px #ff9711;
	content: '';
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/*********************************
10. Services
*********************************/
#contacto_bottom {
  padding-top: 75px;
	padding-bottom: 50px;
	background-image: url("../imagenes/bg_contacto_bottom.jpg");
	background-position: 70% 70%;
	background-repeat: no-repeat;
	background-size: cover;    
	
}
#somos {
  padding-top: 80px;
	padding-bottom: 50px;
	background-image: url("../imagenes/2.jpg");
	background-position: 40% 80%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#somos .media.service-box:first-child {
  margin-top: 80px;
}
#somos p{
	color:#fff;
	text-align: center
}

#cdo {
  padding-top: 80px;
	padding-bottom: 50px;
	background-image: url("../imagenes/cdo-bottom.jpg");
	background-position: 40% 80%;
	background-repeat: no-repeat;
	background-size: cover
	
}
#cdo .media.service-box:first-child {
  margin-top: 80px;
}
#cdo p{
	color:#fff;
	text-align: center
}
.accordion4-container {
    width: auto!important;
    margin: 0 0 20px;
    clear: both;
}
.accordion4-titulo {
    position: relative;
    display: block;    
    font-size: 20px;
	font-weight: 500;
    background-color: transparent;    
    color: #fff!important;
    text-decoration: none;
    text-align: center;	 
    cursor: pointer;
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	width: 120px;
	left: 50%;
	margin-left: -60px;
    text-shadow: 5px 5px 5px black
}
.accordion4-titulo:hover {
    
    color: #FF8800!important;
	-o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}
.active4 {
    
    color: #FF8800!important;
    -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}
.active4:hover {
    
    color: #fff!important;
    -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	
}

.accordion4-titulo span.toggle-icon:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    display: inline-block;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
	
}
.accordion4-titulo.open span.toggle-icon:before {
    webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
	
	
	
}
.accordion4-titulo span.toggle-icon {
    position: absolute;
	top: -1px;
    margin: 0 auto;
	padding-left: 5px;	
    font-size: 24px;    
	color: #ffbb33;
	-o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	text-shadow: 3px 3px 3px black
}
.accordion4-titulo:hover span.toggle-icon {
    position: absolute;
	top: -1px;
    margin: 0 auto;
	padding-left: 5px;	
    font-size: 24px;    
	color: #fff;
	-o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	text-shadow: none
}
.accordion4-titulo.active4 span.toggle-icon {
    position: absolute;
	top: -1px;
    margin: 0 auto;
	padding-left: 5px;	
    font-size: 24px;    
	color: #fff;
	-o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	text-shadow: -3px -3px 3px black
	
}
.accordion4-titulo.active4:hover span.toggle-icon {
    position: absolute;
	top: -1px;
    margin: 0 auto;
	padding-left: 5px;	
    font-size: 24px;    
	color: #ffbb33;
	-o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	text-shadow: none
}

.accordion4-content {
    display: none;
    padding: 20px;
    overflow: auto;
    text-align: justify;
    
	background-color: transparent;
}
.accordion4-content p {
    margin: 0;
    font-size: 14px;
    color: #fff
}
.accordion4-content img {
    margin: 0 15px 10px 0;
    height: auto;
}
.rounded-img {
	border-radius: 10px!important;
	box-shadow: 5px 5px 20px rgba(0,0,0,.8);
}
/*********************************
11. Blog
*********************************/

.blog
{
	padding-top: 314px;
	padding-bottom: 100px;
	overflow: hidden;
}
.blog_overlay
{
	position: absolute;
	top: -270px;
	right: 0;
	width: 130%;
	height: 270px;
	transform-origin: bottom right;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	background: #FFFFFF;
}
.blog .section_title
{
	color: #FFFFFF;
}
.all_posts_link a
{
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #ff9711;
}
.all_posts_link a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ff9711;
	content: '';
}
.blog_row
{
	margin-top: 86px;
}
.blog_post_image
{
	width: 100%;
}
.blog_post_image img
{
	max-width: 100%;
}
.blog_post_title
{
	margin-top: 20px;
}
.blog_post_title a
{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.1;
}
.blog_post_title a:hover
{
	color: #ff9711;
}
.blog_post_date
{
	margin-top: 4px;
}
.blog_post_date a
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff9711;
}
.blog_post_text
{
	margin-top: 22px;
}
.blog_post_text p
{
	color: #a8a8a8;
}
.blog_post_link
{
	margin-top: 36px;
}
.blog_post_link a
{
	font-size: 12px;
	font-weight: 400;
	color: #ff9711;
}

/*********************************
12. Footer
*********************************/

.footer
{
	z-index: 0;
	top: 0px;
	background: #263238;	
	padding-right: 10px;	
    text-align: center;    
    height: auto;
    font-family: 'Roboto', sans-serif;
    color:#999;
    
        
    
    
	
}
.footer_content
{
	padding-bottom: 253px;
	z-index: 1;
   
}
.footer_logo .logo
{
	display: inline-block;
	left: auto;
}
.footer_logo .logo > div
{
	font-size: 45.07px;
}
.footer_logo .logo img
{
	width: 38px;
	height: 38px;
	margin-right: 4px;
}
.footer_nav
{
	margin-top: 80px;
}
.footer_nav ul li:not(:last-of-type)
{
	margin-right: 70px;
}
.footer_nav ul li a
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	white-space: nowrap;
}
.footer_nav ul li a:hover
{
	color: #ff9711;
}
.datetime{
	
	color: #666;
	
}
div.centerTable{
        text-align: center;
	
	color: #666;
	margin-bottom: 20px
	
}
 
div.centerTable table {
       margin: 0 auto;
       text-align: center;
}
.newsletter_container
{
	margin-top: 75px;
}
.newsletter_form
{
	display: block;
	width: 100%;
}
.newsletter_input
{
	width: 100%;
	height: 61px;
	background: rgba(0,0,0,0.58);
	border-radius: 31px;
	border: solid 1px #ff880f;
	padding-left: 39px;
	outline: none;
	color: #FFFFFF;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: rgba(255,255,255,0.48) !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background: #ff880f;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
.copyright
{
	color: #666
}
.footer_image
{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	padding-left: 78px;
	z-index: 0;
}
.footer_image img
{
	max-width: 100%;
}
.nav-link-evo{
	color: #ccc;
	display: block;
    padding: .5rem 1rem;
    
    font-weight: 400;
    letter-spacing: 1px
   
    
    
	
	
}
.nav-link-evo:hover{
	background-color: transparent;
    color: #F93154!important;
    
	
	
	
}
.nav-link-evo:focus{
	color:#ccc ;
	
}
.nav-link-evo.disabled, .nav-link-evo:disabled{
	color: #6c757d;
    background-color: transparent;
    
}
.nav-link-evo.disabled:hover, .nav-link-evo:disabled{
	color: #6c757d;
    background-color: transparent;
    cursor: not-allowed
}
.nav-link-evo.active, .nav-link-evo:active{
	color: #F93154 ;
    
}
.nav-link-evo.active:after, .nav-link-evo:active:after{
	color: #F93154 ;
    background-color: transparent;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);    
    opacity: 1
}

.nav-link-evo.active:hover, .nav-link-evo:active{
	color: #F93154;
    background-color: transparent;
	cursor: not-allowed;
    
   
}
.nav-link-evo:after{
    content: '';
    display: block;
    height: 1px;
	border-bottom: 1px solid #38A413;
	border-top: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, rgba(0,0,0,0.0), #38A413, rgba(0,0,0,0.0)) 1 stretch;   
    margin-top: 4px;
    opacity: 0;
	-webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-link-evo:hover:after {
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);    
    opacity: 1
}



.nav-link-menu{
	color: #ccc;
	display: block;
    padding: 1.2rem 1rem;
    border: none!important
    
	
	
}
.nav-link-menu:hover{
	background-color: rgba(55,71,79,0.30);
    color: #F93154!important;
    
	
	
	
}
.nav-link-menu:focus{
	color:#ccc ;
	
}
.nav-link-menu.disabled, .nav-link-menu:disabled{
	color: #6c757d;
    background-color: transparent;
    
}
.nav-link-menu.disabled:hover, .nav-link-menu:disabled{
	color: #6c757d;
    background-color: rgba(55,71,79,0.50);
    cursor: not-allowed
}
.nav-link-menu.active, .nav-link-menu:active{
	color: #F93154 ;
    background-color: rgba(55,71,79,0.50);
}
.nav-link-menu.active:after, .nav-link-menu:active:after{
	color: #F93154 ;
    background-color: rgba(55,71,79,0.50);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);    
    opacity: 1
}

.nav-link-menu.active:hover, .nav-link-menu:active{
	color: #F93154;
    background-color: rgba(55,71,79,0.50);
	cursor: not-allowed;
    
   
}

  .nav-link-menu:after{
    content: '';
    display: block;
    height: 1px;
    width: auto;
	border-bottom: 1px solid #38A413;
	border-top: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, rgba(0,0,0,0.0), #38A413, rgba(0,0,0,0.0)) 1 stretch;   
    margin-top: 0px;
    opacity: 0;
	-webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-link-menu:hover:after{
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);    
    opacity: 1
}
.active-menu{
	color: #0288d1;
    background-color: #01579b;
	border-bottom: 1px solid #666;
	
	display: block;
    padding: .5rem 1rem;
}
.active-menu:hover{
	color: #EE4237;
    background-color: #343a40;
	cursor: not-allowed;
	display: block;
    padding: .5rem 1rem;
}

.disabled-menu{
    color: #6c757d;
    cursor: not-allowed;
	display: block;
    padding: .5rem 1rem;
}
.disabled-menu:hover{
    color: #6c757d;
    cursor: not-allowed;
	display: block;
    padding: .5rem 1rem;
	background-color: #343a40
}
.disabled-menu:focus{
    color: #6c757d;
    cursor: not-allowed;
	display: block;
    padding: .5rem 1rem;
}
.home_text
{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
		 
	
}
.section_title2
{
	font-size: 30px;	
	color: #ccc;
	
	margin-top: 3px;
	top: 0px
}
.section_title2 span
{
	font-weight: 600;
}
.text_highlight2
{
	font-size: 16px;
	
	color: #fff;
	
	margin-top: 15px;
	top:0px
}
.about_text2
{
	margin-top: 15px;
    color: #fff;
	top:0px;
	margin-right: 10px
}

.about_text2 p
{
	
    color: #fff
}
.section_title3
{
	font-size: 30px;	
	color: #ccc;
	line-height: 1.1;
	margin-top: 3px;
	top: -30px;
	
}
.section_title3 span
{
	font-weight: 600;
}
.text_highlight3
{
	font-size: 20px;	
	color: #fff;
	line-height: 1.75;
	margin-top: 15px;
	top:-30px;
	text-align: center;
	
}
.about_text3
{
	margin-top: 15px;
    color: #fff;
	top:-30px
}

.about_text3 p
{
	
    color: #fff
}




.img-shadow {
  -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222);
}

.section-home
{
	padding-top: 100px;
    padding-bottom: 0px;
    background-image: url("../imagenes/bg_header_01.jpg");
    background-size: cover;
	background-position: 30% 50%;
    background-repeat: no-repeat;
    width: 100%;
	height: 500px   
}
.section-cdo-top
{
	padding-top: 100px;
    padding-bottom: 0px;
    background-image: url("../imagenes/cdo-header.jpg");
    background-size: cover;
	background-position: 30% 50%;
    background-repeat: no-repeat;
    width: 100%;
	height: 500px   
}
.section-contacto-top
{
	padding-top: 100px;
    padding-bottom: 0px;
    background-image: url("../imagenes/bg_contacto_header.jpg");
    background-size: cover;
	background-position: 30% 50%;
    background-repeat: no-repeat;
    width: 100%;
	height: 500px;	
}

.section-middle {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ddd;
    width: 100%
}
.section-middle-1 {
    padding-top: 30px;
    padding-bottom: 0px;
	background-color: #eeeeee;
    width: 100%
}
.section-productos
{
	padding-top: 120px;
    padding-bottom: 0px;
    background-image: url("../imagenes/home_02.jpg");
    background-size: cover;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
	height: 500px   
}
.section-contacto
{
	padding-top: 120px;
    padding-bottom: 0px;
    background-image: url("../imagenes/bg_contacto1.jpg");
    background-size: cover;
	background-position: 50% 30%;
    background-repeat: no-repeat;
    width: 100%;
	height: 500px   
}


.section-nosotros
{
	padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../imagenes/home_02.jpg");
    background-size: cover;
	background-position: 65% 50%;
	background-repeat: no-repeat;
    width: 100%;
	
}
#forma-contacto{
	
    padding-top: 36px;
    padding-bottom: 18px;	
	border-radius: 6px;
	color: #666;
	margin-top:110px!important;
	margin-bottom: 0px;
    
    
}
.g-recaptcha > div {        
        transform: scale(0.78);        
        transform-origin: 0 0;
    }
    #rc-imageselect, .grecaptcha > div {
        
        transform: scale(1);        
        transform-origin: 0 0;
    }
div.g-recaptcha{
	margin: 0 auto;
	width: 237px;	
	height: 60px;
	margin-bottom: 40px
	
}
#recaptcha{
    border: 1px solid #666;
    height: 61px;
    width: 238px;
    box-shadow: 5px 5px 5px black;
    
}

#suma-dark .help-block, #suma-light .help-block {
	margin-top: -10px
}
.icon-form{
    color: #999;
    font-size: 18px;    
}

.mapa{
    margin-top: 0px;
    border: 1px solid transparent;
    
    width: 100%!important;
    height: 555px!important;    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
    
}

.change_form{
	color:aqua
}
.change_form:hover{
	color:cadetblue;
	cursor: pointer
}
.change_form2{
	color:aqua
}
.change_form2:hover{
	color:cadetblue;
	cursor: pointer
}
#mail-adjuntos{
	padding-top: 60px;
	padding-bottom: 50px;
	
	background-color: #333;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 0px;
	border-radius: 6px;
	color: #ccc;
	margin-top:0px;
	margin-bottom: 30px;
	display: none
	
}
@-webkit-keyframes spinnerRotate {
 from {
transform:rotate(0deg);
}
 to {
transform:rotate(360deg);
}
}

.spin {
	animation-name: spinnerRotate;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;	
	
}
.form-header {
  text-align: left;
  font-size: 18px;
  font-style: italic;  
  margin-top: -50px;
	color: #ccc;
    padding-top: 8px;
    padding-bottom: 8px
}

.subtitle{
	font-size: 12px;
	color: #999;
	margin-top: -15px;
	margin-bottom: 50px;
	font-style: italic;
	text-align: left
}
#cargando1 {
  text-align: center;
  display: none;
	margin-top: -10px;
	margin-bottom: 5px
}

input[type="email"]#trasbambalinas { 
   opacity: 0;
    margin-top: 0px;
	z-index: -1
}
/* Honeypot */

input[type="text"]#correo1 { 
  
    margin-top: -49px 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
   
}

.form-control-reg {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ccc;
    vertical-align: middle;
    background-color: transparent;
    background-image: none;
    border: 1px solid #666;
    border-radius: 5px!important;
    
}

.form-control-reg:hover {
    
    border: 1px solid #999;
    
}

.form-control-reg:focus {
    border-color: #ff4444;
    outline: 0;
	box-shadow: none;
	color: #666
    
}
 .form-control-reg:-moz-placeholder {
 color: #666;
}
 .form-control-reg::-moz-placeholder {
 color: #666;
}
 .form-control-reg:-ms-input-placeholder {
 color: #666;
}
 .form-control-reg::-webkit-input-placeholder {
 color: #666;
}
.form-control-reg[disabled], .form-control-reg[readonly], fieldset[disabled] .form-control-reg
 {
    cursor: not-allowed;
    border: 1px solid #666;
	color: #666;
	outline: none;
	border-radius: 5px;
	background-color: transparent
	
	
}

.input-group-btn{
	outline: none;
	
	
}


textarea.form-control-reg {
    height: auto;
	resize: none;
	
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}

.form-group {
    margin-bottom: 15px;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
    height: auto;
	resize: none
}
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
    height: auto;
	resize: none
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 1;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
	
}

.has-success .form-control-feedback:before{
	/*content:'\f00c';	
	font-size: 16px;
	font-weight:normal!important;*/
	color:#2BBBAD;
	transition: .5s ease-in-out;
}
.has-error .form-control-feedback:before{	
	color: #a94442;
	transition: .5s ease-in-out;	
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #ff4444;
	font-weight: normal
    
}
.has-warning .form-control {
    border-color: #ff4444;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #ff4444;
    
}
.has-warning .input-group-addon {
    color: #ffe57f;
    background-color: transparent;
    border-color: #ff4444;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ffe57f;
	font-size: 11px;
    
}
.has-error .form-control-reg {
   border:1px solid #a94442;
	box-shadow: none
    
}
.has-error .form-control-reg:focus {
    border:1px solid #a94442;
    box-shadow: none
}
.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
	box-shadow: none
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #ffe57f;
}
.has-success .form-control-reg {
    border:1px solid rgba(0,105,92,0.50);
	box-shadow: none
    
}
.has-success .form-control-reg:focus {
    border:1px solid rgba(0,105,92,0.50);
	box-shadow: none;
	
    
}
.has-success .input-group-addon {
    color: #00695c;
    background-color: transparent;
    border-color: #00695c;
	box-shadow: none
}
#file label{
	font-size: 12px;
	color: #ccc;
	margin-bottom:5px;
	font-weight: normal
	 
	
}

.btn-upfile {
    color: #fff;
    background-color: #0d47a1;
	transition: .5s ease-in-out;
	margin-right: 5px;
	left: 5px;
	width: auto;
	border-radius: 5px!important;
	padding-bottom: 6px;
	padding-top: 8px;    
}
.btn-upfile:hover, .btn-upfile:focus, .btn-upfile.focus, .btn-upfile:active, .btn-upfile.active, .open>.dropdown-toggle.btn-upfile {
    color: #222;
    background-color: #4285F4;
    transition: .5s ease-in-out;
	
}
.btn-upfile:active, .btn-upfile.active, .open>.dropdown-toggle.btn-upfile {
    background-image: none;
	
}
.btn-upfile.disabled, .btn-upfile[disabled], fieldset[disabled] .btn-upfile, .btn-upfile.disabled:hover, .btn-upfile[disabled]:hover, fieldset[disabled] .btn-upfile:hover, .btn-upfile.disabled:focus, .btn-upfile[disabled]:focus, fieldset[disabled] .btn-upfile:focus, .btn-upfile.disabled.focus, .btn-upfile[disabled].focus, fieldset[disabled] .btn-upfile.focus, .btn-upfile.disabled:active, .btn-upfile[disabled]:active, fieldset[disabled] .btn-upfile:active, .btn-upfile.disabled.active, .btn-upfile[disabled].active, fieldset[disabled] .btn-upfile.active {
    background-color: rgba(13,71,161,0.50);
	
	
}

.btn-upfile .badge {
    color: #5cb85c;
    background-color: transparent;
		
}
.file-line {
   margin-bottom: -1px;
	margin-top: -1px;
    border-bottom: 1px solid #2BBBAD;
    border-top: 1px solid #2BBBAD;
    border-left-width: 0;
    border-right-width: 0;
    border-image: linear-gradient(to right, rgba(0,0,0,0.0), #2BBBAD, rgba(0,0,0,0.0)) 1 stretch;
	
	
}
#enviando {	
    text-align: center;
	display: none;
	color: #ccc;	
	font-size: 16px
}
#enviando p {	
    text-align: center;	
	font-size: 12px;
	color: #0099CC
}
.message{
	color: #2BBBAD;	
}
.show-messages{
	margin-bottom: 20px
}
input[type="text"]#captcha {
	border-radius: 5px;
	color: #ccc;
	height: 34px;
	
}
/*#forma-contacto input{
    padding-left: 30px
}
#forma-contacto  #mensaje{
    padding-left: 30px
}*/

#captchaOperation{
	color:#ccc;
	font-size: 12px;
	font-weight: normal;
	
}

.reload{
	color:#ccc;
	font-size: 10px
    
}
.reload:hover{
	color:#aaa;
	cursor: pointer
}
.icon-fal{
	font-size: 18px;
	color: #ccc;
	margin-top: -25px!important
}

.icon-fal-pen{
	font-size: 14px;
	color: #ccc;
	margin-top: -25px!important
}

.icon-fal-folder{
	font-size: 18px;
	color: #ccc;
	margin-top: 0px!important;
	margin-right: 100px
}
.icon-input{
	color: #666!important
}
.btn-send {
    color: #fff;
    background-color: #00695c;
	transition: .5s ease-in-out;
	outline: none;	
	position: relative;
	float: right!important;
	margin-right: 0px;
	margin-top: 20px;
	border: none;
	padding: 8px;
	border-radius: 5px;
	
}


.btn-send:hover, .btn-send:focus, .btn-send.focus, .btn-send:active, .btn-send.active, .open>.dropdown-toggle.btn-send {
    color: #222222;
    background-color: #2BBBAD;
    transition: .5s ease-in-out;
	
	
	
}
.btn-send:active, .btn-send.active, .open>.dropdown-toggle.btn-send {
    background-image: none;
	
}

.btn-send.disabled, .btn-send[disabled], fieldset[disabled] .btn-send, .btn-send.disabled:hover, .btn-send[disabled]:hover, fieldset[disabled] .btn-send:hover, .btn-send.disabled:focus, .btn-send[disabled]:focus, fieldset[disabled] .btn-send:focus, .btn-send.disabled.focus, .btn-send[disabled].focus, fieldset[disabled] .btn-send.focus, .btn-send.disabled:active, .btn-send[disabled]:active, fieldset[disabled] .btn-send:active, .btn-send.disabled.active, .btn-send[disabled].active, fieldset[disabled] .btn-send.active {
    background-color: rgba(43,187,173,0.20);
	color:#666;
	cursor: not-allowed!important;
}

.btn-send .badge {
    color: #5cb85c;
    background-color: transparent;
		
}
.text-info{
	font-size: 18px;
	font-weight: 400;
	color: #fff!important;
	text-shadow: 5px 5px 5px black;
    margin-top: 80px
}
.text-credit{
    
    font-size: 12px;
    
    text-align: center
    
}
.text-dir{
	font-size: 16px;
	font-weight: 400;
	color: #fff!important;
	text-shadow: 5px 5px 5px black;
	margin-top: 40px;
    margin-bottom: -40px
}
.icon-info{
    color: #F93154
}
.bold-text{
	font-weight: bold
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-img div {
    z-index: 1;
    position: relative;
}
.bg-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}
.bg-img-2 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-img-2 div {
    z-index: 1;
    position: relative;
}
.bg-img-2:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
}
.bg-img-3 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	
}
.bg-img-3 div {
    z-index: 1;
    position: relative;
}
.bg-img-3:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
	
}
.bg-box {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	border-radius: 3px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
   
    

}
.bg-box div {
    z-index: 1;
    position: relative;
    
}
.bg-box:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(62,39,35);
background: -moz-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e2723",endColorstr="#ffffff",GradientType=1);
    left: 0;
    top: 1px;
	border-radius: 3px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
    
    
    
   
}


.bg-box2 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	border-radius: 3px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
}
.bg-box2 div {
    z-index: 1;
    position: relative;
}
.bg-box2:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(62,39,35);
background: -moz-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e2723",endColorstr="#ffffff",GradientType=1);

    left: 0;
    top: 0;
	border-radius: 3px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
   
}
.bg-box3 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	border-radius: 3px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
}
.bg-box3 div {
    z-index: 1;
    position: relative;
}
.bg-box3:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(62,39,35);
background: -moz-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(62,39,35,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e2723",endColorstr="#ffffff",GradientType=1);

    left: 0;
    top: 0;
	border-radius: 3px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
   
}
.text-shadow{
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.menubarshover span{
	color:#fff
}
.menubarshover:hover span{
	color:#EE4237
}
.text-justify{
	text-align: justify
}
.link-mail{
	color: #2F59FB
}.link-mail:hover{
	color: #EE4237
}
.phones{
	font-weight: bold;	
}
.link-web{
	color: #2F59FB
}
.link-web:hover{
	color: #EE4237
}
.dropdown-item-top span  {background-image:url(../imagenes/letter_evoucher.png); background-repeat: no-repeat;
display: inline-block;
  width: 96px;
	line-height: 15px
}
.dropdown-item-top:hover span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}
.dropdown-item-top.disabled span  {background-image:url(../imagenes/letter_evoucher3.png); background-repeat: no-repeat}
.dropdown-item-top.active span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}

.dropdown-item-bottom span  {background-image:url(../imagenes/letter_evoucher.png); background-repeat: no-repeat;
display: inline-block;
  width: 96px;
	line-height: 15px
}
.dropdown-item-bottom:hover span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}
.dropdown-item-bottom.disabled span  {background-image:url(../imagenes/letter_evoucher3.png); background-repeat: no-repeat}
.dropdown-item-bottom.active span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}


.dropdown-item span  {background-image:url(../imagenes/letter_evoucher.png); background-repeat: no-repeat;
display: inline-block;
  width: 96px;
	line-height: 15px
}
.dropdown-item:hover span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}
.dropdown-item.disabled span  {background-image:url(../imagenes/letter_evoucher3.png); background-repeat: no-repeat}
.dropdown-item.active span  {background-image:url(../imagenes/letter_evoucher2.png); background-repeat: no-repeat}

.panel-default-form {
	
	background-color: #343a40;
	color: #333;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #ccc;
	border-radius: 10px
	
	
}


.background-05{
	background: rgb(199,172,76);
    background: -moz-radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
    background: radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7ac4c", endColorstr="#1a1609", GradientType=1);
}
.background-06{
	background: rgb(199,172,76);
    background: -moz-radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
    background: radial-gradient(circle, rgba(199,172,76,1) 0%, rgba(26,22,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7ac4c", endColorstr="#1a1609", GradientType=1);  
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff
}
.form-control-reg {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666;
    vertical-align: middle;
    background-color: transparent;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-reg:hover {
    
    border: 1px solid #777;
    
}

.form-control-reg:focus {
    border-color: #F46D70;
    outline: 0;
   
}
 .form-control-reg:-moz-placeholder {
 color: #999;
}
 .form-control-reg::-moz-placeholder {
 color: #999;
}
 .form-control-reg:-ms-input-placeholder {
 color: #999;
}
 .form-control-reg::-webkit-input-placeholder  {
 color: #999;
}
.form-control-reg[disabled], .form-control-reg[readonly], fieldset[disabled] .form-control-reg {
    cursor: not-allowed;
    background-color: rgba(0,0,0,0.25);
	border: 1px solid #666;
	
	
	
}
textarea.form-control-reg {
    height: auto;
	resize: none;
}
textarea#mensaje:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}

input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666;
}
input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
}
input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
}
input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666;
}


.form-group {
    margin-bottom: 15px;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
    height: auto
}
.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
    height: auto
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield;
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #c7ac4c;
}
.has-warning .form-control {
    border-color: #c7ac4c;
    
}
.has-warning .form-control:focus {
    border-color: #a47e3c;
    
}
.has-warning .input-group-addon {
    color: #c7ac4c;
    background-color: #fcf8e3;
    border-color: #c7ac4c;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #953b39;
}
.has-error .form-control-reg {
    border-color: #b94a48;
    
}
.has-error .form-control-reg:focus {
    border-color: #953b39;
    
}
.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #c7ac4c;
}
.has-success .form-control-reg {
    border-color: #2BBBAD;
    
    
}
.has-success .form-control-reg:focus {
    border-color: #2BBBAD;
    
}
.has-success .input-group-addon {
    color: #c7ac4c;
    background-color: #dff0d8;
    border-color: #c7ac4c;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;    
    padding-left: 14px;
	font-size: 13px!important	
}
.nice-select2 {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 5px;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 14px;
	outline: none;	
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
}
.nice-select2:hover {
	border-color: #777;
}
.nice-select2:active, .nice-select2.open, .nice-select2:focus {
	border-color: #F46D70;
}
.nice-select2:after {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	content: '';
	display: block;
	height: 10px;
	margin-top: -6px;
	pointer-events: all;
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 10px;
}
.nice-select2.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select2.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select2.disabled {
	border-color: #ccc;
	color: #ccc;
	pointer-events: all;
}
.nice-select2.disabled:after {
	border-color: #ccc;
}
.nice-select2.wide {
	width: 100%;
}
.nice-select2.wide .list {
	left: 0 !important;
	right: 0 !important;
}


.nice-select2.right {
	float: right;
}
.nice-select2.right .list {
	left: auto;
	right: 0;
}
.nice-select2.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select2.small:after {
	height: 4px;
	width: 4px;
}
.nice-select2.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select2 .list {
	background: #6b1919;
background: -moz-linear-gradient(left, #6b1919 0%, #b5362b 50%, #6b1919 100%);
background: -webkit-linear-gradient(left, #6b1919 0%,#b5362b 50%,#6b1919 100%);
background: linear-gradient(to right, #6b1919 0%,#b5362b 50%,#6b1919 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1919', endColorstr='#6b1919',GradientType=1 );
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-sizing: border-box;
	margin-top: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	height: 165px;
	width: 100%;
	border: 1px solid #ccc;
	overflow-y: hidden;
	color: #ccc;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 99;
}
.nice-select2 .list:hover .option:not(:hover) {
	background: transparent !important;
	
}
.nice-select2 .option {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	
	
}
.nice-select2 .option:hover, .nice-select2 .option.focus, .nice-select2 .option.selected.focus {
	background-color: #fff;
	color: #EE4237;
	
}
.nice-select2 .option.selected {
	font-weight: normal;
}
.nice-select2 .option.disabled {
	background-color: transparent;
	color: #ccc;
	cursor: not-allowed;
	font-size: 12px;
	display: none;
	
}
.no-csspointerevents .nice-select2 .list {
	display: none;
}
.no-csspointerevents .nice-select2.open .list {
	display: block;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	border-radius: 5px;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 14px;
	outline: none;	
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
}
.nice-select:hover {
	border-color: #777;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #F46D70;
}
.nice-select:after {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	content: '';
	display: block;
	height: 10px;
	margin-top: -6px;
	pointer-events: all;
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 10px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ccc;
	color: #ccc;
	pointer-events: all;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}


.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background: #6b1919;
background: -moz-linear-gradient(left, #6b1919 0%, #b5362b 50%, #6b1919 100%);
background: -webkit-linear-gradient(left, #6b1919 0%,#b5362b 50%,#6b1919 100%);
background: linear-gradient(to right, #6b1919 0%,#b5362b 50%,#6b1919 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b1919', endColorstr='#6b1919',GradientType=1 );
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
	box-sizing: border-box;
	margin-top: 0px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	height: 246px;
	width: 100%;
	border: 1px solid #ccc;
	overflow-y: auto;
	color: #ccc;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 99;
}
.nice-select .list:hover .option:not(:hover) {
	background: transparent !important;
	
}
.nice-select .option {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	
	
}
.nice-select .option:hover, .nice-select2 .option.focus, .nice-select2 .option.selected.focus {
	background-color: #fff;
	color: #EE4237;
	
}
.nice-select .option.selected {
	font-weight: normal;
	background-color: #fff;
	color: #EE4237;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #ccc;
	cursor: not-allowed;
	font-size: 12px;
	display: none;
	
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
#especifica{
	display: none
}
.btn-submit {
    border: 1px solid #007A00;
    display: block;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    padding: 10px 30px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    border-radius: 6px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-submit:hover {
    border: 1px solid #06AC13;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
	color: #fff;
}
.btn-submit span {
    position: relative;
    font-size: 14px;
    z-index: 1;
    color: #aaa;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: auto;
    height: auto
}
.btn-submit:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    cursor: pointer;
}
.btn-submit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 6%;
    width: 140%;
    background-color: rgba(255,255,255,0.20);
    -moz-box-shadow: 0px 0px 50px #fff;
    -webkit-box-shadow: 0px 0px 50px #fff;
    box-shadow: 0px 0px 50px #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-90%) translateY(-25%) rotate(45deg);
    transform: translateX(-90%) translateY(-25%) rotate(45deg);
}
.btn-submit:hover:after {
    -webkit-transform: translateX(40%) translateY(-25%) rotate(45deg);
    transform: translateX(40%) translateY(-25%) rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-contacto {
    border: 1px solid #007A00;
    display: block;
    text-align: center;
    outline: none;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    padding: 10px 50px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    border-radius: 6px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-contacto:hover {
    border: 1px solid #06AC13;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
	color: #fff;
}
.btn-contacto span {
    position: relative;
    font-size: 14px;
    z-index: 1;
    color: #aaa;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: auto;
    height: auto;
	letter-spacing: 1px
}
.btn-contacto:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    cursor: pointer;
}
.btn-contacto:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 6%;
    width: 140%;
    background-color: rgba(255,255,255,0.20);
    -moz-box-shadow: 0px 0px 50px #fff;
    -webkit-box-shadow: 0px 0px 50px #fff;
    box-shadow: 0px 0px 50px #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-90%) translateY(-25%) rotate(45deg);
    transform: translateX(-90%) translateY(-25%) rotate(45deg);
}
.btn-contacto:hover:after {
    -webkit-transform: translateX(40%) translateY(-25%) rotate(45deg);
    transform: translateX(40%) translateY(-25%) rotate(45deg);
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-send-1 {
    border: 1px solid #666;        
    cursor: pointer;
    outline: none!important;
    overflow: hidden;
    position: relative;
    background-color: #263238;  /* fallback for old browsers */
    padding: 17px 0px;
  width: 236px;	
    transition:  .5s ease-in-out;	
	margin-bottom: 44px;
    margin-top: 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    text-align: center
	
}
.btn-send-1:hover {
    border: 1px solid #2bbbad;
   transition: .5s ease-in-out;    
}
.btn-send-1 span {
    position: relative;
    font-size: 16px;
    z-index: 1;
    color: #2bbbad;
    transition:  .5s ease-in-out;
    width: auto;
    height: auto;
	font-weight: 400
}
.btn-send-1:hover span {
    position: relative;
    z-index: 1;
    color: #fff;   
    transition: .7s ease-in-out;
}
.btn-send-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 780%;
    width: 220%;
    background: rgb(43,187,173);
background: -moz-radial-gradient(circle, rgba(43,187,173,1) 0%, rgba(1,50,45,1) 100%);
background: -webkit-radial-gradient(circle, rgba(43,187,173,1) 0%, rgba(1,50,45,1) 100%);
background: radial-gradient(circle, rgba(43,187,173,1) 0%, rgba(1,50,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bbbad",endColorstr="#01322d",GradientType=1);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-86%) translateY(-25%) rotate(45deg);
    transform: translateX(-86%) translateY(-25%) rotate(45deg);	
}
.btn-send-1:hover:after {
    -webkit-transform: translateX(-8%) translateY(-25%) rotate(45deg);
    transform: translateX(-8%) translateY(-25%) rotate(45deg);
}
.col-center{
    float: none;
    margin: 0 auto;
}


.espacio-boton{
	height: 45px;
	
}

.msg-form{
	color:#ccc;
	text-align: justify;
	font-size: 12px 
}



.text-white{
	color: #fff;
	text-shadow: 5px 5px 5px black;
	margin-top: 20px
}
body.modal-open {
    overflow-y: hidden;
}
.margin-row{
	margin-left: 0px;
	margin-right: 0px
}
.alert-danger {
  background-color: #efb7b7;  
  color: rgba(114, 28, 36,1);
	border-radius: 6px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.alert-success {
    color: #0f5132;
    background-color: #88c1a7;   
	border-radius: 6px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.espacio-col {
    height: 45px
}
.espacio-2 {
    height: 15px
}
.espacio-4 {
    height: 40px
}
.espacio-5 {
    height: 50px
}
.espacio-form{
	height: 20px;
	z-index: 0
}
.espacio-form-2{
	height: 10px
}
.text-center-color {
    text-align: center;
    color: #fff
}
#cargando img {
    width: 32px;
}
#cargando {
    text-align: center;
	margin-top: -30px;
	margin-bottom: 10px;
	display: none
}
.cursor-no{
	cursor: not-allowed
}

.img-shadow-2{
	-webkit-filter: drop-shadow(5px 5px 5px #000 );
  filter: drop-shadow(5px 5px 5px #000);
}
#captchaOperation{
	color:#ccc
}
.reload{
	color:#ccc
}
.reload:hover{
	color:#fff;
	cursor: pointer
}
#mail{
	
}
.img_loader {
        width: 150px;
        height: 90px;
        text-align: center;
        left: 50%;
        margin-left: -75px;
        position: relative;
        top: 50%;
        margin-top: -120px;
        color: #666;
    z-index:100002;
     -webkit-filter: drop-shadow(5px 5px 5px black);
  filter: drop-shadow(5px 5px 5px black);
    }
.text-logo{
    color: #ffffff;
    font-size: 16px;
    
    font-weight: 400
}
    .loaderpage {
       background-color:#222;
    background-image: url("../imagenes/1.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    overflow: hidden;
    background-position: 65% 30%;
position:fixed;
top:0%;
left:0%;
width:100%;
height:100%;
z-index:100000;
    }
    #overlay {
        width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.50);
    
    }
    #time {
        color: #fff;
       
        display: none;
        height: 0px;
		top:5px;
       
        
    }
    #loader_time {
        position: absolute;
        left: 50%;
        margin-left: -75px;
        top: 50%;
        margin-top: 0px;
        width: 150px;
        height: 71px;        
        font-family: Arial;
        font-size: 1em;
        text-align: left;
        color: #666;
    }
    .cargando {
        text-align: right;
        color: #fff;
        font-size: 1em;
        font-family: sans-serif;
        top: 5px;        
        display: none;
        margin-top: -1px
    }
    @keyframes pulse-preloader {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    .pulse-preloader {
        animation-name: pulse-preloader;
        animation-duration: .5s;
    }
    .animated-preloader {
        animation-duration: 1.5s;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
    }
    .bar_loader {
        width: 100%;
        background: none;
        z-index:100002!important;
    }
    #progress_loader {
        width: 0%;
        height: 2px;
        background: #38A413;        
    }
    .saving span {
        font-size: 2.2em;
        color: #F71B1D;
        line-height: 0px;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        
    }
    .saving span:nth-child(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }
    .saving span:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    @-webkit-keyframes blink {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }
    @keyframes blink {
        0% {
            opacity: .2;
        }
        20% {
            opacity: 1;
        }
        100% {
            opacity: .2;
        }
    }
.letter-blue{
	color: #29b6f6;
	text-shadow: 5px 5px 5px black
}
.letter-yellow{
	color: #ffab00;
	text-shadow: 5px 5px 5px black
}
.letter-red a{
    color: #F93154;
    font-weight: 600;
    border-bottom: none
}
.letter-red a:hover {
    color: #38A413;
    font-weight: 600;
    background: transparent   
}
.gradient-underline {
    padding-bottom: 0px;
    position: relative;
    text-decoration: none;
}

.gradient-underline::after {
    background: #38A413;
    background: linear-gradient(to right, transparent 0%, #38A413 50%, transparent 100%);  
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
 }
 .gradient-underline:hover::after {
    background: #F93154;
    background: linear-gradient(to right, transparent 0%, #F93154 50%, transparent 100%);  
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
 }


.m-pagetransition {
    visibility: hidden;
}
.visitas{
	color: #666
}
.contador{
	color: #666;
	margin-bottom: 20px
}


/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
	.phone
	{
		display: none !important;
	}
	.menu .phone
	{
		display: block !important;
	}
	.logo
	{
		left: auto;
	}
	
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
.mr-contact-info {  
  margin-bottom: 25px;
}	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
   .mr-contact-info {
  margin-top: -50px!important;
  margin-bottom: 25px;
} 
	.boxes
{
	z-index: 1;
	margin-top: -180px;
    margin-bottom: 0px;
	
	
	
}
	.hamburger
	{
		display: block;
	}
	.hamburger_bar
	{
		display: block;
	}
	.main_nav
	{
		display: none;
	}
	.box
	{
		width: 100%;
        
	}
	.box:not(:last-child)
	{
		margin-bottom: 60px;		
	}
	.about
	{
		margin-top: 28px;
	}
	.about_background
	{
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: -50px;
	}
	.about_image
	{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.about_image img
	{
		max-width: 100%;
	}
	.about_content
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		
	}
	.test_1
	{
		margin-top: 106px;
		margin-bottom: 82px;
	}
	.test_content
	{
		padding-left: 25px;
	}
	.gallery_slider_container
	{
		width: 150%;
		left: -25%;
	}
	.blog_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}
@media only screen and (min-width: 1024px)
{
	
	.menu
	{
		display: none !important;
	}
    
}
/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	.contact-info {
		margin-top: 60px!important
	}
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	.div-btn-send {
	text-align: center!important
}
.box:first-child
{
	margin-top: 60px
}

	.mr-img{
		margin-top: 50px
	}
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.mr-contact-info {
  margin-top: -50px!important;
  margin-bottom: 25px;
}
	.hamburger_bar
	{
		right: calc((100vw - 510px) / 2 - 15px);
	}
	.home_title
	{
		font-size: 64px;
		margin-top: -4px;
		
		
	}
	.home_title_recupera
	{
		font-size: 38px;
        
		
	}
	.home_subtitle
	{
		font-size: 16px;
		margin-top: -4px;
	}
	.home_button
	{
		margin-top: 37px;
	}
	.service_col:nth-last-child(n+4)
	{
		margin-bottom: 0px;
	}
	.service_col:not(:last-child)
	{
		margin-bottom: 79px;
	}
	.boxes
{
	z-index: 1;
	margin-top: -220px;
    margin-bottom: 0px;
	
	
	
}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	
	
	.hamburger_bar
	{
		right: 0px;
		
	}
	.home_title
	{
		font-size: 64px;
		
	}
	.home_title_recupera
	{
		font-size: 38px;
		
	}
	.section_title
	{
		font-size: 30px;
	}
	.video_icon
	{
		width: 25px;
		height: 25px;
		margin-right: 8px;
	}
	.video_icon i
	{
		font-size: 8px;
	}
	.video_text
	{
		font-size: 14px;
	}
	.home_button
	{
		margin-top: 33px;
	}
	.home_button a
	{
		font-size: 14px;
	}
	.text_highlight
	{
		font-size: 15px;
	}
	.blog
	{
		padding-top: 244px;
	}
	.testimonials
	{
		padding-top: 144px;
	}
	.footer_content
	{
		padding-bottom: 40px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer_image
	{
		opacity: 0.5;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
.boxes
{
	z-index: 1;
	margin-top: -250px;
    margin-bottom: 0px;
	
	
	
}	
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}

.jquery-lightbox-overlay
{
  background:#000000;
}

.jquery-lightbox
{
  position:relative;
  padding:17px 0;
}

.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-right
{
  position:absolute;
  height:17px;
  width:12%;
  z-index:7000;
}

.jquery-lightbox-border-top-left
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat 0 0;
  top:0;
  left:0;
}

.jquery-lightbox-border-top-right
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat right 0;
  top:0;
  right:0;
}

.jquery-lightbox-border-top-middle
{
  background:#2b2b2b;
  position:absolute;
  height:7px;
  width:78%;
  top:0;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-border-bottom-left
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat 0 bottom;
  bottom:-30px;
  left:0;
}

.jquery-lightbox-border-bottom-right
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat right bottom;
  bottom:-30px;
  right:0;
}

.jquery-lightbox-border-bottom-middle
{
  background:#2b2b2b;
  height:7px;
  width:78%;
  position:absolute;
  bottom:-30px;
  left:12%;
  z-index:7000;
  overflow:hidden;
}

.jquery-lightbox-title
{
  background:#F93154;
  color:#FFFFFF;
  font-family:verdana,arial,serif;
  font-size:11px;
  line-height:14px;
  padding:5px 8px;
  margin:3px;
  position:absolute;
  bottom:5px;
  z-index:7000;
  opacity:0.9;
    border-radius: 5px
}

.jquery-lightbox-html
{
  z-index:7000;
  position:relative;
  border:0;
  border-left:7px solid #2b2b2b;
  border-right:7px solid #2b2b2b;
  padding:0px 15px;
  vertical-align:top;
}

.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe
{
  vertical-align:top;
}

.jquery-lightbox-background
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:6999;
  float:left;
  padding:0;
}

.jquery-lightbox-background img
{
  display:block;
  position:relative;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}


.jquery-lightbox-mode-image .jquery-lightbox-html
{
  z-index:6998;
  padding:0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
  background:#111;
}

.jquery-lightbox-mode-html .jquery-lightbox-html
{
  overflow:hidden;
}

.jquery-lightbox-loading,
.jquery-lightbox-mode-html .jquery-lightbox-loading
{
  background:#FFFFFF url(../plugins/js/lightbox/themes/default/images/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -190px -115px;
  position:absolute;
  top:12px;
  right:-26px;
  width:29px;
  height:29px;
}

.jquery-lightbox-button-close:hover
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -220px -115px;
}

.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span
{
  display:none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
  right:14px;
  z-index:7002;
}

.jquery-lightbox-buttons 
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:7001;
  height:39px;
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  width:5px;
  height:39px;
  float:left;
  display:inline;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -151px -153px;
  margin:7px 0 0 7px;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -244px -153px;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -156px -153px;
  width:24px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left:hover
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -156px -194px;

}


.jquery-lightbox-buttons .jquery-lightbox-button-right
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -220px -153px;
  width:24px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right:hover
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -220px -194px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-max
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -182px -153px;
  width:36px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max:hover
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -182px -194px;
}


.jquery-lightbox-buttons .jquery-lightbox-button-min
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -162px -235px;
  width:36px;
  height:39px;
  float:left;
  display:inline;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min:hover
{
  background: url(../plugins/js/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat -207px -235px;
}


.jquery-lightbox-buttons-custom
{
  height:39px;
  float:left;
  display:inline;
  background:#2b2b2b;
  line-height:39px;
  font-size:10px;
  margin:7px 0 0 0;
}

.jquery-lightbox-buttons-custom a
{
  color:#FFFFFF;
  font-size:10px;
  display:inline;
  font-weight:normal;
  text-decoration:underline;
  padding:0 3px;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
  opacity:0.7;
}

.jquery-lightbox-mode-image .jquery-lightbox-buttons
{
  opacity:0.3;
}

.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons,
.jquery-lightbox-mode-image:hover .jquery-lightbox-button-close
{
  opacity:0.9;
}

.jquery-lightbox-navigator
{
  display:none;
}
.icon-fal-calculator{
	font-size: 18px;
	
	top: 29px
}

.popover{
	border: 1px solid #00695c;
	background-color: #00695c;
	border-radius: 6px;	
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
	z-index: 999999!important;
	width: 170px;
}
.popover-body {
	background-color: #00695c;
	color: #fff;
	margin-bottom: 12px;
	margin-top: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 12px;
	padding: 0px;	
	text-align: center
}
.popover .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: #00695c!important;
}
.popover .arrow::after{	
	position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
	border-top-color: #00695c!important;
}
.popover-header {
	background-color: #dddcd8;
	color: #222;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	font-size: 12px;
	padding: 4px 0px;
	border: none
	
}

.fa-exclamation-triangle{
	font-size: 20px;
	color: #FF8800;
	
}


.time-of-year {  
  position: relative;
  text-align: center;  
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.time-of-year .tooltip {
  background: #dddcd8;
  border: 1px solid #00695c;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 6px;
  bottom: 100%;
  font-size: 14px;
  display: block;  
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  width: 120px;
  margin-left: 13px;
  z-index: 1102;
	color: #222;
	text-align: center;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .7s ease-out;
     -moz-transition: all .7s ease-out;
      -ms-transition: all .7s ease-out;
       -o-transition: all .7s ease-out;
          transition: all .7s ease-out;
}

/* Yellow triangle */
.time-of-year .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #00695c 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}


.time-of-year:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .time-of-year .tooltip {
  display: none;
}

.lte8 .time-of-year:hover .tooltip {
  display: block;
}


 #captchaOperation-light{
	color:#222;
	font-size: 12px;
	font-weight: normal;
	margin-left: 13px
} 

 
@-webkit-keyframes spinnerRotate {
 from {
transform:rotate(0deg);
}
 to {
transform:rotate(360deg);
}
}

.spin {
	animation-name: spinnerRotate;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
	
}
.reload-light{
	color:#222;
	font-size: 10px;
}
.reload-light:hover{
	color:#666;
	cursor: pointer
}
.form-result {
	width: 100%;
	color: green;
	text-align: center;
	margin-bottom: 20px
}
.div-btn-send {
	text-align: right
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
.media-body {
    -ms-flex: 1;
    flex: 1
}
.contact-info {
  margin-bottom: 25px;
  margin-top: 60px;
}
.mr-contact-info {
  margin-top: 90px;
  margin-bottom: 25px;
}
/* line 6, E:/169 /169 /169__html/sass/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}
/* line 9, E:/169 /169 /169__html/sass/_contact.scss */
 
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
/* line 17, E:/169 /169 /169__html/sass/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  color: #444;
  margin-left: -20px !important;
}
h3 i {
	color: #38A413
}
.contact-info p {
	color: #666
}