@charset "utf-8";
*{
    margin: 0;
}
html, body{
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    background: #f7f7f7;
}
.caja{
    display: none;
}

.img_tapabocas{
         text-align: center;
}
.img_tapabocas img{
    padding: 5px;
    width: 190px;
    height: 160px;
    border-radius: 20px;
    transition: transform .2s;
}
.img_tapabocas img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
/* .carrusel_termo{
    width: 40% !important;
} */
#tapabocasCaja > h1{
    text-align: center;
}
.ContTapabocas{
    padding-top: 20px;
}
.ContTapabocas video{
    width: 400px;
}
.DocTapabocas .doc1,
.DocTapabocas .doc2{
    display: none;
    margin: 0 auto;
}
.DocTapabocas .doc1 embed,
.DocTapabocas .doc2 embed{
    width: 100%;
    padding: 10px;
    height: 100vh;
}
.img_termometro img{
    width: 100% !important;
}
.correo, .whatsap{
   font-size: 20px;
}
.correo{
    color: #273576;
}
.whatsap{
    color: green;
}
/* */
.allin{
    border-top: #273576 solid 5px;
}
.seleccion{
    height: 20px;
    width: 170px;
}
.seleccion a{
    background-color: white;
    display: block;
    text-align: center;
    text-decoration: none;
}
.seleccion a::after,
.seleccion a::before{
    text-decoration: none;
}
.carrusel{
    max-height: 400px;
    height: auto;
}
.carousel-caption{
   bottom: 150px !important;
   background: rgba(238, 234, 233, .70);
   right: 0 !important;
   left: 0 !important;
   
}
.carousel-caption > h1{
    margin-top: 10px;
    font-weight: bold;
    color: #273576;
    display: block;
    padding: 5px 10px 5px 0;
    font-size: 350%;
}.carousel-caption > p{
    color: #273576;
    line-height: 50%;
    margin: 0;
    text-align: center;
    font-size: 150%;
}
/* aun no se donde va esto */
#cont-main{
    padding: 20px;
    background-attachment: #fff;
}
/* ////////////// */
p{
    margin-bottom: 10px !important;
}
a{
    text-decoration: none;
}
h1{
    color: #273576;
    display: block;
    padding: 5px 10px 5px 0;
    font-size: 170% !important;
    font-weight: bold !important;
}
h2{
    color: #003;
    display: block;
    padding: 10px 10px 5px 0;
    font-size: 120% !important;
    font-weight: bold !important;
}
hr{
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

#mapa{
    width: 100%;
    height: 200px;
}
.header{
    width: 990px;
    margin: 0 auto;
    min-height: 95px;
}
.headin{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0;
}
.logo{
    float: left;
    width: 35%;
}
.logo img{
    width: 90%;
}
/* aun no se donde va esto */
.infodigi{
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    color: #074284;
    font-size: 95%;
}
.contmenu{
    width: 80% !important;
    float: right;
}
.contmenu a{
    text-transform: uppercase;
}
.toogleMenu{
    display: none;
    background: #333;
    padding: 10px 0px 10px 15px;
    color: #fff;
}
.menuint{
    width: 80%;
    text-align: right;
    margin: 0 auto;
    overflow: visible;
}
.tricol{
    width: 33%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}
.trifin{
    width: 33%;
    float: left;
    display: block;
    border-right: none !important;
}
.greydiv{
    background: #eeeeee;
    padding: 10px 0 20px;
    text-align: left;
}
.greydiv h2{
    display: block;
    padding: 10px 20px !important;
    padding-left: 5% !important;
}
.greydiv p{
    display: block;
    padding-left: 5% !important;
    padding-bottom: 0px !important;
}
.greydiv img{
    text-align: center;
    margin: 30px auto 0;
    width: 35%;
    display: block;
}
.bigcol{
    width: 100%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}
