@font-face {
  font-family: "orquideas";
  src:url("fonts/orquideas.eot");
  src:url("fonts/orquideas.eot?#iefix") format("embedded-opentype"),
    url("fonts/orquideas.woff") format("woff"),
    url("fonts/orquideas.ttf") format("truetype"),
    url("fonts/orquideas.svg#orquideas") format("svg");
  font-weight: normal;
  font-style: normal;
}


[data-icon]:before {
  font-family: "orquideas" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="orquidea-"]:before,
[class*=" orquidea-"]:before {
  font-family: "orquideas" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.orquidea-abono:before {
  content: "\61";
}
.orquidea-cultivo:before {
  content: "\62";
}
.orquidea-herramientas:before {
  content: "\63";
}
.orquidea-libro:before {
  content: "\64";
}
.orquidea-marcador:before {
  content: "\65";
}
.orquidea-souvenirs:before {
  content: "\66";
}

/*TITULOS*/
.titulo-xgrande{
  font-size: 50px;
  color: #009FAC;
}
.titulo-grande{
  font-size:30px;
  color: #009FAC;
}
.titulo-mediano{
  font-size:24px;
  color: #009FAC;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #81355B;
	line-height: 1;
	font-weight: 600;
}

h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 19px;
    color: #898989;
    font-weight: 200;
	line-height: 1;
}

p {
	font-family: 'Lora', serif;
	font-size: 16px;
}
.entry-interno p {
    text-align: justify !important;
}


span.author.vcard a {
    color: #95325c;
	text-decoration: none;
}

span.author.vcard a:visited {
    color: #95325c;
}

span.author.vcard a:hover, a:focus, a:active {
    color: #95325c;
}

a:hover, a:focus, a:active {
    color: #95325c;
}

a {
    color: #95325c;
    text-decoration: none;
}

a:visited {
    color: #95325c;
    text-decoration: none;
}



/*PAGINAS INTERNOS*/
.header-interno h1 {
    color: #95325c;
    font-weight: 500;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.todo-interno {
    max-width: 1200px;
    margin: 0 auto;
}
.content-interno{
  width:67%;
  display: inline-block;
}

.widget-interno {
    width: 30%;
    display: inline-block;
    margin-top: 90px;
    margin-left: 15px;
    margin-right: 5px;
    vertical-align: top;
}

.widget-interno .widget_metaslider_widget .widget-title
{
  margin-top: 0px;
}
.widget_widget_my_custom_recent_entries{
  padding-top: 1px;
}

span.vc_tta-title-text {
    font-weight: 600!important;
}

/*CONTENIDOS*/

.vc_row-no-padding {
    margin: 0 0 -15px -15px !important;
}

.home .vc_row.wpb_row.vc_row-fluid{
    margin: 0 auto;
    width:75%;
    max-width: 19030px;
}

.vc_row.wpb_row.vc_row-fluid{
    margin: 0 auto;
    width:100%;
    max-width: 19030px;
}
/*------------------MENU--------------------------*/

.main-navigation {
	background-color:#FFFFFF;
}
.btn-burger {
  color: #95325c;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 20pt;
}

.main-navigation.toggled .menu-principal-container {
    height: auto;
    display: block;
    background-color: white;
}

.menu-principal-container {
    display: inline-block;
    vertical-align: top;
	margin: 25px 0 0 15px;
    width: 79%;
}

.menu-principal-container .sub-menu {
    background-color: white;
}

.sub-menu li {
    width: 100%;
}

.menu-principal-container .sub-menu .menu-item {
    text-align: left;
}

.current-menu-item a{
    color: red;
}

.current_page_item a{
    color: red;
}

.main-navigation ul ul {
    float: none;
    display: block;
}

.current-menu-item {
    color: #95325c;
}

/*logo*/

a.custom-logo-link {
    display: inline-block;
    width: 19%;
    text-align: center;
    margin-top: 7px;
}

#site-navigation {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    float: none;
    width: auto;
    padding-top: 10px;
}
#masthead{
	background-color:#FFFFFF;
    -webkit-box-shadow: 0px 10px 44px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 10px 44px 0px rgba(221,221,221,1);
    box-shadow: 0px 10px 44px 0px rgba(221,221,221,1);
	height: 100px;
}

