/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family:'Roboto', Arial, sans-serif;
  color:#333;
  line-height:1.6em;
  overflow-x:hidden;
}

table {
  background-color: #FAFAFA;
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  
}

th,td{
  padding: 3px;
}

/*resalta fila intercalada*/
tr:nth-child(even){
  background-color: rgb(185, 195, 207);
}
/*Ilumina fila por donde pasa el mouse*/
tr:hover td{
  background-color: rgb(115, 147, 187);
  color: white;
}

/*thead{
  background-color: #b42b02;
  border-bottom: solid 3px rgb(131, 37, 0);
  color:white;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:500; 
    font-family:'Roboto';
	  color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #0BA9F9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
	margin-top: 0px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}

.btn:hover {
	color: #fff;
	background-color: #0BA9F9;
	border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: rgb(211, 102, 12);
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#111;
   font-family:'Roboto';
}

.navbar-header a.navbar-brand:hover{
   color:rgb(255, 255, 255);
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 11px 0;
  padding-bottom: 15px;
}

.navbar-nav{
  margin-top: 10px;
 }

.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 15px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 2px;
	margin: 0;
	border-radius: 3px;
	color: #111;
	line-height: 18px;
	display: inline-block;
	text-transform: none;
	font-weight:500;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	/*menu portatiles*/
  background: rgb(253, 253, 253);	
	color:rgb(236, 114, 0)
}

.navbar-fixed-top {
  border: none;
  background: rgb(255, 255, 255);
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #111;
  color: #fff;
}

/*************************
*******Slider******
**************************/
.slider {
  margin-top:0px;
	position: relative;	
	padding-top:70px;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #0BA9F9;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#0BA9F9;
}

#carousel-slider a i:hover {
  background:#0BA9F9;
  color:#fff;
  border: 1px solid #0BA9F9;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:50px;
  top:265px;
}

#carousel-slider .carousel-control.right i {
  right: 50px;
  top:265px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-caption {
  /*position: absolute;*/
  top: 60px;
  right: 15%;
  bottom: 200px;
  font-size:40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  
}

.carousel-caption  h2 {
	font-size:76px;
	color: rgb(255, 72, 0);
}

.carousel-caption  h2 span {
	font-size:56px;
	color: #fff;
}

.carousel-caption  p {
  font-size:42px;
  margin-top:30px;
  line-height: 40px;
  color:rgb(255, 255, 255);
  /*text-shadow: 1px 1px 1px rgb(248, 222, 76);*/
  
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:25px;
	background:#0BA9F9;
	color:#fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#0BA9F9;
	background:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:25px;
	background:#fff;
	color:#0BA9F9;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	background:#0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

/*************************
*******feature******
**************************/
#feature {
	padding-top:30px;
	background:#fff;
	padding-bottom:50px;
}

.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#0BA9F9;
	border-radius:50%;
}
.text-center h2 {
  font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-center h3 {
	font-size:35px;
	margin-top:50px;
	margin-bottom:20px;
	color:#111;
}

.text-center p {
  margin-bottom:30px;
  font-size: 16px;
}

.text-center1 {
  
  padding: 10px;
  margin-bottom: 30px;
  /*border-radius: 30px;*/
  background-color: rgb(255, 255, 255);
  
}

.text-center1 h3 {
  text-align: center;
  font-size:35px;
  font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:5px;
	color:#111;
}

.text-center1 p {
  text-align: justify;
  padding: 20px;
  margin-bottom:10px;
  font-size: 18px;
  color: rgb(0, 0, 58);
}

.text-center2 {
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 30px;
  
}

.text-center2 h3 {
  text-align: center;
	font-size:35px;
	margin-top:5px;	
  color:rgb(88, 14, 1);
  line-height: 28px; 
  font-family: sans-serif;
}

.text-center2 p {
  text-align: center;
  padding: 10px;
  margin-bottom:0px;
  font-size: 18px;
  color: rgb(0, 0, 58);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/*************************
*******services******
**************************/
#gallery {
	padding-top:10px;
	padding-bottom:40px;
	/*background:#f4f4f4;*/
}
#gallery img {
	border-radius:8px;
}

.gallery {
	margin-top:5px;
	/*margin-bottom: 15px;*/
}

#gallery .text-center {
	padding-top:20px;
	margin-bottom:50px;
	padding-bottom:20px;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*************************
*******parallax******
**************************/

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.parallax-window .text-center h2 {		
	font-size:60px;
	margin-top:90px;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
}

.parallax-window .text-center p {	
	color:#fff;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:20px;
	background:#fff;
	color:#0BA9F9;
	border-color: #0BA9F9;
}

