﻿@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');

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Hind Siliguri', sans-serif;*/
	font-family: 'Lucida Bright', sans-serif;
}

h7 {
	/*font-family: 'Hind Siliguri', sans-serif;*/
	font-family: 'Lucida Bright', sans-serif;
}
.margin-left-menos{
	left:-10px !important;
	bottom: -3px !important;
	}	

.sin-border-radius{
	border-radius:0px;
	}	

.watch-sm-down{
	display:none !important;
	}	

/*estilos-pro*/
.border-herad{
	border-top: 8px solid #a63539;
	width:100%;
	position:relative;
	}

.mostrar-mv{
	display:none !important;
	}	
		
.logo{
	background: url("../img/bg-logo.svg") no-repeat;
	width:280px;
	padding: 15px 0px 0px;
	overflow: hidden;
	height:265px;
	position:absolute;
	margin:0px 0px 0px;
	text-align: center;
	left:-20px;
	z-index: 3;
	
	}

.logo img{
	width:63%;	
	}

.matgin-top{
	margin-top:20px;
	}	
	

/*=====Fecha======*/	
.fecha{
	padding:3px 0px 0px;
    height: 30px;
	vertical-align: middle;
	position: relative;
	z-index: 2
	}
	
.fecha p{
    color:#fff;
	font-size:9px;
	padding:5px 8px;
	margin:0px;
	}
	
.fecha p span{
    font-weight:700;
	color:#ECEDED;
	}

header{
	height: auto;
	position: relative;
	}

.header-img{
	height: calc(100%);
	width: 100%;
	padding: 0px 0px 45px;
	position: relative;
	background: url("../img/bg-home - copia.jpg") no-repeat 0px 100%;
	background-size: cover;	
	}

.header-img::before{
	width: 100%;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: -webkit-linear-gradient(rgba(97,97,97,0.7) 0%, rgba(21,24,47,0.90) 75%);
	background: -o-linear-gradient(rgba(97,97,97,0.7) 0%, rgba(21,24,47,0.90) 75%);
	background: linear-gradient(rgba(97,97,97,0.7) 0%, rgba(21,24,47,0.50) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3616161', endColorstr='#b315182f',GradientType=0 );
	height: 100%;
	
	}

.b-0{
	position:relative;
	margin-top:-10px;	
	}

/*=====bg-faq-contac=======*/
.bg-faq-contac{
 width: 100%;
 height: 25px;	
 background: rgba(53,103,185,0.9);
 padding: 0px 0px; 
 position: relative;	
}


/*=====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;
}

.btn-faq-contac:hover .icon-faq-contac i{
    transform: scale(0.8,0.8);
}

/*=====Destacados=======*/
.bg-public-des{
	width: 100%;
	height: auto;
	position: relative;	
	top: -30px;
	}

.bg-public-des::before{	
	background: #fff;
	content: "";
	position: absolute;
	width: 100%;
	height:300px;
	top: -1px;
	left: 0px;
	}

.position-des{
	position: relative;
	z-index: 1
	}


.bg-destacados{
	position: relative;
	width: 100%;
	height:auto;
	}

.bg-destacados::before{
	content: "";
	position: absolute;
	width: 100%;
	height:230px;
	top: 0px;
	left: 0px;
	background: url("../img/bg-body.png") repeat-x #D9D9D9;	
	}

.destacados{
	width: 100%;
    position: relative;
    height: 100%;
    max-height: 380px;
    min-height: 340px;
    padding: 0px;
	}

.destacados .cont-img {
	width:50%;	
	position:relative;
	vertical-align: 1.5;
	max-height: 321px;
	height: 100%;
	top: 20px;
	right: 10px;
	display: inline-block;
	overflow:hidden;
	padding:0px;
	margin:0px;
	z-index: 1;
	float: right;
	-webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
            box-shadow: 0 0 8px 3px rgba(0,0,0,0.3);
	}
	
	/*Modificados*/
.destacados .cont-img img {
	width:100% !important;
	/*transform: scale(1.2);*/
	transform: scale(1);
	position: relative;
	
	}
	
.destacados .cont-txts {
	position:absolute;
	display: inline-block;
	width:47%;
	padding: 60px 30px 30px;
	height:90%;
	max-height:300px;
	left: 15px;
	}
	
.destacados .cont-txts h4 {
	padding:5px;
	color:#003672;
	}

.destacados .cont-txts p {
	padding:5px;
	color:#939393;
	}

.marco-next-prev{
	padding:0px;
	width: 40px;
	height: auto;
	position: absolute;
	z-index: 2;
	background: rgba(253,200,0,0.6);
	bottom: 50%;
	right: -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: rgba(253,200,0,1);
	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: rgba(253,200,0,1);
		;
	}	

/*=====portafolio=======*/
.portafolio,
.portafolio-2 {	
	padding: 15px !important;
	position: relative;
	width: 99%;
	height: 130px;
	margin: 1px !important;
	overflow: hidden;
	}

.portafolio-22 {
	padding: 15px !important;
	position: relative;
	width: 99%;
	height: 60px;
	margin: 1px !important;
	overflow: hidden;
}

.por-opacity {	
	opacity: 0.3
	}

.por-opacity1 {
	opacity: 1
}

.bg-port-2,
.bg-port-3
 {
	-webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear;
}

.bg-port-0 {
	background: rgba(189,194,207,0);
}

.bg-port-0::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	background: url("") no-repeat 140% 60%;
	background-size: 80%;
	opacity: 0.1;
}

