
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*body {
  font-family: 'Open Sans', sans-serif; color:#5D5D5D;
}*/

body {
  font-family: 'Source+Sans+Pro', sans-serif; color:#5D5D5D; position:relative;
}

.contenedor {
  width: 98%;
  margin: auto;
}

section {
  width: 100%;
  /* margin-bottom: 25px; */
}

footer .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 25px;
  margin-top: 25px;
}

.copy {
  font-size: 12px;
  margin: auto;
  display: table-column-group;
}
.contenedor2 {
  margin: auto;
  width: 98%;
}
.text-center {text-align: center;}

a:hover  { opacity:0.7;} 
.cele {color: #17a2b8;}

.clear {clear: both;}

.fixed-content {
	right:25px;
	top:25px;
    position:fixed;
    /*overflow-y:hidden;
    overflow-x:hidden;*/
	z-index:1000;color:rgb(51,0,51);
}
.fixed-content h3 { position:absolute; z-index:1001;  text-align:center; top:8px; left:12px; font-family: "Roboto", sans-serif; cursor:pointer;text-transform: uppercase;line-height: 1.4em; }
.fixed-content h3.mini{ display:none;  }
.fixed-content h5 { position:absolute; z-index:1001;  text-align:center;font-size: 15px; top:5px; left:10px; font-family: "Roboto", sans-serif; cursor:pointer; }
.try_but {padding:15px; background-color: rgba(51,0,51,0.7); color:#fff; width:300px; text-align:center; line-height:1.2em; font-size:14px; border-radius: 4px;border: 1px solid #030; box-shadow: 3px 3px 20px rgba(155,155,155,.6);  display:none;  }
.fixed-content a {text-decoration:none; color:rgb(218, 209, 218);}
.fixed-content a:hover { text-decoration:none;}
.thing2 {
  opacity: 0;
}
.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 300ms, opacity 1s linear;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms linear;
}
.rombo_old {
     width: 90px; 
     height: 90px; 
     box-shadow: 3px 3px 20px rgba(155,155,155,.6); 
    /* background-color: rgba(51,0,51,0.7);*/
	 background-color: rgba(135, 34, 77, 1);
	 border: 1px solid rgb(51,0,51);
	 border-radius:10px;
     /*-webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);*/
	 cursor:pointer;
}
.rombo {
     width: 140px; 
     height: 70px; 
     background-color: rgba(135, 34, 77, 1);
  border-bottom: 3px solid rgba(51,0,51,0.7);
  border-right: 3px solid rgba(51,0,51,0.7);
  border-radius: 12px;
  box-shadow: 5px 5px 10px rgba(93,94,96,.8);
	 cursor:pointer;
}

/*--------------------------*/

#B1{
  width: 100%;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  display: table;
  /*height: 541px;*/
  background-position: 5% 35%;

}
#B1 .contenedor {
    display: flex;
    flex-wrap: wrap;
	padding-bottom:35px;
}


.logo2 {padding-top: 15px;}
.logo2 img{

  height: 100px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 15px auto 10px auto;
}

.logo2 h2{
    line-height:36px;
	/*font-family: 'Roboto', sans-serif;  */  
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: white;
}
.bu_1 {font-weight: 700;font-size: 36px;}
.bu_2 {font-weight: 300;font-size: 27px;}
.bu_3 {font-weight: 300; font-size: 23px;}
	
	
	
.logo2 h2 a { text-decoration:none; color: #fff;font-weight: 500;}
.overlay2{
	
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}

.planes { margin:45px auto 0 auto; text-align:center;}
.planes a {
	background-color: rgba(135, 34, 77, 1);
    border: 1px solid rgb(135, 34, 77);
    outline: none;
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-family: inherit;
    text-align: center;
	text-decoration:none;
	width:150px;
	display: inline-block;
	
}
.planes a:hover { background-color: rgba(135, 34, 77, 0.7);}

/*-----------------PLANES----------------------------*/
#planes {
    background-color: rgba(0, 0, 0, 0.1);
padding-top: 5px;
    padding-bottom: 65px;
	color: #343a40;
}
.copete {
    margin-top: 50px;
    text-align: center;
	font-size: 20px;
	font-weight:600;
	
}

