/*
	Nombre del Tema: COACHING ZIMA
	CREADO : 18 de febrero del 2023
	ACTUALIZADO : 29 de abril del 2023
	Version: 3

*/

/*
	[Tabla de Contenidos]

	## Global
		-- Constantes
		-- Configuración de fuentes
		-- Padding/Margin

	## Header
		-- Middle Header

	## Footer
		-- Divisor Footer
		-- Footer Widget
		
	## Page Banner
	
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/*****************************************************
********************  ## Global **********************        
*****************************************************/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Variables/Constantes */
:root{
	--colorInstPrimary: #00284F;
    --colorInstPrimary2: #E51212;
    --colorInstPrimary3: #ffa600;
    --colorInstSecundary: #ffffff;
    --colorInstSecundary2: #000000;
    --colorInstSecundary3: #;
	--colorInstComplementary: #1B2023;
    --colorInstComplementary2: #FAFAFA;

    --colorPrimary: #E51212;
    --colorPrimary2: #15191c;
    --colorPrimary3: #ffa600;
    --colorSecundary: #00284F;
    --colorSecundary2: #1B2023;
    --colorSecundary3: #adadad;
}

.bg-color-primary{
	background-color: var(--colorInstPrimary);
}
.bg-color-primary2{
	background-color: var(--colorInstPrimary2);
}
.bg-colorInstComplementary2{
	background-color: var(--colorInstComplementary2);
}

@font-face {
	font-family: 'FuturaBold';
	src: url('fonts/futura-bold -webfont.ttf') format('truetype');
	font-style: bold;
	font-weight: 700;
  }

@font-face {
	font-family: 'FuturaEB';
	src: url('fonts/futura-extrablack-webfont.ttf') format('truetype');
	font-style: bold;
	font-weight: 700;
}

.font-instPrimary{
	font-family: Zurich, Helvetica, sans-serif;
}

.font-instPrimary2{
	font-family: Open sans, sans-serif;
}

.font-instSecundary{
	font-family: FuturaBold, sans-serif;
}
.font-instSecundary-1{
	font-family: FuturaEB, sans-serif;
}

.font-instSecundary2{
	font-family: Bahnschrift, sans-serif;
}

.text-colorInstPrimary1{
	color: var(--colorInstPrimary);
}
.text-colorInstPrimary2{
	color: var(--colorInstPrimary2);
}
.text-colorInstPrimary3{
	color: var(--colorInstPrimary3);
}
.text-colorInstSecundary{
	color: var(--colorInstSecundary);
}
.text-colorInstComplementary1{
	color: var(--colorInstComplementary);
}
.text-colorInstComplementary2{
	color: var(--colorInstComplementary2);
}

/* - Configuración de fuentes */

.text-line-height{
	line-height: 1;
}

.text-setting1{
	font-weight: 100;
	display: inline-block;
	padding: 0 40px;
	margin-top: 0px;
}

.text-setting2{
	font-weight: 800;
	display: inline-block;
	padding: 0 40px;
	margin-top: 0px;
}

.title-style1{
	font-size: 40px;
	font-weight: 900;
	margin-top: 8px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
.title-style2{
	font-weight: 800;
	text-transform: uppercase;
}
.subtitle-style1{
	font-weight: 100;
	line-height: 25px;
	display: inline-block;
	margin-top: 20px;
	padding: 0 40px;
}
.subtitle-style2{
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 20px;
}
.subtitle-style3{
	font-size: 30px;
	font-weight: 100;
	line-height: 25px;
	display: inline-block;
	margin-top: 20px;
	padding: 0 40px;
	letter-spacing: 1px;
}
.description-style1{
	font-weight: 400; 
}
.important-style1{
	text-align: justify;
}
.important-style2{
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	padding: 0 40px;
	letter-spacing: 2px;
	text-align: center;
}

.text-style2{
	text-align: center;
}


/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.margin-web{
	margin-left: 10%; 
	margin-right: 10%;
}
.margin-web-15{
	margin-left: 15%; 
	margin-right: 15%;
}

/*****************************************************
********************  ## Header **********************        
*****************************************************/
/* -- Middle Header */
.middle-header {
	padding: 35px 0;
	background-color: var(--colorPrimary); 
}
.banderas-responsive{
	margin-top: 1%;
}
.logo-responsive{
	height: 200px;
	margin-left: 20%;
}
.middle-header .phone {
	display: inline-block;
	text-align: center; 
	margin-bottom: 5px;
	margin-top: 5px;
    margin-left: 42px;
}
.middle-header .phone p {
	color: white;
	text-align: center; 
    font-weight: 800;
	margin-bottom: 0;
}

/*****************************************************
********************  ## Footer **********************        
*****************************************************/
.footer-main {
	background-color: var(--colorInstComplementary);
}

.logo-footer-center{
	margin-left: 22%;
    height: 250px; 
    padding-top: 35px;
}

/* -- Divisor footer */
.divisor-footer {
	background-color: var(--colorInstComplementary2);
	padding: 30px 0;
	text-align: center;
	margin-top: 72px;
}
.divisor-footer p {
	margin-bottom: 0;
	color: var(--colorInstPrimary2);
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
}

/* -- Footer Widget */
.footer-main .widget {
	padding-right: 60px;
	padding-bottom: 0;
	color: #888;
	background-color: transparent;
	margin-bottom: 0;
	border: none;
}
.footer-main .widget-about h3 {
	margin-bottom: 35px;
	margin-top: 0;
}
.footer-main .widget-about > p {
	margin-bottom: 0;
	line-height: 24px;
}
.footer-main .widget-about .time-schedule {
	padding-right: 45px;
	padding-top: 40px;
}
.footer-main .widget-about .time-schedule p { 
	padding-bottom: 10px;
	border-bottom: 1px solid #26292c;
	margin-bottom: 20px;
	line-height: 18px;
}
.footer-main .widget-about .time-schedule p span {  
	float: right;
}
.footer-main .widget-title {
	font-weight: bold;
	color: #ccc;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
	background-color: transparent;
	border-bottom: none;
}
.footer-main .widget-title:before { 
	content: "";
	width: 20px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: var(--colorPrimary);
}

/* -- Widget Links */
.widget-links {
	margin-top: 20px;
}
.widget-links ul {
	list-style: none;
	margin: 0 -10px;
	padding-left: 0;
}
.widget-links ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 23px;
	padding: 0 10px;
}
.widget-links ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	color: #888;
	letter-spacing: 0.5px;
}
.widget-links ul li a:before {
	content: "\f105";
	font-family:'FontAwesome';
	font-size: 14px;
	margin-right: 8px;
}

