@charset "utf-8";
/* CSS Document */

/******************************


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,900');

/*********************************
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;
}
body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #666666;
}
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: #929191;
	-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 #0086c0;
	-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, a:hover, a:visited, a:active, a:link
{
	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;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #0086c0;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #008fdb;
	color: #FFFFFF;
}
p::selection
{
	
}
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;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
/*.form-control
{
	color: #008fdb;
	border: #008fdb;
	border-style: solid;
	
}*/
section
{
	display: block;
	/*top:75px;*/
	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;
}
.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%;
}
div.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: 137px;
	height: 54px;
	background: #32c69a;
	overflow: hidden;
}
.button a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #008fdb;
}
.button a span
{
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 54px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button a span:first-child
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.button a span:last-child
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	font-size: 9px;
	opacity: 0;
}
.button:hover a span:first-child
{
	top: -10%;
	font-size: 9px;
	opacity: 0;
}
.button:hover a span:last-child
{
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
	opacity: 1;
}
.section_title
{
	font-size: 36px;
	font-weight: 600;
	color: #6f6f6f;
	line-height: 0.75;
	text-align: center;
}
.section_subtitle
{
	font-size: 11px;
	font-weight: 600;
	color: #838383;
	line-height: 0.75;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 23px;
}

.home_title1
{
	font-size: 36px;
	font-weight: 600;
	color: #6f6f6f;
	line-height: 0.75;
	text-align: center;
	padding-bottom: 25px;
}

.home_title1.underLine:before{
	content: "";
    width: 10%;
    height: 5px;
    left: 45%;
    top: 94%;
    position: absolute;
   background-color: #008fdb;
   /* background: linear-gradient(to right, #7522F7 , #7F1AD1 ,#8E1DB2 );*/
}
.home_subtitle1 {
    font-size: 24px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1.25;
    /* letter-spacing: 0.2em; */
    /* text-transform: uppercase; */
    margin-top: 23px;
	padding-bottom: 10px;
}
.home_subtitle2 {
    font-size: 24px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1.25;
	padding-top: 10px;
    margin-top: 23px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 100;
}


.header2
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}


.header.scrolled
{
	position: fixed;
	top: -91px;
	left: 0;
}

.header2.scrolled
{
	position: fixed;
	top: -91px;
	left: 0;
}
.header_top
{
	width: 100%;
	z-index: 2;
}
.header_top_content
{
	/*height: 91px;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo {
   /* max-width: 155px;
    left: 200px;*/
    /*flex: auto;*/
}


.logo img {
    width: 100%;
    max-width: 150px;
}
.logo a
{
	line-height: 0.75;
	color: #404040;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.logo a span
{
	position: relative;
	font-size: 36px;
	color: #32c69a;
	line-height: 0.75;
	vertical-align: text-top;
}
.header_top_nav ul li
{
	position: relative;
}
.header_top_nav ul li:not(:last-child)::after
{
	content: '|';
	margin-left: 12px;
	margin-right: 12px;
}
.header_top_nav ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_top_nav ul li a:hover
{
	color: #008fdb;
}
.header_top_phone
{
	margin-left: 44px;
	font-size: 30px;
}
.header_top_phone i,.header_top_nav i
{
	font-size: 22px;
	color: #008fdb;
	vertical-align: middle;
	transform: translateY(-1px);
}
.header_top_phone span,.header_top_nav span
{
	font-size: 16px;
	font-weight: 600;
	color: #404040;
	margin-left: 3px;
	vertical-align: middle;
}
.header_top_phone span{

	font-size: 16px;
}
.hamburger
{
	display: none;
	cursor: pointer;
padding: 0px 15px;
}
.hamburger i
{
	font-size: 30px;
	color: #4c4c4c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #a853c2;
}
.header_nav
{
	z-index: 2;
}
.header_nav_inner
{
	width: 100%;
}
.header_nav_container
{
	z-index: 1;
	background:white;
}
.header_nav_content
{
	height: 78px;
}
.main_nav
{
	height: 100%;
	/*position: absolute;*/
    right: 80px;
}
.lang {
    padding: 0px 0;
    /*position: absolute;*/
    right: -20px;
}
.currLang {
    text-transform: uppercase;
    font-weight: 900;
}
.lang a {
    /*color: #404040;*/
	color: #a853c2;
color:#3e3d3b;
	font-weight: 600;
}
.lang .dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
}
.lang ul {
    width: 55px!important;
    text-align: center;
    padding: 10px!important;
    min-width: 60px!important;
    margin: 0!important;
    border: 0px;
    border-radius: inherit;
    left: 4px!important;
}
.lang.out {
  display: none;
}

.main_nav ul
{
	height: 100%;
}
.main_nav ul li
{
	position: relative;
}
.main_nav ul li:not(:last-child)
{
	/*margin-right: 60px;*/
	margin-right: 40px;
}
.main_nav ul li a
{
	display: block;
	position: relative;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #1c1c1c;
	z-index: 1;
	/*text-transform: uppercase;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


/*****ARROWS****/
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}


.nav-menu ul {

    margin: -10px 0 0 0;
    padding: 10px;
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
    backdrop-filter: blur(5px);
    height: auto;
}
.main_nav ul li {

    line-height: 80px;
}
.menu-has-children li {
    position: relative;
    min-width: 174px;
    background: white;
    white-space: nowrap;
    margin-right: 0px!important;
    padding: 0px 30px;
}
.menu-has-children li a {
    padding: 5px 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
  
    line-height: 30px;
    text-align:left;
	text-transform: none!important;
}
/*********************/



