/*Guate.2016ma*/
*{
text-decoration: none !important;
outline: 0 !important;
}

footer .contact{
    font-size: 17px;
    font-family: 'gothambold';
    color: #fff;
}

.row {
  margin: 0 !important;
  padding: 0;
}

@font-face {
 font-family: 'gothambold';
 src: url("../fonts/Gotham-Bold.otf"); /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: 'gotham';
 src: url("../fonts/Gotham-Book.otf"); /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: mark;
 src: url("../fonts/mark_my_words.ttf"); /* TTF file for CSS3 browsers */
}


body {
  -webkit-font-smoothing: antialiased;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;

}


.container-in {
    max-width: 1100px;
    margin: 0 auto;
}

/*menuresponsive*/

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.smart {
    
  margin-left:auto;
  margin-right:auto;
  margin-top: 100px;

  border-color: #444;
    background-color: #333;



    width: 295px;
    height: 532px;
    border-radius: 40px;
    border: 2px solid #ddd;
    margin: 0 auto;
    padding: 60px 10px;
    
    position: relative;


}

#acenzione-button {
    background-color: #333;
    height: 20px;
    left: -5px;
    top: 59px;
    border-radius: 4px 0 0 4px;
    width: 3px;
    background: #333;
    position: absolute;
    
}


#volume-su {
    height: 40px;
    width: 3px;
    left: -7px;
    top: 110px;
    border-radius: 4px 0 0 4px;

    width: 5px;
    background: #333;
    position: absolute;
    
    
}

#volume-giu {
    height: 40px;
    width: 3px;
    left: -7px;
    top: 155px;
    border-radius: 4px 0 0 4px;

    width: 5px;
    background: #333;
    position: absolute;
    


}


#dettaglio {
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
}


#fotocamera {
    background: #111;
    height: 7px;
    width: 7px;
    margin: auto;

    border-radius: 100px;
    display: block;
}

#sensore {
    background: #111;
    height: 7px;
    width: 7px;
    margin: 12px 100px;

    border-radius: 100px;
    display: block;
}

#microfono {
    background: #111;
    height: 7px;
    width: 90px;
    margin: -19px auto 0;
    border-radius: 100px;
}


#schermo {
    height: 522px;
    width: 295px;
    background-color: #fff;
    box-shadow: 0 0 0 1px    rgba(0,0,0,0.1)inset;
    overflow: hidden;
    position: relative;
    
}


#bottone {
    height: 40px;
    width: 40px;
    background: #111;
    margin: 17px auto;
    border-radius: 100px;
}



.frame-posizione{
    
    margin-left: 0px;
    margin-right: -1px;
    display: block;
}



#header {
    background: #555;
    box-shadow: 1px 2px 7px #333;
}

.wrap {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

#menu {
    position: relative;
    height: 60px;
    display: block;
    top: -30px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    padding: 3px;

}


#menu ul li a {
    display: block;
    font-size: 10px;
    padding: 24px;
    color: #202a56;
    border-bottom: none;
    text-decoration: none;
    font-weight: 700;
}

#menu ul li a:hover {
    background: #202a56;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    color: #FFF;
    width: 100%;
    height: 100%;
    border-radius: 0;
}


.three-lines-menu {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    color: #093650;
    font-size: 32px;
    display: none;
}




    #menu ul {
        display: none;
        padding: 60px;
    

        
    }

#menu ul li {
    float: none;
    background: #ffffff;
}



#menu ul.menu-responsive {
    display: block;
    width: 300px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    top: 50px;
}

    /*menuresponsive*/


 /*PREHEADER*/
 
.preheader {
    padding: 15px;
    background: #f4f4f4;
}

.icons {
    width: 30px;
    float: left;
    margin-right: 20px;
}

.back {
    background: #dbdbdb;
    padding: 10px;
    height: 30px;
    width: 30px;
}

.content .col-md-6 {
    padding-left: 0!important;
    padding-right: 0!important;
}

i.fa.fa-facebook {
    color: #00adb9!important;
}

i.fa.fa-linkedin {
    color: #fff!important;
}

i.fa.fa-phone {
    font-size: 14px;
    color: #00adb9;
}

