/* ------------------------------------------------------------------------------
	Empresa: ASESORÍA VERGARA
	Author: Infoberri
	Author URI: https://www.infoberri.com
	Fecha: 2019
------------------------------------------------------------------------------	*/
@charset "utf-8";

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Dosis:500,600');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,700');
/* 
font-family: 'Dosis', sans-serif;
font-family: 'Rubik', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

/* ------------------------------------------------------------------------------
	Preloader
-------------------------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/preloader.gif); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
body, html {
	height: 100%;
}
body {
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	color: #000;
	line-height:1.4;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}
.content {
    padding: 100px 0;
}
.open-text {
	font-style:italic;
}
.scroll-test {
	height: 1100px;
	background-color: #f54623;
}

/* ------------------------------------------------------------------------------
     SPACES
-------------------------------------------------------------------------------*/
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 20px !important;
}
.mt-1,
.my-1 {
    margin-top: 20px !important;
}
.mr-1,
.mx-1 {
    margin-right: 20px !important;
}
.mb-1,
.my-1 {
    margin-bottom: 20px !important;
}
.ml-1,
.mx-1 {
    margin-left: 20px !important;
}
.m-2 {
    margin: 40px !important;
}
.mt-2,
.my-2 {
    margin-top: 40px !important;
}
.mr-2,
.mx-2 {
    margin-right: 40px !important;
}
.mb-2,
.my-2 {
    margin-bottom: 40px !important;
}
.ml-2,
.mx-2 {
    margin-left: 40px !important;
}
.m-3 {
    margin: 60px !important;
}
.mt-3,
.my-3 {
    margin-top: 60px !important;
}
.mr-3,
.mx-3 {
margin-right: 60px !important;
}
.mb-3,
.my-3 {
    margin-bottom: 60px !important;
}
.ml-3,
.mx-3 {
    margin-left: 60px !important;
}
.m-4 {
    margin: 80px !important;
}
.mt-4,
.my-4 {
    margin-top: 80px !important;
}
.mr-4,
.mx-4 {
        margin-right: 80px !important;
}
.mb-4,
.my-4 {
margin-bottom: 80px !important;
}
.ml-4,
.mx-4 {
    margin-left: 80px !important;
}
.m-5 {
    margin: 100px !important;
}
.mt-5,
.my-5 {
    margin-top: 100px !important;
}
.mr-5,
.mx-5 {
    margin-right: 100px !important;
}
.mb-5,
.my-5 {
    margin-bottom: 100px !important;
}
.ml-5,
.mx-5 {
    margin-left: 100px !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 20px !important;
}
.pt-1,
.py-1 {
    padding-top: 20px !important;
}
.pr-1,
.px-1 {
    padding-right: 20px !important;
}
.pb-1,
.py-1 {
    padding-bottom: 20px !important;
}
.pl-1,
.px-1 {
    padding-left: 20px !important;
}
.p-2 {
    padding: 40px !important;
}
.pt-2,
.py-2 {
    padding-top: 40px !important;
}
.pr-2,
.px-2 {
    padding-right: 40px !important;
}
.pb-2,
.py-2 {
    padding-bottom: 40px !important;
}
.pl-2,
.px-2 {
    padding-left: 40px !important;
}
.p-3 {
    padding: 60px !important;
}
.pt-3,
.py-3 {
    padding-top: 60px !important;
}
.pr-3,
.px-3 {
    padding-right: 60px !important;
}
.pb-3,
.py-3 {
    padding-bottom: 60px !important;
}
.pl-3,
.px-3 {
    padding-left: 60px !important;
}
.p-4 {
    padding: 80px !important;
}
.pt-4,
.py-4 {
    padding-top: 80px !important;
}
.pr-4,
.px-4 {
    padding-right: 80px !important;
}
.pb-4,
.py-4 {
    padding-bottom: 80px !important;
}
.pl-4,
.px-4 {
    padding-left: 80px !important;
}
.p-5 {
    padding: 100px !important;
}
.pt-5,
.py-5 {
    padding-top: 100px !important;
}
.pr-5,
.px-5 {
    padding-right: 100px !important;
}
.pb-5,
.py-5 {
    padding-bottom: 100px !important;
}
.pl-5,
.px-5 {
    padding-left: 100px !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

/* ------------------------------------------------------------------------------
	Header (Cabecera)
-------------------------------------------------------------------------------*/
#trigger-overlay {
    font-size: 20px;
    display: none;
}
.top-logo {
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}
.top-logo > a {
    display: inline-block;
}
.home-section.header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:999;
}
.logo {
    display: none;
}
.is-sticky .logo {
	display:block;
    float: left;
    max-width: 20%;
    margin-top: 10px;
}
.navbar {
    float: none;
    margin: auto;
    max-width: 80%;
    text-align: center;
}
.is-sticky .navbar {
    float: right;
    max-width: 80%;
    text-align: right;
    margin-top: 7px;
}
.navigation {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.navigation li {
    display: inline-block;
}
.navigation li a {
    color: #cdcdcd;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 15px 17px;
    text-transform: uppercase;
}
.navigation li a:hover{color:#fff;}
.navigation .current a{color:#fff;}
.for-sticky {
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
	z-index:9999;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.is-sticky .for-sticky {
    background: #000 none repeat scroll 0 0;
}

/* EFECTO (hover) */
.navigation li a span {
  position: relative;
}
.navigation li a span::before, .navigation li a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #41909d;
  transform: scaleY(0);
  transition: transform 0.5s ease;
}
.navigation li a span::before {
  left: -8px;
  transform-origin: center top;
}
.navigation li a span:hover::before {
  transform-origin: center bottom;
  transform: scaleY(1);
}
.navigation li a span::after {
  right: -8px;
  transform-origin: center bottom;
}
.navigation li a span:hover::after {
  transform-origin: center top;
  transform: scaleY(1);
}

/* SUB MENÚ */
.sub-menu-parent, .is-sticky .sub-menu-parent { 
    position: relative;
}
.sub-menu, .is-sticky .sub-menu { 
    text-align: center;
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -105px;
    width: 210px;
    transform: translateY(-2em);
    z-index: -1;
    /* transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; */
}
.is-sticky .sub-menu { 
    top: 65px;
}
.sub-menu-parent:hover .sub-menu, .sub-menu:hover, .is-sticky .sub-menu-parent:hover .sub-menu, .is-sticky .sub-menu:hover {
    text-align: left;
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.sub-menu-parent:hover .sub-menu, .sub-menu:hover {
    background: rgba(0, 0, 0, 0.8);
}
.is-sticky .sub-menu-parent:hover .sub-menu {
    background: rgba(0, 0, 0, 0.8)
}
.sub-menu li, .is-sticky .sub-menu li {
    display: block;
}

/* MENÚ REDUCIDO */
.blog-header .logo {
    display: block;
    float: left;
    max-width: 20%;
    margin-top: 10px;
}
.blog-header .navbar {
    float: right;
    max-width: 80%;
    text-align: right;
    margin-top: 7px;
}
.blog-header {
    background: #000 none repeat scroll 0 0;
    padding: 10px 0;
    z-index:999;
    position: relative;
}
.blog-header .sub-menu {
    top: 65px;    
}


/* ------------------------------------------------------------------------------
	Slider
-------------------------------------------------------------------------------*/
.slider-box {
	overflow:hidden;
}
.slider .slide {
	display: none;
}
.slider .slide:first-child {
	display: block;
}
.slider-mask {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide {
    position: relative;
	text-align:center;
}
.slider-border {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    margin-bottom: 30px;
    opacity: 0.5;
    width: 1px;
}
.caption-box h3 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.slide p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 2;
	opacity:0.7;
    margin: 0 auto 40px;
    max-width: 1000px;
}
.slide-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.slide-btn:hover{
	background:#000;
	color:#fff;
}
.caption-box {
    color: #fff;
    padding: 28% 30px;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    padding-right: 80px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 1;
}
#home .owl-page.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}
#home .owl-page span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100px;
    display: inline-block;
    height: 5px;
    text-align: center;
    width: 5px;
}
#home .owl-page {
    display: inline-block;
    height: 30px;
    line-height: 25px;
	text-align: center;
    margin: 2px;
    width: 30px;
}
#home .owl-buttons {
    height: 80px;
    margin-top: -80px;
    padding-left: 80px;
    position: relative;
    text-align: left;
    width: 50%;
    z-index: 2;
}
#home .slide-nav.inright {
    left: 122px;
}
#home .slide-nav {
    border: 3px solid;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    width: 40px;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