/**********MVLMENU************************/
.menu_content ul li a {
color: #fff;
    color: #3e3d3b;
    font-size: 17px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0px 8px 20px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 600;
}
.menu_content ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
color:#3e3d3b;
}
.menu_content li ul li {
    background: #0076b5;
    width: 100vw;
background:white;
   
}

.menu_content li ul li a {
    font-size: 15px;
	font-weight: 400;
    padding: 3px;
}
/**************************************/
.main_nav ul li a:hover
{
	/*font-style: italic;*/
	font-weight: bold;
}
.main_nav ul li.active a
{
	color: #1c1c1c;
    font-weight: bold;
	
}
.search_content
{
	height: 60px;
}
.search_container_form
{
	position: relative;
	width: 337px;
}
.search_container_input
{
	width: 100%;
	height: 37px;
	border: none;
	outline: none;
	padding-left: 20px;
}
.search_container_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.search_container_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.search_container_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
} 
.search_container_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.search_container_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.search_container_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #FFFFFF;
}
.header_search
{
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	cursor: pointer;
}
.header_search i
{
	color: #4c4c4c;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_search:hover i
{
	color: #329fec;
}

/*********************************
4. Menu
*********************************/

.vertical-menu-servicios a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
  height: 100%;
  width: 400px;
}

.vertical-menu-servicios a:hover {
  background-color: #ccc;
}

.vertical-menu-servicios a.active {
  background-color: #4CAF50;
  color: white;
}



.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #a853c2;
background:#17386a;
background:white;
	z-index: 101;
	opacity: 0;
	top:0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_content ul
{
	margin-top: 5px;
	z-index: 90;
width: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 600;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 52%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: rgba(255,255,255,0.7);
}
.menu_search_form
{
	position: relative;
	width: 300px;
}
.menu_search_input
{
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,0.9);
	border: none;
	outline: none;
	padding-left: 20px;
}
.menu_search_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.menu_search_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.menu_search_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
} 
.menu_search_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.menu_search_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #ababab !important;
}
.menu_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	outline: none;
}
.menu_social
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_social ul
{
	display: inline-block;
	margin-left: 25px;
	white-space: nowrap;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 15px;
}
.menu_social ul li a i
{
	color: rgba(255,255,255,0.7);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px;
}
.menu_social ul li a i:hover
{
	color: rgba(255,255,255,1);
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 88vh;
	
}

#home{
	height: 8vh;
}
.home_container {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.home_content
{

    display: flex;
    align-items: center;
    justify-content: center;

}
.home_title {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
   
    line-height: 1.2;
	text-align: center;
}

.home_subtitle {
    font-size: 25px;
    font-weight: 400;
    color: #6f6f6f;
    
    line-height: 1.5;
	text-align: center;
	padding-bottom: 60px;
}

.precios_title {
    font-size: 30px;
    font-weight: 600;
    color: #008fdb;   
    line-height: 1.2;
	text-align: center;
}
.precios_title1 {
    font-size: 30px;
    font-weight: 400;
    color: #008fdb;   
    line-height: 1.2;
	text-align: center;
}
.home_text {
    font-size: 60px;
    font-weight: 600;
    color: #32C69A;
    line-height: 1.875;
    max-width: 480px;
    margin-top: 25px;
}
.home_button
{
	margin-top: 36px;
}
.background_image{
    background-image: url(/assets/img/soluciones.png);
    background-size: cover;
    background-position-x:75%; 
    background-position-y:-40px; 
	
}
div#HomePage .background_image {
    height: 100%;
   /* background: url(/assets/img/fondo2.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

div#Reparacionordenadores .background_image {
    background-image: url(/assets/img/precios.png);
	height: 80vh;
}
div#Sustitucioncomponentes .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}
div#Limpiezavirus .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Copiasseguridad .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Configuracionredwifi .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Actualizacionsoftware .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Instalacionsistemasoperativos .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Formateoordenadores .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Recuperacioninformacion .background_image {
    background-image: url(/assets/img/precios.png);
    height: 80vh;
}

div#Precios .background_image {
    background-image: url(/assets/img/servicios.png);
    height: 49vh;
}

div#Contacto .background_image {
   /* background-image: url(/assets/img/imagen-contacto.png);*/
    height: 49vh;
}

/*********************************
5.1 Precios
*********************************/

.precios
{
	width: 100%;
	/*background: #f4f8fb;*/
	background: lightblue;
	padding-top: 10px;
	padding-bottom: 102px;
	margin-top: 100px;
}


/*********************************
6.0. PARTNERS
*********************************/


.partner-logo-tablecell {
    width: 120px;
    display: inline-block;
    padding: 20px;
    filter: grayscale(1);

}
.logoC{
	    width: 65px;
    margin: 0 auto;
    display: inline;
}
.partners{
    height: 150px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin-top: 66px;
}
.partners img{
	width: 100%;
    object-fit: contain;
}
.partner-logo-tablecell:hover{
filter:grayscale(0);

}
/*********************************
6.0. TREEBOXES
*********************************/