#planes .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
	
}
#planes article {
    width: 40%;	
    margin: 0px 10px 20px 10px;
    border: solid 3px #87224d;
    border-radius: 5px;
}
#planes h3 {
    font-weight: bold;
	color: #87224d;
	text-transform:uppercase;
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid #b9b7b7;
    margin: 5px 15px 5px 15px;
    padding: 10px 0;
    /*box-shadow: 5px -5px 8px 0px rgba(0, 0, 0, 0.2);*/
}
#planes h1.tit {
    /*padding-top: 20px;
    padding-bottom: 15px;*/
}
.block {    
    /*min-height: 120px;*/
    width: 100%;
    padding: 15px;
	text-align:center;
}
.block span { display:inline-block; margin: 5px auto;}
.block ul {
  
    list-style: none;
padding: 0px 15px;
margin: 10px 0 0;
}
.block li {
	font-size: 14px;
line-height: 1.4;
padding: 10px 0;
border-bottom: solid 1px #fff;
}
.proba { margin:15px auto; text-align:center;}
.proba a {
	background-color: rgba(135, 34, 77, 1);
    border: 1px solid rgb(135, 34, 77);
    outline: none;
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-family: inherit;
    text-align: center;
	text-decoration:none;
	width:90%;
	display: inline-block;
	
}
.proba a:hover { background-color: rgba(135, 34, 77, 0.7);}
/*----------------FORMULARIO--------------------------*/

.contacto { text-align:center; margin:0 auto; padding-bottom:35px;}


#B1 .formu {
	box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
	background: rgba(51, 51, 51, 0.4);
	margin: 15px auto 0 auto;
	border-radius: 4px;
}


#B1 .contacto h2 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;

}

#B1 .form2 .form-header .form-title{
   font-weight: normal;
   text-align: center;
   padding: 14px 0;
}

#B1 .form2 .form-header .form-title span{
   color: white;
}

#B1 .form2{
   margin: 0 auto;
   border-radius: 3px;
  }

#B1 .form2 .form-label2{
  display: block;
  color: white;
  font-size: 16px;
/*  font-family: 'Open Sans', sans-serif;*/
  position: relative;
}

#B1 .form2 .form-input2, #B1 .form-textarea2{
  border: none;
  outline: none;
  width: 100%;
  padding: 5px 12px;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 13px;
/*  font-family: 'Open Sans', sans-serif;*/
  background-color: rgba(255, 255, 255, 0.8);
}

#B1 .form2 .form-textarea2{
  resize: vertical;
  height: 50px;
}

#B1 .form2 .btn-submit2{
  width: 100%;
  outline: none;
  background-color: rgba(241, 191, 78, 1);
  font-size: 18px;
  border: 1px solid rgb(241, 191, 78);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease;
  font-family: inherit;
  /*padding: 15px 0;
  margin-bottom: 20px;*/
}

#B1 .form2 .btn-submit2:hover{
  background: rgba(241, 191, 78, .5);
}


/*-------------BLOQUE 2 SERVICIOS -------------------*/
#B2 .contenedor2{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#B2{
/*  background-color: rgba(91, 89, 161, 0.6);*/
padding-top: 20px;
  padding-bottom: 15px;
}
#B2 h1.tit { color: #17a2b8; margin-bottom:40px; }

#B2 h2 {
	/*font-family: 'Raleway', sans-serif;*/
	font-weight:700;
	text-align:center;
	margin-bottom: 40px;
}

#B2 article{
  	margin: 0px 25px 60px 25px;
	width: 280px;
	min-height: 250px;
}

#B2 .icon3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
/*box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);*/
}

#B2 a { text-decoration:none; }

#B2 h3 { /*font-family: 'Roboto', sans-serif;*/ font-weight: bold; text-align:center; font-size: 18px; padding: 6px 0; min-height: 49px; color:#343a40;  }

/*.titulo_g { box-shadow: 3px -3px 5px 1px rgba(0, 0, 0, 0.1);}
.titulo_y { box-shadow: 3px -3px 8px 0px rgba(23, 162, 184, 0.2);}*/

.boton_g { /*box-shadow: -3px 3px 5px 1px rgba(0, 0, 0, 0.1);*/ position: absolute; bottom: 0; width: 100%;}
.boton_y { /*box-shadow: -3px 3px 8px 0px rgba(23, 162, 184, 0.2);*/ position: absolute; bottom: 0; width: 100%;}

#B2 .overlay button { display:block; margin: 15px auto 0 auto ; }

