@media only screen and (max-width: 1200px) {
    body {
        font-size:14px;
    }

}
@media only screen and (max-width: 1050px) {
    body {
        font-size:13px;
    }

}

@media only screen and (max-width: 900px) {
    body {
        font-size:12px;
    }

}
@media only screen and (max-width: 720px) {
    body {
        font-size:14px;
    }

}
body .ts-title-morphed-container ul.ts-title-morphed-string li:before {
    display: none !important;
    content: '' !important;
}
.no-hyphen {
		hyphens: none !important;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.bg-vertical-line {
	background-position: 50%;
	background-repeat: no-repeat !important;	
}
.bg-middle {
	background-position: 50% 100px !important;
}
.bg-center-center {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.bg-top {
	background-position: 50% 0 !important;
	background-size: cover;
}
.bg-white-70 {
	background-color: rgba(255, 255, 255, 0.70);
}
.bg-white-70-inner .vc_column-inner {
	  padding: 1em;
		margin-left:0.5em;
		margin-right:0.5em;
		background-color: rgba(255, 255, 255, 0.70);
}
.bg-white-inner .vc_column-inner {
		padding: 1.5em;
		margin-left:0.5em;
		margin-right:0.5em;
		background-color: rgba(255, 255, 255, 1);
}
.bg-white-55 {
		background-color: rgba(255, 255, 255, 0.55);
}
h2,h1 {
	font-feature-settings:"lnum" 1;
}
.outline-azul-oscuro {
	   text-shadow:
     -1px -1px 0 #2d3142,  
      1px -1px 0 #2d3142,
      -1px 1px 0 #2d3142,
       1px 1px 0 #2d3142;
}
.outline-blanco {
	   text-shadow:
     -1px -1px 0 #fff,  
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}
.outline-gris {
	   text-shadow:
     -1px -1px 0 #ccc,  
      1px -1px 0 #ccc,
      -1px 1px 0 #ccc,
       1px 1px 0 #ccc;
}
.last_row {
	margin-bottom:1em;
}
.vc_section>.vc_row {
	padding-top: 1.5em;
	padding-bottom:2em;
}
.vc_general.vc_pagination .vc_pagination-item:before {
    display: none !important;
    content: '' !important;
}
.footer-widget-area {
	margin-top:0px !important;
	padding-top: 0px !important;
}
.no-top-margin  {
	margin-top:0px !important;
	padding-top: 0px !important;
}

.main-content {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.box-float-right {
	float: right !important;
}
nav {
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
		/*-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	z-index: 10;*/
}
#header .navbar .navbar-wrapper, body.navbar-no-background #header .navbar.fixed.scroll, body.header-full-width-boxed #header .navbar, body.header-full-width #header .navbar {
	background: none;
}
header {
	border-bottom: 2px solid #2D3142;
	background-color: #ffffffcc;
	background-position: fixed;
	z-index: 5;
}
div.navbar-wrapper {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.first-section {
	margin-top: -96px;
}

.first-section div.vc_row {
	margin-top: 96px !important;
	height:90% !important;
	padding-top: 4.5em;
	padding-bottom: 3em;
}
.no-padding div.vc_row{
	padding-top:0px;
	padding-bottom:0px;
}
.first-section h1 {
	font-size: 3.2em;
	margin-bottom:1em;
	hyphens: none;
  text-shadow:
  1px 1px 0 #666;
/*
  1px -1px 0 #ccc,
  -1px 1px 0 #ccc,
  1px 1px 0 #ccc;
*/	
}
.first-section h3 {
	font-size: 2em;
	hyphens: none;
	margin-bottom:1em !important;
	margin-top:1em;
  text-shadow:
  1px 1px 0 #666;  
/*
	1px -1px 0 #ccc,
  -1px 1px 0 #ccc,
  1px 1px 0 #ccc;
*/
}
.servicio-flip .ts-flip-content{
	position: static;
}
.servicio-flip .ts-flip-front-title, .servicio-flip .ts-flip-back-title {
	color: #2d3142 !important;
}
.servicio-flip .ts-flip-front-title {
}
.servicio-flip .flip-container-flipper-back, .servicio-flip .flip-container-flipper-front{	height: 100% !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}
.servicio-flip {
	height: 100% !important;
}
.first-section .vc_separator {
	margin-bottom:2em;
	hyphens: none;
/*
  text-shadow:
  -1px -1px 0 #ccc,  
  1px -1px 0 #ccc,
  -1px 1px 0 #ccc,
  1px 1px 0 #ccc;
*/	
}

.caja-icono .vc_column-inner,.caja-servicio .vc_column-inner, .caja-2col .vc_column-inner {
  margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #ffffff;
}
.caja-icono .vc_icon_element {
  margin-bottom: 1.5em
	!important;
	margin-top: 1.5em
	!important;
}
.caja-icono h3 {
	min-height:2.5em;
}
.caja-icono .wpb_wrapper {
	padding-top:1em;
	padding-bottom:1em;
	/*
	position: relative !important;
	height: 100%;
*/
}
.caja-icono .vc_btn3-container {
	/*
	position: absolute;
	bottom:1.5em;
	    left: 50%;
    width: auto;
    transform: translateX(-50%);
*/
}
.icon-box-padding {
	padding-top: 1.5em;
	padding-bottom:1em;
}
.caja-servicio h3 {
  padding: 0em 0em 0em !important;
	font-size: 1.5em;
	min-height: 2.5em;
}
.caja-servicio .wpb_text_column {
  padding: 1em 1em 1em !important;
	font-size: 1em;
}
.borde-blanco {
	border: 1px solid #ffffff;
}
.borde-azul-oscuro {
	border: 1px solid  #2d3142 !important;
}
.borde-azul-logo {
	border: 1px solid  #2654a5 !important;
}
.borde-rojo-logo {
	border: 1px solid  #d63144 !important;
}
.borde-gris-claro {
	border: 1px solid  #bfc0c0 !important;
}
.borde-derecho-gris-claro {
	border-right: 1px solid  #bfc0c0 !important;
}
.borde-derecho-gris-oscuro {
	border-right: 1px solid  #6c6f70 !important;
}

.borde-gris-oscuro {
	border: 1px solid  #6c6f70 !important;
}
.link-p a:active, .link-p a:visited, .link-p a:link, .link-p a:hover {
	color: inherit;
	border-bottom: 0px #bfc0c0 solid; 
	text-decoration: none;
}
.link-p a:hover {
	color: #bfc0c0 !important;

}
.color-azul-oscuro {
	color: #2d3142 !important;
}
.color-blanco {
	color: #ffffff !important;
}
.color-azul-oscuro {
	color: #2d3142 !important;
}
.color-azul-logo {
	color: #2654a5 !important;
}
.color-rojo-logo {
	color: #d63144 !important;
}
.color-gris-claro {
	color: #bfc0c0 !important;
}
.color-gris-oscuro {
	color: #6c6f70 !important;
}
.color-azul-oscuro {
	color: #2d3142 !important;
}
.fondo-azul-logo {
	background-color: #2654a5 !important;
}
.fondo-rojo-logo {
	background-color: #d63144 !important;
}
.fondo-gris-claro {
	background-color: #bfc0c0 !important;
}
.fondo-gris-oscuro {
	background-color: #6c6f70 !important;
}
.fondo-blanco {
	background-color: #ffffff !important;
}
.box-shadow {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.caja-servicio .vc-column-inner{
		border-bottom: 5px solid #2d3142 !important;
	background-position: left top !important;
	background-repeat: repeat-x !important;
}
.text-box h3 {
	min-height:2em;
}
.caja-servicio img {
	margin-bottom:-45px;
}
.fondo-tope {
    background-attachment: fixed;
    background-position: top !important;
}
div.content-wrapper {
	padding-top: 0px !important;
}
.content-wrapper {
	padding-top: 0px !important;
}
.sombra-arriba {
	background-image: url("http://multimodalmarine.com/site/wp-content/uploads/2017/12/fondo-bloques-sombra.png?id=315");
	background-position: left top !important;
	background-repeat: repeat-x !important;	
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
span.step {
  background: #d63144;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  /* margin-right: 0.4em;*/
  text-align: center;
  width: 1.6em; 
}
.step-big {
  background: #d63144;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  /* margin-right: 0.4em;*/
  text-align: center;
  width: 1.6em; 
}
.float-right {
	float: right;
}
.letra-en-circulo {
	margin-top:2em;
	margin-bottom:1.5em;
}
.letra-en-circulo h3{
	background: #d63144;
	font-size:2.5em;
	 border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  color: #ffffff;
  display: block;
  font-weight: bold;
  line-height: 3em;
  /* margin-right: 0.4em;*/
  text-align: center;
  width: 3em;
	margin-left: auto;
	margin-right: auto;
}
.segunda-linea {
		display: inline-block;
		padding-left: 2em;
    text-indent: -2em;
}
.sin-espacio {
	padding-top: 0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.tamano-1-4em {
	font-size: 1.4em;
}
.link-paginador {
	text-decoration:none;
}

.cto_dark_blue button{
	background-color: #2d3142;
	border-bottom: 3px solid #2654a5 !important;
	transition: background 0.5s !important;
}

.cto_dark_blue button:hover {
	background-color: #2654a5 !important;
}

.cto_dark_blue button:hover {
	background-color: #2654a5 !important;
}

.cto_dark_blue button:active {
	background-color: #ffffff !important;
	color: #2654a5 !important;
}
.box-margin {
	margin: 0 0.5em 0 0.5em;
}
.process-first {
	
}
.process-middle {
	
}
.process-last {
	
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 textarea {
	border: 1px #bfc0c0 solid;
	width: 80%;
}
.wpcf7 select {
	border: 1px #bfc0c0 solid;
	
}
.wpcf7 input[type="text"] {
	
}
.wpcf7 input[type="submit"]{
	background-color: #2654A5;
	color: #ffffff;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #2654A5EE;
	color: #ffffff;
}
.wpcf7 textarea {
	resize: none;
	height: 6em;
}
iframe {
	border:0px;
	background-color: #ffffff;
}