.btngeneral{
    background-color: #FF5400;
    
    border-radius: 6px;
    color:#ffffff;
    width: 100%;
    height: 3.5rem;
    font-size: 14pt;
    
}
.btngeneral:hover{
    
    background-color: #ff6b20;
    font-size: 11pt;
    transition: 300ms;
}
.btngeneral2{
    background-color: #225546;
    
    border-radius: 6px;
    color:#ffffff;
    width: 100%;
    height: 3.5rem;
    font-size: 14pt;
    
}
.btngeneral2:hover{
    
    background-color: #34705e;
    font-size: 11pt;
    transition: 300ms;
}


.ulcomp {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    border-radius: 7px;
}

.ulcomp li {
    float: left;
}

.ulcomp li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.ulcomp li a:hover:not(.active) {
    
    color:#ffffff;
    background-color: #f27a24ce;
    border-color: #F27A24;
}

.ulcomp li a.active {
    color: white;
    background-color: #F27A24;
}
.icofont-square-left{
    color:#004D40;
}
.icofont-square-left:hover{
    color: #F27A24;
}


.todos-aso{
	text-align: center;
	width: 100%;
	height: 3rem;
	background-color: #F27A24;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color:#fff;
	font-size:12pt;

}	
.btn-filtros{

	width: 400px;
	
	color:#fff;
	background-color: #004D40;
	height: 28px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


.ulcompmovil {
   width: 150%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    border-radius: 7px;
}

.ulcompmovil li {
    
}

.ulcompmovil li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.ulcompmovil li a:hover:not(.active) {
    
    color:#ffffff;
    background-color: #f27a24ce;
    border-color: #F27A24;
}

.ulcompmovil li a.active {
    color: white;
    background-color: #F27A24;
}
@media screen and (max-width: 40000px)and (min-width: 1110px) {
.btn1:hover, .btn1:focus {
    color: #fff;
    outline: 0;
 
    height: 33pt;
    font-size: 11pt;
    text-transform: uppercase;
    border-radius: 5px;
  }
  
  .first {
    width: 100%;
    height: 33pt;
    font-size: 11pt;
    border-radius: 5px;
    border: #fff;
    color: #fff;
    background-color: rgb(0,77,64);
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    text-transform: uppercase;
  }
  .first:hover {
    box-shadow: 0 0 40px 40px #FF5400 inset;
  }
  
  .btn2:hover, .btn2:focus {
    color: #fff;
    outline: 0;
    border: #222E4A;
  }
  
  .first2 {
    border-radius: 5px;
    width: 100%;
    height: 33pt;
    background-color: #fff;
    border: 1px solid #222E4A;
    color: #222E4A;
    vertical-align: middle;
    font-size: 11pt;
    text-transform: uppercase;
    font-weight: bold;
    
    -webkit-transition: all 300ms ease-in-out, color 300ms ease-in-out;
    transition: all 300ms ease-in-out, color 300ms ease-in-out;
    
  }
  .first2:hover {
    background-color: #ff550015;
    border: 1px solid #FF5400;
    color:#FF5400 ;
    vertical-align: middle;
   
  }
  .total{
   
   top:155px;
    position: -webkit-sticky;  
	position: sticky;
	top: 0; 
  }
.tabres{
    vertical-align: top;
}
.movil{
    display: none;
}
.containerdiv {  position: relative; top: 25; } 
.cornerimage { position: absolute; top: 0; right: 0; } 
.depart{
    position:relative;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
}
.depart1{
border-radius: 10px;
margin-right:30px; 
width: 15%;
}
.depart1:hover{ transform: scale(1.3); transition: 0.3s; }
.depart1:after{ transform: scale(1); transition: 0.3s; }
}
*

#grad1 {
    background-color:  #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgray;
    width: 130%;
    
}

#progressbar .active {
    color: #F27A24
}
#progressbar .active1 {
    color: #87ff17
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f155"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f07a";
    cursor: pointer;
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
    cursor: pointer;
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
    cursor: pointer;
}
#progressbar #datpag:before {
    font-family: FontAwesome;
    content: "\f155";
    cursor: pointer;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #F27A24
}
.progresbarrr{
    text-align: left;
  
}

