/*
Theme Name: Weyketing
Theme URI: http://www.weyketing.com/
Author: Weyketing
Author URI: http://www.masterbip.cl/
Description: Tema desarrollado integramente por MasterBip.cl para Weyketing Wordpress. MasterBip.cl
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: MasterBip, Weyketing
Text Domain: weyketing
*/

/* INCLUDES */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700');
/*

*/

/* RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Open Sans', Arial, Verdana, 'Trebuchet MS', 'sans-serif';
	font-size:19px;
	color:#003a5f;
	background-color:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid > li{
	margin-bottom:0 !important;
}
h1,h2,h3,h4,h5,h6 {
	text-rendering: optimizeLegibility;
	font-weight: 600;
}
del,s {
    text-decoration: line-through;
}
code,kbd,pre,samp {
    font-family: monospace;
}
em{
	font-style: italic;
}
small {
    font-size: .75em;
}
a{
	text-decoration: none;
}
img {
    border: none;
	max-width:100%;
	font-size: 0;
	height: auto;
}
img.alignleft{
	margin-right:30px;
	margin-bottom:30px;
	float:left;
}
img.aligncenter{
	display:block;
	margin:0 auto 30px auto;
	text-align:center;
}
img.alignright{
	margin-left:30px;
	margin-bottom:30px;
	float:right;
}
.clear{
	display: block;
	float: none;
	clear: both;
}
.clear:after,.clear:before {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
}
.redondeado{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.transicion,a,button,.boton,input,select,textarea{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.columnas-2{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.columnas-3{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.columnas-4{
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.columnas-5{
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.wpb_gmaps_widget .wpb_wrapper{
	padding:0 !important;
}


/* -------------------------------------- */
/*  MENU RESPONSIVE CON BURGER            */
/* -------------------------------------- */
/*  BURGER */
div#mb_menu_wrap .burger {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 10px;
	right: 10px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.8);
	z-index: 9999;
}
div#mb_menu_wrap .burger span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: -15px;
	margin-top: -1.5px;
}
div#mb_menu_wrap .burger span,
div#mb_menu_wrap .burger span::before,
div#mb_menu_wrap .burger span::after {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2a2a2a;
	outline: 1px solid transparent;
	
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
div#mb_menu_wrap .burger span::before,
div#mb_menu_wrap .burger span::after {
	content: '';
	position: absolute;
}
div#mb_menu_wrap .burger span::before {
	top: -9px;
}
div#mb_menu_wrap .burger span::after {
	top: 9px;
}
div#mb_menu_wrap .burger.clicked span {
	background-color: transparent;
}
div#mb_menu_wrap .burger.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
div#mb_menu_wrap .burger.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
div#mb_menu_wrap .burger.clicked span:before,
div#mb_menu_wrap .burger.clicked span:after {
	background-color: #ffffff;
}
div#mb_menu_wrap .burger:hover {
	cursor: pointer;
}
/* NAV */
div#mb_menu_wrap nav {
	background-color: #2a2a2a;
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	height: 100%;
	max-width: 480px;
	width: 90%;
	box-sizing: border-box;
	padding: 70px 20px 20px 20px;
	overflow-y: auto;
	
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
div#mb_menu_wrap nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	
	opacity: 1;
}

