/* 
Developer: Juan Ignacio Cieri 
Developer URI: http://juancieri.com
*/

@charset "utf-8";

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* FONTS */
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.black {
    font-weight: 900;
}

/* COMMON */
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* header {
    position: relative;
    width: 100%;
    background: white;
    z-index: 2;
    padding: 20px;
} */
ul.social {
    list-style: none;
    padding: 0;
}
ul.social li {
    display: inline-block;
}
ul.social li.double {
    display: flex;
    justify-content: space-between;
    margin-top: 0rem;
}
.divisor {
    border-top: 6px solid #727272;
}

/* IMAGES */
#main-news img, .other-news img {
    width: 100%;
    transition: 0.5s;
}
#main-news img:hover, .other-news img:hover {
    opacity: 0.8;
}
#single #main-news #carousel-example-generic {
    margin-bottom: 20px;
}
#single #main-news img:hover {
    opacity: 1;
}

/* HEADER */
header ul.social li a {
    color: black;
    display: block;
    margin: 15px 0 0 4px;
}
/* @media (max-width: 390px) {
    header .left, header .right {
        float: none;
        text-align: center;
    }
    header {
        padding: 15px;
    }
} */

/* TITLE */
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
}
.title-background > div {
    height: 215px;
    background: rgba(0,0,0,.5);
}
h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 215px;
    margin: 0;
}
h3 {
    color: #727272;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0 30px 0;
}

/* ASIDE */
aside {
    border-bottom: 7px solid #727272;
    margin: 50px 0;
}
aside a.back {
    font-weight: 700;
    color: #727272;
    font-size: 20px;
}
aside a.back::before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    font-size: 25px;
}
aside a.back:hover {
    text-decoration: none;
    color: black;
}
aside .divider {
    display: block;
    height: 1px;
    border-top: 1px solid black;
    margin: 15px 0 20px 0;
}
aside form, #results form {
    position: relative;
}
aside form .btn {
    background: black;
    color: white;
    border-radius: 0px;
    font-size: 12px;
}
aside form .btn:hover {
    color: white;
}
aside form .search, #results form .search {
    position: absolute;
    top: 3px;
    right: 5px;
    color: #5d5d5d;
    transition: 0.5s;
}
aside form .search:hover, #results form .search:hover {
    color: black;
}
aside h5 {
    font-weight: 700;
    font-size: 20px;
    color: #727272;
    padding-bottom: 2px;
    margin: 20px 0 10px 0;
}
aside ul.filtrar {
    list-style: none;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
}
aside ul.filtrar li a {
    color: #5d5d5d;
    font-weight: 400;
    margin-bottom: 3px;
    display: inline-block;
}
aside ul.filtrar li:first-child a {
    margin-top: 10px
}
aside a.tuweb {
    display: inline-block;
    font-size: 20px;
    color: #727272;
    font-weight: 700;
    margin-bottom: 10px;
}
aside ul.social {
    text-align: center;
}
aside ul.social li a {
    display: block;
    color: black;
}
aside ul.metismenu {
    list-style: none;
    padding: 0;
}
aside ul.metismenu a {
    color: black;
    font-size: 15px;
    font-weight: 900;
}
aside ul.metismenu ul {
    list-style: none;
    padding: 0 0 0 15px;
}
aside ul.metismenu ul a {
    font-weight: 700;
    color: #5d5d5d;
}

aside ul.metismenu ul ul a {
    color: black;
    font-weight: 400;
}

