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

@import url('https://fonts.googleapis.com/css?family=Marcellus');

.redes {}

.buscador {}

.top {}

.h3, h3 {
    font-size: 38px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
	
h2 {
	font-family: 'Signika', sans-serif;
	font-size:36px;}	
	
:focus {
outline: 0;
}
	

				



/********************************/
/*             MENU             */
/********************************/
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
.navbar-default .navbar-nav > li > a {
    color: #404040 !important;
}  
  
.navbar-nav {
    float: left;
/*    margin: 0 0 0 320px;*/
} 

.navbar {
    border-radius: 0px !important;
	margin-bottom: 0px !important;
}

/********************************/
/*             MENU             */
/********************************/



/********************************/
/*       Fade Bs-carousel       */
/********************************/

.texto_azul {
	font-size:16px;
	color:#275b79;
	text-transform:uppercase;
	text-decoration:none;}
	
.texto_blanco_ED {
	font-size:17px;
	color:#ffffff;
	text-decoration:none;}
	
.texto_blanco_ED a:hover {
	font-size:17px;
	color:#ffffff;
	text-decoration:none;
	border:0 !important}
		
	
.texto_azul a {
	color:#275b79;
	text-decoration:none;}
	
.texto_azul a:hover {
	color:#275b79;
	text-decoration:none;}		


.fade-carousel {
    position: relative;
    height: 480px;
}
.fade-carousel .carousel-inner .item {
    height: 480px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	font-family: 'Signika', sans-serif;
    position: absolute;
   
    z-index: 3;
    color: #fff;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 50px;    
    /*font-weight: bold;*/
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

.over_orange {
	position: absolute;
    width: 100%;
   
    z-index: 2;
    background-color: #ff9601;
	margin-top:398px;
	padding-top: 10px;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(imagenes/slide.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
} 



/********************************/
/*           FRANJA AZUL        */
/********************************/

.franja_azul {background-color:#016399; height:auto; padding: 20px 10px 10px;}




/********************************/
/*        FRANJA NARANJA        */
/********************************/

.franja_naranja {background-color:#ffa321; border-radius:5px; padding:30px 15px 10px 15px; margin:30px 0px 15px 0px; border:#cb7b0a 1px solid;}

.btn-warning {
    background-color: #ffa321;
    border-color: #fff;
    color: #fff;
}

.boton {margin-top:25px;}

.btn.btn-lg {
    padding: 10px 10px;
}

.foto_franja_naranja {}

.texto_blanco2 {
	font-family: 'Signika', sans-serif;
	font-size:36px;
	color:#FFF;
	text-decoration:none;}	
	
.texto_blanco3 {
	font-family: 'Signika', sans-serif;
	font-size:26px;
	color:#FFF;
	text-decoration:none;}



/********************************/
/*          ZONA MAPAS          */
/********************************/

.icono_palma {
	width:23px;
	height:27px;
	background-image:url(imagenes/icono_palma.png);
	margin-right:4px;
	margin-bottom:2px;
    display: inline-block;}
	
.zmapa1 {background-color:#dde7f3; padding:30px 15px 10px 15px; margin:15px 0px 20px 0px; border:#cfcfcf 1px solid;}

.zmapa2 {background-color:#dde7f3; border:#cfcfcf 1px solid; padding:30px 15px 30px 15px; margin-bottom:20px;}	

.texto_blanco4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;}
	
.texto_blanco4 a {
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco4 a:hover {
	color:#016399;
	text-decoration:none;}		
	
.texto_negro1 {
	font-family: 'Signika', sans-serif;
	font-size:36px;
	color:#000;
	text-decoration:none;}
	
.texto_negro1 a {
	color:#000;
	text-decoration:none;}
	
.texto_negro1 a:hover {
	color:#000;
	text-decoration:none;}			
	
.texto_negro2 {
	font-family: 'Signika', sans-serif;
	font-size:24px;
	color:#000;
	text-decoration:none;}		


.mapa1 {}

.espacio_btns {}

.btn_analisis {background-color:#04c1c3; padding:4px 8px;}

.btn_analisis2 {background-color:#04c1c3; padding:4px 8px;}

.btn_practicas {background-color:#04c1c3; padding:4px 8px; margin-top:20px;}

.espacio_arriba {}


/********************************/
/*          ZONA MORADA         */
/********************************/

.fondo1 {background-image:url(imagenes/fondo1.jpg); background-repeat:repeat-x repeat-y; height:auto; padding-top:20px;}

.texto_blanco1 {
	font-family: 'Signika', sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:center;}	
	
.texto_blanco1 a {
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco1 a:hover {
	color:#FFF;
	text-decoration:none;}			
	
	

/********************************/
/*        ZONA ANALISIS         */
/********************************/

.img-circle {
    border: 8px solid #f29b1f;
    border-radius: 50%;}
	
.texto_ref { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#747474; text-decoration:none;}	

.espacio_arriba2 {}


/********************************/
/*           ZONA AZUL          */
/********************************/

.fondo2 {background-image:url(imagenes/fondo2.jpg); background-repeat:repeat-x repeat-y; height:auto; padding-top:20px;}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 10px !important;
    transition: all 0.2s ease-in-out 0s;}

.texto_blanco5 {
	font-family: 'Signika', sans-serif;
	font-size:36px;
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco5 a {
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco5 a:hover {
	color:#FFF;
	text-decoration:none;}			
	
	
/********************************/
/*     ZONA CONTACTO BLANCO     */
/********************************/

.texto_negro3 {
	font-family: 'Signika', sans-serif;
	font-size:30px;
	color:#000;
	text-decoration:none;}	
	
.icono_mail {
	width:37px;
	height:37px;
	background-image:url(imagenes/icono_mail.png);
	margin-right:4px;
	margin-bottom:2px;
    display: inline-block;}	
	
	
/********************************/
/*        ZONA TURQUESA         */
/********************************/

.fondo3 {background-image:url(imagenes/fondo3.jpg); background-repeat:repeat-x repeat-y; height:auto; padding-top:20px;}

.texto_blanco6 {
	font-family: 'Signika', sans-serif;
	color:#FFF;
	text-decoration:none;
	text-align:center;}	
	
.texto_blanco6 a {
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco6 a:hover {
	color:#FFF;
	text-decoration:none;}			
	
.carousel {
   
    overflow: hidden;
}
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
.item:nth-child(1) {
  background: darkred;
}

.item:nth-child(2) {
  background: red;
}

.item:nth-child(3) {
  background: orange;
}	

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #04c1c3 !important;}
	
	ol, ul {
    margin-top: 0;
    margin-bottom: -5px !important;
}
	


/********************************/
/*          ICONOS CELAM        */
/********************************/

.serviceBox{
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid transparent;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.serviceBox:hover{
    border-bottom-color: #ff9601;
}
.serviceBox:after{
    content: "";
    position: absolute;
    bottom: 0px;
    border: 9px solid transparent;
    border-top-color: transparent;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}
.serviceBox:hover:after{
    border-top-color: #ff9601;
}
.serviceBox .service-icon{
    width: 83px;
    height: 83px;
    line-height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #ff9601;
    color: #7e828a;
    font-size: 50px;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
}
.serviceBox:hover .service-icon{
    background: #565656;
    color: #fff;
}
.serviceBox h4{
    font-size: 15px;
    line-height: 20px;
    font-family: sans-serif;
    margin: 10px 0;
    color: #565656;
	font-weight:bold;
}
.serviceBox p{
    font-size: 14px;
    color: #565656;
}

.titulo_celam {
	font-family: 'Marcellus', serif;
	font-size:48px;
	color:#000;
	text-decoration:none;}	
	
.celam {padding-top:30px; padding-bottom:30px;}	




/********************************/
/*          ICONOS REDES        */
/********************************/

.serviceBox2{
    padding: 10px 0;
    text-align: center;
    border-bottom: 3px solid transparent;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.serviceBox2:hover{
    border-bottom-color: #fff;
}
.serviceBox2:after{
    content: "";
    position: absolute;
    bottom: 0px;
    border: 9px solid transparent;
    border-top-color: transparent;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
}
.serviceBox2:hover:after{
    border-top-color: #fff;
}
.serviceBox2 .service-icon{
    width: 83px;
    height: 83px;
    line-height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    color: #7e828a;
    font-size: 50px;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
}
.serviceBox2:hover .service-icon{
    background: #fff;
    color: #fff;
}
.serviceBox2 h4{
    font-size: 15px;
    line-height: 20px;
    font-family: sans-serif;
    margin: 10px 0;
    color: #fff;
	font-weight:bold;
}
.serviceBox2 p{
    font-size: 14px;
    color: #565656;
}
	
.redes_bloque {padding-top:40px; padding-bottom:30px; background-color:#ff9601;}	
	
	
/********************************/
/*       PUBLICACIONES          */
/********************************/

.texto_blanco8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco8 a {
	color:#FFF;
	text-decoration:none;}	
	
.texto_blanco8 a:hover {
	color:#FFF;
	text-decoration:none;}		

.texto_blanco {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #FFF;}
	
.imagen_publi {
	vertical-align:middle;}	
	
.back_celeste {background-color:#dde7f3; height:255px; padding-top:20px; padding-bottom:20px;}	

.back_azul {background-color:#016399; padding-top:20px;}


/********************************/
/*              PIE             */
/********************************/

.texto_blanco7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;}
	
.texto_blanco7 a {color:#FFF;
	text-decoration:none;}
	
.texto_blanco7 a:hover {color:#ccc;
	text-decoration:none;}		
	
.pie {background-color:#565656; height:auto; padding-top:30px; padding-bottom:40px;}				





/********************************/
/*            CENTRO            */
/********************************/

.img-thumbnail_orange {
    background-color: #ffa321;
    border: 1px solid #eb971f;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 6px;
    transition: all 0.2s ease-in-out 0s;}
	
.img-thumbnail_turquesa {
    background-color: #04c1c3;
    border: 1px solid #05a3a5;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 6px;
    transition: all 0.2s ease-in-out 0s;}
	
.img-thumbnail_azul {
    background-color: #016399;
    border: 1px solid #025684;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 6px;
    transition: all 0.2s ease-in-out 0s;}
	
.img-thumbnail_morado {
    background-color: #9b6195;
    border: 1px solid #82517d;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 6px;
    transition: all 0.2s ease-in-out 0s;}			

#start { font-size: 1em; }
#started { font-size: 1em; }
#startedby { font-size: 1.2em; }
#visited { font-size: 1.2em; }
#visit { font-size: 1em; }
#comments { font-size: 1.2em; }
#comment { font-size: 1em; }
.post-title { font-size: 16px; text-decoration: none; color: #016399; }
.post-title:hover { text-decoration: none; color: #016399; }
























/********************************/
/*          Media Queries       */
/********************************/

/* XSmall devices (768px and down) */
@media (max-width: 767px) {  
.redes { margin-top:20px;}
.hero h1 { font-size: 50px; }
.buscador { margin-bottom:20px;}
.hero {top: 35%; left: 50%;}
.texto_azul {font-size:8px;}
.over_orange {height: 30px;}
.texto_blanco1 {font-size:20px;}
.boton {margin-bottom:10px;}
.foto_franja_naranja { margin-bottom:10px;}
.texto_blanco2 {font-size:18px; text-align:center;}
.texto_blanco3 {font-size:14px; text-align:center;}
.texto_blanco5 {font-size:18px;}
.texto_blanco6 { font-size:18px;}
.texto_negro1 {font-size:18px;}
.texto_negro2 {font-size:16px;}
.texto_negro3 {font-size:18px;}
.mapa1 { display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;}
.espacio_btns {margin-top:10px;}
.texto_blanco4 {font-size:10px;}
.zmapa1 {padding:30px 0px 20px 0px;}
.btn_analisis {width:190px;}
.btn_analisis2 {width:200px;}
.btn_practicas {width:200px;}
.espacio_arriba {margin-top:55px;}
.espacio_arriba2 {margin-top:0px;}
h2 {font-size:18px;}
.serviceBox{margin-bottom: 10px;}
.back_celeste {border-radius:5px 5px 0px 0px;}
.back_azul {border-radius:0px 0px 5px 5px; height:230px;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  
.redes { margin-top:20px;}
.nav { padding-left:100px;}
.buscador { margin-bottom:20px;}
.hero {top: 30%; left: 35%;}
.texto_azul {font-size:16px;}
.over_orange {height: 40px;}
.texto_blanco1 {font-size:17px;}
.boton {margin-bottom:10px;}
.foto_franja_naranja { margin-bottom:10px;}
.texto_blanco2 {text-align:center;}
.texto_blanco3 {text-align:center;}
.mapa1 { display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;}
.btn_analisis {width:230px;}
.btn_analisis2 {width:350px;}
.btn_practicas {width:355px;}
.espacio_arriba {margin-top:0px;}
.texto_blanco1 {font-size:20px;}
.texto_blanco6 { font-size:24px;}
.back_celeste {border-radius:5px 5px 0px 0px;}
.back_azul {border-radius:0px 0px 5px 5px; height:185px;}	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.redes { margin-top:55px;}
.buscador { margin-top:55px;}
.hero { width: 992px; } 
.top {height:140px;}
.nav { padding-left:220px;}
.hero {top: 25%; left: 35%;}
.texto_blanco2 {text-align:left;}
.texto_blanco3 {text-align:left;}
.zmapa_espacio {padding-left:20px;}
.mapa1 { float:right;}
.espacio_btns {margin-top:100px;}
.espacio_arriba2 {margin-top:30px;}	
.back_celeste {border-radius:5px 0px 0px 5px;}
.back_azul {border-radius:0px 5px 5px 0px; height:255px; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.redes { margin-top:70px;}
.buscador { margin-top:70px;}
.top {height:165px;}
.nav { padding-left:320px;}
.hero {top: 25%; left: 35%;}
.texto_blanco1 {font-size:26px;}
.mapa1 { float:right;}
.texto_blanco6 { font-size:29px;}
}