@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


html {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

blockquote {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: inherit;
  font-family: inherit;
}
html,
body,
button,
input,
select,
textarea {
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
}
html,
body {
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  outline: none;
}
.b-content {
  min-height: 100%;
  margin: 0 auto -50px;
  /* the bottom margin is the negative value of the footer's height */

}
.b-content:before,
.b-content:after {
  content: "";
  display: table;
  clear: both;
}
.b-content.not-in-preview,
.b-content.hide-footer {
  padding-bottom: 0;
}
.b-content.not-in-preview {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  color: inherit;
  text-decoration: none;
}
.fr-wf > .fr-text {
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  //word-break: break-word;
}
.wf-loading .fr-wf > .fr-text {
  opacity: 0 !important;
}
.wf-inactive .fr-wf > .fr-text,
.wf-active .fr-wf > .fr-text {
  opacity: 1;
  margin-top:10px;
}
/* Navigation widget styles applied in pane for editing */
.opened {
  /* needed for edit mode interactions, to overwrite widget default style */
  max-height: 9999px !important;
  position: relative !important;
}
body.is-mobile .fr-widget {
  background-attachment: scroll !important;
}
            header img {
                display: none;
            }
.fr-widget {
  display: block;
}
.fr-container:before,
.fr-navigation:before,
.fr-container:after,
.fr-navigation:after {
  content: "";
  display: table;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-order: 9999;
  order: 9999;
}
.fr-container:after,
.fr-navigation:after {
  clear: both;
}
.fr-link {
  text-decoration: none;
  cursor: default;
}
.fr-link[href] {
  cursor: pointer;
}
.fr-link[href],
.fr-link[href]:active,
.fr-link[href]:focus {
  outline: none;
}
.fr-link.fr-linktype-submit,
.fr-link.fr-linktype-submit * {
  cursor: default;
}
.fr-text i,
.fr-text em {
  font-style: italic;
}
.fr-text u {
  text-decoration: underline;
}
.fr-text del,
.fr-text s,
.fr-text strike {
  text-decoration: line-through;
}
.fr-text b,
.fr-text strong {
  font-weight:normal;
}
.fr-text > :first-child {
  margin-top: 0;
}
.fr-text > :last-child {
  margin-bottom: 0;
}
.fr-widget.fr-richtext {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-decoration: inherit;
  line-height: inherit;
  color: inherit;
}

.fr-input {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
}
.fr-input > input {
  display: block !important;
  margin: 0 !important;
  width: 100%;
  //max-width: 240px;
  height: 100%;
}
.fr-input > input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-input > input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-input > input:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-input > input::placeholder {
  color: inherit;
  opacity: 0.5;
}

.fr-widget-hover-opacity-60 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fr-widget-hover-opacity-60:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.125s;
  transition-duration: 0.125s;
}
.fr-widget-hover-scale-up {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.fr-widget-hover-scale-up:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.fr-widget.fr-slideshow > .fr-widget.fr-container {
	margin: 0;
	top: 15px;
	left: 129px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}
.fr-widget.fr-slideshow .fr-slideshow-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 20px;
  line-height: 10px;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 2;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: .6;
  border-radius: 5px;
  margin: 0 5px;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch.swiper-active-switch {
  opacity: 1;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch:hover {
  cursor: pointer;
}
.b-content .fr-widget.swiper-container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* IE10 Windows Phone 8 Fixes */
}
.b-content .fr-widget.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, transform, left, top;
  transition-property: -webkit-transform, transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.b-content .fr-widget.swiper-container .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.b-content .fr-widget.swiper-container .swiper-slide {
  display: block;
  visibility: visible;
  float: left;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.b-content .fr-widget.swiper-container .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.b-content .fr-widget.swiper-container .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.fr-widget.fr-background-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

h1 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display:block;
 text-align:center;
}
h1 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  display:block;
}
h2 {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h4 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h5 {
  font-weight: 700;
  font-size: .6875rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .07rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}

h6 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem
}
ul{
/*list-style-type:'â€º  '!important; */
		}
.vine{
	list-style-type:'â€º  '!important; 
	}

p {
  font-size: 1.9em;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 1.25rem;
  color: white
}

blockquote {
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: -0.03rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem
}

a {
  text-decoration: underline;
  color: inherit
}