.menu-principal-container .menu-item{
    text-align: center;
}

.menu-principal-container .menu-item a
{
	color:#b9b9b9;
    font-weight: 500;
    font-size: 14pt;
}
.menu-principal-container .main-navigation li
{
	display: inline-block;
}
.menu-principal-container .sub-menu{
	background-color: white;
	padding: 5px;
    width: 340px;
}
.menu-redes-contenedor
{
    display: none;
    vertical-align: top;
    width: 0;
}

/*MENÚ REDES*/

#menu-redes{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
#menu-redes li{
    margin-right: 3%;
    float: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #96355e;
    text-align: center;
}

#menu-redes a{
	color: white;
    font-size: 21px;
}

/*MENU AJUSTES ANCHO ELEMENTOS DEL MENÚ*/
.menu-principal-container ul li {
    padding: 0 8px 0 8px;
}

.menu-principal-container ul li a {
    width: 100%;
}

/*HOVER MENU*/
.menu-principal-container .menu-item a:hover {
    color: #80345A;
}

.footer_wapper .widget_media_image{
	text-align: center;
}
.footer_wapper{
	max-width: 1280px;
    margin: 0 auto;
    display: block;
    float: none;
    width: auto;
}
.footer-logo{
    text-align: center;
    margin-bottom: -44px;
}
.footer-logo img {
    background-color: #EBE9E9;
    border-radius: 100%;
    margin: 0 auto;
    width: 70px;
    padding: 14px;
}
.footer-up{
    background: #ebe9e9;
	padding: 40px 0px 0px 50px;
}
.footer-up p {
    color: #86858A;
    width: 95%;
}
.footer-up .widget-title{
	color:#009fac;
}
#footer-sidebar {
	display:block;
	height: 250px;
}

#footer-sidebar1 {
	float: left;
	width: 33.33%;
}
#footer-sidebar1 .textwidget p{
    color:#95325c;
}
#footer-sidebar2 {
	float: left;
	width: 50%;
	height: 100%;
}

.widget_ranimg_widget {
    text-align: right;
    height: auto;
    position: relative;
    bottom: 16px;
}

#menu-redes-sociales{
	text-align: left;
	margin: 0;
	padding: 0;
}

#menu-redes-sociales li{
    margin-right: 5%;
    float: none;
    display: inline-block;
}

#menu-redes-sociales a{
	color:#009fac;
	padding: 20% 35%;
    text-align: center;
    border: #009fac solid 2px;
    border-radius: 100%;
    font-size: 20px;
}

#menu-redes li:hover > a, #menu-redes li:hover {
        background-color: white !important;
        color: #96355e !important;
}
#menu-redes-sociales a:hover {
    background-color: #009fac;
    color: #fbfbfb;
}

.menu-principal-container ul li a {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
}

.current_page_item {
    font-weight: 600;
}
.site-info {
    background-color: white;
}
.footer-text{
 	color:#808080;
 	text-align: center; 	
}
.site-info  p {
	margin-top: 0%;
	margin-bottom: 0%;
	padding-top: 7px;
	height: 38px;	
}

.widget_wpb_widget ul {
    margin: 0 0 0 23px;
    padding: 0px;
    font-size: 14px;
}

.widget_wpb_widget li, .widget_wpb_widget a {
    color: #86858a;
    text-decoration: none;
    font-size: 14px;
}

.btn-vermas .vc_gitem-post-meta-label {
    background-color: #009FAC;
    color: white;
    padding: 10px 21%;
    font-size: 18px;
}
.btn-vermas .vc_gitem-post-meta-label:before {
    content: '\25bc';
    right: 19%;
    position:  relative;
}
.btn-vermas ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 5px;
}

.btn-vermas  li {
  padding-left: 1em; 
  text-indent: 0em;
  line-height: 2em;
}


