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

/* FUENTES <------------------------------------------------------------------------
	{
	font-family: 'Open Sans', sans-serif;
  font-family: 'DM Sans', sans-serif;
  font-family: 'Rubik', sans-serif;
	}	
*/
/* FUENTES <------------------------------------------------------------------------*/
@font-face {
    font-family: 'suisse_intlbold';
    src: url('font/suisseintl-bold-webfont.woff2') format('woff2'),
         url('font/suisseintl-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse_intllight';
    src: url('font/suisseintl-light-webfont.woff2') format('woff2'),
         url('font/suisseintl-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse_intlmedium';
    src: url('font/suisseintl-medium-webfont.woff2') format('woff2'),
         url('font/suisseintl-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse_intlregular';
    src: url('font/suisseintl-regular-webfont.woff2') format('woff2'),
         url('font/suisseintl-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suisse_intlsemibold';
    src: url('font/suisseintl-semibold-webfont.woff2') format('woff2'),
         url('font/suisseintl-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* COLORES <------------------------------------------------------------------------
azul1: #1D69CF; rgba(29, 105, 207, 1);
azul2: #00419F; rgba(0, 65, 159, 1);
rosa: #FF4D85; rgba(255, 77, 133, 1);
rosa extra: #FF5662; rgba(255, 86, 98, 1);
naranja: #FF603E; rgba(255, 96, 62, 1);
*/

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

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

html {scroll-behavior: smooth;}

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

#contenido-full {
	padding: 0 !important;
	margin:0 !important;
	/*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
-----------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------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; font-family: 'DM Sans', sans-serif !important;}
h3, h4, h5, h6 { font-weight: 800; font-family: 'DM Sans', sans-serif;}
p, a { font-weight: 400; font-size: 1.2em; font-family: 'DM Sans', sans-serif; line-height: 1.4em;}
.p_big { font-size: 1.8em !important; }
	@media (max-width: 992px) {
		p, a { font-size: .9em;}
	}

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

h1 { font-size: 8em; line-height: 1.2em; }
h2 { font-size: 7em; line-height: 1.2em; }
h3 { font-size: 6em; line-height: 1.2em; }
h4 { font-size: 5em; line-height: 1.2em; }
h5 { font-size: 4em; line-height: 1.2em; }
h6 { font-size: 3em; line-height: 1.2em; }

  @media (max-width: 1200px) {
    h1 { font-size: 6em; line-height: 1.2em; }
    h2 { font-size: 5.5em; line-height: 1.2em; }
    h3 { font-size: 5em; line-height: 1.2em; }
    h4 { font-size: 4.5em; line-height: 1.2em; }
    h5 { font-size: 4em; line-height: 1.2em; }
    h6 { font-size: 3.5em; line-height: 1.2em; }
  }

  @media (max-width: 768px) {
    h1 { font-size: 4em; line-height: 1.2em; }
    h2 { font-size: 3.5em; line-height: 1.2em; }
    h3 { font-size: 3em; line-height: 1.2em; }
    h4 { font-size: 2.5em; line-height: 1.2em; }
    h5 { font-size: 2em; line-height: 1.2em; }
    h6 { font-size: 1.5em; line-height: 1.2em; }
  }

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

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

/*@keyframes updown {
	0%, 50%, 100% {
	  transform: translatey(0);
	}
	20% {
	  transform: translatey(5px);
	}
	25% {
	  transform: translatey(-20px);
	}
	30% {
	  transform: translatey(20px);
	}
	35% {
	  transform: translatey(-5px);
	}*/

/* 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;}

/* Enlaces */

.btn_whats {
    z-index: 99999999999999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
}

    @media (max-width: 768px) {
        .btn_whats, .btn_whats img {width: 50px; bottom: 10px; right: 10px;}
    }


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

/*---------------TOP HEADER---------------*/

/* Logo */
.logo {
  z-index: 9999999; /*------------------------------------------------------------------------------------------------z-index*/
  position: absolute;
  padding: 0 !important;
  margin: 0 auto !important;
  /*top: 0;
  left: 50%;
  transform: translate(-50%, 0);*/
  top: 30px;
  left: 30px;
  line-height: .5em !important;
  display: block;
}

.logo a { display: block; }

.top_header {position: absolute;}

.logo .navbar-brand, .logo .navbar-brand img {
  padding: 0 !important;
  margin: 0 !important;
}

/* Side/toggle Menu */
.menu-toggle {
  width: 50px;
  height: 50px;
  border-radius: 2px !important;
  font-size: 1.2em;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 50px;
  line-height: 1em;
  color: #003399;
  z-index: 999999; /*------------------------------------------------------------------------------------------------z-index*/
}

.menu-toggle.white {color: #fff;}

.menu-toggle.gradient1 {
	color: #FF4D85;
    background: linear-gradient(to right, #FF4D85 20%, #FF603E);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}


.menu-toggle:focus, .menu-toggle:hover {
  color: rgba(255,255,255,0.5);
}

.menu-toggle.dark:focus, .menu-toggle.dark:hover {
  color: rgba(55,57,61,0.5);
}

.menu-toggle:focus {
  color:#fff;
}


/* COLORES <------------------------------------------------------------------------
azul1: #1D69CF; rgba(29, 105, 207, 1);
azul2: #00419F; rgba(0, 65, 159, 1);
rosa: #FF4D85; rgba(255, 77, 133, 1);
rosa extra: #FF5662; rgba(255, 86, 98, 1);
naranja: #FF603E; rgba(255, 96, 62, 1);
*/


/* Side/toggle Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 99999; /*------------------------------------------------------------------------------------------------z-index*/
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: linear-gradient(to right, rgba(29, 105, 207, .9) 5%, rgba(0, 65, 159, .9) 80%);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 200px 0 0 0;
  list-style: none;
  text-align: center;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  padding: 15px;
  transition-property: background;
  transition-duration: .75s;
  font-weight: 500 !important;
  transition: all .5s ease-out;
  color: rgba(255,255,255,1);
}


  @media (min-width: 1401px) {
    .sidebar-nav {padding: 180px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 12px; font-size: 1.7em;}
  }
  @media (max-width: 1400px) {
    .sidebar-nav {padding: 160px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 10px; font-size: 1.5em;}
  }
  @media (max-width: 1200px) {
    .sidebar-nav {padding: 140px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 8px; font-size: 1.3em;}
  }
  @media (max-width: 768px) {
    .sidebar-nav {padding: 120px 0 0 0;}
    .sidebar-nav li.sidebar-nav-item a {padding: 6px; font-size: 1.1em;}
  }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: rgba(255,255,255,1);
  letter-spacing: .3em;
  font-weight: 400 !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
  color: rgba(255,255,255,1);
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  left: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (max-width: 991px) {
    .logo {
      top: 15px !important;
    }
    .menu-toggle {
      top: 30px !important;
      right: 30px  !important;
    }
  }
  @media (max-width: 768px) {
    .logo {
      width: 120px;
      top: 15px !important;
    }
    .menu-toggle {
      top: 25px !important;
      right: 20px  !important;
    }
  }
  @media (max-width: 576px) {
    .logo {
      width: 120px;
      top: 15px !important;
      left: 20px !important;
      transform: translate(0, 0);
    }
    .menu-toggle {
      top: 15px !important;
      right: 20px  !important;
    }
  }

/*.link_btn {
  text-transform: uppercase;
  text-align: right;
  letter-spacing: .05em;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
  color: #fff !important;
  padding: 3px 6px;
  background-color: #003399;
  border-radius: 2px;
}*/


/*---------------------------------------------------------------------------------------------------------------------
                                                            BOTONES
--------------------------------------------------------------------------------------------------------------------------------*/
.btn_whats {
  z-index: 99999999999999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
}

  @media (max-width: 768px) {
    .btn_whats, .btn_whats img {width: 50px; bottom: 10px; right: 10px;}
  }


/*.box {
  position:relative;
}
.box::before {
  height: 50px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:50px; 
  padding:10px; 
  background:linear-gradient(45deg,red,blue); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}*/


.btn {
  width: 300px;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 17px 15px;
  font-weight: 300;
  height: auto;
  color: #fff;
  margin: auto;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius: 4px !important;
  /*border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) 1;*/
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  border: 2px solid transparent;
}

  @media (max-width: 1200px) {
    .btn {
      width: 240px;
    }
  }

  @media (max-width: 768px) {
    .btn {
      padding: 11px 15px;
      letter-spacing: .2em;
      font-size: .75em;
      width: 240px;
    }
  }

.btn:hover {
  color: #fff;
  background: linear-gradient(#1D69CF, #1D69CF) padding-box,
              linear-gradient(to left, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.1);
}

.product_btn {
  position:relative;
  height: 55px;
  width: 200px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 19px 15px 0;
  font-weight: 300;
  color: #00419F;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
}

.product_btn::before {
  height: 55px;
  width: 200px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #1D69CF 5%, #00419F 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_btn:hover::before {
  background:linear-gradient(to left, #1D69CF 5%, #00419F 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.product_btn:hover {
  color: #1D69CF !important;
  background-color: #fff;
}

 @media (max-width: 992px) {
  .product_btn::before,
  .product_btn { width: 180px; }
 }

 @media (max-width: 768px) {
  .product_btn::before,
  .product_btn { width: 180px; }
 }



 .product_btn {
  position:relative;
  height: 55px;
  width: 200px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 19px 15px 0;
  font-weight: 300;
  color: #00419F;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
}

.product_btn::before {
  height: 55px;
  width: 200px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #1D69CF 5%, #00419F 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_btn:hover::before {
  background:linear-gradient(to left, #1D69CF 5%, #00419F 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.product_btn:hover {
  color: #1D69CF !important;
  background-color: #fff;
}

 @media (max-width: 992px) {
  .product_btn::before,
  .product_btn { width: 180px; }
 }

 @media (max-width: 768px) {
  .product_btn::before,
  .product_btn { width: 180px; }
 }
 







 .product_btn_alternative {
  position:relative;
  height: 55px;
  width: 220px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 19px 15px 0;
  font-weight: 300;
  color: #FF4D85;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
}

.product_btn_alternative::before {
  height: 55px;
  width: 200px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #FF603E 5%, #FF4D85 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_btn_alternative:hover::before {
  background:linear-gradient(to left, #FF603E 5%, #FF4D85 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.product_btn_alternative:hover {
  color: #FFFFFF !important;
  background-color: #FF4D85;
}

 @media (max-width: 992px) {
  .product_btn_alternative::before,
  .product_btn_alternative { width: 150px; }
 }

 @media (max-width: 768px) {
  .product_btn_alternative::before,
  .product_btn_alternative { width: 150px; }
 }





 .product_btn_alternative_2 {
  position:relative;
  height: 55px;
  width: 220px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .7em;
  padding: 19px 15px 0;
  font-weight: 300;
  color: #FF4D85;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
}

.product_btn_alternative_2::before {
  height: 55px;
  width: 200px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #FF603E 5%, #FF4D85 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_btn_alternative_2:hover::before {
  background:linear-gradient(to left, #FF603E 5%, #FF4D85 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.product_btn_alternative_2:hover {
  color: #FFFFFF !important;
  background-color: #FF4D85;
}

 @media (max-width: 992px) {
  .product_btn_alternative_2::before,
  .product_btn_alternative_2 { width: 150px; }
 }

 @media (max-width: 768px) {
  .product_btn_alternative_2::before,
  .product_btn_alternative_2 { width: 150px; }
 }



.general_btn,
.general_btn_show_form {
  border:none !important;
  position:relative;
  height: 55px;
  width: 300px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 17px 15px 0;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
  background: #fff;
}

  .general_btn_transparent {background: transparent !important; color: #fff !important;}
  .general_btn_show_form {padding: 2px 15px 0 !important;}

.general_btn::before,
.general_btn_show_form::before {
  height: 55px;
  width: 300px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.general_btn:hover::before,
.general_btn_show_form:hover::before {
  background:linear-gradient(to left, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.general_btn:hover,
.general_btn_show_form:hover {
  color: #1D69CF !important;
  background-color: #fff;
}



.general_btn_small {
  border:none !important;
  position:relative;
  height: 35px;
  width: 190px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 8px 10px 0;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
  background: transparent !important;
}

.general_btn_small::before {
  height: 35px;
  width: 190px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.general_btn_small:hover::before {
  background:linear-gradient(to left, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.general_btn_small:hover {
  color: #1D69CF !important;
  background-color: #fff;
}



.general_btn_blue {
  border:none !important;
  position:relative;
  height: 55px;
  width: 300px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 19px 15px 0;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  border-radius:6px; 
  background: #1D69CF;
}

.general_btn_blue::before {
  height: 55px;
  width: 300px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:4px; 
  padding:2px; 
  background:linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.general_btn_blue:hover::before {
  background:linear-gradient(to left, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  box-shadow: 0px 0px 10px 7px rgba(29, 105, 207, 0.2);
}

.general_btn_blue:hover {
  color: #1D69CF !important;
  background-color: #fff;
}



.blue_btn {
  background: linear-gradient(#1D69CF, #1D69CF) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
}

.border-gradient {
  /*border-image-slice: 1;*/
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) 1;
}


/*---------------------------------------------------------------------------------------------------------------------
                                                            FOOTER
--------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	padding: 80px 0;
}

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

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

.footer .item-listas {
	/*border-right: #6b73d1 1px solid;*/
	padding: 0;
}

.footer .item-listas.last {
	border-right: 0 !important;
	border-bottom: 0 !important;
}

	@media (max-width: 768px) {
    .footer .item-listas {
		border-right: 0 !important;
		border-bottom: #1D69CF 1px solid;
		padding: 60px 0 !important;
		padding: 0;
	}
	.footer .item-listas.last {
		border-right: 0 !important;
		border-bottom: 0 !important;
	}
	}

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

  .dark_bottom .footer .item-listas h6 { color: #fff !important; }

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

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

.footer .item-listas ul li.siguenos {
	width: 34px !important;
	text-align: center;
	display: inline-block;
}

.footer .item-listas ul li a {
	color: #000 !important;
	font-size: 1em;
	text-transform: none;
	text-decoration: none;
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	line-height: 1.5em;
}

  .dark_bottom .footer .item-listas ul li a { color: #fff !important; }

.footer .item-listas ul li a:hover {
	opacity: .75 !important;
	transition: 1.5s, color, background, border;
  border-bottom: solid 1px #1D69CF;
  color: #1D69CF !important;
}

.footer .item-listas .redes_wrap {
  width: 34px !important;
  height: 34px !important;
  display:inline-block;
}

.footer .item-listas .redes_wrap .redes {
  display: block;
  width: 34px !important;
  height: 34px !important;
  border-radius: 4px;
  background: linear-gradient(to right, #1D69CF 5%, #00419F 80%);
  color: #fff;
  padding: 6px 0;
}

.footer .item-listas .redes_wrap .redes i {
	color: #fff;
	font-size: 18px !important;
}

.footer .item-listas .redes_wrap .redes:hover i {
	transition: 1.5s, color, background;
}

.copyright p, .copyright a {
	color: #000 !important;
	font-size: 13px !important;
	font-weight: 300 !important;
  text-decoration: none;
}

.copyright a:hover {
  opacity: .75 !important;
  transition: 1.5s, color, background, border;
  color: #1D69CF !important;
}

 .dark_bottom .copyright p, .dark_bottom .copyright a { color: #fff !important; }


/*------- BOTTOM CONTENT -------*/
.bottom_content {
  border-radius: 2px;
  background-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) 1;
}

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

  @media (max-width: 768px) {
    .bottom_content {
    }
  }

.dark_bottom,
.dark_bottom .bottom_content {
  background-color: #000;
}

/*---------------------------------------------------------------------------------------------------------------------
																														HOME - SLIDER
--------------------------------------------------------------------------------------------------------------------------------*/

/*------- TOP SLIDER -------*/
.slider {
	height: 50% !important;
	max-height: 50%;
	top: 0;
	padding: 0;
}

.slider .cont-slider {
	position: absolute;
  	top: 35%;
  	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%;*/
			top: 50%;
		}
	}

.slider h2 {
    color: #fff;
    line-height: 1.15em;
    font-weight: 700;
    font-family: 'DM sans', sans-serif !important;
    text-transform: inherit;
    font-size: 5em;
}

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

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

	@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 30px;
		}
		.slider h2 {
			line-height: 1.1em;
			font-size: 24px;
		}
	}

/*---------------------------------------------------------------------------------------------------------------------
                                                            HOME - QUIÉNES SOMOS
--------------------------------------------------------------------------------------------------------------------------------*/

.quienes_somos {
  border-radius: 2px;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF4D85 80%) 1;
  color: #fff;
}

.quienes_somos.no_border { border:none !important; }

.quienes_somos h4 {
  line-height: 1em !important;
}


/*---------------------------------------------------------------------------------------------------------------------
                                                            HOME - CÓMO INVIERTO
--------------------------------------------------------------------------------------------------------------------------------*/
.como_invierto h3 {
  color: #fff;
}

.como_invierto .subtitulo {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: none;
  color: #FF4D85;
  background: linear-gradient(to right, #FF4D85 5%, #FF603E 70%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 @media (max-width: 768px) {
  .como_invierto .subtitulo {
  }
 }

.border-top-colors {
  border-radius: 2px;
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) 1;
}

.proceso_col h6 {
  font-size: 1em !important;
  letter-spacing: .3em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.proceso_col p {
  color: #fff;
  font-size: 1.3em;
}

 @media (max-width: 1200px) {
  .proceso_col p {
    font-size: 1.1em;
  }
 }

 @media (max-width: 992px) {
  .proceso_col p {
    font-size: 1em;
  }
 }

 @media (max-width: 768px) {
  .proceso_col p {
    font-size: 1.1em;
  }
 }

.proceso_col p.numerote {
  font-size: 12em !important;
  line-height: .9em !important;
  font-weight: 700;
  text-transform: none;
  color: #1D69CF;
  background: linear-gradient(to right, #1D69CF 5%, #00419F 90%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 @media (max-width: 1480px) {
  .proceso_col p.numerote {
   font-size: 11em !important;
  }
 }

 @media (max-width: 1200px) {
  .proceso_col p.numerote {
   font-size: 9em !important;
  }
 }

 @media (max-width: 992px) {
  .proceso_col p.numerote {
   font-size: 6em !important;
  }
 }

 @media (max-width: 768px) {
  .proceso_col p.numerote {
   font-size: 9em !important;
  }
 }


/*---------------------------------------------------------------------------------------------------------------------
                                                            QUIÉNES SOMOS - SECCIÓN BLUE
--------------------------------------------------------------------------------------------------------------------------------*/
.section_blue {
  background: linear-gradient(to right, #1D69CF 5%, #00419F 90%);
  color: #fff !important;
}

.section_purple {
  background: linear-gradient(to right, #160829 5%, #160829 90%);
  color: #fff !important;
}


/*---------------------------------------------------------------------------------------------------------------------
																														INTERIORES - TOP
--------------------------------------------------------------------------------------------------------------------------------*/

/* COLORES <------------------------------------------------------------------------
azul1: #1D69CF; rgba(29, 105, 207, 1);
azul2: #00419F; rgba(0, 65, 159, 1);
rosa: #FF4D85; rgba(255, 77, 133, 1);
rosa extra: #FF5662; rgba(255, 86, 98, 1);
naranja: #FF603E; rgba(255, 96, 62, 1);
*/

#contenido-full {
  background-color: #000;
}

#contenido-full.interiores {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
	.fullcontent {
		padding-top: 75px !important;
	}
}

.fullcontent .home_top {
	background-image: 
    /*radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.1)),*/
    url(../images/wt_bg_art1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1024px;
}

	@media screen and (max-width: 1480px) {
		.fullcontent .home_top {
			height: 640px;
			padding-top: 50px !important;
		}
	}

	@media screen and (max-width: 768px) {
		.fullcontent .home_top {
			height: 470px;
			padding-top: 50px !important;
		}
	}

.fullcontent .small_top {
  background-image: 
    /*radial-gradient(circle, rgba(0,0,0,.3), rgba(0,0,0,.1)),*/
    url(../images/wt_bg_top_cuadritos_blue.png),
    linear-gradient(#000, #000);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 640px;
}

  @media screen and (max-width: 1480px) {
    .fullcontent .small_top {
      height: 500px;
      padding-top: 50px !important;
    }
  }

  @media screen and (max-width: 768px) {
    .fullcontent .small_top {
      height: 470px;
      padding-top: 50px !important;
    }
  }

.interior01 .producto_top {
	background-image: 
	url(../images/wt_bg_top_cuadritos.png),
    linear-gradient(to right, #1D69CF 5%, #00419F 40%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1024px;
}

	@media screen and (max-width: 1480px) {
		.interior01 .producto_top {
			height: 720px;
			padding-top: 50px !important;
		}
	}

  @media screen and (max-width: 768px) {
    .interior01 .producto_top {
      height: 720px;
      padding-top: 50px !important;
    }
  }

.home_top h1,
.small_top h1 {
	font-size: 120px;
	line-height: 1em;
  font-weight: 800;
  text-transform: none;
  color: #1D69CF;
  background: linear-gradient(to right, #1D69CF 5%, #00419F 40%);
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home_top h1 {
  margin: 280px 0 0;
}

  @media screen and (max-width: 1480px) {
    .home_top h1,
    .small_top h1 {
      font-size: 100px;
    }

    .home_top h1 {
      margin: 200px 0 0;
    }
  }

  @media screen and (max-width: 992px) {
    .home_top h1,
    .small_top h1 {
      font-size: 80px;
    }

    .home_top h1 {
      margin: 170px 0 0;
    }
  }

  @media screen and (max-width: 768px) {
    .home_top h1,
    .small_top h1 {
      font-size: 50px;
    }

    .home_top h1 {
      margin: 50px 0 0;
    }
  }

.home_top p {
	color: #fff;
	font-size: 1.5em;
}

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

.producto_top h1 {
  font-size: 8em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: none;
  color: #FF4D85;
  background: linear-gradient(to right, #FF4D85 5%, #FF603E 70%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.producto_top p {
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
}

.producto_top p b {
  font-weight: 900;
}

	@media (max-width: 1400px) {
		.producto_top h1 {
			line-height: 1em;
			font-size: 7em;
		}

		.producto_top p {
			font-size: 1em;
		}
	}

 @media (max-width: 1200px) {
  .producto_top h1 {
   line-height: 1em;
   font-size: 5em;
  }

  .producto_top p {
   font-size: 1em;
  }
 }

 @media (max-width: 992px) {
  .producto_top h1 {
   line-height: 1em;
   font-size: 4em;
  }

  .producto_top p {
   font-size: 1em;
  }
 }

 @media (max-width: 768px) {
  .producto_top h1 {
   line-height: 1em;
   font-size: 2.2em;
  }

  .producto_top p {
   font-size: 1em;
  }
 }






 .producto_top h4 {
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: none;
  color: #FF4D85;
  background: linear-gradient(to right, #FF4D85 5%, #FF603E 70%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

	@media (max-width: 1400px) {
		.producto_top h4 {
			line-height: 1em;
			font-size: 7em;
		}
	}

 @media (max-width: 1200px) {
  .producto_top h4 {
   line-height: 1em;
   font-size: 5em;
  }

 }

 @media (max-width: 992px) {
  .producto_top h4 {
   line-height: 1em;
   font-size: 4em;
  }

 }

 @media (max-width: 768px) {
  .producto_top h4 {
   line-height: 1em;
   font-size: 2.2em;
  }

 }

/*
.producto_top i {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50% !important;
  background: linear-gradient(#1D69CF, #1D69CF) padding-box,
              linear-gradient(to right, #FF4D85 5%, #FF603E 80%) border-box;
  border: 10px solid transparent;
  padding: 21px 0;
}

.producto_top i img {
  width: 80px;
}
*/

.producto_top i {
  position:relative;
  padding: 28px 0 0;
  height: 140px;
  width: 140px;
  display: block;
}

.producto_top i::before {
  height: 140px;
  width: 140px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:50%; 
  padding:8px; 
  background:linear-gradient(to right, #FF4D85 5%, #FF603E 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.producto_top i img {
  width: 80px;
}

 @media screen and (max-width: 768px) {
  .producto_top i, .producto_top i::before {
   height: 110px;
   width: 110px;
  }
  .producto_top i img {
    width: 55px;
  }
 }


/*---------------------------------------------------------------------------------------------------------------------
                                                            INTERIORES TOP - FORMS
--------------------------------------------------------------------------------------------------------------------------------*/
.form_simulador {
	background-color: rgba(177, 204, 239, .9);
	border-radius: 4px;
	display: block;
	box-shadow: 0px 0px 10px 7px rgba(0, 29, 76, 0.1) !important;
}

.form_simulador h5,
.form_simulador p {
	color: #FF4D85;
}

.form_simulador p.sim_quest {
  font-size: 2em;
  font-weight: 800;
}

 @media screen and (max-width: 768px) {
  .form_simulador p.sim_quest {
    font-size: 1.5em;
  }
 }

.form_simulador label {
	color: #FF4D85;
	font-size: 1.2em;
	font-weight: 400;
}

.form_simulador input[type=text],
.form_simulador input[type=number],
.form_simulador select {
	/*border: 2px solid #FF4D85;*/
	border-radius: 4px;
	color: #FF4D85;
  font-size: 1.5em;
  display: block;

  width: 300px;
  height: 60px;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  border: 2px solid transparent;
}

  @media (max-width: 1200px) {
    .form_simulador input[type=text],
    .form_simulador input[type=number],
    .form_simulador select {
      width: 240px;
    }
  }

  @media (max-width: 768px) {
    .form_simulador input[type=text],
    .form_simulador input[type=number],
    .form_simulador select {
      width: 240px;
    }
  }

.form_simulador input[type=text] {
  margin: 0 auto;
}

.form_simulador .form-range-row input[type=text],
.form_simulador .form-range-row input[type=number] { 
	color: #1D69CF;
	font-size: 2em !important; 
	font-weight: 700;
	margin: auto;
	border-radius: 4px;

  width: 300px;
  height: 60px;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  border: 2px solid transparent;
}

  @media (max-width: 1200px) {
    .form_simulador .form-range-row input[type=text],
    .form_simulador .form-range-row input[type=number] { 
      width: 240px;
    }
  }

  @media (max-width: 768px) {
    .form_simulador .form-range-row input[type=text],
    .form_simulador .form-range-row input[type=number] { 
      width: 240px;
    }
  }

.form_simulador .form-range-row input[type=range].form-range {
	/*background: #ffcc99 !important;
	background-color: #ffcc99 !important;
	color: transparent !important;
	height: 15px !important;
	border-radius: 10px !important;*/
	outline: none;
	-webkit-appearance: none;  /* Override default CSS styles */
  	appearance: none;
  	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
  	transition: opacity .2s;

}

.form_simulador .form-range-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  background: #FF4D85;
  cursor: pointer;
  margin-top: -8px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 0px 0px 0px 6px rgba(255, 77, 133, .4); /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
.form_simulador .form-range-row input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 5px rgba(0,0,0,.4);
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background: #FF4D85;
  cursor: pointer;
}

/* All the same stuff for IE */
.form_simulador .form-range-row input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 5px rgba(0,0,0,.4);
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background: #FF4D85;
  cursor: pointer;
}

.bd-top-bl {
	border-top: 1px solid #c1c1f0;
}


/*---------------------------------------------------------------------------------------------------------------------
                                                            INTERIORES TOP - TABLA DESPLIEGUE INFORMACIÓN
--------------------------------------------------------------------------------------------------------------------------------*/
.desp_informacion {
  border-radius: 2px;
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) 1;
}

.desp_informacion h5,
.desp_informacion .info1 p {
	color: #000;
	text-transform: inherit !important;
}

.desp_informacion table {
	color: #000;
	border: #000 solid 1px;
	border-collapse: collapse;

}

.desp_informacion table thead {
	color: #fff;
	border: #1D69CF solid 1px;
  background: #1D69CF;
}

.desp_informacion table th,
.desp_informacion table td {
	padding: 15px 30px 15px 15px;
}

.desp_informacion table th:first-child,
.desp_informacion table td:first-child {padding-left: 30px;}

.desp_informacion table th {
  font-weight: 400 !important;
}

/*.desp_informacion table tr:last-child {
	color: #3333cc;
	font-weight: 400;
	font-size: 1.1em;
	background-color: #3333cc;
	color: #fff;
}*/

/*---------------------------------------------------------------------------------------------------------------------
                                                            INTERIORES - FRASE
--------------------------------------------------------------------------------------------------------------------------------*/
.frase {
  font-size: 3em;
  line-height: 1em;
  font-weight: 700;
}

 @media (max-width: 768px) {
  .frase { font-size: 1.5em; }
 }

/*---------------------------------------------------------------------------------------------------------------------
                                                            PRODUCTOS
--------------------------------------------------------------------------------------------------------------------------------*/
/* COLORES <------------------------------------------------------------------------
azul1: #1D69CF; rgba(29, 105, 207, 1);
azul2: #00419F; rgba(0, 65, 159, 1);
rosa: #FF4D85; rgba(255, 77, 133, 1);
rosa extra: #FF5662; rgba(255, 86, 98, 1);
naranja: #FF603E; rgba(255, 96, 62, 1);
*/

.productos-alternative {
  background-image: 
    /*url(../images/wt_bg_top_cuadritos.png),*/
    /*linear-gradient(to right, #FF4D85 5%, #FF603E 100%);*/
    linear-gradient(to right, #1D69CF 5%, #00419F 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 2px;
}

.productos {
  background-image: 
    /*url(../images/wt_bg_top_cuadritos.png),*/
    linear-gradient(to right, #FF4D85 5%, #FF603E 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 2px;
}

.subtitulo {
  font-size: 1.6em;
}

  @media (max-width: 768px) {
  .subtitulo {
    font-size: 1.3em;
  }
 }

.border-right-blue {
  border-right: 1px solid #00419F;
}

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


  .border-right-transparent {
    border-right: 1px solid rgba(0,0,0,0.5);;
  }
  
    @media (max-width: 768px) {
      .border-right-transparent {
        border-right: none;
      }
    }

.product_col h5 {color: #00419F;}
.product_col p {
  font-size: 1.3em;
}

 @media (max-width: 1200px) {
  .product_col h5 {
    font-size: 2.4em;
  }
 }

.product_col a {}


.product_col_alternative h5 {color: #FF4D85;}
.product_col_alternative p {
  font-size: 1.3em;
}

 @media (max-width: 1200px) {
  .product_col_alternative h5 {
    font-size: 2.4em;
  }
 }

.product_col_alternative a {}


.pilares_col h6 {color: #00419F;}
.pilares_col p {
  font-size: 1em;
}

 @media (max-width: 1200px) {
  .pilares_col h6 {
    font-size: 0.2em;
  }
 }

.pilares_col a {}


.product_ic {
  position:relative;
  padding: 28px 0 0;
  height: 140px;
  width: 140px;
  display: block;
}

.product_ic::before {
  height: 140px;
  width: 140px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:50%; 
  padding:6px; 
  background:linear-gradient(to right, #1D69CF 5%, #00419F 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_ic img {
  width: 80px;
}




.product_ic_alternative {
  position:relative;
  padding: 28px 0 0;
  height: 140px;
  width: 140px;
  display: block;
}

.product_ic_alternative::before {
  height: 140px;
  width: 140px;
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius:50%; 
  padding:6px; 
  background:linear-gradient(to right, #FF603E 5%, #FF4D85 80%) border-box;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

.product_ic_alternative img {
  width: 80px;
}
/*---------------------------------------------------------------------------------------------------------------------
                                                            FORMULARIO - SOLICITUD
--------------------------------------------------------------------------------------------------------------------------------*/
/* COLORES <------------------------------------------------------------------------
azul1: #1D69CF; rgba(29, 105, 207, 1);
azul2: #00419F; rgba(0, 65, 159, 1);
rosa: #FF4D85; rgba(255, 77, 133, 1);
rosa extra: #FF5662; rgba(255, 86, 98, 1);
naranja: #FF603E; rgba(255, 96, 62, 1);
*/
.form-demo .modal-content {
	background-color: #fff;
	border:0;
	border-radius: 4px;
	color: #1D69CF;
	font-family: 'DM Sans', sans-serif !important;
}

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

.form-demo h6,
.form-demo2 h6 {
	color: #1D69CF;
	line-height: 1em;
	font-weight: 900 !important;
}

.form-iconos {
	border-radius: 2px;
}

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

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

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

#contact-form {
	color: #1D69CF !important;
	font-size: 14px;
}

/*#contact-form input,
#contact-form select {
	color: #1D69CF !important;
	border: 1px solid #1D69CF !important;
	border-radius: none !important;
	border-radius: 4px !important;
	background-color: transparent;
}*/

#contact-form input[type=text],
#contact-form input[type=password],
#contact-form input[type=email],
#contact-form select {
  /*border: 2px solid #FF4D85;*/
  border-radius: 4px;
  color: #1D69CF !important;
  display: block;

  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  border: 2px solid transparent;
}

#contact-form .btn_form {
  border-radius: 4px;
  color: #fff !important;
  display: block;

  background: linear-gradient(#1D69CF, #1D69CF) padding-box,
              linear-gradient(to right, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  border: 2px solid transparent;
  height: 55px;
  width: 300px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .9em;
  padding: 17px 15px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}

#contact-form .btn_form:hover {
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(to left, #1D69CF, #00419F, #FF4D85 40%, #FF603E 80%) border-box;
  color: #1D69CF !important;
}


#contact-form .form-check-input {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	color: #1D69CF;
	border: 0;
}

#contact-form .form-check-input:checked {
	background-color: #1D69CF;
}

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

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

#gracias h5 {
	color: #1D69CF;
}




.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 */
}




/*---------------------------------------------------------------------------------------------------------------------
																														ADMIN
--------------------------------------------------------------------------------------------------------------------------------*/
.admin-pages {
	color: #1D69CF !important;
	text-transform: inherit;
}














/* reviews section starts here */

.reviews {
  padding-inline: 0;
}

.review-bg-container {
  max-width: 192rem;
  margin-inline: auto;
  padding-inline: 2.8rem;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.review-bg-container::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: left bottom;
  width: 25rem;
  aspect-ratio: 1 / 1;
  bottom: 0;
  left: 0;
}

.review-bg-container .tag {
  margin-top: 14rem;
}

.reviews-container {
  text-align: center;
  position: relative;
  display: flex;
  /* flex-wrap: nowrap; */
  margin-top: 4rem;
  margin-bottom: 12rem;
}

.review-card {
  transition: transform .3s ease;
}

.review-profile {
  width: 12rem;
  margin-bottom: -6rem;
  border-radius: 50%;
  box-shadow: 4px 16px 27px rgba(0, 0, 0, .15);
}


.review-para-container {
  background-color: #FF4D85;
  width: 61rem;
  text-align: center;
  padding-inline: 9rem;
  padding-bottom: 4.4rem;
  padding-top: 9rem;
  border-radius: 2rem;
}

.review-para {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}

.review-para p {
  color: #FF4D85;
  font-size: 1.3em;
}

.review-para::before {
  position: absolute;
  content: "";
  background-image: url(../images/double-quotes-left.png);
  background-size: contain;
  background-position: center;
  width: 11rem;
  aspect-ratio: 1 / 1;
  top: -5.8rem;
  left: -4.2rem;
}


.name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.review-para img {
  width: 2rem;
}

.previous-btn,
.next-btn {
  border: none;
  background-color: none;
  width: 7rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.previous-btn {
  left: -3.5rem;
}

.next-btn {
  right: -3.5rem;
}

.previous-btn img,
.next-btn img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-shadow: 0 20px 35px rgba(115, 115, 115, 0.15);
}

.next-btn img {
  transform: rotate(180deg);
}

.review-wrapper {
  display: flex;
  max-width: 61rem;
  overflow: hidden;
}

/* reviews section ends here */


@media (max-width: 768px) {

  .review-para-container {
      width: 50rem;
      padding-inline: 6rem;
  }

  .review-wrapper {
      max-width: 50rem;
  }

  .previous-btn, .next-btn {
      width: 6rem;
  }

  .next-btn {
      right: -3rem;
  }

  .previous-btn {
      left: -3rem;
  }

  .link-newletter-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 4rem;
  }

  .link-container:last-child {
      width: 100%;
      grid-column: 1 / 3;
  }

  .newsletter-form {
      width: 90%;

  }

  .text-content {
      width: 100%;
  }

  .banner-text-container {
      margin-inline: 0;
  }

  .banner-text-container img {
      right: -5%;
  }

  .text-container {
      width: 100%;
  }

  .img-container {
      width: 100%;
  }

  .honeymoon-special-container img {
      width: 100%;
  }

  .btns-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      row-gap: 2rem;
  }

  .btn-box:first-child {
      padding-left: 4rem;
  }

  .btn-box:nth-child(2)::before {
      left: 0;
  }

  .divo {
      align-items: start;
      row-gap: 1rem;
      margin-top: 4rem;
      flex-direction: column;
  }

  .content-container h1 {
      margin-right: 10%;
  }

  .nav-btn {
      display: none;
  }

  .phone-nav-btn {
      display: inline-block !important;
  }

  .navbar-container {
      position: relative;
      padding-block: 3rem;
  }

  .navigation {
      position: absolute;
      width: 70%;
      height: 100vh;
      padding-top: 6rem;
      background-color: white;
      top: 100%;
      right: -100%;
      flex-direction: column;
      align-items: start;
      row-gap: 2.4rem;
      transition: right .3s ease;
      z-index: 999;
  }

  .navigation-on {
      right: -2.8rem;
  }

  .navigation .navigation-link {
      font-size: 2.4rem;
      font-weight: 400;
      color: #1E1D4C;
      line-height: 150%;
      width: 100%;
      padding-inline: 4rem;
  }

  .navigation .navigation-link::after {
      display: none;
  }

  .phone-nav-btn {
      margin-inline: auto;
      margin-top: 2rem;
      padding-inline: 3rem;
  }

  .menu-btn {
      display: inline-block;
  }

  .dropdown {
      position: relative;
      transform: translate(0, 0);
      width: 100%;
      margin-left: 4rem;
      background-color: transparent;
      row-gap: 2.4rem;
      padding-top: 0;
      padding-bottom: 0;
  }

  .linkcontainer:hover .dropdown {
      padding-top: 3rem;
  }

  .dropdown::after {
      display: none;
  }

  .linkcontainer:hover {
      padding-top: 0;
  }

}


/*
@media (max-width: 450px) {
  html {
      font-size: 55%;
  }

  .review-para-container {
      width: 40rem;
      padding-inline: 5rem;
  }

  .review-wrapper {
      max-width: 40rem;
  }

  .previous-btn, .next-btn {
      width: 6rem;
  }

  .next-btn {
      right: -2rem;
  }

  .previous-btn {
      left: -2rem;
  }

  .link-newletter-container {
      grid-template-columns: 1fr;
  }

  .link-container:last-child {
      grid-column: auto;
  }

  .newsletter-form {
      width: 100%;
  }

  .banner-text-container img {
      right: 0;
  }

  .imgs-container img {
      width: 100%;
  }

  .content-container h1 {
      margin-right: 0;
  }

  .newsletter-form .email {
      width: 95%;
  }

  
  .navigation {
      width: 90%;
  }


}
*/



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 350px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  /*background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/ 
}

.logos:after {
  right: 0;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/ 
}

.logos:hover .logos-slide {
  /* animation-play-state: paused; */ 
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 140px;
  margin: 0 40px;
}