i.fa.fa-envelope-o {
    font-size: 14px;
    color: #00adb9;    
}

.icons-right {
    position: relative;
    padding-top: 8px;
    width: 30%;
    float: left;
}

.icons-right p {
    float: right;
    position: relative;
    left: 20px;
    color: #adadad;
    font-family: 'gotham';
    font-size: 12px;
}

/*MODAL*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 20px 40px;
  background: #fff;
  color: #38abbd;
  border-bottom: none;
}

.modal-body {
    background: #fff;
    padding: 0px 80px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

/* Aditional Styles */

.icons-right-modal {
    float: right;
    position: relative;
}

.modal-trigger, button {
    padding: 10px 20px;
    border-radius: 60px;
    background: #27acbb;
    color: #fff;
     
    border: none;
    text-decoration: none;
}

.modal-trigger {
  position: relative;
  top: 0;
  left: 0;
  border:1px solid #27acbb;   
  transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
  
}

button {
  border: 1px solid #333333;
  outline: none;
  color: #333333;
}

.modal-trigger:hover {
  padding: 10px 20px;
  background: transparent;
  color: #27acbb;
  border:1px solid #27acbb;
  transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;
}
.distribody {
    padding-bottom: 40px;
    border-bottom: 1px solid #efefef;
    padding-top: 40px!important;
}

.distribody p {
    font-size: 14px;
    color: #494949;
    font-family: 'gotham';
    margin: 0 0 0px;
}

.distribody a{
    font-size: 14px;
    color: #494949;
    font-family: 'gotham';
}


.distribody a:hover {
    color: #43aabf;
  transition: all 0.3s ease;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 -ms-transition: all 0.3s ease;    
}


.distribody img {
    width: 30px;
}

.distribody h1 {
    font-size: 18px;
    color: #8e8e8e;
    font-weight: bold;
    font-family: 'gotham';
}

.distribody span {
    color: #43aabf;
    font-weight: bold;
    font-family: 'gotham';
}

/*MODAL*/

 /*PREHEADER*/   

 /*HEADER*/
.nav-tabs {
    border-bottom: none;
    z-index: 1;
    position: relative;
}
.header {
    background: #fff;
    padding: 10px;
    height: 45px;
}

.header img {
    width: 205px;
    float: left;
}

.items {
    position: relative;
    text-align: right;
}
#li_index {
    border-right: 1px solid #dbdbdb;
    font-family: 'gotham';
    padding-right: 20px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    color: #9e9e9e;
}

#li_nosotros{
    border-right: 1px solid #dbdbdb;
    font-family: 'gotham';
    padding-right: 20px;
}

#li_publicaciones{
    border-right: 1px solid #dbdbdb;
    font-family: 'gotham';
    padding-right: 20px;
}

#li_productos{
    border-right: 1px solid #dbdbdb;
    font-family: 'gotham';
    padding-right: 20px;
}
#li_contacto{
    font-family: 'gotham';

}

.menu-items li {
    float: left;
    margin-right: 20px;
}

.menu-items {
    float: right;
    position: relative;
    top: 16px;
    padding-right: 0!important;
}

.activenav {
    top: 0;
    color: #27acbb!important;
}

.items a {
    color: #a9a9a9;
}