a:hover {
  opacity: .8
}



.fr_form_input_1 {
  font-weight: 300;
  font-size: 1em;
  line-height: 20px;
  color: #333;
  background-color: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding-left:10px;
}

#btn-enviar {
  font-weight: 300;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  letter-spacing: .03em;
  color: white;
  background-color: #e40b06;
  border-radius: 5px
}
#btn-enviar:hover{
  background-color: #333;
 
}
#btn-enviar {
  float: none;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
  max-width: 300px;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  letter-spacing: .03em;
  color: white;
  background-color:#D20A11;
  border-radius: 3px;
  border:none;
}
#btn-enviar:hover {
  background-color: grey;
  transition-duration: .125s;
}
/* Boton Enviar*/

#btn-enviar-inter {
  border:none;
  background-color:#D20A11;
  border-radius: 3px;
  color: white;
  display: block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin-right: auto;
  margin-left: auto;
  /*max-width: 300px;
  min-width: 200px;*/
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#btn-enviar-inter:hover {
  background-color: grey;
  transition-duration: .125s;
}
fr_email {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.35;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  min-height: 1.35em;
  max-width: 600px
}

.fr-texto {
  font-weight: 100;
  font-size: 0,2em;
  text-align: center
}


@media screen and (max-width:480px) {
  
header {
  margin-top: 50px;
}          
  header img {
                width: 300px;
                display: block;
                margin: 0 auto;
                padding: 20px;
                background-color: #ffd300;    
            }
  p {
    font-size: 2.3em
  }
  .redes{
    margin-top: -30px !important;
  
  }
    .fr_mensaje {
    text-align: left
  }
 
    .fr_email {
    text-align: left
  }

  .fr_paragraph_left_white {
    font-size: .9em;
    text-align: center
  }
  .fr_h2_left_white {
    font-size: 1.3em;
    text-align: left
  }
  .fr_contenedor_cuidamos_importante {
    height: 20rem;
    margin-top: 14rem;
    background-image: none;
    max-height: 20rem
  }
  .fr_cont_3columnas {
    margin-bottom: 10px;
    max-height: 20rem
  }
  .fr_3_columns.fr-grid>.fr-widget {
    float: left
  }
  .fr_3_columns>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_container_2 {
    max-height: 20rem
  }
  .fr_columna_soluciones_flecha.fr-grid>.fr-widget {
    float: left
  }
  .fr_columna_soluciones_flecha>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image_2 {
    display: none
  }
  .fr_2_column_bajo_control {
    width: 60%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 30px;
    min-height: 4rem
  }
  .fr_2_column_bajo_control.fr-grid>.fr-widget {
    float: left
  }
  .fr_2_column_bajo_control>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_flechita {
    display: none
  }
  .fr_tenga_bajo_control {
    font-size: .7em
  }
  .fr_columna_contactenos_flecha.fr-grid>.fr-widget {
    float: left
  }
  .fr_columna_contactenos_flecha>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image_3 {
    display: none
  }
  .fr_columna_app_flecha.fr-grid>.fr-widget {
    float: left
  }
  .fr_columna_app_flecha>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image_4 {
    display: none
  }
  .fr_texto_radarapp {
    margin-right: auto
  }
  .fr_texto_control_seguridad {
    display: none
  }
  .fr_texto_cuidamos {
	width:90%;
	font-size:1.5em;  
    margin-right: auto;
    margin-left: auto;

  }
  .fr_columna_soluciones_flecha_2.fr-grid>.fr-widget {
    float: left
  }
  .fr_columna_soluciones_flecha_2>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image_5 {
    display: none
  }
  .fr_texto_soluciones_3 {
    text-align: center;
    color: #333
  }
  .fr_oversig_column {
    width: 50%;
    margin-left: 50%
  }
  .fr_oversig_column.fr-grid>.fr-widget {
    float: left
  }
  .fr_oversig_column>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_image_6 {
    display: none
  }
  .fr_slide_4 {
    background-position: center center;
    background-size: cover
  }
  .fr_contenedor_cuidamos_importante_2 {
    margin-top: 15rem;
    max-height: 20rem
  }
  .fr_2_column_bajo_control_2 {
    width: 80%;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 30px;
    min-height: 4rem
  }
  .fr_2_column_bajo_control_2.fr-grid>.fr-widget {
    float: left
  }
  .fr_2_column_bajo_control_2>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_flechita_2 {
    display: none
  }
  .fr_tenga_bajo_control_2 {
    font-size: .7em
  }
  .fr_contenedor_youtube {
    display: none
  }
  .fr_2_columns.fr-grid>.fr-widget {
    float: left
  }
  .fr_2_columns>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_f4_2_columns.fr-grid>.fr-widget {
    float: left
  }
  .fr_f4_2_columns>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 0;
    margin-bottom: .6em;
    margin-left: 0;
    width: 100%;
    clear: left;
    max-width: inherit
  }
  .fr_f4_container_one {
    display: none
  }
}

