.titulo-seccion  {
    font-size: 46px;
    line-height: 50px;
    color: #121212;
    margin-top: 0px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

.titulo-seccion.w-after:after {
    content: '';
    width: 41px;
    height: 45px;
    background-image: url(../img/logo-iso.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 34px;
    top: 6px;
    left: -52px;
}


.titulo-seccion span  {
    color: #1f5f30;
	font-weight: 700;
	/*display: block;*/
}

.pre-titulo-seccion  {
font-size: 15px;
	text-transform: uppercase;
    color: #212121;
	font-weight: 600;
}

.sub-titulo-seccion  {
	font-size: 13px;
	font-weight: 400;
	color: #212121;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	padding-left: 40px;
}

.sub-titulo-seccion:after {
    content: '';
    width: 24px;
    height: 1px;
	background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}


.destacado {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #212121;
    margin-bottom: 28px;
}



.descripcion {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	color: #2a2a2a;
	margin-bottom: 20px;
}

.descripcion.marker {
	background-image:url(../img/marker-p.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:30px;
	margin-left:10px;
}

@media (max-width:767px){
.titulo-seccion  {
font-size: 32px;
    line-height: 37px;
}

.titulo-seccion:after {
    width: 41px;
    height: 28px;
    top: 0px;
    left: -46px;
}

.sub-titulo-seccion  {
	margin-bottom: 12px;
}
	
.descripcion {
    font-size: 18px;
    line-height: 28px;
}	

.destacado {
	font-size: 21px;
	line-height: 28px;
}


}

@media (max-width:767px){
.titulo-secciones  {
	font-size:30px;
	margin-bottom:22px;
}
}	

.line-orange {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 4px;
    background-color: #8BC34A;
    border-radius: 50px;
    margin-bottom: 17px;
}
/*-----------------------*/

.modulo-inicio  {
	position: relative;
	 height: 100vh;
    margin-top: 0;
}



.modulo-inicio .shadow-div::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 38%);
    background: linear-gradient(360deg, rgb(0 0 0) 0%, rgb(0 0 0 / 15%) 74%);
    top: 0;
	z-index: 1;
}

@media (max-width: 767px) {
.modulo-inicio  {
	position: relative;
	 height: calc(100vh - 56px);
    margin-top: 0px;
}
}

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

.modulo-empresa {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 100px;
	background-image: url("../img/bg-empresa.png");
}

.modulo-empresa:after {
    /*content: '';
    width: 100%;
    height: 114px;
    background-image: url(../img/imgs-emp.jpg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;*/
}

.modulo-empresa .imagen{
    margin-top: 90px;
}

.modulo-empresa .box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
	padding-bottom: 80px;
}

@media (min-width:767px){
.modulo-empresa .col-floating {
	padding-right:0px;
	padding-left:40px;
	position:absolute;
	right:0;
	height:100%;
}

.modulo-empresa .col-floating .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.modulo-empresa .col-floating img {
	height:100%;
}
}

