@charset "UTF-8";

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: auto;
}

.img-fluid:hover {
  -webkit-filter: drop-shadow(1px 30px 20px #FF871d50) 
    drop-shadow(-1px -20px 20px #FF871d50);
    filter: drop-shadow(1px 20px 20px #FF871d50)
    drop-shadow(-1px -20px 20px #FF871d50);
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ff871d;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .img-fluid{
    width: 8em;
  }
}

.back-to-top:focus {
  background: #ff871d;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: auto;
  z-index: 3;
  transition: all 0.5s ease;
}

#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #505050;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #ff871d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# SECCIÓN #TREE
--------------------------------------------------------------*/
header{
  height: calc(100vh - 40px);
  background-image: url(../img/tree.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.btnindex{
  padding: 25px 3em;
  font-size: 1rem;
  border: solid 1px #ff871d;
  background-color: #FDFDFD;
  box-shadow: #ff871d 0px 0px 10px;
  color: #FF871d;
}

.btnindex:hover{
  border: solid 1px #ff871d;
  background-color: #FFFFFF;
  box-shadow: #D5D5D5 0px 0px 10px;
  color: #757575;
}

.show-cel{
    display: none;
    visibility: hidden;
}

.hide-cel{
    display: block;
    visibility: visible;
}

@media (max-width: 768px) {
    .show-cel{
        display: block;
        visibility: visible;
        text-align: center;
    }    
    .hide-cel{
        display: none;
        visibility: hidden;
    }
}


.btnindexcel{
  padding: 25px 3em;
  font-size: 1rem;
  border: solid 1px #ff871d;
  background-color: #FDFDFD;
  box-shadow: #ff871d 0px 0px 10px;
  color: #FF871d;
}

.btnindexcel:hover{
  border: solid 1px #ff871d;
  background-color: #FFFFFF;
  box-shadow: #D5D5D5 0px 0px 10px;
  color: #757575;
}


/*--------------------------------------------------------------
# bienvenido Section
--------------------------------------------------------------*/
#bienvenido {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/bienvenido-bg2.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  #bienvenido {
    background-attachment: fixed;
  }
}

#bienvenido .bienvenido-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#bienvenido h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #ff871d;
}

@media (max-width: 768px) {
  #bienvenido h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#bienvenido h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #bienvenido h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#bienvenido img {
  max-width: 95%;
  margin-bottom: 30px;
}

#bienvenido .btn-productos {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 1em 4em;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #ff871d;
  background: #fff;
  color: #ff871d;
  text-decoration: none;
}

#bienvenido .btn-productos:hover {
  background: #ff871d;
  color: #fff;
}

#bienvenido .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #bienvenido .btns a {
    margin: 4px 8px;
  }
}

#bienvenido .btns a:hover {
  color: #ff871d;
}

/*CARRUSEL*/

.ally {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  justify-content: center;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
            transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 8));
            transform: translateX(calc(-250px * 8));
  }
}
.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}



/*--------------------------------------------------------------

#bienvenido {
  height: 100vh;
  background-color: #fffcfa;
  background-size: cover;
  position: relative;
}

#bienvenido {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/bienvenido-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}

#bienvenido .bienvenido-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#bienvenido h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  font-family: "Poppins", sans-serif;
  color: #FFF;
  text-shadow: 2px 2px 5px #988b8a;
}

#bienvenido button{
  background-color: #FF871d;
  border: none;
  color: #FFF;
  font-size: 1em;
  padding: 1em 4em;
}

#bienvenido button:hover{
  background-color: #FFF;
  color: #FF871d;
  font-size: 1em;
}


@media (max-width: 768px) {
  #bienvenido h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#bienvenido h2 {
  color: #757575;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #bienvenido h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#bienvenido img {
  max-width: 95%;
  margin-bottom: 30px;
}

#bienvenido .btn-productos {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #ff871d;
  background: #fff;
  color: #ff871d;
  text-decoration: none;
}

#bienvenido .btn-productos:hover {
  background: #ff871d;
  color: #fff;
}

#bienvenido .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #bienvenido .btns a {
    margin: 4px 8px;
  }
}

#bienvenido .btns a:hover {
  color: #ff871d;
}

.box-bienvenido{
  width: 115vh;
}


@media (max-width: 991px) {
  #bienvenido {
    height: 100vh;
  }

  .box-bienvenido{
    width: 100%;
  }

}

@media (max-width: 768px) {
  #bienvenido {
    height: 80vh;
  }

  .box-bienvenido{
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #ff871d;
}

.nav-menu > li {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #ff871d;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ff871d;
}

#mobile-nav ul .menu-item-active {
  color: #ff871d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: normal;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: normal;
}

/* Get Started Section
--------------------------------*/
#productos {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#productos .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 10px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #productos .feature-block {
    margin-bottom: 0px;
  }
}