.sub-parallax .form-inline .form-group button[type="purchase"]:hover {
	background:#0BA9F9;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-parallax .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
	background:#fff;
	color:#0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

/*************************
*******pricing******
**************************/
#pricing {
	padding-top:100px;
	background:#fff;
	padding-bottom:40px;
}

#pricing .text-center p {		
	margin-bottom:50px;
	padding-bottom:20px;
}

.pricing-area h2 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  font-size:25px;
  color:#fff;
}

.pricing-area span {
   font-weight: 700;
   font-size: 18px;
   color:#fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px;
  border-radius:8px;
}

.pricing-area .heading-one:hover, 
.pricing-area .heading-two:hover, 
.pricing-area .heading-three:hover, 
.pricing-area .heading-four:hover, 
.pricing-area .heading-five:hover, 
.pricing-area .heading-six:hover, 
.pricing-area .heading-seven:hover {
	background-color:#111;
	 -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #0BA9F9;
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #0BA9F9;
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #0BA9F9;
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:hover {
  border:none;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #0BA9F9 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}

/*************************
*******our team******
**************************/
#our-team {
	padding-top:70px;
	padding-bottom:70px;
	background:#f4f4f4;
}

#our-team h4 {
	color:#0BA9F9;
}

#our-team .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#our-team .team img {
	border-radius:8px;
}

/*************************
*******footer******
**************************/
footer {
	background:#f4f4f4;
	padding-bottom:20px;
}

#contact {
	background:url('../img/map.jpg');
	padding-top:100px;
	padding-bottom:80px;
}

#contact .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#contact ul {
	list-style:none;
	margin-left:-40px;
	font-size:13px;
}

#contact h2 {
	color:#000;
	margin-bottom:30px;
	font-size:25px;
}
.form-inline {
	margin-top:15px;
	margin-bottom:15px;	
}

.form-inline .form-group input[type="name"]{
	margin-top:10px;
	border-radius:4px;
	border-radius:6px;
}

.form-inline .form-group input[type="email"]{
	margin-top:10px;
	border-radius:6px;
	padding:5px 20px;
}

.sub-footer form {
	margin-top:60px;
	margin-bottom:30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:25px;
}