.btn-vermas  li::before {
    content: '\2022 ';
    color: #009fac;
    padding: 0px;
    margin: 0 7px 0 0;
    vertical-align: middle;
    font-size: 30px;
    display: inline;
}

.entry-content{
	margin:0px;
}

/*BODY*/

.quitar-alto{
	height: 10px
}

.post-thumbnail {
    display: none;
}

.btn-sco a{
    border: 2px solid #81355B!important;
    color: #81355B!important;
    font-weight: 600;
    padding: 15px 50px 15px 50px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
}

.bg-home{
	background: url(https://sco.org.co/wp-content/uploads/2018/06/23.png) no-repeat;
	background-size: 55%;
}

.tienda-orquideas{
    padding: 20px;
}

/*Baldosas*/

.baldosas-temas {
    display: block;
    text-align: center;
}

/*SLIDER*/

.slider-right ol.flex-control-nav.flex-control-paging {
    display: block;
    text-align: right;
}

.metaslider .flexslider .flex-control-nav a {
        color: rgba(0, 0, 0, 0);
}

.slider-right  #recent_posts_slider ol.flex-control-nav{
  bottom:auto;
  font-size: 0px;
}

.slider-right .flexslider {
    margin: 0 0 10px;
    background: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
}

#recent_posts_slider .flex-caption {
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
    top: -101px;
    padding: 12px 10px;
    background-color: #00000061;
}

#recent_posts_slider .flex-caption a {
    color: white;
    text-decoration: none;
    font-size: 21px;
    line-height: 0.8;
}

#recent_posts_slider .slides {
    width: 100%;
    max-height: 378px;
}

/*Controles slider*/

ol.flex-control-nav.flex-control-paging {
    z-index: 1000;
}

.flex-control-nav ol li{
  list-style:none !important;
}

.slider-right .flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: #ffffff;
    border: 2px solid #81355B;
    font-size: 0px;
}

.slider-right .flex-control-paging li a.flex-active {
    background: #81355B;
}

.slider-right .flex-control-paging li a:hover {
    background: #81355be3;
}

.slider-white .metaslider .flex-control-nav {
    bottom: 15px;
}

.slider-white .flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid white;
}

.slider-white .flex-control-paging li a.flex-active {
    background: white;
}

.slider-white .flex-control-paging li a:hover {
    background: white;
}

.slider-white ol.flex-control-nav.flex-control-paging {
    bottom: 15px;
}

.bg-home-slider {
    padding: 20px 0px 0px 45px;
}

.centrar{
	margin: 0 auto;
}

/*FOOTER*/

#menu-redes a {
    display: inline-block;
    margin-top: 5px;
}

/*BALDOSAS*/

a.baldosa-tit {
    text-decoration: none;
}

.site-content .content-area {
    max-width: 1024px;
    margin: 0 auto;
}

.baldosa {
    width: 235px;
    height: 229px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 9px 10px;
    background-color: #ebe9e9;
}

.baldosa-tit h1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    color: #ad6081;
}

.baldosa-img {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 124px;
    overflow: hidden;
}

.baldosa-btn {
    display: block;
    height: 40px;
    font-size: 14px;
    padding: 10px 15px 0px 0;
    background-color: #95325c;
    color: white;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    margin: 0;
}

.baldosas-temas {
    display: block;
    margin: 0 auto;
}

.baldosa-btn:visited {
    color: white;
    background-color: #8a244f;
}

a.baldosa-btn:hover {
	color: white;
    background-color: #c54b7f;
}

/*-----------------BLOG--------------------*/

input.search-field {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 3px 10px;
}

h1.page-title {
	color: #95325c;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
}

h1.page-title .vcard{
	color: #95325c;
}


.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #95325c;
}

.entry-interno .vc_btn3-container.vc_btn3-left a {
	font-size: 14px;
	text-align: right;
    background-color: #95325c;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
	height: 45px;
}

.entry-interno .vc_btn3-container.vc_btn3-left a:hover {
    background-color: #c54b7f;
}

.entry-interno .vc_general.vc_btn3{
	-webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}

