/*Comienza css del html*/
html {
  font-size: 13px; }

/*Termina css del html*/
/*-------------------------------------------------------------------------*/
/*Comienza css del body*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', helvetica;
  background-color: #fff; }

/*Termina css del body*/
#particles-js {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1; }

/*-------------------------------------------------------------------------*/
/*Comienza css al nav menu*/
.navbar {
  margin: 0;
  width: 100%;
  background-color: #fff; }

.navbar-brand img {
  width: 200px; }

@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 250px; } }
.navbar-brand {
  margin-top: 10px;
  margin-bottom: 10px; }

/*Termina css al nav menu*/
/*----------------------------------------------*/
/*Comienza css de link del menu*/
.nav-link {
  font-size: 1rem;
  color: #000 !important;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  border: 2px solid transparent;
  border-bottom: solid 2px #e65d03; }

.nav-link:hover {
  border: 2px solid #e65d03;
  -webkit-transition: border 1s ease;
  transition: border 1s ease; }

/*-------------------------------------------------------------------------*/
/*Comienza css de borde del buttom 3 rayas del menmu mobile*/
.navbar-toggler {
  width: 47px;
  height: 34px;
  border: none; }

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 4px;
  background-color: #e65d03;
  margin-bottom: 5px; }

/*Termina css de borde del buttom 3 rayas del menmu mobile*/
/*-------------------------------------------------------------------------*/
#carouselExampleIndicators {
  position: relative;
  z-index: 99; }

.carousel {
  margin-top: 85px;
  background-color: rgba(0, 0, 0, 0.5); }

.carousel .carousel-caption {
  font-size: 3vw; }

@media screen and (min-width: 420px) {
  .carousel .carousel-caption {
    font-size: 14px; } }
@media screen and (min-width: 768px) {
  .carousel .carousel-caption {
    font-size: 16px;
    margin-bottom: 60px; } }
@media screen and (min-width: 992px) {
  .carousel .carousel-caption {
    font-size: 18px;
    margin-bottom: 100px; } }
@media screen and (min-width: 1200px) {
  .carousel .carousel-caption {
    margin-bottom: 200px; } }
.carousel .carousel-caption h1 {
  font-size: 5vw; }

@media screen and (min-width: 768px) {
  .carousel .carousel-caption h1 {
    font-size: 3rem; } }
@media screen and (min-width: 992px) {
  .carousel .carousel-caption h1 {
    font-size: 3.5rem; } }
.carousel .carousel-caption a {
  color: #fff;
  text-decoration: none; }

.carousel .carousel-caption #btn-ver-mas {
  color: #fff;
  background-color: #e65d03;
  text-decoration: none;
  padding: 5px;
  border: solid 2px #fff; }

.carousel .carousel-caption #btn-ver-mas:hover {
  background-color: #015bfa; }

/*-------------------------------------------------------------------------*/
#servicios {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 99;
  background-color: transparent; }

#servicios .title {
  color: #383737;
  font-size: 7vw; }

@media screen and (min-width: 768px) {
  #servicios .title {
    font-size: 4rem; } }
#servicios p {
  color: #f86807;
  font-size: 20px; }

#servicios .row {
  padding-top: 40px; }

#servicios img {
  width: 75%;
  border-radius: 50%; }

#servicios .row p {
  color: #000;
  font-size: 16px;
  margin-top: 15px; }

#servicios .row p span {
  font-size: 20px;
  font-weight: bold; }

/*-------------------------------------------------------------------------*/
#nosotros {
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 75px;
  position: relative;
  z-index: 99; }

#nosotros .title {
  color: #fff;
  font-size: 8vw;
  border-bottom: solid 2px #f86807;
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  #nosotros .title {
    font-size: 4rem; } }
#nosotros #telservicio {
  background-color: transparent;
  border: none;
  color: #f86807; }

#nosotros a {
  color: #fff;
  text-decoration: none;
  background-color: #f86807;
  border: solid 2px #fff;
  padding: 5px;
  font-size: 15px; }

#nosotros a:hover {
  background-color: #015bfa; }

#img-logos-nosotros {
  text-align: center; }

