/* Hoja de estilos Sediac
*/
html {
	-webkit-box-sizing: border-box; /* Safari/Chrome/WebKit */ 
    -moz-box-sizing: border-box; /* Firefox */ 
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: .95em;
	color: #000;
}
h1{
	margin-top: 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	font: 35px Jost;
	padding: 30px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #1761AC;
}
header{
	padding-top: .8em;
	margin-bottom: .8em;
}
#container{
	width: 100%;
	position: relative;
}
#logo{
	float: left;
	width: 25%;
	text-align: right;
}
#header{
	position:fixed;
	width: 100%;
	top: 0;
	z-index:10;
}
#footer{
	background-color:#1761AC; 
	color:#fff; 
	overflow:hidden; 
	padding-top: 30px;
}
.t_bar{
	display: flex;
	position: relative;
	align-items: center;
	background-color: #1761AC;
	height: 30px;
}
.txt_white{
	font: .8em 'Inter', sans-serif;
	color: #fff;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}
.txt_oblique{
	font-style: oblique;
	font-weight: 700;
	color:#1761AC;
}
.txt_square{
	padding: 3% 10%;
	text-align: center;
}
.p_left{
	padding-left: 30px;
}
.v_align{
	vertical-align: middle;
	margin-right: 5px;
}
.s_right{
	position: absolute;
	right: 30px;
}
.s_right a{
	text-decoration: none;
	color: #fff;
}
.s_right a:hover{
	text-decoration: none;
	color: red;
}
.s_link{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.s_link > a{
	background-color: #1761AC;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}
.s_link > a:hover{
	background-color: red;
}
.c_footer{
	float: left;
	width: 23%;
	margin-left: 2.3%;
}
.h2_title{
	font: 1.5em "Fjalla one", "sans serif";
	text-transform: uppercase;
	text-align: center;
	color: #555;
}
.h1_title{
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size:2.7em;
	color: #000;
}
#footer{
	clear:both;
	background-color:#1761AC; 
	color:#fff; 
	overflow:hidden; 
	padding-top: 30px; 
}
.c_map{
	float: left;
	width: 44%;
	margin-left: 2.3%;
}
.c_both{
	clear: both;
}
.b_bottom{
	border-bottom: 1px solid #eee;
	background-color: #fff;
	overflow: auto;
}
.col{
	float: left;
	width: 28%;
	margin-left: 3.7%;
}
#menu{
	float: left;
	width: 75%;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	top: 80px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline-block;
	position: relative;
	border-right: solid 1px #eee;
}
#menu li a{
	display: block;
	text-decoration: none;
	font-size: 1rem;
	width: 160px;
	color: #555;
}
#menu li:last-child{
	border-right: none;
}
#menu li a:hover{
	color: #1761AC;
}
#menu li a.current{
	color: red;
}
.s_rollover{
	margin-top: 170px;
	overflow: hidden;
	height: 500px;
}
.b_img{
	display: inline-block;
	width: 116px;
	height: 75px;
	border: 1px solid #ddd;
	margin-left: 7px;
	margin-top: 10px;
}
/* ........................... nuevos agregados .......................*/
.g_box{
	background-color:#ccc;
	padding-bottom:10px;
}
.b_title{
	margin-top: 170px;
	color:#000;
}
.p_title{
	display:inline-block;
	width: 49%;
	padding: 3%;
}
.p_title a {
	color: #000;
	text-decoration: none;
}
.h3_title{
	text-transform: uppercase;
	color: #333;
}
.i_large{
	margin-left:2%;
	font-size: 3em;
	color: purple;
}
.col_2{
	float: left;
	width: 60%;
	margin-left: 3.7%;
}
.col_1{
	background-color: #ccc;
}
.h4_title{
	font: 1.5em "Fjalla one", "sans serif";
	text-transform: uppercase;
	color: #555;
	margin-top:3%;
}
.b_img2{
	display: inline-block;
	width: 200px;
	height: 181px;
	padding-top: 4px;
	border: 1px solid #ddd;
	margin-left: 16px;
}
.b_img3{
	padding: 8px;
	border: 1px solid #ddd;
	background-color:#eee;
}
.pt_box{
	padding-top: 3%;
	padding-bottom: 3%;
	overflow: hidden;
}
/*............. botones .........*/
.cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(255, 171, 157, 0.5);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 100%;
  background: #ffab9d;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
}
.d_inline{
	display: inline-block;
}
/* Formulario */
input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 500px;
  padding: 8px;
}
label {
  display: block;
  padding-bottom: 4px;
}
textarea {
  height: 250px;
}
button {
  height: 40px;
  width: 150px;
  border: none;
  background: #1761AC;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}
button:hover{
  background-color: red;
}
/* Redes sociales by CodePen Home Sticky Social Icons Muhammad Shabbir*/

.sticky-icon  {
	z-index:20;
	position:fixed;
	top:30%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	/*font-family:'Oswald', sans-serif;*/
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Home  {
	background-color:#53c5ff;
	color:#FFF;}
	
.Whatsapp  {
	background-color:#00A884;
	color:#FFF;}
	
.Telegram  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-telegram  {
	background-color:#FFF;
	color:#d34836;}
	
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#00A884;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.fa-home  {
	background-color:#FFF;
	color:#53c5ff;}
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
  line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}			