html, body, #container
{
   width: 100%;
   height: 100%;
}

    :root {
      --tipo-letra: Helvetica; /* Definicin de la variable */
      --tipo-letra2: Helvetica;
    }

body
{
   background-color: #FFFFFF;
   color: #4F4F4F;
   font-family:  var(--tipo-letra);
   /*font-family: Lato*/
  
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}

#headerContact /* aqui se puede definir el color del header */
{
   display: -webkit-flex;
   display: flex;
   padding: 10px 10px 10px 10px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   margin: 0;
   background-color:  rgba(82, 172, 22, 0.877);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   font-size: 0px;
}


#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#header .row
{
   margin-right: 0;
   margin-left: 0;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 66.66666667%;
   text-align: center;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_Logo
{
   margin: 5px 0px 5px 0px;
   vertical-align: top;
}
#Logo
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 188px;
   height: 93px;
   vertical-align: top;
}
#wb_IconoTelefono
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_IconoTelefono:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconoTelefono
{
   height: 25px;
   width: 38px;
}
.IconoTelefono
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   /*font-family: "Material Icons";*/
   font-family:  var(--tipo-letra2);
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconoTelefono:before
{
   content: "\e0b0";
}
#IconoTelefono i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 25px;
   line-height: 25px;
   vertical-align: middle;
   width: 24px;
}
#wb_IconoTelefono:hover i
{
   color: #337AB7;
}
#wb_TxtTelefonos 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
   padding: 0px 15px 0px 5px;
   margin: 0;
   text-align: left;
}
#wb_TxtTelefonos
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtTelefonos div
{
   text-align: left;
   white-space: nowrap;
}
#wb_TxtCorreo 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
   padding: 0px 10px 0px 5px;
   margin: 0;
   text-align: left;
}
#wb_TxtCorreo
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtCorreo div
{
   text-align: left;
   white-space: nowrap;
}
#wb_IconoCorreo
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
}
#wb_IconoCorreo:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconoCorreo
{
   height: 25px;
   width: 38px;
}
.IconoCorreo
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   /*font-family: "Material Icons";*/
   font-family:  var(--tipo-letra2);
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconoCorreo:before
{
   content: "\e0e1";
}
#IconoCorreo i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 25px;
   line-height: 25px;
   vertical-align: middle;
   width: 24px;
}
#wb_IconoCorreo:hover i
{
   color: #337AB7;
}
#wb_Menu
{
   background-color: rgba(255,255,255,1.00);
   display: block;
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   text-align: center;
   width: 100%;
}
#Menu
{
   background-color: #FFFFFF;
   display: inline-block;
   height: 91px;
}
#wb_Menu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_Menu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_Menu ul li
{
   background-color: #FFFFFF;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_Menu ul li i
{
   font-size: 0px;
   width: 0px;
}
#wb_Menu ul li a 
{
   color: #1E90FF;
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 21px;
   font-style: normal;
   padding: 34px 30px 34px 30px;
   text-align: center;
   text-decoration: none;
}
#wb_Menu > ul > li > a 
{
   height: 23px;
}
.Menu a 
{
   display: block;
}
#wb_Menu li a:hover, #wb_Menu li .active
{ 
   background-color: #1E90FF;
   color: #FFFFFF;
}
#wb_Menu ul ul
{
   display: none;
   position: absolute;
   top: 91px;
}
#wb_Menu ul li:hover > ul
{
   display: list-item;
}
#wb_Menu ul ul li 
{
   background-color: #0075EA;
   color: #FFFFFF;
   float: none;
   position: relative;
   width: 104px;
}
#wb_Menu ul ul li a:hover, #wb_Menu ul ul li .active
{
   background-color: #FFFFFF;
   color: #0075EA;
}
#wb_Menu ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_Menu ul ul li a 
{
   color: #FFFFFF;
   padding: 15px 20px 15px 20px;
   text-align: left;
   vertical-align: middle;
}
#wb_Menu ul ul ul li 
{
   left: 104px;
   position: relative;
   top: -91px;
}
#wb_Menu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #1E90FF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_Menu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_Menu li a:hover .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_Menu ul ul li a:hover .arrow-left, #wb_Menu ul ul li .active .arrow-left
{ 
   border-left-color: #0075EA;
}
#wb_Menu .toggle,[id^=Menu-submenu]
{
   display: none;
}
@media all and (max-width:970px) 
{
#wb_Menu 
{
   margin: 0;
   text-align: left;
}
#wb_Menu ul li a, #wb_Menu .toggle
{
   font-size: 21px;
   font-weight: normal;
   font-style: normal;
   padding: 15px 20px 15px 20px;
}
#wb_Menu .toggle + a
{
   display: none !important;
}
.Menu 
{
   display: none;
   z-index: 9999;
}
#Menu 
{
   background-color: transparent;
   display: none;
}
#wb_Menu > ul > li > a 
{
   height: auto;
}
#wb_Menu .toggle 
{
   display: block;
   background-color: #FFFFFF;
   color: #1E90FF;
   padding: 0px 20px 0px 20px;
   line-height: 30px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_Menu .toggle:hover 
{
   background-color: #1E90FF;
   color: #FFFFFF;
}
[id^=Menu-submenu]:checked + ul 
{
   display: block !important;
}
#Menu-title
{
   height: 91px;
   line-height: 91px !important;
   text-align: center;
}
#wb_Menu ul li 
{
   display: block;
   width: 100%;
   text-align: left;
}
#wb_Menu ul ul .toggle,
#wb_Menu ul ul a 
{
   padding: 0 40px;
}
#wb_Menu a:hover,
#wb_Menu ul ul ul a 
{
   background-color: #0075EA;
   color: #FFFFFF;
}
#wb_Menu ul li ul li .toggle,
#wb_Menu ul ul a 
{
   background-color: #0075EA;
   color: #FFFFFF;
}
#wb_Menu ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_Menu ul li a 
{
   text-align: left;
}
#wb_Menu ul li a br 
{
   display: none;
}
#wb_Menu ul li i 
{
   margin-right: 0px;
}
#wb_Menu ul ul 
{
   float: none;
   position: static;
}
#wb_Menu ul ul li:hover > ul,
#wb_Menu ul li:hover > ul 
{
   display: none;
}
#wb_Menu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_Menu ul ul ul li 
{
   position: static;
}
#Menu-icon 
{
   display: block;
   position: absolute;
   left: 30px;
   top: 33px;
}
#Menu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #1E90FF;
   color: #1E90FF;
   width: 24px;
}
#wb_Menu ul li ul li .toggle:hover
{
   background-color: #FFFFFF;
   color: #0075EA;
}
#wb_Menu .toggle .arrow-down 
{
   border-top-color: #1E90FF;
}
#wb_Menu .toggle:hover .arrow-down, #wb_Menu li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_Menu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_Menu ul li ul li .toggle:hover .arrow-down, #wb_Menu ul li ul li .active .arrow-down
{ 
   border-top-color: #0075EA;
}
}
#wb_Carrucel
{
   background-color: #F2F5F7;
   background-image: none;
   margin: 0;
}
#wb_Carrucel
{
   display: block;
   float: left;
   font-size: 0;
   top: 0 !important;
}
#Carrucel .frame
{
   width: 970px;
   display: inline-block;
   overflow: hidden;
   height: 480px;
}
#Carrucel .innerframe
{
   display: inline-block;
   height: 0;
   left: 0;
   margin-left: 0;
   position: absolute;
   top: 0;
   width: 970px;
}
#wb_Carrucel .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#wb_Carrucel .pagination img
{
   border-style: none;
   padding: 12px 12px 12px 12px;
}
#Carrucel_back
{
   position: absolute;
   left: 30px;
   top: 43%;
   width: 64px;
   height: 64px;
   z-index: 999;
}
#Carrucel_next
{
   position: absolute;
   right: 30px;
   top: 43%;
   width: 64px;
   height: 64px;
   z-index: 999;
}
#Carrucel_back img, #Carrucel_next img
{
   border-width: 0;
}
#Carrucel_back a, #Carrucel_next a
{
   cursor: pointer;
}
#Carrucel .frame-1
{
   background-color: transparent;
   background-image: url(images/7.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carrucel .frame-2
{
   background-color: transparent;
   background-image: url(images/Mesas-Adornadas.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carrucel .frame-3
{
   background-color: transparent;
   background-image: url(NOCHE.jpeg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carrucel .frame-4
{
   background-color: transparent;
   background-image: url(images/Pasarela2.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#wb_FlexBoxContainer1
{
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
}
#FlexBoxContainer1
{
   display: -webkit-flex;
   display: flex;
   padding: 5px 5px 5px 5px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
   box-sizing: border-box;
   font-size: 0px;
}
#wb_BlockQuote
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.39);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1100px;
}
#BlockQuote
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#BlockQuote .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#BlockQuote > .row > .col-1, #BlockQuote > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#BlockQuote > .row > .col-1, #BlockQuote > .row > .col-2
{
   float: left;
}
#BlockQuote > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 66.66666667%;
   text-align: center;
}
#BlockQuote > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#BlockQuote:before,
#BlockQuote:after,
#BlockQuote .row:before,
#BlockQuote .row:after
{
   display: table;
   content: " ";
}
#BlockQuote:after,
#BlockQuote .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#BlockQuote > .row > .col-1, #BlockQuote > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#BlockQuote-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #FFFFFF;
   opacity: 0.39;
}
#wb_TxtContenido 
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 4px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color:  rgba(82, 172, 22, 0.877);
   border-right-color: rgba(82, 172, 22, 0.877);
   border-bottom-color: rgba(82, 172, 22, 0.877);
   border-left-color: rgba(82, 172, 22, 0.877);
   padding: 30px 20px 10px 20px;
   margin: 0;
   text-align: left;
}
#wb_TxtContenido div
{
   text-align: left;
   white-space: nowrap;
}
#wb_TxtTestimonios 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 30px 0px 30px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtTestimonios
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   line-height: 21px;
}
#wb_TxtTestimonios div
{
   text-align: center;
   white-space: nowrap;
}
#wb_Cliente1
{
   margin: 0;
   vertical-align: top;
}
#Cliente1
{
   border-width: 0;
   display: inline-block;
   width: 171px;
   height: 159px;
   vertical-align: top;
}
#wb_TxtTestimonio1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 30px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtTestimonio1
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
}
#wb_TxtTestimonio1 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtSliderRedesSociales 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 30px 0px 15px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtSliderRedesSociales
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 19px;
   line-height: 21px;
}
#wb_TxtSliderRedesSociales div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtNombreCliente1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 5px 0px 5px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtNombreCliente1
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   line-height: 21px;
}
#wb_TxtNombreCliente1 div
{
   text-align: center;
   white-space: nowrap;
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 30px 0px 0px 0px;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px #000000 solid;
   box-sizing: border-box;
}
#PhotoCollage1 .thumbnail
{
   position: absolute;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}
