form-iconos@charset "UTF-8";
/*IMPORT GOOGLE FONTS <------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* DEFINO FUENTES <------------------------------------------------------------------------
	{
	font-family: 'Nunito', sans-serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
	}	
*/

/* DEFINO COLORES <------------------------------------------------------------------------
azul 1: #0066cc;
azul 2: #0050d1;
azul 3: #00468c;
azul 4: #b3c2e4;
verde 1: #7ff34b;
verde original: #43bf08;
gris 1: #828282;
gris 2: #dcdcdc;
*/

/*
.selector-for-some-widget {
  box-sizing: content-box;
}
*/

@-ms-viewport{
  width: device-width;
}

html {scroll-behavior: smooth;}

body {
	background-color: #fff;
  	font-family: 'Nunito Sans', sans-serif;
  	font-weight: 400;
  	font-size:1em;
  	margin:0 auto;
  	min-height: 100%;
}

#contenido-full {
	padding-top: 80px !important;
}

	@media (max-width: 1200px) {
		#contenido-full {
			padding-top: 60px !important;
		}
	}

	@media (max-width: 992px) {
		#contenido-full {
			padding-top: 70px !important;
		}
	}

	@media (max-width: 768px) {
		#contenido-full {
			padding-top: 0 !important;
		}
	}

/*------------------------------------------------------------------------------------
																			ESTILOS	GENERALES
-----------------------------------------------------------------------------------------------*/
 /*
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
}
@media screen and (max-width: 991px) and (min-width: 768px) {
}
@media screen and (max-width: 767px) and (min-width: 300px) {
}
*/

 /*
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/*
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/


/* ------------------------------------------------------the given screen size or smaller
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width
*/