#home .slide-nav:hover {
	color:#000;
	border-color:#fff;
	background-color:#fff;
}

/* ------------------------------------------------------------------------------
     Scroll up
-------------------------------------------------------------------------------*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    background-color: #777777;
    color: #eeeeee;
    width: 52px;
    height: 50px;
    line-height: 50px;
    right: 15px;
    bottom: 15px;
    padding-top: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/* ------------------------------------------------------------------------------
	Footer (Pie)
-------------------------------------------------------------------------------*/
.footer {
    background: #000  none repeat scroll 0 0;
    color: #ffffff;
    padding: 40px 0;
}
.footer-icon a {
    background: #141414 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	border-radius:100px;
}
.footer-icon > li {
    display: inline-block;
}
.footer-icon {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-legal {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-legal > li {
    display: inline-block;
    margin-left: 20px;
}
.footer a {
	color:#666;
}
.footer a:hover {
	color:#fff;
}
.footer-icon a:hover {
	color:#fff;
	background:#888888 ;
}
.footer p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------------------
    INICIO (Acerca de)
-------------------------------------------------------------------------------*/
.opener-text {
    color: #888888;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-title {
    font-family: "Rubik",sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 5px;
    margin:5px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.sub-title {
    color: #888888;
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    padding-right: 60px;
}
.big-title {
    font-size: 25px;
    margin: 5px 0 40px;
    text-transform: capitalize;
    padding-right: 60px;
}
.sub-text {
    color: #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6;
}
.content-subtitle {
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6;
    margin: auto auto 40px;
    max-width: 600px;
    text-align: center;
}
.content-border {
    background: #b9b9b9 none repeat scroll 0 0;
    display: block;
    height: 40px;
    margin: auto auto 20px;
    width: 1px;
}
.content-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    font-size: 20px;
}
.box-relative{
    position:relative;
}
.team-box .opener-text {
    font-size: 15px;
}
.team-box .content-title {
    font-size: 24px;
    padding: 0 30px;
}
.small-icon {
    display: block;
    border: 4px solid;
    border-radius: 100px;
    color: #b9b9b9;
    height: 40px;
    line-height: 32px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    margin:auto;
}
.team-box .content-subtitle {
    padding: 0 30px;
}
.team-relative {
    background: #000 none repeat scroll 0 0;
    position: relative;
}
.team-relative  img{
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
    -ms-transition: ease .3s;
}
.team-relative:hover  img{
    opacity: 0.5;
}
.team-absolute {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index:3;
}
.team-name {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin: 0;
}
.team-post {
    font-family: "Rubik",sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 3px;
    opacity: 0.6;
    text-transform: uppercase;
}
.team-relative .slider-border {
    height: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.team-social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social > li {
    display: inline-block;
}
.team-social a {
    border: 3px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    line-height: 29px;
    opacity: 0.7;
    width: 35px;
}
.team-social a:hover{
    border-color:#fff;
    color:#000;
    background:#fff;
    opacity:1;
}
.go-btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}
.go-btn:hover {
    background:#888888;
    color:#fff;
}

/* ------------------------------------------------------------------------------
    OTROS SERVICIOS
-------------------------------------------------------------------------------*/
.bg {position:relative;overflow:hidden;}
.para-img {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.no-para .para-img {
    background-attachment: scroll;
}
.bg1 .para-img{
    background-image: url("../images/bg-otros-servicios.jpg");
}
.big-text {
    color: #ffffff;
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.bg-mask {
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    z-index: 0;
}
.bg-title {
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 700px;
    text-transform: uppercase;
}
.bg-icon {
    border: 4px solid;
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 32px;
    margin: auto auto 40px;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.bg-text-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 2;
    margin: 0 auto 0px;
    max-width: 1000px;
    opacity: 0.9;
}
.bg-text-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 2;
    margin: 0 auto 30px;
    max-width: 1000px;
    opacity: 0.7;
}
.bg-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 2;
    margin: 0 auto 40px;
    opacity: 0.7;
}
.bg-sub{
    margin-bottom: 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 20px;
    padding: 16px 35px;
    text-transform: uppercase;
}

/* ------------------------------------------------------------------------------
    INICIO (Contactar)
-------------------------------------------------------------------------------*/
.block_contact {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 30px;
}
.block_contact-item {
  position: relative;
  padding: 60px 30px 58px;
  background-color: #fff;
  border: 1px solid #efefef;
  text-align: center;
  align-items: stretch;
  margin: 35px 1% 20px 1%;
  width: 31%;
}
.block_contact-item h5 {
  font-weight: 400;
  color: #666666;
}
.block_contact-item p {
  font-weight: 200;
  color: #555555;
}
.block_contact-item a {
  color: inherit;
  text-decoration: underline;
}

.block_contact-item a:hover {
  color: #fecc17;
}

.block_contact-item .title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.block_contact-item:before {
  font-family: 'FontAwesome';
  content: '\f129';
  position: absolute;
  top: -35px;
  left: 50%;
  width: 70px;
  height: 70px;
  padding-left: 2px;
  margin-left: -35px;
  background-color: rgba(65,144,157,1);
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  line-height: 71px;
}
.block_contact-item:after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  border-bottom: rgba(65,144,157,1) solid 3px;    
}
.block_contact-item.item-addres:before {
  content: '\f041';
}
.block_contact-item.item-contact:before {
  content: '\f27b';
}
.block_contact-item.item-clock:before {
  content: '\f017';
}

/* ------------------------------------------------------------------------------
    SERVICIOS
-------------------------------------------------------------------------------*/
.servicios {
    margin-bottom: 164px;
    position: relative;
}
.info-img {
    width: 57.21%;
}
.info-img img {
    width: 100%;
}
.info-content {
  padding: 20px 48px 35px 40px;
  width: 48.65%;
  background: #efefef;
  position: absolute;
  top: 75px;
  right: 0;
  font-size: 16px;
  font-weight: 300;
}
.servicios h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
.servicios h1 small {
    font-size: 50%;
    color: #41909d;
    font-weight: 300;
    display: block;
}
.servicios h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 5rem;
    font-weight: 300;
    margin-bottom: 30px;
}
.servicios h2 small {
    font-size: 60%;
    color: #41909d;
    line-height: 2.3rem;
    font-weight: 300;
    display: block;
}
.servicios ul li {
    margin: 0 0 0 15px;
    padding: 0;
    margin-bottom: 5px;
    list-style-position: outside;
    list-style: none;
}
.servicios ul li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 10px 0 -15px;
    color: #41909d;
    font-size: 10px;
}
.servicios ul li:last-child {
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------------------
    GOOGLE MAPS
-------------------------------------------------------------------------------*/
.googleMap {
  margin-top: 20px;
}
.googleMap iframe {
  width: 100% !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.googleMap .overlay {
  background:transparent;
  position:relative;
  width:100%; /* your iframe width */
  height:350px; /* your iframe height */
  top:350px; /* your iframe height */
  margin-top:-350px; /* your iframe height */
}

/* ------------------------------------------------------------------------------
   FORMVALIDATION ICON FIX
-------------------------------------------------------------------------------*/
#contactoForm .fv-plugins-icon {
  top: 40px;
  right: 15px;
}

/* ------------------------------------------------------------------------------
CAPTCHA
-------------------------------------------------------------------------------*/
.captcha {
    width: 304px;
    margin: 0 auto;
}

/* ------------------------------------------------------------------------------
   ALERT RESULT BLOCKS
-------------------------------------------------------------------------------*/
.block-alert-ok-item, .block-alert-ko-item, .block-alert-alert-item {
    position: relative;
    padding: 60px 30px 58px;
    background-color: #efefef;
    text-align: center;
    margin: 50px auto 35px auto;
    width: 70%;
}
.block-alert-ok-item .title, .block-alert-ko-item .title, .block-alert-alert-item .title {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.block-alert-ok-item .title {
    color: #009900;
}
.block-alert-ko-item .title {
    color: #ff0000;
}
.block-alert-alert-item .title {
    color: #f39325;
}
.block-alert-ok-item:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    top: -35px;
    left: 50%;
    width: 70px;
    height: 70px;
    padding-left: 2px;
    margin-left: -35px;
    background-color: #009900;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    line-height: 71px;
}
.block-alert-ok-item:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    border-bottom: #009900 solid 3px;    
}
.block-alert-ko-item:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    position: absolute;
    top: -35px;
    left: 50%;
    width: 70px;
    height: 70px;
    padding-left: 2px;
    margin-left: -35px;
    background-color: #ff0000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    line-height: 71px;
}
.block-alert-ko-item:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    border-bottom: #ff0000 solid 3px;    
}