.rradio-group {
    position: relative;
    margin-bottom: 25px
}

.rradio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #F27A24;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.rradio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.rradio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.departamentosgolbal .subb{

  /* display: none; */
  max-height: 0px;
  overflow: hidden;
  
}

.departamentosgolbal:hover  .subb{

/* display: block; */
max-height: 500px;
  overflow: visible;

}
.departamentos{
    float: left;
    width: 20%;
    height: 35%;
    padding-bottom:3rem;
    
    
  
    
}
 .despartamentosglobal :hover .departamentogeneral{

 background-color: rgb(235, 0, 0);
 
  height: 25rem;
  z-index: initial;
  position: fixed
  
}

.departamentogeneral{
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
      border-radius: 10px;
      overflow: hidden;
    background-color: #ffffff3b;
    border-radius: 15px;
    height: 14rem;
    width: 20rem;
    
  
   
  
                    
                       
                  
  }
  .subb{
    
    transform: translateY(-2rem);
    position:absolute;
    background-color: #ffffff;
    overflow: hidden;
    max-height: 2500rem;
    width: 20rem;
   border-bottom-right-radius: 15px;
   border-bottom-left-radius: 15px;
    
   
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.116);

    
  }
  .subdep {
    vertical-align: middle;
    
    background-color:#fff;
    
    font-size: 12pt;
    
    color:#000000;

  }
  .subdep :hover {
    transform: scale(1.1);
    background-color: #ff5500;
    color:#ffffff;
    
   
  }
 
                   




@media screen and (max-width: 1110px) {
    .btn1:hover, .btn1:focus {
        color: #fff;
        outline: 0;
     
        height: 35pt;
        font-size: 12pt;
        text-transform: uppercase;
        border-radius: 5px;
      }
      
      .first {
        width: 100%;
        height: 35pt;
        font-size: 12pt;
        border-radius: 5px;
        border: #fff;
        color: #fff;
        background-color: #F27A24;
        -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
        transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
        text-transform: uppercase;
      }
      .first:hover {
        box-shadow: 0 0 40px 40px #FF5400 inset;
      }
      
      .btn2:hover, .btn2:focus {
        color: #fff;
        outline: 0;
        border: #222E4A;
      }
      
      .first2 {
        border-radius: 5px;
        width: 100%;
        height: 35pt;
        background-color: #fff;
        border: 1px solid #222E4A;
        color: #222E4A;
        vertical-align: middle;
        font-size: 12pt;
        text-transform: uppercase;
        font-weight: bold;
        
        -webkit-transition: all 300ms ease-in-out, color 300ms ease-in-out;
        transition: all 300ms ease-in-out, color 300ms ease-in-out;
        
      }
      .first2:hover {
        background-color: #ff550015;
        border: 1px solid #FF5400;
        color:#FF5400 ;
        vertical-align: middle;
        width: 100%;
       
      }
      .total{
       
        display: none;
      }
      .containerdiv {  position: relative; top: 25; } 
      .cornerimage { position: absolute; top: 0; right: 0; } 
      .depart{position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      text-align: center;
      transform: translateY(-70%)}
      .depart1{
      border-radius: 10px;
      margin-right:30px; 
      width: 15%;
      }
      .depart1:hover{ transform: scale(1.1); transition: 0.3s; }&:after{ transform: scale(1); transition: 0.3s; }
      
      
    
      
    
    
    
    }
    @media (orientation:portrait)  {

        .horizontal{
            display: none;
        }
        .vertical{
            
            background-color: #225546;
            height: 5rem;
            display: block;
        }
        .vertical1{
            
           
            display: block;
        }
        }
        @media (orientation: landscape)  {
        
        .horizontal{
            display: block;
        }
        .vertical{
            display: none;
        }
        .vertical1{
            display: none;
        }
        }
          
    
      
    
    
    
     

  



 