* {
    font-family: "Titillium Web";
}
.swal2-popup{
    font-size: 1em !important;
}
.alert-success {
    background-color: #87CC0C !important;
    border-color: #87CC0C !important;
    color: #ffffff !important;
}
.alert-dismissible .close{
    top: -16px !important;
    right: -30px !important;
}
input.error, select.error, textarea.error {
    border: 1px solid #C72E2E!important;
}
input.valid, select.valid, textarea.valid{
    border: 1px solid #A5DC86!important;
}
label.error {
    font-weight: 300;
    color: #C72E2E;
    background-color: #F2DEDE;
    display: block;
    padding: 5px;
    margin-top: 2px;
    border-radius: 3px;
}
.toggle.btn{
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: none !important;
}
.toggle-on.btn,.toggle-off.btn{
    padding-top: 5px !important;
    font-size: 16px !important;
}
.toggle-on.btn{
    background: #009afa !important;
}
.toggle-off.btn-default{
    background: #ecf0f1 !important;
    color: grey !important;
}
.img_operadoras{
  height: 40px;
  margin: 0px 10px;
  margin-top: 20px;
  display: inline-block;
}
.label-inside-input.label-right{
  font-size: 25px !important;
  padding: 0 !important;
}
#contacts_book, #contacts_book_nauta{
  display: inline-block;
  padding: 14px 10px 14px 0px;
}
label {
    color: #777;
    font-weight: 500;
}
.form-control:focus {
    border-color: #009AFA;
}
.texto-gris {
    color: #777!important;
}
.btn-idioma {
    color: #ffffff;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 1.30;
    border-radius: 0;
}
.btn-idioma > img {
    border-radius: 0;
}
.btn-flat {
    border-radius: 0;
}
.bandera-es {
    background-image: url(../img/es-icon.jpg) no-repeat;
}
.btn {
    font-family: "Titillium Web";
    font-weight: 500;
}
.btn-naranja {
    color: #ffffff;
    background-color: #f29c13;
}
.txt-naranja {
    color: #f29c13;
}
.txt-verde {
    color: #5cb85c;
}

.btn-azul {
    color: #FFF;
    background-color: #009AFA;
    border: 1px solid #FFF;
}
.btn-naranja:hover, .btn-azul:hover {
    color: #ffffff;
    background-color: #73B702;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bg-check {
    background-image: url(../img/right-sign.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.navbar-brand>img {
    height: 70px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
    /*background-color: #0177c1;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; */
}
@media screen and (max-width: 768px) {
    .navbar-brand {
        height: auto;
    }
    .navbar-brand>img {
        height: 35px;
    }
    section h2 {
        font-size: 2em!important;
    }
    .btn-menu-movil {
        padding: 6px 5px;
    }
}

a.navbar-brand {
    padding: 0;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #009afa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 3px;
    text-align: center;
    padding-bottom: 30px;
}

/*hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}*/

hr.star-light {
    border-color: #fff;
}

/*hr.star-light:after {
    color: #fff;
    background-color: #009afa;
}*/

hr.star-primary {
    border-color: #777;
}

/*hr.star-primary:after {
    color: #777;
    background-color: #fff;
}*/

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

/*header img {
    display: block;
    margin: 0 auto 20px;
}*/

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 150px;
        padding-bottom: 0;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .2s;
        -moz-transition: padding .2s;
        transition: padding .2s;
    }

    .navbar-fixed-top.navbar-shrink {
        /*padding: 10px 0;
        border-bottom: 1px solid #ccc;*/
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        padding: 0;
    }
}