.button {
  border: none;
  padding: 6px 34px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button_y {
  /*background-color: #f1bf4e;  amarillo */
  background-color: #fff;
  color: #17a2b8; 
  font-weight:bold;
  font-size:16px;

}

.button_y:hover {
  background-color: #fff;
  color: #f1bf4e;
}

.button_a {
  /*background-color: #f1bf4e;  amarillo */
  background-color: #fff;
  color: #3a4e82; 
  font-weight:bold;
  font-size:16px;

}

.button_a:hover {
  background-color: #fff;
  color: #3a4e82;
}

.button_gr {
  /*background-color: #f1bf4e;  amarillo */
  background-color: #fff;
  color: #598457; 
  font-weight:bold;
  font-size:16px;

}

.button_gr:hover {
  background-color: #fff;
  color: #598457;
}
.button_vi {
  /*background-color: #f1bf4e;  amarillo */
  background-color: #fff;
  color: #523b67; 
  font-weight:bold;
  font-size:16px;

}

.button_vi:hover {
  background-color: #fff;
  color: #523b67;
}

.button_ce {
  /*background-color: #f1bf4e;  amarillo */
  background-color: #fff;
  color: #87224d; 
  font-weight:bold;
  font-size:16px;

}

.button_ce:hover {
  background-color: #fff;
  color: #87224d;
}

.button_g {
  background-color: #fff; /* gris */
  color: #9da7b1; 
  font-weight:bold;
  font-size:16px;
  border: 0px solid #9da7b1;
}

.button_g:hover {
  /*background-color: #fff;
  color: #9da7b1;*/
}


.button_v {
  background-color: #5b59a1; /* gris */
  color: #fff; 
  border: 2px solid #5b59a1;
}

.button_v:hover {
  background-color: #fff;
  color: #5b59a1;
}
	
#B2 p {
    text-align: center;
    font-weight: 600;
    padding: 15% 5px;
	color:#fff;
	font-size: 14px;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);

}