/* NEWS */
#main-news a.thumb, .other-news a.thumb {
    display: block;
}
#main-news span.date {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
#main-news h2 {
    margin: 0 0 20px 0;
    color: black;
    font-weight: bold;
    font-size: 48px;
}
#main-news h2 a {
    color: black;
}
#main-news a.thumb {
    margin-bottom: 15px;
}
#main-news p {
    font-size: 16px;
}
#main-news .btn, .other-news .btn {
    border-radius: 0px;
    background: black;
    color: white;
    margin-top: 15px;
}
#main-news {
    border-bottom: 1px solid black;
    padding-bottom: 25px;
}
#single #main-news {
    border: 0px;
}
.other-news {
    margin-bottom: 30px;
}
.other-news:last-child {
    margin-bottom: 70px;
}
.other-news h4 a {
    color: black;
    font-size: 30px;
    font-weight: 700;
}
.other-news p {
    font-size: 16px;
	word-break: break-word;
}
.other-news a.thumb {
    margin-bottom: 10px;
}
.main-content h3 {
    font-weight: 400;
    font-size: 24px;
    color: black;
    clear: both;
}
#share {
    padding: 20px 0;
    border-bottom: 4px solid #727272;
}
#share .share-buttons ul, #share .etiquetas ul {
    list-style: none;
    padding: 0;
    position: relative;
}
#share .share-buttons {
    float: right;
	z-index: 3 !important;
}
#share .etiquetas {
	z-index: 1 !important;
}
#share .share-buttons ul li, #share .etiquetas ul li {
    display: inline-block;
}
#share .share-buttons ul span {
    background: black;
    color: white;
    font-size: 12px;
    padding: 8px 19px;
    display: inline-block;
    vertical-align: bottom;
}
#share .share-buttons ul li {
    min-width: 32px;
    height: 32px;
    text-align: center;
}
#share .share-buttons ul li a {
    display: block;
    padding-top: 5px;
    color: white;
}
#share .share-buttons ul li.facebook a {
    background: #3b5998;
}
#share .share-buttons ul li.twitter a {
    background: #55acee;
}
#share .share-buttons ul li.linkedin a {
    background: #00659d;
}
#share .etiquetas ul li {
    margin-right: 10px;
    font-weight: 700;
    color: black;
    font-size: 13px;
}
#share .etiquetas ul li a {
    color: #727272;
}
@media (max-width: 768px) {
    #share .etiquetas, #share .share-buttons {
        float: none;
        display: block;
        clear: both;
    }
}
#comments h5 {
    font-weight: 700;
    font-size: 20px;
    color: #727272;
    margin: 25px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted black;
}
.comments .item {
    border-bottom: 1px dotted black;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.comments .item > div {
    padding-left: 70px;
}
.comments .item .fa {
    position: absolute;
}
@media (max-width: 768px) {
    .comments .item .fa {
        position: relative;
        margin: 0 auto 15px auto;
    }
    .comments .item > div {
        padding-left: 0;
    }
}
.comments .item span {
    font-size: 13px;
	text-transform: uppercase;
}
.comments .item span span {
    font-size: 11px;
    border: none;
    margin: 0;
	text-transform: none;
}
.comments .row:last-child a {
    color: black;
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
}
#comments form h4 {
    font-weight: 700;
    color: #727272;
    font-size: 20px;
    margin-top: 10px;
}
#comments form .btn {
    padding-left: 70px;
    padding-right: 70px;
    margin: 0;
}
#prevnext {
    border-bottom: 4px solid #727272;
    padding: 20px 0;
}
#prevnext a {
    color: black;
}
#prevnext a.pull-left {
    margin-right: 10px;
}
#prevnext a.pull-right {
    margin-left: 10px;
}
#results #results-container p {
    font-size: 16px;
}
.paginador {
    margin-bottom: 30px;
}
.paginador li.active a {
    background: black;
}
.paginador li a {
    color: black;
}



/* ERROR */
#error .error {
    padding: 50px 0;
}
#error .error h1 {
    border: 8px solid black;
    color: black;
    font-size: 120px;
    max-width: 320px;
    padding: 40px 0;
    margin: 0 auto 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@media (max-width: 768px) {
    #error .error h1 {
        font-size: 70px;
        padding: 5px 0;
    }
}
#error .error h2 {
    font-size: 70px;
}
#error .error p {
    font-size: 22px;
}
#error .error .btn {
    background: black;
    color: white;
    margin: 30px 0 50px 0;
    padding: 10px 30px;
}



/* FOOTER */
footer {
    background: #343535;
    color: white;
}
footer a, footer .copyright a {
    color: white;
}
footer ul.social {
    padding: 10px 0;
    margin: 0;
}
footer ul.social li a {
    display: block;
    margin-left: 5px;
    color: #d3d3d3;
}


footer .copyright {
    background: black;
    padding: 10px 0;
    width: 100%;
}

/* RESPONSIVE DESIGN */

/* de 1200px a 992px */
@media (max-width: 1200px) {
	}
	
