/*------------------------------------------------------------------

    Main Style Stylesheet

    Projecto:        GRUPO DIBATTISTA  
    Version:        1.0
    Author:         Joel Atua.
    Última Modificación:    04/12/2019

-------------------------------------------------------------------*/
/*=======================================================
			TABLE OF CONTENT:

	1/ BODY
	2/ COLORS(Only Visible in scss file)
	3/ TYPOGRAPHY
	4/ BUTTONS
	5/ NAVIGATION
	6/ TOP SLIDER
	7/ ABOUT US
	8/ FEATURES
	9/ PORTFOLIO
	10/ CALL TO ACTION
	11/ SERVICES
	12/ PRICES
	13/ TESTIMONIALS
	14/ TEAM
	15/ CONTACT
	16/ FOOTER
	17/ MEDIA QUERIES
	18/ PRELOADER

========================================================*/
/*--- Google Fonts ---*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*=======================================================
			BODY:
========================================================*/
body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.07em;
	color: #5c5c5c;
}

/*=======================================================
			COLORS (Only Visible In Scss File):
========================================================*/
/*=======================================================
			TYPOGRAPHY:
========================================================*/
h1 {
	font-size: 3.5rem;
	font-weight: 700;
}

h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
}

h3 {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	color: #000;
}

h5 {
	font-weight: 700;
	color: #000;
}

h6 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
}

.lnr {
	font-size: 3rem;
	color: #E71D6A;
}

/*=======================================================
			BUTTONS:
========================================================*/
.btn-transparent {
	background: transparent;
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
	background: #E71D6A;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-white {
	background: #fff;
	font-size: 12px;
	padding: 15px 25px;
	color: #000;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background: #E71D6A;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.btn-primary {
	background: #E71D6A;
	font-size: 12px;
	padding: 15px 25px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #004AA3;
	color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

/*=======================================================
			NAVIGATION:
========================================================*/
.core-nav .brand {
	top: 10px;
}

.core-nav .brand img {
	width: 120px;
}


.core-nav .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.core-nav .menu li.active > a {
	color: #004AA3;
	/*text-decoration: line-through;*/
}

.core-nav .menu li.active > a,
.core-nav .menu li a:hover,
.core-nav .menu li a:focus,
.core-nav .menu li a:active {
	/*text-decoration: line-through;*/
	color: #ffffff;
}

nav.scrolled .menu li a {
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav.scrolled .menu li.active > a {
	color: #004AA3;
	/*text-decoration: line-through;*/
}

nav.scrolled .menu li.active > a {
	color: #004AA3;
	/*text-decoration: line-through;*/
}

nav.scrolled .menu li.active > a,
nav.scrolled .menu li a:hover,
nav.scrolled .menu li a:focus,
nav.scrolled .menu li a:active {
	/*text-decoration: line-through;*/
	color: #004AA3;
}

.nav-link.disabled {
  color: #004AA3;
}
a
{
	color: #5d5d5d;
}
a:hover
{
	color: #E71D6A;
}
.nav-tabs .nav-link.active
{
	color: #5d5d5d;
}
.dropdown-item a:hover 
{
	background: #444;
}
/*=======================================================
			TOP SLIDER:
========================================================*/
.slider-area {
  height: 80vh;
  color: #fff;
  text-align: center;
  position: relative;
}
.slider-area .single-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 80vh;
  height: 80vh;
}
.slider-area .single-slide .btn {
  margin-bottom: 15px;
}
.slider-area .single-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(82, 82, 82, 0.66);
}

.slider-area .slide-bg-1 {
	background-image: url("../img/header-01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-area .slide-bg-2 {
	background-image: url("../img/header-02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider-area-grupo {
  height: 80vh;
  color: #fff;
  text-align: center;
  position: relative;
}

.slider-area-grupo .single-slide-grupo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 80vh;
  height: 80vh;
}
.slider-area-grupo .single-slide-grupo .btn {
  margin-bottom: 15px;
}
.slider-area-grupo .single-slide-grupo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(82, 82, 82, 0);
}