@media (min-width: 992px){
.site-block-1 {
    padding-top: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.site-block-2 {
background: #F1F2F6;
}
.home_text{
	display: none;
}
}
@media(max-width: 992px){

.site-block-feature {
    /*background: #F1F2F6!important;*/
    min-height: 170px!important;;
    color: #404040;
}

}
.site-block-feature {
    background: rgba(50, 198, 154,0.8);
    min-height: 170px;
    color: white;
    font-weight: bold;
}

.site-block-feature p{
color: white;
font-size: 16px;
	}
/*********************************
6. Info Boxes
*********************************/

.info {
    width: 100%;
    background: url(../img/laptop.jpg);
    background-size: cover;
    background-position-y: 50%;
    padding-top: 100px;
    padding-bottom: 50px;
}
.info_box
{
	width: 100%;
	background: #f4f8fb;
	height: 450px;
}
.info_image
{
	width: 100%;
}
.info_image img
{
	max-width: 100%;
}
.info_content
{
	padding-left: 38px;
	padding-top: 46px;
	padding-right: 20px;
	padding-bottom: 31px;
}
.info_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
}
.info_text
{
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	line-height: 1.95;
	margin-top: 14px;
}
.info_button
{
	margin-top: 26px;
}
.info_form_container
{
	width: 100%;
	background: #008fdb;
	height: 100%;
	padding-left: 43px;
	padding-top: 50px;
	padding-bottom: 5px;
}
.info_form_title
{
	font-size: 24px;
	font-weight: 600;
	color: #404040;
	line-height: 1.2;
}


.info_form
{
	width: 100%;
	padding-right: 44px;
	margin-top: 43px;
}
.info_form select
{
	margin-bottom: 26px;
}
.info_form input:not(:last-child)
{
	margin-bottom: 23px;
}
input#checkid {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
}
.info_form a:hover, .info_form  a:visited, .info_form  a:active,.info_form  a:link{
    color: #404040;
    font-weight: bold;
    text-decoration: underline;	
}
.info_form label{

	padding-top: 10px;
}
.info_input
{
	display: block;
	position: relative;
	width: 100%;
	height: 47px;
	background: #FFFFFF;
	padding-left: 20px;
	border: none;
	outline: none;
}
.info_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
}
.info_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
}
.info_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
} 
.info_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
}
.info_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
}
.info_select
{
	display: block;
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #828282 !important;
    cursor: pointer;
}
.info_form_button
{
	width: 100%;
	height: 54px;
	background: #32c69a;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-top: 4px;
	cursor: pointer;
	margin-top: 25px;
}
.contact-info{

  padding: 0;
}
.contact-info a {
    color: #404040;
}
.contact-info li {
    list-style: none;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 17px;
    line-height: 40px;
    color: #000;
}
ul.contact-info .fa {
    padding-right: 10px;
    font-size: 25px!important;
    color: #a853c2;
}


/******************************
CONTACTO
*******************************/
.infocontacto
{
	width: 100%;
	position: relative;
    top: -50px;
/*	background: #008fdb;
	padding-top: 100px;
	padding-bottom: 100px;*/
}


.contacto
{
	width: 100%;
	background: #f4f8fb;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contacto_form_container
{
	width: 100%;
	height: 100%;
	padding-left: 43px;
	padding-top: 50px;
	padding-bottom: 5px;
	background-color: #f4f8fb;
}

.contacto_titulo{
	
	top: 82px;
    position: relative;
    font-size: 36px;
    font-weight: 400;
    color: #a853c2;
    line-height: 1;
}


.contacto_form_title
{
	font-size: 30px;
	font-weight: 600;
	color: #a853c2;
	line-height: 1.2;
}

.contacto_input
{
	display: block;
	position: relative;
	width: 100%;
	height: 47px;
	background: #FFFFFF;
	padding-left: 20px;
	border: #a853c2;
	border-style: solid;
	outline: none;
}

.contacto_input2
{
	display: block;
	position: relative;
	width: 100%;
	height: 47px;
	background: #FFFFFF;
	padding-left: 20px;
	border: #202aa4;
border:#17386a;
	border-style: solid;
	outline: none;
}

.contacto_input3
{
	display: block;
	position: relative;
	width: 100%;
	height: 47px;
	background: #FFFFFF;
	padding-left: 20px;
	border: #a354c2;
	border-style: solid;
	outline: none;
}
.contacto_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contacto_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contacto_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #6f6f6f !important;
} 
.contacto_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contacto_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #6f6f6f !important;
}
.contacto_form a:hover, .info_form  a:visited, .info_form  a:active,.info_form  a:link{
    color: #6f6f6f;
    font-weight: bold;
    text-decoration: underline;	
}
.contacto_form_button
{
	width: 100%;
	height: 54px;
	background: #a853c2;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	cursor: pointer;
	margin-top: 75px;
}

.contacto_form_button2
{
	width: 100%;
	height: 54px;
	background: #202aa4;
background: #17386a;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	cursor: pointer;
	margin-top: 75px;
}
.contacto_form_button3
{
	width: 100%;
	height: 54px;
	background: #a354c2;
	border: none;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	cursor: pointer;
	margin-top: 75px;
}

.contacto_form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #a853c2;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contacto_form-control2 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #202aa4;
 border: 2px solid #17386a;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contacto_form-control3 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #a354c2;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/******************************
DRSECTION
*******************************/
.section_title.drSect::first-letter {
    font-size: 150%!important;
}
/*********************************
7. Call To Action
*********************************/

