@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

*{
	padding:0px;
	margin:0px;
	font-family: 'Montserrat';
}
.white{
	color: #fff!important;
}
.blue{
	color: #174275;
}
.green{
	color: #279b84;
}
.back-blue{
	background-color: #174275;
}
.back-lightblue{
	background-color: #BDD7EF;
}
.back-gray{
	background-color: #f5f5f5;
}
.back-green{
	background-color: #279b84;
}
.bold{
	font-weight: 600;
}
.inf-padng{
	padding: 5% 0;
}
.cont-tit{
	padding-bottom: 10px;
}
.icon-tit{
	width: 72px;
	height: 72px;
	display: block;
	margin: auto;
}
.cont-tit h2{
	font-size: 2em;
	font-weight: 700;
	line-height: .7em;
}
.cont-tit span{
	color: #4b4b4b;
	font-size: 1.2em;
	font-weight: 500;
}
.cont-info ol{
	margin-left: 20px;
}
.cont-info ol li{
	font-weight: 300;
}
p{
	color: #4b4b4b;
	font-weight: 300;
}
.btn-au-green{
	width: 100%;
	position: relative;
	color: #279b84 !important;
	background-color: transparent;
}
.btn-au-green:before, .btn-au-green:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	transition: all 1s ease;
	border-radius: 5px;
	border: solid 2px;
	opacity: 0;
}
.btn-au-green:after{
	top: 0;
	left: 0;
	border-top-color: #279b84;
	border-left-color: #279b84;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.btn-au-green:before{
	bottom: 0;
	right: 0;
	border-right-color: #279b84;
	border-bottom-color: #279b84;
	border-top-color: transparent;
	border-left-color: transparent;
}
.btn-au-green:hover:after, .btn-au-green:hover:before{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.btn-au-blue{
	width: 45%;
	margin: auto;
	display: block;
	position: relative;
	color: #174275 !important;
	background-color: transparent;
}
.btn-au-blue:before, .btn-au-blue:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	transition: all 1s ease;
	border-radius: 5px;
	border: solid 2px;
	opacity: 0;
}
.btn-au-blue:after{
	top: 0;
	left: 0;
	border-top-color: #174275;
	border-left-color: #174275;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.btn-au-blue:before{
	bottom: 0;
	right: 0;
	border-right-color: #174275;
	border-bottom-color: #174275;
	border-top-color: transparent;
	border-left-color: transparent;
}
.btn-au-blue:hover:after, .btn-au-blue:hover:before{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.btn-au-red{
	width: 300px;
	display: block;
	margin: auto;
	padding: 10px 0px;
	color: #841521;
	/*background-color: #841521;*/
	text-align: center;
	position: relative;
}
.btn-au-red:after, .btn-au-red:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	transition: all 1s ease;
	border-radius: 5px;
	border: solid 2px;
	opacity: 0;
}
.btn-au-red:after{
	top: 0;
	left: 0;
	border-top-color: #841521;
	border-left-color: #841521;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.btn-au-red:before{
	bottom: 0;
	right: 0;
	border-right-color: #841521;
	border-bottom-color: #841521;
	border-top-color: transparent;
	border-left-color: transparent;
}
.btn-au-red:hover:after, .btn-au-red:hover:before{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.btn-au-red:hover{
	color: #fff;
	background-color: #841521;
	-o-transition-delay: .9s;
	-moz-transition-delay: .9s;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}
/*----cabecera----*/
.nav-au .img-logo{
	width: 65%;
}
#navbar-au .navbar-nav .nav-link{
	color: #fff;
}
#navbar-au .dropdown-menu{
	left: inherit;
	top: 80%;
	right: 0;
	border: 0px;
	border-radius: 5px 0px 5px 5px;
}
/*----index----*/
#carousel-au .carousel-caption{
	top: 35%;
    left: 10%;
    right: inherit;
    bottom: inherit;
    text-align: left;
}
#carousel-au .carousel-caption h1{
	font-size: 4.5em;
    font-weight: 600;
    line-height: .9em;	
}
#intro .cont-img{
	position: relative
}
#intro .cont-img img{
	position: absolute;
    top: -150px;
    left: -15px;
}
.cont-cslau .owl-stage-outer{
	width: 66% !important;
}
.cont-cslau .item{
	padding: 10px;
	margin: 0px 10px;
}
.cont-cslau .owl-nav{
	position: absolute;
    bottom: 45px;
    right: 0px;
}
.cont-cslau .owl-nav button.owl-prev, .cont-cslau .owl-nav button.owl-next{
	margin-left: 20px;
}
.cont-cslau .owl-nav span{
    font-size: 3em;
    color: #fff;
    padding: 20px 40px;
    position: relative;
}
.cont-cslau .owl-nav span:before, .cont-cslau .owl-nav span:after{
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
.cont-cslau .owl-nav span:after{
	bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.cont-cslau .owl-nav span:before{
	top: 0;
    left: 0;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cont-cslau .owl-nav span:hover:before, .cont-cslau .owl-nav span:hover:after{
	width: 100%;
    height: 100%;
}
/*.cont-cslau .owl-nav span:hover{
	border: 1px solid #fff;
}*/
.cont-inf-img{
	background-color: #fff;
    padding: 20px;
}
.cont-inf-img h3, .cont-inf-img p{
	text-align: center;
}
.cont-inf-img a{
	color: #fff;
}
.cont-360{
	width: 100%;
	height: 500px;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
}
.cont-360 .parallaxParent, .slider-int .parallaxParent{
	height: 100%;
	overflow: hidden;
}
.cont-360 .parallaxParent > *, .slider-int .parallaxParent > *{
	height: 200%;
	position: relative;
	top: -40%;
}
.cont-info-360{
	padding-top: 45%;
}
.cont-info-360 h2, .cont-cntc h2{
	font-size: 3em;
}
.cont-info-360 h2, .cont-info-360 p{
	text-align: center;
}
.table-cc p{
	margin-bottom: 0px;
}
.table-cc thead th{
	border: 2px solid #fff;
}
.table-cc thead p{
	font-weight: 600;
}
/*----paginas interiores----*/
.slider-int {
	width: 100%;
    height: 400px;
}
.cont-item{
	padding: 20px 0px;
}
.cont-ico{
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
}
.cont-ico-info{
	padding-top: 2%;
}
.more-info{
	background-color: #f0f0f0;
	padding: 20px 40px;
}
.more-info ol{
	list-style-type: circle;
	padding-left: 5%;
}
.more-info ol li{
	font-weight: 300;
}
.cont-price{
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
#ico1{
	background-image: url('../img/icon1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#ico2{
	background-image: url('../img/icon2.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#ico3{
	background-image: url('../img/icon3.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#ico4{
	background-image: url('../img/icon4.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#ico5{
	background-image: url('../img/icon5.png');
	background-size: cover;
	background-repeat: no-repeat;
}
#ico6{
	background-image: url('../img/icon6.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.gallery a img {
  width: 33%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/*.gallery a.big img {
  width: 40%;
}*/
.clear {
  clear: both;
  float: none;
  width: 100%;
}
/*----formularios----*/
.efct-hdn{
	display: none;
}
.efct-show{
	display: block;
}
#form_pucp, #form_public{
	position: relative;
}
.cls{
	position: absolute;
    top: -15px;
    right: -15px;
    padding: 5px 12px;
    color: #fff;
    background: #DCDCDC;
    border-radius: 50%;
    -o-transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    transition: .7s;
    border: 1px solid transparent;
}
.cls:hover{
	color: #fff;
	text-decoration: none;
	background: #841521;
	border: 1px solid #DCDCDC;
}
.cont-form{
	margin-top: 10px;
	padding: 10px;
}
.contact-form{
	border-radius: 10px;
	border: solid 1px #DCDCDC;
	padding: 10px 30px;
	background-color: #FAFAFA;
}
.contact-form h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
}
.contact-form legend{
	font-size: 1.2rem;
	font-weight: 700;
	padding-bottom: 10px;
	margin: 20px 0px;
	border-bottom: dashed 1px #ccc;
}
.contact-form label{
	font-size: 1rem;
	font-weight: 300;
}
/*----pie----*/
footer{
	background-color: #2d2d2d;
}
footer ul li a{
	font-size: 2em;
}
/*----media query----*/
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.navbar-toggler{
		border: solid 1px #fff;
	}
	.navbar-toggler i{
		color: #fff;
	}
	.navbar-brand{
		width: 80%;
	}
	.nav-au .img-logo{
		width: 90%;
	}
	#navbar-au .navbar-nav .nav-link{
		padding-left: 10px;
	}
	#navbar-au .dropdown-menu{
		border-radius: 0px 0px 5px 5px;
	}
	#intro .cont-img img{
		position: initial;
	}
	.cont-tit h2{
		line-height: 1em;
	}
	.cont-cslau .owl-stage-outer{
		width: 100% !important;
	}
	.cont-cslau .owl-nav{
		position: initial;
	}
	.cont-cslau .owl-nav button.owl-next{
		margin-left: 30%;
	}
	.cont-360{
		height: 145px;
	}
	.cont-360 .parallaxParent > *, .slider-int .parallaxParent > *{
		background-size: cover;
	}
	.cont-info-360 h2, .cont-cntc h2{
		font-size: 2em;
	}
	.gallery a img{
		width: 49%;
	}
	.slider-int{
		height: 200px;
	}
	.cont-info ul{
		display: block!important;
	}
	.parallaxParent div{
		background-size: cover!important;
		background-position: 52% -30px!important;
	}
	footer{
		text-align: center;
	}
	footer img{
		width: 60%;
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.navbar-toggler i{
		color: #fff;
	}
	.cont-cslau .owl-stage-outer{
		width: 100% !important;
	}
	.cont-cslau .owl-nav{
		position: initial;
	}
	.cont-cslau .owl-nav button.owl-next{
		margin-left: 30%;
	}
	.cont-cslau .owl-nav{
		position: initial;
	}
	.cont-cslau .owl-nav button.owl-next {
    	margin-left: 54%;
	}
	.cont-info ul{
		display: block!important;
	}
	.cont-360{
		height: 145px;
	}
	.cont-info-360 {
    	padding-top: 13%;
	}
	.cont-360 .parallaxParent > *, .slider-int .parallaxParent > *{
		background-size: cover;
	}
	.slider-int{
		height: 200px;
	}
	.cont-ico-info{
		font-size: 0.7rem;
	}
	.more-info, .more-info h3{
		font-size: 0.7rem;
	}
	.gallery a img{
		width: 32%;
	}
	footer .d-flex{
		display: block!important;
	}
}
/* iPhone 6, 7, & 8 (portrait) ----------- */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
	.navbar-toggler{
		border: solid 1px #fff;
	}
	.navbar-toggler i{
		color: #fff;
	}
	.navbar-brand{
		width: 80%;
	}
	.nav-au .img-logo{
		width: 90%;
	}
	#navbar-au .navbar-nav .nav-link{
		padding-left: 10px;
	}
	#navbar-au .dropdown-menu{
		border-radius: 0px 0px 5px 5px;
	}
	#intro .cont-img img{
		position: initial;
	}
	.cont-tit h2{
		line-height: 1em;
	}
	.cont-cslau .owl-stage-outer{
		width: 100% !important;
	}
	.cont-cslau .owl-nav{
		position: initial;
	}
	.cont-cslau .owl-nav button.owl-next{
		margin-left: 30%;
	}
	.cont-360{
		height: 145px;
	}
	.cont-360 .parallaxParent > *, .slider-int .parallaxParent > *{
		background-size: cover;
	}
	.cont-info-360 h2, .cont-cntc h2{
		font-size: 2em;
	}
	.gallery a img{
		width: 49%;
	}
	.slider-int{
		height: 200px;
	}
	.cont-info ul{
		display: block!important;
	}
	.parallaxParent div{
		background-size: cover!important;
		background-position: 52% -30px!important;
	}
	footer{
		text-align: center;
	}
	footer img{
		width: 60%;
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}	
}


.card-survey{
	position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: -200px;
}

.form-check-input{
	position: absolute !important;
	margin-top: 20px !important;
}

.form-check-label{
	margin-right: 0px;
}

.card-header{
	font-size: 20px;
}

.table thead th {
	border-bottom: none;
}
.table td, .table th {
	border-top: none;
}
.table td, .table th{
	padding: .25rem;
}
@media (min-width: 768px){
	.form-check-label{
		margin-right: 2px;
	}
	
}
@media screen and (max-width: 576px){
	.col-2{
		padding:0px;
	}
	.col-8{
		padding:0px;
	}
	.pregunta{
		font-size:9px;
	}
	
}
@media screen and (max-width: 667px){
	
	.pregunta{
		font-size:10px;
	}
	.form-check-label{
		margin-right: 2px;
	}
}