div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(1) { transition-delay: 0.15s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(2) { transition-delay: 0.3s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(3) { transition-delay: 0.45s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(4) { transition-delay: 0.6s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(5) { transition-delay: 0.75s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(6) { transition-delay: 0.9s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(7) { transition-delay: 1.05s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(8) { transition-delay: 1.2s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(9) { transition-delay: 1.35s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(10) { transition-delay: 1.50s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(11) { transition-delay: 1.65s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(12) { transition-delay: 1.80s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(13) { transition-delay: 1.95s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(14) { transition-delay: 2.10s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(15) { transition-delay: 2.25s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(16) { transition-delay: 2.40s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(17) { transition-delay: 2.55s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(18) { transition-delay: 2.70s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(19) { transition-delay: 2.85s; }
div#mb_menu_wrap nav.show ul#mb_menu_responsive > li:nth-child(20) { transition-delay: 3.00s; }

div#mb_menu_wrap nav ul#mb_menu_responsive {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#mb_menu_wrap nav ul#mb_menu_responsive > li {
	position: relative;
	margin-bottom: 1px;
	border-bottom: 1px solid rgba(128,128,128,0.25);
	
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	
	opacity: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div#mb_menu_wrap nav ul#mb_menu_responsive li a {
	color: #aaa;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	letter-spacing: 0.5px;
	font-weight: 600;
	padding: 8px 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div#mb_menu_wrap nav ul#mb_menu_responsive > li a:hover,
div#mb_menu_wrap nav ul#mb_menu_responsive > li.current-menu-item a{
	color: #fff;
}
/* SUBMENU */
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children{
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children ul.sub-menu{
	display: none;
	list-style: none;
	margin: 0 0 15px 15px;
	padding: 0;
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children.show ul.sub-menu{
	display: block;
	position:relative;
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children span.triangulo{
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	color: rgba(255,255,255,0.5);
	border-left: 1px solid rgba(128,128,128,0.25);
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children ul.sub-menu li{
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children ul.sub-menu li:last-child{
	border-bottom: none !important;
}
div#mb_menu_wrap nav ul#mb_menu_responsive li.menu-item-has-children ul.sub-menu li a{
	font-size: 16px;
}
/* OVERLAY */
body.overflow {
	overflow: hidden;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #def;
	
	opacity: 0;
	
	visibility: hidden;
}
.overlay.show {
	opacity: 0.8;
	visibility: visible;
}



/* HEADER */
header{
	background-color: #2BBDEF;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
header .grid{
	max-width: 1300px !important;
}
.header-logo{
	margin-bottom: 20px;
	margin-left: 10px;
}
.header-logo img{
	max-height: 80px;
}
.header-content{
	text-align: right;
	padding-bottom: 16px;
}
.header-content > ul{
	list-style: none;
}
.header-content > ul > li{
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
}
.header-content a{
	color: #fff;
}

.header-idioma{
	margin: 0 10px;
}
.language-chooser,
.qtranxs_widget_end{
	display: inline-block;
}
#qtranslate-chooser li{
	display: inline-block;
}
/*
#qtranslate-chooser li:after{
	content: '/';
	display: inline-block;
	padding-left:4px;
}
#qtranslate-chooser li:last-child:after{
	display: none;
	visibility: hidden;
}
*/
#qtranslate-chooser li a{
}
#qtranslate-chooser li.active a{
	font-weight: 600;
}
#qtranslate-chooser li.lang-pt{
	display: none !important;
	visibility: hidden !important;
}

.redes-header{
	margin-left: 20px;
}
.redes-header ul{
	list-style: none;
}
.redes-header ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.redes-header ul li a{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #fff;
	background-color: #00395e;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.redes-header ul li a i{
	line-height: 30px;
	vertical-align: middle;
}
.redes-header ul li a:hover{
	color: #00395e;
	background-color: #fff;
}

.header-buscador{
	width: 180px;
	height: 30px;
	border:1px solid #fff;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.header-buscador .buscarinput,
.header-buscador .buscarboton{
	display: inline-block;
	height: 28px;
	color: #fff;
	border: none;
	background-color: transparent;
	padding: 0;
}
.header-buscador .buscarinput:hover,
.header-buscador .buscarboton:hover,
.header-buscador .buscarinput:focus,
.header-buscador .buscarboton:focus{
	background-color: transparent;
}
.header-buscador .buscarinput{
	width: 140px;
	font-size: 15px;
	font-weight: 400;
}
.header-buscador .buscarboton{
	width: 28px;
	font-size: 18px;
	text-align: center;
}


/* MENU PRINCIPAL */
.header-menu{
	padding-top: 2px;
}
.menu-principal{
	list-style:none;
	text-align:right;
	font-size: 0;
	border-right: 1px solid #fff;
}
.menu-principal > li{
	display:inline-block;
	position:relative;
	font-size:22px;
}
.menu-principal > li > a{
	display:block;
	border-left: 1px solid #fff;
	padding:16px 15px;
	font-size:22px;
	font-weight:400;
	color:#fff;
	background-color: rgba(0,58,95,0);
}
.menu-principal > li > a:hover,
.menu-principal > li:hover > a,
.menu-principal > li.current-menu-item > a,
.menu-principal > li.current-menu-ancestor > a{
	background-color: rgba(0,58,95,1);
	border-color: rgba(0,58,95,1);
}
.menu-principal > li:hover > a{
	background-color: rgba(0,58,95,1);
	border-color: rgba(0,58,95,1);
}
ul.sub-menu{
	display:none;
	position:absolute;
	background-color: rgba(0,58,95,1);
	list-style:none;
	padding: 5px 0;
	z-index: 99;
}
li.menu-item:hover > ul.sub-menu{
	display:block;
}
ul.sub-menu li.menu-item{
	text-align:left;
	position: relative;
}
ul.sub-menu li.menu-item a{
	display:block;
	font-size: 16px;
	color:#fff;
	background:rgba(0,0,0,0);
	padding:5px 40px 5px 20px;
	min-width:180px;
}
ul.sub-menu li.menu-item.menu-item-has-children > a{
	background:rgba(0,0,0,0) url(inc/imagenes/iconos/derecha.png) no-repeat 96% 50%;
}
ul.sub-menu li.menu-item a:hover{
	background-color:rgba(0,0,0,0.25);
}
ul.sub-menu ul.sub-menu{
	left: 100%;
	top: 0;
}

/* SCROLLED */
.mb-scrolled{
}
#mbheader{
	position: fixed;
	top: -200px;
	left: 0;
	background-color: #2BBDEF;
	width: 100%;
	z-index: 200;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
.mb-scrolled #mbheader{
	top: 0;
}
#mbheader .header-logo{
	padding: 5px 0;
	margin: 0;
}
#mbheader .header-logo a img{
	display: block;
	height: 45px;
	width: auto;
}#mbheader .menu-principal{
	text-align: right;
}
#mbheader .menu-principal > li > a{
	padding: 18px 20px;
}


/* BOTONES */
.boton,
.vc_btn3{
	font-size: 15px !important;
	padding: 4px 26px !important;
	background-color: #003a5f !important;
	background-image: none !important;
	color: #fff !important;
	border: 1px solid #003a5f !important;
	text-decoration: none;
	
	-webkit-border-radius: 17px !important;
	-moz-border-radius: 17px !important;
	border-radius: 17px !important;
}
.boton:hover,
.vc_btn3:hover{
	background-color: #004571 !important;
	text-decoration: none !important;
}
.boton-blanco .vc_btn3{
	background-color: #fff !important;
	border-color: #fff !important;
	color: #035991 !important;
}
.vc_btn3.vc_btn3-size-lg{
	font-size: 21px !important;
	font-weight: 600 !important;
}





/* FONDOS */
.vc_row.fondo-fijo,
.fondo-fijo,
.fondo-fijo > .vc_column-inner{
	background-attachment:fixed !important
}
.vc_row.fondo-total,
.fondo-total,
.fondo-total > .vc_column-inner{
	background-size:cover !important
}
.vc_row.fondo-derecha-arriba,
.fondo-derecha-arriba{
	background-position:100% 0 !important;
}
.vc_row.fondo-derecha-abajo,
.fondo-derecha-abajo > .vc_column-inner{
	background-position:100% 100% !important;
}
.vc_row.fondo-izquierda-arriba,
.fondo-izquierda-arriba > .vc_column-inner{
	background-position:0 0 !important;
}
.vc_row.fondo-izquierda-abajo,
.fondo-izquierda-abajo > .vc_column-inner{
	background-position:0 100% !important;
}
.vc_row.fondo-izquierda-medio,
.fondo-izquierda-medio > .vc_column-inner{
	background-position:0 50% !important;
}
.vc_row.fondo-derecha-medio,
.fondo-derecha-medio > .vc_column-inner{
	background-position:100% 50% !important;
}
.vc_row.fondo-arriba-medio,
.fondo-arriba-medio > .vc_column-inner{
	background-position:50% 0 !important;
}
.vc_row.fondo-abajo-medio,
.fondo-abajo-medio > .vc_column-inner{
	background-position:50% 100% !important;
}
.vc_row.fondo-medio-medio,
.fondo-medio-medio > .vc_column-inner{
	background-position:50% 50% !important;
}

.vc_row.fondo-total,
.fondo-total,
.vc_row.fondo-fijo,
.fondo-fijo,
.vc_row.fondo-derecha-arriba,
.fondo-derecha-arriba,
.vc_row.fondo-derecha-abajo,
.fondo-derecha-abajo > .vc_column-inner,
.vc_row.fondo-izquierda-arriba,
.fondo-izquierda-arriba > .vc_column-inner,
.vc_row.fondo-izquierda-abajo,
.fondo-izquierda-abajo > .vc_column-inner,
.vc_row.fondo-izquierda-medio,
.fondo-izquierda-medio > .vc_column-inner,
.vc_row.fondo-derecha-medio,
.fondo-derecha-medio > .vc_column-inner,
.vc_row.fondo-arriba-medio,
.fondo-arriba-medio > .vc_column-inner,
.vc_row.fondo-abajo-medio,
.fondo-abajo-medio > .vc_column-inner,
.vc_row.fondo-medio-medio,
.fondo-medio-medio > .vc_column-inner{
	background-repeat:no-repeat !important;
}

/* FONDOS ESPECIALES */
.fondo-flecha{
	position: relative;
	background: #bfdef4 url(inc/imagenes/bg/celeste.png) repeat 50% 50%;
	padding: 50px 4% 50px 14% !important;
}
.fondo-flecha:after{
	content: '';
	position: absolute;
	width: 90px;
	height: 100%;
	top: 0;
	right: -90px;
	background: transparent url(inc/imagenes/bg/fondo-flecha.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index: 99;
}


/* CONTENIDOS */
.contenido{
}
.contenido h1,
h1.vc_custom_heading{
	padding-top: 35px;
	font-size:40px;
	color:#003a5f;
	margin-bottom: 42px;
}
.contenido h2,
h2.vc_custom_heading{
	font-size:28px;
	margin-bottom: 20px;
}
.contenido h3{
	font-size:24px;
	line-height:1.2em;
}
.contenido h4{
	font-size:20px;
	line-height:1.2em;
}
.contenido h5{
	font-size:16px;
	line-height:1.4em;
}
.contenido h6{
	font-size:12px;
	line-height:1.4em;
}
.contenido p{
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom:30px !important;
}
.contenido a{
	color: #00395e;
}
.contenido a:hover{
	color: #000;
	text-decoration:underline;
}
.contenido strong{
	font-weight: 600;
}
.contenido blockquote{
	margin:0 20px 20px 20px;
	border:1px solid #eddcbb;
	background:#efe7d6 url(inc/imagenes/bg/bq.png) no-repeat 10px 0;
	padding:15px 15px 0 80px;
	clear:both;
	float:none;
}
.contenido ul,
.contenido ol{
	margin-left:30px;
	margin-bottom:20px;
}
.contenido ul{
}
.contenido ol{
}
.contenido ul li,
.contenido ol li{
	font-weight: 300;
	line-height: 1.2em;
}
.contenido ul li{
}
.contenido ol li{
}
.contenido hr{
	border:none;
	border-top:1px solid #ccc;
	height:1px;
	margin:0 auto 30px auto;
	width:90%;
	clear:both;
	float:none;
}
.contenido .gallery{
	margin-bottom:30px !important;
}
.listado-especial ul,
ul.listado-especial{
	margin: 0 0 30px 0 !important;
}
.listado-especial ul li,
ul.listado-especial li{
	position: relative;
	padding-left: 30px;
	min-height: 25px;
	font-size: 19px;
	background: transparent url('inc/imagenes/bg/listado-especial-02.png') no-repeat 0 2px;
}

.listado-especial ul li:nth-of-type(1),
ul.listado-especial li:nth-of-type(1){
	margin-bottom: 15px;
	font-weight: 600;
	background-image: url(inc/imagenes/bg/listado-especial-01.png);
}
.listado-especial ul li:before,
ul.listado-especial li:before{
	content: '';
	position: absolute;
	top: 19px;
	left: 9px;
	height: 100%;
	width: 1px;
	border-left: 1px solid #003a5f;
}
.listado-especial ul li:last-child:before,
ul.listado-especial li:last-child:before{
	display: none;
	visibility: hidden;
}

/* CONTENIDOS ESPECIFICOS */
.intro{
	max-width: 680px;
	margin: 0 auto;
}
.texto-mediano{
	font-size: 26px;
}
.texto-grande{
	font-size: 32px;
}
.texto-gigante{
	font-size: 36px;
}

/* Slider */
.ms-slide-bgcont:after{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003a5f+0,ffffff+100 */
	background: rgb(0,58,95); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,58,95,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,58,95,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,58,95,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5f', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	opacity:0.50;
}
.ms-slide-info{
	position:absolute !important ;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%);
	width:700px !important;
	min-height: inherit !important;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3em;
	color: #fff;
}
.ms-bullet{
	background-color: rgba(0,58,95,0) !important;
	border: 2px solid #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-image: none !important;
	width: 14px !important;
	height: 14px !important;
}
.ms-bullet.ms-bullet-selected,
.ms-bullet:hover{
	background-color: rgba(0,58,95,1) !important;
}


/* HEROE */
#heroe{
	position: relative;
	height: 440px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	margin-bottom: 80px;
}
#heroe:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(111,111,111,0.7);
}
#heroe *{
	position: relative;
}
.heroe-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 100%;
	max-width: 760px;
}
.heroe-titulo{
	font-size: 60px;
	text-align: center;
	font-weight: 600;
	color:#fff;
}

/* Contacto */
.contacto-content{
}
.contacto-content .vc_col-sm-5{
	padding-left: 60px;
}
.contacto-content h2.vc_custom_heading{
	position: relative;
	font-size: 29px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 30px;
	margin-bottom: 0;
	background: transparent url('inc/imagenes/bg/contacto-01.png') no-repeat 0 0;
	padding-left: 70px;
}
.contacto-content ul{
	margin-left: 0 !important;
}
.contacto-content ul li{
	position: relative;
	padding-left: 70px;
	min-height: 50px;
	background: transparent url('inc/imagenes/bg/contacto-02.png') no-repeat 0 0;
	padding-top: 12px;
	margin-bottom: 14px;
}
.contacto-content h2.vc_custom_heading:before,
.contacto-content ul li:before{
	content: '';
	position: absolute;
	top: 27px;
	left: 25px;
	height: 100%;
	width: 1px;
	border-left: 1px solid #003a5f;
	z-index: -1;
}
.contacto-content ul li:last-child:before{
	display: none;
	visibility: hidden;
}
.contacto-content .vc_col-sm-5 ul li:nth-of-type(1){
	background-image: url(inc/imagenes/bg/contacto-ubicacion.png) !important;
}
.contacto-content .vc_col-sm-5 ul li:nth-of-type(2){
	background-image: url(inc/imagenes/bg/contacto-telefono.png) !important;
}
.contacto-content .vc_col-sm-5 ul li:nth-of-type(3){
	background-image: url(inc/imagenes/bg/contacto-email.png) !important;
}
.contacto-content .vc_col-sm-6 ul li{
	padding-bottom: 30px;
}
.contacto-content .vc_col-sm-6:last-child ul li{
	padding-right: 60px;
}
.contacto-content ul li strong{
	display: block;
	margin-bottom: 10px;
}
.contacto-mapa{
	margin: 60px !important;
}


/* BLOG */
.contenido-blog{
	padding-top: 20px;
}
.contenido-blog ul{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
}
li.blog-item{
	display: inline-block;
	vertical-align: top;
	width:31%;
	margin: 0 1% 30px 1%;
	background-color: #bfdef4;
}
a.blog-thumb{
	display: block;
	position: relative;
}
.blog-content{
	padding: 20px 30px 40px 30px;
}
.blog-content .fecha{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.blog-content h2{
	font-size: 24px;
	line-height: 1em;
	color: #003a5f;
	padding-top: 10px;
	min-height: 74px;
	margin-bottom: 20px;
}
.blog-content h2 a{
	color:#003a5f;
	text-decoration: none;
}
.blog-content h2 a:hover{
	text-decoration: none;
}
.blog-content p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.1em;
	min-height: 70px;
	margin-bottom: 30px !important;
}
.blog-content a.boton{
	font-size: 12px !important;
}

.contenido-single{
	padding: 0 150px 120px 0;
}
.contenido-single .meta-bottom{
	position: relative;
	padding-top: 50px;
	margin-bottom: 50px;
}
.contenido-single .fecha{
	position: relative;
	float: left;
	width: 80px;
	height: 67px;
	background: #00395e;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	padding: 23px 5px 0 5px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.contenido-single .fecha:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	width: 130px;
	height: 1px;
	border-top: 1px solid #00395e;
	z-index: -1;
}
.contenido-single .fecha:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 130px;
	width: 1px;
	height: 38px;
	margin-top: -19px;
	border-right: 1px solid #00395e;
	z-index: -1;
}
.contenido-single .categorias{
	margin-left: 150px;
	padding-top: 34px;
}
.contenido-single .categorias a{
	font-size: 19px;
	color: #003a5f;
}
.contenido-single .compartir{
	position: relative;
	margin: -38px 0 0 131px;
}
.contenido-single .compartir:before{
	content: '';
	position: absolute;
	top: 50%;
	width: 98%;
	height: 1px;
	border-top: 1px solid #00395e;
	z-index: -1;
}
.contenido-single .compartir:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 38px;
	margin-top: -19px;
	border-left: 1px solid #00395e;
	z-index: -1;
}


/* SERVICIOS */
.listado-servicios{
	list-style: none;
	font-size: 0;
	margin: 0 -20px 40px -20px !important;
	text-align: center;
}
.listado-servicios li.servicio-item{
	display: inline-block;
	width: 23%;
	vertical-align: top;
	margin: 0 1% 70px 1%;
	text-align: left;
}
.servicio-miniatura{
	width: 132px;
	float: left;
	border-right: 16px solid #2BBDEF;
	margin-right: 16px;
	overflow: hidden;
}
.servicio-miniatura:hover{
	border-color: #003a5f;
}
.servicio-miniatura img{
	opacity: 1;
}
.servicio-miniatura:hover img{
	opacity: 0.8;
}
.servicio-contenido h2{
	font-size: 19px;
	color: #003a5f;
	margin-bottom: 20px;
}
.servicio-contenido h2 a{
	color:#003a5f;
}
.servicio-contenido p{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 30px;
}
.servicio-contenido a.boton{
	font-size: 12px !important;
	font-weight: 600 !important;
}

.contenido-servicio{
	padding-bottom: 100px;
	background: url(inc/imagenes/bg/servicio.png) no-repeat 90% 100%;
}
.tabla-tecnica{
	margin-bottom:40px;
	overflow-x:auto;
}
.tabla-tecnica table{
	width: inherit !important;
	border: 1px solid #003a5f;
	margin: 0 auto 40px auto;
}
.tabla-tecnica table tr{
}
.tabla-tecnica table tr td{
	width: inherit;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	padding: 6px 8px;
	font-size: 16px;
	border-right:1px solid #ccc;
}
.tabla-tecnica table tr:first-child td{
	font-weight: 600;
}
.tabla-tecnica table tr td:first-child{
	text-align: left;
	font-weight: 600;
}
.tabla-tecnica table tr td:last-child{
	border-right-color: #003a5f;
}
.tabla-tecnica tr:nth-child(even) {
	background: #ededed;
}
tr:nth-child(odd) {
	background: #fff;
}

.servicio-pdf{
	text-align: center;
	padding-top: 60px;
}
.servicio-pdf img{
	margin-bottom: 50px;
}

/* Resultados de Busqueda */
h3.search-title{
	color:#353231;
	margin-bottom: 60px;
}
ul.resultados-list{
	margin: 0;
	max-width: 820px;
}
li.resultado-item{
	margin-bottom: 50px;
}
li.resultado-item .resultado-fecha{
	position: relative;
}
li.resultado-item .resultado-fecha:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	width: 98%;
	height: 1px;
	border-top: 1px solid #00395e;
	z-index: -1;
}
li.resultado-item .resultado-fecha span{
	display: block;
	position: relative;
	float: right;
	width: 80px;
	height: 66px;
	background: #00395e;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: #fff;
	padding: 24px 5px 0 5px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
li.resultado-item h2{
	position: relative;
	margin-top: -26px;
	margin-bottom: 20px;
	padding-right: 160px;
	font-size: 22px;
	color: #00395e;
}
li.resultado-item h2 a{
	color: #00395e;
}
li.resultado-item p{
	font-size: 16px;
	margin-bottom: 30px;
}
li.resultado-item a.leermas{
	font-style: italic;
	font-size: 16px;
	color: #00395e;
}


/* SIDEBAR */
.sidebar{
}
.content-widget{
	margin-bottom: 30px;
}
.content-widget.borde{
	border: 1px solid #003a5f;
	padding: 30px;
}
.widget-title{
	font-size: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #003a5f;
	margin-bottom: 15px;
}
.content-widget ul li.cat-item{
}
.content-widget ul li.cat-item a{
	display: block;
	min-height: 24px;
	padding: 2px 0 2px 34px;
	background:rgba(0,57,94,0) url(inc/imagenes/iconos/mas.png) no-repeat 3px 50%;
	color:#003a5f;
	margin-bottom: 4px;
	line-height: 24px;
}
.content-widget ul li.cat-item a:hover{
	background-color: rgba(0,57,94,0.05);
}
.content-widget .buscador-container{
}
.content-widget .buscador-container form{
	border: 1px solid #003a5f;
}
.content-widget .buscador-container form .buscarinput{
	width: 80%;
	height: 48px;
	float: left;
	border: none;
	font-size: 20px;
}
.content-widget .buscador-container form .buscarboton{
	width: 20%;
	height: 48px;
	line-height: 46px;
	float: right;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border: none;
	background-color: #003a5f;
	cursor: pointer;;
}




/* PAGINACION */
.paginacion{
	border-top: 1px solid #003a5f;
	padding-top: 20px;
	margin-bottom: 120px;
}
.paginacion ul{
	list-style:none;
	text-align: left;
	margin: 0;
	font-size: 0;
}
.paginacion ul li{
	display:inline-block;
	margin:0 10px 0 0;
}
.paginacion ul li span,
.paginacion ul li a{
	display:block;
	font-size:22px;
	color:#003a5f;
	text-align:center;
}
.paginacion ul li span.limbo{
	border:none !important;
	min-width:auto !important;
}
.paginacion ul li.pag-anterior{
	margin-right: 20px;
}
.paginacion ul li.pag-siguiente{
	margin-left: 20px;
}
.paginacion ul li a:hover,
.paginacion ul li.active a{
	font-weight: 700;
}
.paginacion ul li.disabled{
	opacity:0.38;
}



/* SHORTCODES */
/* Shortcode Servicios */
div.servicios-home{
	margin-bottom: 50px !important;
}
div.servicios-home .vc_col-sm-6 > .vc_column-inner > div.wpb_wrapper{
	position: relative;
	margin: 0 15px 50px 15px !important;
}
div.servicios-home .wpb_single_image{
	position: relative;
	width: 290px;
	height: 290px;
	float: left;
	background-color: #fff;
	border: 3px solid #003a5f;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.servicios-home .wpb_single_image img{
	position: absolute;
	width: 190px;
	height: 190px;
	top: 50%;
	left: 50%;
	border: 3px solid #003a5f;
	padding: 20px;
	transform: translate(-50%,-50%);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.servicios-home .vc_col-sm-6 .vc_column-inner > div.wpb_wrapper .vc_inner{
	height: 290px;
	border: 3px solid #003a5f;
	margin-left: 145px;
	padding: 0 10px 0 150px;
}
div.servicios-home .vc_col-sm-12{
	position: relative;
	height: 290px;
}
div.servicios-home h2{
	font-size: 24px;
	color: #003a5f;
	margin-bottom: 20px;
	padding-top: 25px;
	text-align: center;
}
div.servicios-home h2 a{
	color:#003a5f;
}
div.servicios-home p{
	text-align: center;
}
div.servicios-home .vc_btn3-container{
	position: absolute;
	bottom: -35px;
	width: 100%;
	text-align: center;
}
div.servicios-home .vc_btn3-container a.vc_btn3{
	font-size: 14px !important;
	padding: 2px 30px !important;
	margin-right: 10px;
}
div.servicios-home .vc_col-sm-6:nth-child(even) .wpb_single_image{
	float: right !important;
}
div.servicios-home .vc_col-sm-6:nth-child(even) .vc_column-inner > div.wpb_wrapper .vc_inner{
	padding: 0 150px 0 10px;
	margin-left: -15px;
	margin-right: 145px;
}


/* Shortcode Blog */
.blog-shortcode{
	margin: 0 0 60px 0 !important;
	padding: 0;
	list-style: none;
	font-size: 0;
}
li.blog-shortcode-item{
	display: inline-block;
	vertical-align: top;
	width:31%;
	margin: 0 1% 30px 1%;
	background-color: rgba(43,189,239,0.5);
}
a.blog-shortcode-thumb{
	display: block;
	position: relative;
}
.blog-shortcode-content{
	padding: 20px 30px 40px 30px;
}
.blog-shortcode-content .fecha{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.blog-shortcode-content h2{
	font-size: 24px;
	line-height: 1em;
	color: #003a5f;
	padding-top: 10px;
	min-height: 74px;
	margin-bottom: 20px;
}
.blog-shortcode-content h2 a{
	color:#003a5f;
	text-decoration: none;
}
.blog-shortcode-content h2 a:hover{
	text-decoration: none;
}
.blog-shortcode-content p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.1em;
	min-height: 70px;
	margin-bottom: 30px !important;
}
.blog-shortcode-content a.boton{
	font-size: 12px !important;
}


/* Shortcode Mailchimp */
.mc4wp-form{
	border: 3px solid #003a5f;
	padding: 30px;
	margin-bottom: 30px;
}
.mc4wp-form h3{
	font-size: 25px;
	margin-bottom: 40px;
}
.mc4wp-form ul{
	margin: 0;
	padding: 0;
}
.mc4wp-form ul li{
	margin-bottom: 25px;
}
.mc4wp-form ul li input{
	border-width: 3px;
}
.mc4wp-form ul li input[type="submit"]{
	border: none !important;
}
.content-widget .mc4wp-form{
	border-width: 1px !important;
}
.content-widget .mc4wp-form ul li input{
	border-width: 1px !important;
}
.content-widget .mc4wp-form ul li input[type="submit"]{
	border: none !important;
}
.aceptacion{
	line-height: 14px;
}
.aceptacion input[type="checkbox"]{
	float: left;
	margin-right: 6px;
}
.aceptacion a{
	color: #003a5f;
	text-decoration: underline;
}



/* FORMULARIOS */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{
	width:100%;
	height: 48px;
	font-size: 20px;
	color: #003a5f;
	text-indent:10px;
	border:1px solid #003a5f;
	background-color:#fff;
	-webkit-appearance: none !important;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]{
	-webkit-appearance: none !important;
}
textarea{
	height:140px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
select:hover,
textarea:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus{
	border-color:#031f31;
	background-color:#fefefe;
}
input[type="submit"]{
	font-size: 24px;
	color: #fff;
	background: #003a5f;
	text-align: center;
	border: none;
	width: 100%;
	max-width: 420px;
	/*margin: 0 auto;*/
	margin: 2% 15%;
	padding: 15px 20px;
	cursor: pointer;
}
input[type="submit"]:hover{
	background-color: #004571 !important;
}



/* FOOTER */
footer{
	background-color: #003a5f;
	padding:40px 0;
}
footer *{
	line-height: 1.2em;
	font-size: 15px;
	color: #fff;
}
footer a{
	text-decoration: none;
}
footer p{
	margin-bottom: 20px;
}
.footer-widget-01{
	padding-left: 40%;
}
.footer-widget-content{
	margin-bottom: 40px;
}
.footer-widget-02{
	text-align: center;
	margin: 0 20%;
}
.footer-widget-02 .footer-widget-content{
	margin-bottom: 10px;
}
.footer-widget-title{
	margin-bottom: 10px;
}
.footer-widget-final{
	background: #fff;
	text-align: center;
	padding-top: 30px;
}
.pie{
	background: #2BBDEF;
	text-align: center;
	font-size:15px ;
	font-weight: 300;
	color: #003a5f;
	padding: 10px 0;
}




/* ERROR 404 */
#error404{
	padding-top: 60px;
	padding-bottom: 80px;
	background: transparent url(inc/imagenes/bg/404.png) no-repeat 85% 100%;
}
#error404 h4{
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 64px;
	text-align: center;
}
.content-404{
	padding:0 15% !important;
}
.content-404 p{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 50px;
}



/* ADICIONALES */
.scrolloff{
	pointer-events: none;
}
.video-wrap{
	position:relative;
	/*IVDpadding-bottom:56.25%;*/
	padding-bottom:0;
	padding-top:30px;
	height:0;
	overflow:hidden;
	/*IVDmargin:40px auto;*/
	margin:10px auto;
}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* CREDITOS WEYKETING */
.cw{
	background-color:#f3f3f3;
	width:100%;
	padding:5px 0;
	border-top:1px solid #ccc;
}
.cw p{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:14px;
	color:#333;
	text-align:center;
}
.cw p a{
	color:#1e6b47;
	padding:0 2px;
}
.cw p a:hover{
	text-decoration:underline;
	color:#900;
}

/* BACK TO TOP */
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.cd-top {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(115,35,60,0.75) url(inc/imagenes/iconos/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  opacity: 1;
}


/* --------------------- */
/*        COOKIES        */
/* --------------------- */
.cookiealert{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
	padding: 15px 30px;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: rgba(33,35,37,0.8);
	box-sizing: border-box;
	
    z-index: 999;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert p{
	font-size: 14px;
	line-height: 18px;
	max-width: 1200px;
	margin: 0 auto;
}
.cookiealert a{
	color: #fff;
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 40px;
    bottom: 40px;
  }
}