#productos .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#productos .feature-block h4 {
  margin-bottom: 20px;
}

#productos .feature-block p {
  margin-bottom: 20px;
}

#productos .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: normal;
  transition: 0.3s;
}

#productos .feature-block a:hover {
  color: #ff871d;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 30%;
}

@media (max-width: 991px) {
  #about-us img.paymentil {
    max-width: 50%;
    margin-left: 25%;
  }

  #about-us .about-content {
    padding-top: 30px;
    text-align: center;
  }
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: normal;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

#steps .steps-content ul li {
  line-height: 22px;
  text-align: left;
}

#steps .steps-content ul li .fa {
  padding-right: 20px;
}

#steps ul.stepss>li{
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #d5d5d5;
}

.steps-content p {
  font-size: 1.2em;
  text-transform: none;
  padding-bottom: 0px;
}

/* Join AE Section
--------------------------------*/
#joinae img {
  max-width: 100%;
  margin-top: -2em;
}

@media (max-width: 991px) {
  #joinae img {
  max-width: 100%;
  margin-top: -3em;
  margin-bottom: 1em;
}


  #joinae img.paymentil {
    max-width: 75%;
    margin-left: 14%;
  }

}

#joinae .joinae-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: normal;
}

#joinae .joinae-content ul li {
  line-height: 18px;
  text-transform: none !important;
  text-align: left;
  padding: 0em 2em 2.5em;
}

#joinae .joinae-content ul li .fa {
  color: #ff871d;
  font-size: 1.8em;
}

#acerca_dnis p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

/* Steps Section
--------------------------------*/
#steps {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#steps .step-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#steps .step-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#steps .step-block h4 {
  margin-bottom: 20px;
}

#steps .step-block p {
  margin-bottom: 0;
}

/* sect-aseguradoras Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff871d;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/

#video .overlay {
  background: #FDFDFD;
  height: 100%;
}

div.degreed{
  background: rgba(254,182,69,1);
  background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(73%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, #ab6628 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#ffffff', GradientType=0 );
  height: 3px;
}



#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff871d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #ff871d;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team{
  display: none;
}

#team .team-block {
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 75%;
}

@media (max-width: 773px) {
  #team .team-block {
  width: 90%;
}

  #team .team-block img{
    width: 50%;
  }
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #ff871d;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 773px) {
  #team .team-block .team-content {
    bottom: 0px;
     }
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #ff871d;
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: normal;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

#testimonials .btm-btm .active {
  background: #ff871d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #ff871d;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #FFF;
  border: 1px solid #FF871d;
  color: #FF871d;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* sect-pasos Section
--------------------------------*/
@media (max-width: 991px) {
  #sect-pasos .block-sect-pasos {
    margin-bottom: 30px;
  }
}

#sect-pasos .block-sect-pasos img {
  width: 100%;
}

#sect-pasos .block-sect-pasos .content-sect-pasos {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 170px;
  padding: 20px 10px;
  width: 100%;
}

#sect-pasos .block-sect-pasos .content-sect-pasos > span {
  color: #757575;
  font-size: 16px;
  float: left;
}

#sect-pasos .block-sect-pasos .content-sect-pasos > span.steps{
  color: #ff871d;
  font-size: 24px ;
}

#sect-pasos button{
  background-color: #FF871d;
  border: none;
  color: #FFF;
  font-size: 1em;
  padding: 1em 4em;
  border: 2px solid #ff871d;
}

#sect-pasos button:hover{
  background-color: #FFF;
  color: #FF871d;
  font-size: 1em;
}

#sect-pasos .block-sect-pasos .content-sect-pasos a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: normal;
}

#sect-pasos .block-sect-pasos .content-sect-pasos a.readmore:hover {
  color: #ff871d;
}


/* Siniestro Section
--------------------------------*/
@media (max-width: 991px) {
  #siniestro .block-siniestro {
    margin-bottom: 0px;
    padding: 0;
  }
}

#siniestro .block-siniestro img {
  width: 100%;
}

#siniestro .block-siniestro .content-siniestro {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 50px;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}