#B2 .image {
   position:relative;
   display:inline-block;
}
#B2 .overlay {
   width:100%;
   height:100%;
   /*background:rgba(0,0,0,.5);*/
   position:absolute;
   top:0;
   left:0;
   display:inline-block;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
   opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.bg_g {  background:#9da7b1;}
.bg_y {  background:#17a2b8;}
.bg_a {  background:#3a4e82;}
.bg_gr {  background:#598457;}
.bg_vi {  background:#523b67;}
.bg_ce {  background:#87224d;}

#B2 .image:hover .overlay {
	line-height: 1.5em;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}
/*------------TYC--------------------*/
#tyc {padding-bottom: 10px; position:relative;  }
#tyc a { color:#2377cb;}
#tyc .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;padding: 15px; 
}
.tyc { 	background:#1a1d20; width: 100%; padding: 15px;  }

.tyc h2 {color:#FFF; font-size: 34px; font-weight: 700;}
#tyc .titulo {font-size: 28px; font-weight: 700; color:#87224d;margin-bottom: 15px;}

#tyc p { margin: 0 0 20px 0; color:#35363b;}

.fixed-content2 {
	right:10px;
	top:10px;
    position:fixed;
    /*overflow-y:hidden;
    overflow-x:hidden;*/
	z-index:1000;
}

.c_tyc {
     width: 40px; 
     height: 40px; 
     box-shadow: 3px 3px 10px rgba(155,155,155,.6); 
     background-color: rgba(155,155,155,.6); 
	 border: 1px solid rgb(51,0,51);
	 border-radius:10px;     
	 cursor:pointer;
	 text-align:center;
	 padding-top:10px;
}
#tyc .fixed-content2 a {text-decoration:none; color:#fff!important; font-weight:bold;}
#tyc .fixed-content2 a:hover { text-decoration:none;}


/*------------AUTORIZACION------------------------*/

.autorizar {
    width: 100%;
    background-color: rgba(135, 34, 77, 1);
    border: 1px solid rgb(135, 34, 77);
    outline: none;
	font-size: 18px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    cursor: pointer;
    transition: all .3s ease;
    font-family: inherit;
	text-align:center;
	margin-top:0px;
}
.autorizar a {text-decoration:none; color:#fff;}
.autorizar:hover { text-decoration:none; opacity:0.7;}

.lainfo { margin:45px auto; text-align:center; color:#343a40;}

#B1_b{ 
    background-image: url(../img/fondo_top.jpg);  
    background-position: right 0;
    background-repeat: no-repeat;
    background-color: #343a40;
	background-size:contain;
	/*min-height: 250px;*/
}
.min_info { position:fixed; bottom:0;}

/*-----------------------REGISTRO-----------*/


#registro { margin-bottom:45px;}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	margin: 10px auto;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group::after {
    clear: both;
    display: block;
    content: '';
}
.form-group {
    margin-bottom: 15px;
}

.small { display:block; margin: 20px auto;}

.back {display: block; padding: 20px 0; }
/*.back:hover { opacity:0.7;}*/

#registro a.link {text-decoration:none; color:#2377cb; cursor:pointer;}

label.error {
    display: block;
    /*margin-top: 5px;
    margin-bottom: 10px;*/
    color: #bf3160;
	font-size:11px; font-weight:bold;
}
#divError, #invalido { display: block;color: #bf3160; 	font-size:13px; font-weight:bold;}
input.error {
    border: 1px solid #993333;
}
/*---------CLIENTES------------------*/
#clientes {padding-bottom: 10px; background:#c6c5de; }
#clientes .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


h1.title {
    /*font-family: 'Raleway', sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    font-size: 28px;
    letter-spacing: -1px;

}

#clientes button {  
	margin-top: 30px;	
	/*border: 1px solid #fff;	*/
	height: 35px;
	width: 250px;
	border-radius: 2px;
	font-size: 16px;
}
/* team-carousel  */
.wrapper {
    width: 100%;
    padding: 0 20px 20px 20px;
    margin: auto;
	text-align: center;
}

.jcarousel-wrapper {
    margin: 30px auto;
    position: relative;
    border: 3px solid #458eb5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
}

/** Carousel **/

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    border: 3px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
	padding:7px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 256px !important;
	text-align:center;
    float: left;
   /* border: 1px solid #fff;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 10px;
}

.jcarousel img {
    /*display: block;*/
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #9da7b1;
    color: #fff;
    text-decoration: none;
   /* text-shadow: 0 0 1px #000;*/
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: -17px;
}

.jcarousel-control-next {
    right: -17px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #f1bf4e;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

/* End carousel */

/*---------TESTIMONIOS------------------*/
#testi {background: #f1f1f1f1; padding:20px 0 0 0;}
#testi .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top:50px;
}
#testi h1.title { margin:0; color:#343a40; }

#testi .image {
    position: relative;
    display: inline-block;
}
#testi article {
    margin: 0px 5px 30px 5px;
	width: 380px;
}


#testi div img {max-width: 100%;  height:auto;}



/* Slideshow container */
#testi .slideshow-container {
  position: relative;
  background: #f1f1f1f1;
   /*font-family: 'Roboto', sans-serif;*/
}

/* Slides */
#testi .mySlides {
  display: none;
  padding: 30px 20px;
  text-align: center;
}

/* Next & previous buttons */
#testi .prev, #testi .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 0;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#testi .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#testi .prev:hover, #testi .next:hover {
  /*background-color: rgba(0,0,0,0.2);*/
  color: white;
}

/* The dot/bullet/indicator container */
#testi .dot-container {
    text-align: center;
    padding: 10px;
    background: #ddd;
}

/* The dots/bullets/indicators */
#testi .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
#testi .active, #testi .dot:hover {
  background-color: #17a2b8;
}

/* Add an italic font style to all quotes */
#testi blockquote {
	font-style: italic; font-size: 15px; 
	/*max-width: 100%;
  
  max-height: 611px;
   height:auto;
  background-position: 0 0;*/}
  

#testi blockquote p { padding-bottom:10px;}

/* Add a blue color to the author */
#testi .author {color: #5b59a1; font-size: 20px; margin-top: 25px;}

#testi span {
    display: block;
    color: #5d5d5d;
    font-size: 13px;
}

#testi span.company {font-weight: 500; margin-top:5px;}


#testi button {  
	margin: 20px auto;	
	height: 35px;
	/*width: 250px;*/
	border-radius: 2px;
	font-size: 16px;
}


/*-----------MEDIOS-------------------*/
#medios { background:#fff; text-align:center; padding:25px;}

#medios .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#medios button {  
	height: 35px;
	width: 250px;
	border-radius: 2px;
	font-size: 16px;
}

