@import url("bootstrap.min.css"); /*5.1.3*/
@import url("bootstrap-grid.min.css"); 
@import url("artcon_bloques.css");
@import url("artcon_fontcolor.css");
@import url("artcon_menulateral.css");
@import url("artcon_publicidad.css");
@import url("artcon_interior.css");
@import url("../fontawesome/css/fontawesome.min.css");
@import url("../fontawesome/css/brands.min.css");
@import url("../fontawesome/css/solid.min.css");



body { /* fixed */
  min-height: 50rem; /* background-image: url(../images/14573_original.jpg); background-repeat:repeat-x; */
  padding-top: 0.0rem; font-family: var(--font-basic); }

a { color: #014DAD; text-decoration: none; font-family: var(--font-basic); }
a:hover { text-decoration: none }

.hidden-1024 { display: inline-block; }
.show-640 { display:none;}
.tempe-640 {display:none;}
.hidden-768 {display: inline-block;}

@media screen and (max-width: 1024px) {
.hidden-1024 { display:none; }
}

@media screen and (max-width: 768px) {
.hidden-768 { display:none; }
.top { min-height:90px;} /* tira top de temp-logo-social*/
}


@media screen and (max-width: 640px) {
.hidden-640 { display:none; }
.show-640 { display:block;}
.tempe-640 {display: block; float:left; margin-top:5px; width:70px; color: #09C; font-weight:bold; font-size:18px;}
}

@media screen and (max-width: 480px) {
.hidden-480 { display:none; }
}
 

/** 5 columnas **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
       position: relative;
       min-height: 1px;
       padding-right: 10px;
       padding-left: 10px;
}

.col-xs-15 {
       width: 20%;
       float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
           width: 20%;
           float: left;
       }
}
@media (min-width: 992px) {
       .col-md-15 {
           width: 20%;
           float: left;
       }
}
@media (min-width: 1200px) {
       .col-lg-15 {
           width: 20%;
           float: left;
       }
}

/* topscroll*/
#myBtnSc {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #666; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 14px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#myBtnSc:hover {
  background-color: #333; /* Add a dark-grey background on hover */
}







//** videos responsive *//

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}




/***************** footer ****************************/

.footer1 {
       background-color: #f4f4f4; 
       padding-top: 40px;
       padding-right: 0;
       padding-bottom: 20px;
       padding-left: 0;
}



.title-widget {
       color: #000;
       font-size: 14px;
       font-weight: 500;
       line-height: 1;
       position: relative;
       text-transform: uppercase;
       font-family: var(--font-foot);
       margin-top: 0;
       margin-right: 0;
       margin-bottom: 25px;
       margin-left: 0;
       padding-left: 10px;
}

.title-widget::before {
    background-color: #ccc;
    content: ""; 
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 2px;
}



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px; 
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget_nav_menu ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 10px;
    position: relative;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width:95%;
}

.widget_nav_menu ul li a{ 
              color:#666; font-family: var(--font-foot);
    margin-bottom: 7px;
    padding-bottom: 7px;
              width:95%;
}


.title-median {
    color: #000;
    font-size: 20px;
    line-height: 10px;
    margin: 0 0 15px;
    /*text-transform: uppercase;*/        
       font-family: var(--font-foot);
}

.footerp p {  font-family: var(--font-foot); sans-serif; color:#333; line-height:10px; }

.footerp p a {  font-family: var(--font-foot); color: #333; }

                     #social:hover {
                     -webkit-transform:scale(0.8); 
                     -moz-transform:scale(0.8); 
                     -o-transform:scale(0.8); 
                     }

                     #social {
                            color: #888;
                            -webkit-transform:scale(0.6);
                              /* Browser Variations: */
                            -moz-transform:scale(0.6);
                            -o-transform:scale(0.6); 
                            -webkit-transition-duration: 0.5s; 
                            -moz-transition-duration: 0.5s;
                            -o-transition-duration: 0.5s; 
                     }           


                     .social-fb:hover {
                            color: #3B5998;
                     }
                     .social-tw:hover {
                            color: #4099FF;
                     }
                     .social-gp:hover {
                            color: #d34836;
                     }
                     .social-em:hover {
                            color: #f39c12;
                     }
                     .nomargin { margin:0px; padding:0px;}

.footer-bottom {
    background-color: #ccc;
    min-height: 30px; border-top:2px #FFF solid;
    width: 100%;
}
.copyright, .copyright a {
    color: #000; font-family: var(--font-foot); font-size:15px;
    line-height: 30px;
    min-height: 30px; text-shadow: 1px 1px 1px #fff;
    padding: 7px 0;
}

.copyright a:hover{
    color: #014DAD!important; text-decoration:none;
}

.design {
    color: #333;  font-size:15px; 
    line-height: 30px; text-shadow: 1px 1px 1px #fff;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    color: #333; text-decoration:none; font-family: var(--font-foot);
}
.design a:hover, .copyright a:hover {
    color: #014DAD; 
}


/**************************** # Footer ********