#img-logos-nosotros img {
  border: solid 3px #015bfa;
  background-color: #fff;
  border-radius: 50%; }

#img-logos-nosotros p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px; }

/*-------------------------------------------------------------------------*/
/*Termina css portfolio*/
.btn {
  color: #000;
  border: solid 2px #f86807;
  padding: 5px;
  text-decoration: none;
  margin: 5px;
  font-weight: bold; }

.btn:hover {
  border: solid 2px #f86807; }

.gallery {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  column-width: 33%; }

.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.gallery .animation {
  -webkit-transform: scale(1);
  transform: scale(1); }

/*@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}*/
@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem; } }
/*Termina css portfolio*/
/*-------------------------------------------------------------------------*/
#billing {
  text-align: center;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-top: 75px;
  border-top: solid 2px #969696;
  position: relative;
  z-index: 99; }

#billing .button {
  color: #fff;
  background-color: #f86807;
  text-decoration: none;
  border: none;
  font-size: 25px;
  margin-bottom: 15px;
  padding: 5px 10px 5px 10px; }

#billing .button:hover {
  color: #fff;
  background-color: #015bfa; }

#billing p {
  color: #000;
  font-size: 16px; }

#billing h3 {
  color: #000; }

/*-------------------------------------------------------------------------*/
#logoequipos {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  z-index: 99; }

.owl-item {
  float: left; }

.services-block {
  margin-top: 25px; }

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #7F7F7F;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block; }

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px; }

.services-carousel .owl-stage-outer {
  overflow: hidden; }

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center; }

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer; }

.services-carousel .owl-dot.active {
  background-color: #e65d03; }

.owl-nav {
  display: none; }

/*-------------------------------------------------------------------------*/
#back-torre1 {
  background-image: url(../images/torre2.png);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  background-color: transparent; }

@media screen and (min-width: 768px) {
  #back-torre1 {
    background-size: 50%; } }
#planes {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 99; }

#planes .title {
  color: #383737;
  font-size: 8vw;
  margin-bottom: 60px; }

@media screen and (min-width: 768px) {
  #planes .title {
    font-size: 4rem;
    border-bottom: solid 2px #f86807; } }
#planes .row {
  text-align: center;
  margin-bottom: 15px; }

#planes .col-12 {
  margin-bottom: 75px; }

#planes span {
  margin-bottom: 15px; }

#planes .plan {
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  background-color: #f86807; }

@media screen and (min-width: 768px) {
  #planes .plan {
    border-top: none; } }
#planes .mensual {
  font-size: 12px;
  color: #383737;
  border-bottom: solid 1px #AEAEAE; }

#planes .precio {
  color: #f86807;
  font-size: 40px;
  border-bottom: solid 1px #AEAEAE; }

#planes .down {
  font-size: 18px;
  color: #717171;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px; }

#planes .up {
  font-size: 18px;
  color: #717171;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px; }

#planes .ip {
  font-size: 18px;
  color: #717171;
  font-weight: bold; }

#planes a {
  font-size: 16px;
  text-decoration: none;
  color: #015bfa;
  border: solid 2px #015bfa;
  padding: 5px;
  font-weight: bold; }

#planes a:hover {
  color: #fff;
  background-color: #015bfa; }

#planes a:active {
  color: #e65d03; }

#planes #preguntas {
  text-align: center; }

#planes #preguntas #col-preguntas p, li {
  text-align: left; }

#planes #preguntas h1 {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 6vw; }

@media screen and (min-width: 768px) {
  #planes #preguntas h1 {
    font-size: 2.5rem; } }
#planes #preguntas p {
  font-size: 16px; }

#planes #preguntas li {
  color: #e65d03;
  margin-bottom: 10px; }

#planes #preguntas li span {
  color: #626262; }

#parallax2 {
  color: #fff;
  font-size: 4vw;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid 3px #f86807;
  border-bottom: solid 3px #f86807; }

@media screen and (min-width: 768px) {
  #parallax2 {
    font-size: 25px; } }
