/* Style the top navigation bar */


.cabecera {
  overflow: hidden;
  /*background-image: linear-gradient(white, SkyBlue, SkyBlue, SkyBlue);*/
  background-color: #0000CD;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.cabecera .dropdown .dropbtn {background-color: #0000CD}
.cabecera a:hover {background-color: #0000a4}

.cabecera a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}

.cabecera_cer {background-color: #ff5700;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_cer .dropdown .dropbtn {background-color: #ff5700}
.cabecera_cer a:hover {background-color: #cc4600}

.cabecera_cer a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}
.cabecera_retratos {background-color: #9acd32;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_retratos .dropdown .dropbtn {background-color: #9acd32}
.cabecera_retratos a:hover {background-color: #7ba428}

.cabecera_retratos a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}

.cabecera_toros {background-color: #f8a700;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_toros .dropdown .dropbtn {background-color: #f8a700}
.cabecera_toros a:hover {background-color: #c68600}

.cabecera_toros a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}
.cabecera_actual {background-color: #0000e7;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_actual .dropdown .dropbtn {background-color: #0000e7}
.cabecera_actual a:hover {background-color: #0000b9}

.cabecera_actual a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}


.cabecera_copias {background-color: #CD0000;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_copias .dropdown .dropbtn {background-color: #CD0000}
.cabecera_copias a:hover {background-color: #a40000}

.cabecera_copias a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}

.cabecera_acuarelas {background-color: #00cdcd;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_acuarelas .dropdown .dropbtn {background-color: #00cdcd}
.cabecera_acuarelas a:hover {background-color: #00b4b4}

.cabecera_acuarelas a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}
.cabecera_oleos {background-color: #b80000;
              overflow: hidden;
              max-width: 1500px;
              margin-left: auto;
              margin-right: auto;
              box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)}
.cabecera_oleos .dropdown .dropbtn {background-color: #b80000}
.cabecera_oleos a:hover {background-color: #930000}

.cabecera_oleos a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}

.cabecera a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.5s;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: #0000CD;
  font-family: inherit;
  margin: 0;
  line-height: 1.5;

}
.dropbtn:hover {text-shadow: 1px 1px 7px white}

.cabecera a:hover, .dropdown:hover .dropbtn {
  /*background-color: grey;*/
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}

.dropdown-content a {
  float: none;
  color: #000081;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: 0.5s;
}

.dropdown-content a:hover {
  background-color: #e5e5fa;
}

.dropdown:hover .dropdown-content {
  display: block;
  
}



/* style BODY */
body{background-image: linear-gradient(white,white, #0067CD,white , white);
  font-family:Montserrat !important;
  text-align: center;
  animation-name: topAnimation;
  animation-duration:3s;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }
  @keyframes topAnimation {
      from   {filter: opacity(1%);}
      to  {filter: opacity(100%);}
}
.ceramica{background-image: linear-gradient(white,white, white,white , white);
          }

img {margin-bottom: -7px;data-aos="zoom-out-down"}
.w3-row-padding img {margin-bottom: 12px}


/* style LOGO */
.logofirma {width: 250px;cursor: default;
            -webkit-filter: saturate(100);
            filter: saturate(100);
            transition: 0.1s;
            filter: drop-shadow(1px 1px 1px lightgrey) saturate(100);
          }


.logofirma:hover {cursor: default;
            filter: drop-shadow(2px 2px 2px grey) saturate(100);
            -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.logo_contacto {
width:35%;opacity:0.9
}



.frame {
  
   border: 0.5px outset black;
   
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.firma {width: 10%;}
.item {width:50%;
  
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  }

.item:hover {width:51%;
  }


.textoitem{color:darkgray;}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .close_modal {font-size: 40px;}
  .firma {width: 30%;}
  .item {width:100%;}
}




/*Contacto css*/
@import url(https://fonts.googleapis.com/css?family=Caveat:400,700);

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 0.5px solid #0067CD;
  border-radius: 5px;
  resize: none;
  font-family: system-ui;
  color:#0000CD;
}

label {
  padding: 8px 12px 1px 0;
  display: inline-block;
  opacity:0.7;
  font-weight: 500;
}

input[type=submit] {
  background-color: unset;
  color: #0000CD;
  padding: 8px 12px;
  border: 0.5px solid #0067CD;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  font-family: system-ui;
  width: 33%;
  transition: 0.5s;
  font-size: large;
  box-shadow: 1px 1px 4px #9999eb, -1px 1px 4px #9999eb, 1px -1px 4px #9999eb, -1px -1px 4px #9999eb;
  transition:0.4s;
}

input[type=submit]:hover {
  background-color: #0000CD;
  font-family: system-ui;
  color:lightgoldenrodyellow;
  opacity: 1;
  box-shadow: 10px 10px 20px white, -10px 10px 20px white, 10px -10px 20px white, -10px -10px 20px white;
}

.fa-remove {color:white;
  text-shadow: 1px 1px 1px #0067CD, -1px -1px 1px #0067CD, 1px -1px 1px #0067CD, -1px 1px 1px #0067CD;
  font-size:150%;
  transition:0.5s;}
.fa-remove:hover{color:#CD0000;text-shadow: 1px 1px 20px white;}

.container {
  border-radius: 5px;
  background-image: url('../img/form.JPEG');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7vh;
  margin-bottom: 10vh;
  font-family: system-ui;
  font-size: 85%;
  color: #0000CD;
  box-shadow: 5px 5px 5px #0067CD, -5px -5px 5px #0067CD,  -5px 5px 5px #0067CD, 5px -5px 5px #0067CD;
  
  width:80%;
  max-width: 600px;
}


.container::before {
  
  opacity: 0.2;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 100%;
  margin-top: 6px;
  text-align: initial;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
.logo_contacto {
  width: 60%;
}
.cabecera a {font-size: 14px;}
.cabecera_cer a {font-size: 14px;}
.cabecera_retratos a {font-size: 14px;}
.cabecera_toros a {font-size: 14px;}
.cabecera_actual a {font-size: 14px;}
.cabecera_copias a {font-size: 14px;}
.cabecera_acuarelas a {font-size: 14px;}
.cabecera_oleos a {font-size: 14px;}

.dropdown .dropbtn {
  font-size: 14px;  }
}



/*contacto css*/

.contactofullscreen {  height: 100%;
  margin: 0;
  padding: 0; }

  .wrapper {
  min-height: 57vh;
  }