/*-----------RESE-------------------*/
#rese { background:#343a40; padding: 80px 25px 60px 25px;}

#rese .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#rese .txt { color:#FFF;}
#rese button {  
	margin: 40px auto;	
	height: 55px;
	width: 250px;
	border-radius: 4px;
	font-size: 20px;
}


.consulte {
    display: block;
    padding: 10px 15px;
    background-color: #5b59a1;
    color: #fff;
    width: 250px;
    text-align: center;
    margin: 20px auto 0 auto;
    border-radius: 2px;

}
.consulte a {
    text-decoration: none;
    color: inherit;
}
/*-------footer--------------------*/
#footer .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer .datos {
	font-size:22px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 35px;

}
#footer .datos h5 a {
    text-decoration: none;
    color: inherit;
}

#footer ul {
    list-style: none;
    padding: 0;
	margin-top: 20px;

}

#footer ul.redes li {
    display: inline-block;
    background: #5D5D5D;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
	padding-top: 7px;
	font-size:15px;
}
#footer ul li a {
    color: white;
}



/*----------------FORMULARIO--------------------------*/

#footer .contacto { text-align:center; margin:0 auto; padding-bottom:35px;}


#footer .formu {
/*	box-shadow: 8px 6px 8px 0px rgba(0, 0, 0, 0.6);
	background: rgba(52, 58, 64, 0.4);*/
	margin: 25px auto 0 auto;
	border-radius: 4px;
}


#footer .contacto h2 {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;

}

#footer .form2 .form-header .form-title{
   font-weight: normal;
   /*font-family: sans-serif;*/
   text-align: center;
   padding: 14px 0;
}

#footer .form2 .form-header .form-title span{
   color: white;
}

#footer .form2{
   margin: 0 auto;
   border-radius: 3px;
  }

#footer .form2 .form-label2{
  display: block;
  color: white;
  font-size: 16px;
/*  font-family: 'Open Sans', sans-serif;*/
  position: relative;
}

#footer .form2 .form-input2, #footer .form-textarea2{
  border: none;
  outline: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'Source+Sans+Pro', sans-serif;
  background-color: rgba(255, 255, 255, 0.8);
}

#footer .form2 .form-textarea2{
  resize: vertical;
  height: 100px;
}

#footer .form2 .btn-submit2{
  width: 100%;
  outline: none;  
  font-size: 18px;  
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
  cursor: pointer;
  transition: all .3s ease;
  font-family: inherit;
  /*margin-bottom: 20px;*/
}

/*

.b_vi {82, 59, 103}
.b_gr {89, 132, 87}
.b_ce {135, 34, 77}
*/

#footer .form2 .tur{background-color: rgba(23, 164, 184, 1);border: 1px solid rgb(23, 164, 184);}
#footer .form2 .azu{background-color: rgba(58, 78, 130, 1);border: 1px solid rgb(58, 78, 130);}
#footer .form2 .vi{background-color: rgba(82, 59, 103, 1);border: 1px solid rgb(82, 59, 103);}
#footer .form2 .gr{background-color: rgba(89, 132, 87, 1);border: 1px solid rgb(89, 132, 87);}
#footer .form2 .ce{background-color: rgba(135, 34, 77, 1);border: 1px solid rgb(135, 34, 77);}

#footer .form2 .tur:hover{
  background: rgba(23, 164, 184, .5);
  
}

#footer .form2 .azu:hover{
  background: rgba(58, 78, 130, .5);
}
#footer .form2 .vi:hover{
  background: rgba(82, 59, 103, .5);
}
#footer .form2 .gr:hover{
  background: rgba(89, 132, 87, .5);
}
#footer .form2 .ce:hover{
  background: rgba(135, 34, 77, .5);
}