/*-------------------------------------------------------------------------
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

.newsletter form {
        text-align:center;
    }

.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #f86807;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #f86807;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}

.button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}

.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}











.contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
	font-weight:normal;
	font-size: 24px;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}*/
/*-------------------------------------------------------------------------*/
#infiredes {
  text-align: center;
  background-color: #383737;
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 100px; }

#info img {
  width: 200px;
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  #info img {
    width: 250px; } }
@media screen and (min-width: 768px) {
  #info p {
    margin-top: 20px; } }
#horario a {
  color: #fff;
  text-decoration: none; }

#horario #num a:hover {
  color: #e65d03; }

#redes ul li {
  display: inline-block; }

#redes a {
  color: #fff;
  font-size: 25px;
  margin-left: 8px;
  margin-right: 8px; }

#redes a:hover {
  color: #e65d03; }

@media screen and (min-width: 768px) {
  #redes p {
    margin-bottom: 20px; } }
/*-------------------------------------------------------------------------*/
/*Comienza css btn top*/
.scrollup {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #fff;
  border: solid 3px #015bfa;
  cursor: pointer;
  padding: 2px; }

/*Termina css btn top*/
/*-------------------------------------------------------------------------*/
#contact {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 99; }

#contact label {
  border: solid 1px #B1B1B1;
  padding: 17px;
  width: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4); }

#contact label span {
  color: #e65d03;
  font-size: 18px; }

#contact input {
  border: solid 1px #B1B1B1;
  border-top: none;
  border-radius: 0;
  height: 55px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.4); }

#contact input:hover {
  border: solid 1px #e65d03; }

#contact input:active {
  border: solid 3px #015bfa; }

#contact textarea {
  border: solid 1px #B1B1B1;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0; }

#contact textarea:hover {
  border: solid 1px #e65d03; }

#contact textarea:active {
  border: solid 3px #015bfa; }

@media screen and (min-width: 992px) {
  #first-lastname label {
    border-right: none; } }
@media screen and (min-width: 992px) {
  #first-lastname input {
    border-right: none; } }
@media screen and (min-width: 992px) {
  #label-lastname label {
    border-left: none; } }
@media screen and (min-width: 992px) {
  #first-lastname {
    padding-right: 0; } }
@media screen and (min-width: 992px) {
  #label-lastname {
    padding-left: 0; } }
#btnContactUs {
  background-color: #e65d03 !important;
  font-weight: bold;
  color: #fff; }

@media screen and (min-width: 992px) {
  #btnContactUs {
    width: 25%; } }
#btnContactUs:hover {
  background-color: #015bfa !important; }

#fotocontact {
  color: #fff; }

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*css de pagina planes*/
#intro-planes {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }

#intro-planes h1 {
  font-size: 7vw;
  margin-bottom: 15px;
  color: #565555; }

@media screen and (min-width: 768px) {
  #intro-planes h1 {
    font-size: 3.5rem; } }
#intro-planes p {
  font-size: 16px;
  color: #565555; }

#intro-planes #fotomujer img {
  width: 100%; }

/*-------------------------------------------------------------------------*/
#img-logos-planes {
  text-align: center; }

#img-logos-planes img {
  border: solid 3px #015bfa;
  border-radius: 50%; }

#img-logos-planes p {
  color: #686666;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px; }

/*-------------------------------------------------------------------------*/
#page-planes {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }

#page-planes .title {
  font-size: 7vw;
  margin-bottom: 15px;
  color: #565555; }

@media screen and (min-width: 768px) {
  #page-planes .title {
    font-size: 4rem;
    border-bottom: solid 2px #f86807; } }
#page-planes .row {
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  #page-planes .row {
    margin-bottom: 50px; } }
#page-planes .col-12 {
  margin-bottom: 75px; }

@media screen and (min-width: 768px) {
  #page-planes .col-12 {
    margin-bottom: 75px; } }
#page-planes .plan {
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  background-color: #f86807; }

#page-planes .plan {
  border-top: solid 2px #e65d03; }

@media screen and (min-width: 768px) {
  #page-planes .plan {
    border-top: none; } }
#page-planes .extra {
  font-size: 12px;
  color: #fff; }