.cta
{
	width: 100%;
	padding-top: 77px;
	padding-bottom: 74px;
}
.cta_content
{
	width: 100%;
}
.cta_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.cta_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,0.76);
	line-height: 1.5;
	margin-top: 14px;
}
.cta_button
{
	width: 141px;
	margin-top: 7px;
}
.logoScroll{
	display: none;
}
header.scrolled .logoScroll{
display: block;
/*width: 75px;*/
}
.row.row-eq-height {
    margin-top: 100px;
}
/*********************************
8. Services
*********************************/

.services
{
	width: 100%;
	background: #f4f8fb;
	padding-top: 10px;
	padding-bottom: 102px;
	margin-top: 100px;
}


.icon_boxes_row
{
	margin-top: 100px;
	
}
.icon_boxes_row1
{
	margin-top: 10px;
	padding: 0 150 50 150;
	color: white;
	font-size: 40px;
	text-align: center;
	
}
.icon_box_icon1 .icon:before {
    font-size: 150px!important;
    color: #008fdb;
}


.icon_box
{
	margin-bottom: 85px;
	
}

.icon_box_precios
{
	margin-bottom: 85px;
	border-color: #008fdb;
	border-style: groove;
	box-shadow: 0px 5px 10px  #6f6f6f;
	
}

.icon_box_icon
{
	/*width: 49px;
	height: 49px;*/
	padding-top: 25px;
	padding-bottom: 10px;
}
.icon_box_icon img
{
	max-width: 100%;
}


.icon_box_icon img
{
	width: 400px;
}

.icon_box_icon .icon:before {
    font-size: 75px!important;
    color: #008fdb;
}

.icon_box_reparaciones .icon:before {
    font-size: 250px!important;
    color: #008fdb;
}


.icon_box_icon1 img
{
	max-width: 100%;
	padding: 0 15px;
}
.icon_box_icon1 .icon:before {
    font-size: 50px!important;
    color: #FFFFFF;
}
.icon_box_title {
    font-size: 18px;
    font-weight: 600;
    color: #6f6f6f;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px 2px 0px 2px;
    /* padding-left: 25px; */
}

.icon_box_text
{
	font-size: 12px;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 2.14;
	margin-top: 21px;
	text-align: center;
}


.list_box_servicios{
	
list-style-type:square;
padding-left: 5px; 
padding-top:5px;
padding-bottom: 5px;	
font-size: 18px;
font-weight: 500;
	
}


.verprecios_text
{
	font-size: 16px;
	font-weight: 600;
	color: #008fdb;
	line-height: 2.14;
	margin-top: 10px;
	text-align: right;
	padding: 0px 10px 10px 0px;
	position: absolute;
	bottom: 10px;
    height: 42px;
    right: 10px;
}

.icon_box_text_precios
{
	font-size: 14px;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 2.14;
	text-align: center;
	padding: 0 10px 80px 10px;
	
}

.services_button
{
	margin-top: 4px;
}

/*********************************
9. Departments
*********************************/

