/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

/* add sergio css  */
/*.simple-sec{*/
/*  display: inline;*/
/*  float: left;*/
/*  margin-bottom: 10px;*/
/*  width: 33.3%;*/
/*}*/
.nav_color{
  color: #283890;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .nav_color{
    color: #FF2D66;
  }
}
.figure_top{
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .simple_sec_left{
    padding-right: 0px!important;
  }
}
@media only screen and (max-width: 600px) {
  .simple-sec-center1 {
    padding-right: 1px!important;
    margin-top: 1rem!important;
  }
}
@media only screen and (max-width: 600px) {
  .simple-sec-center {
    padding-right: 1px!important;
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
  }
}
.simple-sec .simple-sec-item{
  display: inline;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.simple-sec .simple-sec-item .simple-sec-img {
  display: inline;
  float : left;
  overflow: hidden;
  width: 100%;
}
.simple-sec-item figure{
  cursor: pointer;
}
.simple-sec .simple-sec-item .simple-sec-img >img{
  width: -webkit-fill-available;
}
.simple-sec .simple-sec-item:hover .simple-sec-info {
  background-color: rgba(253, 49, 100, 0.5);
  /* color: #283890 ;*/
  color: white ;
  opacity: 1;
}
.simple-sec .simple-sec-item .simple-sec-info > img {
  width: 15%;
}
.simple-sec .simple-sec-item:hover .simple-p {
  opacity: 1 !important;
}
.simple-sec .simple-sec-item .simple-sec-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 10%;
  color: white ;
  opacity: 1;
  transition: all 0.8s;
}
.simple-sec .simple-sec-item .simple-sec-info .simple-p {
  transition: all 2s ease-out;
  opacity: 0;
  font-weight: 600;
  padding: 5px;
}





/* add sergio css end */


section {
  background-color: #f4f7ff; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
a, a:hover {
  text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
.media-container-row .media-size-item {
  width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.media-container-column > * {
  width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-box {
  width: 100%; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
.map iframe {
  width: 100%;
  height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4); }
.mbr-arrow-up a i {
  line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite; }
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex; }
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex; }
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh; }
  .menu .navbar-collapse.show {
    overflow: auto; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; } }

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.form-group:focus {
  outline: none; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

div[data-for^="input-range"] input {
  padding-left: 0;
  padding-right: 0; }

.modal-dialog, .modal-content {
  height: 100%; }

.modal-dialog .carousel-inner {
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available; }

.carousel-item {
  text-align: center; }

.carousel-item img {
  margin: auto; }
.engine {
  position: absolute;
  text-indent: -2400px;
  text-align: center;
  padding: 0;
  top: 0;
  left: -2400px;
}
.section-heading p {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #a5a5a5;
  text-transform: uppercase;
}
.section-heading h2 {
  font-size: 36px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 0;
}
.single-features-area h6 {
  font-size: 18px;
  color: #6e6e6e;
  margin-bottom: 0;

  font-weight: 600;
  line-height: 1.8;
}
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #000b29;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 28px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.credit-btn:hover {
  color: white;
}


#nosotros::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.92);*/
  z-index: 9;
}

#nosotros .container {
  position: relative;
  z-index: 10;
}
#nosotros .about-col {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}



#nosotros .about-col .img {
  position: relative;
}

#nosotros .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#nosotros .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #000b29;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#nosotros .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#nosotros .about-col:hover .icon {
  background-color: #fff;
}

#nosotros .about-col:hover i {
  color: #000b29;
}

#nosotros .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#nosotros .about-col h2 a {
  color: #000;
}

#nosotros .about-col h2 a:hover {
  color: #000b29;
}

#nosotros .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 20px 20px 20px 20px;
}
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #283890;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 35px;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #000b29;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 15px;
  height: auto;
  min-height: 120px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #000b29;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #000b29 !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
/*---------------------------------------*/
/* Clients Section
--------------------------------*/

#clients {
  padding: 10px 0;
}

