/*CSS Start*/
/* ================================================= FUENTES ================================================= */
@font-face {
    font-family: 'cuerpo';
    src: url('../font/montserrat-light-webfont.eot');
    src: url('../font/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/montserrat-light-webfont.woff2') format('woff2'),
        url('../font/montserrat-light-webfont.woff') format('woff'),
        url('../font/montserrat-light-webfont.ttf') format('truetype'),
        url('../font/montserrat-light-webfont.svg#cuerpo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titulos';
    src: url('../font/Montserrat-SemiBold.eot');
    src: url('../font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Montserrat-SemiBold.woff2') format('woff2'),
        url('../font/Montserrat-SemiBold.woff') format('woff'),
        url('../font/Montserrat-SemiBold.ttf') format('truetype'),
        url('../font/Montserrat-SemiBold.svg#titulos') format('svg');
    font-weight: normal;
    font-style: italic!important;
  }
  /* ================================================= FUENTES ================================================= */
p {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
p:nth-of-type(1){
	margin-top: 0 !important;
}
p:nth-last-of-type(1){
	margin-bottom: 0 !important;
}
ul{
	margin: 0px !important;
}
/* ================================================= GENERALES INICIO ================================================= */
.generalApp{
    position: relative;
}
.alignCenter{
    text-align: center;
}
.alignRight{
    text-align: right;
}
.alignLeft{
    text-align: left;
}
.full{
    float: left;
    width: 100%;
    height: auto;
}
.half{
    width: 50%;
    height: auto;
}
.desktop{
    display: inline-block;
}
.mobile{
    display: none;
}
.cuerpoTxt b,
.cuerpoTxt strong{
	font-weight: normal;
	font-family: 'titulos';
}
.cuerpoTxt {
  font-family: 'cuerpo', sans-serif!important;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.cuerpoTxt a{
	color: #98bf0e;
}
.titulos {
    font-family: 'titulos', sans-serif!important;
    font-size: 35px;
    line-height: 28px;
}
.titulos2 {
    font-family: 'titulos', sans-serif!important;
    font-size: 25px;
    line-height: 22px;
}
.titulospequenos{
    font-family: 'titulos', sans-serif!important;
    font-size: 18px;
	line-height: 18px;
  }
.title{
    color: #2b2b2b;
}
.title span{
    color: #ff0000;
}
.titleMod{
    font-family: 'Maven Pro', sans-serif!important;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
}
.datesMin{
    font-family: 'Maven Pro', sans-serif!important;
    font-size: 13px;
}
.btnMS{
    background: #98bf0e;
    padding: 12px 40px;
    font-family: 'titulos' !important;
	text-transform: uppercase;
    font-size: 12px;
    color: #fff!important;
    width: auto;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.mod{
    border-bottom: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    transition: all 0.3s ease 0s;
}
.mod:hover{
    box-shadow: 0px 0px 10px #afafaf;
}
.footer .blackFooter .contacto .segment a:hover,
.header .container .boxSocial .contSocial .itemSocial:hover,
.btnGoogle:hover, .btnFacebook:hover,
.btnTwitter:hover, .btnInstagram:hover,
.btnWhatsup:hover, .btnQl:hover,
.footer .blackFooter .blockOne .boxFull a:hover,
.footer .blackFooter .blockTwo a:hover,
.footer .blackFooter .blockTwo .contact a:hover,
.mod:hover, .content .secFriends .contFriend .logo:hover{
  transition: 0.3s;
}
.banner{
    z-index: 1;
    position: relative;
}
.modal a,
.modal a:active,
.modal a:visited,
.modal a:hover{
	color: #2b2b2b;
}
.modal a:hover{
	color: #98bf0e;
}
/* ================================================= GENERALES FIN ================================================= */

/* ================================================= HEADER ================================================= */

.header{
	width: 100%;
	height: auto;
    float: left;
    background-color: #333334;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}
.intpages{
    z-index: 90 !important;
}
.headerHome{
    background-color: transparent;
    position: absolute;
}
.menu{
	width: 100%;
	height: auto;
    display: block;
}
.header .boxLogo{
    width:auto;
    height: 80px;
	display: inline-block;
}
.header .boxLogo a{
    width: 100%;
    height: auto;
	float: left;
}
.header .boxLogo a img{
    max-width: 76px;
    width: 100%;
    height: auto;
    margin-top: 3px;
}
.header .boxNav{
    width: auto;
    height: auto;
	float: left;
    padding-top: 16px;
	display: inline-block;
}
.header .boxNav .nav{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.header .boxNav .nav .item,
.header .boxNav .nav a{
    color: #ffffff;
    display: inline-block;
    margin:10px 0 10px 1.3%;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    font-weight: bold;
}
.header .boxNav .nav a:first-child{
    margin:10px 0 10px 0;
}
.headerHome .boxNav .nav .item,
.headerHome .boxNav .nav a{
    color: #ffffff;
}
.header .boxNav .nav .item:hover p::after{
    content: "";
    display: block;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 5;
}
.boxSubmenu{
    width: 235px;
    height: auto;
    position: absolute;
    top: 24px;
    margin-left: 0 !important;
    padding: 0 !important;
    font-size: 13px;
	z-index: 100;
}
.boxSubmenu a:hover,
.boxSubmenu a:visited,
.boxSubmenu a:active,
.boxSubmenu a{
    width: 100%;
    color: #fff;
    background-color:#333334;
    padding: 8px 15px 8px 15px!important;
    margin: 0!important;
    text-align: left;
}
.boxSubmenu a:hover{
	background-color: gray;
}
#menuCac, #menuSeguridad, #menuConVec{
    left: -14px;
}
#menuCac, #menuSeguridad, #menuConVec{
    display: none;
}
#menuCac a, #menuSeguridad a, #menuConVec a{
    font-size: 13px;
}
#btnCac:hover #menuCac,
#btnSeguridad:hover #menuSeguridad,
#btnConVec:hover #menuConVec{
    display: block;
}
/* ================================================= HEADER ================================================= */

/* ================================================= MENU MOBIL ================================================= */
.header .boxNav .wrap-burger{
    vertical-align: middle;
    width: 100%;
    padding: 10px 0 3px;
    text-align: left;
}
.header .boxNav .wrap-burger .burger{

    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0 7px 7px;
    width: 45px;
}
.header .boxNav .wrap-burger .burger span {
    border-top: 3px solid #ffffff;
    float: left;
    margin-top: 6px;
    width: 100%;
}
.header .wrapNavMob{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 9;
    display: none;
}
.header .wrapNavMob a{
    color: #ffffff;
    background: #333334;
    text-align: left;
    padding: 11px 10px 0 10px;
    width: 100%;
    float: left;
    font-size: 15px;
}
.header .wrapNavMob a p{
    border-bottom: 2px solid #2e7415;
    padding-bottom: 10px;
}
.header .wrapNavMob a:nth-last-child(1) p{
    border-bottom: 0px solid #2e7415;
}
.header .wrapNavMob a:hover{
    color:#2e7415;
}
.header .wrapNavMob p img{
    float: right;
    width: 20px;
}
.header .wrapNavMob p img.active{
    transform: rotate(180deg);
    transition: 0.3s;
}
.header .wrapNavMob .bck{
    height: 100%;
    background-color: red;
}
#menuInterno1, #menuInterno2, #menuInterno3,
#menuInternob1, #menuInternob2, #menuInternob3{
    display: none;
}
#menuInterno1 a, #menuInterno2 a, #menuInterno3 a,
#menuInternob1 a, #menuInternob2 a, #menuInternob3 a{
    font-size: 13px;
}
/* ================================================= MENU MOBIL ================================================= */
/*======================BANNER INICIO=====================*/
.banner{
    float: left;
    width: 100%;
    height: auto;
    /*position: relative;
    margin-top: 50px;*/
}
.banner .carousel{
    height: 100%;
    background-color: gray;
}
.carousel-item{
    height: 585px;
}
.carousel-item:before{
	content: "";
    width: 100%;
    height: 24%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,0) 12%, rgba(51,51,52,1) 97%);
}
.carousel-item .container{
    vertical-align: middle;
    display: table;

    height: 100%;
}
.carousel-item .container .info{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px;
}
.carousel-item .container .info .titulo{
    font-size: 40px;
    color:#fff;
    width: 100%;
    text-shadow: 0px 0px 10px #000;
    height: auto;
    float: left;
}
.lineTitle{
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #BDCCE9;
    border-radius: 200px;
    position: relative;
    top: -30px;
}
.lineTitle2{
    background-color: #89BCA0;
}
.lineTitle3{
    background-color: #A491BC;
}
.carousel-item .container .info .titulo .lineTitle{
    top: -30px;
}
.carousel-item .container .info .subtitulo{
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    float: left;
    font-family: "cuerpo", sans-serif;
    letter-spacing: 0.5px;
}
.carousel-item .container .info .boxBtn{
    float: left;
    width: 100%;
    height: auto;
}
.carousel-item .container .info .boxBtn a{
    display: inline-block!important;
    width: auto!important;
}
.carousel-item img{
    display: none!important;
}
.carousel-indicators{
    /*bottom: -12px;*/
    z-index: 7;
    /*margin-left: 0;*/
}
.carousel-indicators li{
    background: transparent;
    height: 15px;
    border-radius: 100px;
    border: 2px solid #fff;
    max-width: 15px;
    margin-right: 5px;
    margin-left: 5px;
    /*left: -37%;
    top: 15px;*/
}
.carousel-indicators li.active{
    background: white;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    position: relative;
    top: 40px;
}
/*==============================BANNER FIN================================*/

