@charset "utf-8";
/* CSS Document */
@import url('slider.css');
@import url('menu-principal.css');
@import url('menu-categorias.css');
@import url('animate.css');
@import url('modal.css');
@import url('login.css');
@import url('encuesta.css');

 h1, h2, h3, h4 ,h5, h6{
	font-family: 'Hind Siliguri', sans-serif;
	}

.sin-border-radius{
	border-radius:0px;
	}	

.watch-sm-down{
	display:none !important;
	}	

.logo{
	width:100%;
	padding: 0px 0px 0px;
	height:110px;
	position:relative;
	text-align: center;
	}
	
.logo img{
	width: auto;
	height: 100%;	
	}

/*=====Fecha======*/	
.fecha{
	padding:5px 0px 0px;
    height: auto;
	vertical-align: middle;
	position: relative;
	text-align: right !important;
	z-index: 10;
	}
	
.fecha p{
    color:#dc3224;
	font-size:0.65rem;
	padding:5px 8px;
	margin:0px;
	}
	
.fecha p span{
    font-weight:700;
	color:#dc3224;
	}

.header{
	height:95px;
	z-index: 2;
	background: rgba(2,17,57,0.9);
	position: absolute;
	width: 100%;
	}

.header::before{
	top:0px;    
	left:0px;
	content:"";
	position:absolute;
    width:35%;
	height: 115px;
	background:url("../img/bg-hearder-2.svg") no-repeat right top;
	background-size: cover;
}

.header::after{
	top:0px;    
	right:0px;
	content:"";
	position:absolute;
    width:52%;
	height: 45px;
	background:url("../img/bg-hearder-1.svg") no-repeat left top;
	background-size: cover;
	
}

/*=====btn-faq-contac=======*/
.btn-faq-contac {
    position: relative;
    height: 25px;
    width:auto;
    padding:5px 10px;
	display: inline-block;
   -webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	   -ms-transition: all 300ms ease-in-out;
	       transition: all 300ms ease-in-out;
}

.btn-faq-contac a {
    position: absolute;
    height: 100%;
    width:100%;
    top:0px;
	left: 0px;
	
   -webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	   -ms-transition: all 300ms ease-in-out;
	       transition: all 300ms ease-in-out;
}

.btn-faq-contac .icon-faq-contac {
    position: relative;
	vertical-align: middle;
    height: 18px;
    width:18px;
	background: #fff;
	border-radius: 50%;
	color:#bb732c;
	text-align: center;
	font-size: 11px;
	bottom: 6px;	
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	   -ms-transition: all 300ms ease-in-out;
	       transition: all 300ms ease-in-out;
}

.btn-faq-contac .icon-faq-contac i {
transform: scale(1,1);	
-webkit-transition: all 300ms ease-in-out;
   -moz-transition: all 300ms ease-in-out;
     -o-transition: all 300ms ease-in-out;
	 ms-transition: all 300ms ease-in-out;
	    transition: all 300ms ease-in-out;
}

.btn-faq-contac .txt-faq-contac{
   width: auto;
   font-size: 10px;	
   position: relative;
   vertical-align: middle;	
   color: aliceblue;
   bottom: 4px;	
   display: inline-block;	
   margin: 0px 0px 0px;
   -webkit-transition: all 300ms ease-in-out;
	  -moz-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	   -ms-transition: all 300ms ease-in-out;
	       transition: all 300ms ease-in-out;
}

.btn-faq-contac:hover{
	background: rgba(255,255,255,0.1);
}

.btn-faq-contac:hover .icon-faq-contac{
    transform: scale(1.05,1.05);
	background: #7B420A;
	color:#fff;
}

/*links-redes*/	
.links-redes{
   position:relative;
   width:25px;
   height:25px;	
   z-index: 10;	
   vertical-align: middle;	
   text-align: center;	
   border-radius: 50%;
   line-height: 2;
   font-size: 13px;	
   display: inline-block;	
   margin: 3px	2px 5px;
	
  -webkit-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
       -o-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
   	      transition: all 300ms linear; 	
	}

.links-redes .instagram{
	line-height: 1.8;
   	font-size: 15px;	
	font-weight:400;
	}

.links-redes a{
   color: aliceblue;
   width:25px;
   height:25px;   
   background: rgba(220, 50, 36, 1);	
   -webkit-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
       -o-transition: all 300ms linear;
      -ms-transition: all 300ms linear;
   	      transition: all 300ms linear;	
	}


.links-redes:hover .faq-contac{
   	background: rgba(104, 103, 103, 0.3);
	}

.barra-inferior{
	bottom:-10px;    
	left:0px;
	z-index: 1;
	position:absolute;
    width:70.5%;
	height: 30px;
	-webkit-clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0% 100%);
	background:#fff;
	border-top: 3px solid #880606;
}

