/* Sticky footer styles
-------------------------------------------------- */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
      overflow-x: hidden;
}


.whatsp{
    position: fixed;
    text-align : right;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}


.whatsapp-icon {
  margin-top:13px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 320px;
    background-color: #F1EC40;
}

#main-header {
	background: #000000;
	color: white;
	height: 80px;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	 z-index:3;
}	

#main-header a {
		color: white;
	}


.navbar-custom {
    background-color: #000000;
    border-color:  #000000;
    width: 100%;
    font-family: Audiowide;
    margin-bottom: 0px;
    font-size: 13px;

}

.navbar-custom .navbar-brand {
    color: #FFFFFF;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #000000;
    background-color: transparent;

}
.navbar-custom .navbar-text {
    color: #ffffff;
    text-align: center;
    font-family: Audiowide;
     background-color:#000000;
}


.navbar-custom .navbar-nav > li > a {
    color: #000000;
    text-align: center;
    font-family: Audiowide;

}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #000000;
    font-family: Audiowide;

}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
    font-family: Audiowide;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    font-family: Audiowide;
    background-color: #000000;
     color: #ffffff;
}

.navbar-custom .navbar-toggle {
    border-color: #F1EC40;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #F1EC40;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #F1EC40;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #000000;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: #000000;
}


.navbar-custom .navbar-link {
    color: #fff;
    background-color: #000000;
}
.navbar-custom .navbar-link:hover {
    color: #fff;
    background-color: #000000;
}
.navbar-custom .btn-link {
    color: #b71b1b;
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
    color: #000000;
}
.navbar-custom .btn-link[disabled]:hover,
fieldset[disabled] .navbar-custom .btn-link:hover,
.navbar-custom .btn-link[disabled]:focus,
fieldset[disabled] .navbar-custom .btn-link:focus {
    color: #000000;
}


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #FFFFFF; 
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 80px;
	min-height:100vh;
}

.panel-custom {
    border-color: gray;
}
.panel-custom > .panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.panel-custom > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #000000;
    border-color: #000000;
}
.panel-custom > .panel-heading .badge {
    color: #000000;
    background-color: #fff;
    border-color: #000000;
}
.panel-custom > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #000000;
    border-color: #000000;
}
.btn-custom {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {

    background-color: #000000;
    border-color: #000000;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
    background-image: none;
    color: #000000;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
    background-color: #0a1484;
    border-color: #0a1484;
}
.btn-custom .badge {
    color: #000000;
    background-color: #red;
}

.mid{
    text-align: center;
}
.label-orange{
    color: #000000;
}
.label-custom{
    color: #000000;
    font-size: 30px;
}
.label-custom-back{
    background-color: #000000;  
}
.label-custom-back .label-custom{

    color: white;
}
.label-custom-clear-green{
    background-color:#000000;
}
.label-custom-clear-orange{
    background-color: #000000;
}
.label-custom-clear-red{
    background-color: #000000;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    
     .footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
  height: 320px;
    background-color: #F1EC40;
}

}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#carga{
    cursor:pointer;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow:inset yellow 0px 0px 14px;
    background-position:center;
    background-size:10%;
    background-color:rgba(0,0,0,0.8) ; 
    background-repeat:no-repeat;
    width:100%;
    color:#fff;
    text-align:center;
    height:100%;
    padding:0px 0px 0px 0px;
    position:fixed;
    top:0;
    left:0;
    z-index:6;
}

#imagenbaner{
    position: relative;
    height: 12cm;
    width: 100%;
    margin: auto;
    padding: 0;    
    background-color: #ffffff;
}



.menu1 {
    float: left;
    text-align: justify;
    color: white;
    font-size: 22px;

}

div#programs{
width:100%;
height:570px;
background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(241, 236, 64, 0.5)
        ),
        url(https://www.exipetrol-edu.co/public/exipetrolLayout/img/baner1.jpeg) no-repeat fixed; 
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
 position: relative;
     top: -90px;
}


