/************************
Estilos extras por combuserv
************************/

/* Basic CSS starts */
/**google fonts **/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600);*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/**variables for one page template**/
/*
.panel-transparent {
		padding:10px;
     	background-color: rgba(0, 0, 0, 0.6);
		background: rgba(0, 0, 0, 0.6);
		color: rgba(0, 0, 0, 0.6);
		color:#FFF;
		-webkit-border-radius:5px;
		-moz-border-radius:5px 5px 5px 5px;
		border-radius:5px;
}

.plarge{
		font-size:36px;
		color:#7ec242;
		font-family: "Montserrat", sans-serif;

}

.pmedium{
		font-size:28px;
}

p.primeralinea {
 		text-indent: 20px;
		text-align:justify; 
		font-size:13px;
		margin-bottom:15px;
}

#googleMap{
		width:100%;
		height:350px;
		// margin-bottom:15px;
		// -webkit-border-radius:5px;
		// -moz-border-radius:5px 5px 5px 5px;
		// border-radius:5px;
		// border: 6px solid #fff;
		// color:#333;
}

.bgGreen{
	color:#A8CF45;
	font-weight: bold;
	font-size: 32px;
}

.bgGreen-services{
	color:#A8CF45;
	font-weight: bold;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	padding:2px;
   	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	// color: rgba(0, 0, 0, 0.6);
	// color:#FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px;
}

.btn-slide{
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: 28px;
 	background-color: #FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px;
	font-family: "Montserrat", sans-serif;
}

.btn-slide:hover{
	background-color: #A8CF45;
}

.btn-slide a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}

.btn-slide a:hover {
	border: 0px;
	outline: 0 !important;
	text-decoration: none;
	background-color: #A8CF45;
	color: rgba(0, 0, 0, 0.8);
}

.btn-icon{
	font-size: 64px;
	color:#FFF;
}

.btn-icon:hover{
	color: #A8CF45;
}

.JL{
	color:#A8CF45;
}

.title-services{
	font-size: 56px;
	color:#FFF;
}

.subtitle-services{
	font-size: 28px;
	color:#FFF;
}

.bt-big{
		font-size: 56px;
}

.pricing-tables img{
	margin-top: 30px;
}

.about-title{
	color:#7ec242;
	font-weight: bold;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 40px;	
}

.centrar {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.afiliado img{
		margin-bottom: 20px;	
}*/
.borde-verde{
	border-color: #8cc343; background-color: #8cc343;
}

.border-2 {
	border-width: 20px !important; 
}

.letra {
  font-family: 'Anton', sans-serif;
  font-size: 50px;
  justify-content: center;
  align-content: center;
  letter-spacing: 2px;
  margin-top: 100px;
}

.borde-rojo{
	border-color: #b10d3a; background-color: #b10d3a;
}

.Azul{
	background-color: #0c5490;
}

.client-logo-carousel {
	margin-top: 100px;
}

video {
	width: 100%;
	height: auto;
	/* background-color: #8cc343; */
}

.border-green {
	border: 3px solid #8cc343; /* Add border with 2px width and gray color */
    box-sizing: border-box;
}

.border-blue {
	border: 3px solid #0c5490; /* Add border with 2px width and gray color */
    box-sizing: border-box;
}
