@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;
}








.mm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 72px 0; }
.section--tight { padding: 56px 0; }

.section h1, .section h2 {
  line-height: 1.15;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.section p.lead {
  font-size: 1.125rem;
  opacity: 0.92;
  margin-bottom: 24px;
}

.mm-grid { display: flex; flex-wrap: wrap; margin: -12px; }
.mm-grid > * { flex: 1 1 33.333%; padding: 12px; box-sizing: border-box; }
.mm-grid.mm-grid--2 > * { flex-basis: 50%; }
@media (max-width: 900px){ .mm-grid > * { flex-basis: 50%; } }
@media (max-width: 720px){
  .mm-grid > *,
  .mm-grid.mm-grid--2 > * { flex-basis: 100%; }
}

.btn-mm {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 6px;
  background: #0b5db8;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
}
.btn-mm:hover,
.btn-mm:focus {
  background: #0a4ea0;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-mm--outline { background: transparent; color: #0b5db8; border-color: #0b5db8; }
.btn-mm--outline:hover,
.btn-mm--outline:focus { background: rgba(11,93,184,0.08); color: #0b5db8; }

.mm-grid ul, .mm-grid li { list-style: none; margin: 0; padding: 0; }

.mm-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}
.mm-card:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.10); }
.mm-card img { display: block; width: 100%; height: auto; }
.mm-card .content { padding: 20px; }
.mm-card h3 { margin: 0 0 8px; font-size: 1.125rem; }
.mm-card p { margin: 0; opacity: 0.90; }

.bullets { display: block; }
.bullets li { list-style: none; position: relative; padding-left: 28px; margin-bottom: 14px; }
.bullets li::before {
  content: "\2022";
  position: absolute; left: 0; top: 0;
  opacity: 0.7; color: #2d3142; font-weight: 700;
}

.hero-mm { text-align: left; }
.hero-mm .hero-title { font-size: 32px; margin-bottom: 0.35em; }
.hero-mm .hero-lead  { font-size: 16px; opacity: 0.95; }
@media (min-width: 768px){
  .hero-mm .hero-title { font-size: 40px; }
  .hero-mm .hero-lead  { font-size: 18px; }
}
@media (min-width: 1200px){
  .hero-mm .hero-title { font-size: 48px; }
  .hero-mm .hero-lead  { font-size: 20px; }
}

.stack > * + * { margin-top: 16px; }
.stack-lg > * + * { margin-top: 24px; }
.stack-xl > * + * { margin-top: 36px; }

.text-azul-oscuro { color:#2d3142 !important; }
.text-azul-logo   { color:#2654a5 !important; }
.text-rojo-logo   { color:#d63144 !important; }
.bg-azul-logo     { background-color:#2654a5 !important; }
.bg-rojo-logo     { background-color:#d63144 !important; }

.shadow-soft { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.shadow-soft:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.12); }

.border-azul-oscuro { border: 1px solid #2d3142 !important; }
.border-azul-logo   { border: 1px solid #2654a5 !important; }
.border-rojo-logo   { border: 1px solid #d63144 !important; }
.border-gris-claro  { border: 1px solid #bfc0c0 !important; }

.fade-up {
  opacity: 0;
  transform: translateY(16px);
  animation: mmFadeUp 0.35s ease-out 0.05s forwards;
}
@keyframes mmFadeUp { to { opacity: 1; transform: translateY(0); } }

.wpb_single_image img, .vc_single_image-img {
  width: 100%; height: auto; display: block;
  border-radius: 8px;
}

.wpcf7 .mm-field { width: 100%; max-width: 560px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  border: 1px solid #bfc0c0;
  border-radius: 6px;
  padding: 10px 12px;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: #2654a5;
  box-shadow: 0 0 0 3px rgba(38,84,165,0.12);
}
.wpcf7 input[type="submit"]{
  background-color:#2654A5;
  color:#ffffff;
  border:none;
  border-radius:6px;
  padding:12px 22px;
  font-weight:600;
  box-shadow:0 6px 18px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.wpcf7 input[type="submit"]:hover{
  background-color:#1e4890;
  transform: translateY(-1px);
  box-shadow:0 10px 26px rgba(0,0,0,0.14);
}

.vc_section.mm-tight  > .vc_row { padding-top: 56px; padding-bottom: 56px; }
.vc_section.mm-roomy  > .vc_row { padding-top: 72px; padding-bottom: 72px; }

.footer-widget-area.mm-compact { margin-top: 0 !important; padding-top: 0 !important; }

.btn-row { display: flex; flex-wrap: wrap; }
.btn-row > * { margin-right: 12px; margin-bottom: 12px; }
.btn-row > *:last-child { margin-right: 0; }

@media (max-width: 1050px){ .section { padding: 64px 0; } }
@media (max-width: 900px){  .section { padding: 56px 0; } .hero-mm { text-align: left; } }
@media (max-width: 720px){  .section { padding: 48px 0; } .btn-row { justify-content: flex-start; } }

.caja-icono .wpb_wrapper.stack > * + * { margin-top: 14px; }
.caja-servicio .wpb_text_column p { margin-bottom: 0.8em; }
.vc_btn3-container .btn-mm { line-height: normal; }

.mm-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.08), transparent);
  margin: 24px 0;
}

.box-shadow, .one-edge-shadow { box-shadow: 0 6px 20px rgba(0,0,0,0.10) !important; }
.caja-icono .vc_icon_element, .caja-icono h3 { text-align: center; }
.caja-icono h3 { min-height: 2.2em; }

.link-p a { text-decoration: none; border-bottom: 0; transition: color 0.15s ease; }
.link-p a:hover { color: #2654a5 !important; }

.bg-white-70,
.bg-white-70-inner .vc_column-inner { background-color: rgba(255,255,255,0.7); }