.vc_gitem_row .vc_gitem-col {
    padding: 0px!important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    color: black;
    padding: 5px 7px 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600!important;
}

.vc_btn3-container {
    margin-bottom: 0!important;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    padding: 0 15px 0 15px!important;
}

.entry-meta {
    padding-bottom: 12px;
    font-family: 'Kanit', sans-serif;
    text-decoration: none!important;
    color: #c6c2bd;
}

h1.entry-title {
    color: #95325c;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    font-weight: 600;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    font-weight: 600;
}

.post-navigation .nav-next::after { 
  content: ">";
  color: #95325c;
  margin-left: 5px;
}
.post-navigation .nav-previous::before { 
  content: "<";
  color: #95325c;
  margin-right: 5px;
}

/*SIDEBAR*/

input.search-submit {
    border: 0px;
    border-radius: 0px;
    background: #95325c;
    color: white;
    font-size: 16px;
    line-height: 1;
    padding: 8px 19px;
    font-weight: 600;
}

input.search-submit:hover {
	background: #c54b7f;
}

.search-field input[type="search"]{
	color: #95325c;
    border: 1px solid #95325c;
    border-radius: 0px;
    padding: 3px 13px;
}

/*----------------WOOCOMERCE------------------*/

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 40%;
    display: inline-block;
    margin-right: 15px;
}
.summary.entry-summary {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin: 0px;
}

nav.woocommerce-breadcrumb {
    padding-top: 35px;
	font-family: 'Kanit', sans-serif;
}

h1.product_title.entry-title {
    line-height: 1em;
}

.page-numbers li {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ebe9e9;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
}	

ul.page-numbers {
    display: block;
    text-align: center;
    margin: 14px 0 15px 0px;
}

span.page-numbers.current {
    color: #96355e;
    font-weight: 800;
}

.page-numbers li:hover {
    background-color: #ebe9e9;
}

form.woocommerce-ordering {
    padding-bottom: 20px;
}

h2.woocommerce-loop-product__title {
    margin-top: 15px;
    color: black;
    line-height: 1.2;
	font-weight: 600;
	margin-bottom: 5px;
	min-height: 40px;
}

ul.products li.product img {
    display: block;
	border: 2px solid #ebe9e9;
}

ul.products li.product img {
    display: block;
    margin-top: 10px;
}

a.remove {
    font-size: 40px;
}

span.price {
    font-size: 20px;
    display: block;
}

ul.products li.product .button {
    display: block;
    background-color: #95325c;
    padding: 11px;
    color: white;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

ul.products li.product .button:hover {
    background-color: #b54273;
}

.quantity {
    display: inline-block;
}

.single-product div.product {
    padding-top: 15px;
}

h1.page-title {
    color: #95325c;
    font-family: 'Montserrat', sans-serif;
}

.widget_product_categories ul.product-categories {
    list-style: none;
	margin: 0;
	margin-block-start: 15px;
    margin-block-end: 15px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
	font-weight: 600;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.widget_product_categories ul.children {
	margin-left: 0;
    list-style: none;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: white!important;
}

.tax-product_cat .woocommerce_sidebar {
    padding-left: 10px;
}



/*Desactivar carrito*/
ul.products li.product .button {
    display: none!important;
}

form.cart {
    display: none;
}
/*------------------*/

p.price {
    font-size: 32px;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #95325c;
	margin-bottom: 20px;
}

h1.product_title.entry-title {
    line-height: 1em;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
/*Tienda*/
.tax-product_cat #primary {
    width: 70%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}

.tax-product_cat #content {
    max-width: 1233px;
    margin: 0 auto;
}

.tax-product_cat .woocommerce_sidebar {
    margin-top: 70px;
    width: 29%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce_sidebar h3.widget-title{
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #81355B;
    font-weight: 600;
}

.woocommerce_sidebar button {
    border: 0px;
    border-radius: 0px;
    background: #95325c;
    color: white;
    font-size: 16px;
    line-height: 1;
    padding: 8px 19px;
    font-weight: 600;
}

.woocommerce_sidebar button:hover {
    background: #c54b7f;
}
	
/**MAPA**/

.numero-etiqueta {
   background-color: #96355e;
   color: white;
   display: block;
   font-size: 11pt;
   width: 206px;
   border: 2px solid #96355e ;
   border-radius: 12px;
	position:relative;
}
ul.numeros-mapa a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
}

ul.etiquetas-mapa {
    margin: 0;
    padding: 0;
}

.etiquetas-mapa li {
  background-color: white;
  width: fit-content;
  text-decoration: none;
  list-style: none;
  font-size: 10pt;
  font-weight: bold;
  padding: 1px 6px;
  text-align: center;
  border-radius: 6px;
  position:relative;
}

.numeros-mapa li {
    list-style: none;
    width: 25px;
    height: 25px;
    background-color: #96355e;
    border-radius: 100%;
    text-align: center;
	position:relative;
	cursor:pointer;
}
ul.numeros-mapa {
    margin: 0;
    padding: 0;
}
/**ubicación mapa**/
.contenido-mapa {
    height: 683px;
}
/**posiciones mapa**/


.mapa {
    display: block;
    margin: auto;
    width: 1338px;
}

li#e1 {
    bottom: 399px;
    left: 787px;
}