@media(max-width:767px) {
    header .container {
        padding-top: 0;
    }

    .dropdown-toggle:after{
      display:none!important;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #009AFA;
}

section {
    padding-top: 100px;
    padding-bottom: 50px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 90px 0;
    }

    .first {
        padding-top: 90px !important;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #009afa;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #777;
}

.texto-ccc {
    color: #CCC!important;
}
.texto-fff {
    color: #FFF;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #009AFA;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/* Css New Home */
.banner_home{
  min-height: 650px;
  background-color: #009AFA;
  color: white;
  overflow: hidden;
}
.banner_home p{
  font-size: 22px;
  margin-top: 40px;
}
.banner_home span{
  font-size: 22px;
}
.map_home{
  width: 100%;
  max-width: 900px;
}
.banner_home .title_home{
  text-transform: inherit;
  margin-top: 40px;
  margin-bottom: 50px;
}
.btn_banner_home{
  border-radius: 0;
  margin: 10px 20px;
  color: white !important;
  text-decoration: none !important;
  padding: 20px 30px;
  min-width: 250px;
  font-size: 18px;
  border-radius: 5px;
}
.btn* {
    font-family: "Titillium Web";
}
input.error, select.error, textarea.error {
    border: 1px solid #C72E2E!important;
}
input.valid, select.valid, textarea.valid{
    border: 1px solid #A5DC86!important;
}
label.error {
    font-weight: 300;
    color: #C72E2E;
    background-color: #F2DEDE;
    display: block;
    padding: 5px;
    margin-top: 2px;
    border-radius: 3px;
}
label {
    color: #777;
    font-weight: 500;
}
.form-control:focus {
    border-color: #009AFA;
}
.texto-gris {
    color: #777!important;
}
.btn-idioma {
    color: #ffffff;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 1.30;
    border-radius: 0;
}
.btn-idioma > img {
    border-radius: 0;
}
.btn-flat {
    border-radius: 0;
}
.bandera-es {
    background-image: url(../img/es-icon.jpg) no-repeat;
}
.btn {
    font-family: "Titillium Web";
    font-weight: 500;
}
.btn-naranja {
    color: #ffffff;
    background-color: #f29c13;
}
.txt-naranja {
    color: #f29c13;
}
.txt-verde {
    color: #5cb85c;
}

.btn-azul {
    color: #FFF;
    background-color: #009AFA;
    border: 1px solid #FFF;
}
.btn-naranja:hover, .btn-azul:hover {
    color: #ffffff;
    background-color: #73B702;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bg-check {
    background-image: url(../img/right-sign.png);
    background-repeat: no-repeat;
    background-position: 97%;
}
.navbar-brand>img {
    height: 70px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #FFF;
    /*background-color: #0177c1;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; */
}
@media screen and (max-width: 768px) {
    .navbar-brand {
        height: auto;
    }
    .navbar-brand>img {
        height: 35px;
    }
    section h2 {
        font-size: 2em!important;
    }
    .btn-menu-movil {
        padding: 6px 5px;
    }
}

a.navbar-brand {
    padding: 0;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #009afa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 3px;
    text-align: center;
    padding-bottom: 30px;
}

/*hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}*/

hr.star-light {
    border-color: #fff;
}

/*hr.star-light:after {
    color: #fff;
    background-color: #009afa;
}*/

hr.star-primary {
    border-color: #777;
}

/*hr.star-primary:after {
    color: #777;
    background-color: #fff;
}*/

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #18bc9c;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

/*header img {
    display: block;
    margin: 0 auto 20px;
}*/

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 150px;
        padding-bottom: 0;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .2s;
        -moz-transition: padding .2s;
        transition: padding .2s;
    }

    .navbar-fixed-top.navbar-shrink {
        /*padding: 10px 0;
        border-bottom: 1px solid #ccc;*/
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        padding: 0;
    }
}