/* de 992px a 768px */
@media (max-width: 992px) {
	}
	
	/* de 768px a 0px */
@media (max-width: 768px) {
	}
	
/*¡¡Nuevos estilos!!*/
@font-face {
    font-family: 'Hijrnotes';
    src: url('../fonts/Hijrnotes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.title-background > div {
    height: 215px;
    background: rgba(0,0,0,0);
}

.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 225px 0px;
    background-size: cover;
}

p {
    margin: 0 0 -0px;
}



.social li p{color:#fff; font-size:15px;}
.social li a i{
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
    line-height: 1;
}
.social li a span {
    display: block; color: white;
}

.right ul {
    padding-right: 40px;
    margin-top: 15px;
    text-align: right;
}

footer {
    background: #FFA9BA;
    color: white;
}


.right .social2 li p{ margin: -10px; font-family:raleway;}
.right .social2 {
    margin-top: 20px;
    margin-right: 150px;
    border-left: 2px solid;
    padding-left: 120px;
}

header ul.social li a {
     color: white; 
    display: block; 
     margin: 0px 0 0 0px; 
}

.col-xs-12b{}

footer .copyright {
    background: #BEA2CC;
    padding: 10px 0;
    width: 100%;
	margin-top:0px;
	border-top: 5px solid;
}

img{max-width:100%; height:auto;}

.ent{
    color: #BEA2CC;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0 30px 0;
    width: 37%;
    padding: 10px;
}

h3{color: #BEA2CC;}

aside a.back::before {
   
    color: #BEA2CC;
}

aside .divider {
    display: block;
    height: 1px;
    border-top: 2px solid #BEA2CC;
    margin: 15px 0 20px 0;
}

input[type=search] {
    -webkit-appearance: none;
    border: 2px solid #BEA2CC;
	    border-radius: 0px;
}

aside h5 {
    font-weight: 700;
    font-size: 20px;
    color: #727272;
    
    padding-bottom: 2px;
    margin: 20px 0 10px 0;
}

.form-control {
    display: block;
    font-family: raleway;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #BEA2CC;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

aside form .btn {
    background: #BEA2CC;
    color: white;
    border-radius: 0px;
    font-size: 12px;
    padding: 6px 40px;
}

h5 i{color:#BEA2CC; margin-left: 125px;}

aside {
    border-bottom: 7px solid #BEA2CC;
    margin: 50px 0;
}

#main-news h2 a {
    color: #BEA2CC;
}

#main-news h2 {
    margin: 0 0 20px 0;
    color: #BEA2CC;
    font-weight: bold;
    font-size: 48px;
}

#share .share-buttons ul span {
    background: #BEA2CC;
    color: white;
    font-size: 12px;
    padding: 8px 19px;
    display: inline-block;
    vertical-align: bottom;
}

#share {
    padding: 20px 0;
    border-bottom: 4px solid #BEA2CC;
}

#prevnext {
    border-bottom: 4px solid #BEA2CC;
    padding: 20px 0;
}

#main-news .btn, .other-news .btn {
    border-radius: 0px;
    background: #BEA2CC;
    color: white;
    margin-top: 15px;
}

.other-news h4 a {
    color: #BEA2CC;
    font-size: 30px;
    font-weight: 700;
}

.divisor {
    border-top: 6px solid #BEA2CC;
}

.pull-left i{color:#BEA2CC;}

.pull-right i {color:#BEA2CC;}

#main-news {
    border-bottom: 1px solid #BEA2CC;
    padding-bottom: 25px;
}
.cleaner{clear:both;}
.maps{width:600px; height:450px;}
.contacto-form{float:left; width:63%; max-width:500px; height:500px;     margin: 20px 0px 110px 100px;}

/*.col-xs-12 {*/
    width: 50%;
}
.col-xs-12a {width:96%; margin-left:2%;}

textarea.form-control {
    height: auto;
    padding-bottom: 179px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	background:#BEA2CC;
}

.servicios h4 {
    color: #BEA2CC;
    border-bottom: 1px solid #BEA2CC;
    padding-bottom: 5px;
}

ul.social li {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.bord {
    border: 3px solid;
    padding: 5px;
}

.form-controla {
    display: block;
    width: 100%;
    height: 34px;
    /* padding: 6px 12px; */
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #BEA2CC;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#submit2 {
    color: white;
    font-family: raleway;
}
#submit {
    font-family: raleway;
}