/* ================================================= CONTENT ================================================= */
.content{
	width: 100%;
	height: auto;
    float: left;
    position: relative;
	background-color: white;
}
.content .boxContent .title{
    font-size: 35px;
}
.content .boxContent{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
}
/*.content img{
    position: absolute;
    top: -120px;
    left: -190px;
    z-index: -1;
    max-width: 700px;
    width: 100%;
}*/
.content .boxContent .titulos{
    position: relative;
    color: #525252;
    /*padding-bottom: 35px;*/
}
.content .titulos span{
    background-color: #ffffff;
    padding: 42px 15px;
    display: inline-block;
    position: relative;
    z-index: 6;
}
.content .contacto .titulos span{
	background-color: #f6f6f6 !important;
	padding: 27px 15px 0px;
}
.content.pageubicacion .titulos span,
.content.pageactualidad .titulos span{
	background-color: white;
	padding: 27px 15px 0px;
}
.content .titulos::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #a0a0a0;
    position: absolute;
    width: calc(100% - 30px);
    top: 50%;
    z-index: 5;
}
.content .contacto .titulos::after,
.content.pageubicacion .titulos::after,
.content.pageactualidad .titulos::after{
	top: 72%;
}
/*===========WIDGET===========*/
.weather-customize.weather-booked-vertical-one-prime,
.booked-vertical-prime .bwop-state{
    width: 100%!important;
    color: #fff!important;
}
.booked-vertical-prime{
    border-radius: 10px;
    background: #2896ed!important;
}
.booked-vertical-prime .booked-wzs-bwop-val,
.booked-vertical-prime .booked-bwop-today-extreme{
    justify-content: left!important;
}
.bwop-city, .booked-wzs-bwop-val,
.booked-vertical-prime .bwop-state{
    text-align: left !important;
}
.bwop-icon{
    position: absolute !important;
    right: 35px !important;
    top: 25px !important;
}
.bwop-city {
    font-weight: 600 !important;
    font-size: 21px !important;
    margin-bottom: 10px !important;
    margin-top: 4px !important;
}
.booked-vertical-prime .bwop-state {
	font-size: 17px !important;
}
.booked-vertical-prime .booked-bwop-number{
	    font: bold 52px/52px Arial, sans-serif !important;
}
.booked-vertical-prime .booked-bwop-number .plus {
    font-size: 20px !important;
}
.booked-wzs-bwop-dergee-val {
    font-size: 24px !important;
    font-weight: none !important;
    height: 6px !important;
    margin-top: -12px !important;
    margin-left: 27px !important;
}
.booked-vertical-prime .booked-wzs-bwop-dergee-name{
    font-size: 36px !important;
}
.booked-vertical-prime .booked-bwop-today-extreme{
    margin-bottom: 9px  !important;
}
/*===========WIDGET===========*/
/*=========CONOCENOS HOME INICIO==========*/
.conocenos, .actualida{
    background-color: #f6f6f6;
}
.conocenos .foto{
    height: 370px;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
    position: relative;
    z-index: 8;
}
/*=========CONOCENOS HOME FIN==========*/
.content.pageactualidad .contactualidad.interior{
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
}
.content.pageactualidad .contactualidad{
	background-color: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
}
.content .actualidadinicio .contactualidad{
	background-color: transparent;
	padding: 0px;
	border-radius: 0px;
}

