/*######################################*/
/*RESET ################################*/
/*######################################*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0; 
	padding:0;
}



/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/

html {
	-webkit-font-smoothing: antialiased;
}

html>body {
	font-size: 16px;
}

p {
    font-size: 1em;
	line-height: 1.625em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {
    font-size: 1em;
	line-height: 1.625em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    
}

a:hover {
    text-decoration:none;
    opacity:0.6;
}

h1,h2,h3.h4,h5 {
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size:162.5%;
    line-height:1.3em;
    margin-bottom:1.1125em;
    font-weight:500;
}

h5 {
    font-size:75%;
    color:white;
    text-transform:uppercase;
    letter-spacing: 0.1em;
    line-height:1em;
    font-weight:300;
}

ul {
    list-style:none
}

li {
    margin-top:1.625em;

}

li a {
    display:inline;
}

hr {
    margin-top:4.568em;
    margin-bottom:4.568em;
}

.mt-2{
    margin-top: 20px;
}

.mb-2{
    margin-bottom: 20px;
}

.mt-5{
    margin-top: 50px;
}

.mb-5{
    margin-bottom: 50px;
}

/*######################################*/
/*PRELOADER ############################*/
/*######################################*/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
    width:100%;
    height:100%;
	background-color:#fff; 
    z-index:9999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Loading animation: */

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;


  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#logo_header, #counter_box, #slogan, #newsletter_form  {
    opacity:0;
-webkit-transition: opacity 700ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: opacity 700ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: opacity 700ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: opacity 700ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}



/*#######################################*/


/* Template styles */


/*######################################*/
/*HOME #################################*/
/*######################################*/




#home_content {
    text-align:center;
    position:relative;
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -390px;
    height:5em;
    width:780px;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px;
    z-index: 1000;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#logo img {
    width: 250px;
    height: auto;
}

#logo-uca {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
    z-index: 1000;
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#logo-uca img {
    width: 250px;
    height: auto;
}

#logo_header {
    margin-bottom:4.568em
}

.img-talleristas{
    width: 70%;
    display: block;
    margin: 0 auto
}

.info-confe{
    margin-bottom: 1rem;
    margin-top: 5rem;
}

.row:has(.info-confe) {
    justify-content: center;
}

.caja-conferencistas {
    text-align: center;
}
.caja-conferencistas h3{
    color: #283274;
    font-weight: bold;
}
.caja-conferencistas p {
    margin-bottom: 1rem;
}

.caja-conferencistas a{
    border: solid .125rem #e30412;
    padding: 0.76rem;
    border-radius: 5rem;
    cursor: pointer;
}
.caja-conferencistas p:nth-child(2){
   font-weight: bold;
}
.caja-conferencistas p:nth-child(3){
   margin-bottom: 2rem;
}
.title-confe h2{
    text-align: center;
    font-size: 2.50rem;
    font-weight: bold;
}

.subtitulo-panel {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #283274;
}

.modal-dialog{
    max-width: 1080px;
}

.modal-body img{
    width: 100%;
}

.modal-body p {
    margin-top: 1rem;
    font-size: 1rem;
}



/* Counter */

#counter_box {
    width:28.75em;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    border: solid 0.2em rgb(255 255 255);
    margin-bottom:4.568em;
}

.countdown {
    font-family: 'Open Sans', sans-serif;
    font-size:300%;
    color: #ffffff;
    text-transform:uppercase;
    font-weight:600;
    line-height:1.8em;
    padding-bottom:0.1em;
    background: #00000000;
}
.countdown strong{
    font-family: 'Open Sans', sans-serif;
    font-size:100%;
    color: #ffffff;
    text-transform:uppercase;
    font-weight:600;
    line-height:1.8em;
    padding-bottom:0.1em;
}

#slogan {
    color:#888888;
}
#slogan h3{
    font-weight: bold;
    letter-spacing: 10px;
}


/* Newsletter Form */

#newsletter_form {
    margin-top:2.4em;
    height: 3.25em;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    width:28.75em;
    position: relative;
    z-index:10;
}

.subscribe-input {
    float:left;
    padding-left: 1.2em;
    padding-top: 0.1em;
    width:21.875em;
    height: 3.25em;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    padding-top: 0.1em;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: 'Oxygen', sans-serif;
    font-weight:400;
    height: 3.25em;
    width: 6.875em;
    border:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color:white;
    outline: 0;
    
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}

#preview {
    width:28.75em;
    height: 3.25em;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25em;
    padding:1.1em;

    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

#preview p {
    margin:0;
    line-height:1em;
    font-weight:600;
    color: black;
}

/* Arrow */

#arrow {
    margin-top:2.4em;
    margin-left:auto;
    margin-right:auto;
    width:2.5em;
    height:2.5em;
    padding:0.55em;
    border-radius: 30px;
    
    
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    


}

#arrow:hover {
    cursor: pointer;
    width:3em;
    height:3em;
    margin-top: 2.15em;
}
#video_background{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.title-taller{
    margin-bottom: 5rem;
    text-align: center;
}
.logo{
    margin: 30px;
}

.txt-textos{
    display: flex;
    justify-content: center;
    align-items: center;
}