li#e2 {
    bottom: 359px;
    left: 897px;
}

li#e3 {
    bottom: 261px;
    left: 988px;
}

li#e4 {
    bottom: 167px;
    left: 953px;
}

li#e5 {
    bottom: 269px;
    left: 794px;
}

li#e6 {
    bottom: 189px;
    left: 593px;
}

li#e7 {
    bottom: 242px;
    left: 195px;
}

li#e8 {
    bottom: 596px;
    left: 409px;
}

li#e9 {
    bottom: 543px;
    left: 491px;
}

li#e10 {
    bottom: 628px;
    left: 526px;
}

/**posición números**/

li#n1 {
    bottom: 379px;
    left: 1041px;
}

li#n2 {
    bottom: 374px;
    left: 878px;
}

li#n3 {
    bottom: 393px;
    left: 774px;
}

li#n4 {
    bottom: 406px;
    left: 718px;
	z-index:6;
}

li#n5 {
    bottom: 478px;
    left: 646px;
	z-index:5;
}

li#n6 {
    bottom: 534px;
    left: 700px;
}

li#n7 {
    bottom: 649px;
    left: 571px;
}

li#n8 {
    bottom: 636px;
    left: 486px;
}

li#n9 {
    bottom: 711px;
    left: 376px;
}

li#n10 {
    bottom: 701px;
    left: 340px;
}

li#n11 {
    bottom: 684px;
    left: 316px;
}

li#n12 {
    bottom: 707px;
    left: 201px;
}

li#n13 {
    bottom: 727px;
    left: 425px;
}

li#n14 {
    bottom: 711px;
    left: 470px;
}

li#n15 {
    bottom: 687px;
    left: 506px;
}

li#n16 {
    bottom: 709px;
    left: 554px;
}

li#n17 {
    bottom: 733px;
    left: 630px;
}

li#n18 {
    bottom: 1010px;
    left: 462px;
}
/**etiquetas hover**/
div#ne1 {
    bottom: 201%;
    right: 88px;
}

div#ne2 {
    bottom: 203%;
    right: 341%;
}

div#ne3 {
    bottom: 194%;
    right: 304%;
}

div#ne4 {
    bottom: 282%;
    right: 290%;
}

div#ne5 {
    bottom: 206%;
    right: 305%;
}

div#ne6 {
    bottom: 192%;
    right: 353%;
}

div#ne7 {
    bottom: 376%;
    right: 368%;
}

div#ne8 {
    bottom: 201%;
    right: 417%;
}

div#ne9 {
    bottom: 205%;
    right: 398%;
}

div#ne10 {
    bottom: 291%;
    right: 360%;
}

div#ne11 {
    bottom: 204%;
    right: 371%;
}

div#ne12 {
    bottom: 203%;
    right: 320%;
}