#clients img {
  opacity: 0.5;
  transition: 0.3s;
  padding: 7px;
}
.imagen_servico {
  transition: transform 0.3s;
  width: 100%;
}
.imagen_servico:hover {
  transform: scale(1.09);
}
#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #283890;
}
#featured-services {
  background: #283890;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000b29 0%, #242323 50%, #000b29 100%);
}

#featured-services i {
  color: #000b29;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h3 a {
  color: #fff;
}

#featured-services h4 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: lighter;
}
/* Estilos que hubo en el Front End  */
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 90%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 90%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.about-pic {
  height: 960px;
  position: relative;
}

.about-pic .play-btn {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #05c3dd;
  font-size: 30px;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  z-index: 9;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.al_centro{
  right: 45% !important;
}
.como-lo-hacemos{
  background: #283890;border-radius: 20px;box-shadow: 12px 0 47px 0 rgba(3, 2, 2, 0.5);
}
.como-lo-hacemos-1{margin-top: 60px;}
.como-lo-hacemos-2{margin-top: 45px;}
.como-lo-hacemos-3{margin-top: 30px;}
.como-lo-hacemos-4{margin-top: 15px;}
.como-lo-hacemos-bola{
  width: 80px;height: 80px;background: #fd3164;border-radius:50%;position:relative;margin-left: auto;margin-right: auto;margin-top: -35px;
}
.como-lo-hacemos-letra{
  color: white;font-size: 50pt;padding-top: 4px;
}
.rayita-izq{
  height: 15px;width: 60px;border-bottom: 3px solid #fd3164;position: absolute;left: 0;
}
.rayita-der{
  height: 15px;width: 60px;border-bottom: 3px solid #fd3164;position: absolute;right: 0;
}
.punto-rosadito,.punto-rosadito-2{
  text-align: left;list-style-type: square;color: #fd3164;padding-bottom: 0;margin-bottom: 20px;
}
.color-rosa-bufeo{
  color: #fd3164 !important;
}
.bg-rosa{
  background-color: #fd3164 !important;
}
.color-azul-bufeo{
  color: #283890;
}
.punto-rosadito span{
  color: white;
}
.punto-rosadito-2 span{
  color: #283890;
}
.card-clientes{
  background: white;border: 2px solid #283890;border-radius: 30px;padding: 1px 10px 10px 10px;margin-right: 10px;
}
.card-cliente2{
  background: white;padding: 1px 10px 10px 10px;margin-right: 10px;
}
.card-clientes-2{
  background: #283890;padding: 10px 10px 0 10px;margin: -10px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;text-align: center;
}
.card-clientes-rayita{
  width: 50px;background: red;height: 3px;position: relative;top: -10px;left: 55px;
}
.imagen-bufeo-1{
  position:relative;left: -80px;width: 90%;
}
.paddincito{
  padding: 100px 140px 0 50px;
}
.paddin-negocio{
  padding-bottom: 50px;
}
.contactito{
  border: none;background: transparent;border-bottom: 1px solid #283890;
}
.contactito::placeholder{
  color: #283890;opacity: 0.5;
}
.contactito-textarea{
  background: #f4f7ff;
}
.contactito-textarea::placeholder{
  opacity: 0.8;
}
.negrita{
  font-weight: bold;
}
.contactito-form{
  background: #fff;border-radius: 30px;box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);padding: 20px;margin-bottom: 255px;
}
.color-margin-50{
  color: #283890;margin-left: 50px;
}
.font-size-30{
  font-size: 30pt;
}
.margin-left-30{
  margin-left: 30px;
}
.contactito-form-2{
  margin-top: 100px;margin-left: -50px;
}
.contactito-form-2-div{
  background: #283890;color: white;padding: 40px;
}
.contactito-form-2-label{
  font-size: 15pt;margin-left: 30px;font-family: 'Montserrat', sans-serif;
}
.contactito-form-2-p{
  margin-left: 55px;opacity: 0.8;
}
.contactito-form-2-redes{
  background: #fd3164;color: white;text-align: center;width: fit-content;position: relative;left: 100%;top: -45%;padding: 10px;font-size: 20pt;border-bottom-right-radius: 25px;border-top-right-radius: 10px;
}
.contactito-form-btn{
  background: #fd3164;border: 1px solid #fd3164;color: white;width: 80%;margin-left: -75px;
}
.patron_footer{
  background-image: url('styles/images/nueva_imagen/patron_new.png');height: 120px;width: 100%;background-size: cover;
}
@media only screen and (max-width: 479px){
  .imagen-bufeo-1{
    position:relative;left: -10px;width: 100%;
  }
  .paddincito{
    padding: 50px 30px 0 50px;
  }
  .paddin-negocio{
    padding-bottom: 0;
  }
  .contactito{
    width: 85%;
  }
  .color-margin-50{
    color: #283890;margin-left: 0;
  }
  .contactito-textarea{
    width: 85%;
  }
  .contactito-form-btn{
    background: #fd3164;border: 1px solid #fd3164;color: white;width: 85%;margin-left: -40px;
  }
  .contactito-form{
    background: #fff;border-radius: 30px;box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);padding: 20px;margin-bottom: 0;margin-left: 20px;margin-right: 20px;
  }
  .contactito-form-2{
    margin-top: 30px;margin-left: 0;
  }
  .contactito-form-2-redes{
    background: #fd3164;color: white;text-align: center;width: fit-content;padding: 10px;font-size: 20pt;border-bottom-right-radius: 25px;border-top-right-radius: 0px;border-bottom-left-radius: 25px;border-top-left-radius: 0px;display: flex;left: 75px;top: 0;margin-bottom: 100px;
  }
  .contactito-form-2-redes > i{
    padding-right: 15px;
    padding-left: 15px;
  }
  #footer1-d{
    padding-bottom: 110px;
  }
  .como-lo-hacemos{
    margin-left: 20px;
    margin-right: 20px;
  }
  .como-lo-hacemos-1,.como-lo-hacemos-2,.como-lo-hacemos-3,.como-lo-hacemos-4{
    margin-top: 50px;
  }
  .patron_footer{
    background-image: url('styles/images/nueva_imagen/patron_cel.png');height: 120px;width: 100%;background-size: cover;margin-top: 50px;
  }
}
/* ---------------- End ------------------ */
/*  ---------- Line time Vertical CSS ---- */
.leftbox {
  top: -5%;
  left: 5%;
  position: absolute;
  width: 15%;
  height: 110%;
  background-color: #50d890;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}




.rightbox {
  padding: 0em 0rem 0em 0em;
  height: 100%;
}

.rb-container {
  font-family: 'Ubuntu', sans-serif;
  width: 100%;
  margin: 0px;
  display: block;
  position: relative;
}

.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  /* margin-left: 10em;*/
  min-height: 50px;
  /*border-left: 2px dashed #283890 ;*/
  padding: 0 0 25px 30px;
  position: relative;
  margin-top: 20px;
  border-bottom: 3px solid #283890;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb li::before {
  position: absolute;
  left: -14px;
  top: 0px;
  content: " ";
  border: 8px solid #283890;
  border-radius: 500%;
  background: #fff ;
  height: 28px;
  width: 28px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #283890;
  transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
  color: rgb(77,77,77);
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.item-title {
  color: #283890 ;
  font-weight: 600;
}

.container-3 {
  width: 5em;
  vertical-align: right;
  white-space: nowrap;
  position: absolute;
}

.container-3 input#search {
  width: 150px;
  height: 30px;
  background: #fbfbfb;
  border: none;
  font-size: 10pt;
  color: #262626;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0.9em 0 0 28.5em;
  box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}

