/* ----------- 
HOME SECTION
-------------*/

.home{
	min-height: 35vh;
	padding: 100px 0px 0px 0px;
	background: linear-gradient(to bottom, #6c1d45 , #8167a952), url("../../recursos/img/calendario/banner.png") center no-repeat;
    background-size: cover;
	border-radius: 0 0 200px 0;
	position: relative;
	z-index: 1;
	
}

.home-text h1{
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 20px;
	color: #fff;
}

.home-text p{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #fff;
	font-weight: 500;
	margin: 0;
}

.home .home-btn{
	margin-top: 30px;
}

/*Boton de video*/
.home .home-btn .video-play-btn{
	margin-left: 10px;
	height: 50px;
	width: 50px;
	padding: 0;
	font-size: 1.5rem;
	animation: pulse_01 2s ease infinite;
}

.home .home-btn .video-play-btn:hover{
	animation: none;
}

.home .home-btn .video-play-btn i{
	line-height: 30px;
}

.home-img img{
	max-width: 370px;
	width: 100%;
	border-radius: 32px;
	animation: bounceTop_01 3s ease infinite;
}

.home-img{
	position: relative;
}


/* Creamos el circulo*/
.home-img .circle{
	position: absolute;
	z-index: 1;
	height: 370px;
	width: 370px;
	border: 5px solid rgba(255, 255, 255, 0.055);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*
.home-img .circle::before{
	content: '';
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: rgba(129,103,169,.6);
	border-radius: 50%;
	left: 30px;
	top: 30px;
	transform-origin: 170px 170px;
	animation: spin_01 10s linear infinite;
}*/

/* Boton de home */

.btn-1{
	background-color: #8167a9;
	color: #fff;
	padding: 12px 30px;
	border: none;
	border-radius: 30px;
	transition: all 0.5s ease;
	/*-webkit-box-shadow: 0px 7px 22px -11px #000000; 
	box-shadow: 0px 7px 22px -11px #000000;*/
}

.btn-1:hover{
	color: burlywood;
	background-color: #55308a;
}

/* ------
Video PopUp
--------*/
.video-popup{
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1999;
	background-color: rgba(26, 53, 71, 0.692);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.video-popup.open{
	opacity: 2;
	visibility: visible;
}

.video-popup-inner{
	width: 100%;
	max-width: 900px;
	position: relative;
}

/*Aqui esta la equis de cierre de video*/
.video-popup .video-popup-close{
	position: absolute;
	right: 0;
	top: -30px;
	height: 30px;
	width: 30px;
	/*background-color: #000;*/
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
}

.video-popup .iframe-box{
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.video-popup #player-1{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*------------------
Responsive Secciones 
-------------------*/

@media (max-width: 991px){
	.home{
		min-height: 30vh;
		padding-top: 70px;
		border-radius: 0 0 200px 0;
		position: relative;
		z-index: 1;
		
	}


.effect-wrap .effect-1{
	left: 10%;
	top: 25%;
	font-size: 30px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 3rem;
}
.effect-wrap .effect-2{
	right: 10%;
	top: 30%;
	font-size: 20px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 7rem;
}
.effect-wrap .effect-3{
	left: 7%;
	top: 60%;
	font-size: 20px;
	color: #ffffff3a;
	animation: spin_01 9s linear infinite;
	font-size: 10rem;
}

	.home-img img{
		max-width: 270px;
		width: 100%;
		border-radius: 32px;
		animation: bounceTop_01 3s ease infinite;
	}

	.home-img .circle{
		height: 300px;
		width: 300px;
	}

	.home-img .circle::before{
		left: 19px;
		top: 19px;
		transform-origin: 142px 142px;
	}
	.home-text h1{
		font-size: 2rem;
	}
}

@media (max-width: 767px){
	.home{
		min-height: 10vh;
		padding-top: 170px;
		border-radius: 0 0 170px 0;
		position: relative;
		z-index: 1;
		
	}
	.home-text{
		margin-bottom: 50px;
	}
}

@media (max-width: 775px){
	.home-text h1{
		font-size: 1.5rem;
	}
	.home-text p{
		font-size: 1rem;
	}
}

/* Responsive iFrame */

/*
.responsive-iframe-container {
        position: absolute;
    top: 500px;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) 
        margin-top: 500px;
      }
      
      /* Then style the iframe to fit in the container div with full height and width 
      .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
      }

      */



/* Calendario */

#Iframe-Liason-Sheet {
    position: relative;
    max-width: 900px;
    max-height: 500px;
    overflow: hidden;
    /*border-color: #6c1d45;*/
    border-radius: 10px;
    margin: 120px;
}

     



  
   @media screen and (max-width: 1000px){
     
    #Iframe-Liason-Sheet {
      max-width: 600px;
      max-height: 500px;
      overflow: hidden;
      margin: 50px;
      /*border-color: #6c1d45*/
      z-index: 1;
     }
     }
  
   @media screen and (max-width: 600px){
     
  #Iframe-Liason-Sheet {
    max-width: 600px;
    max-height: 500px;
    overflow: hidden;
    max-width: 90%;
    /*border-color: #6c1d45;*/
    margin: 2rem;
    z-index: 1;
   }
   
   }
   /* inner wrapper: make responsive */
   .responsive-wrapper {
    position: relative;
    height: 0;  /* gets height from padding-bottom setting */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
   }
   .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    margin: 0;
    padding: 0;
    border: none;
   }
   /* padding-bottom = h/w as a % */
   /* Este es el margen de abajo*/
   .responsive-wrapper-wxh-550x2000 {
    padding-bottom: 200.6364%;
   }
   /*.iframe-border {
    border: 10px solid #000;
   }*/
   .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
   } 