#siniestro .block-siniestro .content-siniestro a h4{
  color: #505050;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-align: center;
}

#siniestro .block-siniestro .content-siniestro h4:hover {
  color: #ff871d;
}

div.siniestro-steps li {
  color: #505050;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
  text-transform: none;
}

#steps .info{
  height: 50em;
  overflow: auto;
}

#steps .info img {
  width: 80px;
  float: left !important;
}

#steps .info h4 {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#steps div.info {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
}

#steps div.info>div{
  border-bottom: solid 1px #a9e07e;
  display: inline-block;
  padding: 20px;
  width: 100%;
  text-align: right;
}

#steps div.info>div:nth-child(odd) {
  background: #F9F9FC;
}


#steps .table_btn a {
  background: #ff871d;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

#steps .table_btn a:hover {
  background: #FFF;
  border: 1px solid #FF871d;
  color: #FF871d;
}

a.siniestro:hover{
  color: #fb3333 !important;
}


/* Nuestras Fortalezas
rgba(238, 248, 236, .2);
--------------------------------*/
.masde{
  border-radius: 50%;
  border: solid 1px #ff871d;
  background-color: rgba(255, 135, 29, 0.04);
  text-align: center;
  width: 8.5em;
  height: 8.5em;
  padding: 5px;
  margin: 0 auto;
}

.masde h3{
  color: #ff871d;
  padding-top: 1.1em;
  padding-right: .2em;
  font-size: 2em;
}

.masde p{
  color: #FF871D;
  font-size: 1.1em;
  line-height: 10px;
  color: #403B3D !important;
  text-align: center;
}



/* Newsletter Section
--------------------------------*/
#newsletter {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }

  .masde{
    width: 5em;
    height: 5em;
    padding: 5px;
    margin: 0 auto;
  }

  .masde h3{
    padding-top: 1em;
    padding-right: .1em;
    font-size: 1em;
  }

  .masde p{
    font-size: .8em;
  }
}

#newsletter .form-control:focus {
  border-color: #ff871d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #ff871d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #ff871d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
  padding-top: 3em;
}

#contact .info i {
  font-size: 38px;
  color: #ff871d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .contactimg{
  width: 80%;
}

@media (max-width: 768px) {
  #contact .info {
    padding-top: 0;
    text-align: center;
  }

  #contact .info i {
  float: none;
}

  #contact .info p {
  padding-left: 0px;
}

  #contact .contactimg{
    display: none;
  }
}


/* Contactae - Pricing Section
--------------------------------*/
#pricing .info {
  color: #222;
  text-align: left;
  padding-left: 25%;
}

#pricing .info i {
  font-size: 38px;
  color: #ff871d;
  float: left;
  padding-top: 10px;
  padding-right: 15px;
}

#pricing .info p {
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

@media (max-width: 768px) {
  #pricing .info {
    text-align: center;
    padding-left: 0;
  }

  #pricing .info i {
    float: none;
  }

    #pricing .info p {
    padding-left: 0px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #FAFAFA;
  padding: 10px 0px;
}

.footer p{
  line-height: 20px;
}


.footer2 {
  background: #FAFAFA;
  padding: 10px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer2 p{
  line-height: 20px;
}

a.disable{
  pointer-events: none;
}

#avisopriv,
#acerca_dnis{
  margin-top: 5%;
}

@media (max-width: 991px) {
  #avisopriv,
  #acerca_dnis{
    margin-top: 18%;
  }

}

a.privacidad:hover{
  color: #757575;
}

.txtpriv *{
  text-align: justify !important;
  line-height: 20px;
}

.txtpriv h5{
  color: #ff871d;
}

.txtpriv p{
  color: #231f20;
  font-size: .8em !important;
}

.txtpriv p > b{
  color: #231f20;
}

.listpriv{
  font-size: 1.2em;
}

#webdnis {
  width: 100%;
  height: calc(60vh - 40px);
  background-size: 100%;
  position: relative;
}

.godnis{
  width: 80vh;
}

@media (min-width: 1025px) {
  #webdnis {
    background-attachment: fixed;
  }
}

#webdnis .bienvenido-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#webdnis h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #ff871d;
}

@media (max-width: 768px) {
  #webdnis h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .godnis{
    width: 50vh;
  }
}

#webdnis h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #webdnis h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

img.imgdnis {
  height: 5em;
}

#features p.txtcobs{
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 2;
    margin-bottom: 20px;
}