.container-3 .icon {
  margin: 1.3em 3em 0 31.5em;
  position: absolute;
  width: 150px;
  height: 30px;
  z-index: 1;
  color: #4f5b66;
}

input::placeholder {
  padding: 5em 5em 1em 1em;
  color: #50d890;
}
#ul_dropdown{
  border-radius: 15px;
  box-shadow: 0 0 12px -1px;
  background: gray;
  color: white;
  padding: 10px;
  right: 0;
  list-style: none;
  width: 100%;
}
.li_dropdown{
  color: white;
  font-weight: bold;
}
/*---------------------------------*/
/* ABAJO----------------------E-R-P*/
/*---------------------------------*/
.col_shadow_style{
  background: rgba(255, 255, 255, 0.34);
  font-family: sans-serif;
}
.col_shadow_style:hover{
  box-shadow: 0px 0px 40px -30px;
}
.card_erp{
  border: none;
  cursor: pointer;
  transition: background-color 5.3s;
}
.card_erp:hover {
  background: rgba(40, 56, 144, 0.84);
  color: white;
  border: none;
}
@media only screen and (max-width: 800px) {
  .card_erp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px 0px 20px;
  }
}
.texto_card{
  text-align: justify;
  font-size: 14px;
  height: 147px;
}
@media only screen and (max-width: 280px) {
  .card-title{
    font-size: medium;
  }
  .card-text{
    font-size: 12px;
  }
}
.img_erp {
  width: 10%;
  height: auto;
}
/*-------------------------------*/
.cotizar_btn_style{
  width: 100%;
  background: #283890;
  border-radius: 10px;
  border: white 1px solid;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.1s;
}
.cotizar_btn_style:hover {
  background-color: white;
  color: #283890;
  border: none;
}
/*-------------------------------------------*/
/*WEBSITE SECTION----------------------------*/
/*-------------------------------------------*/
.img_website{
  height: 200px;
  width: 100%;
}
.row_style_website{
  height: 590px;
  background: rgba(255, 45, 102, 0.02);
  padding: 30px 0px 30px 0px;
  border-radius: 10px;
}
/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
  padding:  50px 0 100px;
  border:  1px solid #e5ebf2;
}