.caja-fechas img {
    width: 60%;
}
.caja-circulo img{
    width: 40%;
}
.caja-transform img{
    width: 100%;
    margin-top: 3rem;
}
.bg-img img {
    width: 100%;
}
.bg-img-landmark{
    width: 100%;
    background-image: url("../images/textura-roja.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-img-landmark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.bg-img-landmark .txt-land {
    position: relative;
    z-index: 1;
}
.alumnos-bg{
    width: 100%;
    background-image: url("../images/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}
.bg-color-land{
    background-color: #283274;
}
.cajas-centrados{
    display: flex;
    justify-content: center;
    align-items: center;
}
.txt-land{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem 0;
}
.txt-land h3{
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}
.txt-land p {
    color: #ffffff;
    font-size: 1.8rem;
    padding: 0px 4rem;
    text-align: center;
}

.txt-land2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem 0;
}

.txt-land2 p {
    color: #ffffff;
    font-size: 2.3rem;
    padding: 0px 4rem;
    text-align: center;
}

.logo-flechas{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-flechas img{
    width: 25%;
}
.txt-nueva-gen {
    color: #283274;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 0.8rem;
}

.txt-nueva-gen2 {
    color: #283274;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 2rem;
    letter-spacing: 0.8rem;
    padding: 3rem 0;
}

.frase-flechas {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 2rem 0;
    padding: 0 2rem;
}
.tx-transformando{
    margin-top: 2rem;
    text-align: center;
    color: #fff;
}
.bg-uca{
    background: linear-gradient(to right, #7ACBE6, #ABC6DA);
}
.bg-rojo-txt{
    background-image: url('../images/silocrees.png'), linear-gradient(to right, #CE3A2B, #D45434);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    height: 20vh;
}

.btn-white{
    font-size: 0.80rem;
    color: rgb(255, 0, 0);
    cursor: pointer;
    border: solid;
    padding: 1rem;
    border-radius: 5rem;
    text-decoration: none;
}

.orga-first{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.orga-first img{
    width: 45%;
    margin-top: 2rem;
}

.orga-first p{
    letter-spacing: 10px;
    color: #ffffff;
    margin-top: 3rem;
}

.orga-second{
    margin-top: 3rem;
}
.orga-second-title{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.orga-secondP p{
    color: #ffffff;
    margin-bottom: 2rem;
}
.orga-secondP p:nth-child(3){
    font-weight: bold;
}
.botones{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.botones a{
    color: #ffffff;
    border: solid 2px;
    padding: 0.313rem;
    border-radius: 3rem;
    width: 21%;
    text-align: center;
    margin: 0 30px;
    text-decoration: none;
}
.imagenes .imagenes-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imagenes .imagenes-1 img{
    width: 30%;
}
.imagenes .imagenes-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imagenes .imagenes-2 img{
    width: 22%;
}
.bg-footer{
    background-image: url('../images/textura-roja.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

.bg-footer > * {
    position: relative;
    z-index: 1;
}

.logo-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-footer a {
    text-align: center;
}
.logo-footer img {
    width: 50%;
    margin-bottom: 5rem;
}
.logo-uca-f{
    width: 100%;
}
.txt-footer p{
    text-align: center;
    color: #ffffff;
}
.info-footer{
    display: flex;
    align-items: center;
}
.txt-footer a{
    text-decoration: none;
}
.link-redes a{
    color: #fff;
    text-align: center;
}
.redes{
    text-align: center;
}
.link-redes span{
    color: #ffffff;
    font-size: 15px;
}
.info-taller{
    margin-top: 1rem;
    margin-bottom: 32px;
}
.info-taller h4{
    color: #f92f2f;
    font-weight: bold;
}
.info-taller p {
    color: #ffffff;
}

.owl-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 30rem;
}
.owl-nav button{
    background: white !important;
    font-size: 2rem !important;
    width: 2.5rem !important;
}
.item{
    margin-bottom: 5rem;
}
.item img {
    width: 100%;
}
/*######################################*/
/*CONTACT ##############################*/
/*######################################*/

#contact {
    position:relative;
    z-index:100;
    padding-top: 4.568em;
    padding-bottom: 4.568em;
}

.contact_info {
    margin-top: 1.625em;
    margin-bottom:0px;
}

#about {
    padding-right:3em;
}

#phone_icon {
    vertical-align:middle;
    width:1.5em;
    height:1.5em;
    margin-right:1em;
    margin-top:-0.1em;
}

#mail_icon {
    vertical-align:middle;
    width:1.5em;
    height:1.5em;
    margin-right:1em;
    margin-top:-0.1em;
}

/* Social icons */

#social_icons {
    text-align:center;
}

#social_icons li {
    display:inline;
    padding-left:0.4em;
    padding-right:0.4em;
    font-size: 2rem;
}

#fb_icon, #tw_icon, #in_icon, #g_icon, #pin_icon, #fli_icon {
    width:2.5em;
    height:2.5em;

    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#fb_icon:hover, #tw_icon:hover, #in_icon:hover, #g_icon:hover, #pin_icon:hover, #fli_icon:hover {
    cursor: pointer;
}

/* Arrow-back */

#arrow_back {
    margin-top:-2em;
    margin-left:auto;
    margin-right:auto;
    width:2.5em;
    height:2.5em;
    padding:0.5em;
    border-radius: 30px;
    
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#arrow_back:hover {
    cursor: pointer;
    width:3.1em;
    height:3.1em;
    margin-top:-2.1em;
}
.video-container{
position: fixed; 
bottom: 0px; 
right:0px; 
min-width: 100%; 
min-height: 100%; 
width:auto; 
height: auto;
z-index: -1000;
overflow: hidden; 
}

/*
.video-container::after{
     content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    opacity: .7;
}*/

.video-container video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* background: url(../images/poster.jpg) no-repeat; */
    background-size: cover;
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}
#home{
    background: url('../images/web-03.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#home img{
    margin: 30px;
}