.bg-port-1 {
	background:rgba(189,194,207,0.6);
	}

.bg-port-1::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0px;
	background: url("../img/logo-part-01.svg") no-repeat 140% 60%;
	background-size: 80%;
	opacity: 0.1;
	}

.bg-port-2 {
	background:rgba(0,95,160,0.6);
	}

.bg-port-2::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0px;
	background:url("../img/logo-part-01.svg") no-repeat -60% 20%;
	background-size: 85%;
	opacity: 0.1;
	transform: rotate(0deg)
	}

.bg-port-3 {
	background:rgba(0,95,160,0.6);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 36%, 5% 25%, 0 14%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 36%, 5% 25%, 0 14%);
	}

.bg-port-3::before {
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	top: 0px;
	background:url("../img/logo-part-01.svg") no-repeat -60% 20%;
	background-size: 85%;
	opacity: 0.1;
	transform: rotate(0deg)
	}


.tri-port {
	position: absolute;
	left: -2px;
	top: 18px;		
     width: 0; 
     height: 0; 
     border-left: 12px solid rgba(189,194,207,0.3);
     border-top: 15px solid transparent;
     border-bottom: 15px solid transparent; 
}


.portafolio .icon-port,
.portafolio-2 .icon-port {	
	position: absolute;
	width: 35px;
	height:35px;
	top: 10px;
	left: 20px;
	
	-webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear;
	}


.portafolio a{	
	position: absolute;
	width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
	
	 -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
	}

.portafolio .txt-por,
.portafolio-2 .txt-por,
.portafolio-22 .txt-por {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 10px;
	left: 10px;
	padding: 0px 10px !important;
	color: aliceblue;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.txt-por h3,
.txt-por p {	
	position: relative;
	margin: 0px 0px 0px;
	padding: 0px;
	vertical-align: 1;
	}
	
.txt-por h3 {	
	font-size:1.1em;
	letter-spacing:1.2px;
	text-transform:uppercase;
	}	

.txt-por span {	
	font-weight: 700;
	}

.txt-por p {	
	font-size: 12px;
	}
	
.portafolio:hover .txt-por/*,
.portafolio.hover .txt-por*/{		
	bottom: 30px;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5)
}

.portafolio:hover .icon-port/*,
.portafolio.hover .icon-port*/ {	
	transform:scale(4,4) rotate(45deg);
	filter: blur(1px);
	opacity: 0.2;
	top: 60px;
	left:50px;
	}

.bg-port-2:hover,/*
.bg-port-2.active,*/
.bg-port-3:hover/*, 
.bg-port-2.hover*/{
	background:rgba(0,95,160,0.1);
}

/*=====Noticias=======*/
.noticias{
	position: relative;
	width: 100%;
	height:auto;
	margin-bottom: 50px;
	padding-top: 0px;
	}

.noticias::before{
	position: absolute;
	content: "";
	background:url("../img/bg-home - copia-2.jpg") no-repeat center fixed;
	background-size:cover;
	width: 100%;
	height:480px;
	padding-top: 50px;
	top:-149px;
}

.noticias h2{
	color:aliceblue;
	text-transform: uppercase;
	}

.noticias span{
	font-weight: 700;
	}


/*=====Noticias=======*/
.publicacion{
	position: relative;
	width: 100%;
	height:230px;
	overflow: hidden;
	background: #06081c;
	-webkit-transition: all 300ms linear;
       -moz-transition: all 300ms linear;
         -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
            transition: all 300ms linear;
	}



.publicacion img{
	position: relative;
	width: 100%;
	height:230px;
	-webkit-transition: all 400ms linear;
       -moz-transition: all 400ms linear;
         -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
            transition: all 400ms linear;
	}

.publicacion .txt-public{
	position: absolute;
	bottom: 10px;
	width: 100%;
	height:auto;
	padding:0px 15px;
	color: aliceblue;
	-webkit-transition: all 400ms linear;
       -moz-transition: all 400ms linear;
         -o-transition: all 400ms linear;
        -ms-transition: all 400ms linear;
            transition: all 400ms linear;
	}

.publicacion .txt-public h3{
	font-size: 1.4rem;
	font-weight: 100;
	position: relative;
	transform:translateY(0);
	width: 90%;
	text-align: center;
	margin: 0px 0px 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;
	}

.publicacion .txt-public h3 span{
	font-weight: 700;
	font-size: 1.5rem;
	}

.publicacion .txt-public p{
	position: absolute;
	opacity: 0;
	font-size: 0.93rem;
	transform:translateY(250px);
	width: 90%;
	margin: 0px;
	bottom: 0px;
	-webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
         -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
            transition: all 300ms ease;
	}

.publicacion .txt-public i{
	position: absolute;
	font-size: 16px;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 10px;
	-webkit-transition: all 500ms linear;
       -moz-transition: all 500ms linear;
         -o-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
            transition: all 500ms linear;
	}