/* ------------------------------------------------------------------------------
   404
-------------------------------------------------------------------------------*/
.outer-wrapper {
  padding-top: 5%;
  width: 100vw;
}
.outer-wrapper .inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  white-space: nowrap;
}
.four-wrapper {
  position: relative;
  width: 200px;
  height: 260px;
  margin: 12px;
}
.four-wrapper .leg-1 {
  background: linear-gradient(to right, #b3e9f2 0%, #8edae6 20%, #41909d 50%, #064a55 100%);
  width: 210px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 44px;
  left: 0;
  border-radius: 35px;
  transform-origin: 50% 100%;
  transform: rotate(-50deg);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.four-wrapper .leg-2 {
  background: linear-gradient(to right, #b3e9f2 0%, #8edae6 20%, #41909d 50%, #064a55 100%);
  width: 100%;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 113px;
  left: 0;
  border-radius: 35px;
  z-index: 1;
}
.four-wrapper .leg-2::before, .four-wrapper .leg-2::after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.four-wrapper .leg-2::before {
  width: 30px;
  height: 80px;
  transform: rotate(50deg);
  left: 50px;
  top: -15px;
}
.four-wrapper .leg-2::after {
  width: 30px;
  height: 100%;
  transform: skew(-15deg);
  left: 88px;
  top: 0;
}
.four-wrapper .leg-3 {
  background: linear-gradient(to top, #b3e9f2 0%, #8edae6 20%, #41909d 50%, #064a55 100%);
  width: 65px;
  height: 235px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 95px;
  border-radius: 35px;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.four-wrapper .leg-3::before, .four-wrapper .leg-3::after {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
}
.four-wrapper .leg-3::before {
  width: 30px;
  height: 100%;
  transform: rotate(25deg);
}
.four-wrapper .leg-3::after {
  top: -30px;
  width: 25px;
  height: 100%;
  transform: rotate(50deg);
}
.zero-wrapper {
  background: linear-gradient(45deg, #b3e9f2 0%, #8edae6 20%, #41909d 50%, #064a55 100%);
  position: relative;
  width: 235px;
  height: 235px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2) inset;
  margin: 12px;
}
.zero-wrapper::before, .zero-wrapper::after {
  content: '';
  display: block;
  position: absolute;
}
.zero-wrapper::before {
  top: 40%;
  left: 33px;
  width: 104px;
  height: 60%;
  transform: rotate(35deg);
  background-color: rgba(0, 0, 0, 0.05);
}
.zero-wrapper::after {
  top: -60px;
  left: -5px;
  width: 60%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
}
.zero-wrapper .zero-wrapper__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  background-color: #fcf8f3;
  border-radius: 50%;
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