.departments
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 99px;
	padding-bottom: 52px;
}
.dept_row
{
	margin-top: 100px;
}
.owl-carousel .owl-stage-outer
{
	overflow: visible;
}
.dept_slider_container
{
	overflow: hidden;
    width: calc(100% + 60px);
    left: -30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.dept_item
{
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.dept_item:hover
{
	box-shadow: 0px 20px 46px rgba(0,0,0,0.1);
	background: #f4f8fb;
}
.dept_image::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.dept_item:hover .dept_image::after
{
	background: rgba(0,0,0,0.49);
}
.dept_content
{
	padding-left: 28px;
	padding-top: 21px;
	padding-bottom: 23px;
}
.dept_content::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #32c69a;
	content: '';
}
.dept_title
{
	font-size: 20px;
	font-weight: 600;
	color: #404040;
}
.dept_link
{
	margin-top: 4px;
}
.dept_link a
{
	font-size: 12px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.dept_link a:hover
{
	color: #32c69a;
}
.dept_slider_nav
{
	position: absolute;
	top: calc(50% - 25px);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -106px;
	width: 42px;
	height: 42px;
	background: #32c69a;
	text-align: center;
	cursor: pointer;
}
.dept_slider_nav i
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 42px;
}
/********************************
CALLBUTTOPON
*********************************/
.PhoneBtn {
    background: #fed718;
    display: inline-block;
	border-radius: 10px;
	padding: 20px;
    box-shadow: 10px 10px 20px 0px rgba(64,64,64,0.5);
    margin-bottom: 30px;
}
.PhoneBtn p {
    color: #041531;
    font-size: 20px;
}
.PhoneBtn i{
	font-size: 66px;
    color: white;
}
p.gros {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0px;
    display: block;
}
.PhoneBtn div{
	float:left;
}
.callMe{

	text-align: center;
    margin: 0 auto;
    display: block;
}
/*********************************
10. FAQ
*********************************/

.stuff
{
	width: 100%;
	background: #f4f8fb;
	padding-top: 99px;
	padding-bottom: 104px;
}
.faq_title
{
	font-size: 36px;
	font-weight: 600;
	color: #404040;
	line-height: 0.75;
}
.faq_subtitle
{
	font-size: 11px;
	font-weight: 600;
	color: #838383;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 0.75;
	margin-top: 23px;
}
.elements_accordions_tabs
{
	margin-top: 115px;
}
.elements_accordions
{
	width: 100%;
}
.accordions_tabs
{
	width: 100%;
	background: #FFFFFF;
	margin-top: 100px;
}
.accordions
{
	margin-top: 100px;
}
.accordion_container:not(:last-child)
{
	margin-bottom: 14px;
}
.accordion
{
	height: 49px;
	width: 100%;
	background: #FFFFFF;
	padding-left: 70px;
	cursor: pointer;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 50px;
	height: 100%;
	content: '+';
	background: #32c69a;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active
{
	background: #32c69a;
	color: #FFFFFF;
}
.accordion.active::after
{
	content: '-';
	color: #FFFFFF;
	background: #404040;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel > div
{
	padding-bottom: 11px;
}
.accordion_panel p
{
	font-size: 14px;
	font-weight: 500;
	padding-top: 35px;
	color: #838383;
	line-height: 2.14;
}

/*********************************
11. Latest News
*********************************/

.news_title
{
	font-size: 36px;
	font-weight: 600;
	color: #404040;
	line-height: 0.75;
}
.news_subtitle
{
	font-size: 11px;
	font-weight: 600;
	color: #838383;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 0.75;
	margin-top: 23px;
}
.news_container
{
	margin-top: 100px;
}
.latest:not(:last-child)
{
	margin-bottom: 23px;
}
.latest_image
{
	width: 73px;
	height: 73px;
}
.latest_image img
{
	max-width: 100%;
}
.latest_content
{
	padding-left: 25px;
}
.latest_title
{
	margin-top: -3px;
}
.latest_title a
{
	font-size: 16px;
	font-weight: 500;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.latest_title a:hover
{
	color: #32c69a;
}
.latest_info
{
	margin-top: 1px;
}
.latest_info ul li
{
	position: relative;
}
.latest_info ul li:not(:last-child)::after
{
	content: '/';
	margin-left: 3px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: 500;
	color: #838383;
}
.latest_info ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.latest_info ul li a:hover
{
	color: #32c69a;
}
.latest_comments
{
	margin-top: 6px;
}
.latest_comments a
{
	font-size: 12px;
	font-weight: 500;
	color: #32c69a;
}

/*********************************
12. Footer
*********************************/

.footer_text_info{
	font-size: 16px;	
	color: white;
	
}

.footer_politica_privacidad{
	padding: 10px 0 0 14px;
    color: white;
	
}

.footer
{
	display: block;
	position: relative;
	width: 100%;
	padding-top: 64px;
}
.footer_content
{
	padding-bottom: 100px;
}
.footer_about
{
	padding-top: 34px;
}
.footer .logo a
{
	color: #FFFFFF;
}
.footer_about_text
{
	font-size: 14px;
	font-weight: 500;
	color: #d3d3d3;
	line-height: 2.14;
	margin-top: 39px;
}
.footer_social
{
	margin-top: 30px;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 30px;
}
.footer_social ul li a i
{
	color: #FFFFFF;
}
.copyright
{
	font-size: 12px;
	font-style: italic;
	color: rgba(255,255,255,0.48);
	margin-top: 54px;
}
.footer_contact
{
	padding-top: 35px;
}
.footer_contact_title
{
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}
.footer_contact_form_container
{
	margin-top: 43px;
}
.footer_contact_form div input
{
	width: calc((100% - 12px) / 2);
}
.footer_contact_input
{
	width: 100%;
	height: 47px;
	background: #6a6d72;
	border: none;
	outline: none;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: 500;
}
.footer_contact_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.footer_contact_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.footer_contact_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
} 
.footer_contact_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.footer_contact_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #FFFFFF !important;
}
.footer_contact_textarea
{
	height: 98px;
	padding-top: 15px;
}
.footer_contact_button
{
	width: 275px;
	height: 54px;
	background: #32c69a;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: -5px;
}
.footer_hours
{
	background: rgba(22,22,23,0.61);
	padding-left: 27px;
	padding-top: 35px;
	padding-bottom: 60px;
	padding-right: 30px;
}
.footer_hours_title
{
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}
.hours_list
{
	margin-top: 47px;
}
.hours_list li div
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}
.hours_list li:not(:last-child)
{
	margin-bottom: 27px;
}
.footer_bar
{
	width: 100%;
	background: #041531;
}
.footer_bar_content
{
	width: 100%;
	height: 130px;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 64px;
}

.footer_nav ul {
    padding-left: 15px;
}
.footer_nav ul li a
{
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #008fdb;
}
.footer_links
{
	margin-left: 84px;
}
.footer_links ul li
{
	position: relative;
}
.footer_links ul li:not(:last-child)::after
{
	content: '|';
	margin-left: 9px;
	margin-right: 9px;
}
.footer_links ul li a
{
	font-size: 11px;
	font-weight: 500;
	color: #bdbdbd;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_links ul li a:hover
{
	color: #32c69a;
}
.footer_phone span
{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
.footer_phone i
{
	display: inline-block;
	vertical-align: middle;
	align-items:center;
	font-size: 35px;
	color: #FFFFFF;
	/*background: #008fdb;
	border-radius: 40px;*/

}
.footer_bar_content a {
    color: #FFFFFF;
}
.header_top_extra a{
    color: #6f6f6f;
}
 .home_text a {
color:#32C69A;

 }



/*********************************
DRPAGE
*********************************/
 #DrPage .home,#FAQPage .home,#CookiesPage .home{
	height: 75px;
}
.super_container:not(#HomePage) .home{
  
   /* height: 450px;*/
}
.super_container:not(#HomePage) .home_container{

	/*position: absolute;
    width: 100%;
    bottom: 79px;
    top: unset;*/
	position: relative;
	top:60%;
	transform: translateY(-50%);
	
}

.super_container:not(#HomePage) .background_image{
	background-size: cover;
    background-position-x:0; 
    background-position-y:0;
}

.super_container:not(#HomePage) .home_title {
   /* display: inline;
    padding: 10px;*/
   /* height: 50px;*/
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
   /* background: #6f6f6f;
    padding-left: 17px;
    padding-right: 19px;
    text-transform: capitalize;*/
}



#DrPage .background_image,#FAQPage .background_image,#CookiesPage .background_image {

    background-size: cover;
    background-position-x:0; 
    background-position-y:0;
}

#Precios .background_image_precios {
background-image: url(/assets/img/precios.png);
	
}