#divcenter{
    position: relative;
}

#logocenter {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin: 80px 0 0 -80px; 
    bottom: 0;
}

#parrafologo2{
    margin-top: 350px;
    font-family: Questrial;
    font-size: 30px;
    color: white;
    line-height: 1em; 
}

#parrafobuttoncontact{
    position: absolute;
    margin-top: 290px;
    margin-left: 522px;
    font-family: Questrial;
    font-size: 27px;   
}

.buttoncontacto {
    background-color: #F1EC40;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: Audiowide;
    border-radius:35px;
    text-transform: uppercase;
}

.buttoncontacto:hover {
    background-color: black;
    color: #F1EC40;
    text-decoration: none;
}

#contenedor_principal{
    width:1024px;
    height:auto;
    position:static;
    margin:auto;
}
.contenedor_imagen_texto{
    width:335px;
    height:auto;
    position:static;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    background: white;    
}

.contenedor_imagen_texto2{
    width:100%;
    height:auto;
    position:static;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    background: white;
    text-align: center;    
}

.imagen, .texto{
    width:100%;
    height:auto;
    position:static;
    display:inline;
}

.texto{
    height:auto;
    text-align:center;
    background: white;
    font-family: Questrial;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1em; 
}

#main{
    position: fixed;
    background-color: #fff;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
    overflow: hidden;
}




span.navegacion {
    position: fixed;
    display: none;
}





/*contacto*/

.contactanos {
    background-color: white;
    padding-top: 85px;
}

h1 {
    font-family: Audiowide;;
    font-size: 48px;
    color: #F1EC40;
    text-align: center;
}

h2 {
    font-family: Audiowide;;
    font-size: 28px;
    color: #F1EC40;
    text-align: center;
}

/* ///// inputs /////*/



@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}





.submit-btn {
    position: absolute;
    align-content: center;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;

}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
        0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
}



.empresainicio{

    width:100%;
height:100%;
background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(241, 236, 64, 0.5)
        ),
        url(https://www.exipetrol-edu.co/public/exipetrolLayout/img/cunero3.jpg) no-repeat fixed; 
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
    position:relative;
     top: 0px;

}