.slider-area-grupo .slide-bg-grupo {
	background-image: url("../img/grupo/header-grupo.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}

.slider-area-grupo:after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-size: 100% 100%;
  background-image: url(../img/bottom-shape-modern.png);
}

.slider-area .tabel {
  display: table;
  width: 100%;
}
.slider-area .tabel .tabel-cell {
  display: table-cell;
  height: 40em;
  vertical-align: middle;
}
.slider-area .tabel .tabel-cell .slider-content {
  padding: 0 40px;
}
.slider-area .tabel .tabel-cell .slider-content h1 {
  margin: 20px 0;
}

.slider-area .tabel .tabel-cell .slider-content .btn-white {
  margin-left: 20px;
}
.slider-area .owl-dots {
  bottom: 2.5%;
  right: 50%;
  position: relative;
}
.slider-area .owl-dots div.owl-dot {
  background-color: transparent;
  border: 2px solid #ad67ea;
  border-radius: 100px;
  bottom: -25px;
  display: inline-block;
  height: 12px;
  left: 50%;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
}
.slider-area .owl-dots div.owl-dot.active {
  background-color: #8aecec;
}

.slider-area:after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: transparent;
  background-size: 100% 100%;
  background-image: url(../img/bottom-shape-modern.png);
}


#home .svg-wave {
	width: 100%;
	position: absolute;
	/*top: 60px;*/
}

#home .svg-wave svg {
	background: #ffffff;
	width: 100%;
	height: auto;
}

#home .svg-wave svg path {
	fill: #000000;
}
/*=======================================================
			ASEGURADORAS
========================================================*/

/*=======================================================
			NOSOTROS:
========================================================*/
#nosotros {
	text-align: left;
	/*padding: 120px 0 0 0;*/
	

	
}

#nosotros .jumbotron a{
	color: #5d5d5d;
    font-weight:800;
}

#nosotros .jumbotron p{
	padding-left:20px;
		
}

#nosotros .jumbotron button{
	padding-left:20px;
		
}

#nosotros .jumbotron img{
	/*padding-right:20px;*/
    opacity: 0.8;
}

#nosotros .jumbotron img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

#nosotros .jumbotron .btn-leer {
	background: #E71D6A;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#nosotros .jumbotron h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#nosotros .jumbotron .features ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

#nosotros .jumbotron .features ul li {
	margin-bottom: 12px;
}

#nosotros .jumbotron .features ul li span {
	font-size: 16px;
	margin-right: 5px;
}

#nosotros .container h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#nosotros .nosotros-img {
	position: relative;
	padding: 0 0 0 0;
}

#nosotros .nosotros-img img {
	margin: 0 auto;
	/*-webkit-box-shadow: -20px -19px 0px -4px #E71D6A;
	box-shadow: -20px -19px 0px -4px #E71D6A;*/
}


#nosotros .nosotros-content {
	font-size: 12px;
	padding: 0px 30px 0 20px;
	text-align: left;
}

#nosotros .card {
	padding: 40px 20px 0 20px;
}

#nosotros .nosotros-content .skill {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

#nosotros .nosotros-content .progress {
	overflow: visible;
	height: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

#nosotros .nosotros-content .progress .progress-bar {
	position: relative;
	background: #E71D6A;
	border-radius: 100px;
}

#nosotros .nosotros-content .progress .progress-bar span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}


#nosotros .owl-nosotros .item {
	background: #E71D6A;
	color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin: 25px;
}

#nosotros .owl-nosotros .item img {
	width: 90px;
	border-radius: 100px;
	border: 5px solid #fff;
	margin: 0 auto;
}

#nosotros .owl-nosotros .item h6 {
	color: #fff;
	margin-top: 15px;
}

#nosotros .owl-nosotros .item span {
	display: block;
	margin: 15px 0;
}

#nosotros .owl-nosotros .item .lnr {
	font-size: 24px;
	color: #fff;
}

#nosotros .owl-nosotros .item .quote {
	font-style: italic;
}

#nosotros .owl-nosotros .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