.bg-public-01,.bg-public-02,.bg-public-03{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
	-webkit-transition: all 600ms ease;
       -moz-transition: all 600ms ease;
         -o-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
            transition: all 600ms ease;
	}

.bg-public-01{
	background: rgba(157,121,16, 0.6 );
	}

.bg-public-02{
	background: rgba(181,63,11, 0.6 );
	}

.bg-public-03{
	background: rgba(68,4,8, 0.6 );
	}


.publicacion:hover{
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
            box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
	}

.publicacion:hover img{
	transform: scale(1.1,1.1);
	filter: blur(3px);
	opacity: 0.2
	}

.publicacion:hover .txt-public {
	transform:translateY(-100%);
	}

.publicacion:hover .txt-public h3{
	transform:translateY(-130px);
	}

.publicacion:hover .txt-public p{
	transform: scale(1,1);
	opacity: 1;
	}

.publicacion:hover .txt-public i{
	transform:translateY(-130px) rotateZ(45deg);
	}

.publicacion:hover .bg-public-01{
	width: 0%;
	height:100%;
	}


.publicacion:hover .bg-public-02{
	width: 100%;
	height:0%;
	}

.publicacion:hover .bg-public-03{
	width: 100%;
	height:0%;
	transform:translateY(250px);
	}


/*=====contenido-interno=======*/

.about-content {
		width: 100%;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
		margin: 0px 0px 5px;
		background: rgba(219,221,240,0.225);
		-webkit-transition: all 300ms ease;
       	   -moz-transition: all 300ms ease;
         	 -o-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
                transition: all 300ms ease;	
        }

.img-content {
            width: 50%;
	        height: auto;
            font-size: 0;
            line-height: 0;
	        overflow:hidden; 
            position: relative;
	        vertical-align: middle;
            letter-spacing: 0;
        }

.img-content img {
            width: 100%;      
            height: 100%;
            max-height:250px;
            object-fit: cover;
			-webkit-transition: all 400ms ease;
       	       -moz-transition: all 400ms ease;
         	     -o-transition: all 400ms ease;
                -ms-transition: all 400ms ease;
                    transition: all 400ms ease;	
        }

.text-block .title {
            font-size: 1.4rem;
            color: #3b3b3b;
            margin: 30px 0px 15px;
            font-weight: bold;
	        padding: 0px;
	        
        }

.text-block p {
            margin-bottom: 15px;
            font-size: 0.8rem;
	        align-items:flex-start;
        }

.text-block {
            padding: 10px 20px 0px 20px;
			vertical-align: middle;
            display: -ms-flexbox;
            display: flex;
            flex-direction:column;
            width: 50%;
            -ms-flex-pack: center;
            justify-content: flex-start;
            -ms-flex-direction: column;
            -ms-flex-align: start;	          
       }

.about-content:hover { 
		background: rgba(219,221,240,0.0)
        }


.about-content:hover .img-content img{ 
		transform: scale(1.1, 1.1);
        }

/*=====Noticias=======*/
.bg-servicios{
	position: relative;
	content: "";
	background:url("../img/bg-home - copia-2.jpg") no-repeat bottom fixed;
	background-size:cover;
	width: 100%;
	height:auto;
	padding-top: 60px;
	top: -60px;
}


.bg-servicios::before{
	position: absolute;
	content: "";
	background:url("../img/bg-home - copia-2.jpg") no-repeat bottom fixed;
	background-size:cover;
	width: 100%;
	height:60px;
	bottom:-59px;
}

/*=====ser-inter=======*/
.ser-inter{
	position: relative;
	width: 100%;
	height:100px;
	overflow: hidden;
}

.ser-inter * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.ser-inter .marco-ser{
	position: absolute;
	width: 80px;
	height:80px;
	bottom: 6px;
	right: 6px;	
	z-index: 2;
}


.ser-inter .marco-img{
	position: absolute;
	width: auto;
	height:95px;
	right: 10px;	
	overflow: hidden;
	z-index: 2;
	bottom: -10px;
}

.bor-01{
	background: rgba(100,153,59,.3);
	outline: solid 3px #64993b;
    outline-offset: 1px;	
}

.bor-02{
	background: rgba(187,157,58,.3);
	outline: solid 3px #bb9d3a;
    outline-offset: 1px;	
}

.bor-03{
	background: rgba(210,118,43,0.3);
	outline: solid 3px #d2762b;
    outline-offset: 1px;	
}

.bor-04{
	border: 4px solid #992128
}



.ser-inter .marco-img img{
	height: 90%;
	object-fit: cover;
}

.ser-inter .marco-txt {
	height: 70px;
	width: 70%;
	right: 45px;
	position: absolute;
	margin-top: 20px;
	bottom: 5px;
	padding: 15px 20px 15px 10px;
	background: rgba(189,194,207,0.3) url("../img/logo-part-01.svg") no-repeat 95% 30%;
	background-size: 60%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	backface-visibility: hidden;
	outline: solid 1px #18214c;
	outline-offset: 1px;
}