.modulo-empresa .btn-emp {
    line-height: 18px;
    display: inline-block;
    padding: 5px 40px;
    margin-top: 10px;
    border: 0px;
    background-color: #1f5f30;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}	
	
.modulo-empresa .btn-emp:hover{
	background-color: #222;
	color: #ffffff;;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


@media (min-width:767px){
.modulo-empresa .col-floating-left {
	padding-right:40px;
	padding-left:0px;
	position:absolute;
	left:0;
	height:100%;
}
	
.modulo-empresa .col-floating-left .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: cover;
	margin: 50px 0px;
}

.modulo-empresa .col-floating-left img {
	height:100%;
}

.modulo-empresa .col-floating-left:before{
	content:url(../img/circle-bg.png);
	position: absolute;
	width: 70px;
	top: -30px;
	right: 20px;
	z-index: -1;
}

}

@media (max-width:767px){

.modulo-empresa {
	padding-top: 40px;
}

.modulo-empresa .box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
	padding-bottom: 30px;
}
	
.modulo-empresa .box img{
    max-width: 300px;
}	

.modulo-empresa .col-floating {

}

.modulo-empresa .imagen{
    margin-top: 0px;
}	
	
.modulo-empresa .col-floating .imagen {
	height:100%;
	background-image:url(../img/abella-tambos.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

.modulo-empresa .col-floating img {
	height: 200px;
}

.modulo-empresa .col-floating-left .imagen {
	height:100%;
	background-image:url(../img/punto-tandil.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}

.modulo-empresa .col-floating-left img {
	height: 200px;
}

}

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

.modulo-staff {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	    background-image: -webkit-linear-gradient(-0.228deg, rgb(82 176 107) 0%, rgb(54 120 72) 37%, rgb(31 95 48) 100%);
	color: white;
}

.modulo-staff .btn-whatsapp{
    background-color: #1fa852;
    border: 1px solid #ffffff69;
    border-radius: 50px;
    color: #ffffff;
    line-height: 15px;
    overflow: hidden;
    padding: 16px 28px;
    position: relative;
    text-align: center;
    transition: color .33s linear .5s, border-color ease-out .5s, background-color .33s linear 0s;
    white-space: pre;
    z-index: 1;
    display: inline-block;
    margin-top: 15px;
    font-weight: 500;
}

.modulo-staff .btn-whatsapp i{
	margin-right: 5px;
}

.modulo-staff .btn-whatsapp:hover{
    border: 1px solid #000;
    color: #000;
}

.modulo-staff .btn-whatsapp:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 0;
    transform: scale(1) translateY(67px);
    transition: transform 1s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
	left: 0;
}

.modulo-staff .btn-whatsapp:hover:after {
    transform: scale(1.47) translateY(0);
}

/*-------------------*/
.modulo-97 .card-title.titulo.titulo-xxss a {
    color: #333;
}
	.mask-imagen-fondo {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}
.modulo-97 .col-xs-8 .card-title {
    margin-bottom: 20px;
    font-size: 14px;
}
	.modulo-97 .card.card-horizontal {
    margin-bottom: 0px;
    border-bottom: 0px solid rgb(230, 230, 230);
		    margin-top: 15px;
}
	
.modulo-97 .ver-mas {
    line-height: 18px;
    display: inline-block;
    padding: 5px 40px;
    margin-top: 10px;
    border: 0px;
    background-color: #1f5f30;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}	
	
.modulo-97 .ver-mas:hover{
	background-color: #222;
	color: #ffffff;;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

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

#sucursales{

}

#sucursales .grande {
	font-size:18px;
	font-weight:300;
	line-height: 25px;
}

#sucursales pp{
	display:flex;
	margin-right: 50px;
}


@media (max-width:767px){


#sucursales .grande {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

}

#sucursales .box-color {
	position: relative;
	background-color: #fff;
	border-radius: 7px;
	padding-top:0px;
	overflow: hidden;
	margin: 0px 15px;
	margin-bottom:30px;
	box-shadow: 6px 9px 17px rgb(208 208 208 / 40%);
	border: 1px solid rgba(0, 0, 0, 0.05);
	width:100%;
	padding-bottom:30px;
	text-align: center;
}

#sucursales .box-color .titulo-tan {
	color: #121212;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#sucursales .box-color .descripcion {
color: #5c5c5c;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin-right: 25px;
    margin-left: 25px;
    position: relative;
    /* padding-left: 40px;*/
}

#sucursales .box-color .descripcion:after {
    /*content: '';*/
    width: 24px;
    height: 1px;
    background-color: #212121;
    position: absolute;
    top: 6px;
    left: 0px;
}

#sucursales .box-color .descripcion img {
	margin-right:6px;
}

#sucursales .box-color .ver-mapa{
    font-size: 11px;
    background-color: #ffeb3b;
    color: #121212;
    line-height: 14px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 700;
}

#sucursales .box-color .ver-m{
	margin: 25px;
	display: block;
	background-color: #103d81;
	border-radius: 50px;
	color: white;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
}

.btn-green-border {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #103d81;
    border: solid 2px #103d81;
    line-height: 31px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 25px;
    min-width: 122px;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: -1px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.carousel-tandil .owl-stage {
		display: flex;
	}
.carousel-tandil .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil .owl-item .item {
		display: flex;
		width:100%;
	}
	
.carousel-tandil_dos .owl-stage {
		display: flex;
	}
.carousel-tandil_dos .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel-tandil_dos .owl-item .item {
		display: flex;
		width:100%;
	}	


.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
    border: solid 2px #d7d7d7 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #49a142 !important;
    border: solid 2px #cddc39 !important;
}

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

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

#galeria {
	background-color:#fff;
}

#galeria p {
	line-height: 32px;
	padding-left:60px;
}


@media (max-width:767px){

#galeria p {
	font-size:15px;
	line-height: 26px;
	padding-left:0px;
}
}

.btn-ver-mas{
	font-size: 14px;
	border: solid 1px #1f5f30;
	background-color: #1f5f30;
	line-height: 18px;
	padding: 12px 50px;
	color: #ffffff;
	border-radius: 80px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-weight: 700;
}