#DrPage .background_image {
background-image: url(/assets/img/drPage.jpg);

}
#RodillaPage .background_image {
background-image: url(/assets/img/rodilla9.jpg);

}
#CaderaPage .background_image {
background-image: url(/assets/img/hips.jpg);

}

#EspaldaPage .background_image {
background-image: url(/assets/img/espalda8.jpg);

}
#MeniscoPage .background_image {
background-image: url(/assets/img/meniscus.jpg);

}
#FAQPage .background_image {
background-image: url(/assets/img/FAQ.jpg);

}
#CookiesPage .background_image {
background-image: url(/assets/img/cookies.jpg);

}
    
#DrPage .home_container,#FAQPage .home_container,#CookiesPage .home_container {
    position: absolute;
    width: 100%;
    bottom: 79px;
    top: unset;
}
#DrPage .parallax_background,#FAQPage .parallax_background,#CookiesPage .parallax_background{
height: 382px;
min-height: 382px;

}
#DrPage .home_title,#FAQPage .home_title,#CookiesPage .home_title {
    display: inline;
    padding: 10px;
    height: 50px;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    background: #404040;
    padding-left: 17px;
    padding-right: 19px;
        /*text-transform: capitalize;*/
}
.site-section.section-about {
    padding-top: 50px;
}

.imgContainer {
  position: relative;
  width: 50%; 
  margin-bottom: 3rem;
}


/* -------------------------
     AREA SERVICIOS 
--------------------------*/


.imgContainerServicios {
  position: relative;
  top: 105px;		
 /* width: 20vh;*/ 
  /*transform: translateX(50%);	*/
}



.tituloservicios{
  position: relative;
  top:115px;
  color: #4d4d4d;
  font-size: 19px;
  font-weight:600;
  padding-left: 40px; 	
}

.subtituloservicios{
  position: relative;
  top:95px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight:500;
  padding-left: 40px; 	
}
.tituloContainerServicios{

  position: absolute;
  top: -200px;
}
.preciosservicios{
  
    position: relative;
    top: 100px;
   
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 600;
	padding-left: 40px; 
}

.dudaservicios {
     position: relative;
    /* position: absolute; */
    top: 300px;
    right: -258px;
    color: #666666;
    font-size: 20px;
    font-weight: 600;
    /* padding: 5px 10px; */
    line-height: 1em;
	
}

.titulodescripcionservicios{
  color: #c5ba00;
  font-size: 25px;
  font-weight:600;
  text-align: center;
  text-transform: uppercase;	
  padding-bottom: 30px;	
}

.subtitulodescripcionservicios{
 
  color: #008fdb;
  font-size: 18px;
  font-weight:500;
  padding: 20px 0px;	
  	
}

.parrafoservicios{
	
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
  /*  line-height: 2.14;*/
    text-align: justify;
   
}
.selloservicios{
	
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
   /* line-height: 2.14;*/
    text-align: justify;
	padding: 20px 100px 20px 15px;
   
}

.infoservicio
{
	position: relative;
	top:40px;
	width: 100%;
	background: #008fdb;
	padding: 5px 0px;
	
	
}

.textoinfoservicio {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
   
}
.textoinfoservicio1 {
    font-size: 30px;
    font-weight: 600;
    color: #c5ba00;
    line-height: 1;
    text-align: center;
   
}
.textotituloservicio {
    font-size: 20px;
    font-weight: 700;
    color: #6f6f6f;
    line-height: 1;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 45%;
   
}

.textotituloservicio1 {
    font-size: 20px;
    font-weight: 700;
    color: #6f6f6f;
    line-height: 1;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 45%;
   
}
.preciotituloservicio {
    font-size: 20px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1;
    text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	height: 45%;
   
}
.preciotituloservicio1 {
    font-size: 20px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1;
    text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	/*height: 45%;*/
   
}

.otroservicio{
 
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #444;	
 
  width: 33%;	
/*  float:left;*/
  margin-top: 20px;	
  padding: 10px 0 10px 0;;	
	
}



.buttonservicio{
	
width: 50%;
/*height: 30px;*/
font-weight: 500;	
background: #FFFFFF;
color: #008fdb;
overflow: hidden;
border-radius: 10px ;
border-color: #6f6f6f;
border-style:groove;
border-width: 1.5px;
}




/* -------------------------
     FIN AREA SERVICIOS 
--------------------------*/

.home-about-area .imgContainer{
width: 100%;

}
.imgContainer:after {
  content: "";
  display: block;
  padding-bottom: 100%; 
}

.imgContainer img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  object-position: center;
}

.home-about-right h6 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.home-about-area {
    padding-top: 75px;
}
.servicios-descripcion-area {
    /*padding-top: 170px;*/
	top:170px;
	padding-bottom: 170px;
	
}
.littlePtop{
	padding-top:80px;
	display: inline;
}