.items:hover a {

    color:#27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

.overlaycover {
    background: rgba(0, 0, 0, 0.71);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlaycoverindex {
    background: rgba(39, 172, 187, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlaycoversem {
    background: rgba(0, 0, 0, 0.18);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.coverindex {
    position: relative;
}


.coverhome1 img{
    width: 100%;
    background-size: cover;
    height: 524px;
}

.coverhome img{
    width: 100%;
    background-size: cover;
}

h2.backcover {
    background: #227cb0;
    width: 420px;
}

h3 {
    font-size: 32px;
}

.textcover {
    background: none;
    color: #fff;
    width: 100%;
    height: 100px;
    padding: 20px;
    position: relative;
    top: 65px;
}
.textcover h2 {
    font-size: 36px;
    font-family: 'gotham';
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.textcover h2 {
    position: relative;
    font-size: 36px;
    font-family: 'gotham';
    font-weight: bold;
    top: -20px;
}

.textcover a {
    color: #fff;
    font-size: 14px;
    font-family: 'gotham';
    border: 1px solid #fff;
    padding: 10px 32px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.textcover a:hover {

    color: #fff;
    background: #27acbb;
    border: 1px solid #27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

 /*HEADER*/


 .nosotros {
    background: url(../images/backnosotros.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
    height: 570px;
}

.nosotros h3 {
    font-family: 'gotham';
}

.nosotros span {

    font-family: 'gothambold';
    color: #27acbb;
}

.nosotros p {
    font-family: 'gotham';
    color: #000;
}

.contenedores {
    
    margin-top: 40px;
}

.backvals {
    background: #fff;
    padding: 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.backvals img {
    width: 30px;
}

.backvals p {
    font-family: 'gotham';
    font-size: 14px;
    color: #5e5e5e;
}

.backvals:hover {
    -webkit-box-shadow: 0px 0px 49px -4px rgba(212,212,212,1);
    -moz-box-shadow: 0px 0px 49px -4px rgba(212,212,212,1);
    box-shadow: 0px 0px 49px -4px rgba(212,212,212,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.backvals h1 {
    font-size: 18px;
    font-family: 'gothambold';
    color: #393939;
}

.patronproductos {
    background: url(../images/backbanner.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;

}

.backbanner {
    background: #27acbb;
}

.patronproductos h1 {
    font-size: 20px;
    font-family: 'gotham';
    color: #fff;
    position: relative;
    top: 0px;
}

.patronproductos h2 {
    font-family: 'gothambold';
    color: #fff;
    position: relative;
    top: -26px;
}

.patronproductos p {
    font-family: 'gotham';
    color: #fff;
    width: 480px;
    position: relative;
    top: -30px;
}
.btnresponsive {
    position: relative;
    top: -10px;
}

.btnresponsive a {
    color: #fff;
    font-size: 14px;
    font-family: 'gotham';
    border: 1px solid #fff;
    padding: 10px 32px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btnresponsive a:hover {

    color: #27acbb;
    background: #fff;
    border: 1px solid #27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

/**/

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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

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

xcody-info 

-------------------------------- */
#cody-info {
  position: relative;
  background: #FFF;
  height: 44px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#cody-info .cody-info-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -13px;
}
#cody-info .cody-info-logo svg {
  display: block;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
#cody-info .cody-info-logo svg:hover {
  opacity: .9;
}
#cody-info .cody-info-logo .cody-info-logo-svg {
  fill: #383838;
}
#cody-info li {
  position: absolute;
  top: 0;
}
#cody-info li:first-child {
  left: 0;
}
#cody-info li:last-child {
  right: 0;
}
#cody-info li a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
#cody-info li a:hover {
  background-color: #e86256;
}
#cody-info li a:hover .cody-info-buttons-svg {
  fill: #FFF;
}
#cody-info li svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#cody-info li .cody-info-buttons-svg {
  fill: #7a5d6b;
}
#cody-info.cody-info-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
#cody-info::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 600px) {
  #cody-info {
    height: 60px;
  }
  #cody-info li a {
    height: 60px;
    width: 60px;
  }
  

}

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

Main components 

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


main p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #27acbb url(https://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
    z-index: 9999;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



.backpublicaciones{
    background: url(../images/backpublicaciones.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;

}


.publicontent {
    text-align: center;
    padding-bottom: 40px;
}

.publicontent h1 {
    font-family: 'gotham';
    color: #393939;
}

.publicontent span {
    font-family: 'gothambold';
    color: #27acbb;
}

.publicontent p {
    font-family: 'gotham';
    color: #393939;
}

.publicontent img {
    width: 30px;
}

.col20{

    width: 20%;
    float: left;
}

.col80{

    width: 80%;
    float: left;
}

.date {
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
}

.newsbody img {
    width: 100%;
}



.newsbody {
    width: 100%;
    overflow: hidden;
    height: 500px;
}

.subnewsbody h2 {
    font-size: 11px !important;
    color: #ee670c !important;
    font-family: 'gothambold' !important;
}

p.fecha {
    font-family: 'gotham';
    color: #494949;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 11px;
}

p.mes {
    font-family: 'gothambold';
    font-size: 11px;
    color: #ee670c;
}

.newsbody h2 {
    font-size: 12px;
    font-family: 'gothambold';
    color: #494949;
}

.newsbody p {
    font-size: 11px;
    font-family: 'gotham';
    color: #494949;
}
.newsbody .btnresponsive {
    position: relative;
    top: 0;
}

.newsbody .btnresponsive a {
    color: #27acbb;
    font-size: 12px;
    position: relative;
    top: 10px;
    font-family: 'gotham';
    border: 1px solid #27acbb;
    padding: 10px 27px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btnresponsive a:hover {
    color: #fff;
    background: #27acbb;
    border: 1px solid #27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* Slider */

.slider{
  background-color:#ffffff;
  display:inline;

}
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 214px;
    min-height: 1px;
    cursor: pointer;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*NEWSLETTER*/

section.bannernewsletter {
    background: url(../images/newsletter.png) fixed;
    background-repeat: no-repeat;
    background-size: cover;

}


.backnewsletter {
    height: 200px;
    padding: 40px;
    background: #38abbdb3;
}

.newsletterbody {
    width: 50%;
    float: left;
}

.newsletterbtm {
    width: 50%;
    float: left;
    text-align: right;
}

.newsletterbody h2 {
    font-size: 30px;
    font-family: 'gothambold';
    color: #fff;
}

.newsletterbody p {
    font-size: 14px;
    font-family: 'gotham';
    color: #fff;
}
#mc_embed_signup {
    background: #fff0;
    clear: left;
    width: 100%;
    font-family: 'gotham';
    position: relative;
    top: 30px;
}



#mc_embed_signup input.email {
    font-family: 'gotham';
    font-size: 12px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #fff0;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 1.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    border-radius: 60px;
    float: left;
    left: 110px;
    position: relative;
}



#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #ea6900;
    box-sizing: border-box;
    height: 32px;
    border-radius: 50px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}
/*NEWSLETTER*/


/*FOOTER*/
footer {
    background: #222222;
}

.footer {
    background: url(../images/backfooter.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    padding-bottom: 0px;
}

p.contact {
    font-size: 17px;
    font-family: 'gothambold';
    color: #fff;
}

.contactfooter {
    position: relative;
    padding-top: 8px;
    width: 100%;
    float: left;
    padding-bottom: 10px;
   
}

.contactfooter p {
    float: right;
    position: relative;
    left: 20px;
    color: #fff;
    font-family: 'gotham';
    font-size: 12px;
    
}

.icons-media a {
    margin-right: 20px;
}

.icons-media i.fa.fa-facebook {
    color: #27acbb!important;
    font-size: 18px;
}

.icons-media i.fa.fa-facebook:hover {
    color: #27acbb!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

.icons-media i.fa.fa-linkedin {
    color: #27acbb!important;
    font-size: 18px;
}

.icons-media i.fa.fa-linkedin:hover {
    color: #fff!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.horarios {
    position: relative;
    top: -20px;
    text-align: center;
}

.horarios h1 {
    font-size: 17px;
    font-family: 'gothambold';
    color: #fff;
}

.horarios p {
    font-family: 'gotham';
    color: #fff;
    font-size: 12px;
}

.distribuidores {
    position: relative;
    top: -20px;
    text-align: right;
}

.distribuidores h1 {
    font-size: 17px;
    font-family: 'gothambold';
    color: #fff;
}



.distribuidores p {
    font-size: 12px;
    font-family: 'gotham';
    color: #fff;
}

.subfooter {
    background: #313131;
    padding: 20px;
}

.subfootercontent .col20 img {
    width: 190px;
}

.subfootercontent .col80 a {
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    font-family: 'gotham';
}

.subfootercontent .col80 a:hover {
    color: #27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menufooter {
    text-align: right;
    position: relative;
    top: 14px;
}

section.dev {
    background: #fff;
    padding: 30px;
    text-align: center;
}

.developed p {
    font-size: 12px;
    font-family: 'gotham';
    color: #7c7c7c;
}

.developed a {
    color: #38abbd;
}

.developed a:hover {
    color: #1d8d9e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}


/*FOOTER*/


h2.backcovernosotros {
    background: #227cb0;
    width: 290px;
}


.us {
    background: url(../images/backpublis.png) fixed;
    background-repeat: no-repeat;
    padding: 80px;
    border-style: solid;
    border-width: 10px;
    border-color: #00c8d6;
    margin: 20px;
}



section.valores {
    background: #fff;
    width: 100%;
    position: relative;
    padding: 20px;
    height: 380px;
}

.valsbody {
    position: relative;
    top: -40px;
}
.valsbody h1{
    float: none;
    width: 100%;
    position: relative;
    top: -200px;
    font-size: 27px;
    font-family: 'gothambold';
    color: #27acbb;
}

.valsbody p {
    float: none;
    width: 100%;
    position: relative;
    top: -200px;
    font-size: 15px;
    font-family: 'gotham';
    color: #27acbb;
}
.valsbody span {
    float: none;
    width: 65%;
    position: relative;
    top: -200px;
    font-size: 14px;
    font-family: 'gothambold';
    color: #27acbb;
}

.us_body h2 {
    font-size: 27px;
    font-family: 'gothambold';
    color: #009CA6;
}

.us_body p {
    text-align: justify;
    font-size: 15px;
    font-family: 'gotham';
    color: #494949;
}

.enfermera {
    position: relative;
}

.enfermera img {
    width: 320px;
    position: absolute;
    margin-top: -416px;
}

.valores img {
    width: 100%;
}


section.productos {
    padding: 50px;
}


/*PUBLICACIONES*/

h2.backcoverpublicaciones {
    width: 100%;
}
.publis {
    background: url(../images/backpublis.png) ;
    background-repeat: no-repeat;
    padding: 50px;
}

.publis_body h3 {
    font-size: 36px;
    font-family: 'gotham';
    color: #000;
    text-align: center;
}

.publis_body span {
    font-size: 36px;
    font-family: 'gothambold';
    color: #2b8d96;
    text-align: center;
}

.publis_body p {
    font-size: 14px;
    font-family: 'gotham';
    color: #494949;
    text-align: center;
}

.subrayadodiv img {
    width: 30px;
}

.subrayadodiv {
    width: 30px;
    float: none;
    margin: auto;
}

.col70 {
  width: 70%;
  float: left;
}

.col30 {
  width: 30%;
  float: left;
}

.col10 {
  width: 10%;
  float: left;
}
.newsbody h2 {
    font-size: 12px;
    font-family: 'gothambold';
    color: #494949;
}

.newsbodypublis p {
    font-size: 11px;
    font-family: 'gotham';
    color: #494949;
    text-align: left;
}
.newsbodypublis .btnresponsive {
    position: relative;
    padding:10px 0px;
}

.newsbodypublis .btnresponsive a {
    color: #27acbb;
    font-size: 12px;
    position: relative;
    top: 10px;
    font-family: 'gotham';
    border: 1px solid #27acbb;
    padding: 10px 27px;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsbodypublis .btnresponsive a:hover {
    color: #fff;
    background: #27acbb;
    border: 1px solid #27acbb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newsbodypublis img {
    width: 100%;
}



.newsbodypublis {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.newsbodypublis h2 {
    font-size: 11px;
    color: #ee670c;
    font-family: 'gothambold';
}

.newsbodypublis h3 {
    font-size: 18px;
    font-family: 'gothambold';
    color: #000;
    text-align: left;
}


.noticiasbodypublis {
    position: relative;
    top: 60px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: 'gotham';
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button#btn_enviar {
    border: 1px solid #27acbb;
    background: #27acbb;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'gothambold';
}

button#btn_enviar:hover {
    border: 1px solid #27acbb;
    background: transparent;
    color: #27acbb;
    transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
}

.border-form {
    border: 0.5px solid #ececec;
    position: relative;
    top: 20px;
}

.horariosdeatencion h1 {
    font-size: 18px;
    font-family: 'gothambold';
    color: #38abbd;
    text-align: left;
}

.horariosdeatencion p {
    font-size: 12px;
    color: #494949;
    text-align: left;
    font-family: 'gotham';
}

.horariosdeatencion {
    position: relative;
    top: 30px;
}

.noticiacuerpo .col10 .fecha{
    color: #ea6900;
    font-size: 16px;
    font-family: 'gothambold';
}
/*PUBLICACIONES*/


/*CONTACTO*/
h2.backcoverpublicaciones.top80 {
    position: relative;
    top: 90px;
}

.col60 {
  width: 60%;
  float: left;
}

.col40{
  width: 40%;
  float: left;
}


.contactocuerpo {
    position: relative;
    top: -24px;
    padding-left: 30px;
}

.contacto {
    background: url(../images/backpublis.png) fixed;
    background-repeat: no-repeat;
    padding: 50px;
    padding-bottom: 150px;
}


.contacto_body h1 {
    font-size: 36px;
    font-family: 'gotham';
    color: #000;
    text-align: center;
}

.contacto_body span {
    font-size: 36px;
    font-family: 'gothambold';
    color: #2b8d96;
    text-align: center;
}

.contacto_body p {
    font-size: 14px;
    font-family: 'gotham';
    color: #494949;
    text-align: center;
}

.contactotext h1 {
    font-size: 18px;
    font-family: 'gothambold';
    color: #38abbd;
    text-align: left;
}

.contactotext p {
    font-size: 15px;
    color: #494949;
    text-align: left;
    font-family: 'gotham';
}

.contactotext ol li{
    font-size: 15px;
    color: #494949;
    text-align: left;
    font-family: 'gotham';
    line-height: 35px;
}

.icons-mediacontacto a {
    margin-right: 20px;
}

.icons-mediacontacto i.fa.fa-facebook {
    color: #27acbb!important;
    font-size: 18px;
}

.icons-mediacontacto i.fa.fa-facebook:hover {
    color: #1a7782!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

.icons-mediacontacto i.fa.fa-linkedin {
    color: #27acbb!important;
    font-size: 18px;
}

.icons-mediacontacto i.fa.fa-linkedin:hover {
    color: #1a7782!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

i.fa.fa-location-arrow {
    color: #38abbd;
    font-size: 20px;
    float: left;
    position: relative;
    margin-right: 20px;
}

.ubicacionmapa {
    position: relative;
    top: 20px;
}


.texto_H_V {
    line-height: 25px;
}

.justificado {
    text-align: justify !important;
}

.contactfooter, .icons-mediacontacto {
    z-index:22;
}


/**Responsive Pablo Rodriguez Lumation Mayo 2019***/
@media screen and (max-width: 800px){

    .coverindex{
        margin-top: 100px;    
    }
    
    .nosotros{
        height: auto;
        padding: 20px;
        margin-top: 50px;
    }
    
    .backnewsletter{
        height: 300px;
        padding: 20px;
    }
    
    .newsletterbody {
        width: 100%;
        float: none;
    }
    
    #mc_embed_signup input.email {
        margin: 10px 0;
        width: 300px;
        float: none;
        left: 0;
    }
    
    .contactenos{
        margin-bottom: 15px;
    }
    
    h2.backcoverpublicaciones.top80 {
    top: 0;
    }
    
    .horarios{
        top: 0;
        text-align: left;
    }
    
    .distribuidores{
        top: 0;
        text-align: left;
    }
    
    .col20{
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .col60{
        width: 100%;
        float: none;
    }
    
    .col40{
        width: 100%;
        float: none;
    }
    
    .col80{
        width: 100%;
        float: none;        
    }
    
    .col10{
        width: 100%;
        float:none;
    }
    
    .menufooter{
        text-align: center;
    }
    
    .menu-items{
        left: 0;
    }
    
    .us{
        padding: 50px 20px;
        border-width:  5px;
    }
    
    .publis{
        padding: 100px 30px;
    }
    
    .contacto{
        padding: 100px 30px;
    }
    
}

@media screen and (min-width: 700px){
    
    .contactenos{
        float:left;
        width: 35%;
        padding: 20px 0;
        margin-bottom: 15px;
    }
    
    .farmacovigilancia{
        top: 0;
        text-align: center;
        float:left;
        width: 35%
    }

    .horarios{
        top: 0;
        text-align: center;
        float:left;
        width: 15%
    }
    
    .distribuidores{
        top: 0;
        text-align: right;
        float:left;
        width: 15%
    }
    
}