#page-planes .precio {
  color: #e65d03;
  font-size: 30px;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#page-planes .mensual {
  font-size: 12px;
  color: #383737;
  border-bottom: solid 1px #AEAEAE; }

#page-planes .down {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#page-planes .up {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#page-planes .ip {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  padding-top: 10px; }

#page-planes .tel {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#page-planes a {
  font-size: 20px;
  text-decoration: none;
  color: #015bfa;
  border: solid 2px #015bfa;
  padding: 5px;
  font-weight: bold; }

#page-planes a:hover {
  color: #fff;
  background-color: #015bfa; }

#page-planes a:active {
  color: #e65d03; }

/*-------------------------------------------------------------------------*/
#planes-comerciales {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }

#planes-comerciales .title {
  font-size: 8vw;
  margin-bottom: 15px;
  color: #565555; }

@media screen and (min-width: 768px) {
  #planes-comerciales .title {
    font-size: 4rem;
    border-bottom: solid 2px #f86807; } }
#planes-comerciales .row {
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  #planes-comerciales .row {
    margin-bottom: 50px; } }
#planes-comerciales .col-12 {
  margin-bottom: 75px; }

@media screen and (min-width: 768px) {
  #planes-comerciales .col-12 {
    margin-bottom: 75px; } }
#planes-comerciales .plan {
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  background-color: #f86807; }

@media screen and (min-width: 768px) {
  #planes-comerciales .plan {
    border-top: none; } }
#planes-comerciales .extra {
  font-size: 12px;
  color: #fff; }

#planes-comerciales .precio {
  color: #e65d03;
  font-size: 30px;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px; }

#planes-comerciales .mensual {
  font-size: 12px;
  color: #383737;
  border-bottom: solid 1px #AEAEAE; }

#planes-comerciales .down {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#planes-comerciales .up {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  border-bottom: solid 1px #AEAEAE;
  padding-bottom: 10px;
  padding-top: 10px; }

#planes-comerciales .ip {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold;
  padding-top: 10px; }

#planes-comerciales .tel {
  font-size: 18px;
  color: #8E8E8E;
  font-weight: bold; }

#planes-comerciales a {
  font-size: 20px;
  text-decoration: none;
  color: #015bfa;
  border: solid 2px #015bfa;
  padding: 5px;
  font-weight: bold; }

#planes-comerciales a:hover {
  color: #fff;
  background-color: #015bfa; }

#planes-comerciales a:active {
  color: #e65d03; }

/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*Comienza css about*/
/*#container-video{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#container-video #txtvideo{
	text-align: center;
	z-index: 1;
}

.video-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#container-video h1 #spanim{
	color: #16E0E2;
	font-size: 10vw;	
	display: block;
}

@media screen and (min-width: 768px) {
  #container-video h1 #spanim{
    font-size: 4.6rem; 
    display: inline-block;
  }
}

#container-video h1 span{
	color: #fff;
	font-size: 10vw;
}

@media screen and (min-width: 768px) {
  #container-video h1 span{
   	font-size: 4.6rem;
  }
}

#container-video p{
	color: #fff;
	font-size: 1.5rem;
}

#txtvideo{
	border: 4px solid #fff;
	padding: 15px;
}

#txtvideo ul li{
	display: inline-block;
}

#txtvideo ul li i{
	color: #fff;
	margin: 5px;
	font-size: 1.7rem;
}

#txtvideo ul li i:hover{
	color: #16E0E2;
}

#txtvideo ul li i:active{
	color: #16E0E2;
}*/
#video {
  margin-top: 78px;
  margin-bottom: 0; }

#back-torre-about {
  margin: 0;
  padding: 0; }

#back-torre-about {
  background-image: url(../images/torre5-0.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%; }

@media screen and (min-width: 576px) {
  #back-torre-about {
    background-image: url(../images/torre5-576-768.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 35%; } }
@media screen and (min-width: 768px) {
  #back-torre-about {
    background-image: url(../images/torre5-576-768.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20%; } }
@media screen and (min-width: 992px) {
  #back-torre-about {
    background-image: url(../images/torre5-992.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 15%; } }