.foot_blanco { padding:20px; background-color:#fff; }

.footer {
    background-color: rgba(52, 58, 64, 1);
    
    color: #fff;
	padding:25px 15px;
}
.bt {border-top: 5px solid #17a2b8;}
.b_a {border-top: 5px solid #3a4e82;}
.b_vi {border-top: 5px solid #523b67;}
.b_gr {border-top: 5px solid #598457;}
.b_ce {border-top: 5px solid #87224d;}

/*-----------GRACIAS-------------------*/
#gracias{
  width: 100%;
  background-image: url(../img/fondo.jpg);
  background-size: cover;
  display: table;
  height: 700px;
  background-position: 5% 35%;
  text-align:center;
  color:#fff;

}
#gracias .logo_g  img { width: 354px; height:auto;}
#gracias .overlay2 { height: 700px;}
.logo_g {padding: 35px 15px;}
#gracias .texto2 {padding: 5px 15px; font-weight:400; font-size:18px; /*font-family: 'Roboto', sans-serif;*/
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.grax { font-size: 50px; font-weight:700; margin-bottom:15px; }

.volver{
  outline: none;
  background-color: rgba(241, 191, 78, 1);
  font-size: 18px;
  border: 1px solid rgb(241, 191, 78);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease;
  font-family: inherit;
	padding: 10px 0;
    margin: 30px;
    min-width: 200px;

}

.volver:hover{
  background: rgba(241, 191, 78, .5);
}
/*--------------------------------------------------------------------*/


@media (min-width:1200px) {
 .contenedor {
  width:1170px
 }
}

@media (min-width:768px) and (max-width:1130px) {
.bu_1 {font-size: 30px;}
.bu_2 {font-size: 25px;}
.bu_3 {font-size: 21px;}	
}

@media (min-width:768px) and (max-width:991px) {
	#footer .datos { font-size:18px;}
}

@media (min-width:768px) {
	.fixed-content {top: 25px;}
.buty{	width: 140px;height: 70px;position: absolute;}
 .logo2 { width:80%; padding-left:5%;}
 .logo2 img{
  height: 130px;
  width: auto;
  margin: 15px 0 15px 0;
}
.autorizar { font-size: 21px;}
/*FORMULARIO*/
#B1 .contacto {  padding-top:120px; width:25%;  }

#B1 .formu {  padding:20px;}

#B1 .form2 .btn-submit2{
  height: 30px;
  font-size: 16px;
}

.tyc {margin: 0 0 20px 0;}


/*.contacto h2{
  font-size: 28px;
}*/
#footer .formu {  padding:20px;}

#footer .form2 .btn-submit2{
  height: 60px;
  font-size: 21px;
}


#footer .datos { text-align:left; }
/*#footer .contacto { width:40%;  }*/

}
@media (max-width:767px) {
.logo2 h2 { padding: 15px; text-align:center; line-height: 32px; }
#B1 .form2 .btn-submit2 { padding: 5px 0;}
#rese .libro { margin-bottom:20px;}

.tyc {margin: 0 auto 20px auto; text-align:center;}
#planes article {
    width: 100%;	
}
}
@media (min-width:500px) and (max-width:767px) {
/*.fixed-content {top: 365px;}*/
#B1{  background-position: right 35%;}
.bu_1 {font-size: 30px;}
.bu_2 {font-size: 25px;}
.bu_3 {font-size: 21px;}	
.titulo h1 { font-size: 40px; }
#B1 .formu { width:450px; padding:20px;}
#footer .formu { width:450px; padding:20px;}

}
@media (max-width:499px) {
	/*.fixed-content {top: 405px;}*/
#B1{   
  background-position: 5% 35%;
    background-image: url(../img/fondo_mobile.jpg);}
.bu_1 {font-size: 27px;}
.bu_2 {font-size: 22px;}
.bu_3 {font-size: 18px;}	
	.logo2 img {    height: 80px;}
.titulo h1 { font-size: 30px; }
#B1 .formu { width:290px; padding:15px;}
#B1_b { background-position: left; }
#B2 h2 { 
	font-size: 20px;
	padding: 0 15px;
}
#tyc .titulo { text-align:center; margin: 0 auto 20px auto;font-size: 24px;}
h1 { padding: 0 15px;}
#testi article {
    margin: 0px 5px 30px 5px;
	width: 280px;
}
#footer .formu { width:290px; padding:15px;}
#footer .datos { font-size:18px;}
#items ul {margin: 5px 0px; padding: 10px 0; }


#gracias .logo_g  img { width: 300px; height:auto;}

#registro { width:94%;}
.fixed-content { 	right:10px;	top:10px;}
.fixed-content h3.mini{ top: 12px ;left: 4px; font-size: 13.5px; display: block; line-height: 1.6em;  }
.fixed-content h3.big{ display:none;  }
.fixed-content h5 { font-size: 13px; top: 15px; left: 3px;  }
.rombo { width: 90px; height: 90px; }
.buty{	width: 90px;height: 90px;position: absolute;}
}