.btn-ver-mas:hover{
    border: solid 1px #1c1c1c;
	background-color:#1c1c1c;
	color:#fff;
	    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/* ----- v CAN BE DELETED v ----- */

.btn-comun{
    background-color: #cf9d6c;
    color: white;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 30px;
    border-radius: 20px;
	margin-top:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.btn-comun:hover{
    background-color: #373737;
    color: white;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width:767px){

}

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

#fotos{
    background-color: #f9f9f9;
}


.modulo-galeria {
	position: relative;
}

.modulo-galeria h3{
    color: #1f5f30;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: -5px;
    font-size: 16px;
	line-height: 32px;
	max-height: 32px;
	overflow: hidden;
}

@media (max-width:767px){
.modulo-galeria h3{
	display: none;
}

}

.modulo-galeria p{
    margin-bottom: 0px;
}

.modulo-galeria .thumb {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}
.modulo-galeria .thumb a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    width: 100%;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}	
	
.modulo-galeria .thumb:hover a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}		



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


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

#ubicacion{
	/*background-color:#2b6b37;*/
	color:#FFFFFF;
	background-image:url(../img/ubicacion-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

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

#contact{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-bottom: 0px;
	background-image: url("../img/bg-empresa.png");
	color: #212121;
	position: relative;
	    padding-top: 125px;
}

#contact:after {
    content: '';
    width: 100%;
    height: 243px;
    /*background-image: url("../img/bg-line.png");*/
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media (max-width: 767px){
#contact{
	    padding-top: 30px;
}
	
#contact .logo{
	max-width: 220px;
}	
}

#contact .titulo-seccion{
	
}

#contact .uno {
	line-height: 32px;
	padding-left:60px;
}


@media (max-width:767px){

#contact .uno {
	font-size:15px;
	line-height: 26px;
	padding-left:0px;
}
	
#contact img{
    max-width: 300px;
}	
	
}


#contact .sub{
	font-weight:400;
	font-size:30px;
	color:#1c1c1c;
	line-height:44px;
}

#contact .yellow{
	color:#f9c726;
	font-weight:600;
	font-style:italic;
}



#contact .input-gris{
    font-size: small;
	background-color: #ffffff;
	border-color: #d3d3d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	border-radius: 2px;
}

#contact .card{
    background: rgb(0,144,125);
    background: linear-gradient(70deg, rgba(0,144,125,1) 0%, rgba(0,195,170,1) 50%);
    border: 0px;
	color:#FFFFFF;
}

#contact .card img{
	width:50px;
	margin-bottom:10px;
}

#contact .card .descripcion{
	font-size:18px;
	line-height:22px;
}

#contact .enviar{
    line-height: 18px;
    display: flex;
    padding: 5px 40px;
    float: left;
    margin-top: 10px;
    border: 0px;
    background-color: #1f5f30;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact .enviar:hover{
	background-color: #222;
	color: #ffffff;;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.enviar:active, .enviar.active, .enviar:focus, .enviar.focus, .enviar:active.focus, .enviar.active.focus{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	border:0px;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}


#contact ul.social-buttons-contacto li{
	padding-left:0px;
}

#contact ul.social-buttons-contacto li a {
	text-align: center;
	height: 44px;
	width: 44px;
	display: list-item;
	text-decoration: none;
	line-height: 44px;
	color: #1f5f30;
	border: solid 1px #dddddd;
	background-color: #ffffff;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50px;
	    box-shadow: 6px 9px 17px rgb(208 208 208 / 40%);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

#contact ul.social-buttons-contacto li a:hover {
	background-color: #1f5f30;
	color: #ffffff;
}

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

.modulo-cabecera  {
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:300px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:44px;
	color:#fff;
	text-transform:uppercase;
}

@media only screen and (max-width: 768px) {
.modulo-cabecera  {
    padding-top: 50px;
    margin-top: 42px;
}

.modulo-cabecera .titulo-cabecera  {
	font-size:24px;
	margin-bottom:0px;
}	
}



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

.seccion-tabs .panel {
    background-color: transparent;
}

.seccion-tabs .panel-heading {
  padding: 0;
	border:0;
}
.seccion-tabs .panel-title>a, .panel-title>a:active{
display: block;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.seccion-tabs .panel-heading .panel-title.collapsed a:before {
   font-family: 'Glyphicons Halflings';
	content: "\e081";
   float: right;
   transition: all 0.5s;
}


.seccion-tabs .panel-heading .panel-title a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e082";
   float: right;
   transition: all 0.5s;
}
.seccion-tabs .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
}

    .seccion-tabs .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .seccion-tabs .panel-title {
        font-size: 15px;
    }

    .seccion-tabs .panel-title > a {
	display: block;
	padding: 15px 15px;
	text-decoration: none;
	border: solid 1px rgb(199 199 199 / 51%);
	cursor: pointer;
	border-radius: 5px;
    }


    .seccion-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: transparent;
		
    }
	
	.seccion-tabs .panel-body p {
		/*color:white;*/
		line-height:26px;			
    }

.seccion-tabs .panel-body p .fa {
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 6px;
    color: #1e69dd;
    color: #8bc34a;
    font-size: 11px;
}

	.seccion-tabs .panel-body h4 {
		/*color:white;	*/		
    }

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