.content .actualidadinicio .contactualidad .contfotoactualidad .foto{
	height: 390px;
    width: 100%;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.content .actualidadinicio .contactualidad .contfotominiatura{
	height: auto;
	width: 30%;
	float: left;
}
.content .actualidadinicio .contactualidad .contfotominiatura .fotominiatura{
	height: 150px;
    width: 100%;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.content .actualidadinicio .contactualidad .boxBtn a img{
	max-height: 19px;
	vertical-align: bottom;
}
.content .actualidadinicio .contactualidad .infominiatura{
	width: 67%;
	height: auto;
	float: left;
}
.content.pageactualidad .contactualidad .contfotoactualidad .fotointerior{
    height: 398px;
    background-color: gray;
    width: 100%;
	float: left;
}
.content.pageactualidad .contactualidad .contfotoactualidad .foto{
    height: 305px;
    background-color: gray;
    width: 100%;
	float: left;
}
.content .actualidadinicio .contactualidad .contfotominiatura .foto{
    height: 200px;
    background-color: gray;
    width: 100%;
	float: left;
}
.content.pageactualidad .contactualidad .cajaborde{
	float: left;
    width: 100%;
    border-top: 1px solid #bbb;
    padding-top: 9px;
}
.content.pageactualidad .contactualidad .cajaborde img{
    width: 40px;
    height: 40px;
    margin: 5px;
}
.content.pageactualidad .contactualidad .contbotonactualidad{
    width: 21%;
	height: auto;
	display: inline-block;
	background-color: #212529;
	border-radius: 20px;
}
.content.pageactualidad .contactualidad:hover .contbotonactualidad{
	background-color: #98bf0e;
}
.content.pageactualidad .contactualidad .contbotonactualidad .ver,
.content.pageactualidad .contactualidad .contbotonactualidad .ver,
.content.pageactualidad .contactualidad .contbotonactualidad .ver,
.content.pageactualidad .contactualidad .contbotonactualidad .ver{
	color: white;
    padding: 6px 0px;
    display: inline-block;
    font-family: 'titulos';
    font-size: 12px;
}
.content .titulos.actualidadtituloinicio span {
    padding: 42px 15px 24px;
}
.content .titulos::after.actualidadtituloinicio{
	top: 58%;
}
.noticiaS .foto{
    height: 135px;
    background-color: gray;
    border-radius: 5px;
}
.noticiaS .foto img{
    display: none;
}
.noticiaP .info,
.noticiaS .info{
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    z-index: 10;
    padding: 5px 20px;
}
.noticiaS .info{
    background-color: transparent;
    padding: 0 20px;
}
.contactualidad .info .fecha,
.noticiaS .info .fecha,
.contactualidad .fecha,
.noticiaS .fecha{
    color:#728E0B;
    text-transform: capitalize;
}
.contactualidad .info .titulo,
.noticiaS .info .titulo,
.actualidadinicio .info .titulo{
    color: #000;
    font-weight: bold;
    font-size: 19px;
    margin: 5px 0;
    line-height: 21px;
}
.actualidadinicio .infominiatura .titulo{
	color: #000;
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0;
    line-height: 21px;
}
.contactualidad .info .bajada,
.actualidadinicio .infominiatura .bajada,
.noticiaS .info .bajada{
    color: #333334;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.actualidad .info .bajada img,
.actualidad .info .bajada h1,
.actualidad .info .bajada h2,
.actualidad .info .bajada h3,
.actualidad .info .bajada h4,
.actualidad .info .bajada h5,
.actualidad .info .bajada h6,
.noticiasTodas .info .bajada img,
.noticiasTodas .info .bajada h1,
.noticiasTodas .info .bajada h2,
.noticiasTodas .info .bajada h3,
.noticiasTodas .info .bajada h4,
.noticiasTodas .info .bajada h5,
.actuanoticiasTodaslidad .info .bajada h6{
    display: none;
}
.noticiaS .info .boxBtn .btnMS2{
    color: #2364a7;
    margin-top: 10px;
    float: left;
}
.noticiaS .info .boxBtn .btnMS2 img{
    width: 28px;
    float: right;
    margin-left: 5px;
}
.actualidad .masNoticias{
    text-align: center;
}
.actualidad .masNoticias a{
    display: inline-block;
    font-size: 17px;
}
.boxClima{
    padding: 15px 0;
	background-color: white;
}

/*=========GENERAL OTRAS PAGINAS FIN  ==============================*/

/*=========================CONTENIDOS=====================================*/
.content.pagecac .container .foto,
.content.pageseguridad .container .foto,
.content.pageconvenios .container .foto{
    height: 488px;
	width: 100%;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.content.pageconvenios .country .fotocontenido,
.content.pageconvenios .hotel .fotocontenido,
.content.pageconvenios .sesamar .fotocontenido,
.content.pageconvenios .iglesia .fotocontenido,
.content.pageconvenios .minimarket .fotocontenido,
.content.pageconvenios .corredores .fotocontenido,
.content.pageconvenios .clinicaalemana .fotocontenido,
.content.pageconvenios .municipalidad .fotocontenido,
.content.pagecac .adheridos .container .foto{
	height: 270px;
	width: 100%;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.content .administraciongeneral,
.content .directorio,
.content .comision,
.content .asambleastitulo,
.content .adheridostitulo,
.content .normativatitulo,
.content .cenco,
.content .seguridad_2_titulo,
.content .alarmatitulo,
.content .iglesiatitulo,
.content .countrytitulo,
.content .hoteltitulo,
.content .sesamartitulo,
.content .minimarkettitulo,
.content .corredorestitulo,
.content .clinicaalemanatitulo,
.content .serviciosconveniostitulo,
.content .municipalidadtitulo{
	background-color: #f6f6f6;
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}
.content .asambleastitulo,
.content .adheridostitulo,
.content .normativatitulo,
.content .seguridad_2_titulo,
.content .alarmatitulo,
.content .countrytitulo,
.content .hoteltitulo,
.content .sesamartitulo,
.content .iglesiatitulo,
.content .minimarkettitulo,
.content .corredorestitulo,
.content .clinicaalemanatitulo,
.content .serviciosconveniostitulo,
.content .municipalidadtitulo{
	padding: 15px 0px 14px;
}
.content .container.contacto .formulario .contfotocontacto{
	height: auto;
	background-color: #f6f6f6;
}
.content .container.contacto .formulario .contfotocontacto .foto{
	height: 488px;
	float: left;
	width: 100%;
    background-color: gray;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.content .container.contacto .formulario .contfotocontacto .foto{
	height: 410px;
}
.content .cenco .container .galeriacenco{
	width: 100%;
	height: 147px;
	float: left;
}
.content .corredores .container .galeriacorredores{
	width: 100%;
	height: 245px;
	float: left;
}
.content .adheridos .container .titulospequenos{
	padding: 15px 15px 5px 15px;
}
.content .adheridos .container .cuerpoTxt.pres{
	padding: 0px 15px 15px 15px;
}
.content .adheridos .contadheridos{
	background-color: #f6f6f6;
	width: 100%;
	height: auto;
	float: left;
	border-radius: 5px;
}
.content .asambleas img,
.content .normativa img,
.content .seguridad_2 img,
.content .serviciosconvenios img,
.content .cenco .imgpdf{
	max-height: 80px;
}
.content .asambleas a .cuerpoTxt,
.content .asambleas a .cuerpoTxt:visited
.content .asambleas a .cuerpoTxt:hover,
.content .asambleas a .cuerpoTxt:active,
.content .normativa a .cuerpoTxt,
.content .normativa a .cuerpoTxt:visited
.content .normativa a .cuerpoTxt:hover,
.content .normativa a .cuerpoTxt:active,
.content .seguridad_2 a .cuerpoTxt,
.content .seguridad_2 a .cuerpoTxt:visited
.content .seguridad_2 a .cuerpoTxt:hover,
.content .seguridad_2 a .cuerpoTxt:active,
.content .serviciosconvenios a .cuerpoTxt,
.content .serviciosconvenios a .cuerpoTxt:visited
.content .serviciosconvenios a .cuerpoTxt:hover,
.content .serviciosconvenios a .cuerpoTxt:active,
.content .cenco a .cuerpoTxt,
.content .cenco a .cuerpoTxt:visited
.content .cenco a .cuerpoTxt:hover,
.content .cenco a .cuerpoTxt:active{
	color:black;
	text-decoration: none;
	cursor: pointer;
}
.content .administraciongeneral .container .foto,
.content .directorio .container .foto,
.content .comision .container .foto,
.content .seguridad .container .foto{
    background-color: gray;
	display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
}
.content .corredores .container .foto{
	background-color: white;
	display: inline-block;
    height: 190px;
    border-radius: 5px;
	padding: 23px;
}
.content .administraciongeneral,
.content .directorio,
.content .comision,
.content .asambleastitulo,
.content .asambleas,
.content .adheridostitulo,
.content .cenco,
.content .normativatitulo,
.content .normativa{
	display: block;
}
.content .comision .titulospequenos.full{
	color: #98bf0e;
	font-size: 20px;
}
.content.pageseguridad .telefonosemergencia,
.content .alarma .botonalarma,
.content .country .botoncountry,
.content .sesamar .botonsesamar,
.content .iglesia .botoniglesia,
.content .minimarket .botonminimarket,
.content .corredores .botoncorredores,
.content .clinicaalemana .botonclinicaalemana,
.content .municipalidad .botonmunicipalidad,
.content .directorio .botondir{
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	display: block;
}
.content.pageseguridad .telefonosemergencia .conttel{
	width: 60%;
	height: auto;
	display: inline-block;
	background-color: #f6f6f6;
	border-radius: 20px;
}
.content .alarma .botonalarma .contbotonalarma,
.content .country .botoncountry .contbotoncountry,
.content .sesamar .botonsesamar .contbotonsesamar,
.content .directorio .botondir .contbotondir,
.content .iglesia .botoniglesia .contbotoniglesia,
.content .minimarket .botonminimarket .contbotonminimarket,
.content .corredores .botoncorredores .contbotoncorredores,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad{
	width: 25%;
	height: auto;
	display: inline-block;
	background-color: #212529;
	border-radius: 20px;
}
.content .directorio .botondir .contbotondir{
	width: 40%;
}
.content .alarma .botonalarma .contbotonalarma a,
.content .alarma .botonalarma .contbotonalarma a:visited,
.content .alarma .botonalarma .contbotonalarma a:active,
.content .alarma .botonalarma .contbotonalarma a:hover,
.content .country .botoncountry .contbotoncountry a,
.content .country .botoncountry .contbotoncountry a:visited,
.content .country .botoncountry .contbotoncountry a:active,
.content .country .botoncountry .contbotoncountry a:hover,
.content .sesamar .botonsesamar .contbotonsesamar a,
.content .sesamar .botonsesamar .contbotonsesamar a:visited,
.content .sesamar .botonsesamar .contbotonsesamar a:active,
.content .sesamar .botonsesamar .contbotonsesamar a:hover,
.content .directorio .botondir .contbotondir a,
.content .directorio .botondir .contbotondir a:visited,
.content .directorio .botondir .contbotondir a:active,
.content .directorio .botondir .contbotondir a:hover,
.content .iglesia .botoniglesia .textboton,
.content .iglesia .botoniglesia .textboton:visited,
.content .iglesia .botoniglesia .textboton:active,
.content .iglesia .botoniglesia .textboton:hover,
.content .minimarket .botonminimarket .textboton,
.content .minimarket .botonminimarket .textboton:visited,
.content .minimarket .botonminimarket .textboton:active,
.content .minimarket .botonminimarket .textboton:hover,
.content .corredores .botoncorredores .contbotoncorredores a,
.content .corredores .botoncorredores .contbotoncorredores a:visited,
.content .corredores .botoncorredores .contbotoncorredores a:active,
.content .corredores .botoncorredores .contbotoncorredores a:hover,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana a,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana a:visited,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana a:active,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana a:hover,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad a,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad a:visited,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad a:active,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad a:hover,
.content .municipalidad .botonmunicipalidad a.contbotonmunicipalidad .textboton,
.content .municipalidad .botonmunicipalidad a.contbotonmunicipalidad .textboton:visited,
.content .municipalidad .botonmunicipalidad a.contbotonmunicipalidad .textboton:active,
.content .municipalidad .botonmunicipalidad a.contbotonmunicipalidad .textboton:hover{
	color: white;
	padding: 10px 0px;
    display: inline-block;
    font-family: 'titulos';
    font-size: 15px;
}
.content .minimarket .botonminimarket .contbotonminimarket img,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana img{
	max-height: 20px;
}
.content .minimarket .botonminimarket .contbotonminimarket:nth-child(1) img,
.content .iglesia .botoniglesia .contbotoniglesia img{
	max-height: 22px;
}
.content .minimarket .botonminimarket .contbotonminimarket a .cuerpoTxt{
    display: inline-block;
    font-family: 'titulos';
    font-size: 15px;
    color: white;
}
.content.pageseguridad .telefonosemergencia .conttel a:hover{
	color: #98bf0e;
}
.content .country .botoncountry .contbotoncountry:hover,
.content .sesamar .botonsesamar .contbotonsesamar:hover,
.content .directorio .botondir .contbotondir:hover,
.content .iglesia .botoniglesia .contbotoniglesia:hover,
.content .minimarket .botonminimarket .contbotonminimarket:hover,
.content .corredores .botoncorredores .contbotoncorredores:hover,
.content .clinicaalemana .botonclinicaalemana .contbotonclinicaalemana:hover,
.content .municipalidad .botonmunicipalidad .contbotonmunicipalidad:hover{
	background-color: #98bf0e;
}
.content.pageseguridad .telefonosemergencia a,
.content.pageseguridad .telefonosemergencia a:visited,
.content.pageseguridad .telefonosemergencia a:active,
.content.pageseguridad .telefonosemergencia a:hover{
	padding: 10px 7px;
    display: inline-block;
    font-family: 'titulos';
    font-size: 15px;
    color: black;
}
.button-container .btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.btn-link:focus, .btn-link:hover {
    color: #98bf0e;
    text-decoration: none;
    background-color: transparent;
}
.button-container .btn.focus, .button-container .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
	box-shadow: none;
}
.button-container .btn::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/mas.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.button-container .btn.show::after {
    background-image: url("../img/menos.png");
}
.card-header {
    padding: 3px 11px;
    margin-bottom: 0;
	border-bottom: 0px;
}
.card{
	margin-bottom: 7px;
}
.noticiaPage .foto{
    border-radius: 5px;
}
.noticiaPage .info{
    background-color: #f6f6f6;
    border-radius: 0;

    padding: 8px 20px 30px 20px;
}
.noticiaPage .info .bajada{
    font-weight: normal;
}
.paginador .items{
    text-align: center;
}
.paginador .items a{
    color: #98bf0e;
    border: 1px solid #f4f4f4;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 18px;
    width: 50px;
    display: inline-block;
}
.paginador .items a:hover, .paginador .items a.active{
    background-color: #98bf0e;
    border: 1px solid #98bf0e!important;
    color: #ffffff!important;
}
.contSidebar .section{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
}
.contSidebar .section:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.contSidebar .section:nth-child(2),
.contSidebar .section:nth-child(3){
    padding-top: 10px;
}
.contSidebar .section .titulos2,
.contSidebar .titulos2{
    font-size: 18px;
    padding-bottom: 10px;
}
.contSidebar form{
    position: relative;
	border: solid 1px #dbdbdb;
	border-radius: 5px;
}
.contSidebar .icon-lupe {
    border: none;
    background-color: transparent;
    background-image: url(../img/lupa.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    color: transparent;
    padding: 0;
    top: 5px;
    right: 15px;
}
.contSidebar .section .meses a{
    color: #000;
    padding-top: 2px;
    padding-bottom: 2px;
}
.contSidebar .section .meses a:hover{
    color: #98bf0e;
}
.contSidebar .section .meses a:first-child{
    padding-top: 0;
}
.contSidebar .section .meses a:last-child{
    padding-bottom: 0;
}
.contSidebar .section .datos{
    font-size: 12px;
}
.contSidebar .section .datos span{
    padding: 1px 0;
}
.contSidebar .section .datos span{
    padding: 1px 0;
}
/*=====================CONTENIDOS=============================*/

/*=========NOTIICAS INTERNA INICIO==========*/
.noticiaInterna .noticiaCuerpo img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
    margin: 20px 0;
}
.noticiaInterna .tags .titulos2{
    font-size: 20px;
    margin-bottom: 15px;
}
.noticiaInterna .tags .full span{
    background-color: #f6f6f6;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 5px;
    margin-right: 10px;
}
.contSidebar2 .titulos2{
    border-bottom: 2px solid #000;
}
.contSidebar2 .noticiaS{
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}
.contSidebar2 .noticiaS:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.contSidebar2 .noticiaS .foto{
    height: 100px;
}
/*=========NOTIICAS INTERNA PAGINAS FIN============================*/

/*======================COMO LLEGAR INICIO=============================*/

.pageubicacion .ubicacion .row .titulosMin{
    font-size: 15px;
}
.pageubicacion .ubicacion .map{
    background-color: gray;
    border-radius: 10px;
    height: 340px;
    box-shadow: 0px 0px 10px #bdbdbd;
    display: table;
}
.pageubicacion .ubicacion .map .boxDate{
    display: table-cell;
    vertical-align: middle;
}
.pageubicacion .ubicacion .appLLegar .titulos2{
    text-align: center;
}
.pageubicacion .ubicacion .mapaubicacion,
.pageubicacion .ubicacion .mapaubicacion:active,
.pageubicacion .ubicacion .mapaubicacion:visited,
.pageubicacion .ubicacion .mapaubicacion:hover{
	color: transparent;
}
.pageubicacion .ubicacion .mapaubicacion iframe{
	width: 100%;
	height: 513px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #bdbdbd;
	border: none;
}
.pageubicacion .ubicacion  .titulos2{
	font-size: 18px;
}
.pageubicacion .ubicacion .datosdireccion img{
	max-height: 20px;
	margin-bottom: 5px;
}
.pageubicacion .ubicacion .contbuscador{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px #bdbdbd solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.pageubicacion .ubicacion .datosdireccion{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f6f6f6;
    border-radius: 20px;
	padding: 8px;
}
.pageubicacion .ubicacion .datosdireccion a,
.pageubicacion .ubicacion .datosdireccion a:visited,
.pageubicacion .ubicacion .datosdireccion a:active,
.pageubicacion .ubicacion .datosdireccion a:hover,
.pageubicacion .ubicacion .administ a,
.pageubicacion .ubicacion .administ a:visited,
.pageubicacion .ubicacion .administ a:active,
.pageubicacion .ubicacion .administ a:hover{
	color: #212529;
}
.pageubicacion .ubicacion .datosdireccion a:hover{
	color: #98bf0e;
}
.pageubicacion .ubicacion .boxlistadocondominios{
	position: relative;
    height: 423px;
    overflow: auto;
	padding-top: 9px;
	padding-left: 3px;
	border: solid 1px #bdbdbd;
    border-radius: 5px;
}
.pageubicacion .ubicacion .boxlistadocondominios a img{
	max-height: 20px;
	display: inline-block;
	width: auto;
	height: auto;
}
.pageubicacion .ubicacion .boxlistadocondominios a .titulo{
	display: inline-block;
	width: auto;
	height: auto;
	color: black;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0.1px;
}
.pageubicacion .ubicacion .boxlistadocondominios a:hover .titulo{
	color:#98bf0e;
}
.pageubicacion .ubicacion .titulos2{
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	line-height: 15px;
}
/*======================COMO LLEGAR FIN=============================*/
/*======================CONTACTO INICIO=============================*/
.content .container.contacto{
	background-color: #f6f6f6;
}
 .formulario .boxInput{
     float: left;
     width: 100%;
     height: auto;
 }
.formulario .boxInput{
     margin-bottom:20px;
 }
.formulario .boxInput:nth-child(1),
.formulario.boxInput:nth-child(2){
     width: 100%;
 }
 .formulario .boxInput .packInput{
     display: inline-block;
     width: 100%;
     height: auto;
 }
.formulario .boxInput .packInput.mensaje .inputMS{
	min-height: 130px;
}
 .inputMS{
     display: inline-block;
     width: 100%;
     color: #525252;
     padding: 7px;
     border-radius: 5px;
     font-family: 'cuerpo';
     background-color: white;
     border: none;
     font-size: 18px;
 }
 #mensaje{
     height: 192px;
 }
 .inputMS:-webkit-input-placeholder {
   color: #BDBDBD;
   opacity: 1;
 }
 .inputMS-moz-placeholder {
   /* Firefox 18- */
   color: #BDBDBD;
   opacity: 1;
 }
 .inputMS:-moz-placeholder {
   /* Firefox 19+ */
   color: #525252;
   opacity: 1;
 }
 .inputMS-ms-input-placeholder {
   color: #525252;
   opacity: 1;
 }
.formulario .boxEnviar{
     float: left;
     width: 100%;
     height: auto;
     text-align: right;
 }
 .formulario .boxInput .packInput .campRequerido{
     float: left;
     width: 100%;
     display: none;
     height: auto;
     color: #ff0000;
     text-align: left;
 }
.formulario .half .contMessage {
     float: left;
     height: auto;
     margin-top: 30px;
     width: 100%;
 }
 .formulario .half .contMessage .succesMessage {
     border: 2px solid #43a53c;
     display: table;
     height: 85px;
     width: 100%;
 }
.formulario .half .contMessage .succesMessage .icon {
     background: #43a53c;
     display: table-cell;
     height: auto;
     padding: 10px;
     vertical-align: middle;
     width: 20%;
 }
.formulario .half .contMessage .succesMessage .icon img {
     width: 30px;
 }
 .formulario .half .contMessage .succesMessage .info {
     color: #2b2b2b;
     display: table-cell;
     height: auto;
     padding: 20px;
     text-align: left;
     width: 80%;
 }
.formulario .half .contMessage .succesMessage .info b {
     color: #43a53c;
     float: left;
     font-size: 16px;
     width: 100%;
 }
.formulario .half .contMessage .errorMessage {
     border: 2px solid #ff0000 ;
     display: table;
     height: 85px;
     width: 100%;
 }
.formulario .half .contMessage .errorMessage .icon {
     background: #ff0000 ;
     display: table-cell;
     height: auto;
     padding: 10px;
     vertical-align: middle;
     width: 20%;
 }
.formulario .half .contMessage .errorMessage .icon img {
     width: 30px;
 }
.formulario .half .contMessage .errorMessage .info {
     color: #2b2b2b;
     display: table-cell;
     height: auto;
     padding: 20px;
     text-align: left;
     width: 80%;
 }
.formulario .half .contMessage .errorMessage .info b {
     color: #ff0000 ;
     float: left;
     font-size: 16px;
     width: 100%;
 }
.contDates{
    float: left;
    width: 100%;
    height: auto;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}
.contDates .item{
    float: left;
    width: 50%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
}
.contDates .item a{
    display: inline-block;
    width: auto;
    color: #525252;
}
.wrapBtn{
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin-top: 13px;
}

/*======================CONTACTO FIN=============================*/

/* ================================================= CONTENT HOME ================================================= */

.footer .copy img{
    width: 40px;
    display: inline-block;
    height: auto;
    margin-left: 15px;
}

/* ================================================= FOOTER ================================================= */
.footer{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.footer .footerMS{
    float: left;
    width: 100%;
    height: auto;
    background-image: url("../img/footer-marbella.jpg");
    background-position: center center;
    background-size: cover;
}
.footer .footerMS .full{
    padding: 30px 0;
	width: auto;
}
.footer .footerMS .container .half{
    width: 50%;
    height: 250px;
    float: left;
    text-align: center;
    padding-top: 38px;
}
.footer .footerMS .container .title{
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    color: #fff!important;
}
.wrapsocial{
    float: left;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.wrapsocial a{
    display: inline-block;
}
.wrapsocial img{
    max-height: 52px;
    display: inline-block;
    margin-bottom: 13px;
}
.wrapsocial:nth-last-child(1) a img{
    max-height: 41px;
	margin-top: 10px;
}
/*HOVER*/
.footer .footerMS .container .half .wrapLink .itemSocial:hover{
    border: 1px solid #c90380;
}
.footer .copy{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    text-align: right;
    color: #fff;
    font-size: 13px;
    background-color: #333334;
}
.footer .copy img{
    width: 40px;
    display: inline-block;
    height: auto;
    margin-left: 15px;
}
/* ================================================= FOOTER ================================================= */

/*=============LIGHTBOX==================*/
#lg-download, #lg-share{
    display: none;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
    font-family: 'titulos';
}

@media (min-width: 991px) and (max-width: 1199px)  {
    .sidebarcondominios .boxlistadocondominios {
        height: 350px !important;
    }
}

/*CSS End*/