p.aubC {
    font-size: 1.1em;
    color: #00A193;
}
ul.tesis {
    list-style: circle;
}
.tesis li {
    padding: 10px 20px 10px 10px;
    margin-left: 35px;
}
.moreInfo div{
float: left;
	
/*padding-top: 500px;	*/
}


/***NEWLIST***/


.ap-services li {
    list-style: none;
    font-size: 20px;
    color: #707079;
    line-height: 70px;
}
.ap-services i {
    margin-right: 15px;
}

/*********************************
FAQPAGE
*********************************/
span.circle-icon-wrap.mr-3 {
    background: #00A193;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 35px;
    border-radius: 30px;
    color: white;
    line-height: 0;
    text-align: center;
        position: absolute;
    left: 15px;
}
.faqSect h3{
	position: relative;
	min-height: 130px;
}
div#exampleAccordion {
    width: 100vw;
    padding: 40px;
}
#exampleAccordion a.collapsed {
    font-weight: normal;
}
#exampleAccordion a {
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 25px 15px 0px;
    position: relative;
    color: #495057;
    font-size: 20px;
    font-weight: bold;
	/*width:60vw;*/
}
#exampleAccordion p {
    font-size: 18px;
    padding: 15px 0px 15px 10px;
    background: #FCFCFC;
    color: #a853c2;
color:#17386a;
    font-weight: 500;
	text-align: justify;
}




#exampleAccordion .item > a[aria-expanded="true"]:after {
    content: "\f068";
}
#exampleAccordion a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
}

/****************ACORDION*********************/


.preguntas_tab {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
	padding: 25px 0;
    text-align: left;
}

.preguntas_tab button.active {
    color: #a853c2;
    border-bottom: 5px solid #a853c2;
color:#17386a;
border-bottom:5px solid #17386a;
}

.preguntas_tab button {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 100px;
    transition: border 0.3s ease-in-out;
    font-size: 22px;
    line-height: 120%;
}

.preguntas_tabcontent {
    display: none;
}

.faq_accordionWrapper {
        padding: 25px 0;
        text-align: left;
    }
.faq_accordionItem:first-child {
        /*border-top: 1px solid #bfbfbf;*/
        border-bottom: 1px solid #bfbfbf;
    }
.faq_accordionItem {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
    }
.faq_accordionItem.active .faq_accordionTitle {
        color: #e20074!important;
    }
.faq_accordionTitle {
        display: inline-block;
        width: 100%;
        padding: 25px 10px 25px 30px;
        color: #000;
        font-family: tele-ultra;
        font-size: 18px;
        line-height: 140%;
        position: relative;
    }
.faq_accordionTitle:after {
        content: '';
        background: url(https://media.telekom.ro/images/cw_internet_fix/icon11.png) no-repeat;
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 19px;
        left: 0;
        top: 30px;
        transition: transform 300ms ease;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
.faq_accordionItem.active .faq_accordionTitle:after {
      background: url(https://media.telekom.ro/images/cw_internet_fix/icon12.png) no-repeat;
      width: 19px;
      height: 10px;
      top: 35px;
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }

.faq_accordionContent {
        display: none;
        padding: 10px 30px;
        font-size: 16px;
    }
.faq_accordionContent ul {
        padding-bottom: 10px;
        position: relative;
        list-style: none;
    }
.faq_accordionContent ul li {
        padding-bottom: 5px;
        padding-left: 15px;
        position: relative;
    }
.faq_accordionContent ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 9px;
        left: 0;
        background: #e20074;
    }


div#exampleAccordion30{
    width: 100vw;
    padding: 40px;
}
#exampleAccordion30 a.collapsed {
    font-weight: normal;
}
#exampleAccordion30 a {
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 25px 15px 0px;
    position: relative;
    color: #495057;
    font-size: 20px;
    font-weight: bold;
	/*width:60vw;*/
}
#exampleAccordion30 p {
    font-size: 18px;
    padding: 15px 0px 15px 10px;
    background: #FCFCFC;
    color: #a853c2;
color:#17386a;
    font-weight: 500;
	text-align: justify;
}
#exampleAccordion30 .item > a[aria-expanded="true"]:after {
    content: "\f068";
}
#exampleAccordion30 a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
}

/*************FIN ACORDION******************/

/****************ACORDION*********************/

div#exampleAccordion20{
    width: 100vw;
    padding: 40px;
}
#exampleAccordion20 a.collapsed {
    font-weight: normal;
}
#exampleAccordion20 a {
    display: block;
    border-bottom: 1px solid #e9ecef;
    padding: 15px 25px 15px 0px;
    position: relative;
    color: #495057;
color:#17386a;
    font-size: 20px;
    font-weight: bold;
	/*width:60vw;*/
}
#exampleAccordion20 p {
    font-size: 18px;
    padding: 15px 0px 15px 10px;
    background: #FCFCFC;
    color: #a853c2;
color:#17386a;
    font-weight: 500;
	text-align: justify;
}
#exampleAccordion20 .item > a[aria-expanded="true"]:after {
    content: "\f068";
}
#exampleAccordion20 a:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
}

/*************FIN ACORDION******************/




.bigFont{font-weight: bold;font-size: 115%;}
.solicitar i{
    font-size: 40px;}
    .solicitar .textoSol{
    	line-height: 40px;
    color: #17a2b8!important;
    font-size: 20px;
    }