#nosotros .owl-nosotros .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid #E71D6A;
	border-radius: 100px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

#nosotros .owl-nosotros .owl-dots div.owl-dot.active {
	background-color: #004AA3;
}

/*=======================================================
			PRODUCTORES:
========================================================*/

#productores {
	text-align: left;
	/*padding: 120px 0 0 0;*/
	

	
}

#productores .jumbotron a{
	color: #5d5d5d;
    font-weight:800;
}

#productores .jumbotron p{
	padding-left:20px;
		
}

#productores .jumbotron button{
	padding-left:20px;
		
}

#productores .jumbotron img{
	/*padding-right:20px;*/
    opacity: 0.8;
}

#productores .jumbotron img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

#productores .jumbotron .btn-leer {
	background: #E71D6A;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#productores .jumbotron h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#productores .jumbotron .features ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

#productores .jumbotron .features ul li {
	margin-bottom: 12px;
}

#productores .jumbotron .features ul li span {
	font-size: 16px;
	margin-right: 5px;
}

#productores .container h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#productores .productores-img {
	position: relative;
	padding: 0 0 0 0;
}

#productores .productores-img img {
	margin: 0 auto;
	/*-webkit-box-shadow: -20px -19px 0px -4px #E71D6A;
	box-shadow: -20px -19px 0px -4px #E71D6A;*/
}


#productores .productores-content {
	font-size: 12px;
	padding: 0px 30px 0 20px;
	text-align: left;
}

#productores .card {
	padding: 40px 20px 0 20px;
}

#productores .productores-content .skill {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

#productores .productores-content .progress {
	overflow: visible;
	height: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

#productores .productores-content .progress .progress-bar {
	position: relative;
	background: #E71D6A;
	border-radius: 100px;
}

#productores .productores-content .progress .progress-bar span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}


#productores .owl-productores .item {
	background: #E71D6A;
	color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin: 25px;
}

#productores .owl-productores .item img {
	width: 90px;
	border-radius: 100px;
	border: 5px solid #fff;
	margin: 0 auto;
}

#productores .owl-productores .item h6 {
	color: #fff;
	margin-top: 15px;
}

#productores .owl-productores .item span {
	display: block;
	margin: 15px 0;
}

#productores .owl-productores .item .lnr {
	font-size: 24px;
	color: #fff;
}

#productores .owl-productores .item .quote {
	font-style: italic;
}

#productores .owl-productores .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

#productores .owl-productores .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid #E71D6A;
	border-radius: 100px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

#productores .owl-productores .owl-dots div.owl-dot.active {
	background-color: #004AA3;
}

/*=======================================================
			GRUPO DIBATTISTA:
========================================================*/
#grupo_db {
	text-align: left;
	/*padding: 120px 0 0 0;*/
	

	
}

#grupo_db .jumbotron a{
	color: #5d5d5d;
    font-weight:800;
}

#grupo_db .jumbotron p{
	padding-left:20px;
		
}

#grupo_db .jumbotron button{
	padding-left:20px;
		
}

#grupo_db .jumbotron img{
	/*padding-right:20px;*/
    opacity: 0.8;
}

#grupo_db .jumbotron img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

#grupo_db .jumbotron .btn-leer {
	background: #E71D6A;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#grupo_db .jumbotron h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#grupo_db .jumbotron .features ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

#grupo_db .jumbotron .features ul li {
	margin-bottom: 12px;
}

#grupo_db .jumbotron .features ul li span {
	font-size: 16px;
	margin-right: 5px;
}

#grupo_db .container h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#grupo_db .grupo_db-img {
	position: relative;
	padding: 0 0 0 0;
}

#grupo_db .grupo_db-img img {
	margin: 0 auto;
	/*-webkit-box-shadow: -20px -19px 0px -4px #E71D6A;
	box-shadow: -20px -19px 0px -4px #E71D6A;*/
}


#grupo_db .grupo_db-content {
	font-size: 12px;
	padding: 0px 30px 0 20px;
	text-align: left;
}

#grupo_db .card {
	padding: 40px 20px 0 20px;
}