#wb_TxtNombreCliente2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 5px 0px 5px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtNombreCliente2
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   line-height: 21px;
}
#wb_TxtNombreCliente2 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtTestimonio2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 30px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtTestimonio2
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
}
#wb_TxtTestimonio2 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_Cliente2
{
   margin: 0px 15px 0px 15px;
   vertical-align: top;
}
#Cliente2
{
   border-width: 0;
   display: inline-block;
   width: 164px;
   height: 155px;
   vertical-align: top;
}
#wb_Divider4
{
   background-color: rgba(82, 172, 22, 0.877);
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
}
#Divider4
{
   display: -webkit-flex;
   display: flex;
   padding: 10px 15px 10px 15px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
   box-sizing: border-box;
   font-size: 0px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   -webkit-flex-grow: 0;
   flex-grow: 0;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   -webkit-align-self: auto;
   align-self: auto;
   padding: 0px 10px 0px 10px;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-weight: 300;
   font-size: 35px;
   line-height: 39px;
}
#wb_Text1 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_footer_content /* aqui se define el color de fondo de una parte del footer, la parte superior del footer*/
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(82, 172, 22, 0.877);
   background-image: none;
   border: 0px solid #2C3E50;
   box-sizing: border-box;
   margin: 0;
}
#footer_content
{
   box-sizing: border-box;
   padding: 0px 20px 10px 20px;
   margin-right: auto;
   margin-left: auto;
}
#footer_content .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#footer_content > .row > .col-1, #footer_content > .row > .col-2, #footer_content > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#footer_content > .row > .col-1, #footer_content > .row > .col-2, #footer_content > .row > .col-3
{
   float: left;
}
#footer_content > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#footer_content > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#footer_content > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 33.33333333%;
   text-align: center;
}
#footer_content:before,
#footer_content:after,
#footer_content .row:before,
#footer_content .row:after
{
   display: table;
   content: " ";
}
#footer_content:after,
#footer_content .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer_content > .row > .col-1, #footer_content > .row > .col-2, #footer_content > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_TxtFTInformacion 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 20px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFTInformacion div
{
   text-align: center;
}
#wb_TxtFDireccion 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: left;
}
#wb_TxtFDireccion div
{
   text-align: left;
   white-space: nowrap;
}
#wb_TxtFTRedesSociales 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 20px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFTRedesSociales div
{
   text-align: center;
}
#wb_TxtFTQuienesSomos 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 20px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFTQuienesSomos div
{
   text-align: center;
}
#wb_IcoFacebook
{
   background-color: #0059B3;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IcoFacebook:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFFFFF;
}
#IcoFacebook
{
   height: 16px;
   width: 16px;
}
#IcoFacebook i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 8px;
}
#wb_IcoFacebook:hover i
{
   color: #0059B3;
}
#wb_IcoFacebook
{
   -webkit-transform: rotate(0deg) ;
   -moz-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   -moz-transition: transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IcoFacebook:hover
{
   -webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   -moz-transition: transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_TxtFQuienesSomos 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 10px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFQuienesSomos div
{
   text-align: center;
}
#wb_footer /* aqui se define el color de fondo de una parte del footer, la parte inferior*/
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(82, 172, 22, 0.877);
   background-image: none;
   border: 0px solid #233140;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_TxtFDiseñado 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 12px 0px 12px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFDiseñado div
{
   text-align: center;
}
#wb_TxtCTitulo1 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCSubT1 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_IcoInstagram
{
   background-color: #0059B3;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IcoInstagram:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #FFFFFF;
}
#IcoInstagram
{
   height: 16px;
   width: 16px;
}
#IcoInstagram i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 16px;
   line-height: 16px;
   vertical-align: middle;
   width: 12px;
}
#wb_IcoInstagram:hover i
{
   color: #0059B3;
}
#wb_IcoInstagram
{
   -webkit-transform: rotate(0deg) ;
   -moz-transform: rotate(0deg) ;
   transform: rotate(0deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   -moz-transition: transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_IcoInstagram:hover
{
   -webkit-transform: rotate(360deg) ;
   -moz-transform: rotate(360deg) ;
   transform: rotate(360deg) ;
   -webkit-transition: -webkit-transform 500ms linear 0ms;
   -moz-transition: transform 500ms linear 0ms;
   transition: transform 500ms linear 0ms;
}
#wb_TxtFTMenu 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 20px 0px 10px 0px;
   margin: 0;
   text-align: center;
}
#wb_TxtFTMenu div
{
   text-align: center;
}
#wb_TxtFServicios 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TxtFServicios
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtFServicios div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtFInicio 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TxtFInicio
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtFInicio div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtFCotizacion 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TxtFCotizacion
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtFCotizacion div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtFContacto 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_TxtFContacto
{
   font-family: var(--tipo-letra);
   font-weight: 400;
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   line-height: 18px;
}
#wb_TxtFContacto div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCTitulo2 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCSubT2 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCTitulo3 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCSubT3 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCTitulo4 div
{
   text-align: center;
   white-space: nowrap;
}
#wb_TxtCSubT4 div
{
   text-align: center;
   white-space: nowrap;
}

.tipoletra1{
    font-family:'arial';
    
}


.enlacehf{
 color:white;   
}

.marginspam{
 margin-top:30px;   
}

.colorenlace{

color: rgba(82, 172, 22, 0.877);    
     
}