
/**
 * COPYRIGHT NOTICE
 * ZOOM Design SRL
 * This source code may not be redistibuted
 * without written consent from the above mentioned entity.
 * 
 * @author ZOOM <info@zoomdesign.com.ar>
 * @date 00/00/2024
 * @copyright 2024 | ZOOM Design SRL
 * @package sbox
 */
 
 
/* LAYOUT */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
}

#clear { clear: both;}
#blank { height: 30px;}
#space { height: 70px;}
a {text-decoration: none; color: #455560;}
blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
ol, ul, li { list-style: none;}
li {list-style: none;}
.left {float: left;}
.right {float: right;}
.justify { text-align: justify;}

/* SELECCION */

::selection {background:#ff9e16; color:#FFF;}
::-moz-selection {background:#ff9e16; color:#FFF;}
::-webkit-selection {background:#ff9e16; color:#FFF;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.caja-001 {
	position: relative;
	width: 980px;
	height: 100%;
	margin: auto;
	padding: 10px 20px 0px 20px;
	background-color: none;
	z-index: 99999;
}

.caja-002 {
	display: table-cell;
	background-image: url(../imagenes/layout/watermark.png);
	background-position:  left bottom;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 980px;
	max-width: 60%;
	min-width: 940px;
	height: auto;
	margin: auto;
	background-color: #FFF;
}

.contenedor {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	/*background-color: red;*/
}

.head {
	position: relative;
	width: 75%;
	max-width: 75%;
	min-width: 940px;
	margin: 0px auto;
	padding: 0px;
	background-color: none;
}

.box-idioma {
	position: relative;
	width: 65%;
	min-width: 980px;
	height: 35px;
	margin: 0px auto;
	padding: 0px;
	background-color: NONE;
}

.esp a {
	position: relative;
	display: block;
	float: right;
	background-image: url(../imagenes/layout/esp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 35px;
	height: 25px;
	margin: 10px 14px 0px 7px;
	padding: 0px;
}

.esp a:hover { filter: alpha(opacity=70); opacity: 0.70; }

.eng a {
	position: relative;
	display: block;
	float: right;
	background-image: url(../imagenes/layout/eng.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 35px;
	height: 25px;
	margin: 10px 7px 0px 7px;
	padding: 0px;
}

.eng a:hover { filter: alpha(opacity=70); opacity: 0.70; }

.por a {
	position: relative;
	display: block;
	float: right;
	background-image: url(../imagenes/layout/por.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 35px;
	height: 25px;
	margin: 10px 7px 0px 7px;
	padding: 0px;
}

.por a:hover { filter: alpha(opacity=70); opacity: 0.70; }

.logo {
	position: relative;
	background-image: url(../imagenes/layout/logo.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 400px;
	min-width: 400px;
	height: 145px;
	margin: auto;
	background-color: none;
}

.sombra {
	position: relative;
	background-image: url(../imagenes/layout/sombra.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 410px;
	height: 34px;
	top: 44px;
}

#box-01 {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 180px;
	margin: auto;
	padding: 0px;
	background-color: #FFF;
}

#box-02 { /*BASE BOTONES*/
	position: relative;
	background-color: #d87900;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 87px;
	margin: auto;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.border-right a {
	border-right: solid 1px #FFF;
}

.border-left a {
	border-left: solid 1px #FFF;
}

.boton-01  a {
	position: relative;
	float: left;
	display: block;
	width: 194px;
	margin: 0px 0px 0px 0px;
	padding: 34px 0px 30px 0px;
	background: rgb(255,158,21);
	background: linear-gradient(180deg, rgba(255,158,21,1) 25%, rgba(216,120,0,1) 100%);
	
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: 1.3em;
}

.boton-01  a:hover {
	position: relative;
	float: left;
	display: block;
	background: rgb(189,192,195);
	background: linear-gradient(180deg, rgba(189,192,195,1) 0%, rgba(108,115,122,1) 100%);
}

/*-------------------------------------*/

.boton-02  a {
	position: relative;
	float: left;
	display: block;
	width: 194px;
	margin: 0px 0px 0px 0px;
	padding: 34px 0px 30px 0px;
	background: rgb(255,158,21);
	background: linear-gradient(180deg, rgba(255,158,21,1) 25%, rgba(216,120,0,1) 100%);
	
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: 1.3em;
}

.boton-02  a:hover {
	position: relative;
	float: left;
	display: block;
	background: rgb(189,192,195);
	background: linear-gradient(180deg, rgba(189,192,195,1) 0%, rgba(108,115,122,1) 100%);
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#box-03 {
	position: relative;
	background-image: url(../imagenes/layout/pattern.png);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: inherit;
	width: 100%;
	max-width: 100%;
	min-width: 940px;
	height: 380px;
	margin: auto;
	background-color: #111820;
}

#nivo {
	position: relative;
	width: 977px;
	max-width: 977px;
	min-width: 977px;
	height: 380px;
	margin: auto;
}

#shadow {
	position: relative;
	background-image: url(../imagenes/layout/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 880px;
	max-width: 880px;
	min-width: 880px;
	height: 40px;
	margin: 0px auto;
}

.gold {
	position: relative;
	background-image: url(../imagenes/layout/gold.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 8px;
	margin: auto;
	padding: 0px 0px;	
}

#gold {
	position: relative;
	background-image: url(../imagenes/layout/gold.png);
	background-position: center;
	background-repeat: repeat-x;
	background-attachment: inherit;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 8px;
	margin: auto;
}

#box-05 {	/*FOOTER*/
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 980px;
	height: 200px;
	margin: auto;
	background: #f7a800;
}

#footer {
	position: relative;
	background-image: url(../imagenes/layout/waterdown.png);
	background-position: 18% center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 75%;
	max-width: 75%;
	min-width: 940px;
	height: 200px;
	margin: auto;
}

.contenido {
	position: relative;
	width: 85%;
	max-width: 85%;
	min-width: 940px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

.negative {
	position: relative;
	background-image: url(../imagenes/layout/negative.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 300px;
	height: 150px;
	margin: 25px auto;
}


.adress {
	position: relative;
	background-color: none;
	padding: 56px 40px;
	margin:auto;
	
	font-family: 'Mukta', sans-serif;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 17px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.3em;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*CONTENIDOS*/

.box-04 {
	position: relative;
	background-image: url(../imagenes/layout/watermark.png);
	background-position:  left bottom;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 60%;
	max-width: 60%;
	min-width: 900px;
	margin: auto;
	padding: 20px;
	background-color: #FFF;
	z-index: 99999;
}

.alt-01 { height:  670px;}
.alt-02 { height:  1090px;}
.alt-03 { height:  800px;}
.alt-04 { height:  970px;}
.alt-05 { height:  1170px;}
.alt-06 { height:  700px;}

.der {
	position: relative;
	width: 69%;
	padding: 10px;
	margin: 20px 60px auto auto;
}

.izq {
	position: relative;
	width: 21%;
	padding: 1%;
	margin: auto auto auto auto;
	border-right: 1px solid #EFF2F4;
	z-index: 9000;
	/*border: 1px solid orange;*/
}

#tab {
	position: relative;
	width: 100%;
	max-width: 80%;
	min-width: 460px;
	height: auto;
	margin-left: 60px;
	padding: 5px 0px 5px 15px;
	/*background-color: orange;*/
}

#titulo {
	position: relative;
	width: 100%;
	height: 46px;
	padding: 15px 0px;
	background: #111820;
	/*Border Radius*/
	border-radius: 0px 0px 0px 30px;
	-moz-border-radius: 0px 0px 30px 0px;
	-webkit-border-radius: 0px 0px 30px 0px;
}

#isotipo {
	position: relative;
	float: right;
	display: inline-block; 
	background-image: url(../imagenes/layout/isotipo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	width: 121px;
	height: 80px;
	margin: auto 12px auto auto;
}

.img-001 {position: relative; background-image: url(../imagenes/img/img-001.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-002 {position: relative; background-image: url(../imagenes/img/img-002.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-003 {position: relative; background-image: url(../imagenes/img/img-003.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-004 {position: relative; background-image: url(../imagenes/img/img-004.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-005 {position: relative; background-image: url(../imagenes/img/img-005.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-006 {position: relative; background-image: url(../imagenes/img/img-006.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-007 {position: relative; background-image: url(../imagenes/img/img-007.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-008 {position: relative; background-image: url(../imagenes/img/img-008.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-009 {position: relative; background-image: url(../imagenes/img/img-009.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-010 {position: relative; background-image: url(../imagenes/img/img-010.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-011 {position: relative; background-image: url(../imagenes/img/img-011.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-012 {position: relative; background-image: url(../imagenes/img/img-012.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-013 {position: relative; background-image: url(../imagenes/img/img-013.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}
.img-014 {position: relative; background-image: url(../imagenes/img/img-014.png); background-position: center; background-repeat: no-repeat; width: 46%; height: 175px; margin: 30px auto 0px auto; border: 6px solid #E4E9ED; filter: alpha(opacity=85); opacity: 0.85;}

#box-06 {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: auto;
	margin: auto;
	padding: 8px 0px;
	background-color: none;
}

#shadow-right {
	position: absolute;
	background-image: url(../imagenes/layout/shadow-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	width: 400px;
	height:	34px;
	right: 10px;
}

#divisor { 
	position: relative;
	clear: both;
	background-color: #BF311A;
	width: 100%;
	max-width: 100%;
	min-width: 640px;
	height: 1px;
	margin: 0px 0px 0px 0px;
	z-index: 6000;
}

#logo-crescent {
	position: relative;
	float: left;
	width: 180px;
	height: 100px;
	background-image: url(../imagenes/layout/logo-crescent.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	margin: auto;
	padding: auto;
	filter: alpha(opacity=80); opacity: 0.80;
}

#logo-pertix {
	position: relative;
	float: left;
	width: 180px;
	height: 100px;
	background-image: url(../imagenes/layout/logo-pertix.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	margin: auto;
	padding: auto;
	filter: alpha(opacity=80); opacity: 0.80;
}

#logo-aacc {
	position: relative;
	float: left;
	width: 180px;
	height: 100px;
	background-image: url(../imagenes/layout/logo-aacc.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	margin: auto;
	padding: auto;
	filter: alpha(opacity=80); opacity: 0.80;
}

#logo-zoom {
	position: relative;
	float: left;
	width: 180px;
	height: 100px;
	background-image: url(../imagenes/layout/logo-zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	margin: auto;
	padding: auto;
	filter: alpha(opacity=80); opacity: 0.80;
}

#box-socios {
	position: relative;
	float: right;
	width: auto;
	min-width: 30%;
	max-width: 69%;
	min-width: auto;
	height: auto;
	min-height: auto;
	margin: auto;
	padding: 0px 0px 0px 20px;
	border-left: 1px #c8cacd solid;
}

/* Formulario  --------------------------------------------------------------------------------------------------------------------------------------------------------*/

#box-form {
	position: relative;
	width: 80%;
	min-width: auto;
	height: auto;
	min-height: auto;
	margin: auto;
	padding: 0px;
}

#nombre-campos {
	position: relative;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #64747F;
	font-size: 18px;
	margin: 18px 0px 6px 0px;
	padding: 0px 0px;
	text-align: left;
	background-color: none;
}

#nombre-campos span{
	color: #ff9e15;
}

.campos {
	position: relative;
	width: 97%;
	height: 30px;
	margin: auto;
	padding: 5px 10px;
	border: solid 2px #C4CED4;
	filter: alpha(opacity=50); opacity: 0.50;
}

.mensaje {
	position: relative;
	display: block;
	float: left;
	width: 97%;
	min-width: 97%;
	max-width: 0px;
	height: 100px;
	min-height: 200px;
	max-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 5px;
	border: solid 2px #C4CED4;
	filter: alpha(opacity=50); opacity: 0.50;
}

textarea, input {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:  #000;
	border: 2px solid #C4CED4;
}

input, textarea { padding: 5px; }
input { height: 15px; }
input:focus { border: 2px solid #F6D28B; }
textarea:focus { border: 2px solid #F6D28B; }

.submitbtn {
	position: relative;
	display: block;
	width: 97%;
	height: 38px;
	padding: 5px;
	margin: 50px 0px 10px 0px;
}

.enviar {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 10px 80px;
	margin: 10px auto auto auto;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

	background: rgb(255,158,21);
	background: linear-gradient(180deg, rgba(255,158,21,1) 25%, rgba(216,120,0,1) 100%);

	font-family: 'Mukta', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	letter-spacing: 0.2em;
	text-transform: Uppercase;
	text-align: center;
	text-decoration: none;
	border: 5px solid #FFDDB3;
}

.enviar:hover {
	border: 5px solid #FFDDB3;
	filter: alpha(opacity=75); opacity: 0.85;
}

.enviar:active {
	border: 5px solid #FFDDB3;
	filter: alpha(opacity=75); opacity: 0.85;
}

.gracias {
	font-family: 'Mukta', sans-serif;
	text-align: center;
	font-weight: normal;
	text-transform: none;
	color: #95A2AB;
	font-size: 28px;
	line-height: 1.4em;
	margin-top: 50px;
}
.gracias span {
	font-weight: 400;
	text-align: center;
	color: #EEB211;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	color: #444a50;
	font-size: 1em;
	line-height: 1.6em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9e15;
	font-size: 1em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #444a50;
	font-size: 1em;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p a:link, p a:visited, p a:active {
	color: #5D6C77;
}

p a:hover {
	color: #95A2AB;
}

p span{
	font-weight: bold;
}

h1 {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #B89648;
	font-size: 20px;
	text-align: left;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

h2 {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #ff9e15;
	font-size: 20px;
	text-align: left;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #ff9e15;
}

h2 a:hover {
	color: #ffc57d;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444a50;
	font-size: 21px;
	text-align: left;
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3 span {
	color: #ff9e15;
	text-decoration: none;
}

h4 { /* Botones */
	font-family: 'Mukta', sans-serif;
	color: #ff9e15;
	font-weight: 400;
	font-size: 33px;
	text-transform: none;
	text-align: left;
	line-height: 1.9em;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin-right: 22px;
	z-index: 100;
}

h5 {
	font-family: 'Mukta', sans-serif;
	float: left;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	text-align: left;
	color: #FFF;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-left: 40px;
}

h6 {
	margin:-15px 0px 24px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #93989e;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.6em;
}