.bicol{
    width: 49%;
    float: left;
    border-right: #ccc solid 1px;
    display: block;
}
.bifin{
    width: 49%;
    float: left;
    display: block;
    border-right: none !important;
}
.tricol h1,
.tricol h2,
.tricol p,
.tricol ul,
.tricol li,
.bicol h1,
.bicol h2,
.bicol p,
.bicol ul,
.bicol li{
    padding: 0 20px 20px 0;
}
.formit{
    padding: 20px 0;
    text-align: center;
}
input, textarea{
    padding-left: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    width: 70%;
    border: #dedede 1px solid;
}
input{
    height: 40px;
}
.inlang{
    width: 40px;
    height: 35px;
    margin: -20px 0px 0px;
    border: none !important;
    padding-left: 0px;
}
.butone{
    background: #ccc;
    color: #fff;
    cursor: pointer;
}
.butone:hover{
    background: #273576;
    color: #fff;
}
#lang{
    float: left;
    background: #273576;
    color: #fff;
    padding: 3px 10px 4px;
    margin-right: 10px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#netwdigi{
    float: right;
    color: #000;
    margin: 0px 0px 10px;
}
#netwdigi img{
    height: 30px;
}
#netwdigi img:hover{
    opacity: 0.5;
}
#middle, #contents{
    width: 100%;
    margin: 0 auto 5px;
}
.prods_grid{
    display: inline-block;
    width: 16%;
    font-size: 90%;
    margin-top: 10px;
}
.prods_grid img{
    width: 100%;
}
.prods_int{
    width: 100%;
}
.prods_int a{
    display: block;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
}
.prods_int a:hover{
    background: #273576;
}
.cyan{
    background: #09c;
}
.SkyBlue{
    background: #87CEEB;
}
.DodgerBlue{
    background: #1E90FF;
}
.RoyalBlue{
    background: #4169E1;
}
.Navy{
    background: #000080;
}
.Turquoise{
    background: #40E0D0;
}
.CadetBlue{
    background: #5F9EA0;
}
.blue{
    background: #273475;
}
.blue h2{
    color: #fff !important;
}
#contents{
    overflow: hidden;
}
#leftbar{
    float: right;
    width: 22%;
    height: 210px;
    overflow: hidden;
    margin-top: 10px;
}
#leftbar img{
    width: 50%;
}
#leftbar a img:hover{
    opacity: 0.5;
}
#rightbar{
    float: left;
    width: 20%;
}
#rightbar h1{
    padding: 5px;
    margin-bottom: 0;
    background: #273576;
    border: 1px solid #273576;
    text-align: center;
    color: #fff;
    font-weight: bold !important;
    font-size: 80% !important;
}
ul.MenuBarVertical{
    border: 1px solid #ccc;
}
ul.MenuBarVertical{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100% !important;
    cursor: default;
    width: 100%;
}
ul.MenuBarVertical li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100% !important;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 100%;
}
ul.MenuBarVertical a{
    display: block;
    cursor: pointer;
    background-color: #fff;
    padding: 0.3em 0.75em;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
ul.MenuBarVertical a:hover{
    background-color: #09c;
    color: #fff;
}
.barmodule{
    border-bottom: 10px solid #273576;
    margin-bottom: 2px;
}
.barmodule a{
    text-decoration: none !important;
    color: #111111;
}
.butbar{
    padding: 10px 0 10px 40px;
    text-align: right;
    background: #999;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px !important;
}
.phone{
    background: url(../imgs/phone.png);
    /* no tengo la imagen */
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.mail{
    background: url(../imgs/mail.png);
    /* no tengo la imagen */
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
#carouselExampleIndicators{
    width: 100%;
    text-align: center;
    float: left;
}
#contint, #contint2{
    /* float: right; */
    padding: 5px;
    text-align: justify;
}
#contint{
    width: 100%;
}
#contint2{
    width: 100%;
}
#contint ul li, #contint2 ul li{
    margin-left: 10px;
    display: block;
    padding: 0 0 0 20px;
    background: url(../imgs/li-icon.png) no-repeat;
}
#contint2 p, #contint2 h1, #contint h2{
    padding-left: 12px;
}
.imgint{
    width: 100%;
    overflow: hidden;
    max-height: 200px;
    margin-bottom: 5px;
}
.imgint2{
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    margin-bottom: 5px;
}
.imgint img, .imgint2 img{
    width: 100%;
}
#servbaners{
    text-align: center;
}
#servbaners img{
    margin: 0 1px;
}
#servbaners a img:hover{
    opacity: 0.5;
}
.logos{
    background: #fff;
    text-align: center;
}
.logos img{
    width: 30%;
    padding: 10px;
}
.footer{
    float: left;
    width: 100%;
}
.footint{
    background: #273576;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 90%;
}
.footleft p{
    display: block;
    padding: 20px;
}
.footright{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 95%;
}
.fb_iframe_widget{
    border: solid 1px navy;
}
/* adicionar */
#cont-main ul li{
    display: block;
    list-style-type: none;
    padding-left: 15px;
    background: url(../imgs/bullet-blue.png) no-repeat;
}
img{
    border: none;
}
/*modal*/
#app fieldset{
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}
fieldset > input[type="text"], fieldset > input[type="email"],
fieldset > textarea{
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}
fieldset > input[type="text"]:hover, fieldset > input[type="email"]:hover,
fieldset > textarea:hover{
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}
fieldset > textarea{
    height: 100px;
    max-width: 100%;
    resize: none;
}
fieldset > input[type="submit"]{
    cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}
fieldset > input[type="submit"]:hover{
    background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
fieldset > input[type="submit"]:active{
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); 
}
fieldset > input:focus, fieldset > textarea:focus{
    outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
   }
   :-moz-placeholder {
    color:#888;
   }
   ::-moz-placeholder {
    color:#888;
   }
   :-ms-input-placeholder {
    color:#888;
   }
/* resposive */
@media screen and (max-width: 780px){
    a{
        text-decoration: none !important;
    }
    a::after, a::before{
        text-decoration: none !important;
    }
    .header{
        width: 100%;
        margin: 0 auto;
        min-height: 95px;
    }
    #middle{
        width: 100%;
        margin: 0 auto;
    }
    .footint{
        font-size: 85%;
    }
    .imgint, .imgint2{
        margin-bottom: 0px !important;
    }
    #lang{
        width: 100%;
    }
    #netwdigi{
        text-align: center;
        float: none;
    }
    #netwdigi img{
        height: 10%;
    }
    .logo{
        float: left;
        width: 100%;
        text-align: center;
    }
    .logo img{
        width: 75%;
    }
    .menuint{
        width: 100%;
        text-align: center;
    }
    .tricol, .bicol, .trifin, .bifin{
        width: 100%;
    }
    .prods_grid{
        width: 49%;
        font-size: 80%;
        margin-bottom: 5px;
    }
    #leftbar{
        width: 100%;
        margin-bottom: 10px;
        max-height: 100px;
    }
.blue{
    display: none;
}
#contents{
    width: 100%;
}
#rightbar{
    float: left;
    width: 100%;
}
#contint p, #contint h1, #contint h2{
    padding-left: 12px !important;
}
#contint{
    width: 100%;
    padding-left: 10px;
}
.logos img{
    width: 45%;
}
.greydiv h2, .greydiv p{
    padding-left: 10% !important;
}

}
@media screen and (max-width: 576px){
    .img_tapabocas > a > img{
        width: 112px;
    height: auto;
    transition: none;
    }
}