/* RESET */
html, body { margin:12px; padding:0; }

/* FONT */
@font-face {
    font-family: myPlayfairDisplaySC;
    src: url(/fuentes/PlayfairDisplaySC-Regular.ttf);
}


body {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#363842;
}

#header{
    width:100%;               
    height:47px;  /* MODERNIZED */
	background:#363842;
    /*border-bottom: 4px solid #284907;
    border-left: 4px solid #284907;
    border-right: 4px solid #284907;*/
}

#footer {
	width:100%;               
    height:80px;  /* MODERNIZED */
    font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
    /*font-weight: bold;*/
    color: #FFF;
    background-color:#5B832F;
    /*border-left: 4px solid #284907;
    border-right: 4px solid #284907;*/
}

#container{
	width:100%;                 /* MODERNIZED */
	max-width:1400px;           
	margin:0 auto;
	background-color:#FFF;
}
/********************************************************/
/* GLOBAL NAV */
/********************************************************/
#globalnav{
	display:block;
	height:39px;
	width:100%;
	font-size:11px;
	font-weight:bold;
	background:url('/assets/common/bgOFF.gif') repeat-x top left;
	/*border-top:4px solid #284907;*/
    border-bottom:4px solid #284907;
}

#globalnav ul{ margin:0; padding:0; list-style:none; }
#globalnav ul li{ float:right; }
#globalnav ul li a{
	display:block;
	color:#666;
	padding:11px 24px 0 24px;
	height:23px;
	background:url('/assets/common/bgDIVIDER.gif') no-repeat top right;
}

#globalnav ul li a:hover,
#globalnav ul li a.current{
	color:#5B832F;
	background:#fff url('/assets/common/bgON.gif') no-repeat top right;
}

/********************************************************/
/********************************************************/

/* Modern Banner Replacement */
#main-bannergral {
    width: 100%;
    height: 200px;
}

.banner-text-wrapper{
    display:block;
    width:80%;
}

#main-banner-features-T{
    top:6px;
    font-family:myPlayfairDisplaySC;
   	font-size:50px;
	color:#FFF;
	position:relative;
    margin-left: 10%;
    margin-bottom:-10px;
}

#main-banner-features-antum{
    
    left:30px;
    top:-38px;
	font-family:myPlayfairDisplaySC;
	font-size:38px;
	color:#FFF;
    position:relative;
    margin-left: 10%;
	margin-bottom:-10px;
}

#main-banner-features-reg{
    top:-68px;
	left:175px;
    font-family:Arial;
	font-size:18px;
	color:#FFF;
	position:relative;
    margin-left: 10%;
    margin-bottom:-10px;
}

#main-banner-features-GIE{
	font-family:"Times New Roman";
	font-size:28px;
	color:#FFF;
	margin-top:-30px;
    width:520px;
    margin-left:15%;
}

#main-banner-features-infoindexgral{
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	margin-top:12px;
	width:520px;
    margin-left: 15%;
	text-align:justify;
}
/* ==============================================
              SECCIÓN PLANES
============================================== */

#planes{
    width:100%;
    background:#FFF;
    padding:50px 0;
    text-align:center;
    border-top:4px solid #5B832F;
    border-bottom:4px solid #284907;
    /*border-left:4px solid #284907;
    border-right:4px solid #284907;*/
}

#planes .titulo-planes{
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#363842;
    margin-bottom:40px;
}

.planes-contenedor{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    width:95%;
    margin:0 auto;
}

.plan-box{
    width:28%;
    min-width:240px;
    max-width: 340px;
    background:#F9F8F2;
    border:1px solid #D8CAA8;
    border-radius:10px;
    padding:25px;
    margin:15px;
    text-align:left;
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
    transition:transform .2s, box-shadow .2s;
    
}

.plan-box:hover{
    transform:translateY(-6px);
    box-shadow:0 8px 20px rgba(0,0,0,0.18);
}

.plan-box.destacado{
    border:2px solid #5B832F;
    background:#FFFDF5;
}

