
* {
  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;
}

.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;
}
.clear { clear:both;}
.berry { color:#87224d;}
.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;}
.bold { font-weight:bold;}
/*--------------------------*/

#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%;
}
/*----------------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);*/
background-color:#fff;
padding-top: 20px;
  padding-bottom: 15px;
}
#B2 h1.tit {  margin-bottom:50px; }

#B2 h2 {
	/*font-family: 'Raleway', sans-serif;*/
	font-weight:700;
	text-align:center;
	margin-bottom: 40px;
}
#B2 article{
  	margin: 0px 20px 60px 20px;
	width: 220px;
	min-height: 255px;
	text-align:center;
}
#B2 article a:hover  { opacity:1;}
#B2 article button a:hover  { opacity:0.7;} 
#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: 60px; 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: -10px; width: 100%;}
.boton_y { /*box-shadow: -3px 3px 8px 0px rgba(23, 162, 184, 0.2);*/ position: absolute; bottom: -10px; 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: transparent;
  color: #87224d; 
  font-weight:bold;
  font-size:16px;

}

.button_ce:hover {
  background-color: transparent;
  color: #87224d;
}

.button_g {
  background-color: transparent; /* gris */
  color: #666; 
  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%;
	border-radius: 6px;
   /*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.7em;
	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);
}


/*---------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:40px 0 20px 0;
    font-size: 28px;
    letter-spacing: -1px;

}



/*---------TESTIMONIOS------------------*/
#testi {background: #f1f1f1f1; padding:20px 0 0 0;}
#testi .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 50px auto;
}
#testi h1.title { /*margin:0;*/ color:#343a40; }

#testi .image {
    position: relative;
    display: inline-block;
}
#testi article {
    margin: 0px 25px 30px 25px;
	width: 220px;
	border-radius: 6px;
    border: 1px solid #ccc;
   text-align: center;
   
}


/*#testi div img {max-width: 100%;  height:auto;}*/



/* Slideshow container */

 .wrapper {
    width: 100%;
    padding: 0 20px ;
    margin: 0 auto;
	/*margin-top:20px;*/
    text-align: center;
}
 .jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
   /* border: 1px solid #000;
    -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;
}
 .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
 .jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
 .jcarousel li {
    text-align: center;
    float: left;
	/*margin-right:20px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
 .jcarousel li span {     border: 1px solid #fff;	padding: 0 15px;}
 .jcarousel img {
    width: 200px;
    height: 200px;
}
 .jcarousel-control-prev,  .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    /*width: 30px;
    height: 30px;
    background: #9da7b1;*/
    text-align: center;
    color: #000;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font-size: 27px ;
    /*-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;
}










#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: 5px;
background: #87224d;
}

/* 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-color: #ebe6e8; padding: 40px 10px 40px 10px; border-bottom: 1px solid #87224d; border-top:1px solid #87224d;}

#rese .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#rese .txt { color:#343a40;}

#rese .left { display:block; margin-bottom:30px; }
#rese .bu_3 { margin-bottom:15px; display:inline-block; font-weight:bold;}
#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; }
.tyc { float: right; margin-bottom:5px;}
.tyc a { text-decoration:none; color:inherit; font-size:14px; }
.tyc a:hover { color:#5b59a1;}



.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) {
 .logo2 { width:80%; padding-left:5%;}
 .logo2 img{
  height: 150px;
  width: auto;
  margin: 15px 0 15px 0;
}
#rese .bullets {width: 80%; margin-top:15px; font-size: 16px;}
#rese .left {display: table-cell; vertical-align: middle;}
#rese .pl {padding-left:35px;}

/*FORMULARIO*/
#B1 .contacto {  padding-top:120px; width:25%;  }

#B1 .formu {  padding:20px;}

#B1 .form2 .btn-submit2{
  height: 30px;
  font-size: 16px;
}

/* .jcarousel li { width: 180px !important; margin: 0 10px;}	
 .li_1 {margin-left: -35px !important;}
 .li_2 {margin-left: -25px !important;}*/


/*.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;}
#rese .bullets { text-align:center; margin-top:15px;font-size: 16px;}
#rese img { max-width:290px; height:auto;}
}
@media (min-width:500px) and (max-width:767px) {
#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) {
#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;}
#B2 h2 { 
	font-size: 20px;
	padding: 0 15px;
}
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;}
}