  /
*
PERSONALIZACIONES 91Ó°ÊÓ TEMPLATE
Created Date: 2019-08-15
**
**/

/****
* BOTON - PARA SECCION CAPACITACION 
****/
.button-orange{
	background-color:#4EC0DC;
	color:white !important;
}
.button-orange:active{
	background-color:#4EC0DC;
	color:blue !important;
}

/****
* AÃ‘ADIR ESPACIO ARRIBA DE SECCION EN LANDING PRINCIPAL 
****/
.pad_arriba_section {
	padding-top:80px !important;
}
/****
* AÃ‘ADIR ESPACIO ABAJO DE SECCION EN LANDING PRINCIPAL
****/
.pad_abajo_section {
	padding-bottom:50px !important;
}

/****
* BOTON CERRAR MODAL
****/
.close {
	padding:5px 5px 5px 8px;/*top right bottom left*/
	/*background-color: red;
	border:0px;*/
}

/****
* PARA ICONOS+ TEXTOS EN "OBJETIVOS" DE PAG. PRINCIPAL
****/
/*contenido bajo circulo*/
.objetivo-section-content{
    padding-top: 35px !important;
}

/*circulo de objetivos*/
.objetivo-circulo {
	height: 100px;
	width: 100px;
	background-color: #4EC0DC;/**/
	border-radius: 50%;
	display: block;
	border: 3px solid #4EC0DC;
	color: white;
}
.objetivo-circulo-b {
	height: 100px;
	width: 100px;
	/*background-color: #bbb;*/
	border-radius: 50%;
	display: block;
	border: 3px solid #4EC0DC;
	color:#4EC0DC;
}

/****
* PARA PAGINAS CAPACITACION (SSFF, SAP, BANNER)
****/

/*ROW DE ENCABEZADO DE CAPACITACION (SSFF, SAP, BANNER)*/
.capacitacion_main {
	padding-top: 50px;
	padding-bottom: 50px;
}

/*LISTADO VIDEOS + PDFS*/
.lista_tutorial_ol {
	list-style-type: lower-alpha;
	padding-left:20px;
	font-size:17px;
}

/****
* PARA MANIPULAR ALTURA VIDEO PRINCIPAL
****/
.video_altura {    
	max-height: 300px;
	height: 300px; 
	background-color:black; 
	text-align:center;
}

@media screen and (min-width: 480px)
{
    .video_altura {
		max-height: 400px;
		height: 400px; 
		background-color:black;
		text-align:center;
	}
}
@media screen and (min-width: 800px)
{
    .video_altura {
		max-height: 550px;
		height: 550px; 
		background-color:black;
		text-align:center;
	}
}

/****
* PARA MODIFICAR TEXTO COUNTING
****/

.counting .row .col-sm-6 p{
    
    font-size       : 18px;
    font-weight     : 300;
    letter-spacing  : 0px;
}

/****
* PARA MODAL FULL SCREEN - BOOTSTRAP 3
****/
/*
.modal-dialog 
  width: 90%;
  height: 90%; 
  padding: 0;
}

.modal-content {
  height: 100%;
  border-radius: 0;
}
*/

/****
* PARA ACORDEON - BOOTSTRAP 3
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
****/
#accordion {
	padding-top: 20px;
	padding-bottom: 20px;
}


.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}



/*------------------------------------------
    -   COPIA DE: WHO WE ARE  -
	- 	section-puce-1
	- 	section-puce-1-content
	
	NO USADO
--------------------------------------------*/
/*
.section-puce-1-content{
    padding-top         : 60px;
}
section.section-puce-1 .col-lg-12{
    margin-bottom       : 50px;
}
section.section-puce-1 .col-md-3 .fa{
    font-size           : 25px;
    color               : #3fc3dc;
    margin              : 0 auto;
    height              : 90px;
    width               : 90px;
    border-radius       : 50%;
    border              :2px solid #3fc3dc;
    line-height         : 80px;
    cursor              : pointer;
    -webkit-transition  : all  ease-in-out 0.35s;
    -moz-transition     : all  ease-in-out 0.35s;
    -o-transition       : all  ease-in-out 0.35s;
    -ms-transition      : all  ease-in-out 0.35s;
    transition          : all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
section.section-puce-1 .col-md-3 i:before{
    margin-left         : 0px;
    font-size           : 40px;
}


section.section-puce-1 .col-md-3 .fa:hover{
    
    background-color        : #3fc3dc;    
    color                   : #fff;
    border                  : 1px solid #e84711;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);  
}

.section-puce-1-content p{
    font-size               : 13px;
    padding-top             : 30px;
}
*/

/****
* PARA EVITAR EL SALTO DEL PRIMER TITULO CUANDO HACES SCROLL
****/
/*
.navbar-default {
	position: fixed;
	width: 100%;
}
*/