@media screen and (max-width:320px) {
    
header {
  margin-top: 50px;
}          
  header img {
                width: 300px;
                display: block;
                margin: 0 auto;
                padding: 20px;
                background-color: #ffd300;    
            }
  .fr_tranquilidad_enyoutube.fr-text p {
    font-size: 1.8em
  }
  .fr_tenga_bajo_control {
    font-size: .6em;
    line-height: 1.15
  }
  .fr_texto_cuidamos {
    width: 60%;
    margin-top: 17rem
  }
  .fr_tenga_bajo_control_2 {
    font-size: .6em;
    line-height: 1.15
  }
  .fr_f4_soc_icons {
    margin-top: 1.4rem
  }
}

.fr_texto_oversight {
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_texto_oversight:hover {
  color: #9f1217;
  transition-duration: .125s
}

.fr_tenga_bajo_control_2 {
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_tenga_bajo_control_2:hover {
  color: #9f1217;
  transition-duration: .125s
}

.fr_tenga_bajo_control {
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_tenga_bajo_control:hover {
  color: #9f1217;
  transition-duration: .125s
}

.fr_slide_1 {
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_slide_1:hover {
  transition-duration: .125s
}

.fr_link_7 {
  transition-property: color, background-color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_link_7:hover {
  color: #9f1217;
  background-color: white;
  transition-duration: .125s
}

.fr_link_4 {
  transition-property: color, background-color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_link_4:hover {
  color: #9f1217;
  background-color: white;
  transition-duration: .125s
}
.fr_formulario {
  float: none;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}

.fr_form {
  float: none;
  display: block;
  width: 400px;
  float: right;
  vertical-align: top;
  padding-top: 30px;
  
}
.fr_email_input {
  float: none;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  min-width: 200px;
  max-width: 300px
}

.fr_form_title {
  float: none;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  text-align:center;
}
.fr_submit_button {
  float: none;
  display: block;
  width: 90%;
  vertical-align: top;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 200px;
  max-width: 300px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  letter-spacing: .03em;
  color: white;
  background-color:#D20A11;
  border-radius: 3px
}
.fr_submit_button:hover {
  background-color: grey;
  transition-duration: .125s;
}

.fr_form_input {
  font-family: Open Sans;
  font-size: 1em;
  line-height: 20px;
  color: #999;
  background-color: #fcfcfc;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
      margin-left: 0px;
}

.fr_form_heading {
  float: none;
  display: block;
  width: 60%;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: .01em;
  margin-right: auto;
  margin-left: auto;
  color: #4a4a4a;
  
}
.fr_link_5 {
  transition-property: color, background-color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_link_5:hover {
  color: #9f1217;
  background-color: white;
  transition-duration: .125s
}

.fr_link_6 {
  transition-property: color, background-color;
  transition-duration: .3s;
  transition-timing-function: ease-out
}

.fr_link_6:hover {
  color: #9f1217;
  background-color: white;
  transition-duration: .125s
}
#cobranzas{
      position: absolute;
    margin-top: -12px;
max-width: 1022px;
margin-left:auto;
margin-right:auto;
}
#cobranzas p{
font-size:12px;
color: #4a4a4a;
width: 100%;
//padding: 0 20px;
margin-bottom:10px
}
  

.redes{
  width: 100%;
  margin-top: -20px;
  margin-right: 0em;
  z-index: 1000;
  max-width: 1024px;
  display:block;
  font-size:28px;
  color:#ccc;
  text-align:right;
  position:absolute;
  padding-right: 20px;
  

  }
  
  
  
  
  
   
  

 
.color1{
	 background-color:#333;
	 color:#6633cc;
}
.color1 p{
	 color:#6633cc;
}
.color2{
	 background-color:#ccc;
	
}
.color2 p{
	  color:#3366ff;
}

@charset "UTF-8";
/* CSS Document */


#imgs1 h3,
#imgs2 h3,
#imgs3 h3,
#imgs4 h3,
#imgs5 h3{
	
	margin-top:125px;
	color:#5A5959;
	margin-left: 20px;
  	font-weight: 400;
  	font-size: inherit;
  	font-family: inherit;
	
	}
#imgs1 a{
	
	}
	
	#imgs1 a:hover{
		background-color:#336600;
	
	}


#contenedor-gestion{
	max-width: 1022px;
	width: 100vw;
	/*height:440px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 150px;
}

#gestion {
	margin-left:auto;
	margin-right:auto;
	max-width: 1025px;
	height:357px;
	margin-bottom:0;
	margin-top:0;
}

#gestion.es {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-es.jpg);
}

#gestion.global {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-es.jpg);
}

#gestion.pt {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-pt.jpg);
}

#gestion.py {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-py.jpg);
}

#gestion.cl {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-cl.jpg);
}

#gestion.ar {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-ar.jpg);
}

#gestion.uy {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-uy.jpg);
}

#gestion.co {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-co.jpg);
}

#gestion.pe {
    background-color:#333;
	background-image: url(/img/acceso-rastreo-prosegur-a-pe.jpg);
}

#contenedor-gestion h1 {
	font-weight: 400;
  	font-size: 1.5em;
  	font-family: inherit;
	max-width: 853px;
	color:#666;
	padding:0;
	margin-top:0;
	}

.olvide {
	color: #FFD200;
  font-size:14px;
	display:block;
  	margin-left: 55px;
}
.olvide:hover {
	color:#ffffff;
}

.back {
	color: blue;
  font-size:14px;
	display:block;
  	margin-left: 55px;
}
.back:hover {
	color:#ffffff;
}


.links-external {
    padding-top: 4px;
    padding-right: 63px;
    float: right;
}

.links-external a {
    letter-spacing: 0.5px;
	color:#FFD200;
	font-size:12px;
    font-family: Roboto;
    font-weight: 400;
	display:block;
    float:left;
}
.links-external a:hover {
	color:#ffffff;
}
	
#btn-submit {
  float: none;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 50px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
  background-color: #FFD200;
  border-radius: 50px;
  text-decoration:none;
  vertical-align: top;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: .03em;
  border:none;
}

#btn-submit:hover {
  color: #ffffff;
  background-color: #4a4a4a;
  transition-duration: .125s;
}

@media screen and (max-width:768px) {
  
header {
  margin-top: 50px;
}            
  header img {
                width: 300px;
                display: block;
                margin: 0 auto;
                padding: 20px;
                background-color: #ffd300;    
            }
  #cobranzas {
    border-top: 0px solid #ffd102;
    margin-top:10px;
    max-width: 1022px;
    margin-left:auto;
    margin-right:auto;
    bottom: 0px;
    position: absolute;
    }

    .fr_form {
      float: none;
      width: 100vw;
    }
    #cobranzas p{
      padding-left:40px;
      padding-right:40px;
    }
    
    .olvide {
        margin-top: 50px;
        color:#333;
        font-size:14px;
        display:block;
        margin-left: auto!important;
        text-align: center!important;
    }
    .olvide:hover {
        color:#FFD200;;
    }
    
	#gestion {
	margin-left:auto;
	margin-right:auto;
	max-width: 1025px;
	height:357px;
	background-color:white;
    background-image: none;
	margin-bottom:0;
	margin-top:0;
	}
       
    #gestion.es {
        background-color:white;
        background-image: none;
    }

    #gestion.pt {
        background-color:white;
        background-image: none;
    }

    #gestion.py {
        background-color:white;
        background-image: none;
    }

    #gestion.cl {
        background-color:white;
        background-image: none;
    }

    #gestion.ar {
        background-color:white;
        background-image: none;
    }

    #gestion.uy {
        background-color:white;
        background-image: none;
    }

    #gestion.co {
        background-color:white;
        background-image: none;
    }

    #gestion.pe {
        background-color:white;
        background-image: none;
    }

	#contenedor-video{
	display:inline-block;
	padding-left:1rem;
	
	}
		
		.observer{
	padding-top:15rem;
	}
}
	
	
@media screen and (max-width:480px) {
    
header {
  margin-top: 50px;
}          
  header img {
                width: 300px;
                display: block;
                margin: 0 auto;
                padding: 20px;
                background-color: #ffd300;    
            }  
  #cobranzas {
    border-top: 0px solid #ffd102;
    margin-top:10px;
    max-width: 1022px;
    margin-left:auto;
    margin-right:auto;
    }
	#imgs1 h3,
    #imgs2 h3,
    #imgs3 h3,
    #imgs4 h3,
    #imgs5 h3{

        margin-top:170px;
        color:#5A5959;
        margin-left: 20px;
        font-weight: 400;
        font-size: inherit;
        font-family: inherit;

        }
        #imgs1,
    #imgs2,
    #imgs3,
    #imgs4,
    #imgs5{
        width:100%;
        height:200px;
        float:left;
        margin-right:1px;
        }

    #imgs1{

        background-position:center center;
        background-repeat:none;



        }
    #imgs2{

        background-position:center center;
        background-repeat:none;


        }
    #imgs3{

        background-position:center center;
        background-repeat:none;


        }
    #imgs4{

        background-position:center center;
        background-repeat:none;

        }
    #imgs5{

        background-position:center center;
        background-repeat:none;


    }


    #contenedor-gestion{
    max-width: 1022px;
    /*height:440px;*/

    //margin-left: -15px;
    margin-right:auto;
    margin-top:0px;
    display:inline-block;

    }
    #contenedor-gestion h1{
    padding-left:1rem;
    font-size: 1.2em;

    }
    
    .olvide {
        margin-top: 50px;
        color:#333;
        font-size:14px;
        display:block;
        margin-left: 52px;
    }
    .olvide:hover {
        color:#FFD200;;
    }
    
	#gestion {
	margin-left:auto;
	margin-right:auto;
	max-width: 1025px;
	height:357px;
	background-color:white;
    background-image: none;
	margin-bottom:0;
	margin-top:0;
	}
       
    #gestion.es {
        background-color:white;
        background-image: none;
    }

    #gestion.pt {
        background-color:white;
        background-image: none;
    }

    #gestion.py {
        background-color:white;
        background-image: none;
    }

    #gestion.cl {
        background-color:white;
        background-image: none;
    }

    #gestion.ar {
        background-color:white;
        background-image: none;
    }

    #gestion .uy {
        background-color:white;
        background-image: none;
    }

    #gestion.co {
        background-color:white;
        background-image: none;
    }

    #gestion.pe {
        background-color:white;
        background-image: none;
    }

}