.marco-txt h4 {
	font-size:0.657rem;
	font-weight: 100;
    line-height: 2em;	
	text-transform: uppercase;
	color: aliceblue;
}

.marco-txt span {
	font-size:1rem;
	font-weight: 700;
}

.marco-txt p {
  position: absolute;
  line-height: 1.3em;
  width: 75%; 	
  top: 32%;
  left: 0;
  -webkit-transform: scale(0.5) translate(0%, -50%);
          transform: scale(0.5) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  color: aliceblue;	
  padding: 0 10px;
  font-size: 0.55em;
  font-weight: 100;	
}

.marco-txt .read-more {
  position: absolute;	
  bottom: -3px;	
  border: 1px solid #ffffff;
  padding: 0.15em 0.4em;
  font-size: 0.5em;
  text-decoration: none;
  color: #ffffff;
	 text-align: center;
  display: inline-block;
	
  -webkit-transform: scale(0) translate(0%, -50%);
          transform: scale(0) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;	
}



.marco-txt .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}

.ser-inter:hover .marco-txt .read-more,
.ser-inter:hover .marco-txt p {
  -webkit-transform: scale(1) translate(0, -60%);
          transform: scale(1) translate(0, -60%);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.ser-inter:hover .marco-img{
	-webkit-transform: scale(1.05) translate(10%, 0%);
	        transform: scale(1.05) translate(10%, 0%);
	bottom: -10px;
	right: 15px;
}

.ser-inter:hover .marco-txt h4 {
  -webkit-transform: scale(0) translate(0, 0%);
          transform: scale(0) translate(0, 0%);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@-webkit-keyframes ser-inter {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
            transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
            transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes ser-inter {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
            transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
/*=====footer=======*/

footer{
	background:rgba(53,103,185,0.9);
	padding: 15px 0px 0px;
	}

footer h2{
	color: #4d4d4d;
	font-weight: 700;
	margin: 0px 0px 3px;	
	text-transform: uppercase;
	}

footer h4{
	font-size: 100%;
	color: #87b037;
	margin: 0px 0px 3px;	
	text-transform: uppercase;
	}

footer h3{
	color: #a6a5a5;
	margin: 0px 0px 3px;	
	text-transform: uppercase;
	position: relative;	
	font-weight: 700;
	}

/*=====info-identidad=======*/
.info-identidad{
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	margin-bottom:10px;
	padding: 10px 0px;
	}

.info-identidad i{
	display:block;
	display: inline-block;
	width:35px;
	height:35px;
	background:rgba(53,103,185,0.7);
	border-radius:50%;
	color:#fff;
	position:relative;
	line-height:1.5;
	vertical-align:middle;
	text-align:center;
	font-size:22px !important;
	}

.info-identidad h6{
	color: #ffffff;
	margin:0px 0px 0px;
	font-weight: 700;
	}

.info-identidad p{
	margin:0px 0px 3px;
	color:#ffffff;
	font-style: italic;
	font-size:11px;
	}

/*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) 	
}	

/*=====bg-credito=======*/
.bg-credito{
 background: rgba(65,84,129,1)  url("../img/barra_2.jpg") top center repeat-x;
 background-size: 100% 2px; 	
 padding: 5px 0px; 
 width: 100%;
 height: 30px; 	
}	

.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:#009bdb !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
}

/*=====ver=======*/
.ver{
	font-size:16px;
	display:inline-block;			
	}	
	
.ver a{
	width:30px;
	height:30px;
	color:#617da9 !important;	
	border-radius:50%;
	background:rgba(105,102,103,0.1); 
	position:relative;	
	padding:5px;
	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(105,102,103,0.7); 
	}


.ver2{
	font-size:15px;
	display:inline-block;
	}	
	
.ver2 a{
	width:30px;
	height:30px;
	color:#fff !important;
	background: #284d7f;
	border-radius:50%;
	position:relative;	
	padding:5px;
	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{
	color:#fff !important;
	background:#007bff;
	}

/*=====imputs=======*/
.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-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;	
}



.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: 11px;	
	color: rgba(255,255,2555,1.00)!important;
}



.bg-01{	
background: rgb(8,28,99);
}

.bg-02{
background: rgb(1,61,115);
}

.bg-03{
background: rgb(0,110,111);
}

.bg-04{
background: rgb(0,108,59);
}

.bg-05{
background: rgb(161,150,0);
}

/*=====Destacados=======*/
.bg-internas{
	width: 100%;
	height: auto;
	position: relative;	
	top: -30px;
	background: #fff;
	padding-bottom: 15px;
	}




/*=====titulo-seccion=======*/
.titulo-seccion{	
	position: relative;
	line-height: 0.9;
	background: url("../img/barra_2.jpg") no-repeat left bottom;
	background-size:  100% 2px;
	padding: 15px 10px 10px;
	width: 45%;
	height: auto;
}

.titulo-seccion h6{
	color: #3a488e;
	font-size: 1rem; 
	font-weight: 100;
	text-transform: uppercase;
	margin: 0px !important;
	padding: 10px 0px 10px !important;
}

.titulo-seccion span{
	font-weight: 900;
}

.titulo-seccion small{
	font-size: 0.8rem; 
	margin: 0px !important;
	padding: 0px 0px 10px !important;
	color: #9A9A9A;
	
}



/*=====gelerias=======*/
.galeria-img {
    width: 100%;
    height: auto;
    float: left;
	margin:0px 0px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.galeria-img .mascara,.galeria-img .contenido {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0
}

.galeria-img img {
        display: block;
        position: relative;
}

.galeria-img h2 {
        text-transform: uppercase;
        color: #fff;
		font-family: 'Conv_shrutib', Arial;
        text-align: center;
        position: relative;
        font-size:14px;
        padding: 5px;
        background: rgba(0, 0, 0, 0.7);
        margin: 10px 0 0 0
}

.galeria-img p {    
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px 10px 10px;
        text-align: left;
}

.galeria-img a.link {
		position:relative;
        display: inline-block;
        text-decoration: none;
        padding: 7px;
		top:50%;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-transform: uppercase;
        box-shadow: 0 0 1px #000
}


.cerrar-zona {
	position:absolute;
	z-index: 9999;
    width: 125px;
	top: 0px;
	right: 10%;
	height: auto;
	cursor: pointer;
	display: inline-block;
	color: aliceblue;
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;	
}

.cerrar-zona h4 {
	margin: 0px;
	position:relative;
    font-size: 0.8rem;
	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;
}

.cerrar-zona span {
    font-size: 1.2rem;
	font-weight: 700;
}

.cerrar-zona i {
	color: rgba(14,41,83,1);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position:relative;
    font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 5px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
}

.cerrar-zona:hover {
	color: #93b531;
}

.cerrar-zona:hover span{
	color: #d47b2c;
}

.cerrar-zona:hover i {
	color: rgba(255,255,255,1);
	background:#d3772c;
	transform: scale(1.1)
}


.entrar-zona {
	top:12%;    
	position:relative;
    width: 120px;
	float: right;
	height: 45px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	color: aliceblue;
	background: rgba(255,255,255,0.2) url("../img/logo-part-01.svg") no-repeat 70% -10px;
	background-size: 50%;
	padding: 8px;
	outline: solid 3px #fff;
    outline-offset: 2px;
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;	
}

.entrar-zona h4 {
	width: 100%;
	margin: 0px;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.58);
	line-height: 1.2;
    font-size: 0.9rem;
	top:-10%;    
	position:relative;
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
}

.entrar-zona span {
    font-size: 1.21rem;
	font-weight: 700;
}

.entrar-zona .entrar-img {
	color: rgba(14,41,83,1);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	position:absolute; 
	line-height: 1;
	padding: 8px;
	top: -17px;
	right: -20px;
	text-align: center;
	background: rgba(23,33,69,1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.58);
	
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
}

.entrar-zona img {
	width: 100%;
    -webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	     -o-transition: all 300ms linear;
	    -ms-transition: all 300ms linear;
	        transition: all 300ms linear;
}

.entrar-zona:hover {
	color: #93b531;
	background: rgba(255,255,255,0.4)
}


.entrar-zona:hover h4 {
	color: #18224f;
	transform: scale(0.9,0.9);
}

.entrar-zona:hover .entrar-img {	
	transform: scale(1.1,1.1);	
	background: rgba(253,200,0,1);
}

/*=====titulos====*/
.titulo{
	width:100%;
	height: auto;
	text-align:left;
	margin: 0px 0px 0px;
	padding-bottom: 10px;
	}

.titulo h2{
	color:#bdbcc2;
	font-size:1.3rem; 
	margin: 0px;
	}
	
.titulo span{
	font-weight: 700;
    color: #62983b;
	font-size: 1.5rem;
	text-decoration: underline;
	}

/*=====convenios=======*/		   
.convenios {
  position: relative;
  overflow: auto;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background: #111935 url("../img/logo-part-01.svg") no-repeat -30% 50%;
  background-size: 120%;	
}

.convenios * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.convenios img {
  vertical-align: top;
  width: 100%;
  backface-visibility: hidden;
}

.convenios figcaption {
  position: absolute;
  width: 100%;
  height: 100%;	
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px;
  background: rgba(26,36,90,0.3)  url("../img/logo-part-01.svg") no-repeat -30% 50%;
  background-size: 120%;	
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.convenios figcaption button{
  margin: 0;
}

.convenios h3,
.convenios p{
  margin: 0;	
}

.convenios h3 {
  line-height: 1.2em;
}

.convenios h3 {
  color: #35ADF9;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 1px;
}

.convenios p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: .65rem !important;
  margin-top: 0px;
  padding: 8px 0 5px;
  line-height: 1.5em;
}

.convenios:hover > img,
.convenios.hover > img {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  filter: blur(5px);
  opacity: 0px;		
}

.convenios:hover figcaption,
.convenios.hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}



.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

figure {
    margin: 0 0 0rem;   
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1px !important;
	max-height: 360px;
	height: 99.2% !important;	
	width:99.2%;
	background: rgba(253,200,0,0.5);
	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 h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h4 span {
	font-weight: 800;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #0B9B1C 0%, #084106 40%, #0EBE33 100%);
	background: linear-gradient(45deg, rgba(253,200,0,1) 0%,rgba(253,200,0,4) 40%,rgba(253,200,0,4) 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(0,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 h4 {
	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 h4 {
	-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;
}


/*=====@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: 100%;
  height: calc(100% + 10%);
  transform: scale(1,1);
  -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;
  line-height: 45px;
  text-align: center;
  position: absolute;
  font-size: 28px;
  display: block;
  top: 70px;
  right: 10px;
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1080 h3 {
  font-size: 1.2rem;	
  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.7rem;	
  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.blue {
  background: rgba(30,50,112,1) url("../img/logo-part-01.svg") no-repeat 100% 50%;
  background-size: 110%;
}
figure.snip1080.blue svg {
  background: #1e3270;
}
figure.snip1080.red {
  background: #36100c url("../img/logo-part-01.svg") no-repeat 100% 50%;
  background-size: 110%;
}
figure.snip1080.red svg {
  background: #c0392b;
}
figure.snip1080.orange {
  background: #bc742d url("../img/logo-part-01.svg") no-repeat 100% 50%;
  background-size: 110%;
}
figure.snip1080.orange svg {
  background: #bc742d;
}

figure.snip1080.green {
  background: #04952a url("../img/logo-part-01.svg") no-repeat 100% 50%;
  background-size: 110%;
}
figure.snip1080.green svg {
  background: #04952a;
}

figure.snip1080.red svg {
  background: #c0392b;
}
figure.snip1080.yellow {
  background: #82660f url("../img/logo-part-01.svg") no-repeat 100% 50%;
  background-size: 110%;
}
figure.snip1080.yellow svg {
  background: #d3bf34;
}


figure.snip1080:hover img,
figure.snip1080.hover img {
  opacity: 0.4;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
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;
}


/*=======*internos-convenios=======*/
.button-con-inter {
  position: relative;
}	
	
.button-con-inter li {
  display: inline-block;
  list-style: none;
  margin-right: 3%;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.button {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  line-height:30px;
  width: 35px;
  height: 35px;
  margin-top: 20px;	
  background-color: #B5B5B5;	
  -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
          border-radius: 50%;
  text-decoration: none;
  text-align: center;	
  -webkit-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
     -moz-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
       -o-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
          transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
}


.button svg {
  fill:#EAEAEA;	
  text-align: center;		  
  width: 60%;
  margin: 0px auto;	
  -webkit-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
     -moz-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
       -o-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
          transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
}

.pulse {
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 100%;
  bottom: 0%;
  opacity: 1;
  background: none;
  border: 0px solid #c6c6c6;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
     -moz-transition: all 0.3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
       -o-transition: all 0.3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
          transition: all 0.3s cubic-bezier(0.53, -0.67, 0.79, 0.74);
}

.button:hover.blue {
  background: rgba(30,50,112,1) ;
}

.button:hover.blue svg {
  fill: rgba(9,106,240,1.00) ;
}

.button:hover.red {
  background: #820000;
}

.button:hover.red svg {
  fill:#E41B1B;
}


.button:hover.orange {
  background: #bc742d;
}

.button:hover.orange svg {
  fill: #FAA237;
}

.button:hover.green {
  background: #04952a;
}

.button:hover.green svg {
  fill: #05D23B;
}

.button:hover.yellow {
  background: #E4B214;
  fill:#8D6E09;		
}

.button:hover.yellow svg { 
  fill:#8D6E09;		
}

li h5 {
  text-align: center;	
  font-size: 0.58rem;	  
  color:#162043;
  font-weight: 700;	
  margin: 5px auto 0px;
  -webkit-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
     -moz-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
       -o-transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
          transition: all 275ms cubic-bezier(0.53, -0.67, 0.73, 0.74);
}

.button:hover {
 
  -moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.button:hover .pulse {
  opacity: 1;
  background-color: rgba(68,67,67,0.10);	
  border: 0px solid #999495;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  -webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.button:hover svg {  
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}


.mapa{	
	height:100%;
	width:60%;
	left:0px;
	float:left;
	overflow: hidden;
	position: absolute;
	background:#EBEBEB;
	}

.mapa img{	
	height:100%;
	width:auto;
	right:-5%;
	position: absolute;
	background:#EBEBEB;
	}

.marco-contact{
	width:55%;
	height:auto;
	padding:20px 15px 15px;
	outline: solid 2px #c63c2e;
    outline-offset: 4px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.5);
	position:relative;
	background:#fff;
	float:right;
	right:7px;
	margin:50px 0px;	
	}


/*=====@Medias=======*/
@media (max-width:3200px) and (min-width:300px){

@media (max-width:2560px){

}

@media (max-width:2048px) and (min-width:300px){
	
	
}

@media (max-width:1920px) and (min-width:300px){

	
}

@media (max-width:1856px) and (min-width:300px){
		
}

@media (max-width:1800px) and (min-width:300px){

}

@media (max-width:1792px) and (min-width:300px){

}

@media (max-width:1600px) and (min-width:300px){

}

@media (max-width:1440px) and (min-width:300px){
	
}

@media (max-width:1366px) and (min-width:300px){

}

}

@media (max-width:1280px) and (min-width:300px){


}

@media (max-width:1024px) and (min-width:300px){
.ser-inter .marco-txt {
	width: 85%;
	right: 40px;
}
	
	
}


@media (max-width:992px) and (min-width:300px){
/*=====ser-inter=======*/
.ser-inter{
	height:110px;
}


.ser-inter .marco-ser{
	width: 80px;
	height:90px;
}


.ser-inter .marco-img{
	width: auto;
	height:90px;	
}


.ser-inter .marco-img img{
	height: 85%;
	object-fit: cover;
}

.ser-inter .marco-txt {
	height: 95px;
	width: 70%;
	margin-top:5px; 
	background:rgba(0,95,160,0.3) url("../img/logo-part-01.svg") no-repeat 150% 30%;
	background-size: 75%;
}


.marco-txt h4 {
	font-size:0.75rem;
	font-weight: 100;
    line-height: 1.4em;	
}

.marco-txt span {
	font-size:1rem;
	font-weight: 700;
}

.marco-txt p {
  position: absolute;
  line-height: 1.3em;
  width: 75%; 	
  top: 30%;
  font-size: 0.5em;
}

.marco-txt .read-more {
  padding: 0.15em 0.3em;
  font-size: 0.5em;
}	
	
.mapa{
	min-height:220px;
	height: 100%;
	max-height:320px;
	width:100%;
	}

.mapa img{
	right: 0px;
	}

.marco-contact{
	width:90%;
	height:auto;
	padding:30px 15px 15px;
	outline: solid 2px #c63c2e;
    outline-offset: 4px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.5);
	position:relative;
	background:rgba(255,255,255,0.95);
	right:7px;
	margin:45% 0px 20px;	
	}	
	
}



@media (max-width:768px) and (min-width:300px){
.destacados .cont-img {
	max-height:100% !important;
	min-height: 100%;
	height: 100%;
	}	
}

@media (max-width:736px) and (min-width:300px){	
.watch-sm-down{
	display:block !important;
	}	
	
.hidden-sm-down {
    display: none !important;
  }	
	
.bg-public-des{
	top: 0px;
	}	
	

.bg-public-des::before{	
	height:100%;
	}

.destacados{
    max-height: 100%;
    min-height: 100%;
    padding: 0px;
	}

.destacados .cont-img {
	width:96%;
	max-height: 100%;
	min-height: 100%;
	height: 100%;
	}
	
.destacados .cont-txts {
	position:relative;
	width:100%;
	padding: 60px 30px 30px;
	height:100%;
	left: 0px;
	}
	
	
.noticias{
	padding-top: 50px;
	}

.noticias::before{
	background-size:cover;
	width: 100%;
	height:500px;
	top:-149px;
}	
	
	
/*=====ser-inter=======*/
.ser-inter{
	height:110px;
}


.ser-inter .marco-ser{
	width:40px;
	height:40px;
	bottom: 35px;
}


.ser-inter .marco-img{
	width: auto;
	height:60px;
	bottom: 20px;
}


.ser-inter .marco-img img{
	height: 85%;
	object-fit: cover;
}

.ser-inter .marco-txt {
	height: 90px;
	width:85%;
	right: 20px;
	padding: 10px;
	margin-top:0px; 
	bottom: 10px
}


.marco-txt h4 {	
	font-size:0.65rem;
	font-weight: 100;
	padding-top: 5px;
    line-height: 1.6em;	
}

.marco-txt span {
	font-size:0.9rem;
}

.marco-txt p {
  position: absolute;
  line-height: 1.3em;
  width: 70%; 	
  top: 42%;
  font-size: 0.5em;
}

.ser-inter:hover .marco-img{
 bottom: 20px;
right: 15px;
}	
	
/*=====contenido-interno=======*/
.text-block .title {
     font-size: 1.2rem;	        
        }

.text-block p {
     font-size: 0.66rem;
        }
	
.titulo-seccion {
    width: 100%;
}
	
	
.entrar-zona {
	top:60px;    
	position:relative;
    width: 100%;
	height: 35px;
	margin-right: 18px;
	
}

.entrar-zona H4 {
    font-size: 0.7rem;
}
	
.entrar-zona span {
    font-size: 1.1rem;
	font-weight: 700;
}

.entrar-zona .entrar-img {	
	position:absolute; 	
	padding: 7px;
	top: -12px;
	right: -50px;
}
	
.mapa img{
	right: -70px;
	}
}



@media (max-width:560px) and (min-width:300px){	
.info-identidad{
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff
	}
	
.marco-txt h4 {	
	font-size:0.7rem;
	font-weight: 100;
	padding-top: 5px;
    line-height: 1.6em;	
}

.marco-txt span {
	font-size:1rem;
}

.marco-txt p {
  width: 67%; 	
}	
	
.cerrar-zona {
	right:0%;		
}

}

@media (max-width:426px) and (min-width:300px){
/*=====contenido-interno=======*/
.img-content {
            width: 50%;
	        height: auto;
            font-size: 0;
            line-height: 0;
	        overflow:hidden; 
            position: relative;
	        vertical-align: middle;
            letter-spacing: 0;
        }

.img-content img {
            max-height:100%;
        }
	
.text-block .title {
            font-size: 1rem;
            color: #3b3b3b;
            margin: 15px 0px 15px;
            font-weight: bold;
	        padding: 0px;	        
        }

.text-block p {
            margin-bottom: 15px;
            font-size: 0.7rem;
	        align-items:flex-start;
        }	
	
/*=====ser-inter=======*/
.ser-inter{
	width: 100%;
	height:145px;
}

.ser-inter .marco-ser{
	width: 80px;
	height:80px;
	top:10px;
	margin: 0px auto;
	right:none;	
	z-index: 2;
}


.ser-inter .marco-img{
	height:95px;
	right: 15px;	
	top: 12px;
}


.ser-inter .marco-img img{
	height: 90%;
	object-fit: cover;
}

.ser-inter .marco-txt {
	height:70px;
	width: 94%;
	right: 3px;	
	bottom: 5px;
	padding: 25px 15px 15px;
}


.marco-txt h4 {
	text-align: center;
	font-size:0.7rem;
    line-height: 1.5em;	

}

.marco-txt span {
	font-size:1.03rem;
	font-weight: 700;
}

.marco-txt p {
  display: none;
}

.marco-txt .read-more {
  position: relative;	
  bottom: 25px;	
  padding: 0.15em 0.4em;
  font-size: 0.45em;
  width: 100%;
  color: #ffffff;
	margin: 0px auto;
 
}

	
.entrar-zona {
	top:85px;
    width: 40px;
	height: 40px;
	position: fixed;
	z-index: 99;
	right:15px;
	background: transparent;
	outline: solid 0px #fff;
    outline-offset: 0px;
	
	
}

.entrar-zona h4 {
    display: none;
}

.entrar-zona span {
    font-size: 1.1rem;
}

.entrar-zona .entrar-img {
	width: 38px;
	height: 38px;
	padding: 6px;
	top: -15px;
	right: -45px;
	border: 1.5px solid #fff;
}

.entrar-zona:hover {
	color: #93b531;
	background: transparent;
}	
	
.mapa img{
	right: 0px;
	}

.marco-contact{	
	margin:55% 0px 20px;	
	}
	
	
}

@media (max-width:376px) and (min-width:300px){	
.pr-3{	
	padding-right: 10px !important;
	}		
		
	
.p-2{	
	padding: 3px !important;
	}
	
/*=====contenido-interno=======*/

.about-content {
		width: 100%;
        display: -ms-table;
        display: table;       
        }

.img-content {
            width: 100%;
        }

.img-content img {
            max-height:100%;
            object-fit: cover;
            width: 100%;	
        }

.text-block .title {
            font-size: 1.2rem;
            margin: 15px 0px 15px;       
	        
        }

.text-block p {
            font-size: 0.8rem;
        }

.text-block {
            padding: 10px 20px 0px 20px;		
            display: -ms-table;
            display:table;
            flex-direction:row;
            width: 100%;
            -ms-flex-pack: center;
            justify-content: flex-end;
            -ms-flex-direction:row;
            -ms-flex-align: start;	          
       }
	
.ser-inter{
	width: 100%;
	height:140px;
}

.ser-inter .marco-ser{
	width: 55px;
	height:55px;
	top:20px;
	margin: 0px auto;
	right:20px;	
	z-index: 2;
}

.ser-inter .marco-img{
	height:75px;
	right: 15px;	
	top: 12px;
}


.ser-inter .marco-txt {
	height:65px;
	width: 90%;
	right: 5px;	
	bottom: 10px;
	padding: 20px 15px 15px;
}


.marco-txt h4 {
	text-align: center;
	font-size:0.56rem;
    line-height: 1.7em;	

}

.marco-txt span {
	text-align: center;
	font-size:0.9rem;
	font-weight: 700;
}

.marco-txt p {
  display: none;
}

.marco-txt .read-more {
  position: relative;	
  bottom: 25px;	
  padding: 0.15em 0.4em;
  font-size: 0.45em;
  width: 100%;
  color: #ffffff;
  margin: 0px auto;
 
}	
}

@media (max-width:320px) and (min-width:300px){
.txt-por h3 {	
	font-size:0.95em;
	letter-spacing:0.6px;
	}

.txt-por h7 {
	font-size: 0.8em;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	}		
	
.ser-inter{
	width: 100%;
	height:120px;
}

.ser-inter .marco-ser{
	width: 50px;
	height:50px;
	top:25px;
	margin: 0px auto;
	right:15px;	
	z-index: 2;
}

.ser-inter .marco-img{
	height:70px;
	right: 5px;	
	top: 15px;
}


.ser-inter .marco-txt {
	height:55px;
	width: 90%;
	right: 5px;	
	bottom:4px;
	padding: 20px 15px 15px;
}


.marco-txt h4 {
	font-size:0.44rem;
    line-height: 1.5em;	

}

.marco-txt span {
	font-size:0.7rem;
}

.marco-txt p {
  display: none;
}

.marco-txt .read-more {
  position: relative;	
  bottom: 16px;	
  padding: 0.15em 0.4em;
  font-size: 0.45em;
  width: 100%;
  color: #ffffff;
  margin: 0px auto;
 }
	
}	