#grupo_db .grupo_db-content .skill {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

#grupo_db .grupo_db-content .progress {
	overflow: visible;
	height: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

#grupo_db .grupo_db-content .progress .progress-bar {
	position: relative;
	background: #E71D6A;
	border-radius: 100px;
}

#grupo_db .grupo_db-content .progress .progress-bar span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}


#grupo_db .owl-grupo_db .item {
	background: #E71D6A;
	color: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 25px;
	margin: 25px;
}

#grupo_db .owl-grupo_db .item img {
	width: 90px;
	border-radius: 100px;
	border: 5px solid #fff;
	margin: 0 auto;
}

#grupo_db .owl-grupo_db .item h6 {
	color: #fff;
	margin-top: 15px;
}

#grupo_db .owl-grupo_db .item span {
	display: block;
	margin: 15px 0;
}

#grupo_db .owl-grupo_db .item .lnr {
	font-size: 24px;
	color: #fff;
}

#grupo_db .owl-grupo_db .item .quote {
	font-style: italic;
}

#grupo_db .owl-grupo_db .owl-dots {
	bottom: 2.5%;
	right: 50%;
	position: relative;
}

#grupo_db .owl-grupo_db .owl-dots div.owl-dot {
	background-color: transparent;
	border: 2px solid #E71D6A;
	border-radius: 100px;
	bottom: -25px;
	display: inline-block;
	height: 12px;
	left: 50%;
	margin-right: 10px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 12px;
}

#grupo_db .owl-grupo_db .owl-dots div.owl-dot.active {
	background-color: #004AA3;
}


/*=======================================================
			TEAM:
========================================================*/
#team {
	/*padding: 120px 0;*/
	text-align: center;
}

#team .container h6 {
	/*padding: 120px 0;*/
	font-size:16px; 
	color: #5d5d5d;
}

#team .container h4 {

	color: #5d5d5d;
}

#team .container h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: left;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#team .team-member {
	margin-bottom: 40px;
}



#team  .team-member .team-img img{
	/*padding-right:20px;*/
    opacity: 0.8;
}

#team  .team-member .team-img img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

#team .team-member h4 {
	margin-top: 25px;
}

#team .team-member p {
	font-size: 12px;
}

#team .social-media {
	list-style: none;
	padding: 0;
}

#team .social-media li {
	display: inline-block;
	background: #E71D6A;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin: 0 10px;
}

#team .social-media li a {
	font-size: 18px;
	line-height: 2.8;
	color: #fff;
}

#team .social-media li:hover,
#team .social-media li:focus,
#team .social-media li:active {
	background: #E71D6A;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

#team .social-media li:hover a,
#team .social-media li:focus a,
#team .social-media li:active a {
	color: #fff;
}


/*=======================================================
			ELEGINOS:
========================================================*/
#eleginos {
	/*padding: 40px 0 120px 0;*/
	padding: 40px 0 0px 0;
	background: #ffffff;
	text-align: center;
	color: #5d5d5d;
}

#eleginos .jumbotron {
	padding: 15px 15px;
}

#eleginos .feature-box img{
	width: 100%;
}

#eleginos .jumbotron a{
	color: #5d5d5d;
}
#eleginos .container h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: center;
	margin-bottom: 80px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:60px;
	display:inline-block;
}

#eleginos .container h4 {
	color: #5d5d5d;
}

#eleginos .container h5 {
	color: #5d5d5d;
}

#eleginos .container img {
	position: relative;
	float: right;
}

#eleginos .svg-wave {
	width: 100%;
	position: relative;
	bottom: 60px;
}

#eleginos .svg-wave svg {
	background: #fff;
	width: 100%;
	height: auto;
}

#eleginos .svg-wave svg path {
	fill: #f5f5f7;
}

#eleginos .bottom {
	width: 100%;
	position: relative;
	top: 120px;
}

#eleginos .bottom svg {
	background: #f5f5f7;
	width: 100%;
	height: auto;
}

#eleginos .bottom svg path {
	fill: #fff;
}

