@charset "utf-8";


html {
    font-family: 'Quicksand', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}


/*************************** menu area  **************************/

body,html {
    height: 100%;
	width: 98%;
}

body {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
	padding-top: 0px;
}

body.fontLoaded {
	font-family: 'Quicksand', sans-serif;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto
}
.verde{color:#3c8838;}

.col-lg-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:100%;
        max-width: 1920px
    }
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.row:after,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.row:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

a{color:#1062bd; text-decoration:underline;}
a:hover {text-decoration: none; color:#313232;}

/****************************************************************
*************************** menu area  **************************
****************************************************************/

.header {
  background-color: #fff;
  position: fixed;
  width: 98%;
  z-index: 3;
  font-size:16px;
  text-transform:uppercase;
  top:0;
  margin-bottom:10px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color:#000;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 350px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



@media (min-width: 768px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 15px 10px 15px;
	color:#000;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
  }
  .header .menu-icon {
    display: none;
  }
}

/* ====================
  Responsive Section
=======================*/

/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navigation .menu-list {
    width: 60%;
  }

  header .navigation .menu-list li a{
    font-size: 16px;
  }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

  .cien {width:100%;}
  
  header .navigation {position:fixed;}

  header .navigation .menu-list {
    position: absolute;
    top: 12vh;
    min-width: 100%;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    display: none;
  }

  header .navigation .menu-list li {
    display: block;
  }

  header .navigation .menu-list li a {
    display: block;
    padding: 20px;
    transition: color 1s ease, padding 1s ease, background-color 1s ease;

  }

  header .navigation .menu-list li a:hover{
    color: #b1d4e0;
    padding-left: 30px;
    background: rgba(255, 255, 255, 0.99);
  }

  header .navigation .humbarger{
    display: block;
  }
}

/* small mobile :320px. */

@media only screen and (max-width: 479px) {
	
  header .navigation {position:fixed;}

  .intro-inner .intro-content h1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .intro-inner .intro-content p {
    margin-top: 10px;
  }
}

/****************************************************************
************************ fin menu area  *************************
****************************************************************/

.row-white-management {
    background-color: #fff;
    padding: 55px 0px 10px 0px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.row-white-management h1 {
    position: relative;
    line-height: 20px;
    font-weight: bold;
}

.cuadro-busqueda {
    border: 1px solid #dedede;
    width: 60%;
    text-align: center;
    float: left;
    padding: 10px 0;
}

.boton-accion {
    float: none;
    background-color: #248fd6;
    color: #fff;
    padding: 11px 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    max-width: 200px;
}

.boton-folleto {
    float: none;
    background-color: #109347;
    color: #fff;
    padding: 11px 20px;
    font-weight: 400;
    border: 0;
    max-width: 300px;
}

@media (max-width: 767px) {
	.row-white-management {
	  /*  padding: 10px;*/
	}
	.navbar{display:none}
	
	label {
	    max-width: 100%;
	    margin-bottom: 5px;
	    font-weight: 500;
	}
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 7px;
	float:left;
	overflow: hidden;
	margin-bottom:10px;
}

.col-lg-1 {
    width: 30%;
	height:90px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #e4545b;
    border-color: #e4545b
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e4545b;
    border-color: #e4545b
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a, .pagination-lg>li>span {
    font-size: 16px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.row-white-management p{
    font-size: 1;
}

/* ====================
  Responsive Section
=======================*/

.center {
    text-align: center
}

.contenedor {
    background-color: #fff;
    margin: auto;
    width: 100%;
    max-width: 100%
}

article,footer,header,main,nav,section {
    display: block
}

b,strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

small {
    font-size: 80%
}

img {
    border: 0;
	width:100%;
	height:100%;
}


button,input,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}


html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent
}

button,input,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
/*	background-color:#3c8838;  */
	color:#888;
	border-radius:7px;
	padding:3px 40px;
}


img {
    vertical-align: middle
}





.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}



.h1,h1 {
    font-size: 28px
}

.h2,h2 {
    font-size: 1.2em;
	font-weight:800;
}

.h3,h3 {
    font-size: 1.1em;
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 5px; line-height:20px;
}

.small,small {
    font-size: 85%
}


ul {
    margin-top: 0;
    margin-bottom: 10px;
	list-style: square;
}

ul ul {
    margin-bottom: 0
}





@media (min-width: 1200px) {

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 72%
    }

    .col-lg-8 {
        width: 64%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 48%;
		float:left;
    }

    .col-lg-5 {
        width: 39%
    }

    .col-lg-4 {
        width: 31%
    }

    .col-lg-3 {
        width: 23%
    }

    .col-lg-2 {
        width: 15%
    }

    .col-lg-1 {
        width: 8.33333333%
    }


}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}


input[type=search] {
    -webkit-appearance: none
}




.pheader {
    font-size: 16px
}


img {
    max-width: 100%;
    height: auto
}

h1,h2,h3,h4,h5,h6 {
    margin: 15px 0 15px;
    font-weight: 700
}

h1 {
    position: relative;
    font-weight: 800;
    line-height: 30px;
	font-size: 1.2em;
	font-weight:bold;
}


.image-bg {
    color: #000;
    position: relative
}


.footer-bottom-area-bg::before,.top-area-bg::before {
    background: rgba(0,0,0,.1);
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%
}

.area-title {
    margin-top: 30px
}


.footer-bottom-area {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px
}

.footer-bottom-area-bg {
    background: rgba(0,0,0,0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

ul.footer-blog-post,ul.quick-links {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

ul.footer-blog-post li,ul.quick-links li {
    line-height: 30px;
    display: block
}

ul.footer-blog-post li:last-child,ul.quick-links li:last-child {
    border-bottom: 0 none
}

.footer-blog-post a {
    color: #000
}


.footer-copyright {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
}

.footer-copyright p {
    margin-bottom: 0;
}



.tabs {
    padding-bottom: 30px
}

input,textarea {
    font-size: 16px;
    padding: 8px;
    margin-bottom: 16px;
    border-radius: 0!important;
    width: 100%
}

input[type=checkbox],input[type=radio] {
    width: auto!important
}



