/*Fondos*/
.gris{background-color: #E9E9E9;}
.gris2{background-color: #666666;}
.negro{background-color: #000000;}
.balnco{background-color: #ffffff;}
/*Textos*/
.text-gris{color: #E9E9E9;}
.text-gris2{color: #666666;}
.text-negro{color: #000000;}
.text-blanco{color: #ffffff;}
.bold{font-weight: 700;}
.light{font-weight: 300;}
.regular{font-weight: 400;}
.padding{padding: 30px;}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;

}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

header .phone{
	padding: 25px 0;
	background-color: #E9E9E9;
	min-height: 100px;
}


header .phone .titulo{
	font-weight: 700;
	font-size: 16px
}

header .phone .telefonos{
	font-weight: 300;
	font-size: 13px;
	padding-left: 5px;
    border-left: 1px solid #666666;
}

header .logo {
	padding: 25px 0;
}

header .logo img{
	max-width: 250px;
}

header .logo nav{
	margin-top: 10px;
	display: none;

}


header .logo nav ul{
	list-style-type: none;
  margin: 0;
  padding: 0;

}

header .logo nav ul li{
	display: block;
	margin-right: 10px;
	font-size: 17px;
	text-align: center;
	padding-top: 15px;
}

header .logo nav ul li a{
	color: #7B7B7B;
}
header .logo nav ul li .active{color: #000000;}

header .logo nav ul li a:hover{
	color: #000000;
	text-decoration: none;
}

header .logo .btn{
	display: block;
	text-align: right;
	padding-right: 50px;
}

@media (min-width: 1095px) {
	header .logo nav{
		display: block;

	}
	header .logo .btn{display: none;}

	header .logo nav ul li{
		display: inline;
		text-align: left;
		padding-top: 0px;
	}
}

.globo{
	min-height: 150px;
	background-image: url('../img/fondo.svg');
	background-size: 100%;
    background-position-y: bottom;
}

footer{margin:60px 0 100px 0;}

footer a{
	color: #000000;
	font-size: 12px;
}
footer img{
	max-width: 450px;
	margin: auto;
}
.globo{
	padding: 20px 0;
}

.globo .parrafo p{
	font-size: 0.8em;
}
.globo .img img{
	max-width: 50%;
	float: none;
	margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}

.globo .img2 img{
	max-width: 50%;
	float: none;
	margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}

.globo .parrafo p{
	text-align: justify;
	width: 50%;
	margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}


@media (min-width: 768px) {
	.globo .img img{
		max-width: 200px;
		float: right;
	}

	.globo .parrafo p{
		margin-right: 0 !important;
	    margin-left: 0 !important;
	    display: block !important;
	}

	.globo .img2 img{
		max-width: 30%;
		float: none;
		margin-right: auto !important;
	    margin-left: auto !important;
	    display: block !important;
	}

}

.box{

	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	padding: 98px 10% 20px 10%;
}

.box h2{
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
	margin-bottom: 20px;
	min-height: 80px;
}

.img-box .img-box-img{
	position: relative;
	max-width: 100%;
    height: auto;
    top: 98px;
}

.img-box:hover{
	text-decoration: none;
}

.contact-map{
	margin: 73px 0 0 0;
}

.tab .card-tab{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(181,179,181,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(181,179,181,1);
	box-shadow: 0px 0px 12px 0px rgba(181,179,181,1);
	padding: 70px 50px;
	display: none;
}

.tab .card-tab.active{
	display: block;
}

.tab .card-tab h2:after{
	content: '';
  display: block;
  height: 5px;
  width: 90px;
  position: relative;
  right: 18px;
  background-size: cover;
  background-image: url(../img/icon-morado.svg);
  margin: 15px 0 20px 0;
}

.tab .nav-tab{
	list-style-type: none;
	margin: 0;
	padding: 42px 0 0 0;
	color: #494949;
	font-size: 0.8em;
}

.tab .nav-tab li{
	padding: 20px 0;
	border-bottom: 1px solid #C6C6C5;
	cursor: pointer;
}
.tab .nav-tab li:hover{font-weight: 700;}
.tab .nav-tab li.active{font-weight: 700;}

.tabs .icon img{
	max-width: 28px;
}

.tabs .text h3{
	padding: 10px 0;
	width: 100%;
	background-color: #F6F6F2;
	font-weight: 700;
	font-size: 1.5em;
	 word-wrap: break-word;
}

.dropdown-menu {
  top: 10px !important;
  position: absolute;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  word-wrap: break-word;
  margin-left: -80px !important;
}

.dropdown-menu li a{
  word-wrap: break-word;
}