.plan-box h3{
    text-align:center;
    font-family:Georgia, serif;
    font-size:22px;
    color:#5B832F;
}

.plan-box .precio{
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    color:#284907;
}

.plan-box ul.caracteristicas{
    margin:0;
    padding-left:18px;
}

.plan-box ul.caracteristicas li{
    margin-bottom:10px;
    font-size:13px;
}

.btn-descargar{
    display:block;
    text-align:center;
    margin-top:25px;
    padding:10px 0;
    background:#5B832F;
    color:#FFF !important;
    font-weight:bold;
    border:1px solid #284907;
    border-radius:6px;
    text-decoration:none;
}

.btn-descargar:hover{
    background:#729E35;
}
/* ======= Redes sociales en el menú ======= */

#globalnav ul li.rrss-icon {
    float: left; 
    margin-left: 10px;
    margin-right: 5px;
    background: none !important;
    padding: 0 !important;
}

#globalnav ul li.rrss-icon a {
    padding: 5px !important;
    background: none !important;
}

#globalnav ul li.rrss-icon img {
    width: 20px;
    height: 20px;
    display: block;
}
/*========== WhatssApp Flotante====================*/
.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.2s ease-in-out;
}

.btn-whatsapp img {
    width: 35px;
    height: 35px;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
}

/* ============================
    SECCIÓN PREGUNTAS FRECUENTES
   ============================ */

#faq {
    width:100%;
    background:#FFF;
    padding:50px 0;
    text-align:center;
    border-top:4px solid #5B832F;
    border-bottom:4px solid #284907;
}

.titulo-faq {
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    color: #284907;
    margin-bottom: 30px;
    border-bottom: 2px solid #5B832F;
    padding-bottom: 10px;
}

.faq-item {
    margin-bottom: 25px;
}

.faq-pregunta {
    font-size: 18px;
    font-family: Georgia, "Times New Roman", serif;
    color: #363842;
    cursor: pointer;
    margin-bottom: 5px;
}

.faq-respuesta {
    font-size: 14px;
    color: #444;
    line-height: 1.6em;
    padding-left: 10px;
}
.faq-respuesta {
    display: none;
}

/* ============================
   FORMULARIO DE CONTACTO
============================= */
#seccion-contacto{
    background:#FFF;
    padding:15px 0;
    text-align:center;
    border-top:4px solid #5B832F;
    border-bottom:4px solid #284907;
}

.titulo-contacto {
    font-family: Georgia, serif;
    font-size: 28px;
    text-align: center;
    color: #363842;
    margin-bottom: 20px;
}

.contacto-contenedor {
    color: #363842 !important;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 25px;
    margin-right: 25px;
}

.contacto-form {
    width: 55%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.contacto-form label {
    margin-top: 12px;
    font-weight: bold;
    color: #363842;
}

.contacto-form input,
.contacto-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D8CAA8;
    border-radius: 6px;
    margin-top: 5px;
    background: #F9F8F2;
}

.contacto-form textarea {
    height: 120px;
    resize: vertical;
}

.btn-enviar {
    margin-top: 18px;
    padding: 12px 0;
    background: #5B832F;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #284907;
    border-radius: 6px;
    cursor: pointer;
}

.btn-enviar:hover {
    background: #729E35;
}

/* Datos de Tantum */

.contacto-datos {
    font-size: 14px;
    width: 35%;
    color: black !important;
    min-width: 250px;
    background: #F9F8F2;
    border: 1px solid #D8CAA8;
    border-radius: 8px;
}
.contacto-datos h3 {
    font-family: Georgia, serif;
    text-align: center;
    color: #5B832F;
    margin-bottom: 12px;
}

.contacto-datos p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
    color: #000 !important;
    line-height: 22px;
}


/* Responsive */
@media (max-width: 900px) {
    .contacto-contenedor {
        flex-direction: column;
        align-items: center;
    }

    .contacto-form,
    .contacto-datos {
        width: 90%;
    }
}