div#ne13 {
    bottom: 202%;
    right: 346%;
}

div#ne14 {
    bottom: 288%;
    right: 362%;
}

div#ne15 {
    bottom: 205%;
    right: 369%;
}

div#ne16 {
    bottom: 204%;
    right: 382%;
}

div#ne17 {
    bottom: 205%;
    right: 379%;
}

div#ne18 {
    bottom: 204%;
    right: 382%;
}
/**hover oculto**/
.oculto{
	display:none;
}
/*DIRECTORIO*/
.imagen-directorio{
width:70px;
height: 70px;
}
/*ORQUIDEAS*/
.contenedor-orquidea .col-izq, .contenedor-orquidea .col-der {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
h3.autor {
    margin: 0;
    padding: 8px 11px;
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    color: black;
    font-weight: 200;
    line-height: 1;
}
.autor-container {
    position: relative;
    bottom: 33px;
    background-color: white;
}

.contenedor-galeria .flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  font-size: 23px;
  margin:0;
  font-family: 'Kanit', sans-serif;
  text-align: left;
  color: #000000;
  font-weight: 200;
  line-height: 1;
}
.single-orquideas .content-area{
    max-width: 1251px;
}
.contenedor-galeria .flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: #ffffff;
    border: 2px solid #81355B;
    font-size: 0px;
}
.contenedor-galeria .flex-control-paging li a.flex-active {
    background: #81355B;
}

.contenedor-galeria .flex-control-paging li a:hover {
    background: #81355be3;
}
.contenedor-orquidea table tr th {
    text-align: left;
}
.single-orquideas .img-container img {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
}
.single-orquideas .flex-viewport {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 6px 15px 20px 0px rgba(0, 0, 0, 0.32);
}
.single-orquideas .col-der {
    padding-left: 2%;
}
.single-orquideas .contenedor-orquidea .col-der h2 {
    padding-top: 0px;
    margin-top: 0px;
}
/*TAXONOMIA*/
#taxonomias li.has-children > .thumb:after {
  content: '+';
}

#taxonomias li.has-children.expanded > .thumb:after {
  content: '-';
}
.contenedor-galeria .flex-direction-nav a:before{
    font-size:33px;
}
.familia li a{
padding: 0.1% 2%;
border-radius:2;    
}
.subfamilia a {
    color:#a53d8f;
    background-color:#fbf4fa;
}
.tribus a {
    color:#953280;
    background-color:#f5e8f2;
}

.subtribus a {
    color: #ffffff;
    background-color: #d28ac3;
}
.generos li a {
    color: #ffffff;
    background-color: #b76ca7;
}
.especies a {
    color: #ffffff;
    background-color: #953280 !important;

}
#taxonomias a {
    border-radius: 5px;
    border: 2px;
}
.tax-taxonomia .page-title {
    text-transform: capitalize;
}
.search article {
    display: inline-block;
    width: 32.33%;
    vertical-align: top;
    margin: 0 3px;
}
/*BANNER-SHORTCODE*/
.banner-ppal {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    width:100%;
    height:230px;
}
/*RESPONSIVE*/

@media (max-width: 1244px) {
	.menu-principal-container ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .todo-interno{
    padding-left: 20px;;
  }
	
	.bg-home-slider {
    padding: 0px 0px 0px 10px;
	}
	
	.bg-home {
    background-size: 60%;
}
	.tienda-orquideas {
    padding: 0 20px 0 0;
}
	.contenedor-tienda{
		
	}


}


@media (max-width: 1100px) {
.bg-home-slider {
    padding: 0px 0px 0px 15px;
}
	.bg-home {
    background-size: 67%;
}
}

@media (max-width: 1082px) {
.widget_search input.search-submit {
    margin-top: 5px;
}
	
	.widget-interno {
    margin-top: 10px;
}
}

@media (max-width: 1000px) {
main#main {
    padding: 0 20px;
}
}

@media (max-width: 988px){
	.menu-principal-container {
	display: block;
	margin: 0px 0 0 15px;
    width: 100%;
}
	#masthead {
    height: 115px;
}
}