#eleginos .price-title {
	margin-bottom: 80px;
}

#eleginos .price-title:after {
	top: -23px;
	content: "";
	position: relative;
	left: 50%;
	bottom: 0;
	width: 300px;
	height: 4px;
	display: block;
	background-color: #E71D6A;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 100px;
}

#eleginos .price-table {
	padding: 50px 15px;
	margin-bottom: 25px;
	background: #fff;
	border-radius: 5px;
}

#eleginos .price-table:hover {
	padding: 50px 15px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

#eleginos .price-table .type {
	margin-bottom: 15px;
}

#eleginos .price-table .type .featured {
	color: #E71D6A;
}

#eleginos .price-table .value {
	margin-bottom: 30px;
}

#eleginos .price-table .value h2 {
	font-size: 50px;
	position: relative;
	display: inline-block;
}

#eleginos .price-table .value .dollar {
	font-size: 12px;
	position: absolute;
	top: 0;
	left: -10px;
}

#eleginos .price-table .features ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 30px;
}

#eleginos .price-table .features ul li {
	margin-bottom: 12px;
}

#eleginos .price-table .features ul li span {
	font-size: 16px;
	margin-right: 5px;
}
#eleginos .beneficios-content {
	padding: 90px 20px 0 20px;
	text-align: left;
}

#eleginos .beneficios-content .skill {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
#eleginos .beneficios-content .progress {
	overflow: visible;
	height: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 15px;
}

#eleginos .beneficios-content .progress .progress-bar {
	position: relative;
	background: #ad67ea;
	border-radius: 100px;
}

#eleginos .beneficios-content .progress .progress-bar span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
/*=======================================================
			SERVICIOS:
========================================================*/
#servicio {
	/*background: #f5f5f7;*/
	padding: 40px 0px 60px 0;
	text-align: left;
	font-size: 12px;
}

#servicio  h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: center;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}

#servicio  h4 {
	color: #5d5d5d;
	font-size:20px; 
	line-height:1.333;
	font-weight:800;
	text-align: center;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}


#servicio .row {
	/*margin-top: 80px;*/
}

#servicio .servicio-item {
	position: relative;
	padding: 0;
}

#servicio .servicio-item .item-img {
	width: auto;
	height: auto;
	overflow: hidden;
}

#servicio .servicio-item .item-img img {
	width: 100%;
	height: auto;
}

#servicio .servicio-item .item-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(218, 50, 142, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#servicio .servicio-item .item-info .heading-3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.1s;
	opacity: 0;
}

#servicio .servicio-item .item-info .p-text {
	font-size: 12px;
	max-width: 210px;
	width: 100%;
	line-height: 18px;
	color: #fff;
	margin: 18px auto;
	letter-spacing: 1px;
	-webkit-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.2s;
	opacity: 0;
}

#servicio .servicio-item .item-info .link-text {
	font-size: 12px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-weight: 700;
	-webkit-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
	-webkit-transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
	transition: 0.6s cubic-bezier(0.46, -0.11, 0.21, 1.68) 0.3s;
	opacity: 0;
}

#servicio .servicio-item .item-info .link-text:before {
	content: "";
	width: 70px;
	height: 4px;
	background-color: #5281b9;
	display: block;
	position: absolute;
	border-radius: 100px;
	bottom: -6px;
	left: 5px;
}

#servicio .servicio-item:hover .item-info {
	opacity: 1;
}

#servicio .servicio-item:hover .item-info .heading-3 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#servicio .servicio-item:hover .item-info .p-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#servicio .servicio-item:hover .item-info .link-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/*=======================================================
			EMPRESAS:
========================================================*/
#empresas {
	padding: 40px 0 40px 0;
	background: #ffffff;
}
#empresas h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: center;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	display:inline-block;
}
/*=======================================================
			CONTACT:
========================================================*/
#contact {
	padding: 40px 0 0 0;
	background: #f5f5f7;
}

#contact .svg-wave {
	width: 100%;
	position: relative;
	bottom: 60px;
}