/*PANEL EMPRESA*/
.warpper{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.tab{
    font-family: Audiowide;
    font-size: 25px;
    color: #F1EC40;
    cursor: pointer;
    padding:10px 20px;
    margin:0px 2px;
    background:#5D6D7E;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #00000080;
}


.panels{
    background:#283747;
    box-shadow: 0 2rem 2rem #00000080;
    min-height:200px;
    width:100%;
    max-width:600px;
    border-radius:3px;
    overflow:hidden;
    padding:20px;
}

.panel21{
    display:none;
    animation: fadein .8s;
    font-family: Questrial;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    word-spacing: 0.25em;
    text-indent: 20px;
    line-height: 1em; 

}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
    font-size:1.5em;
    font-weight:bold
}
.radio{
    display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel{
    display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab{
    background:#283747;
    color:#fff;
    border-top: 3px solid #000;
}

/*CERTIFICADO */


.parent-wrapper {
    position: relative;
    width: 400px;
    height: 270px;
    margin: 40px auto 0;
    background-image: url('http://www.imgbase.info/images/safe-wallpapers/digital_art/1_miscellaneous_digital_art/41750_1_miscellaneous_digital_art_simple_dark_shapes.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -600%;
    background-color: #000;
    border-radius: 4px;
    color: #FFF;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.close-btn {
    margin: 20px;
    font-size: 18px;
    cursor: pointer;
}

.subscribe-wrapper {
    position: absolute;
    left: -30px;
    right: -30px;
    height: 200px;
    padding: 30px;
    background-image: url('https://www.exipetrol-edu.co/public/exipetrolLayout/img/degradado.png');
    background-position-x: 272%;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 4px;
    color: #333;
    box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.subscribe-wrapper:after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 71px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F1EC40; 
}

.subscribe-wrapper h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 28px;
}

.subscribe-wrapper input {
    position: absolute;
    bottom: 30px;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px;
    width: 65%;
    background: transparent;
    transition: all .25s ease;
}

.subscribe-wrapper input:focus {
    outline: none;
    border-bottom: 1px solid #a77cf4;
}

.subscribe-wrapper .submit-btn {
    position: absolute;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #F1EC40;
    color: #FFF;
    padding: 12px 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    right: -10px;
    bottom: 30px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: -5px 6px 20px 0px rgba(51, 51, 51, 0.4);
}

.subscribe-wrapper .submit-btn:hover {
    background-color: #0D0D0D;
}

/*mapa y footer*/


.map-responsive{

    overflow:hidden;

    padding-bottom:48.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:80%;

    width:80%;

    position:absolute;

}




.search-text {
    margin-top: 50px;
    background-color: #272d33;
    padding-top: 60px;
    padding-bottom: 60px;
}

.search-text .input-search {
    height: 45px;
    width: 40%;
    padding-left: 20px;
    color: #333;
} 

.search-text .btn-search {
    background: #da3e44;
    border: none;
    color: #FFF;
    height: 45px;
    width: 80px;
}

.search-text h4 {
    color: #FFF;
    font-weight: 700;
}



.address span, 
.menu2 span {
    color: #000000; 
    font-weight: bold; 
    border-bottom: 1px solid #c7c7c7; 
    padding: 10px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
}

.address li a, 
.menu2 li a {
    color: #000000;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 14px;
}

.address li, 
.menu2 li {
    margin: 20px 0px;
    list-style: none;
}

.address li a:hover, 
.menu2 li a:hover {
    color: #da3e44;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.address .fa {
    color: #da3e44;
    margin-right: 10px;
    font-size: 18px;
}

/* galeria */

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 5px;
}

.galeria img {
    width: 200px;
    height: 200px;
}

/*Estilos del modal*/

.modal {
    display: none;
}

.modal:target {

    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagengal {
    width: 100%;
    height: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.imagengal a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagengal a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagengal img {
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}


.cerrar {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}

.imagen:hover {filter: sepia(60%);}


/**/
* {
    box-sizing: border-box;
}

#tabsDiv {
    height: 550px;
    border: none;
    

}

#tabsDiv ul {
    height: 300px;
    padding: 0px 5px;
}

#tabsDiv li {
    width: 100%;
    height: 60px;
}

#tabsDiv button {
    float: left;
    border: 1px solid #000000;
    background-color: #000000;
}

ul {list-style-type: none;} 

/* Button to open the content */
#tabsDiv button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 25px 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: Audiowide;
    font-size: 16px;
    letter-spacing: 1px;  
    line-height: 1em;
    }

/* Button styling on mouse hover */
#tabsDiv button:hover {
    background-color: #F1EC40;
    color: #000;
    font-family: Audiowide;
    font-size: 16px;
    letter-spacing: 1px;  
    line-height: 1em;
}

/* Button to open the content */
#botonmenu button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 25px 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: Audiowide;
    font-size: 16px;
    letter-spacing: 1px;  
    line-height: 1em;
    }

/* Button styling on mouse hover */
#botonmenu button:hover {
    background-color: #F1EC40;
    color: #000;
    font-family: Audiowide;
    font-size: 16px;
    letter-spacing: 1px;  
    line-height: 1em;
     
}



/* Content for tabs*/
.contentClass {
    display: none;
    padding: 0px 15px;
    width: 100%;
    border-style: none;
    height: auto;
    text-align: center;
    
}

.descripcion{
    text-align:justify;
    background: white;
    font-family: Questrial;
    font-size: 18px;
    letter-spacing: 1px;  
    line-height: 1em;
}

h3 {
    font-family: Audiowide;;
    font-size: 28px;
    color: #F1EC40;
    text-align: left;
}

.inicioprograma{
    display: block;
    padding: 0px 15px;
    width: 100%;
    border-style: none;
    text-align: center;
    bottom: 0;
}