.sub-footer .form-inline .form-group button[type="purchase"]:hover {
	background:#fff;
	color:#0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:25px;
	background:#fff;
	color:#0BA9F9;
	border-color: #0BA9F9;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
	background:#0BA9F9;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icon {
	text-align:center;
	margin-bottom:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#d0d0d0;
	text-align:center;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.borderojo {
  border: 2px solid #EA4B49;  
}

.bordeblanco {
  border: 2px solid #ffffff;  
}

.bordeazul {
  border: 2px solid rgb(9, 13, 223);  
}

.ancho100 {
  width: 100%;
}

.alto80{
  height: 80%;
}

.imagennosotros{
  margin-top: -35px;
  width:200px;
  height:200px;
  border-radius:180px;
  border:3px solid rgb(255, 255, 255);
}

.imagenredonda{
    width:200px;
    height:200px;
    border-radius:160px;
    border:4px solid rgb(255, 255, 255);
}

.imagenredonda1{
  width:270px;
  height:240px;
  border-radius:50px;
  border:2px solid rgb(114, 58, 245);
}
.divimag1{
  margin-top: 20px;
}

.altura40{
  height: 30px;
}

.alturauto{
  height: auto;
}

.contacto {
  margin-top: 1px !important;
  padding-top: 1px !important;
  padding-right: 1px;
  height: 30px;
}
.contacto p{
  font-size: 18px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #f85206;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);

}

.visortexto {
  text-align: center;
  color: #fff;
  background-color: rgba(87, 117, 250, 0.185);
  font-family: 'Times New Roman', Times, serif;
}

.fondotexto{
  background-color: rgba(87, 117, 250, 0.185);
}

.anunciosoporte{
  height: 30px;
  margin-right: 3px;
  font-size: 20px;
  font-style: italic;
  font: bold;
  font-family: 'Times New Roman', Times, serif;
  color: #f85206;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.imgred{
  width: 25px;
  height:25px;
}

.imglogo_min{
  width: 130px;
  height:30px;
}

.imglogo{
  width: 50%;
  height: auto;
}

.titulologo{  
  margin-left: 10px;
}

.registro{
  width: 100%;
  height: auto;
  margin-top: 96px;
  display: flex;
  justify-content: center;
  align-items: center;    
}

.form_registro{
  width: 40%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgb(77, 1, 255);
  position: relative;
}

.form_registromedio{
  width: 70%;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgb(77, 1, 255);
  position: relative;
}

.titulo_cabeza{
  text-align: center;
  font-size: 20px;
  margin: 10px;
  color: #1144d1;
  text-shadow: 1px 1px 1px rgb(53, 52, 52);
}

.subtitulo_cabeza{
  text-align: center;
  font-size: 16px;
  margin: 10px;
  color: #6e0801;
  text-shadow: 1px 1px 1px rgb(204, 141, 141);
}

.titulo_Campo{
  font-size: 16px;
  color:rgb(99, 0, 0);
  margin-top: 10px;
  margin-bottom: 5px;
}

.campo_largo{
  margin-bottom: 5px;
  width: 98%;
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #740b0bc0;
}

.campo_medio{
  margin-bottom: 5px;
  width: 48%;
  margin-right: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #740b0bc0;
}

.botonaccesos{
  margin-top: 10px;
  display: flex;
}

.izquierdo{
  margin: auto;
  text-align: left;
}

.derecho{
  margin: auto;
  text-align: right;
}

.enlacerest{
  width: 70%;
  color: #001b64;
  /*color: #12c412;*/
}

.tabla{
  width: 100%;
  height: auto;
  background: #8dd0f5;
}

.ancho10{
  width: 10%;
}

.ancho20{
  width: 20%;
}

.ancho50{
  width: 50%;
}

.ancho60{
  width: 60%;
}

.ancho70{
  width: 70%;
}

.ancho30{
  width: 30%;
}

.opciontabla{
  
  margin-right: 10px;

}

.imagal{
  
  border-radius: 10px !important;
  border-width: 10px !important;
  padding: 0px !important;
  border: solid 2px !important;
  border-color: rgb(221, 81, 0) !important;
  margin: 20px !important;
  width: 95% !important;
  
}

@media (max-width: 767px) {
  
  #feature {
    padding-top:20px;
    
    padding-bottom:10px;
  }

  .text-center1 h3{
    font-size: 25px !important;
  }

  .text-center1 p{
    font-size: 14px !important;
    padding: px;
    margin-bottom:5px;
  
  
  }

  .textonosotros{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .slider {
    margin-top:20px;
    position: relative;    
    padding-top:55px;
  }

  .gallery {
    margin-top:10px;
    /*margin-bottom: 15px;*/
  }

  #gallery {
    padding-top:10px;
    padding-bottom:20px;    
  }

  #pricing {
    padding-top:30px;
    
    padding-bottom:10px;
  }

  .registro{
   margin-top: 100px;
  }

  .enlacerest{
    width: 50%;
  }

  .imglogo{
    margin-left: 10px;
    position: absolute;
  }
  
  .carousel-inner{
    height: 100px !important;
    
  }

  

  .carousel-caption{ 
    top: 10px;
    bottom: 35px;
    padding-top: 1px !important;
  }

  .carousel-caption  h2 {
    font-size:24px;
    line-height: 18px; 
  }
  
  .carousel-caption  p {
    font-size:14px;
    margin-top:3px;
    line-height: 12px;
  }

  .anchomovil{
    width: 300px;
  }

  .text-center1 {
    width: 95%;
    margin: 0px auto;
    background-color: rgba(111, 72, 252, 0.3);
  }

  .text-center1 h3 {
    font-size:30px;
    margin-top:10px;
	  margin-bottom:0px;
  }
  
  .text-center1 p {
    font-size: 16px;
    padding-top: 8px; 
  }

 

  .imagal{
    /*border-radius: 10px !important;
    border-width: 10px !important;*/
    padding: 0px !important;
    width: 100% !important;
    margin-top: 20px !important;
    margin-left: 8px !important;
    margin-right: 10px !important;
    margin-bottom: 15px !important;
    align-items: center !important;
    border: solid 1px !important;
    border-color: rgb(221, 81, 0) !important;
  }

  .imagencel {
    
    width: 100% !important;
  }

  .imagencel1 {
     
    width: 48% !important;
    float: left;
    
  }

  .text-center2{
    padding-bottom: 20px;
  }

  .imagenredonda1{
    width:200px;
    height:170px;
    
  }

  .navbar {
    
    padding-bottom: 10px;
  }

  .form_registro{
    width: 95%;
  }

  .form_registromedio{
    width: 98%;
  }

  table{
    font-size: 12px;
    line-height: 14px;
  }

  .btn-primary {
    margin-top: 0px;
  }

  .botonenviar{
    margin-top: 1px !important;
    padding-top: 1px !important;
  }
  .form-group11{
    padding-top: 1px !important;
    height: 10px !important;
  }

  .visortexto {
    font-size: 12px !important;
  }

}