@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

.header {
    height: 110px;
    background: rgba(11,35,69,0.9);
    opacity: 0.9em;
}

div.view{
    border: 1px solid  #BDBDBD;
    background:  #005578;
    padding: 5px;
}

body{
    background-color: #FFF;  
    color: #656565;
    width:98%;
}

.cliente {
    margin-top:10px;
	background-color: rgba(0, 0, 0, 0);
	background: white;
        
}

.contenido {
    font-family: 'Muli', sans-serif;
    text-align: justify;
    color: #ffffff;
    font-size: 0.9em;
}

.view h3{
	 font-family: 'Muli', sans-serif;
	 color:#6C6C6C;
	 text-align: justify;
     margin-top:11px;
}

.image-news {
    text-align: center;
    margin-bottom: 10px;
}

.image-news img {
    width: 100%;
    height: 125px;
    margin-top: 5px;
    border: 1px solid  #BDBDBD;
}
.title-noticia {
    font-family: 'Muli', sans-serif;
    font-size: 1.249em;
    color: #F39200;
}

.noticiabtn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-header {
    background: #06162e;
}

.title-showroom {
    color: #da8300 !important;
    font-family: 'Open Sans', 'Helvetica', Arial, serif;
    font-size: 1.7em;
    font-weight: 700;
    padding: 2px;
    text-align: center;
}

.img-logo img {
    max-width: 98%;
    margin-top: 10px;
}

.iframe-contenido {
    font-family: 'Lato', sans-serif;
    text-align: justify;
    font-size: 0.86em;
}
.bder{
    background:#FFF;
    border-left: thick double #f2f1f1;
}

.titulo-noticia{
    color: #f3920c;
    font-family: 'Muli', sans-serif;
    font-size: 1.249em;
    margin-top: 36px;
}

.image-news a img:hover{
    background: #000;
}

.leer .btn-primary{
	background:#494d61;
}

.noticiabtn .btn-primary{
   background:#f3920b;
   border:1px solid #f3920b; 		
}

.noticiabtn .btn-primary:hover{
	background: #f3920b
}

.leer .btn-primary:hover{
	background: #f3920b
}

.column:after{
	content: "";
	position: absolute;
	right: 7px;
	bottom: 0;
	height: 30px;
	width: 40px;
	background-color: rgba(0,0,0,-0.04);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
	background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.1)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
        background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.1));
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#19000000', GradientType=0);
        transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -webkit-transform: skew(-25deg);
        z-index: -1;
}

/*maximo de 2500px*/
@media only screen and (max-width:2500px) {

    .col-sm-3 {
      width: 100% !important;
    }
    
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 250px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 315px;
    }
    .iframe-img img {
    	max-width: 90% !important;
	}

}

/*maximo de 1920px*/
@media only screen and (max-width:1920px) {

    .col-sm-3 {
      width: 100% !important;
    }
    
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 210px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 295px;
    }
    .iframe-img img {
    	max-width: 90% !important;
	}

}

/*maximo de 1366px*/
@media only screen and (max-width:1366px) {

    .col-sm-3 {
      width: 100% !important;
    }
    
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 175px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 290px;
    }
    .iframe-img img {
    	max-width: 76% !important;
	}

}

/*maximo de 1280px*/
@media only screen and (max-width:1280px) {

    .col-sm-3 {
      width: 100% !important;
    }
    
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 175px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 290px;
    }
    .iframe-img img {
    	max-width: 70% !important;
	}

}


/*maximo de 1024px*/
@media only screen and (max-width:1024px) {

    .col-sm-3 {
      width: 100% !important;
    }
    
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 145px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 285px;
    }
    .iframe-img img {
    	max-width: 90% !important;
	}

}

@media only screen and (max-width:800px) {
    .col-sm-3 {
      width: 100% !important;
    }
  
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 125px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 275px;
    }
    .iframe-img img {
    	max-width: 76% !important;
	}
}

@media only screen and (max-width:700px){

.col-sm-3 {
      width: 100% !important;
    }
  
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 125px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 275px;
    }
    .iframe-img img {
    	max-width: 76% !important;
	}

}

@media only screen and (max-width:600px){

.col-sm-3 {
      width: 100% !important;
    }
  
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 125px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 295px;
    }
    .iframe-img img {
    	max-width: 76% !important;
	}

}

@media only screen and (max-width: 500px) {
    
    .col-sm-3 {
      width: 100% !important;
    }
  
    .col-sm-9 {
      width: 100% !important;
    }
    
    .image-news img {
       margin-bottom: 0px; 
       height: 125px;
    }
    
    .titulo-noticia {
        margin-top: 11px;
        font-size: 1.0em;
        text-aling:center;
    }
    
    .contenido {
        padding: 5px;
        width:100%;
    }
    .leer{
        padding-bottom: 20px;
        text-align: center;
    }
    div.view {
	    height: 275px;
    }
    .iframe-img img {
    	max-width: 76% !important;
	}
}

@media only screen and (max-width:320px){
   
   .image-news img {
   	height: 41%;
   	width: 197px;
   }
   
   .cliente{
        margin-left:10px;
        margin-right: 10px;
    }
}