@media screen and (min-width: 1200px) {
  #back-torre-about {
    background-image: url(../images/torre5-1200.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 21%; } }
#about {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  /*background-color: rgba(255,255,255,0.7);*/ }

/*@media screen and (min-width: 1200px) {
  #about{
    padding-right: 75px;
  padding-left: 75px;
  }
}*/
#about .title {
  font-size: 7vw;
  margin-bottom: 25px;
  color: #fff; }

@media screen and (min-width: 768px) {
  #about .title {
    font-size: 4rem;
    border-bottom: solid 2px #f86807; } }
#about p {
  font-size: 14px;
  color: #fff; }

#preguntas-about {
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: rgba(255,255,255,0.7);*/ }

/*@media screen and (min-width: 768px) {
  #preguntas-about{
    padding-right: 75px;
    padding-left: 75px;
  }
}*/
#preguntas-about .title {
  font-size: 7vw;
  margin-bottom: 25px;
  color: #fff;
  text-align: center; }

@media screen and (min-width: 768px) {
  #preguntas-about .title {
    font-size: 4rem;
    border-bottom: solid 2px #f86807; } }
#preguntas-about {
  text-align: center; }

#preguntas-about #col-preguntas p, li {
  text-align: left; }

#preguntas-about p {
  font-size: 16px;
  color: #fff; }

#preguntas-about li {
  color: #e65d03;
  margin-bottom: 10px; }

#preguntas-about li span {
  color: #fff; }

#preguntas-about .row a {
  color: #fff;
  text-decoration: none;
  background-color: #f86807;
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px #fff; }

#preguntas-about .row a:hover {
  background-color: #000; }

#preguntas-about .row a:active {
  background-color: #000; }

#page-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 15px; }

#page-contact .title {
  font-size: 7vw;
  margin-bottom: 25px;
  color: #565555;
  text-align: center; }

@media screen and (min-width: 768px) {
  #page-contact .title {
    font-size: 3rem;
    border-bottom: solid 2px #f86807; } }
#page-contact #respuestas-contact {
  text-align: left; }

#page-contact #respuestas-contact h3 {
  color: #565555;
  margin-bottom: 25px;
  margin-top: 25px; }

#page-contact #respuestas-contact li {
  color: #f86807;
  margin-bottom: 10px; }

#page-contact #respuestas-contact li span {
  color: #5A5A5A; }

#page-contact #respuestas-contact li span a {
  color: #f86807; }

#contact-page-contact {
  padding-top: 50px;
  padding-bottom: 50px; }

#contact-page-contact label {
  border: solid 1px #B1B1B1;
  padding: 17px;
  width: 100%;
  margin: 0;
  background-color: transparent; }

#contact-page-contact label span {
  color: #e65d03;
  font-size: 18px; }

#contact-page-contact input {
  border: solid 1px #B1B1B1;
  border-top: none;
  border-radius: 0;
  height: 55px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8); }

#contact-page-contact input:hover {
  border: solid 1px #e65d03; }

#contact-page-contact input:active {
  border: solid 3px #015bfa; }

#contact-page-contact textarea {
  border: solid 1px #B1B1B1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0; }

#contact-page-contact textarea:hover {
  border: solid 1px #e65d03; }

#contact-page-contact textarea:active {
  border: solid 3px #015bfa; }

@media screen and (min-width: 992px) {
  #contact-page-contact #first-lastname label {
    border-right: none; } }
@media screen and (min-width: 992px) {
  #first-lastname input {
    border-right: none; } }
@media screen and (min-width: 992px) {
  #label-lastname label {
    border-left: none; } }
@media screen and (min-width: 992px) {
  #first-lastname {
    padding-right: 0; } }
@media screen and (min-width: 992px) {
  #label-lastname {
    padding-left: 0; } }
#btnContactUs {
  background-color: #e65d03 !important;
  font-weight: bold;
  color: #fff; }

@media screen and (min-width: 992px) {
  #btnContactUs {
    width: 25%; } }
#btnContactUs:hover {
  background-color: #015bfa !important; }

/*# sourceMappingURL=mystyle.css.map */