/*
 * Accept Cookies popup
 */
.cookies-popup {
    display: none;
    position: fixed; 
    z-index: 9999999;
    bottom: 10px; 
    margin-left: auto; 
    margin-right:auto; 
    padding: 10px; 
    background: rgb(255, 255, 255); 
    max-width: 1024px; 
    box-shadow: rgba(0, 0, 0, 0.44) 1px 0px 94px;
}

.cookies-popup p {
    padding-top:0px;
    position:relative;
}

.cookies-popup .header {
     color: #4a4a4a;
    margin-top: -20px;
    font-size:16px;
    font-family:Roboto;
    font-weight:500;
    margin-bottom:20px
}

.cookies-popup .body {
    color: #4a4a4a;
    font-family:Roboto;
    font-weight: 400;
    font-size:14px;
}

.cookies-popup .btn-close {
    background:url('/img/close.png') no-repeat 0 0;
    display:block;
    width:14px;
    height:14px;
    position:absolute;
    top:8px;
    right:8px;
    cursor:pointer
}

.cookies-popup .btn-accept {
  float: none;
  display: block;
  width: 240px;
  height: 50px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #4a4a4a;
  background-color: #FFD200;
  border-radius: 50px;
  text-decoration:none;
  vertical-align: top;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: .03em;
  border:none;
}

.cookies-popup .btn-accept:hover {
  color: #ffffff;
  background-color: #4a4a4a;
  transition-duration: .125s;
}
    