.portfolio-content {padding-top: 100px;}

/* ---- .item ---- */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
.isotope .item {
  position:relative;
  overflow:hidden;
  margin-bottom: 30px;
}
/*.item img*/
.isotope .item img{
  width:100%;
  height:100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.isotope .item:hover  img{
  -webkit-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -ms-transform:scale(1.5);
  -o-transform:scale(1.5);
  transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
  position:absolute;
  height:100%;
  width:100%;
  background:rgba(31,44,108,.5);
  display:flex;
  align-items:center;
  text-transform: uppercase;
  justify-content:center;
  flex-direction:row;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -ms-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.isotope-overlay a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.isotope .item:hover .isotope-overlay{
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  top:0;
}/*.isotope-overlay*/

/*---------- End Line Time Vertical -------*/
/*-----------------------------------------*/
/*dropdown*/
/*-----------------------------------------*/

.dropdown_l{
  min-width: 15em;
  position: relative;
  margin: 2em;
}
.dropdown_l * {
  box-sizing: border-box;
}
.select_l {
  background: transparent;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border: 2px white solid;*/
  border-radius: 0.5em;
  padding: 1em;
  cursor: pointer;
  transition: background 0.3s;
}
.select-clicked {
  border:  2px #26489a solid;
  box-shadow: 0 0 0.8em #26489a;
}
/*------no es esto*/
.select_l:hover{
  background: #005cbf;
}

.caret_l{
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: 0.3s;
}

.caret-rotate{
  transform: rotate(180deg);
}
.menu_l{
  list-style: none;
  padding: 0.2em 0.5em;
  background: #283890;
  border: 1px white solid;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  color: white;
  position: absolute;
  top: 3em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
}
.menu_l li {
  padding: 0.7em 0.5em;
  margin: 0.3em 0;
  border-radius: 0.5em;
  cursor: pointer;
}
.menu_l li:hover{
  background: #ff3366;
}
.active_l{
  background: #283890;
}
.menu-open{
  display: block;
  opacity: 1;
}
/*----------------------------------*/
/*productos section-------*/
/*--------------------------------*/