#contact .svg-wave svg {
	background: #fff;
	width: 100%;
	height: auto;
}

#contact .svg-wave svg path {
	fill: #f5f5f7;
}

#contact h2 {
	color: #5d5d5d;
	font-size:36px; 
	line-height:1.333;
	font-weight:800;
	text-align: center;
	margin-bottom: 10px;
	/*background: transparent url(../img/square.svg) no-repeat right center;*/
	background-image:url(../img/square_h2.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:60px;
	display:inline-block;
}

#contact h4 {
	color: #5d5d5d;
	margin-bottom: 35px;
}

#contact h5 {
	color: #5d5d5d;
	font-weight:800;
	font-size:10px; 
}

#contact .letramini {
	font-size:10px; 
}

#contact .email-link {
	color: #E71D6A;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#contact .email-link:hover,
#contact .email-link:focus,
#contact .email-link:active {
	color: #004AA3;
	/*text-decoration: line-through;*/
}

#contact .social-media {
	list-style: none;
	padding: 0;
}

#contact .social-media li {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 10px;
}

#contact .social-media li a {
	font-size: 18px;
	line-height: 2.8;
	color: #E71D6A;
}

#contact a {
	color: #5d5d5d;
}

#contact textarea {
	border-radius: 5px;
	border: 1.5px solid #E71D6A;
}

#contact textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1.5px solid #004AA3;
}

#contact .row .col .form-control {
	border-radius: 100px;
	margin-bottom: 20px;
	border: 1.5px solid #E71D6A;
}

#contact .row .col .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1.5px solid #004AA3;
}



#contact .contacto-img img{
	/*padding-right:20px;*/
    opacity: 0.8;
}

#contact .contacto-img img:hover {
	opacity: 1;
	-webkit-box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 40px -5px rgba(0, 0, 0, 0.6);
	border-radius: 2px;
}

/*=======================================================
			FOOTER:
========================================================*/
footer {
	padding: 8px 0;
}

footer p {
	margin: 0;
}

footer a {
	color: #8d8d8d;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #8d8d8d;
	text-decoration: none;
	/*text-decoration: line-through;*/
}

/*=======================================================
			MEDIA QUERIES: 
========================================================*/
@media (max-width: 1199px) {
	#nosotros .container .nosotros-content {
		padding-top: 40px;
	}
}

@media (max-width: 992px) {
	.core-nav .brand {
		top: 5px;
	}
}

@media (max-width: 798px) {
	#home .main-slider h1 {
		font-size: 3rem;
	}
}

/*=======================================================
			PRELOADER: 
========================================================*/
.preloader-holder {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(../img/preview.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100000;
}

#loader {
	-webkit-animation: loader 5s linear infinite;
	animation: loader 5s linear infinite;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

#box {
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

#shadow {
	width: 50px;
	height: 5px;
	background: #000;
	opacity: 0.1;
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/* TURCO ADDs*/
.nav-tab .nav-link a{
	color: #E71D6A;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.owl-pagination{
        display: none;
}
.customNavigation a{
    color: #fff;
}
.customNavigation .btn{
    border-radius: 0;
    background-color: #7B797A;
    font-size: 13px;
    padding: 0 6px;
}
.owl-carousel .owl-item img{
    margin: 0 auto;
	overflow: hidden;
}

/*# sourceMappingURL=style.css.map */



.card-big-shadow {
    position: relative;
}

.coloured-cards .card {
    margin-top: 30px;
}

.card[data-radius="none"] {
    border-radius: 0px;
}
.card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #E71D6A;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.card.card-just-text .content {
    padding: 50px 65px;
    text-align: center;
}
.card .content {
    padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
    color: #7a9e9f;
}

.card .category, .card .label {
    font-size: 14px;
    margin-bottom: 0px;
}


.card .description {
    font-size: 16px;
    color: #66615b;
}
.content-card{
    margin-top:20px;    
}
a:hover, a:focus {
    text-decoration: none;
}

.bg-dibattista{
	background-color: #E71D6A;   
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  min-width: 100%;
  background: #f5f5f7;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}