@media(max-width:767px) {
    header .container {
        padding-top: 0;
    }

    .dropdown-toggle:after{
      display:none!important;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: "Titillium Web","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background-color: #009AFA;
}

section {
    padding-top: 100px;
    padding-bottom: 50px;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 90px 0;
    }

    .first {
        padding-top: 90px !important;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #009afa;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #777;
}

.texto-ccc {
    color: #CCC!important;
}
.texto-fff {
    color: #FFF;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #009AFA;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

/* Css New Home */
.banner_home{
  min-height: 650px;
  background-color: #009AFA;
  color: white;
  overflow: hidden;
}
.banner_home p{
  font-size: 22px;
  margin-top: 40px;
}
.banner_home span{
  font-size: 22px;
}
.map_home{
  width: 100%;
  max-width: 900px;
}
.banner_home .title_home{
  text-transform: inherit;
  margin-top: 40px;
  margin-bottom: 50px;
}
.btn_banner_home{
  border-radius: 0;
  margin: 10px 20px;
  color: white !important;
  text-decoration: none !important;
  padding: 20px 30px;
  min-width: 250px;
  font-size: 18px;
  border-radius: 5px;
}

.btn_banner_home.green{
  border: 2px solid #73b702;
  background: transparent;
}
.btn_banner_home.orange{
  border: 2px solid #f29c13;
  background: transparent;
}
.btn_banner_home.green:hover{
  border: 2px solid white;
  padding: 19px 29px;
  background-color: #73b702;
}
.btn_banner_home.orange:hover{
  border: 2px solid white;
  padding: 19px 29px;
  background-color: #f29c13;
}

.section_flags{
  background-color: #008ee7;
  padding-top: 50px;
  padding-bottom: 70px;
  overflow: hidden;
}
.section_flags:before{
  content: '';
}
.section_flags:after{
  content: '';
}
.section_flags h3{
  color: white;
  margin: auto;
  margin-bottom: 20px;
  max-width: 720px;
  font-size: 30px;
}
.administrative_team{
  padding-top: 100px;
  color: #707070;
  overflow: hidden;
  padding-bottom: 70px;
}
.administrative_team h3{
  font-size: 34px;
  margin-bottom: 25px;
}
.item_team{
  border: 1px solid #F3F3F5;
  margin: 20px 15px 40px 15px;
  padding: 20px 0px;
  -moz-box-shadow: 1px 13px 45px -10px #d6dade, 0px 0px 40px #EEEEEE;
  -webkit-box-shadow: 1px 13px 45px -10px #d6dade, 0px 0px 40px #EEEEEE;
  box-shadow: 1px 13px 45px -10px #d6dade, 0px 0px 40px #EEEEEE;
}
.subtitulo_team{
  font-size: 17px;
  max-width: 800px;
  margin: auto;
  line-height: 1.2;
}
.nombre_team{
  font-size: 15px;
  font-weight: 700;
  color: #4f4f4f;
  margin: 0;
}
.cargo_team{
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}
.cargo_simple_team{
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media(min-width:350px) and (max-width: 380px){
  .cargo_simple_team{
    padding: 18px 0 1px 0px;
  }
}
.img_team{
  background-position: center;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: 20px;
  filter: grayscale(100%);
  border-radius: 50%;
}
.team_slick{
  margin-top: 80px;
}
.can_hablax{
  overflow: hidden;
  padding-top: 100px;
  color: #707070;
  background-color: #f9f9f9;
  padding-bottom: 50px;
}
.can_hablax h3{
  margin-bottom: 50px;
  font-size: 34px;
}
.can_hablax h4{
  color: #009afa;
  font-size: 24px;
}
.can_hablax p{
  font-size: 16px;
  margin-bottom: 30px;
}
.img_phones{
  max-width: 520px;
  width: 100%;
  margin-top: 55px;
}
.flag_home{
  width: 90px;
  margin: 20px 4px 0px 4px;
}
.feedback_user{
  font-size: 16px;
  text-align: left;
  min-height: 77px;
  text-align: center !important;
}
.feed_team{
  background-color: #f9f9f9;
}
.feed_slick{
  /*margin-top: 60px;*/
}
.item_feed{
  padding: 0px 10px;
}
.item_feed .name{
  color: #009afa;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  
}
.img_user_feed{
  height: 65px;
  width: 64px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #b1b1b1;
  margin: 5px;
  margin-top: 15px;
}
.cont_feed{
  max-width: 330px;
  line-height: 1.2;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  padding: 15px 10px;
}
.slick-prev, .slick-next{
  z-index: 20 !important;
}
.slick-disabled{
  opacity: 0.5;
}
/* .slick-prev, .slick-prev:hover, .slick-prev:focus{
  background-image: url(../img/left_arrow.png) !important;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.slick-prev:before, .slick-next:before{
  content: '' !important;
  opacity: 0 !important;
} */
/*  .slick-next:focus{
  background-image: url(../img/right_arrow.png) !important;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
} */
.call_action{
  background-color: #008ee7;
  padding: 40px 0px;
  overflow: hidden;
}
.img_stars_feed{
  width: 100px;
  margin: auto;
}
.franja_mobile{
  display: none;
  padding: 2px 0px;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 58px;
  z-index: 30;
  left: 0;
  color: #9e9e9e;
}
.franja_mobile button{
  margin-top: -6px;
  padding: 0;
  background-color: white;
  border-radius: 0;
  border: none;
  color: grey;
}
.link_franja{
  color: #707070 !important;
  margin: 0px 5px;
  text-decoration: none !important;
}
.item_feed{
  padding-top: 35px;
}
.cont_new_icon img{
  width: 50px;
  margin: auto;
  margin-top: -41px;
  margin-bottom: 20px;
}
.franja_register{
  color: #73b702 !important;
  text-decoration: none !important;
  margin-left:5px;
}
.franja_entrar{
  color: #f29c13 !important;
  text-decoration: none !important;
  margin-right:5px;
}
.slick-track{
  margin: auto;
}
.slick-slide{
  float: none;
}
.slick-initialized .slick-slide {
    display: inline-block;
}
.franja_mobile .dropdown-menu > li > a:hover{
  color: #7b8a8b !important;
}
@media(max-width:767px) {
  .row_tarifas{
    min-height: 620px;
    position: relative;
  }
  .btn_banner_home{
    margin: 10px 0px;
  }
  .franja_mobile{
    display: block;
  }
  .img_phones{
    margin-top: 10px;
  }
  .banner_home .title_home{
    margin-top: 25px;
  }
  .team_slick{
    margin-top: 60px;
  }
  .team_slick, .feed_slick{
    width: 100%;
  }
  .subtitulo_team {
    font-size: 16px;
  }
  .administrative_team h3 {
    font-size: 23px;
  }
  .flag_home {
    width: 55px;
  }
  .section_flags h3{
    font-size: 22px;
  }
  .banner_home span {
    display: block;
  }
  .slick-next{
    top: 130%;
    right: calc(50% - 45px);
  }
  .slick-prev{
    top: 130%;
    left: calc(50% - 45px);
  }
  .slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus{
    width: 40px;
    height: 40px;
  }
}
@media(max-width:500px) {
  .hide_500{
    display: none;
  }
}