#webdnis .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #webdnis .btns a {
    margin: 4px 8px;
  }
}

#webdnis .btns a:hover {
  color: #ff871d;
}


#steps .info img {
  width: 80px;
  float: left !important;
}

#steps .info h4 {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.btn-intro{
  display: inline-block;
  background-color: #FDFDFD; 
  width: 15em; 
  height: 6em; 
  border-radius: 20px; 
  border: solid 1px #ff871d; 
  box-shadow: #ff871d 0px 0px 10px;
  margin-right: 20px;
}

.introbtn{
   font-family: "Poppins", sans-serif;
  color: #757575;
  font-size: .9em;
  text-align: center !important;
}

.btn-intro:hover{
  background-color: #FFF; 
  border: solid 1px #FFF; 
  box-shadow: #ff871d 0px 0px 20px; 
}

@media (max-width: 768px) {
  .btn-intro{
  width: 13em; 
  height: 6em; 
  }

  .introbtn{
    font-size: .8em;
  }
}


/* ESTILOS INTRO AGENTES */

.logotype{
    width: 100%;
    display: fixed;
    height: auto;
    top: 0;
    /*position: fixed;*/
}

.logocas{
    height: auto;
    width: 28vh;
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 1em;
}

.bluecint{
    background-color: #ff871d;
    width: 50%;
}

.bluecint > p{
    padding: 5px;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    font-weight: bolder;
}

.logoAgent {
    height: auto;
    width: 28vh;
    padding-left: 1em;
    padding-top: 10px;
    padding-bottom: 1em;
}

.infoAgent{
    position: relative;
    right: 1em;
    color: #ff871d;
    text-align: center;
    list-style: none;
}

img.icons{
    max-width: 180px;
}

.icons:hover{
    -webkit-filter: drop-shadow(5px 20px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
    filter: drop-shadow(5px 10px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
}

.footdynamic{
    width: 100%;
    display: fixed;
    height: auto;
    bottom: 0;
}



    .bluecint{
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .logocas{
        width: 20vh;
        padding-left: 1em;
        margin-top: 0;
        margin-bottom: 1em;
    }

    img.icons{
        max-width: 100px;
    }

    h1.textes{
        font-size: 28px;
    }

    .iconos{
        margin-top: 5vh;
    }

    .infoAgent {
        font-size: 11px !important;
    }

    .infoAgent{
        margin: 5px 0px;
    }
    
}


@media (max-width: 575px) {
    .logoCASseguros{
        width: 23vh !important;
    }
    .logoAE{
        width: 15vh !important;
    }

}
.logoCASseguros{
    height: auto;
    width: 28vh;
    padding-left: 2em;
    padding-top: 10px;
}

.logoAE{
    height: auto;
    width: 20vh;
    position: absolute;
    right: 2em;
}

/*Modal*/
h4 {
  font-weight: bold;
  color: #FF871D;
}
.close {
  color: #FF871D;
  transform: scale(1.2)
}
.modal-content {
  font-weight: normal;
  background-color: #FEFEFE;
}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #FF871D;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #D5D5D5;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #FF871D;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: normal;
  color: #757575;
}
.login {
  padding: 12px;
  border-radius: 20px;
  background: none;
  border: 2px solid #ff871d;
  color: #757575;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
  width: 45%;
}
.login:hover {
  background: #FFF;
  color: #ff871d;
  border: 2px solid #757575;
}


.btnclose_dnis{
  display: none;
}


/*BOTONES DEL INTRO DE AUTOEVALUA AGENTES://*/



img.iconsAE1{
    max-width: 180px;
}

.iconsAE1:hover{
    -webkit-filter: drop-shadow(5px 20px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
    filter: drop-shadow(5px 10px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
}




img.iconsAE2{
    max-width: 150px;
}

.iconsAE2:hover{
    -webkit-filter: drop-shadow(5px 20px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
    filter: drop-shadow(5px 10px 10px #FF871D20)
        drop-shadow(-5px -10px 10px #FF871D20);
}


@media (max-width: 768px) {
  img.iconsAE1{
    max-width: 100px;
  }
  img.iconsAE2{
    max-width: 100px;
  }
}

.line-icons{
  padding-left: 20px;
}

@media (max-width: 991px) {
  .line-icons{
    padding-left: 0px;
    padding-top: 20px;
  }
}


.products-icons{
  width: 100% !important;
}


@media (max-width: 991px) {
  .products-icons{
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .products-icons{
    width: 100% !important;
  }
}