h1, h2 { font-weight: 900 !important; color: #000; font-family: 'Lato', sans-serif !important; text-transform: uppercase;}
h3, h4, h5, h6 { font-weight: 600; color: #000; font-family: 'Nunito Sans', sans-serif;}
p, a { font-weight: 400; font-size: 1em; font-family: 'Nunito Sans', sans-serif;}
p { color: #000;}
	@media (max-width: 992px) {
		p, a { font-size: .9em;}
	}

	@media (max-width: 768px) {
		p, a { font-size: .8em;}
	}

h1 { font-size: 4em; line-height: 1.5em; }
h2 { font-size: 3.8em; line-height: 1.5em; }
h3 { font-size: 3em; line-height: 1.5em; }
h4 { font-size: 2.6em; line-height: 1.5em; }
h5 { font-size: 2.2em; line-height: 1.5em; }
h6 { font-size: 1.8em; line-height: 1.5em; }

	@media screen and (max-width: 1199px) and (min-width: 992px) {
		h1 { font-size: 3.8em; line-height: 1.3em; }
		h2 { font-size: 3.4em; line-height: 1.3em; }
		h3 { font-size: 3em; line-height: 1.3em; }
		h4 { font-size: 2.6em; line-height: 1.3em; }
		h5 { font-size: 2.2em; line-height: 1.3em; }
		h6 { font-size: 1.8em; line-height: 1.3em; }
	}

	@media screen and (max-width: 991px) and (min-width: 768px) {
		h1 { font-size: 2.5em; line-height: 1.3em; }
		h2 { font-size: 2.2em; line-height: 1.3em; }
		h3 { font-size: 1.8em; line-height: 1.3em; }
		h4 { font-size: 1.4em; line-height: 1.3em; }
		h5 { font-size: 1.3em; line-height: 1.3em; }
		h6 { font-size: 1.2em; line-height: 1.3em; }
	}

	@media screen and (max-width: 767px) and (min-width: 300px) {
		h1 { font-size: 2.3em; line-height: 1.3em; }
		h2 { font-size: 2em; line-height: 1.3em; }
		h3 { font-size: 1.5em; line-height: 1.3em; }
		h4 { font-size: 1.3em; line-height: 1.3em; }
		h5 { font-size: 1.2em; line-height: 1.3em; }
		h6 { font-size: 1.1em; line-height: 1.3em; }
	}

@keyframes img_zoom_out {
	0% { transform: scale(1);}
  	90% { transform: scale(1.1);}
  	100% { transform: scale(1.1);}
}

@keyframes img_zoom_in {
	0% { transform: scale(1.1);}
  	90% { transform: scale(1);}
  	100% { transform: scale(1);}
}

@keyframes appears_alfa {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}

@keyframes appears_up {
	0% {transform:  translate(-200px,0px);}
	20% {transform:  translate(0px,0px);}
	100% {transform:  translate(0px,0px);}
}

/* Fade */
.hvr-fade {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  /*background-color: #2098D1;*/
  /*color: white;*/
}

/* Show DIV */
.inline-photo-right,
.inline-photo-left {
  display: block;
  /*border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.1);*/
  margin: 0 auto;
  clear: both;
  opacity: 0;
}

.inline-photo-right {
  transform: translateX(20em);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  will-change: transform, opacity;
}

.inline-photo-left {
  transform: translateX(-20em);
  transition: transform 3s .20s cubic-bezier(0,1,.3,1),
              opacity .2s .20s ease-out;
  will-change: transform, opacity;
}

  .inline-photo-right.is-visible, .inline-photo-left.is-visible {
    opacity: 1;
    transform: translateX(0);
  }

.inline-photo {
  display: block;
  /*border-radius: .25em;
  box-shadow: 1em 1em 2em .25em rgba(0,0,0,.1);*/
  margin: auto;
  clear: both;
  opacity: 0;
  transform: translateY(10em);
  transition: transform 3s .20s cubic-bezier(0,1,.3,1),
              opacity .2s .20s ease-out;
  will-change: transform, opacity;
}

  .inline-photo.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.inline-photo-nsh {
  display: block;
  /*border-radius: .25em;*/
  margin: auto;
  clear: both;
  opacity: 0;
  transform: translateY(-10em);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  will-change: transform, opacity;
}

  .inline-photo-nsh.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Z-INDEX */
.slider, #fullpage                                               { z-index: 1 !important;}
#top-header, #top-header-wh, #top-header-bl        				 { z-index: 2 !important;}
#productos-intro, #productos-intro img,                          { z-index: 4 !important; /*position: relative;*/}
	@media screen and (min-width: 768px) {
		#productos-intro, #productos-intro img                   { z-index: 4 !important; position: relative !important; }
	}



/*------------------------------------------------------------------------------------
																						MAIN
-----------------------------------------------------------------------------------------------*/

/*------- TOP SLIDER -------*/
.slider {
	height: 50% !important;
	border-bottom: #7ff34b 1px solid;
	max-height: 50%;
}
	/*@media screen and (max-width: 991px) and (min-width: 768px) {
		.slider { margin-top: 0; }
	}
	@media screen and (max-width: 767px) and (min-width: 300px) {
		.slider { margin-top: 0; }
	}*/

.slider .cont-slider {
	position: absolute;
  	top: 50%;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
    transform: translateY(-50%);
}

	@media (max-width: 768px) {
		.slider .cont-slider {
			background-color: rgba(5,13,36,.5);
			display: block;
			/*height: 100%;*/
			padding: 100px 0 !important;
		}
	}

.slider h2 {
    color: #fff;
    line-height: 1.15em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
}

.slider h2.small,
.slider h2.small b {font-size: 50px;}

.slider h2 b,
.slider h2.small b {
    color: #7ff34b;
}

	@media (max-width: 992px) {
		.slider h2 {
			line-height: 1.1em;
			font-size: 30px;
		}
		.slider h2.small,
		.slider h2.small b {font-size: 24px;}
	}

	@media (max-width: 768px) {
		.slider {
			padding-top: 75px !important;
		}
		.slider .cont-slider {
			padding: 0 40px;
		}
		.slider h2 {
			line-height: 1.1em;
			font-size: 24px;
		}
		.slider h2.small,
		.slider h2.small b {font-size: 19px;}
	}

.green_btn {
	background-color: #7ff34b;
	/*border: 2px solid #fcb119;*/
	width: 200px;
	height: 50px;
	color: #0066cc;
	border-radius: 2px;
	font-size: 1em;
	text-align: center;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin: 0 auto;
	text-decoration: none;
	border:0 !important;
}

.green_btn .flechita {
	margin-top: -3px;
	margin-left: 10px;
}

	@media (max-width: 1480px) {
		.green_btn {
			padding: 15px 20px;
			font-size: 13px;
			font-weight: 700;
			height: 50px;
			width: 200px !important;
		}
		.top-header .green_btn {
			padding: 15px 5px;
			font-size: 13px;
			font-weight: 700;
			height: 50px;
			width: 200px !important;
		}
	}

	@media (max-width: 1200px) {
		.green_btn {
			padding: 12px 5px;
			font-size: 13px;
			font-weight: 700;
			height: 40px;
			width: 200px !important;
		}
		.top-header .green_btn {
			font-size: 12px !important;
		}
	}

	@media (max-width: 992px) {
		.top-header .green_btn {
			position: absolute;
			right: 50px;
		}
	}

	@media (max-width: 768px) {
		.green_btn {
			padding: 10px 8px;
			font-size: 12px;
			font-weight: 700;
			height: 40px;
			width: 135px !important;
		}
		.top-header .green_btn {
			padding: 10px 8px;
			font-size: 12px;
			font-weight: 700;
			height: 40px;
			width: 135px !important;
			position: absolute;
			right: 40px;
			top: 8px;
		}

	}

.green_btn:hover {
	color: #7ff34b;
	background-color: #0066cc;
	text-decoration: none;
}

.green_more {
	color: #7ff34b;
	font-family: 'Nunito Sans', sans-serif;
	font-size: .85em;
	text-decoration: none;
	text-transform: uppercase;
}

.green_more:hover {
	color: #7ff34b;
}

.green_more i img {
	margin-left: 5px;
	margin-top:-3px;
}

.green_more:hover i img {
	animation: flechita 1s ease-in-out infinite;
}

@keyframes flechita {
	0%,
  	100% {
    	transform: translate(0, 0);
  	}
  	50% {
    	transform: translate(10px, 0);
  	}
}

/*------- SCROLL DOWN ------*/
.scrolldown {
  position: absolute;
  bottom: 50px;
  top: auto;
  right: auto;
  margin-bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: .2em;
  z-index: 2; /*------------------------------------------------------------------------------------------------z-index*/
  background: transparent; }
  @media (max-width: 768px) {
    .scrolldown {
      display: none; } }
  .scrolldown a {
    margin-left: 0;
    position: relative;
    display: block;
    font-size: 0.85em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: none;
    padding-bottom: 2px;
    text-transform: uppercase;
    text-decoration: none !important;}
    .scrolldown a .txt {
      position: relative;
      min-width: 100px;
      text-align: center;
      top: 0;
      color: rgba(255, 255, 255, 1);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      text-decoration: none !important;
    }
    .scrolldown a.white .txt {
      color: rgba(255, 255, 255, 1);
    }

    .icon-scroll,
    .icon-scroll:before {
      position: absolute;
      left: 50%;}

    .icon-scroll {
      background: url(../images/arrow_down_grey.png) bottom no-repeat; 
      width: 32px;
      height: 80px;
      margin-left: -16px;
      top: 0;
      margin-top: 20px;
    }
    .icon-scroll.white {
      background: url(../images/arrow_down_wh.png) bottom no-repeat; 
      width: 32px;
      height: 80px;
      margin-left: -16px;
      top: 0;
      margin-top: 20px;
    }

    .icon-scroll:before {
      content: '';
      width: 2px;
      height: 40px;
      background: #4d5563;
      margin-left: -1px;
      top: 10px;
      border-radius: 4px;
      animation-duration: 3.5s;
      animation-iteration-count: infinite;
      animation-name: scroll;}
        .icon-scroll.white:before {
          background: #fff;
        }

    @keyframes scroll {
      0% {opacity: 1}
      100% {opacity: 0; transform: translateY(40px)}
    }
    .scrolldown a:hover {
      color: #ffffff; }
      .scrolldown a:hover .txt, .scrolldown a:hover .icon-scroll {
        color: white; }
      .scrolldown a:hover:before {
        border-color: #ffffff; }
          .scrolldown a:hover .icon-scroll:before {
            background: #fff; }
          .scrolldown a:hover .icon-scroll {
            background: url(../images/arrow_down_wh.png) bottom no-repeat; 
          }    

/*------- TOP HEADER -------*/
#top-header {
	overflow: hidden;
	position: fixed;
  	background-color: rgba(255,255,255,1);
  	padding: 10px 20px;
}

	@media (max-width: 768px) {
		#top-header {
			background-color: rgba(255,255,255,1);
			padding: 5px 10px;
		}
	}

/* DEFINO COLORES <------------------------------------------------------------------------
azul 1: #0066cc;
azul 2: #0050d1;
azul 3: #00468c;
verde 1: #7ff34b;
verde original: #43bf08;
gris 1: #828282;
gris 2: #dcdcdc;
*/

.navbar-brand img {}
	@media (max-width: 768px) {
    .navbar-brand img {
      width: 150px !important;
    }
  }

.menu-principal {
	margin: 0 auto;
}

.menu-principal li { margin: 0 5px; }
.navbar-collapse.collapse.show .menu-principal li { margin: 5px 0; }
.navbar-collapse.collapse.show .menu-principal li a { font-size: .8em; color: #fff;}

.menu-principal li.active a/*, .nav-item:active*/ {
	color: #0066cc !important;
	display: block;
	/*background-color: #0066cc;*/
	border-radius: 2px;
	border: 2px solid #dcdcdc;
}

.menu-principal li a {
	color: #0066cc !important;
	padding: 7px 20px !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #fff;
}

	@media (max-width: 1200px) {
		.menu-principal li a {
			font-size: 12px;
		}
	}

.menu-principal li a:hover {
	color: #0066cc !important;
	border-radius: 2px;
	display: block;
	border: 2px solid #dcdcdc;
}

/*.menu-principal li.active.dropdown {
	color: #00468c !important;
	background-color: #fff !important;
	border-radius: 0;
	border: 0 !important;
}

.menu-principal li.active.dropdown .dropdown-menu a {
	color: #00468c !important;
	background-color: #fff !important;
	border-radius: 0;
	border: 0 !important;
}

.menu-principal .dropdown-menu.show a.dropdown-item {
	color: #02164f !important;
}

.menu-principal li.dropdown .dropdown-menu a:hover {
	background-color: #fff;
	border-radius: 0;
	color:#02164f !important; 
	border: 0 !important;
}*/

.navbar-collapse.collapse.show  {
	background-color: #0050d1 !important;
	padding: 20px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
	border-radius: 2px;
	color: #fff;
}

.navbar-collapse.collapse.show .menu-principal li a {
	font-size: .75em;
	text-align: right;
	padding: 5px;
	margin: 0 auto;
	color: #fff !important;
	border:0;

}

.navbar-toggler {
    /*color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);*/
    color: #0066cc !important;
    background-color: #fff;
    border: 0 !important;
    border: none !important;
    outline:none !important;
    padding: 0;
}

	@media (max-width: 992px) {
		.navbar-toggler {
			position: absolute;
			right: 0;
		}
	}

	@media (max-width: 768px) {
		.navbar-toggler {
			position: absolute;
			right: 0;
			top: 13px;
			border: 0 !important;
    		border: none !important;
    		outline:none !important;
		}
		.navbar-toggler:hover,
		.navbar-toggler:active,
		.navbar-toggler:focus {
			border: 0 !important;
			border: none !important;
			outline:none !important;
		}
	}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
	border: 0 !important;
	border: none !important;
	outline:none !important;
}

.navbar-toggler span i,
.navbar-toggler-icon {
	font-size: 1em;
	padding: .15em;
	color: #0066cc !important;
}


.right_btn li {
	margin: 0 5px;
}

.right_btn li a {
	width: auto;
	height: 50px;
	color: #0066cc;
	border-radius: 2px;
	text-align: center;
	padding: 15px 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}

	@media (max-width: 1200px) {
		.right_btn li a {
			font-size: 12px;
			padding: 12px 10px 0;
			height: 40px;
		}
	}

	@media (max-width: 768px) {
		.right_btn li a {
			padding: 15px !important;
			font-weight: 600;
			color: #fff !important;
			font-size: .75em;
			text-align: right;
			width: auto !important;
		}
	}

.right_btn li a:hover {
	color: #7ff34b;
	background-color: #0066cc;
	text-decoration: none;
}





/*------- SECCIONES - HOME -------*/

/* DEFINO COLORES <------------------------------------------------------------------------
azul 1: #0066cc;
azul 2: #0050d1;
azul 3: #00468c;
verde 1: #7ff34b;
verde original: #43bf08;
gris 1: #828282;
gris 2: #dcdcdc;
*/

/*------- HOME - SOLUCIÓN 7 PASOS -------*/
.solucion_home_top {
	background-color: #0050d1;
	padding: 80px 0 300px;
}

.solucion_home {
	background-color: transparent;
	padding: 80px 0 40px;
	margin-top: -350px;
}

  @media (max-width: 992px) {
    .solucion_home_top {
      padding: 50px 0 200px;
    }
    .solucion_home {
      padding: 50px 0 70px;
      margin-top: -250px;
    }
  }

  @media (max-width: 768px) {
    .solucion_home_top {
      padding: 20px 0 100px;
    }
    .solucion_home {
      padding: 50px 0 70px;
      margin-top: -150px;
    }
  }

.solucion_home_top h2,
.solucion_home h2 {
	color: #fff;
	line-height: 1.1em !important;
}

.solucion_home_top h2 b,
.solucion_home h2 b {
    color: #7ff34b;
}

.solucion_home_top p,
.solucion_home p {
	color: #fff;
	opacity: .8;
	line-height: 1.5em !important;
	font-weight: 300;
	font-size: 1.1em;
}

.solucion_home_top p b,
.solucion_home p b {color: #7ff34b; opacity: 1 !important; font-weight: 700;}

	@media (max-width: 992px) {
	}

	@media (max-width: 768px) {
		.solucion_home_top p,
		.solucion_home p {font-size: .85em;}
	}

.solucion_home .owl-carousel {
  overflow: hidden;
}

.solucion_home .owl-carousel .owl-stage-outer {
	/*box-shadow: 0px 0px 12px 25px rgba(0, 29, 76, 0.1);*/
	box-shadow: 0px 10px 20px -7px rgba(0, 29, 76, 0.15), 0px 5px 20px 0px rgba(0, 29, 76, 0.1);
}

.solucion_home .owl-carousel .item {
  padding: 40px;
  background-color: #fff;
  display: block !important;
  transition: all .3s ease-out;
  height: 330px;
  text-decoration: none !important;
}

	@media (max-width: 768px) {
		.solucion_home .owl-carousel .item {
			height: 310px;
		}
	}	

.solucion_home .owl-carousel .item:hover,
.solucion_home .owl-carousel .item.gr:hover {
	background-color: #7ff34b;
}

.solucion_home .owl-carousel .item:hover .circle_arrow {
	background-color: #7ff34b;
}

.solucion_home .owl-carousel .item.gr {
  background-color: #f7f7f7;
}

.solucion_home .owl-carousel .item h6 {
  color:#0066cc !important;
  font-size: 2em;
  line-height: 1.1em;
  text-transform: inherit !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

	@media (max-width: 1480px) {
		.solucion_home .owl-carousel .item h6 {
			font-size: 1.75em;
		}
	}

	@media (max-width: 1200px) {
		.solucion_home .owl-carousel .item h6 {
			font-size: 1.6em;
		}
	}

	@media (max-width: 768px) {
		.solucion_home .owl-carousel .item h6 {
			text-align: center;
		}
	}	

.circle_arrow {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	width: 44px;
	height: 44px;
	padding: 13px 10px 7px 10px;
	transition: 4s, color, background;
}

.solucion_home .owl-carousel .owl-nav {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

.solucion_home .owl-carousel .owl-nav .owl-prev,
.solucion_home .owl-carousel .owl-nav .owl-next {
    width: 25px !important;
    height: 49px !important;
    padding: 0 !important;
    background-color: #a4a4a4;
    -webkit-mask-size: cover;
    mask-size: cover;

}

.solucion_home .owl-carousel .owl-nav .owl-prev span,
.solucion_home .owl-carousel .owl-nav .owl-next span { display: none !important;}

.solucion_home .owl-carousel .owl-nav .owl-prev {
    -webkit-mask: url(../images/arrow_prev.svg) no-repeat 50% 50%;
    mask: url(../images/arrow_prev.svg) no-repeat 50% 50%;
    float: left;
}

.solucion_home .owl-carousel .owl-nav .owl-next {
    -webkit-mask: url(../images/arrow_next.svg) no-repeat 50% 50%;
    mask: url(../images/arrow_next.svg) no-repeat 50% 50%;
    float: right;
}

.solucion_home .owl-carousel .owl-dots .owl-dot {
	margin-top: 40px;
}

.solucion_home .owl-carousel .owl-dots .owl-dot span {
  background-color: #0066cc;
}

.solucion_home .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #00468c;
}

.solucion_home .owl-carousel .owl-dots .owl-dot.active span {
  background-color:#00468c !important;
}



/* DEFINO COLORES <------------------------------------------------------------------------
azul 1: #0066cc;
azul 2: #0050d1;
azul 3: #00468c;
verde 1: #7ff34b;
verde original: #43bf08;
gris 1: #828282;
gris 2: #dcdcdc;
*/

/*------- HOME - BOTTOM CONTENT -------*/
.bottom_content {
	background-color: #0050d1;
	padding: 80px 0;
	margin-top: 200px;
  	background: 
  		linear-gradient( 0deg, rgba(0,51,162,1) 20%, rgba(0,51,162,.1) 100%),
  		#0050d1;
}

  @media (max-width: 992px) {
    .bottom_content {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .bottom_content {
      padding: 20px 0 60px;
      margin-top: 130px;
    }
  }


.bottom_content_interiores {
	background-color: #0050d1;
	padding: 80px 0;
  	background: 
  		linear-gradient( 0deg, rgba(0,51,162,1) 20%, rgba(0,51,162,.1) 100%),
  		#0050d1;
}

  @media (max-width: 992px) {
    .bottom_content_interiores {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .bottom_content_interiores {
      padding: 20px 0 60px;
    }
  }




.nosotros-banner {
 	margin-top: -200px;
}

	@media (max-width: 768px) {
		.nosotros-banner {
			margin-top: -150px;
		}
	}

.nosotros-image {
	position: relative;
}

.nosotros-image img {
	box-shadow: 0px 0px 20px 7px rgba(0, 29, 76, 0.2);
}

.nosotros-banner .nosotros-image .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
    transform: translateY(-50%, -50%);
    padding: 175px 0;
}

	@media (max-width: 1480px) {
		.nosotros-banner .nosotros-image .overlay {
			padding: 100px 0;
		}
	}

	@media (max-width: 1280px) {
		.nosotros-banner .nosotros-image .overlay {
			padding: 80px 0;
		}
	}

	@media (max-width: 768px) {
		.nosotros-banner .nosotros-image .overlay {
			position: relative;
			padding: 50px 0;
		}
		.nosotros-image a img {
			box-shadow: none !important;
		}
	}

.nosotros-banner .nosotros-image .overlay h2 {
	color: #7ff34b;
}

.nosotros-banner .nosotros-image .overlay p {
color: #fff;
line-height: 1.6em !important;
font-weight: 300;
font-size: 1.2em;
padding: 0 250px !important;
}

	@media (max-width: 1480px) {
		.nosotros-banner .nosotros-image .overlay p {
			padding: 0 100px !important;
		}
	}
	@media (max-width: 768px) {
		.nosotros-banner .nosotros-image .overlay p {
			padding: 0 20px !important;
			font-size: .85em;
		}
	}



.norma035-intro {
	border-bottom: 2px solid #fff;
	padding: 80px 0;
}

  @media (max-width: 992px) {
    .norma035-intro {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .norma035-intro {
      padding: 0 0 60px;
    }
  }

  .interiores_seccion_blue .norma035-intro {
  	border-bottom: 1px solid rgba(0,102,204,.7) !important;
  }




.norma035-intro h2 {
	color: #fff;
}

.norma035-intro p {
	color: #fff;
	line-height: 1.5em !important;
	font-weight: 300;
	font-size: 1.1em;
	opacity: .7;
}

.norma035-intro p b {
	color: #7ff34b;
	font-weight: 700;
}

	@media (max-width: 1200px) {
		.norma035-intro p {
			font-size: .95em;
		}
	}
	@media (max-width: 768px) {
		.norma035-intro p {
			font-size: .85em;
		}
	}

.norma035-intro h6 {
	color: #7ff34b;
	opacity: .7;
	font-family: 'Nunito Sans', sans-serif;
}

	@media (max-width: 1200px) {
		.norma035-intro h6 {
			font-size: 1.5em;
		}
	}

.norma035-intro .ic {
	color: #7ff34b;
	opacity: .7;
}

	.interiores_seccion_blue .norma035-intro p,
	.interiores_seccion_blue .norma035-intro h6 { opacity: .9 !important;}


.bd-r {
	border-right: 1px solid rgba(0,102,204,.7);
}

	@media (max-width: 768px) {
		.bd-r {
			border-bottom: 1px solid rgba(0,102,204,.7);
			border-right: 0;
		}
	}




/*------- FOOTER -------*/
/*.footer {
	padding: 100px 0;
	background: url(../images/blue_bg1.gif) #02164f  top left no-repeat, url(../images/blue_bg2.gif) #02164f  bottom right no-repeat;
	background: #02164f url(../images/blue_bg1.gif) top left no-repeat;
	color: #fff;
}

	@media (max-width: 768px) {
		.footer {
			padding: 60px 0 ;
		}
	}*/

.footer {
	border-bottom: 1px solid #b3c2e4;
	padding: 80px 0;
}

  @media (max-width: 992px) {
    .footer {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .footer {
      padding: 20px 0 60px;
    }
  }


/*.footer .item-datos p,
.footer .item-datos p a { 
	color: #fff !important;
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
}

.footer .item-datos p.horario {
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}*/

.footer .item-listas h6 {
	color: #fff !important;
	opacity: .7;
	font-weight: 600;
	text-transform: uppercase;
	height: 40px !important;
	font-size: 14px;
}

.footer .item-listas ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}

.footer .item-listas ul li {
	margin: 0;
	padding: 0;
}

.footer .item-listas ul li a {
	color: #fff !important;
	opacity: .7 !important;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
}

.footer .item-listas ul li a:hover {
	opacity: 1 !important;
	transition: 1.5s, color, background;
	text-decoration: underline;
}

.footer .item-listas .redes i {
	color: #fff !important;
	opacity: .7 !important;
	font-size: 24px !important;
}

.footer .item-listas .redes:hover i {
	opacity: 1 !important;
	transition: 1.5s, color, background;
}

.copyright p {
	color: #fff !important;
	opacity: .7 !important;
	font-size: 14px !important;
	font-weight: 300 !important;
}


/*------- INTERIORES -------*/
.nosotros .nosotros_top {
	background-image: 
    /*radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.1)),*/
    url(../images/spt_titulo_bg_nosotros.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

	@media screen and (max-width: 768px) {
		.nosotros .nosotros_top {
			height: 350px;
		}
	}

.norma035 .norma035_top {
	background-image: 
    /*radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.1)),*/
    url(../images/spt_titulo_bg_nom035.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

	@media screen and (max-width: 768px) {
		.norma035 .norma035_top {
			height: 350px;
		}
	}

.solucion .solucion_top {
	background: 
    /*radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.1)),*/
    /*url(../images/spt_titulo_bg_nosotros.jpg),*/
    #0050d1;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

	@media screen and (max-width: 768px) {
		.solucion .solucion_top {
		}
	}

.nosotros_top h6,
.norma035_top h6,
.solucion_top h6 {
	font-weight: 300 !important;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}

.nosotros_top h1,
.norma035_top h1,
.solucion_top h1 {
    line-height: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
}

.nosotros_top h1,
.norma035_top h1,
.solucion_top h1,
.solucion_top p {
    color: #fff;
}

.solucion_top p {
	font-size: 1.1em;
}

	@media screen and (max-width: 768px) {
		.solucion .solucion_top p {
			font-size: .9em;
		}
	}

.solucion_top h1 b {
    color: #7ff34b;
}

.solucion_top p, .solucion_top .arrow_down { opacity: .8; font-weight: 300;}

.solucion_top p b {color: #7ff34b; opacity: 1 !important; font-weight: 700;}

	@media (max-width: 768px) {
		.nosotros_top h6,
		.norma035_top h6 {
			font-size: 20px;
		}
		.nosotros_top h1,
		.norma035_top h1 {
			line-height: 1em;
			font-size: 2.8em;
		}
	}

.interiores_seccion_blue {
	background-color: #0050d1;
	padding: 80px 0;
  	background: 
  		linear-gradient( 0deg, rgba(0,51,162,1) 20%, rgba(0,51,162,.1) 100%),
  		#0050d1;
}

  @media (max-width: 992px) {
    .interiores_seccion_blue {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .interiores_seccion_blue {
      padding: 20px 0 60px;
    }
  }

.interiores_seccion_blue h2 {
	color: #fff;
	line-height: 1.1em;
}

.interiores_seccion_blue h2 b {
	color: #7ff34b;
}

.interiores_seccion_white {
	background-color: #fff;
	padding: 80px 0;
	border: 0;
}

.solucion_7_pasos .interiores_seccion_white {
	background-color: #fff;
	padding: 30px 0;
	border: 0;
}

  @media (max-width: 992px) {
    .interiores_seccion_white {
      padding: 50px 0 70px;
    }
    .solucion_7_pasos .interiores_seccion_white {
    	padding: 30px 0;
    }
  }

  @media (max-width: 768px) {
    .interiores_seccion_white {
      padding: 50px 0 60px;
    }
    .solucion_7_pasos .interiores_seccion_white {
    	padding: 20px 0 30px;
    }
  }

.interiores_seccion_white h5 {
	color: #0066cc;
}

.descargas {
	list-style: none;
	
	margin: 0 auto;
	text-align: center;
	max-width: 560px;
}

.descargas li {
	min-height: 50px;
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #4c4b4b;
}

.descargas li .bullet1 { margin: -10px 10px 0; }

.descargas li a {
	color: #4c4b4b;
	font-size: 1.1em;
	font-weight: 300;
}


.line_pasos {
	margin: 0 auto;
	min-height:220px;
	width: 2px;
	display: block;
	background: 
  		linear-gradient( 90deg, rgba(0,102,204,1) 100%, rgba(0,51,162,1) 20%),
  		#0066cc;
}

  @media (max-width: 768px) {
    .line_pasos {
    	display: none;
    }
  }


.solucion_7_pasos .number {
	color: #7ff34b;
	font-family: 'Lato', sans-serif;
	font-size: 3.5em;
	line-height: .75em !important;
	font-weight: 700;
}

.solucion_7_pasos h5 {
	color: #0066cc;
	font-weight: 300;
}

	@media (max-width: 768px) {
		.solucion_7_pasos h5 {
			font-size: 26px;
		}
	}

.interiores_seccion_white p {
	color: #4c4b4b;
	font-weight: 300;
	font-size: 1.1em;
}

.interiores_seccion_white ul li {
	color: #4c4b4b;
	font-weight: 300;
	font-size: 1.1em;
}

	@media (max-width: 768px) {
		.interiores_seccion_white ul,
		.interiores_seccion_white ul li {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.interiores_seccion_white ul li img {
			width: 30px;
		}
		.interiores_seccion_white ul li {
			margin: 10px;
		}
	}


.interiores-intro {
	border-bottom: 1px solid #dcdcdc;
	padding: 90px 0 80px;
}

  @media (max-width: 992px) {
    .interiores-intro {
      padding: 50px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .interiores-intro {
      padding: 20px 0 60px;
    }
  }

.interiores-intro p {
	font-size: 36px;
	color: #4c4b4b;
	font-weight: 700; 
	font-family: 'Nunito Sans', sans-serif;
	padding-right: 150px;
	line-height: 1.45em;
}

.interiores-intro p a {
	color: #0066cc;
	font-weight: 700;
	font-size: 36px !important;
}

.interiores-intro p b {
	font-weight: 700; 
	color: #0066cc;
}

	@media (max-width: 768px) {
		.interiores-intro p,
		.interiores-intro p a {
			font-size: 26px !important;
			font-weight: 500; 
		}
		.interiores-intro p {
			padding-right: 0;
		}
	}

.interiores-cols {
	border-bottom: 1px solid #dcdcdc;
}
.interiores-cols-last {
	border-bottom: 0;
}



.interiores-cols ul li,
.interiores-cols-last ul li {
	color: #4c4b4b;
	font-size: 1.3em;
	font-weight: 300;
	/*padding: 0 10px 0 10px;*/
	margin: 0 0 0 50px;
}

	@media (max-width: 768px) {
		.interiores-cols ul,
		.interiores-cols ul li,
		.interiores-cols-last ul,
		.interiores-cols-last ul li {
			/*list-style: none;
			padding: 0;
			margin: 0;*/
			margin: 0 0 0 20px;
			padding: 0 30px 0 0;
		}
	}





.bd-r-blue {
	border-right: 1px solid #0066cc;
}

	@media (max-width: 768px) {
		.bd-r-blue {
			border-right: 0;
		}
	}

.bd-b-gray {
	border-bottom:#dcdcdc 1px solid; 
}

	@media (max-width: 768px) {
		.bd-b-gray {
			border-bottom:0;
		}
	}

.interiores-cols .bullet1,
.interiores-cols-last .bullet1 {
	margin-right: 15px;
}

	@media (max-width: 768px) {
		.interiores-cols .bullet1,
		.interiores-cols-last .bullet1 {
			margin-right: 0;
		}
	}

.interiores-cols h5,
.interiores-cols-last h5 {
	color: #0066cc;
	font-weight: 400 !important;
	margin: -2px 0 0 !important;
}

	@media (max-width: 768px) {
		.interiores-cols h5,
		.interiores-cols-last h5 {
			font-size: 26px !important;
			margin: 20px 0 0 !important;
		}
	}

.interiores-cols p,
.interiores-cols-last p {
	color: #4c4b4b;
	font-size: 1.3em;
	font-weight: 300;
}

.interiores-cols p b,
.interiores-cols-last p b {
	color: #0066cc;
	font-weight: 700;
}

.interiores-blue-center {
	background-color: #0050d1;
	box-shadow: 0px 0px 20px 7px rgba(0, 29, 76, 0.2);
}

.interiores-blue-center h2 {
	color: #fff;
}

.interiores-blue-center p {
	font-weight: 300;
	color: #fff;
}

	@media (max-width: 768px) {
		.interiores-blue-center p {
			font-size: 1em;
		}
	}


/*------- FORMULARIO - SOLUCIÓN 7 PASOS -------*/
.form-landing {
	background: url(../images/spt_home_slider01.jpg);
	background-position: center;
  	background-repeat: repeat;
  	background-size: cover;
	padding: 150px 0;
	height: 100% !important;
}

  @media (max-width: 1440px) {
    .form-landing {
      padding: 100px 0 70px;
    }
  }

  @media (max-width: 992px) {
    .form-landing {
      padding: 60px 0 70px;
    }
  }

  @media (max-width: 768px) {
    .form-landing {
      padding: 60px 0 0;
    }
  }



.form-demo .modal-content {
	background-color: #7ff34b;
	border:0;
	border-radius: 0;
	color: #00468c;
	font-family: 'Nunito Sans', sans-serif;
}

.form-demo .btn-close {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	width: 34px;
	height: 34px;
	padding: 8px;
	transition: 4s, color, background;
	color: #00468c !important;
	position: absolute;
	top: -17px;
	right: -17px;
	opacity: 1 !important;
}

.form-demo h3,
.form-demo2 h3 {
	color: #00468c;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 900 !important;
}

/*.form-demo2 h3 {
	color: #7ff34b;
}*/



.form-iconos {
	/*border: 1px solid #5bbd67;*/
	border-radius: 2px;
	/*background-color: #fff;*/
}

.form-iconos p,
.form-subtitulo {
	color: #00468c;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1em;
	padding: 0 !important;
	margin-bottom: 5px !important; 
}

/*.form-landing .form-iconos p,
.form-landing .form-subtitulo {
	color: #7ff34b;
}*/

.form-iconos p b {
	font-size: 2em;
	padding: 0 !important;
}

.form-iconos i {
	color: #00468c;
	font-size: 1.3em;
	line-height: .75em !important;
}




#contact-form {
	color: #00468c !important;
	font-size: 14px;
}

/*.form-landing #contact-form {
	color: #7ff34b !important;
	font-size: 15px;
}*/

#contact-form input,
#contact-form select {
	color: #00468c !important;
	border: 1px solid #00468c !important;
	border-radius: none !important;
	border-radius: 0 !important;
	background-color: transparent;
}

/*.form-landing #contact-form input,
.form-landing #contact-form select {
	color: #7ff34b !important;
	border: 1px solid #7ff34b !important;
}*/

#contact-form .btn {
	background-color: #00468c;
	border: none;
	width: auto;
	height: 50px;
	color: #7ff34b !important;
	border-radius: 25px;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
}

#contact-form .btn-centered {
	background-color: #00468c;
	border: none;
	width: auto;
	height: 50px;
	color: #7ff34b !important;
	border-radius: 25px;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	margin: auto !important;
}

.btn-solo {
	background-color: #00468c;
	border: none;
	width: auto;
	height: 50px;
	color: #7ff34b !important;
	font-size: 1.1em;
	text-align: center;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 2px;
	margin: 0 auto !important;
	text-decoration: none;
}

#contact-form .btn:hover,
#contact-form .btn-centered:hover { 
	color: #00468c !important;
	background-color: #7ff34b;
	text-decoration: none;
}

.btn-solo:hover { 
	color: #00468c !important;
	background-color: #7ff34b;
	text-decoration: none;
}

#contact-form .form-check-input {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	color: #00468c;
}

#contact-form .form-check-input:checked {
	background-color: #00468c;
}

#contact-form .form-check-label {
	width: 80%;
}

#gracias p,
#errorform p {
	font-size: 1em;
	color: #00468c;
	line-height: 1em;
	border: 1px solid #00468c;
	padding: 20px;
	margin: 20px 0 0;
}

#gracias h5 {
	color: #00468c;
}





.hero-images {
 /* max-width: 1200px; /* native or declared width of img src (if known) */
	max-height: 400px;
	overflow: hidden;
}

img.scale {
 /* corrects small inline gap at bottom of containing div */
	display: block; 
  	width: 100%; /* corrects obscure Firefox bug */
	max-width: 100%;
	/* just in case, to force correct aspect ratio */
	height: auto !important;
  	display: block; /* corrects small inline gap at bottom of containing div */
  	width: 100% ;/* corrects obscure Firefox bug */
  	max-width: 100%;
  	/* just in case, to force correct aspect ratio */
  	height: auto !important;
  	/*width: auto\9; 
  	/* ie8+9 - use modernizr instead of this \9 hack */
  	/* lt ie8 */
  	-ms-interpolation-mode: bicubic;
	/* optionally force a minimum size if img src size is known: */
	/* min-height: 320px; /* max-height of .crop-height */
	/* min-width: 480px; /* proportional to above */
}




/*
.confirmacion i {
	color: #ffcc00;
	font-size: 4em;
}

.confirmacion h6 {
	color: #02164f;
}
*/




#tawkchat-minified-container {
    margin: 0;
    border: 0 none;
    padding: 0;
    cursor: pointer;
    z-index: 999999;
    position: absolute;
    top: 0;
    bottom: 0 !important;
    width: auto;
    height: auto;
    left: 0;
    right: 0 !important;
    border-bottom: 0;
}

#tawkchat-minified-wrapper .theme-background-color,
.theme-background-color {
	background-color: #7ff34b !important;
}

.theme-text-color {
    color: #00468c !important;
    text-transform: uppercase !important;
}






