/*****************************************************************
BASE FONT
****************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600);
body,
.bf { font-family: 'Open Sans', sans-serif; }
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	witdh: 100%;
}
#container-page {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: relative;
}
#container-content {
	padding-bottom: 0;
	width: 100%;
	left: 0;
	min-height: 500px;  /*revisar CONTENIDO MINIMO*/
}
#container-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
}
/*SECTIONS*/
section.header{
	height:auto;
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #5d5d5d;
	position:relative;
}
.midPage{
	max-width:1200px;
	width:96%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
	position:relative;
	z-index:3;
}
section.header .logo{
	width:200px;
	height:146px;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
}
section.header .logo a{
	display:block;
	width:100%;
	height:100%;
}
section.header .sideRed{
	width:calc(100% - 200px);
	height:146px;
	background-image:url(../images/ban.png);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
}
section.header .red{
	position:absolute;
	right:0;
	top:0;
	height:146px;
	width:50%;
	background-color:#ff0000;
}
section.header .sideRed .wyd{
	width:300px;
	height:100%;
	overflow:hidden;
	float:right;
}
section.header .sideRed .wyd .logoW{
	background-image:url(../images/logWhite.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100px;
	height:100%;
	background-size:contain;
	float:left;
}
section.header .sideRed .wyd .sidelogo{
	width:calc(100% - 100px);
	height:100%;
	float:left;
}

section.header .sideRed .wyd .sidelogo p {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: 39px 0 0;
    width: 100%;
}
section.header .sideRed .wyd .sidelogo a{
	border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: 600;
    margin: 5px 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 48px;
	transition:all 300ms ease-in-out;
}
section.header .sideRed .wyd .sidelogo a:hover{
	background-color:#2D2D2D;
	color:#fff;
}

/*COVER*/
.cover{
	background-color: #00a6d8;
    border-radius: 14px;
    height: 400px;
    margin: 30px auto;
    max-width: 1200px;
    width: 95%;
}
.cover .sideCov{
	width:50%;
	height:400px;
	float:left;
	position:relative;
	display:table;
}
.cover .sideCov .papa{
	background-image: url("../images/pope.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 432px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
    width: 90%;
}
.cover .sideCov .cell{
	vertical-align:middle;
	height:100%;
	width:100%;
	display:table-cell;
}
.cover .sideCov .cell p{
	color: #fff;
    font-size: 62px;
    font-weight: 00;
    padding-left: 67px;
	text-transform:uppercase;
}
.cover .sideCov .cell p span{
	color:#ffbd05;
}
.cover .sideCov:nth-child(1){
	background-image:url(../images/map.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.flags{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#ff0000;
}
.flags .flagCont{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	-webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px 0;
}
.flags .flagCont .flag{
	height:70px;
	width:70px;
	margin:5px;
	float:left;
	border:1px solid #fff;
	text-decoration:none;
	display:block;
	border-radius:50%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.flags .flagCont .flag:nth-child(1){ background-image:url(../images/1.jpg); }
.flags .flagCont .flag:nth-child(2){ background-image:url(../images/2.jpg); }
.flags .flagCont .flag:nth-child(3){ background-image:url(../images/3.jpg); }
.flags .flagCont .flag:nth-child(4){ background-image:url(../images/4.jpg); }
.flags .flagCont .flag:nth-child(5){ background-image:url(../images/5.jpg); }
.flags .flagCont .flag:nth-child(6){ background-image:url(../images/6.jpg); }
.flags .flagCont .flag:nth-child(7){ background-image:url(../images/7.jpg); }
.flags .flagCont .flag:nth-child(8){ background-image:url(../images/8.jpg); }
.flags .flagCont .flag:nth-child(9){ background-image:url(../images/9.jpg); }
.flags .flagCont .flag:nth-child(10){ background-image:url(../images/10.jpg); }
.flags .flagCont .flag:nth-child(11){ background-image:url(../images/11.jpg); }
.flags .flagCont .flag:nth-child(12){ background-image:url(../images/12.jpg); }
.flags .flagCont .flag:nth-child(13){ background-image:url(../images/13.jpg); }
.flags .flagCont .flag:nth-child(14){ background-image:url(../images/14.jpg); }

.sede{
	background-image:url(../images/iglesia.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:400px;
	background-attachment:fixed;
}
.sede .midPage{
	height:100%;
}
.sede .cir{
	background-color: #69b3d6;
    border-radius: 50%;
    height: calc(300px - 20px);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: calc(300px - 20px);
}
.sede .cir p{
	color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 44px 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.sede .cir p span{
	color:#ffbd05;
}
.video{
	padding:30px 0;
	width:100%;
	height:auto;
	overflow:hidden;
	background-image:url(../images/bg.jpg);
}
.video .videoHere{
    height: 407px;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}
.covbg{
	height:auto;
	overflow:hidden;
	background-image:url(../images/bg.jpg);
	width:100%;
}
.cover .sideCov .cell p {
	margin:0;
}

.cover .sideCov .cell p.nameTeam {
    font-size: 34px;
	margin:0;
}
.cover .sideCov .cell a{
	color: #fff;
    display: block;
    float: none;
    font-size: 22px;
    padding-left: 67px;
    text-decoration: none;
	
}

.cover .sideCov .cell a:hover{
	text-decoration:underline;
}
.fotoTeam{
	border-radius:50%;
	width:300px;
	height:300px;
	background-color:#eee;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

@media only screen and (max-width: 1200px) {
.cover .sideCov .papa {
    background-size: cover;
}
}
@media only screen and (max-width: 650px) {
.cover .sideCov {
    float: none;
    height: 100px;
    width: 100%;
}
.cover {
    height: auto;
    overflow: hidden;
}

.cover .sideCov {
    height: 230px;
}
.fotoTeam {
    height: 200px;
    width: 200px;
}
.cover .sideCov .papa {
    background-size: contain;
    background-position: right center;
    background-size: contain;
    bottom: 0;
    height: 120%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 90%;
}

.sede .cir {
    background-color: #69b3d6;
    border-radius: 50%;
    height: calc(200px - 20px);
    padding: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: calc(200px - 20px);
}

.sede .cir p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    padding: 18px 8px 0;
    text-align: center;
    text-transform: uppercase;
}
}
@media only screen and (max-width: 780px) {

.video .videoHere {
    height: 49vw;
}
}
@media only screen and (max-width: 709px) {
.cover .sideCov .cell p {
    font-size: 34px;
    padding-left: 47px;
}
.cover .sideCov .cell a{
    padding-left: 47px;
}
}

@media only screen and (max-width: 424px) {
.cover .sideCov .cell p {
    font-size: 34px;
    padding: 0 20px;
    text-align: center;
}
.cover .sideCov .cell a{
    padding-left: 0;
	text-align:center;
}
}

@media only screen and (max-width: 643px) {
section.header .logo {
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 97px;
    margin-right: 10px;
    width: 150px;
}
section.header .sideRed {
    background-color: #ff0000;
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 97px;
    width: calc(100% - 160px);
}

section.header .sideRed .wyd .sidelogo p {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin: 12px 0 0;
    text-align: right;
    width: 100%;
}

section.header .sideRed .wyd .sidelogo a {
    float: right;
}
}

@media only screen and (max-width: 484px) {

section.header .sideRed .wyd .logoW {
	display:none;
}
section.header .sideRed .wyd .sidelogo {
    float: right;
}

section.header .logo {
    width: 92px;
}
section.header .sideRed {
    width: calc(100% - 102px);
}
}





/*****EXTRAS: PALOMA*****/



.bg{
	width:100% !important;
	height:100%;
	display:block;
	background-position:center center;
	background-size:cover;
}

#story-programma .bg{ background-image:url(../images/bg03.jpg); background-position:right top; }


.mainholder{
	margin:85px auto 0;
	width:900px;
	position:relative;
	z-index:1;
}

.holderlik{
	margin:20px auto 0;
	overflow:hidden;
	width:80px;
	height:95px;
}

h1,h2,h3,p{
	margin:0 0 6px;
}



.secc-uno,
.secc-dos{
	width:60%;
	height:100%;
	float:left;
}

.secc-dos{
	width:39%;
	overflow:hidden;
	height: 585px;
	padding: 108px 0 0;
}



.formInput,
.formSelect{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 0.6em;
    vertical-align: middle;
	font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 0.01em;
	float:left;
	color: #777;
	font: inherit;
	width: 300px;
	margin: 5px 0;
}

.formLabel{
	clear: both;
    float: left;
    font-size: 16px;
    padding-right: 20px;
    text-align: right;
    width: 157px;
	height:51px;
	line-height:51px;
}

.formLabel.longLabel{
	line-height:normal;
	height:80px;
}

.longInput{
	margin-top:20px;
}

.formLabellong{
	clear: both;
    float: left;
    font-size: 16px;
    padding-right: 20px;
    text-align: right;
    width: 157px;
	line-height: 51px
}

.formCheck {
    display: none;
}

.formCheck:checked + label span{
	background-position:right 3px;
}

.formCheck + label {
    clear: both;
    cursor: pointer;
    display: table;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 27px;
    position: relative;
}

.formCheck + label span {
    background-image:url(../images/check.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    height: 34px;
    left: -3px;
    position: absolute;
    top: 0;
    width: 26px;
}

.formTextArea{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 0.6em;
    vertical-align: middle;
	font-family: sans-serif;
    font-weight: 100;
    letter-spacing: 0.01em;
	float:left;
	color: #777;
	font: inherit;
	width: 300px;
	margin: 5px 0;
	font-family: "Open Sans",sans-serif;
}

.mainForm{
	margin-top:20px;
}


.send{
    -moz-user-select: none;
    background-color: #fff;
    border: 0 none rgba(0, 0, 0, 0);
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 5px 0 0 342px;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 134px;
}


.send:hover{
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.1));
}

.programma-div{
	width:calc(50% - 20px);
	height:100%;
	float:left;
}

.programma-div:nth-child(1){
	margin-right:10px;
}
.programma-div:nth-child(2){
	margin-left:10px;
}
.img-what{
	background-image: url("../images/what.png");
    background-position: center center;
    background-size: cover;
    height: 161px;
    position: absolute;
    right: 0;
    width: 561px;
    z-index: 1;
}

.img-what.start{
	top:0;
}


.img-what.end{
	bottom:-100px;
}


label.error {
    border-radius: 8px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin: 7px 0 0 15px;
    padding: 3px 15px 3px 35px;
    width: 300px;
	background:#7f0000 url(../images/iconalert.png) 8px center no-repeat;
}


.mensajeFin{
    left: 50%;
    margin: 0 0 0 -300px;
    position: absolute;
    text-align: center;
    top: 145px;
    width: 600px;
    z-index: 99;
}

.mensajeFin a{
	font-weight:bold;
	text-decoration:none;
	background:#1E6E43;
	color:#fff;
	padding:3px 15px;
	display:table;
	border-radius:4px;
	margin:15px auto;
}

.mensajeFin a:hover{
	background:#195545;
}