/*********************************
BUBLE
*********************************/
.bannerS {
    font-size: 90px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100px;
}
.banerF {
    color: white;
    font-size: 60px;
    line-height: 42px;
}
.regBut {
    color: white;
    font-size: 20px;
    padding: 5px 60px 5px 60px;
    text-transform: uppercase;
}
.regBut:hover{

	color: #008FDB;
    background: white;
  
}
.borderWhite:hover{

	 animation: shake 0.5s;
	   border: 1px solid #008FDB!important;
}
.borderWhite{

	border:1px solid white;
}
.info i {
    color: white;
    font-size: 40px;
    padding-right: 5px;
}

.info span {
    color: white;
    padding-left: 10px;
}
p.bubble {
    position: relative;
    width: 120px;
	min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    font-size: 24px!important;
    text-align: left;
    line-height: 1.4em;
    margin: 40px auto;
    background-color: white;
    border: 8px solid white;
    border-radius: 110px;
    font-family: sans-serif;
	/*padding: 38px*/
    padding: 39px 19px 20px 16px;
    font-family: "Century Gothic";
    color: #6f6f6f;
    font-weight: 600;
}

p.speech:after {
	content: ' ';
    position: absolute;
    left: 29px;
    bottom: -10px;
    transform: rotate(-95deg);
    border: 32px solid;
    /*border-color: #fff transparent transparent #fff;*/
    border-color: #FF575B transparent transparent #FF575B;
}

span.badge {
    position: absolute;
    top: -20px;
    right: -15px;
    line-height: 50px;
    align-content: center;
    width: 70px;
    height: 70px!important;
    text-align: center;
    padding: 10px;
    border-radius: 100%;
    background-color: #FF2F4F;
    color: white;
    min-height: 50px;
    font-weight: bold;
    font-size: 30px;
}
/******MVLIMAGEFORM***************/
.info_form_container
{
	width: 100%;
	background: #e5ecf1;
	height: 100%;
	padding-left: 43px;
padding-top: 10px;
	padding-bottom: 5px;
}
.info_form
{
	width: 100%;
	padding-right: 44px;
	margin-top: 25px;
}
.mvlContainerForm{
    margin: 0 auto;
    background: url(/assets/img/mvlForm.png);
    padding: 132px 48px 88px 50px;
    background-size: contain;
    width: 400px;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 706px;
}
.info_input {
    display: block;
    position: relative;
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    padding-left: 10px;
    border: none;
    outline: none;
	margin-bottom: 10px!important;
}
.info_form_button {
    width: 100%;
    height: 40px;
    background: #008fdb;
    border: none;
    outline: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-top: 4px;
    cursor: pointer;
    margin-top: 10px;
}
.overflow-hidden{
	overflow: hidden!important;
}
p.bubble.pinkBubble{

    z-index: 1;
	    position: absolute;
    right: -54px;
    color: white;
    font-weight: 100;
    top: -49px;
    font-size: 77px!important;
    margin: 0;
    border: 8px solid #FF575B;
    background: #FF575B;
}
.powerEuro{

    font-size: 49px!important;
}
.powerWords{

	    font-size: 18px;
    position: absolute;
    top: 17px;
    right: 66px;
}

div#comentarios:after {
    content: "";
    /*background: #00A1E7;*/
    background: #156B92;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 0;
}
.upperZ1{

	z-index:2;
}

span.subIcon {
    width: 100%!important;
    float: left;
    /*position: absolute;*/
    /*top: 52px;*/
    padding: 10px;
}
.mt-6{
	margin-top: 100px;
}


@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.offerIcon .oiBox,.offerIcon .subIcon{
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    position: relative;
    display: block;
}
.serv-entry {
    background: #fff;
    -webkit-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    border: 1px solid #f7f7f7;
}
.serv-entry a{
	color: #555555;
	font-size: 15px;
}
span.servName {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    background: #0075B5;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 0px 14px;
    border-radius: 10px;
}
span.servAppoint {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    font-size: 15px;
    color: #494A4A;
    background: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 0px 5px;
}
h3.heading a {
    font-size: 20px;
}
.left20{
	left:25px;
}
.home_title {
    font-size: 75px;
    line-height: 55px;
}
.home_subTitle {
	right: 20px;
    position: relative;
    font-size: 50px;
    line-height: 40px;
    font-weight: bold;
}

.counter
{
	text-transform: uppercase;
}

li::marker {
	font-weight: bolder;
}
li {
    color: #646464;
}

.site-section {
	/* padding: 2.5em 0; */
   
   }
	 @media (min-width: 768px) {
	   /*.site-section {
		 padding: 3em 0; 
   
		 }*/ 
	   }
		 .site-section.section-articulos{
		   padding-bottom: 0px;
		 }
	 .site-section.site-section-sm {
	   padding: 4em 0; }
   
   .site-section-heading {
	 font-size: 30px;
	 color: #25262a;
	 position: relative; }
	 .site-section-heading:before {
	   content: "";
	   left: 0%;
	   top: 0;
	   position: absolute;
	   width: 40px;
	   height: 2px;
	   background: #f23a2e; }
	 .site-section-heading.text-center:before {
	   content: "";
	   left: 50%;
	   top: 0;
	   -webkit-transform: translateX(-50%);
	   -ms-transform: translateX(-50%);
	   transform: translateX(-50%);
	   position: absolute;
	   width: 40px;
	   height: 2px;
	   background: #f23a2e; }

	   .section-articulos a {
		color: #3D7E95;
	}

/*--------------Div Table ------------------*/
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}