.heard-barra-inferior{
	left:0px;
	z-index: 1;
	position:relative;
    width:93.5%;
	height: 8px;
	background: -webkit-linear-gradient(left, rgba(136,6,6,0.9) 0%, rgba(224,36,40,0.9) 100%);
	background: -o-linear-gradient(left, rgba(136,6,6,0.9) 0%, rgba(224,36,40,0.9) 100%);
	background: linear-gradient(to right, rgba(136,6,6,0.9) 0%, rgba(224,36,40,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6880606', endColorstr='#e6e02428',GradientType=1 );
}

.ver-public{
	position: absolute;
	font-size: 16px;
	width: 20px;
	height: 20px;
	top: 30px;
	right: 10px;
	}

.ver-public::before{
	content:"";
	position:absolute;
	background:#d21416;
	width: 5px;
	height: 20px;
	top:-20px;
	right: 3px;
	}


/*=====ver=======*/
.ver{
	font-size:0.6rem;
	display:inline-block;
	margin-bottom: 3px;	
	vertical-align: 1.1;
	}	
	
.ver a{
	width:20px;
	height:20px;
	color:#7e1110 !important;	
	border-radius:50%;
	background:rgba(126,17,16,0.1); 
	position:relative;	
	padding:3px;
	text-align:center;
	margin:0px 2px;	
	display:inline-block;	
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
	}	
					
.ver a:hover{
	color:#fff!important;
	background:rgba(0,0,0,0.8); 
	}


.ver2{
	font-size:0.6rem;
	display:inline-block;
	vertical-align: 1.1;
	margin-bottom: 3px;
}	
	
.ver2 a{
	width:20px;
	height:20px;
	color:#fff !important;
	background: #7b7b7b;
	border-radius:50%;
	position:relative;	
	padding:3px;
	
	text-align:center;
	margin:0px 2px;	
	display:inline-block;	
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
	}	
					
.ver2 a:hover{
	background:#d21416;
	}

/*lins de interes*/

.links-interes{
 text-shadow: 0px 1px 3px  rgba(0,0,0,0.5);
 color: #fff;
 margin: 0px 0px 5px;
 font-size: 120% !important;	
}

.links-interes span{
 font-size: 110% !important;
 color: #fff !important;	
 font-weight: 700;	
}

.cuadro-links{
 width:100%;
 height:auto;
 margin:0px 0px;
}

.links{
 width:45px;
 height:45px;
 border-radius:5px;
 overflow:hidden;
 margin:5px 1.5%;
 background:#CCC;
 display:inline-block;
    -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
           transition: all 200ms linear;	
}	

.links:hover{
 transform: scale(0.95,0.95) 	
}	

/*=====position-ser=======*/
.position-ser{
	width: 100%;
	height: 100px;
	position:absolute;
	z-index: 4;
	bottom:-10px;
}


.zona-asociados{
	width: 100%;
	height: 100px;
	position:relative;
	padding: 10px 15px;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.zona-asociados::before{
	width: 100%;
	height: 100px;
	position:absolute;
	background:#fdeec6;
	-webkit-clip-path: polygon(25px 0%, 100% 0%, 90% 100%, 0% 100%);
	        clip-path: polygon(25px 0%, 100% 0%, 90% 100%, 0% 100%);
	bottom: 0px;
	content: "";
	box-shadow: 0 2rem 3rem rgba(0,0,0,0.5)!important;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;	
}

.icon-asos{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	position:relative;
	background:#f8f8f8;
	vertical-align: middle;
	left: -15px;
	vertical-align:1.5;
	padding: 8px;
	box-shadow: 5px 1px 0rem rgba(136,150,160,0.8)!important;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.txt-asos{
	width: 73.5%;
	display: inline-block;	
	position:absolute;
	vertical-align: middle;
	padding: 5px 15px 0px 0px;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.txt-asos h3{
	color: #014d94;
	font-size: 1rem;
	margin: 0px 0px 5px;
	line-height:0.9 !important;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.txt-asos span{
	color: #db2e20;
	font-size: 1.2rem;
	font-weight: 700;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.txt-asos p{
	color: #014d94;	
	line-height:1.3 !important;
	font-size:0.6rem;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.zona-asociados a{
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
}

.zona-asociados:hover::before{		
	-webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
	 
	bottom: -5px;
	content: "";
	box-shadow: 0 2rem 3rem rgba(0,0,0,0.5)!important;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;	
}

.zona-asociados:hover .txt-asos h3,
.zona-asociados:hover .txt-asos span{		
	color: #b61618;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4);	
	content: "";
	transform: scale3d(1.5,1.5,1.5) translateY(50%) translateX(23%);
}

.zona-asociados:hover .txt-asos p{		
	transform: translateY(50%);
	opacity: 0;
}


.zona-asociados:hover .icon-asos{
	transform: scale3d(1.2,1.2,1.2) translateY(30%);	
	display: inline-block;
}

/*=====slider_container=======*/
.slider_container::before{
	width:92.5%;
	height: 100px;
	content: "";
	position:absolute;
	z-index: 2;
	bottom: -1px;
	right: 0px;
	opacity: 0.6;	
	
	-webkit-clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%);
	        clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%);
	border-bottom: 6px solid #d72d1f;
	background: -moz-linear-gradient(top,  rgba(1,70,137,1) 0%, rgba(1,69,136,1) 1%, rgba(2,17,57,0.01) 99%, rgba(2,17,57,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,70,137,1) 0%,rgba(1,69,136,1) 1%,rgba(2,17,57,0.01) 99%,rgba(2,17,57,0) 100%);
	background: linear-gradient(to bottom,  rgba(1,70,137,1) 0%,rgba(1,69,136,1) 1%,rgba(2,17,57,0.01) 99%,rgba(2,17,57,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014689', endColorstr='#00021139',GradientType=0 );
}

.slider_container::after{
	width: 100%;
	height: 150px;
	content: "";
	position:absolute;	
	z-index: 1;
	bottom: 0px;
	right: 0px;
	background: -moz-linear-gradient(top,  rgba(2,17,57,0) 0%, rgba(2,17,57,0) 1%, rgba(2,17,57,0.99) 89%, rgba(2,17,57,1) 100%);
background: -webkit-linear-gradient(top,  rgba(2,17,57,0) 0%,rgba(2,17,57,0) 1%,rgba(2,17,57,0.99) 89%,rgba(2,17,57,1) 100%);
background: linear-gradient(to bottom,  rgba(2,17,57,0) 0%,rgba(2,17,57,0) 1%,rgba(2,17,57,0.99) 89%,rgba(2,17,57,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021139', endColorstr='#021139',GradientType=0 );
}

/*=====btn-ser=======*/
.btn-ser{
	width: 106px;
	height: auto;
	display: inline-block;
	border-radius: 50%;
	position:relative;
	vertical-align: middle;
    text-align: center;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.btn-ser a{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left: 0;
}

.btn-ser .icon-ser{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position:relative;
	text-align: center;
	background:#f8f8f8;
	vertical-align: middle;
	margin:0px auto;
	padding: 5px;
	box-shadow: 7px 0px 0rem rgba(215,45,31,0.6)!important;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.btn-ser .icon-ser svg{
	fill:#021640 !important;
	width: 90%;
	-webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear;
}

.btn-ser h4{
	font-size: 0.9rem;
	font-weight: 700;
	position:relative;
	margin:0px auto; 
	color: #d72d1f;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.btn-ser h6{
	font-size: 0.75rem;
	position:relative;
	margin:5px auto 0px; 
	color: #fff;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
}

.btn-ser:hover{
	transform: translateY(-20%)
}

.btn-ser:hover .icon-ser{
	background:rgba(215,45,31,9);
	box-shadow: 7px 4px 0rem rgba(255,255,255,0.5)!important;
}

.btn-ser:hover .icon-ser svg{
	fill:#fff!important;
	transform: scale(1.15, 1.15) rotate(-20deg);
}

.btn-ser:hover h4{
	color: #fff;
}

.btn-ser:hover h6{
	color: #d72d1f;   
}

/*=====bg-contenidos======*/
.bg-contenidos{
	position: relative;
	background: #ebebeb;
	padding-top: 30px;	    
}

/*=====z-index-contenidos======*/
.z-index-cont{
	position: relative;
	z-index: 1;	
	 
}

/*=====destacados======*/
.destacados{
	position: relative; 
	width: 99.5%;
	margin: 2px 0px;
	height: auto;
	
}

.destacados .cont-img{
	position: relative; 
	width: auto;
	height: 430px;
	overflow: hidden;
}

.destacados img{ 
	height: 100%;
	transform: scale(1.1, 1.1)
}

.cont-txts{
	position:absolute; 
	width: 100%;
	height: auto;
	padding: 15px;
	display: inline-block;
	background: rgba(0,0,0,0.7);
	z-index: 5;
	bottom: 0px;
	color: aliceblue;
  }
	
.cont-txts h4{
	width: 85%;
	margin: 0px 0px 5px;
}

.cont-txts p{
	width: 85%;
	margin: 0px 0px 5px;
}

.ver-des {
	width: 15%;
	height: 80%;
	padding: 15px 15px;
	display: inline-block;
	margin: 0px 0px 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #fff;
}

.btn-outline-secondary {
    color: #fff !important;
    border-color: #fff !important;
}


.marco-next-prev{
	padding:0px;
	width: 40px;
	height: auto;
	position: absolute;
	z-index: 2;
	background: #d73e33;
	top: 10%;
	left: -15px;
	font-size: 20px;
	overflow:hidden;
	text-align: center;
	}


.marco-next-prev a img {
	width:100% !important;
	height:100% !important;

	 -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear; 
	}	

.marco-next-prev a img:hover{
	transform: scale(0.95,0.95);
	background: #578f40;
	width:100% !important;
	height:100% !important;
	}

.marco-noti-next-prev{
	padding:0px;
	width: 86px;
	height: 40px;
	position: relative;
	z-index: 2;	
	font-size: 20px;
	margin: 15px auto;
	overflow:hidden;
	text-align: center;
	}


.marco-noti-next-prev a img {
	width:40px !important;
	height:40px !important;
	padding: 5px;
	border-radius: 50%;
	display: inline-block;

	 -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear; 
	}	

.marco-noti-next-prev a img:hover{
	transform: scale(0.95,0.95);
	background: #578f40;
	}	

/*=====Noticias=======*/
.Noticias {
	width: 99%;
	height: 430px;
	margin: 2px 0px;
	position: relative;
	overflow: hidden;
	
	-webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
	}	


.Noticias .img-not {
	width: 100%;
	height: 215px;
	position: relative;
	overflow: hidden;
	background: rgba(0,0,0,1.00)
	}

.Noticias .img-not img {
	width: 100%;
	filter: blur(2px);
	transform: scale(1.2,1.2);
	-webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
         -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
            transition: all 200ms linear;
	}

.Noticias .bg-blue,
.Noticias .bg-red {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	padding: 15px;
	-webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear; 
	}

.Noticias .bg-blue {
	background: rgba(19,62,130,0.5);
	}



.Noticias .bg-red {
	background:rgba(99,0,0,0.6);
	}	

.Noticias .txt-not {
	width: 100%;
	position: relative;
	height: 100%;
	background:#fff;
	padding: 15px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
            box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	}

.txt-not h4 {
	}

.txt-not p {
	font-size:0.9rem;
	}

.Noticias:hover {
	}

.Noticias:hover .img-not img  {
	transform: scale(1.0,1.0);
	filter: blur(0px);
	opacity: 0.6;
	}


.Noticias:hover .bg-blue {
	background: rgba(19,62,130,0.0);
	}

.Noticias:hover .bg-red {
	background:rgba(99,0,0,0.0);
	}

/*=====bg-convenios-des=======*/
.content-convenios{
	position:relative;
	width:100%;
	height:auto;
	}

.content-convenios::before{
	position:absolute;
    background:fixed url("../img/../img/bg-convenios.png") no-repeat center;
	background-size:cover;
    content: "";
	width:100%;
	height:500px;
	padding:50px 0px;
	top:-120px;
	}

.content-convenios h2{
	position: relative;
	vertical-align: 1;
	font-weight: 100;
	color: aliceblue;	
	font-size: 1.7rem;
	text-transform: uppercase;
	margin:0px;
	}

.content-convenios h2 span{
	position: relative;
	vertical-align: 1;
	font-weight: 700;
	font-size: 2rem;
	margin:0px;
	}

.content-convenios i{
	position: relative;
	vertical-align: 1;
	font-weight: 700;
	font-size: 2.5rem;
	padding-right:10px;
	margin:0px;
	}	

.content-convenios p{
	position: relative;
	color:#fff;
	vertical-align: 1.1;
	font-weight: 100;
	margin:0px;
	}	

/*=====intro-convenios=======*/
.intro-convenios{
	position:relative;
	width:100%;
	padding-top: 20px;
	}	

.intro-convenios img{
	position:relative;
	width:80%;
	margin: 0px auto;
	z-index: 3;
	}

.intro-convenios .tx-con{
	position:relative;
	background: #fff;
	width:90%;
	margin: 0px 5%;
	padding: 130px 40px 20px;
	top: -100px;
	left: 0px;
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.3);
	}

.tx-con h4{
	margin: 0px 0px 5px;
	color:#525050;
	}

.tx-con p{
	margin: 0px 0px 5px;
	color:#868688;
	}


.marco2-next-prev{
	padding:0px;
	width: 40px;
	height: auto;
	position: absolute;
	z-index: 2;
	background: #959595;
	top: 45%;
	left: 20px;
	font-size: 20px;
	overflow:hidden;
	text-align: center;
	}
	
.marco2-next-prev a img {
	width:100% !important;
	height:100% !important;

	 -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear; 
	}	

.marco2-next-prev a img:hover{
	transform: scale(0.95,0.95);
	background: #162858;
	width:100% !important;
	height:100% !important;
	}

.marco2-con-next-prev{
	padding:0px;
	width: 86px;
	height: 40px;
	position: relative;
	z-index: 2;	
	font-size: 20px;
	margin: 15px auto;
	overflow:hidden;
	text-align: center;
	}


.marco2-con-next-prev a img {
	width:40px !important;
	height:40px !important;
	padding: 5px;
	border-radius: 50%;
	display: inline-block;

	 -webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear; 
	}	

.marco2-con-next-prev a img:hover{
	transform: scale(0.95,0.95);
	background: #578f40;
	}	

/*=====info-identidad=======*/
.info-identidad{
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	margin-bottom:3px;
	padding: 10px 0px;
	}

.info-identidad i{
	display:block;
	display: inline-block;
	width:35px;
	height:35px;
	background:#c3c5c7;
	border-radius:50%;
	color:#a4a4a4;
	position:relative;
	line-height:2;
	vertical-align:middle;
	text-align:center;
	font-size:18px !important;
	}

.info-identidad h6{
	color: #606060;
	margin:0px 0px 0px;
	font-weight: 700;
	}

.info-identidad p{
	margin:0px 0px 0px;
	color:#606060;
	font-style: italic;
	font-size:0.7rem;
	}

.desarrollo{
	 width:100%;
	 position:relative;
	 vertical-align:middle;
	 padding:0px 0px 05px;
}		

.desarrollo p{
	position: relative;
	 font-size:10px !important;
	 color:#fff !important;
	 display: inline-block;
}	

.desarrollo p a{
	 font-size:10px !important;
	 color:#fff !important;
}	

.desarrollo p a:hover{
	 font-size:10px !important;
	 color:#7dbb41 !important;
}	

.hale{
	vertical-align:middle;
	display: inline-block;
	width:50px;
	height:50px;
	position:relative;
	top:-10px;
	left:0
}

footer{
 background:#a4a4a4;
 border-top:#a82a2d 4px solid;	
 padding: 20px 0px 0px; 
 width: 100%;
 height: auto; 	
 position: relative;	
}

/*=====bg-credito=======*/
.bg-credito{
 background: #162858; 	
 padding: 5px 0px 5px; 
 width: 100%;
 height: auto; 	
}

/*lins de interes*/

.links-interes{
 text-shadow: 0px 1px 3px  rgba(0,0,0,0.5);
 color: #fff;
 margin: 0px 0px 5px;
 font-size: 120% !important;	
}

.links-interes span{
 font-size: 110% !important;
 color: #fff !important;	
 font-weight: 700;	
}

.cuadro-links{
 width:100%;
 height:auto;
 margin:0px 0px;
}

.links{
 width:45px;
 height:45px;
 border-radius:5px;
 overflow:hidden;
 margin:5px 1.5%;
 background:#CCC;
 display:inline-block;
    -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
       -ms-transition: all 200ms linear;
           transition: all 200ms linear;	
}	

.links:hover{
 transform: scale(0.95,0.95) 	
}		

/*RewriteEngine on
RewriteCond %{HTTPS} !=on [NC] [OR]
RewriteCond %{SERVER_PORT} !443
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
php_value date.timezone "America/Bogota"


RewriteEngine On
RewriteCond %{HTTP_HOST} ^denticenter\.com\.co [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.denticenter.com.co/$1 [R=301,L]

*/

/*Quienes-somos*/		
.cuadronoticias{
	width:100%;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
	border-bottom:1px dotted #0066ae;
	}
	
.cuadronoticias img{
	width:230px;
	height:auto;
	overflow:hidden;
	outline: solid 1px #0066ae;
    outline-offset: 3px;
	float:left;
	margin-right:15px;
	}
	
.cuadronoticias h4{
	color:#0066ae;
	margin:0px 0px 5px;
	}
	
.cuadronoticias p{
	color: #7f8c8d;
	}
	
.services-title-border {
    background: #009bdb none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin-left: 25px;
    position: relative;
    width: 120px;
	margin-bottom:10px;
	}

.services-title-border::before {
    background: #013871 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -25px;
    position: absolute;
    top: 0;
    width: 20px;
	}	

/*=====Intro Contenido=======*/
.intro-content{
width: 100%;
height: 300px;
background: #000;	
position: relative;
overflow: hidden;	
margin: 0px 0px;
padding:90px 15px 30px;	
background:url(../img/img-contac2.jpg) fixed #003;
background-position: center top;
background-repeat:no-repeat;
background-size:cover;
text-align: center;
}

.marco-titulo h2{
width: auto;
height: auto;	
padding:0px;
color:#315291;
width: 100%;
	
margin: 30px 0px 5px;	
text-shadow: -3px -3px 6px rgba(0,0,0,0.30);
position: relative;
}

.marco-titulo h2 span{
font-weight:700;
color:#fff;
width: 100%;	
font-size:110%;
}

.marco-titulo small{
color:#fff;
width:90%;	
text-shadow: 0px 1px 5px  #000;	
}

.btn-outline-inter {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-iner:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-inter:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-inter:not(:disabled):not(.disabled):active, .btn-outline-inter:not(:disabled):not(.disabled).active,
.show > .btn-outline-inter.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-inter:not(:disabled):not(.disabled):active:focus, .btn-outline-inter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(108, 117, 125, 0.5);
}

/*=====Preguntas-frecuentes=======*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}

/*=====clasificados=======*/
.wrapper figure {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 350px;	
  margin-bottom:15px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1px) and (max-width: 768px) {
  .wrapper figure {
    text-align: left;
  }
}

.wrapper figure:hover figcaption {
  bottom: 6em;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.wrapper figure figcaption {
  position: absolute;
  bottom: -22em;
  left: 1.5em;
  width: 90%;
  background: rgba(22, 40, 88, 0.8);
  padding: 1em;
  -webkit-transition: 0.3s ease-out;
          transition: 0.3s ease-out;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  overflow: hidden;
}

@media (min-width: 1px) and (max-width: 768px) {
  .wrapper figure figcaption {
    padding: 15px;
	bottom: -30em;
    left:0px;
    border-radius: none;
    width: 100%;
	height:100%;
    text-align: left;
	  }
	  
 .wrapper figure figcaption:hover {
    bottom: 0em;
  }
  
.wrapper figure:hover figcaption {
  bottom: 0em;
  }  
}
.wrapper figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}

.wrapper figure:hover img {
  filter: blur(3px); 
  -webkit-transform:scale(1.2,1.2);
          transform:scale(1.2,1.2);
}
.wrapper figure h3 {
  color: white;
  font-size: 1.5em;
  margin-bottom:5px;
  /* word-spacing: -0.2em; */
}
.wrapper figure p {
  color: white;
  margin-top:5px; 
  vertical-align:0.8;
}

@media (min-width: 1px) and (max-width: 768px) {
  .wrapper figure h3 {
    font-size: 1.2em;
  }
  .wrapper figure p {
   font-size: 0.75em;   
   vertical-align:0.7;
}
}

@media (min-width: 1px) and (max-width: 736px) {
  .wrapper figure p {
   font-size: 0.9em;   
}
}

/*=====@convenios=======*/
figure.snip1080 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 200px;
  width:99.5%;
  margin: 1px;	
  background: #070a20;
  text-align: left;
}
figure.snip1080 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	
}

figure.snip1080 img {
  opacity: 0.7;
  width:auto;
  height:100%;
  justify-content: center;	
  transform: scale(1.15,1.15);
  -webkit-transition: all 0.6s;
          transition: all 0.6s;
}
figure.snip1080 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1080 figcaption > div {
  overflow: hidden;
  height: 100%;
  position: relative;
  padding:60px 20px 0 0;
  float: left;
}
figure.snip1080 figcaption > div:nth-of-type(1) {
  width: 30%;
}
figure.snip1080 figcaption > div:nth-of-type(2) {
  width: 70%;
}
figure.snip1080 svg,
figure.snip1080 p,
figure.snip1080 h3 {
  margin: 0;
  opacity: 0;	
}
figure.snip1080 svg {
  background: #333333;
  width: 45px;
  height: 45px;
  fill:#fff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  display: block;
  top: 70px;
  right: 10px;
  border-radius:50%; 	
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1080 h3 {
  font-size: 0.9rem;	
  font-weight: 100;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1080 h3 span {
  font-size: 1.4rem;	
  font-weight: 700;
}

figure.snip1080 p {
  font-size: 0.55rem;	
  font-weight: 500;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1080 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip1080.red {
  background: rgba(126,17,16,0.9);
}
figure.snip1080.red svg {
  background: rgba(22,40,88,0.9);
  padding: 5px;
}
figure.snip1080.black {
  background:rgba(22,40,88,0.9);
}

figure.snip1080.black svg {
  background:rgba(148,21,49,0.9);
  padding: 5px;	
}


figure.snip1080:hover img,
figure.snip1080.hover img {
  opacity: 0.4;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
figure.snip1080:hover figcaption svg,
figure.snip1080.hover figcaption svg,
figure.snip1080:hover figcaption p,
figure.snip1080.hover figcaption p,
figure.snip1080:hover figcaption h3,
figure.snip1080.hover figcaption h3 {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
figure.snip1080:hover figcaption::before,
figure.snip1080.hover figcaption::before {

  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


/*=====Convenios=======*/
.con-convenios{
	width:90%;
	height:40px;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	margin:0px 0px 3px 0px;
	position:relative;
	cursor:pointer;
	font-size:20px;	
	float:right;
	background:#e3e3e3;

	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	}
	
.con-convenios svg{
	width:40px;
	height:40px;
	padding:5px;
	font-size:16px;
	display:inline-block;
	line-height:2;
	position:absolute;
	fill:#fff !important;
	background: #162858;
	margin:0px 0px;
	left:-15px;
	border-radius:50%;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	}
	
.con-convenios .txt-con{
	display:inline-block;
	width:90%;
	position:relative;
	float:right;
	padding:0px 10px;
	margin:0px 0px 0px 0px;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	}
	
.con-convenios .txt-con h5{
	font-weight: 100;
	font-size:0.75rem;
	margin:0px 0px 0px 0px;
	color: #4f4f4f;
	text-align:left;	
	position:relative;
	vertical-align:1.2;
	display: inline-block;
	
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	}
	
.con-convenios .txt-con span{
	font-size:1rem;
	font-weight: 700;
	color:#be281c;	
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
	     -o-transition: all 300ms ease-in-out;
	    -ms-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	}	
					
.con-convenios a{
	text-decoration:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;	
	opacity:0;	
	}	
	
.con-convenios:hover{
	background: #d1d1d1;
	}	
	
.con-convenios:hover svg{
	background: #be281c;
	transform: scale(1.1,1.1) rotate(-30deg)	
	}
	
.con-convenios:hover .txt-con h5{
	color: #be281c;	
	}
	
.con-convenios:hover .txt-con span{
	color:#394867 ;	
	}

/*=====titulos====*/
.titulo{
	width:100%;
	text-align:center;
	text-transform:uppercase;
	}					

.titulo h2{
	color:#797979;
	}
	
.titulo h2 span{
	font-weight: 700;
    color: #385296;
	font-size: 120%;
	}
	
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 360px;
	width:100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	/* word-spacing: -0.15em; */
	font-weight: 300;
	font-size:1.2rem
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #01497b 0%, #0065ab 40%, #77b9e9 100%);
	background: linear-gradient(45deg, #01497b 0%,#0065ab 40%,#77b9e9 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding:1.5%;
	background-color: rgba(20,79,121,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 1%;
	right: 1%;
	bottom: 1%;
	left: 1%;
	border: 1px solid #fff;
	content: '';
	height:98%;
	width:98%;
}

figure.effect-oscar h3 {
	margin: 10% 0 10px 0;
	text-align:center;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	font-size:14px;
	font-weight:bold;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}
	
.form-bottom{
	 border-top:0px;
	 border-right: 0px;	
	 border-left:0px;	
	 border-bottom: 1px #0066FF solid!important;
	 border-radius: 0px;	
	 background: rgba(197,197,197,0.30); 
	 padding: 8px;
	 font-size: 11px;
	 outline: none;	
}

/*contactenos*/	
.contactenos{
	width:100%;	
	position:relative;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 20px;
	}

.contactenos .contact-img {
	width:50%;	
	position:relative;
	height:550px;
	top: 20px;
	display: inline-block;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 20px;
	z-index: 1;
	}
	
.contactenos .contact-img img {
	width:100% !important;	
	}
	
.contactenos .cont-contact {
	position:absolute;
	height:auto;
	display: inline-block;
	width:53%;
	padding: 30px 30px 30px 70px !important;
	height:auto;
	right: 15px;
	padding:0px;
	float: right;
	background: #e3e3e3;
	}

.inputGroup {
  position: relative;
  margin-bottom: 30px;
}

.inputGroup label {
  position: absolute;
  top: 5px;
  left: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight:600;  
  color: #5A5A5A;
}

.inputGroup input,
.inputGroup textarea {
  display: block;
  width: 100%;
  border: none;
  left: 25px;
  color: #5A5A5A;
  outline:none;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px #1233A6 dotted !important;
  border-radius: 0px;
  background: rgba(197,197,197,0.30);
  padding: 5px 8px;
  font-size: 14px;
}

.inputGroup input:focus ~ label,
.inputGroup input:valid ~ label,
.inputGroup textarea:focus ~ label,
.inputGroup textarea:valid ~ label {
  top: -20px;
  transition: all 0.3s ease;
  font-size: 12px;
  color: #315291;
}

.inputGroup input:focus ~ .inputBar:before,
.inputGroup input:focus ~ .inputBar:after,
.inputGroup textarea:focus ~ .inputBar:before,
.inputGroup textarea:focus ~ .inputBar:after {
  width: 50%;
}

.inputGroup textarea {
  height: 100px;
  width: 100%;
  overflow: auto;
  resize: none;
}

.inputGroup .inputBar {
  position: relative;
  display: block;
  width: 100%;
}

.inputGroup .inputBar:before,
.inputGroup .inputBar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  background: #223E8C;
  height: 1px;
  transition: all 0.2s ease;
}

.inputGroup .inputBar:after {
  right: 50%;
}

.inputGroup .inputBar:before {
  left: 50%;
}


.form-texarea{
	margin: 20px 0px 0px;	
	width: 100% !important;	
	height: 150px;
	border: 0px !important;	
	background: rgba(197,197,197,0.30);
	padding: 15px;
	font-size: 0.9rem;	
	color: rgba(45,45,45,1.00)!important;
}


/*=====@Medias=======*/
@media (max-width:3200px) and (min-width:300px){
.slider_container::before{
	width:68%;	
}
}

@media (max-width:2560px){
.slider_container::before{
	width:72%;	
}	
}

@media (max-width:2048px) and (min-width:300px){
.slider_container::before{
	width:77.5%;	
}
}

@media (max-width:1920px) and (min-width:300px){
.slider_container::before{
	width:79%;	
}
}

@media (max-width:1856px) and (min-width:300px){
.slider_container::before{
	width:80.5%;	
}
}

@media (max-width:1800px) and (min-width:300px){
.slider_container::before{
	width:81.5%;	
}	
}

@media (max-width:1792px) and (min-width:300px){
.slider_container::before{
	width:85%;	
}	
}

@media (max-width:1600px) and (min-width:300px){

}

@media (max-width:1440px) and (min-width:300px){
.slider_container::before{
	width:89%;	
}
}

@media (max-width:1368px) and (min-width:300px){
.slider_container::before{
	width:91%;	
}		
}

@media (max-width:1280px) and (min-width:300px){
.slider_container::before{
	width:93.5%;	
}			
}

@media (max-width:1024px) and (min-width:300px){
.slider_container::before{
	width:95.5%;	
}	
}

@media (max-width:992px) and (min-width:300px){
.slider_container::before{
	width:86%;	
}		
}


@media (max-width:768px) and (min-width:300px){
.header::before{
	background:url("../img/bg-hearder-2.svg") no-repeat -845px 0px;
	background-size: cover;
}

.header::after{
	width:68%;	
}

.slider_container::before{
	width:96%;	
}

.intro-content{
width: 100%;
height: 240px;
padding:15px;
}	
}

@media (max-width:736px) and (min-width:300px){	
.header::before{
	background:url("../img/bg-hearder-2.svg") no-repeat right 0px;
	background-size: cover;
	width:70%;
}

.header::after{
	width:20%;	
}

.watch-sm-down{
	display:block !important;
	}
	
.hidden-sm-down {
    display: none !important; 
}	

.slider_container::before{
	width:86.5%;	
}

.con-convenios{
	width:19%;
	height:auto;
	display:inline-block;
	margin:0px 0px 20px 0px;
	padding-top:10px;
	position:relative;
	overflow:hidden;
	background:transparent;
	}
	
.con-convenios svg{
	width:50px;
	height:50px;
	font-size:18px;
	display:table;
	line-height:2.5;
	position:relative;
	margin:0px auto ;
	left:auto;
	}
	
.con-convenios .txt-con{
	display:block;
	width:100%;
	position:relative;
	float:left;
	padding:0px 10px;
	text-align:center !important;	
	}
	
.con-convenios .txt-con h5{
	font-weight: 100;
	font-size:55%;
	margin:5px 0px 0px 0px;	
	text-align:center !important;
	}
	
.con-convenios .txt-con span{
	font-size:125%;	
	}	
	
/*contactenos*/	
.contactenos{
	width:100%;	
	position:relative;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 20px;
	}

.contactenos .contact-img {
	width:100%;	
	position:relative;
	height:250px;
	top: 0px;
	margin:0px 0px 0px;
	z-index: 0;
	}
		
.contactenos .cont-contact {
	position:relative;
	height:auto;
	display:block;
	width:100%;
	padding: 30px 30px 30px 30px !important;
	right: 0px;
	top: 0px;
	z-index: 1
	}	
}

@media (max-width:560px) and (min-width:300px){	
.slider_container::before{
	width:97%;	
}
.header::before{
	background:url("../img/bg-hearder-2.svg") no-repeat right 0px;
	background-size: cover;
	width:70%;
}

.header::after{
	width:20%;	
}

.con-convenios .txt-con h5{
	font-size:0.7rem;
	}
	
.con-convenios .txt-con span{
	font-size:0.9rem;	
	}
}

@media (max-width:426px) and (min-width:300px){
.hidden-down {
    display: none !important; 
}	
 	
.intro-convenios .tx-con{	
	padding: 100px 40px 20px;
	top: -70px;
	}	
	
.marco2-next-prev{
	left: 0px;
	}
	
.destacados .cont-img{
	width: 100%;
	height: auto;
}

.destacados img{ 
	width: 100%;
	transform: scale(1.0, 1.0)
}

.cont-txts{
	position:relative; 
  }

.cont-txts h4{
	width: 75%;
}

.cont-txts p{
	width: 75%;
}

.ver-des {
	width: 15%;
	height: 80%;
	top: 0px;
	right: 25px;
}

.position-ser{
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 4;
	bottom:0px;
}

.slider_container::before{
	width:90%;
	height: 100px;
	content: "";
	position:absolute;
	z-index: 2;
	bottom:-100px;
	right: 0px;
	background: -moz-linear-gradient(top,  rgba(1,70,137,1) 0%, rgba(1,69,136,1) 1%, rgba(2,17,57,1) 99%, rgba(2,17,57,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(1,70,137,1) 0%,rgba(1,69,136,1) 1%,rgba(2,17,57,0.01) 99%,rgba(2,17,57,0) 100%);
	background: linear-gradient(to bottom,  rgba(1,70,137,1) 0%,rgba(1,69,136,1) 1%,rgba(2,17,57,1) 99%,rgba(2,17,57,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014689', endColorstr='#00021139',GradientType=0 );
	opacity:1;
}

.zona-asociados:hover::before{	
	 bottom: 0px;
	 }
	 
.zona-asociados:hover .txt-asos h3,
.zona-asociados:hover .txt-asos span{
	transform: scale3d(1.4,1.4,1.4) translateY(50%) translateX(23%);
}	 

.cuadronoticias img{
	width:45%;
	}
	
.intro-content{
width: 100%;
height: auto;
padding:15px 15px;
z-index:5;
}	

.con-convenios .txt-con h5{
	font-size:0.65rem;
	letter-spacing:-0.5px
	}
	
.con-convenios .txt-con span{
	font-size:0.9rem;	
	}		
}

@media (max-width:376px) and (min-width:300px){	
.header::before{
	width:80%;
}

.cuadronoticias img{
	width:100%;
	margin-bottom:15px;
	}
	
.con-convenios .txt-con h5{
	font-size:0.55rem;
	letter-spacing:-0.7px
	}
	
.con-convenios .txt-con span{
	font-size:0.8rem;	
	}		

}

@media (max-width:320px) and (min-width:300px){
.intro-convenios .tx-con{	
	padding: 70px 40px 20px;
	top: -50px;
	}
	
.zona-asociados:hover .txt-asos h3,
.zona-asociados:hover .txt-asos span{		
	transform: scale3d(1.2,1.2,1.2) translateY(50%) translateX(18%);
}	

.con-convenios .txt-con h5{
	font-size:0.5rem;
	letter-spacing:-0.7px
	}		
}	