/* -- Widget Newsletter */
.footer-main .widget.widget-newsletter {
	padding-right: 0;
	margin-top: 20px;
}
.footer-main .widget-newsletter p {
	margin-bottom: 20px;
	line-height: 24px;
}
.footer-main .widget-newsletter .input-group {
	position: relative;
	padding-right: 80px;
	display: inline-block;
	width: 100%;
	margin-bottom: 34px;
}
.footer-main .widget-newsletter .input-group input {
	background-color: var(--colorInstComplementary2);
	border: 1px solid rgba(140,140,140,0.1);
	padding: 16px 15px;
	font-size: 13px;
	height: auto;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	line-height: 13px;
}
.footer-main .widget-newsletter .input-group span {
	position: absolute;
	right: 0;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.footer-main .widget-newsletter .input-group span button {
	height: 50px;
	width: 100%;
	background-color: var(--colorPrimary);
	border-radius: 0;
	border: none;
	font-size: 25px;
	color: #fff;
}
.footer-main .widget-newsletter .social h6 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.footer-main .widget-newsletter .social ul{
	padding-left: 0;
}
.footer-main .widget-newsletter .social li,
.footer-main .widget-newsletter .social li a {
	display: inline-block;
}
.footer-main .widget-newsletter .social li {
	margin: 0 5px;
}
.footer-main .widget-newsletter .social li:first-child {
	margin-left: 0;
}
.footer-main .widget-newsletter .social li a {
	width: 32px;
	height: 32px;
	border: 2px solid var(--colorPrimary);
	text-align: center;
	line-height: 28px;
	color: var(--colorPrimary);
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-main .widget-newsletter .social li a:hover { 
	background-color: #fff;
	color: var(--colorInstPrimary2);
}

/*****************************************************
*****************  ## Page Banner ********************        
*****************************************************/
/* -- min-width: 992 to max-width: 1200 */

/*****************************************************
******************  ## Responsive ********************        
*****************************************************/

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* -- Middle Header */
	.banderas-responsive{
		margin-top: 5%;
	}

    /* ## Footer */
	/* -- Footer Widget */
	.footer-main .widget {
		padding-right: 50px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Middle Header */
    .logo-responsive{
		margin-left: 10%;
	}
	.banderas-responsive{
		margin-top: 6%;
	}
	.middle-header .phone p {
		font-size: 12px;
        margin-left: 10px;
	}

    /* ## Footer */
	.logo-footer-center{
		margin-left: 44%;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
	/* -- Middle Header */
	.middle-header{
		text-align: center;
	}
    #banderas.row{
		margin-left: 5%;
		margin-right: 5%;
	}
    .logo-responsive{
		margin-left: 0%;
	}
    .middle-header .phone {
		margin-top: 20px;
        margin-left: 0px;
	}

    /* ## Footer */
	.logo-footer-center{
		margin-left: 40%;
	}
	/* -- Footer Widget */
	.footer-main .widget {
		margin-bottom: 30px;
	}
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
	/* -- Middle Header */
    .logo-responsive{
		margin-left: 0%;
	}

    /* ## Footer */
	.logo-footer-center{
		margin-left: 28%;
	}
	/* -- Footer Widget */
	.footer-main .widget-links ul li  {
		width: 100%;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	.divisor-footer {
		margin-bottom: 55px;
	}

	.text-style1 {
		width: 90%;
	}
}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