.lado{margin-left:26px;}

.left {
    float: left;
    margin-top: 20px;
}
.bnt{width: 100%;}

.ok{font-size:30px; margin-top:50px;}

.cfr .row{
    margin-right: 0px; 
    margin-left: 0px; 
}

.affix {
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#main-news p {
    font-size: 16px;
    font-family: raleway;
	font-style:regular;
}

.servicios h4 {
    color: #BEA2CC;
    border-bottom: 1px solid #BEA2CC;
    padding-bottom: 5px;
    font-family: raleway;
    font-style: regular;
}

.datos-contacto p{font-family:raleway;}
.fot img{max-width:100%; height:auto;}
	/* de 750px a 0px */
	
.right .social2 {
    margin-top: 40px;
    margin-right: 200px;
    border-left: 2px solid;
    padding-left: 40px;
}	

footer ul.social li {
    display: block;
    margin-top: -10px;
    text-align: right;
}


.cfr .row {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 38px;
	}
.ww{color:white; margin-right: 3px; font-size: 1.2em;}

.cont {
    color: #C8A2CE;
    padding-left: 5px;
	font-size:1.4em;
}
.fot {
    padding: 40px;
    margin-top: 0px;
}

/* header {
    position: relative;
    width: 100%;

    height: 147px;
    background: #FFA9BA;
    z-index: 2;
    padding: 20px;
    margin-bottom: 2px;
} */
.affix-top{height:170px;}

	@media (max-width: 1200px) {
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 180px 0px;
	    background-size: contain;
	
}
}	

	@media (max-width: 1100px) {
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 150px 0px;
	    background-size: contain;
	
}
}

	@media (max-width: 1000px) {
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 120px 0px;
	    background-size: contain;
	
}
}

	
	@media (max-width: 900px) {
	
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 120px 0px;
	    background-size: contain;
	
}
.left {
    float: none;
    text-align: center;
    margin-top: 5px;
    margin-left: 0;
}	
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
.right .social2 {
    margin-top: 20px;
    margin-right: 230px;
    border-left: 2px solid;
    padding-left: 40px;
    /* padding-bottom: 70px; */
    margin-bottom: 40px;
}

ul.social li {
    display: block;
    margin-top: -37px;
    text-align: right;
}

	.right {
    float: none; 
    text-align: center;
}
/* header {
    height:auto;
} */
ul.social li.double {
	justify-content: space-evenly;
    align-content: flex-end;
}
ul.social li.double p {
    margin-left:1rem;
}
}
	
	@media (max-width: 800px) {
	
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 80px 0px;
	    background-size: contain;
	
}
	
@media (max-width: 750px) {
#main-news h2 a {
    color: #bea2cc;
    font-size: 30px;}
	


	.right ul {
    padding-right: 0px; 
    margin-top: 33px;
}
.right .social2 {
    margin-top: 20px;
    margin-right: 0px;
    border-left: 0px solid;
    padding-left: 0px;
}
.left {
    float: none; 
    margin-top: 20px;
    margin-left: 60px;
    text-align: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
}

	@media (max-width: 700px) {
	
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 40px 0px;
	    background-size: contain;
	
}
}

	@media (max-width: 600px) {
	
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 20px 0px;
	    background-size: contain;
	
}
.contacto-form iframe {
    width: 100%;
    height: 435px;
}
}
@media (max-width: 500px) {
.contacto-form {
    float: left; 
    width: 100%; 
    /* max-width: 500px; */
    /* height: 500px; */
    margin: 20px 0px 50px 0px;
}
.social li p {
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
}
.title-background {
    text-align: center;
    width: 100%;
    background: url(../img/background.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
    padding: 0px 0px;
	    background-size: contain;
	
}


}

@media (max-width: 400px) {
.right .social2 li p {
    margin: -10px;
    font-family: raleway;
    font-size: 15px;
}
.right .social2 {
    margin-top: 20px;
    margin-right: 80px;
    border-left: 0px solid;
    padding-left: 60px;
}
.left {
    float: none;
    margin-top: 20px;
    margin-left: 0px;
}
}
.affix-top{height:147px;}