@media (max-width: 960px)
{
	h2 {
    font-size: 20px
}
	
.bg-home {
    background-size: 78%;
}
.vc_custom_1530055166235 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
}

@media (max-width: 950px) {

	.main-navigation.toggled .menu-principal-container{
    display: block;
    background-color: white;
  }
	#masthead {
    height: 130px;
  }	
	
	.escritorio{
		display: none;
	}
	
	.vc_custom_1529362418716 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	
	/*.menu-item-has-children>a:after {
		content: "v";
		position: absolute;
		top: 0px;
		right: 3px;
	}*/

	.custom-logo {
    width: 225px;
}
	
	.sub-menu {
    display: none!important;
}
	
	
	/*ANCHO COLUMNAS RESPONSIVE*/
	.vc_row.wpb_row.vc_row-fluid {
    width: 90%;
}
	
a.custom-logo-link {
    display: inline-block;
    text-align: left;
	width: 30%;
	}
}

@media (max-width: 870px)
{
.bg-home-slider {
    padding: 0px;
}
	
.bg-home {
    background-size: 0%;
}
}




@media (max-width: 767px) {
    .fullwidth-movil {
    padding: 20px 50px 20px 50px;
}	
}

@media (max-width: 766px){
#masthead {
    height: 130px;
}
}

@media (max-width: 760px) {
.content-interno {
    width: 95%;
}
	
	.widget-interno {
    width: 55%;
}
}

@media (min-width: 700px) {
/*icono contacto en el menu*/
.icono-contacto {
    background: url(https://sco.org.co/wp-content/uploads/2018/06/icono-email2.png) no-repeat;
    width: 44px;
    height: 17px;
    background-size: 22px;
    background-position: 11px 0px;
    margin-top: 4px;
    color: transparent;
}

.icono-contacto:hover {
    background-position: 11px -17px;
}

.menu-principal-container .icono-contacto a {
    color: transparent!important;
    font-size: 0!important;
    width: 30px;
    height: 17px;
}
}




@media (max-width: 700px) {
	.widget_ranimg_widget {
    display: none;
}
	#footer-sidebar1 {
    width: 100%;
}
	#footer-sidebar2 {
    display: none;
}
	.footer-up {
    height: 245px;
}
		a.custom-logo-link {
    display: block;
    width: 50%;
}
	
	.main-navigation ul {
    display: none;
}
	.menu-principal-container .menu-item {
    padding-bottom: 17px;
    padding-left: 15px;
    text-align: left;
}
	.menu-principal-container ul li {
    width: 100%!important;
}
.menu-toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
}
}

@media (max-width: 699px) {
#masthead {
    height: 95px;
}
a.custom-logo-link {
    display: block;
    width: 65%;
}

}


@media (max-width: 599px) {

	.menu-redes-contenedor {
    margin-top: 0px;
    text-align: center;
	width: 25%;
}
	.menu-principal-container {
    margin: 15px 0px;
	width: 96%;	
}
	
	.main-navigation ul li.focus > ul {
    left: 13px;
	}
	
	.menu-principal-container .sub-menu {
    width: 90%;
	}
	
	#menu-redes {
    margin-top: 15px;
}	
	
	.baldosa {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
}


	
/*Responsive footer*/
	
#footer-sidebar {
    height: 195px;
}	
	
	#footer-sidebar1 {
    width: 100%;
}
	#footer-sidebar2 {
    width: 100%;
    display: none;
}

.footer-up {
    background-color: #ebe9e9;
	padding: 30px;
}
	
	.footer-text {
    font-size: 13px;
    padding: 13px;
    padding-bottom: 45px;
}

}

@media (max-width: 560px) {
.content-interno {
    width: 97%;
}
	.widget-interno {
    width: 70%;
    display: inline-block;
    margin: 0px;
}	
	.vc_custom_1530047002314, .vc_custom_1530055166235 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

}


@media (max-width: 414px) {
	.footer-up {
    height: 265px;
}
}



